@import "phosphor-regular.css?v=210";
@import "phosphor-fill.css?v=210";

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Italic.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Arabic';
    src: url('../../fonts/NotoSansArabic.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: 'Roboto', 'Noto Sans Arabic', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

:root {
    --primary-color: #fff;
    --secondary-color: #85b75f;
    --link-color: #06c;
    --nav-menu-background: #f5f5f5;
    --nav-font-color: #000;
    --primary-font-color: #000;
    --secondary-font-color: #000;
    --label-color: #777;
    --anchor-nav-background: #fafafa;
    --icon-color: #06c;
    --primary-border-color: #dcdcdc;
    --secondary-border-color: #f5f5f5;
    --panel-title-color: #000;
    --header-title-color: #000;
    --status-icon-color: #333;
    --action-icon-color: #333;
    --sidebar-icon-color: #999;
    --success: #dff0d8;
    --notice: #fcf8e3;
    --information: #e0efff;
    --error: #f2dede;
    --highlighting-color-for-required: #f0f8ff;
    --highlighting-color-for-data-quality: #fff8B8;
    --highlighting-color-for-qc-failed: #ffe0e0;
    --field-hover-color: #f8f8f8;
    --field-inline-edit-color: #f2f2f2;
    --toolbar-background-color: #f5f5f5;
    --toolbar-font-color: #000;
}

* {
    scrollbar-color: #ddd #fcfcfc;
    scrollbar-arrow-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background: #ddd;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    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: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

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: -0.5em
}

sub {
    bottom: -0.25em
}

sub > .ph, sup > .ph {
    font-size: inherit;
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    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"] {
    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;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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 {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !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: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        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 th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

.ph, .ph-fill {
    font-size: 18px;
    vertical-align: text-bottom;
    color: inherit;
}

.ph-spin {
    animation: ph-spin 2s infinite linear;
}

@keyframes ph-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur: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 {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub: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"
}

*, *:before, *:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Roboto', 'Noto Sans Arabic', sans-serif;
    font-size: 14px;
    line-height: 1.36;
    height: 100dvh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.36;
    background-color: #ececec;
    border: 1px solid #e8eced;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.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-weight: 400;
    line-height: 1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 19px;
    margin-bottom: 9.5px
}

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, .h4, h5, .h5, h6, .h6 {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

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 9.5px
}

.lead {
    margin-bottom: 19px;
    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
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #424242
}

.text-primary {
    color: #537898
}

a.text-primary:hover, a.text-primary:focus {
    color: #415e77
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-alert {
    color: #a94442;
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #9e7328
}

a.text-warning:hover, a.text-warning:focus {
    color: #75551e
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #537898
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #415e77
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #e0efff
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #add5ff
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 8.5px;
    margin: 38px 0 19px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 9.5px
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 19px
}

dt, dd {
    line-height: 1.36
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

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

blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.36;
    color: #999
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.36
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #333;
    background-color: #f3f3f3;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9px;
    margin: 0 0 9.5px;
    font-size: 13px;
    line-height: 1.36;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #e8eced;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

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

.container {
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
        width: none
    }
}

@media (min-width: 992px) {
    .container {
        width: none
    }
}

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

.container-fluid {
    padding-left: 8px;
    padding-right: 8px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -8px;
    margin-right: -8px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

.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-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-left: 0
}

@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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

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

@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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

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

@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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
    text-align: left
}

th {
    text-align: left
}

.table:not(button) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 5px;
    line-height: 1.36;
    vertical-align: top;
}

.table > tbody > tr:not(.ui-sortable-helper) > td.cell:not([width]):not([data-name=r-checkbox]):not([data-name=buttons]):not([data-name="draggableIcon"]) {
    max-width: 22em;
    min-width: 12em;
}

.table > tbody > tr > td.cell {
    border: 1px solid transparent;
}

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

.group-records-list table th:first-child > div,
.group-records-list table th:first-child > div > a {
    min-width: 65px;
}

.group-records-list .context-menu > .btn-group {
    margin-right: 2px;
}

.group-records-list .context-menu > .btn-group .ph {
    font-size: 16px;
    color: var(--label-color);
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

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

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

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

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

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e8eced
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

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

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-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #dae0e2
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #e0efff
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c6e2ff
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 14.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e8eced
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

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

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }

    body > footer > p {
        text-align: center;
    }

    body > footer > p > a,
    body > footer > p > span:not(.copyright) {
        display: none;
    }

    body > footer > p > span.copyright {
        float: none !important;
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 19px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: 0;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.36;
    color: #555
}

.form-control, .query-builder .form-select:not(.selectize-control):not(.selectize-dropdown) {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d5d6;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.query-builder .d-none {
    display: none;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.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: transparent
}

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

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto;
    resize: vertical;
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 33px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 10px;
}

.form-group-inline {
    display: flex;
    align-items: center;
}

.form-group-inline input,
.form-group-inline label {
    margin: 0;
}

.form-group-inline label {
    font-weight: normal;
}

.form-group-inline input[type="checkbox"] {
    margin-right: 5px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 33px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 31px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 37px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 41.25px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #9e7328
}

.has-warning .form-control {
    border-color: #9e7328;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #75551e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d5a757;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d5a757;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d5a757
}

.has-warning .input-group-addon {
    color: #9e7328;
    border-color: #9e7328;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #9e7328
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control,
.has-error .input-group-btn > .btn,
.has-error .input-group-btn > button {
    border-bottom-color: #a94442 !important;
}

.has-error .form-control:focus,
.has-error .input-group-btn > .btn:focus,
.has-error .input-group-btn > button:focus {
    border-color: #843534;
}

.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: 24px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.composite-container {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 10px 10px 4px;
}

.composite-container .row > .form-group {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.composite-container .row:last-child .form-group {
    margin-bottom: 0;
}

#main main[data-mode=detail] .detail .panel-body div:not(.filter) > .form-group .composite-container > .row:last-child .form-group .field {
    border-bottom: 0;
}

@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 .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 26px
}

.form-horizontal .form-group {
    margin-left: -8px;
    margin-right: -8px
}

@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: 8px
}

@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
    }
}

/** Buttons **/

button, a[role=button], .btn {
    display: inline-block;
    margin: 0;
    border-radius: 3px;
    user-select: none;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    padding: 7px 10px;
    position: relative;
}

a[role=button] {
    text-decoration: none;
}

button[disabled], a[role=button][disabled], .btn.disabled, .btn[disabled],
fieldset[disabled] .btn, fieldset[disabled] button, fieldset[disabled] a[role=button] {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
}

button, a[role=button], .btn, .btn-default {
    color: #333;
    background: #fff;
    border: 1px solid #e0e0e0;
}

button:hover, button:focus, button.focus,
a[role=button]:hover, a[role=button]:focus, a[role=button].focus,
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    background-color: #fafafa;
    border-color: #ccc;
    text-decoration: none;
}

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

.dashboard-header button.active,
button:active,
.open > button.dropdown-toggle:hover,
.open > button.dropdown-toggle:focus,
.open > button.dropdown-toggle.focus,
.btn:active, .btn-default:active, .btn-default.active,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #f3f3f3;
    border-color: #ccc;
}

a[role=button].disabled, a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

button > i:first-child:not(:last-child),
a[role=button] > i:first-child:not(:last-child) {
    margin-inline-end: 5px;
}

button > i:last-child:not(:first-child),
a[role=button] > i:last-child:not(:first-child) {
    margin-inline-start: 5px;
}

button.success,
a[role=button].success,
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

button.success:hover, button.success:focus, button.success.focus,
a[role=button].success:hover, a[role=button].success:focus, a[role=button].success.focus,
.btn-success:hover, .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #218838;
}

button.success:active, button.success.active, .open > button.success.dropdown-toggle,
a[role=button].success:active, a[role=button].success.active, .open > a[role=button].success.dropdown-toggle,
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1e7e34;
}

button.warning,
a[role=button].warning,
.btn-warning {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
}

button.warning:hover, button.warning:focus, button.warning.focus,
a[role=button].warning:hover, a[role=button].warning:focus, a[role=button].warning.focus,
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #e68900;
    border-color: #e68900;
}

button.warning:active, button.warning.active, .open > button.warning.dropdown-toggle,
a[role=button].warning:active, a[role=button].warning.active, .open > a[role=button].warning.dropdown-toggle,
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #bf7a0b;
    border-color: #b5740b
}

button.danger,
a[role=button].danger,
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

button.danger:hover, button.danger:focus, button.danger.focus,
a[role=button].danger:hover, a[role=button].danger:focus, a[role=button].danger.focus,
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c03c39;
    border-color: #852a27;
}

button.danger:active, button.danger.active, .open > button.danger.dropdown-toggle,
a[role=button].danger:active, a[role=button].danger.active, .open > a[role=button].danger.dropdown-toggle,
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c03c39;
    border-color: #b83a37;
}

button.primary,
a[role=button].primary,
.btn-primary,
.show-more > .btn-block,
.search-row .open > .dropdown-toggle.btn-default:hover,
.search-row .open > .dropdown-toggle.filters-button:focus,
.search-row .open > .dropdown-toggle.filters-button.focus,
.search-row .open > .dropdown-toggle.filters-button {
    background-color: #06c;
    border-color: #06c;
    color: #fff;
}

button.primary:hover, button.primary:focus, button.primary.focus,
a[role=button].primary:hover, a[role=button].primary:focus, a[role=button].primary.focus,
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .show-more > .btn-block:hover {
    background-color: #005bb8;
    border-color: #005bb8;
    color: #fff;
}

button.primary:active, button.primary.active, .show-more > .btn-block:active,
a[role=button].primary:active, a[role=button].primary.active,
.btn-primary:active, .btn-primary.active, .show-more > .btn-block:hover,
.open > button.primary.dropdown-toggle,
.open > button.primary.dropdown-toggle:hover,
.open > button.primary.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus {
    background-color: #004c9e;
    border-color: #004c9e;
    color: #fff;
}

.btn-link {
    color: #537898;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #385167;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-link:has(> .ph:only-of-type),
.btn-link:has(> .ph-fill:only-of-type),
a:has(> .ph:only-of-type),
a:has(> .ph-fill:only-of-type),
a:has(> img):hover {
    text-decoration: none;
}

button.large,
a[role=button].large,
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

button.small,
a[role=button].small,
.btn-sm {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
}

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition: all opacity .15s linear ease-out;
    -moz-transition: all opacity .15s linear ease-out;
    -o-transition: all opacity .15s linear ease-out;
    transition: all opacity .15s linear ease-out
}

.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;
    transition-property: height, visibility;
    -moz-transition-duration: .35s;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-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 transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-toggle .icon {
    margin-left: -7px;
    margin-top: -2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: fit-content;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    overflow: auto;
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.36;
    color: #333;
    white-space: nowrap
}

.navbar .dropdown-menu > li > a > i {
    vertical-align: bottom;
    margin-inline-end: 15px;
    font-size: 20px;
}

.navbar .dropdown-menu > li > a > img.avatar {
    vertical-align: bottom;
    margin-inline-end: 15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #537898
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    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 {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.36;
    color: #999;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
    z-index: 10000;
}

.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 {
        left: auto;
        right: 0
    }

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

.btn-group,
.button-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.btn-group > .btn,
.button-group > button,
.button-group > .dropdown:not(:first-child):not(:last-child) > button {
    position: relative;
    border-radius: 0;
}

.button-group > .dropdown:last-child:not(:first-child) > button {
    border-radius: 0;
}

.button-group > .dropdown:last-child:not(:first-child) > button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.button-group > button:hover,
.button-group > button:focus,
.button-group > button:active,
.button-group > button.active,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.button-group button + button, .button-group button + .button-group, .button-group .button-group + button, .button-group .button-group + .button-group,
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

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

.btn-group > .btn.sort-direction-button {
    font-size: 16px;
    line-height: 14px;
}

.btn-group > .btn.sort-direction-button {
    margin: -4px 0 0 -2px;
}

.sort ~ span {
    margin-inline-start: 2px;
}

.sort ~ span i {
    font-size: 16px;
}

.button-group > button:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

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

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    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 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 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;
}

.additional-button:not(.additional-button ~ .additional-button) {
    margin-left: 20px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.btn-group > .additional-button:not(.additional-button ~ .additional-button) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group:not(.note-btn-group) .dropdown-toggle {
    border-left: transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
}

.btn .caret {
    margin-left: 0
}

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

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.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) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #d1d5d6;
    border-radius: 0
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0
}

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

.input-group .form-control:first-child, .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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: flex;
    align-items: stretch;
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    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: 2px;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    width: 100%
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #e4f2fc;
}

.nav > li.disabled > a {
    color: #999
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #537898
}

.nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

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

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.36;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #e8eced
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #ececec;
    border: 1px solid #e8eced;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #e8eced
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #e8eced;
        border-radius: 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ececec
    }
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.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 {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #e8eced
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #e8eced;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ececec
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 43px;
    border: 1px solid transparent;
    height: 49px;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 12px;
    padding-left: 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid var(--primary-border-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
    flex: 1;
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -8px;
    margin-left: -8px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        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: 12px 8px;
    font-size: 18px;
    line-height: 19px;
    margin-left: 15px;
}

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

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {

    .navbar-toggle {
        margin-left: 20px !important;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0;
    margin: auto 0 auto 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: var(--toolbar-font-color);
    line-height: 1;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    color: var(--toolbar-font-color);
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 6px 0;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px
}

.navbar-nav a[data-action="close"],
.navbar-header a[data-action="close"] {
    margin-left: 10px;
}

.navbar .panel-default {
    margin-bottom: 0;
    position: relative;
}

.navbar .panel-default > .panel-heading {
    padding: 10px 15px 10px 20px;
}

.navbar .panel-default .btn {
    border-radius: 3px;
}

.navbar .panel-default .btn i:not(:last-child) {
    margin-inline-end: 5px;
}

.navbar .panel-default .btn-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
}

.navbar .panel-default > .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.navbar .panel-default .panel-body > .list-container {
    min-height: 25px;
}

.navbar .panel-default .panel-body:has(> .btn-container) {
    padding-top: 0;
}

.navbar-right .panel-default > .panel-heading,
.navbar-right .dropdown-header {
    color: #000;
    font-weight: bold;
}

.navbar-right .panel-default > .panel-heading,
.navbar-header-inner .panel-default > .panel-heading {
    background-color: transparent;
    border-top: 0;
}

.navbar-right .dropdown-header {
    padding: 5px 10px 6px;
    background-color: #ececec;
    border-top: 1px solid var(--primary-border-color);
    font-size: 14px;
}

.navbar-right .text-muted {
    color: var(--primary-font-color);
}


@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 19px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }

    .dashboard-tabs {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .dashboard-selectbox {
        display: none;
    }
}

.navbar-form {
    margin-left: -8px;
    margin-right: -8px;
    padding: 10px 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    margin-bottom: 5px
}

@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 .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        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;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.navbar-btn.btn-sm {
    margin-top: 6.5px;
    margin-bottom: 6.5px
}

.navbar-btn.btn-xs {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

.navbar-text {
    margin-top: 12px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 8px;
        margin-right: 8px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -8px
    }

    .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:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #e8eced
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #e8eced
}

.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:hover, .navbar-default .navbar-nav > .open > a:focus {
    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:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #546e7a;
    border-color: transparent
}

.navbar-inverse .navbar-brand {
    color: #dfdfdf
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav > li > a {
    color: #dfdfdf
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: var(--toolbar-font-color);
    background-color: transparent;
}

.navbar-inverse .menu .navbar-nav > li > a:hover, .navbar-inverse .menu .navbar-nav > li > a:focus {
    color: var(--nav-font-color);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: var(--nav-font-color);
    background-color: #3f535c
}

.navbar-inverse .menu .navbar-nav > .active > a, .navbar-inverse .menu .navbar-nav > .active > a:hover, .navbar-inverse .menu .navbar-nav > .active > a:focus {
    color: var(--nav-font-color);
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: transparent
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #3f535c;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #3f535c
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #dfdfdf
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #dfdfdf
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 19px;
    list-style: none;
    background-color: #e8eced;
    border-radius: 0
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 19px 0;
    border-radius: 0
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 10px;
    line-height: 1.36;
    text-decoration: none;
    color: #537898;
    background-color: #fff;
    border: 1px solid #e8eced;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #385167;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #537898;
    border-color: #537898;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    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.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.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 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 19px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #e8eced;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin: 0 3px 3px 0;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

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

.label-default {
    background-color: #999
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #537898
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #415e77
}

.label-success {
    background-color: #85b75f
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #6c9d46
}

.label-info {
    background-color: #e0efff
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #add5ff
}

.label-warning {
    background-color: #ef990e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #bf7a0b
}

.label-danger {
    background-color: #cf605d
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c03c39
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #537898;
    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
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 8px;
    padding-right: 8px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 19px;
    line-height: 1.36;
    background-color: #ececec;
    border: 1px solid #e8eced;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-transition: all border .2s ease-in-out ease-out;
    -moz-transition: all border .2s ease-in-out ease-out;
    -o-transition: all border .2s ease-in-out ease-out;
    transition: all border .2s ease-in-out ease-out
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #537898
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 19px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.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: var(--success);
    border-color: #d6e9c6;
    color: #3c763d
}

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

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: var(--information);
    border-color: #bce8ff;
    color: #31708f
}

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

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: var(--notice);
    border-color: #faebcc;
    color: #9e7328
}

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

.alert-warning .alert-link {
    color: #75551e
}

.alert-danger {
    background-color: var(--error);
    border-color: #ebccd1;
    color: #a94442
}

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

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 19px;
    margin-bottom: 19px;
    background-color: #e8eced;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background-color: #537898;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition: all width .6s ease ease-out;
    -moz-transition: all width .6s ease ease-out;
    -o-transition: all width .6s ease ease-out;
    transition: all width .6s ease ease-out
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #85b75f
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #e0efff
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #ef990e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #cf605d
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.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
}

.pull-right .pipeline {
    position: relative;
    top: -1px;
    font-weight: normal;
    margin-right: 5px;
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    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 20px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e8eced
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

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

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:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #e8eced
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #999;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #999
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #333;
    background-color: #e8eced;
    border-color: #e8eced
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fff
}

.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:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #e0efff
}

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:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c6e2ff
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #9e7328;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #9e7328
}

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:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #9e7328;
    background-color: #faf2cc
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #9e7328;
    border-color: #9e7328
}

.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:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    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: 30px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 6px 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--panel-title-color);
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 6px 10px;
    background-color: #e8eced;
    border-top: 1px solid #e8eced;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #e8eced
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

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

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 19px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #e8eced
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #e8eced
}

.panel-default {
    border-color: var(--primary-border-color);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: var(--primary-border-color);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: var(--primary-border-color);
}

.panel-default > .panel-heading .badge {
    color: #fff;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: var(--primary-border-color);
}

.panel-primary {
    border-color: #537898
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #537898;
    border-color: #537898
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #537898
}

.panel-primary > .panel-heading .badge {
    color: #537898;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #537898
}

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

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #e0efff;
    border-color: #bce8ff
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8ff
}

.panel-info > .panel-heading .badge {
    color: #e0efff;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8ff
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #9e7328;
    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: #9e7328
}

.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 iframe, .embed-responsive embed, .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: #fff;
    border: 1px solid #ededed;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    -webkit-opacity: .2;
    -khtml-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    -ms-filter: alpha(opacity=20);
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50)
}

button.close {
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.photo-link {
    position: absolute;
    clear: both;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    color: #ffffff;
    font-size: 10px;
}

.photo-link a {
    color: #ffffff;
}

.modal-open {
    padding-right: 0 !important;
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2010;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
}

.modal-open .modal .modal-dialog {
    position: relative;
    padding-right: 0 !important;

}

.modal-open .dialog-confirm .modal-dialog {
    top: 40%;
    transform: translateY(-40%);
}

.password-change-request-modal > .modal,
.password-change-request-modal + .modal-backdrop {
    top: 0;
}

.password-change-request-modal .modal-dialog {
    margin: 0 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, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #a3b3c7
}

.modal-backdrop.fade {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5
}

.modal-title {
    margin: 0;
    line-height: 24px
}

.modal-body-wrapper {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    overflow: hidden;
}

.modal-body {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.modal-body > div:not(.record-container):not(.edit-container):not(.list-container) {
    padding: 0 20px;
}

.modal-body > .button-container {
    margin-bottom: 12px;
}

.modal-body > div.edit-container > .row {
    padding: 0 6px;
}

.modal-body > .edit-container > .cell {
    padding: 0 14px;
}

.modal-body .fields-container .cell:nth-of-type(odd),
.modal-body > .row > .cell {
    padding-left: 0;
}

#general-container .modal-body {
    padding: 20px;
}

.modal-body .row:not(.dynamic-logic-edit-item-row) {
    margin: 0;
}

.modal-body .row > .side {
    padding: 0;
}

.modal-body .search-container .search-row .input-group {
    margin: 0;
}

.modal-body > .icons-container {
    margin-bottom: .5em;
}

.dialog-confirm {
    z-index: 3000;
}

.dialog-confirm .modal-body {
    padding-bottom: 30px;
}

.dialog-confirm .modal-body .confirm-message {
    display: inline-block;
    padding: 0 14px;
}

.modal-footer {
    padding: 14px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-group .btn-select-field {
    margin-left: 20px !important;
}

.modal-footer .btn-group .btn-select-attribute {
    margin-left: 5px !important;
}

.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, 0.5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        margin: 20px;
    }

    .full-page-modal .modal-content {
        margin: 40px 30px 30px;
        max-height: calc(100% - 70px);
    }

    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1600;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.36;
    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;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0)
}

.tooltip.in {
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    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;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    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 {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.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: 1600;
    display: none;
    max-width: 550px;
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.36;
    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, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 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;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    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, 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, 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, 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, 0.25)
}

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

.carousel {
    position: relative
}

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

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -webkit-transition: all .6s ease-in-out left ease-out;
    -moz-transition: all .6s ease-in-out left ease-out;
    -o-transition: all .6s ease-in-out left ease-out;
    transition: all .6s ease-in-out left ease-out
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-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: 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.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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%;
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    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, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    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;
    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, 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-prev, .carousel-control .icon-next {
        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
    }
}

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-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
    }

    th.visible-xs, td.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
    }

    th.visible-sm, td.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
    }

    th.visible-md, td.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
    }

    th.visible-lg, td.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
    }

    th.visible-print, td.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
    }
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 3px 10px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #333;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 0 !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    display: inline-flex;
    text-align: center;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    padding: 3px;
    margin: 0 2px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 1;
    flex-shrink: 0;
}

.selectize-control.plugin-remove_button [data-value] .remove:before {
    display: block;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23000000" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>');
    line-height: 0;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0
}

.selectize-control {
    position: relative
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #000;
    font-family: inherit;
    font-size: inherit;
    -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    cursor: text;
}

.selectize-input {
    border: 1px solid #eeeeee;
    padding: 3px 27px 3px 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 16px;
    min-height: 30px;
    height: 100%;
}

.filter-cell .selectize-control.multi .selectize-input.has-items {
    background: #f9f9f9;
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    flex-shrink: 0;
}

.selectize-input:not(.multi):not(.items) > .item:first-of-type:last-of-type {
    flex: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-control.multi .selectize-input > div {
    cursor: grab;
    border-radius: 3px;
    padding: 1px 4px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.selectize-control.multi .selectize-input > div {
    border-color: #dedede;
}

.selectize-control.multi .selectize-input > div:hover {
    border-color: #ccc;
    background-color: rgba(0, 0, 0, 0.03);
}

.selectize-control.multi .selectize-input > div > span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: relative !important;
}

.selectize-input > input::-ms-clear {
    display: none
}

.selectize-input > input:focus {
    outline: none !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-input > .clear-button {
    color: #000;
    margin: 0 0 0 auto;
}

.selectize-input > .clear-button > i {
    font-size: 16px;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(255, 237, 40, 0.4);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 3px 10px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #999;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5f5f5;
    color: #262626
}

.selectize-dropdown .active.create {
    color: #262626
}

.selectize-dropdown .create {
    color: rgba(51, 51, 51, 0.5)
}

.selectize-dropdown:has(.selectize-dropdown-content:empty) {
    display: none !important;
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' viewBox='0 0 256 256'><path d='M181.66,170.34a8,8,0,0,1,0,11.32l-48,48a8,8,0,0,1-11.32,0l-48-48a8,8,0,0,1,11.32-11.32L128,212.69l42.34-42.35A8,8,0,0,1,181.66,170.34Zm-96-84.68L128,43.31l42.34,42.35a8,8,0,0,0,11.32-11.32l-48-48a8,8,0,0,0-11.32,0l-48,48A8,8,0,0,0,85.66,85.66Z'/></svg>");
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    line-height: 1;
    margin-top: 1px;
    margin-bottom: 0;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fff
}

.filter > .form-group .field .selectize-control .selectize-input {
    font-size: 12px;
    padding: 4px 5px 0
}

.selectize-dropdown, .selectize-dropdown.form-control {
    min-width: 160px;
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 1000;
    background: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    position: absolute;
}

.selectize-dropdown .optgroup-header {
    font-size: 12px;
    line-height: 1.36
}

.selectize-dropdown .optgroup:first-child:before {
    display: none
}

.selectize-dropdown .optgroup:before {
    content: ' ';
    display: block;
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-left: -10px;
    margin-right: -10px
}

.selectize-dropdown-content {
    padding: 5px 0
}

.selectize-dropdown-header {
    padding: 5px 10px
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.selectize-input.dropdown-active::before {
    display: none
}

.selectize-input.focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.has-error .selectize-input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .selectize-input:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1px 2px;
}

.form-control.selectize-control {
    padding: 0;
    height: auto;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 160px;
    max-width: 100%;
}

.note-editor {
    position: relative
}

.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: #87cefa;
    background-color: white;
    opacity: .95
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: bold
}

.note-editor .note-dropzone.hover {
    color: #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area .note-editable {
    outline: 0
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor .note-editing-area img.note-float-left {
    margin-right: 10px
}

.note-editor .note-editing-area img.note-float-right {
    margin-left: 10px
}

.note-editor.note-frame {
    border: 1px solid #a9a9a9
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
    color: #000;
    padding: 10px;
    overflow: auto
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: #e5e5e5
}

.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: 0;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0
}

.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 2001
}

.note-editor.note-frame.fullscreen .note-editable {
    background-color: white
}

.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-editor.note-frame .note-statusbar {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid var(--primary-border-color);
    transition: background-color .2s;
}

.note-editor.note-frame .note-statusbar:hover {
    background-color: #fcfcfc;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 8px;
    width: 100%;
    cursor: ns-resize
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9
}

.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-popover.popover {
    max-width: none
}

.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover.popover .arrow {
    left: 20px !important
}

.note-popover .popover-content, .panel-heading.note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px
}

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px
}

.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
}

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
    margin: 0
}

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
    width: 24px;
    padding-left: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
    min-width: 337px
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
    margin: 0 5px
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
    margin: 3px;
    padding: 0 3px;
    width: 100%;
    font-size: 11px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
    background: #eee
}

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 230px;
    padding: 5px
}

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
    margin-right: 5px
}

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
    min-width: 90px
}

.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
    right: 0;
    left: auto
}

.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
    right: 9px;
    left: auto !important
}

.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
    right: 10px;
    left: auto !important
}

.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
    color: deepskyblue;
    visibility: hidden
}

.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
    visibility: visible
}

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
    font-size: 10px
}

.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
    line-height: 1
}

.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.note-dialog > div {
    display: none
}

.note-dialog .form-group {
    margin-left: 0;
    margin-right: 0
}

.note-dialog .note-modal-form {
    margin: 0
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px
}

@-moz-document url-prefix() {
    .note-image-input {
        height: auto
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: gray
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid black
}

.note-handle .note-control-selection > div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid black
}

.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid black
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    border: 1px solid black;
    background-color: white
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: white;
    background-color: black;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70)
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer
}

@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/summernote.eot?0d0d5fac99cc8774d89eb08b1a8323c4");
    src: url("../../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../../fonts/summernote.woff?0d0d5fac99cc8774d89eb08b1a8323c4") format("woff"), url("../../fonts/summernote.ttf?0d0d5fac99cc8774d89eb08b1a8323c4") format("truetype")
}

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
    display: inline-block;
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit
}

.note-icon-align-center:before {
    content: "\f101"
}

.note-icon-align-indent:before {
    content: "\f102"
}

.note-icon-align-justify:before {
    content: "\f103"
}

.note-icon-align-left:before {
    content: "\f104"
}

.note-icon-align-outdent:before {
    content: "\f105"
}

.note-icon-align-right:before {
    content: "\f106"
}

.note-icon-align:before {
    content: "\f107"
}

.note-icon-arrow-circle-down:before {
    content: "\f108"
}

.note-icon-arrow-circle-left:before {
    content: "\f109"
}

.note-icon-arrow-circle-right:before {
    content: "\f10a"
}

.note-icon-arrow-circle-up:before {
    content: "\f10b"
}

.note-icon-arrows-alt:before {
    content: "\f10c"
}

.note-icon-arrows-h:before {
    content: "\f10d"
}

.note-icon-arrows-v:before {
    content: "\f10e"
}

.note-icon-bold:before {
    content: "\f10f"
}

.note-icon-caret:before {
    content: "\f110"
}

.note-icon-chain-broken:before {
    content: "\f111"
}

.note-icon-circle:before {
    content: "\f112"
}

.note-icon-close:before {
    content: "\f113"
}

.note-icon-code:before {
    content: "\f114"
}

.note-icon-col-after:before {
    content: "\f115"
}

.note-icon-col-before:before {
    content: "\f116"
}

.note-icon-col-remove:before {
    content: "\f117"
}

.note-icon-eraser:before {
    content: "\f118"
}

.note-icon-font:before {
    content: "\f119"
}

.note-icon-frame:before {
    content: "\f11a"
}

.note-icon-italic:before {
    content: "\f11b"
}

.note-icon-link:before {
    content: "\f11c"
}

.note-icon-magic:before {
    content: "\f11d"
}

.note-icon-menu-check:before {
    content: "\f11e"
}

.note-icon-minus:before {
    content: "\f11f"
}

.note-icon-orderedlist:before {
    content: "\f120"
}

.note-icon-pencil:before {
    content: "\f121"
}

.note-icon-picture:before {
    content: "\f122"
}

.note-icon-question:before {
    content: "\f123"
}

.note-icon-redo:before {
    content: "\f124"
}

.note-icon-row-above:before {
    content: "\f125"
}

.note-icon-row-below:before {
    content: "\f126"
}

.note-icon-row-remove:before {
    content: "\f127"
}

.note-icon-special-character:before {
    content: "\f128"
}

.note-icon-square:before {
    content: "\f129"
}

.note-icon-strikethrough:before {
    content: "\f12a"
}

.note-icon-subscript:before {
    content: "\f12b"
}

.note-icon-summernote:before {
    content: "\f12c"
}

.note-icon-superscript:before {
    content: "\f12d"
}

.note-icon-table:before {
    content: "\f12e"
}

.note-icon-text-height:before {
    content: "\f12f"
}

.note-icon-trash:before {
    content: "\f130"
}

.note-icon-underline:before {
    content: "\f131"
}

.note-icon-undo:before {
    content: "\f132"
}

.note-icon-unorderedlist:before {
    content: "\f133"
}

.note-icon-video:before {
    content: "\f134"
}

.datepicker {
    padding: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker > div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
    background-image: -o-linear-gradient(top, #b3b3b3, #808080);
    background-image: linear-gradient(top, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080
}

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
    background-color: #666 \9
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #537898
}

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background-color: #039 \9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #537898
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
    background-color: #039 \9
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
    color: #999
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.ui-timepicker-wrapper {
    overflow-y: auto;
    height: 150px;
    width: 6.5em;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    outline: 0;
    z-index: 10001;
    margin: 0
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 11em
}

.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888
}

.ui-timepicker-list li {
    padding: 3px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #000
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    background: #537898;
    color: #fff
}

li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc
}

.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default
}

.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2
}

#main > .calendar-container .timeline {
    border: 1px solid #d1d5d6
}

.calendar-container .timeline {
    border-bottom: 1px solid #d1d5d6
}

.vis-foreground .vis-group, .vis-labelset .vis-label {
    border-bottom-color: #d1d5d6 !important
}

.vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right, .vis-panel.vis-top, .vis-panel.vis-bottom, .vis-time-axis .vis-grid.vis-major {
    border-color: #d1d5d6 !important
}

.vis-item .vis-item-content {
    color: #FFF !important;
    cursor: default !important
}

.vis-item.vis-range .vis-item-content, .vis-item.vis-box .vis-item-content {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.vis-timeline {
    border-width: 0 !important
}

.vis-item .vis-item-content {
    font-size: .85em !important
}

.vis-item.event-canceled .vis-item-content {
    text-decoration: line-through !important
}

.vis-item.vis-range, .vis-item.vis-box {
    border-radius: 0 !important
}

.vis-current-time {
    background-color: #e6adac !important
}

.calendar-container .timeline .vis-item, .calendar-container .timeline .vis-item.vis-selected {
    border-color: #b0c3d4;
    background-color: #f2f5f8
}

.calendar-container .timeline .vis-tooltip {
    display: none
}

.date-title {
    text-align: center !important
}

.date-title h4 {
    margin: 10px 0 0
}

.fc-event.event-canceled .fc-content {
    text-decoration: line-through !important
}

.fc-content > .user > .avatar {
    position: relative;
    top: -1px
}

.fc-time-grid-event .fc-bg {
    opacity: 0 !important
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.fc-event {
    border-radius: 0 !important;
    background-color: none !important
}

.dashlet-body div.calendar-container {
    height: 100% !important
}

.fc-event {
    min-height: 19px !important
}

.fc-day-grid-event .fc-time {
    font-weight: normal !important
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
    padding-top: 0 !important
}

.fc-ltr .fc-basic-view .fc-day-top {
    text-align: right !important
}

/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");
    cursor: crosshair;
    float: left
}

.colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px
}

.colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.colorpicker-hue, .colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px
}

.colorpicker-hue i, .colorpicker-alpha i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px
}

.colorpicker-hue {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC")
}

.colorpicker-alpha {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
    display: none
}

.colorpicker-saturation, .colorpicker-hue, .colorpicker-alpha {
    background-size: contain
}

.colorpicker {
    padding: 4px;
    min-width: 130px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2500
}

.colorpicker:before, .colorpicker:after {
    display: table;
    content: "";
    line-height: 0
}

.colorpicker:after {
    clear: both
}

.colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.colorpicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.colorpicker div {
    position: relative
}

.colorpicker.colorpicker-with-alpha {
    min-width: 140px
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block
}

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
    background-position: 0 100%
}

.colorpicker-color div {
    height: 10px
}

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both
}

.colorpicker-selectors i {
    cursor: pointer;
    float: left;
    height: 10px;
    width: 10px
}

.colorpicker-selectors i + i {
    margin-left: 3px
}

.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    vertical-align: text-top;
    width: 16px
}

.colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
    z-index: auto
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    min-width: 110px;
    height: auto
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px
}

.colorpicker.colorpicker-horizontal .colorpicker-hue, .colorpicker.colorpicker-horizontal .colorpicker-alpha {
    width: 100px;
    height: 15px;
    float: left;
    cursor: col-resize;
    margin-left: 0;
    margin-bottom: 4px
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i, .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    display: block;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    border: 0;
    margin-top: 0
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==")
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=")
}

.colorpicker-right:before {
    left: auto;
    right: 6px
}

.colorpicker-right:after {
    left: auto;
    right: 7px
}

.colorpicker-no-arrow:before {
    border-right: 0;
    border-left: 0
}

.colorpicker-no-arrow:after {
    border-right: 0;
    border-left: 0
}

.colorpicker.colorpicker-visible, .colorpicker-alpha.colorpicker-visible, .colorpicker-saturation.colorpicker-visible, .colorpicker-hue.colorpicker-visible, .colorpicker-selectors.colorpicker-visible {
    display: block
}

.colorpicker.colorpicker-hidden, .colorpicker-alpha.colorpicker-hidden, .colorpicker-saturation.colorpicker-hidden, .colorpicker-hue.colorpicker-hidden, .colorpicker-selectors.colorpicker-hidden {
    display: none
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

:root .grid-stack-item > .ui-resizable-handle {
    filter: none
}

.grid-stack {
    position: relative
}

.grid-stack.grid-stack-rtl {
    direction: ltr
}

.grid-stack.grid-stack-rtl > .grid-stack-item {
    direction: rtl
}

.grid-stack .grid-stack-placeholder > .placeholder-content {
    border: 1px dashed #d3d3d3;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    text-align: center
}

.grid-stack > .grid-stack-item {
    min-width: 8.3333333333%;
    position: absolute;
    padding: 0
}

.grid-stack > .grid-stack-item:has(.open > .dropdown-menu) {
    z-index: 1;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    overflow-x: hidden;
    overflow-y: auto
}

.grid-stack > .grid-stack-item > .ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle {
    display: none
}

.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
    z-index: 100
}

.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
    opacity: .8
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
    cursor: nw-resize;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 0
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
    cursor: n-resize;
    height: 10px;
    top: 0;
    left: 25px;
    right: 25px
}

.grid-stack > .grid-stack-item > .ui-resizable-ne {
    cursor: ne-resize;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 0
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
    cursor: e-resize;
    width: 10px;
    right: 10px;
    top: 15px;
    bottom: 15px
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    cursor: se-resize;
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 0
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
    cursor: s-resize;
    height: 10px;
    left: 25px;
    bottom: 0;
    right: 25px
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
    cursor: sw-resize;
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 0
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
    cursor: w-resize;
    width: 10px;
    left: 10px;
    top: 15px;
    bottom: 15px
}

.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
    display: none !important
}

.grid-stack > .grid-stack-item[data-gs-width='1'] {
    width: 8.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-x='1'] {
    left: 8.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 8.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 8.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-width='2'] {
    width: 16.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-x='2'] {
    left: 16.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 16.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 16.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-width='3'] {
    width: 25%
}

.grid-stack > .grid-stack-item[data-gs-x='3'] {
    left: 25%
}

.grid-stack > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 25%
}

.grid-stack > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 25%
}

.grid-stack > .grid-stack-item[data-gs-width='4'] {
    width: 33.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-x='4'] {
    left: 33.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 33.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 33.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-width='5'] {
    width: 41.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-x='5'] {
    left: 41.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 41.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 41.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-width='6'] {
    width: 50%
}

.grid-stack > .grid-stack-item[data-gs-x='6'] {
    left: 50%
}

.grid-stack > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 50%
}

.grid-stack > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 50%
}

.grid-stack > .grid-stack-item[data-gs-width='7'] {
    width: 58.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-x='7'] {
    left: 58.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-min-width='7'] {
    min-width: 58.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-max-width='7'] {
    max-width: 58.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-width='8'] {
    width: 66.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-x='8'] {
    left: 66.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-min-width='8'] {
    min-width: 66.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-max-width='8'] {
    max-width: 66.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-width='9'] {
    width: 75%
}

.grid-stack > .grid-stack-item[data-gs-x='9'] {
    left: 75%
}

.grid-stack > .grid-stack-item[data-gs-min-width='9'] {
    min-width: 75%
}

.grid-stack > .grid-stack-item[data-gs-max-width='9'] {
    max-width: 75%
}

.grid-stack > .grid-stack-item[data-gs-width='10'] {
    width: 83.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-x='10'] {
    left: 83.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-min-width='10'] {
    min-width: 83.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-max-width='10'] {
    max-width: 83.3333333333%
}

.grid-stack > .grid-stack-item[data-gs-width='11'] {
    width: 91.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-x='11'] {
    left: 91.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-min-width='11'] {
    min-width: 91.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-max-width='11'] {
    max-width: 91.6666666667%
}

.grid-stack > .grid-stack-item[data-gs-width='12'] {
    width: 100%
}

.grid-stack > .grid-stack-item[data-gs-x='12'] {
    left: 100%
}

.grid-stack > .grid-stack-item[data-gs-min-width='12'] {
    min-width: 100%
}

.grid-stack > .grid-stack-item[data-gs-max-width='12'] {
    max-width: 100%
}

.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
    -webkit-transition: left .3s, top .3s, height .3s, width .3s;
    -moz-transition: left .3s, top .3s, height .3s, width .3s;
    -ms-transition: left .3s, top .3s, height .3s, width .3s;
    -o-transition: left .3s, top .3s, height .3s, width .3s;
    transition: left .3s, top .3s, height .3s, width .3s
}

.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder, .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
    -webkit-transition: left 0s, top 0s, height 0s, width 0s;
    -moz-transition: left 0s, top 0s, height 0s, width 0s;
    -ms-transition: left 0s, top 0s, height 0s, width 0s;
    -o-transition: left 0s, top 0s, height 0s, width 0s;
    transition: left 0s, top 0s, height 0s, width 0s
}

.grid-stack.grid-stack-one-column-mode {
    height: auto !important
}

.grid-stack.grid-stack-one-column-mode > .grid-stack-item {
    position: relative !important;
    width: auto !important;
    left: 0 !important;
    top: auto !important;
    margin-bottom: 20px;
    max-width: none !important
}

.grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle {
    display: none
}

@media (min-width: 768px) {
    .navbar #header .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    #header .navbar ul.nav > li.global-search-container {
        display: block;
        width: 100%;
    }

    #global-search-input {
        width: 100% !important
    }
}

body > #header ul.tabs > li span.short-label > span {
    display: inline-block;
    width: 16px;
    text-align: center
}

body > #header ul.tabs > li > a > span.full-label {
    display: inline;
    text-overflow: ellipsis;
    max-width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
}

body > #header .navbar-brand span.home-icon {
    display: none
}

#header .more-icon {
    display: inline
}

#header .navbar {
    position: relative;
    z-index: 2000;
    margin-bottom: 0;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    border-right: 0;
    border-bottom-width: 1px !important;
}

#header .navbar > .navbar-header > a.navbar-brand, #header .navbar > .navbar-header > a.navbar-brand:active {
    color: #000
}

#header .navbar li.tab > a {
    border-left-width: 0;
    border-left-style: solid;
    border-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.default-icon, .icon {
    width: 22px;
    height: 22px;
    display: inline;
    vertical-align: middle;
}

.icon-small {
    width: 16px;
    height: 16px;
}

.icon-button {
    width: 18px;
    height: 18px;
}


.status-icons .ph {
    color: var(--status-icon-color);
}

.inline-actions .ph {
    color: var(--action-icon-color);
    font-size: 16px;
}

#header .navbar li.tab > a > span.full-label {
    overflow-wrap: break-word;
    word-wrap: break-word
}

#header ul.tabs {
    margin-bottom: 10px;
    height: calc(100vh - 120px);
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    #header .nav > li.more > .dropdown-menu {
        top: 0;
        left: 173px;
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        border-left-width: 0;
        border-top-width: 0;
        overflow-y: hidden
    }

    #header ul.tabs {
        width: 100%;
    }

    #header .navbar-brand img {
        height: 33px;
    }

    html, body {
        height: 100%
    }

    body > footer {
        margin-top: -26px
    }

    body > footer {
        clear: both;
        position: relative;
        height: 26px;
        margin-top: -28px
    }

    body > footer {
        margin-left: 173px
    }

    #header ul.tabs li {
        float: none
    }

    #header .navbar-right {
        background-color: #ececec;
    }

    #header .navbar-right .global-search-container {
        position: fixed;
        top: 0;
        right: 102px
    }

    #header .navbar-right .global-search-container a.global-search-button {
        padding: 5px 10px;
        color: #999;
    }

    #header .navbar-right .quick-create-container {
        position: fixed;
        top: 0;
        right: 34px;
        width: 34px
    }

    #header .navbar-right .quick-create-container.open > ul.dropdown-menu {
        max-height: calc(100vh - 48px);
        overflow-y: auto;
    }

    #header .navbar-right > li > a {
        padding: 5px 10px;
    }

    #header ul.tabs li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px
    }

    #header .navbar-form {
        margin-top: 0;
        margin-bottom: 0
    }

    #global-search-input {
        height: 30px !important;
        margin-top: 0 !important
    }
}

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

.bottom > .panel > .panel-body {
    overflow-x: auto;
}

.bottom > .panel:not(.panel-stream) > .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.bottom > .panel.panel-stream .list-container {
    margin-left: -20px;
    margin-right: -20px;
}

.panel-body {
    padding: 14px 10px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

blockquote {
    font-size: 14px;
    border-left-width: 3px
}

.pagination-sm > li > a {
    line-height: 1.5
}

.preset {
    text-overflow: ellipsis;
    overflow: hidden !important
}

.preset > div {
    padding-right: 20px
}

.modal-container.overlaid .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none
}

.modal-header {
    padding: 10px 20px;
    border-bottom: 0 solid #e5e5e5;
    min-height: 34px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.modal .close[data-action="close-modal"] i,
.modal-header .close i,
.modal-header .full-form i {
    font-size: 22px;
}

.modal-header .full-form {
    position: absolute;
    top: 12px;
    right: 55px;
}

.modal-footer {
    margin-top: 10px;
    padding: 14px 20px;
}

.modal-dialog > .modal-content {
    background-clip: border-box;
    border-color: #e8eced;
    border-width: 0;
    border-radius: 10px;
}

.table thead > tr > th {
    border-bottom: 1px solid #e8eced;
    font-weight: normal
}

.form-group.hidden-cell {
    margin-bottom: 0;
    min-height: 0 !important;
}

.hidden-cell div.field {
    display: none !important
}

.hidden-cell label.control-label {
    display: none !important
}

.hidden-cell .inline-edit-link {
    display: none !important
}

.hidden-cell .status-icons, .hidden-cell .inline-actions {
    display: none !important;
}

.panel-group .panel + .panel {
    margin-top: 4px
}

.alert {
    padding: 5px 18px
}

label {
    margin-bottom: 3px
}

.table {
    margin-bottom: 10px
}

.page-header-container {
    position: sticky;
    left: 0;
    z-index: 11;
    padding: 0 20px;
}

.page-header {
    margin: 10px 0;
    border-bottom: 0;
    padding-bottom: 2px;
    min-height: 33px;
}

.dashboard-header {
    margin-bottom: 20px;
}

.dashboard-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dashboard-header .selectize-control {
    height: 100%;
}

.dashboard-header .selectize-input {
    border-radius: 3px;
}


.page-header .header-buttons-container {
    margin-left: auto;
}

.header .header-buttons-container.full-row {
    width: 100% !important;
}

.header .header-buttons-container.full-row .header-buttons {
    justify-content: space-between;
}

.modal-header {
    background-color: #e8eced
}

div.list-expanded > ul > li > div.expanded-row > .cell {
    padding-left: 6px;
    padding-right: 3px;
    border-left: 1px solid #e8eced
}

div.list-expanded > ul > li > div.expanded-row > .cell:first-child {
    padding-left: 0;
    border-left: 0
}

.list > table.table td > span.list-icon-container.pull-right {
    margin-left: 5px
}

.list > table.table td > span.list-icon-container.pull-left {
    margin-right: 5px
}

.list > ul.list-group > li.list-row .cell > span.glyphicon.pull-right {
    margin-left: 5px;
    margin-top: 4px
}

div.list-kanban {
    margin-left: -10px;
    margin-right: -10px;
    overflow-x: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}

div.list-kanban > div.kanban-columns-container {
    flex: 1;
}

div.list-kanban > div.kanban-head-container,
div.list-kanban > div.kanban-columns-container {
    padding-left: 15px;
}

div.list-kanban > div.kanban-columns-container {
    padding-right: 15px;
}

div.list-kanban > div > table {
    width: 100%;
    table-layout: fixed
}

div.list-kanban > div > table th {
    font-weight: normal;
    color: #777;
    background-color: #eee;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden
}

div.list-kanban > div > table th > div {
    padding-left: 8px;
    position: relative;
    line-height: 28px;
    height: 100%;
    width: 100%
}

div.list-kanban > div > table th > div:before, div.list-kanban > div > table th > div:after {
    content: " ";
    display: inline-block;
    border-width: 18px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -4px
}

div.list-kanban > div > table th > div:after {
    left: calc(100% - 10px);
    z-index: 1;
    border-color: transparent transparent transparent #fff
}

div.list-kanban > div > table th > div:before {
    left: calc(100% - 12px);
    z-index: 2;
    border-color: transparent transparent transparent #eee
}

div.list-kanban > div > table th:last-child > div:before, div.list-kanban > div > table th:last-child > div:after {
    border-color: transparent transparent transparent transparent !important;
    border: 0;
}

div.list-kanban > div > table td.group-column {
    vertical-align: top;
    padding-top: 10px
}

div.list-kanban > div > table td.group-column .show-more a {
    margin: 0 auto;
    display: block;
    height: 20px
}

div.list-kanban > div > table td.group-column .show-more a > span {
    top: -4px;
    color: #999;
    position: relative
}

div.list-kanban > div > table td.group-column .group-column-list {
    min-height: 200px
}

div.list-kanban > div > table .item {
    margin-bottom: 10px;
    border: 1px solid #eee;
}

div.list-kanban > div > table .item .panel {
    margin-bottom: 0
}

div.list-kanban > div > table .item .panel .form-group {
    margin-bottom: 3px
}

div.list-kanban > div > table .item .panel .form-group .field-right-align {
    text-align: right
}

div.list-kanban > div > table .item .panel .form-group .field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 14px
}

div.list-kanban > div > table .item .panel .form-group .field.field-large {
    font-size: 18px;
    color: #555
}

div.list-kanban > div > table .item .panel div:last-child > .form-group {
    margin-bottom: 0
}

div.list-kanban > div > table .item .panel .panel-body {
    padding: 8px;
}

div.list-kanban > div > table .item .panel .panel-body > *:not(:first-child):not(:last-child) {
    margin: 5px 0;
}

div.list-kanban > div > table .item .panel .item-menu-container {
    margin-top: -10px;
    margin-right: -10px
}

div.list-kanban > div > table .item.ui-sortable-helper {
    cursor: move
}

div.list-kanban > div.kanban-columns-container {
    margin-left: -10px;
    margin-right: -10px
}

div.list-kanban > div.kanban-columns-container > table {
    border-collapse: separate;
    border-spacing: 10px 0
}

@supports (display:grid) {
    div.list-kanban > div.kanban-columns-container, div.list-kanban > div.kanban-head-container {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    div.list-kanban > div.kanban-columns-container > table, div.list-kanban > div.kanban-head-container > table {
        border-collapse: unset;
        border-spacing: unset
    }

    div.list-kanban > div.kanban-columns-container > table > tbody, div.list-kanban > div.kanban-head-container > table > tbody, div.list-kanban > div.kanban-columns-container > table > thead, div.list-kanban > div.kanban-head-container > table > thead {
        display: block !important
    }

    div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row {
        display: grid !important;
        grid-column-gap: 10px;
        grid-auto-columns: 1fr;
        grid-auto-rows: 1fr;
    }

    div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row tbody, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row tbody, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row tbody, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row tbody, div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row thead, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row thead, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row thead, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row thead, div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row td, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row td, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row td, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row td, div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row th, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row th, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row th, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row th {
        display: block !important
    }

    div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row > td, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row > td, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row > td, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row > td, div.list-kanban > div.kanban-columns-container > table > tbody tr.kanban-row th, div.list-kanban > div.kanban-head-container > table > tbody tr.kanban-row th, div.list-kanban > div.kanban-columns-container > table > thead tr.kanban-row th, div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row th {
        grid-row: 1
    }

    div.list-kanban > div.kanban-head-container {
        background-color: #eee
    }

    div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row {
        overflow: hidden
    }

    div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row > th {
        overflow: visible;
        min-width: 0;
        max-height: 28px
    }

    div.list-kanban > div.kanban-head-container > table > thead tr.kanban-row > th .kanban-group-label {
        display: inline-block;
        max-width: calc(100% - 15px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

table.table > thead th > a,
table.table > thead th > div > a {
    color: var(--label-color);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main main > .list-container > .list {
    scrollbar-width: none;
    margin-left: -10px;
    margin-right: -10px;
    display: grid;
}

#main main > .list-container > .list::-webkit-scrollbar {
    display: none;
}

#main main > .list-container > .list > .table thead {
    position: sticky;
    top: -1px;
    z-index: 10;
}

#main main > .list-container > .list > .table thead th > .layout-editor-container {
    padding-right: 2px;
    min-width: auto;
    width: 100%;
    justify-content: end;
}

#main main > .list-container > .list > table td:first-child, #main main > .list-container > .list > table th:first-child {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    div.list-kanban,
    #main main > .list-container > .list {
        margin-left: -20px;
        margin-right: -20px;
    }

    #main main > .list-container > .list > .table thead th {
        vertical-align: middle;
    }

    #main main > .list-container > .list > table td:first-child, #main main > .list-container > .list > table th:first-child {
        padding-left: 20px;
        padding-right: 10px;
    }

    #main main > .list-container > .list > table tr {
        position: relative;
    }

    .list > table td.fixed-button:last-child {
        border: 0;
        padding: 0;
        position: relative;
    }

    .list > table td.fixed-button:last-child > .list-row-buttons {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 3px;
    }

    .panel .list > table.table.full-table td.cell[data-name="buttons"]:not(.fixed-button) {
        padding-right: 10px;
    }

    #main main > .list-container > .list > .table thead th > .layout-editor-container {
        padding-right: 9px;
    }

    .fixed-scrollbar {
        display: none;
        position: fixed;
        overflow-x: auto;
        bottom: 0;
    }

    .panel-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .list > table td.cell[data-name="buttons"] > .list-row-buttons {
        display: flex;
        flex-flow: row nowrap;
    }
}

.list-container > .no-data-container {
    padding: 0 20px 10px;
}

.list-container > .list > .table:not(.fixed-header-table) {
    min-width: 100%;
}

.bottom .list-container > .list > .table:not(.fixed-header-table),
#main .list-container > .list > .table:not(.fixed-header-table),
.list-container > .list > .table[data-resizable=true] {
    width: auto;
}

.bottom .list-container > .list > .table .layout-editor-container {
    padding-right: 7px;
}

.dashlet .list-container > .list > .table:not(.fixed-header-table) {
    width: auto;
}

.panel .panel-heading .panel-title .list-actions-container {
    margin-left: 8px;
    text-transform: none;
}

.panel .panel-heading .panel-title .list-actions-container .dropdown-menu {
    z-index: 99999;
}

@media screen and (min-width: 768px) {
    .relationship-container > .list > .table .record-checkbox {
        visibility: hidden;
    }

    .relationship-container > .list > .table tr:hover .record-checkbox {
        visibility: visible;
    }

    .relationship-container > .list > .table .record-checkbox:checked {
        visibility: visible;
    }

    .relationship-container > .list > .table .select-all {
        visibility: hidden;
    }

    .relationship-container > .list > .table tr:hover .select-all {
        visibility: visible;
    }

    .relationship-container > .list > .table .select-all:checked {
        visibility: visible;
    }
}


.panel .table.full-table {
    position: relative;
}

.panel-scroll {
    overflow-x: auto;
}

.panel-scroll > div {
    height: 1px;
}

.list-container > .list > .table thead th:not([data-name="r-checkbox"]):not([width]) > div:not(.inline-actions):not(:empty) {
    min-width: 100px;
    width: inherit;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

table.table > thead th {
    color: var(--label-color);
    position: relative;
}

table.table[data-resizable=true] > thead th.table-spacer,
table.table[data-resizable=true] > tbody td[data-name=table-spacer] {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
}

table.table[data-resizable=true] > thead th.table-spacer > div,
table.table[data-resizable=true] > tbody td[data-name=table-spacer] > div {
    display: none !important;
}

table.table[data-resizable=true] > thead th .resizer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 65%;
    cursor: col-resize;
    user-select: none;
    background-color: rgba(0,0,0,0.1);
}

.cell label, .filter label {
    color: #999;
    font-weight: 500;
}

.cell > label, .filter label {
    margin-bottom: 2px
}

.filter .selectize-input {
    min-height: 30px
}

.btn.active {
    box-shadow: none
}

.navbar-inverse {
    border-bottom-width: 0 !important
}

.navbar .navbar-header a.navbar-brand {
    margin-right: auto
}

.navbar-brand {
    padding: 0;
}

.navbar img.logo {
    max-height: 100%;
    max-width: 100%
}

#navbar .navbar .navbar-body {
    display: flex !important;
    flex-wrap: nowrap;
    flex: 1;
    border: 0;
}

#navbar .navbar .navbar-dropdowns {
    flex: 0;
}

#login.panel .panel-heading {
    border-bottom-width: 0
}

#login .logo-container {
    width: 181px;
    height: 43px
}

#login .logo-container img.logo {
    max-height: 100%;
    max-width: 100%
}

#global-search-input {
    width: 145px;
    margin-top: 1px;
    padding-right: 10px
}

.progress.pre-loading {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.edit form {
    margin: 0
}

.margin {
    margin: 8px 0
}

.margin-top {
    margin-top: 8px
}

.margin-bottom {
    margin-bottom: 8px
}

.margin-bottom.margin {
    margin-top: 0
}

.margin.list-group-item:first-child {
    margin-top: 0
}

ul.dropdown-menu > li.checkbox {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px 0 3px 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropdown-menu > li > a {
    line-height: 19px
}

ul.dropdown-menu > li > a.active {
    background-color: #eee;
    text-decoration: none;
    outline: 0
}

ul.dropdown-menu > li.checkbox:last-child {
    margin-bottom: 3px
}

.page-header h3 {
    margin: 0 8px 0 0;
}

.modal-header a {
    color: #333
}

.list-container .pagination {
    margin: 0
}

.floated-row > div {
    float: left;
    margin-right: 14px
}

.search-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.search-row > div {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.field .value-container,
.was > .value-container,
.became > .value-container {
    display: inline-block;
}

.cell > .field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 18px;
    transition: background-color .2s;
    min-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
}

td.cell > .field {
    min-height: auto;
}

main[data-mode=edit] .cell > .field > *:not([type=checkbox]):not([type=radio]):not(.colored-enum):not(.popover),
.cell > .field > *:not([type=checkbox]):not([type=radio]):not(a):not(.label):not(.popover) {
    width: 100%;
}

.cell:not([data-readonly]):not([data-mode=edit]) > .field:hover {
    background-color: var(--field-hover-color);
}

main .record > .edit .cell:not([data-readonly]):not([data-mode=edit]) > .field:hover {
    background-color: transparent;
}

.cell > .field :where(textarea, .input-group:not(.unit-group), input:not([type=radio]):not([type=checkbox]), .selectize-input, .unit-select select),
.cell > .field:has(> input[type=checkbox]:not([disabled]), > input[type=radio]:not([disabled])),
.cell > .field > input:not([type=radio]):not([type=checkbox]),
td.cell :where(textarea, .input-group:not(.unit-group), input:not([type=radio]):not([type=checkbox]), .selectize-input, .unit-select select),
td.cell:not(:first-child) > div:has(> input[type=checkbox]:not([disabled]), > input[type=radio]:not([disabled])),
td.cell > div:not(.input-group) > input:not([type=radio]):not([type=checkbox]),
td.cell > div .selectize-control > .selectize-input {
    background-color: var(--field-inline-edit-color);
    margin-top: -1px;
    border-top: 1px solid transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.cell.has-error > .field :where(textarea, .input-group:not(.unit-group), input:not([type=radio]):not([type=checkbox]), .selectize-input, .unit-select select),
td.cell.has-error :where(textarea, .input-group:not(.unit-group), input:not([type=radio]):not([type=checkbox]), .selectize-input, .unit-select select),
td.cell.has-error > div:not(.input-group) > input:not([type=radio]):not([type=checkbox]),
.cell.has-error > .field > input:not([type=radio]):not([type=checkbox]) {
    background-color: #f2e4e4;
}

.cell > .field:has(> input[type=checkbox]:not([disabled]), > input[type=radio]:not([disabled])) {
    margin-top: 0;
}

.cell > .field > .selectize-control > .selectize-input.focus,
.cell > .field .input-group:has(.selectize-input.focus),
.cell > .field .input-group:has(> input:focus),
.cell > .field > :where(.range-container, .unit-group) > :where(input:not([type=radio]):not([type=checkbox]):focus),
.cell > .field > :where(.range-container, .unit-group) > .unit-select select:focus,
.cell > .field > input:not([type=radio]):not([type=checkbox]):focus,
.cell > .field > .array-control-container .selectize-input.focus,
.cell > .field > textarea:focus,
td.cell > div:not(.input-group) > .selectize-control > .selectize-input.focus,
td.cell .input-group:has(.selectize-input.focus),
td.cell .input-group:has(> input:focus),
td.cell > div > :where(.range-container, .unit-group) > :where(input:not([type=radio]):not([type=checkbox]):focus),
td.cell > div > :where(.range-container, .unit-group) > .unit-select select:focus,
td.cell > div:not(.input-group) > input:not([type=radio]):not([type=checkbox]):focus,
td.cell > div > .array-control-container .selectize-input.focus,
td.cell > div > textarea:focus {
    border-bottom-color: #06c;
}



.cell > .field > a,
.cell > .field > span.pre-label,
.cell > .field > span.complex-text p {
    white-space: pre-wrap;
    vertical-align: middle;
}

.cell > .field > input[type=checkbox],
.cell > .field > input[type=radio] {
    margin-top: 0;
}

.cell[data-mode=edit] > .field > input[type=checkbox]:not([disabled]),
.cell[data-mode=edit] > .field > input[type=radio]:not([disabled]),
.cell[data-mode=edit] > .field > .conditions-container,
.record > .edit .cell > .field > input[type=checkbox]:not([disabled]),
.record > .edit .cell > .field > input[type=radio]:not([disabled]),
.record > .edit .cell > .field > .conditions-container,
td.cell[data-mode=edit]  input[type=checkbox]:not([disabled]),
td.cell[data-mode=edit]  input[type=radio]:not([disabled]),
td.cell[data-mode=edit]  .conditions-container {
    margin: 0 10px;
    line-height: inherit;
}

.cell > .field .form-control,
.cell > .field .selectize-input,
td.cell  .form-control,
td.cell  .selectize-input{
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
}

.cell > .field .input-group > .input-group-btn,
td.cell  .input-group > .input-group-btn {
    background-color: var(--field-inline-edit-color);
    gap: 5px;
    margin: 0 0 0 10px;
}

td.cell  .input-group > .input-group-btn {
    margin-left: 0;
}

.cell > .field .input-group > .input-group-btn button,
td.cell .input-group > .input-group-btn button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.cell > .field > .input-group > .input-group-btn button:hover,
td.cell  .input-group > .input-group-btn button:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.cell > .field > .input-group > .input-group-btn button:active,
td.cell > .input-group > .input-group-btn button:active {
    background-color: rgba(0, 0, 0, 0.05);
}

.list table td a:not(.btn) > img {
    display: block;
}

.field .row {
    margin-left: -3px !important;
    margin-right: -3px !important
}

.field .row > div {
    padding-left: 3px !important;
    padding-right: 3px !important;
    float: left
}

.field .form-control, .field .btn {
    margin-bottom: 3px
}

.field .input-group .form-control, .field .input-group .btn {
    margin-bottom: 0
}

.field .input-group .btn {
    height: 100%;
}

.field .link-container {
    margin-bottom: 0
}

.field .link-container:not(:empty) + .input-group .btn:last-child {
    border-top-right-radius: 0;
}

.list-group-item {
    margin-bottom: 0;
    border-top-width: 0
}

.list-group-item:first-child,
.list-group > .list-group-item.hidden + .list-group-item:not(.hidden) {
    border-top-width: 1px
}

.list-group-item.ui-sortable-helper {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important
}

.panel > .panel-body.panel-body-form {
    padding-bottom: 2px
}

.list-group-item {
    background-color: transparent
}

.panel-body .field > .link-container > .list-group-item {
    background-color: #fff
}

.panel-body .list-group-item {
    background-color: #fff
}

.field .link-container .list-group-item:last-child {
    margin-bottom: -1px;
}

.field .link-container .list-group-item > div {
    margin: 0;
}

.field .link-container .list-group-item > div > div {
    margin: 6px 0
}

.field .link-container .list-group-item .form-control, .field .link-container .list-group-item .btn {
    margin-top: 0;
    margin-bottom: 0
}

.field .link-container .link-group-item-with-columns > div > .btn-group {
    margin-top: 0;
    margin-bottom: 0
}

.field .link-container .link-group-item-with-columns > div > .btn-group .caret {
    border-top-color: #999
}

.filter > .form-group .field .link-container {
    font-size: 12px
}

.filter > .form-group .field .input-group input {
    font-size: 12px;
    height: 30px
}

.filter > .form-group .field .input-group button.btn {
    font-size: 12px;
    height: 30px
}

.filter .field .link-container .list-group-item a {
    margin-top: 1px
}

.field .link-container .list-group-item a {
    margin-top: 1px
}

.field .link-container > .list-group-item.link-with-role > a, .field .link-container > .list-group-item.link-with-role > div > a {
    margin-top: 6px
}

.field .link-container > .list-group-item.link-group-item-with-columns > div:nth-child(1), .field .link-container > .list-group-item.link-group-item-with-primary > div:nth-child(1) {
    display: inline-block;
    width: calc(100% - 23px);
    float: left
}

.field .link-container > .list-group-item.link-group-item-with-columns > div:nth-child(1) > input.form-control, .field .link-container > .list-group-item.link-group-item-with-primary > div:nth-child(1) > input.form-control {
    width: 40%
}

.field .link-container > .list-group-item.link-group-item-with-columns > div:nth-child(2), .field .link-container > .list-group-item.link-group-item-with-primary > div:nth-child(2) {
    display: inline-block;
    width: 23px;
    float: right;
    vertical-align: top
}

ul.dropdown-menu > li > a > .check-icon + div {
    padding-right: 20px
}

.detail-field-container {
    padding: 7px 0
}

#login.panel > .panel-heading {
    background-color: #546e7a;
    padding: 0;
    margin: -2px
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        margin: 0
    }

    .modal-dialog .image-container {
        margin-left: -14px;
        margin-right: -14px
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 740px
    }
}

@media screen and (min-width: 992px) {
    .modal-dialog {
        width: 900px
    }

    .dialog-confirm > .modal-dialog {
        width: 550px
    }

    .dialog-select-record > .modal-dialog {
        width: 1160px;
    }
}

.dialog-confirm > .modal-dialog > .modal-content {
    text-align: center
}

table.table > tbody td > .list-row-buttons button {
    position: relative;
}

.list-row-buttons span.caret {
    border-top-color: #999
}

.list > table {
    margin-bottom: 0
}

.list > ul {
    margin-bottom: 0
}

.list > table td input[type="checkbox"], .list > table th input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: 2px
}

.list > table th input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: 2px !important
}

.list > table th span.caret {
    border-top-color: #999
}

.list > table th span.caret-up {
    border-bottom-color: #999
}

.filter a.remove-filter,
.filter a.pin-filter:not(.pinned) {
    display: none;
}

.filter:hover a.remove-filter,
.filter:hover a.pin-filter:not(.pinned) {
    display: block;
}

.filter a.pin-filter {
    margin-right: 5px;
}

.filter a.pin-filter > i {
    font-size: 14px;
}

.filter a.pin-filter:not(.pinned) {
    transform: rotate(45deg);
}

select[multiple].input-sm {
    height: 90px !important
}

.input-group-btn > select.form-control {
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: -1px
}

.input-group-btn:last-child > select.form-control {
    margin-right: 0;
    margin-left: -1px
}

.input-group > .middle-element {
    margin-left: 0 !important
}

.input-group .form-control:focus {
    z-index: 3
}

.panel-body > p:first-child, section > p:first-child, .panel-body > h1:first-child, section > h1:first-child, .panel-body > h2:first-child, section > h2:first-child, .panel-body > h3:first-child, section > h3:first-child, .panel-body > h4:first-child, section > h4:first-child, .panel-body > h5:first-child, section > h5:first-child {
    margin-top: 0
}

.panel-body > p:last-child, section > p:last-child, .panel-body ul, section ul, .panel-body li, section li, .panel-body .table, section .table {
    margin-bottom: 0
}

.well > p:last-child {
    margin-bottom: 0
}

.panel-body > div > .list > table td:first-child,
.panel-body > div > .list > table th:first-child,
.panel-body > div > .group > .list-container > .list > table td:first-child,
.panel-body > div > .group > .list-container > .list > table th:first-child,
.bottom .panel .group-container > .group > .group-name {
    padding-left: 20px !important;
}

.modal-body > div > .list > table td:first-child, .modal-body > div > .list > table th:first-child {
    padding-left: 20px
}

.modal-body > div > .list > table td:last-child, .modal-body > div > .list > table th:last-child {
    padding-right: 20px
}

.panel-body > .no-margin {
    margin: -14px
}

.panel-body .no-side-margin {
    margin-left: -14px;
    margin-right: -14px
}

.panel-body .no-side-margin > table td:first-child, .panel-body .no-side-margin > table th:first-child {
    padding-left: 14px
}

.panel-body .no-side-margin > table td:last-child, .panel-body .no-side-margin > table th:last-child {
    padding-right: 14px
}

.panel-body .no-side-margin > .list-group-item {
    border-left-width: 0;
    border-right-width: 0
}

.panel-body .no-side-margin > .table-bordered {
    border-left: 0;
    border-right: 0
}

.panel-body .no-side-margin > .table-bordered td:last-child, .panel-body .no-side-margin > .table-bordered th:last-child {
    border-right: 0
}

.panel-body .no-side-margin > .table-bordered td:first-child, .panel-body .no-side-margin > .table-bordered th:first-child {
    border-left: 0
}

.panel-body .no-bottom-margin {
    margin-bottom: -14px !important
}

.table.less-padding > thead > tr > th, .table.less-padding > tbody > tr > th, .table.less-padding > tfoot > tr > th, .table.less-padding > thead > tr > td, .table.less-padding > tbody > tr > td, .table.less-padding > tfoot > tr > td {
    padding: 8px 3px 8px 3px
}

.panel > .panel-body > .list-container > .list > .list-group > .list-group-item {
    border-width: 0;
    border-bottom-width: 1px
}

.panel > .panel-body > .list-container > .list > .list-group > li.list-group-item:last-child {
    border-bottom-width: 0
}

.record .panel-warning > .panel-heading {
    background-color: #faebcc
}

.record .panel-warning > .panel-heading .btn-warning {
    color: #9e7328;
    background-color: #faebcc;
    border-color: #faebcc
}

.record .panel-danger > .panel-heading {
    background-color: #ebccd1
}

.record .panel-danger > .panel-heading .btn-danger {
    color: #a94442;
    background-color: #ebccd1;
    border-color: #ebccd1
}

.record .panel-info {
    border-color: #e0efff
}

.record .panel-info > .panel-heading {
    color: #31708f;
    background-color: #e0efff
}

.record .panel-info > .panel-heading .btn-info {
    color: #31708f;
    background-color: #e0efff;
    border-color: #e0efff
}

.record .panel-success > .panel-heading {
    background-color: #d6e9c6
}

.record .panel-success > .panel-heading .btn-success {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: #d6e9c6
}

table.no-margin {
    margin-bottom: 0
}

.list-expanded > .show-more {
    padding: 0;
    margin-top: -1px
}

.list-expanded > li.show-more > .btn {
    margin-left: -1px;
    margin-right: -4px
}

.list-expanded > ul > li .list-row-buttons {
    margin-right: -12px;
    margin-top: -10px
}

.show-more > .btn {
    border-radius: 0;
    border-width: 0;
    border-color: #e0e0e0
}

.panel-body > .list-container > .list > div.show-more, .list.no-bottom-margin > div.show-more {
    display: inline-block;
    width: 100%
}

.expanded-row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.expanded-row .cell .complex-text {
    white-space: normal;
    overflow: hidden
}

.expanded-row .cell {
    display: inline
}

.notification-list .expanded-row > .cell[data-name="data"], #notifications-panel .expanded-row > .cell[data-name="data"] {
    padding-left: 0;
    padding-right: 0
}

#notifications-panel {
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.175);
    background-color: white;
}

#notifications-panel .expanded-row {
    white-space: normal;
    overflow: hidden
}

#notifications-panel .right {
    padding-top: 5px
}

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    border-top: 0 dotted;
    border-left: 4px solid transparent;
    content: ""
}

.list > table {
    table-layout: fixed
}

.list > table td, table.list th {
    text-overflow: ellipsis;
    overflow: hidden
}

.list > table td.has-error {
    overflow: visible;
}

.list > table thead tr {
    background-color: inherit;
}

.list > table td[data-name="r-checkbox"] {
    overflow: visible;
    background-color: rgba(255, 255, 255, 0.9);
}

.list > table tr.active td[data-name="r-checkbox"] {
    background-color: #f6fafd;
}

.list > table th[data-name="r-checkbox"] {
    white-space: nowrap;
    background-color: inherit;
}

.list > table td[data-name="r-checkbox"],
.list > table th[data-name="r-checkbox"] {
    position: sticky;
    left: 0;
    z-index: 9;
}

.list > table th[data-name="r-checkbox"] .select-all-container {
    line-height: 19px;
    height: 19px;
    float: left
}

.list .checkbox-dropdown {
    margin-left: 3px;
    top: -1px
}

.list .checkbox-dropdown > a {
    padding: 0;
    line-height: 1
}

.list .record-checkbox-container {
    height: 19px;
    display: block
}

.list > table td > div.field {
    white-space: normal
}

.list > table td.cell[data-name="buttons"] {
    overflow: visible;
    padding: 3px 5px;
    right: 0;
}

.list > table tr:not(.ui-sortable-helper) td.cell[data-name="buttons"] {
    position: sticky;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.panel-body .list > table tr:not(.ui-sortable-helper) td.cell[data-name="buttons"] {
    padding-right: 10px;
}

table.less-padding td.cell[data-name="buttons"] > .btn-group {
    margin-right: -13px
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    justify-content: end;
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons .btn i {
    color: var(--action-icon-color);
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons .btn-link {
    text-decoration: none;
}

.list > table tr.list-row .list-row-buttons .quick-action,
.list > table td.cell[data-name="buttons"] > .list-row-buttons .dropdown-toggle,
.list > table td.cell[data-name="buttons"] > .list-row-buttons .icons-container > button {
    border: 0;
    line-height: 1;
    padding: 5px;
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons .icons-container > * {
    color: #6c757d;
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons .icons-container > *:not(:last-child) {
    margin-right: 2px;
}

.list > table tr.list-row .list-row-buttons .quick-action,
.list > table td.cell[data-name="buttons"] > .list-row-buttons .dropdown-toggle,
.list > table td.cell[data-name="buttons"] > .list-row-buttons .icons-container > button {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin-left: 0;
    border: 1px solid #ddd;
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons .icons-container,
.modal-body > .icons-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons .icons-container:not(.fixed) {
    margin-right: 3px;
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons .icons-container.fixed {
    position: absolute;
    right: calc(100% + 3px);
}

.list > table td.cell[data-name="buttons"] > .list-row-buttons .icons-container > button[data-action="loadCounters"] {
    padding: 5px;
}

.list > table tr.list-row .list-row-buttons .quick-action {
    visibility: hidden;
}

.list > table tr.list-row:hover .list-row-buttons .quick-action,
.list > table tr.list-row.active-dropdown .list-row-buttons .quick-action {
    visibility: visible;
}

.panel.dashlet > .panel-heading > .btn-group {
    top: -2px;
    right: -10px
}

.panel.dashlet > .panel-heading > .panel-title {
    cursor: default
}

.panel.dashlet > .panel-heading > .btn-group .btn-link {
    color: #333
}

.bottom .panel > .panel-heading > .btn-group > .btn:last-of-type {
    width: 43px;
}

.panel.dashlet {
    height: inherit
}

.dashlet-container {
    overflow-y: hidden
}

.panel.dashlet > .panel-body {
    overflow: auto;
}

.dashlets.row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.dashlets.grid-stack .panel.dashlet {
    margin-bottom: 0
}

.dashlets.grid-stack .panel.dashlet .panel-heading,
.dashlets.grid-stack .panel.dashlet .panel-heading > .panel-title {
    cursor: all-scroll;
}

.dashlets.grid-stack .grid-stack-item .dashlet {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dashlets.grid-stack .grid-stack-item .dashlet .dashlet-body {
    flex: 1;
}

.dashlets.grid-stack .grid-stack-item .grid-stack-item-content {
    overflow-x: visible;
    overflow-y: visible
}

.dashlets.grid-stack .ui-resizable-handle:before {
    content: '' !important
}

.dashlets.grid-stack > .grid-stack-item > .ui-resizable-se, .dashlets.grid-stack > .grid-stack-item > .ui-resizable-sw {
    background-image: none
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-width="4"] {
    width: 100%
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-width="3"] {
    width: 75%
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-width="2"] {
    width: 50%
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-width="1"] {
    width: 25%
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-x="3"] {
    left: 75%
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-x="2"] {
    left: 50%
}

.grid-stack.grid-stack-4 .grid-stack-item[data-gs-x="1"] {
    left: 25%
}

.list-container + .button-container, .row-list-container + .button-container {
    margin-top: 10px;
    padding-bottom: 0
}

.list-expanded > li > .right > .btn-group {
    top: -7px;
    right: -11px
}

.panel.note-editor {
    border: 1px solid #d1d5d6;
    border-radius: 4px;
}

.field > .note-editor {
    margin-bottom: 0;
}

.note-editor .note-toolbar {
    background-color: transparent
}

.note-editor .panel-heading {
    padding: 0 5px 2px 5px
}

.panel-default.note-editor > .panel-heading {
    background-color: #fff;
    border-top: 0;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.note-editor .panel-heading > .btn-group {
    right: 0;
    top: 0
}

.panel-body.no-padding {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important
}

.panel {
    border-width: 0
}

.panel-heading > .btn-group > .btn {
    border-radius: 0 !important
}

.list > table thead > th {
    border-top-width: 1px !important
}

.show-more > .btn-block {
    text-align: left;
    padding-left: 14px;
    border-radius: 3px;
    display: inline-block;
    width: auto;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64)
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #39f
}

label.attach-file-label {
    overflow: hidden;
    width: 50px;
    cursor: pointer;
    margin-bottom: 0
}

label.attach-file-label > span.btn {
    cursor: pointer;
    margin-bottom: 0
}

label.attach-file-label > input.file {
    opacity: 0;
    width: 1px
}

.attachment-upload > .attachment-control > .dropdown > .btn {
    margin-bottom: 0
}

.attachment-upload > .attachments > div:first-child {
    margin-top: 2px
}

.gray-box {
    background-color: #eee;
    margin: 0 5px 3px 0;
    padding: 2px 3px 2px 5px;
    display: inline-block;
    width: 100%;
    max-width: 300px
}

.gray-box .preview {
    overflow: hidden;
    overflow-wrap: break-word
}

.attachment-preview {
    vertical-align: top;
    height: 100%;
}

.attachment-preview > a > img {
    max-width: 100%;
}

.field > .attachment-preview {
    overflow: hidden
}

.attachment-block {
    display: block;
    vertical-align: top
}

.stick-sub {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 43px;
    z-index: 4
}

.stick-sub.button-container {
    background-color: #ececec;
    padding: 3px 15px 0 15px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .stick-sub {
        position: unset;
        margin: 0 !important;
        padding: 0 !important;
        border: none;
    }
}

.notifications-badge-container > .notifications-button > .number-badge {
    position: absolute;
    z-index: 10;
    font-size: 9px;
    padding: 2px 5px;
    display: inline-block;
    top: 7px;
    left: 27px;
    background-color: #ef990e;
    color: #fff
}

.badge-circle {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    display: table-cell;
    font-size: 5px;
    line-height: 8px;
    text-align: center;
    background-color: #e8eced
}

.badge-circle.badge-circle-danger {
    background-color: #cf605d
}

.badge-circle.badge-circle-warning {
    background-color: #ef990e
}

.danger.glyphicon {
    color: #cf605d
}

.warning.glyphicon {
    color: #ef990e
}

.icon-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-flip-horizontal {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

.post-container > textarea.note, textarea.auto-height {
    overflow-x: hidden
}

body > footer {
    background-color: #eee;
    min-width: 100%;
}

body > footer > p {
    padding: 6px 14px
}

body > footer > p.credit {
    margin: 0
}

body > footer > p, body > footer > p a, body > footer > p a:hover, body > footer > p a:active, body > footer > p a:visited {
    color: #555
}

.navbar-right {
    margin-right: -2px !important;
}

.navbar-collapse {
    overflow-x: hidden !important
}

.navbar-form.global-search-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 18px;
    display: flex;
    align-items: center;
}

.navbar-form.global-search-container .input-group {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
}

.navbar-form.global-search-container .input-group:has(input:focus) {
    outline: 1px solid #1a75d1;
}

.navbar-form.global-search-container .input-group .global-search-button {
    color: var(--toolbar-font-color);
}

#global-search-panel > .panel > .panel-body {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 14px
}

#notifications-panel > .panel > .panel-body,
.last-viewed-panel-container > .panel > .panel-body {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden
}

#header .tab span.color-icon {
    left: 0;
    font-size: 75%;
    top: -2px
}

.header-breadcrumbs .color-icon {
    font-size: 44%;
    left: 0;
    margin-right: 2px;
    top: -4px;
    position: relative
}

span.color-icon {
    font-size: 50%;
    top: -2px;
    left: 1px;
    margin-right: 1px;
    display: inline;
    position: relative
}

#global-search-panel .panel-body .cell > .color-icon {
    margin-right: 5px
}

h4.panel-title span.color-icon {
    font-size: 50%;
    left: 0;
    position: relative;
    margin-right: 2px;
    top: -2px
}

.list {
    width: auto;
    min-width: 100%;
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .list.list-expanded {
        width: auto;
        overflow-x: hidden
    }

    .list > table {
        min-width: 768px
    }

    .panel-scroll {
        margin-top: 14px;
    }
}

.modal.in .modal.in {
    overflow: visible !important;
    overflow-y: visible !important
}

.record .middle > .panel:first-child > .panel-heading {
    border-top-width: 1px;
}

.record .middle {
    margin-bottom: 30px;
}

.record .middle > .panel {
    border-top-width: 0;
    margin-bottom: 10px;
}

.record .middle > .panel > .panel-heading .btn-group .btn {
    border-top-width: 0
}

.panel.sticked {
    border-top-width: 0
}

.panel.sticked > .panel-heading .btn-group, .panel.sticked > .panel-heading .btn-group {
    top: -6px
}

.panel.sticked > .panel-heading .btn-group .btn, .panel.sticked > .panel-heading .btn-group .btn {
    border-top-width: 0
}

.dashlet .label {
    color: #000000;
    font-size: 100%;
    font-weight: normal;
}

.label {
    padding: 0 5px 3px 5px;
}

.label.colored-enum,
.label.colored-multi-enum {
    padding: 2px 5px;
    color: var(--primary-font-color);
    font-weight: 400;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    line-height: 16px;
    vertical-align: text-top;
}

.label.colored-enum > i,
.label.colored-multi-enum > i {
    margin-inline-end: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    background-color: transparent;
}

.field .label.colored-enum,
.field .label.colored-multi-enum {
    padding-top: 0;
    padding-bottom: 0;
}

span.was .label.colored-enum:first-child,
span.became .label.colored-enum:first-child,
span.was > .value-container > .label.colored-multi-enum,
span.became > .value-container > .label.colored-multi-enum,
.field .label.colored-enum:first-child,
.field > .value-container > .label.colored-multi-enum {
    margin-inline-start: -5px;
}

.kanban-row .item .label.colored-enum:first-child,
.field > .value-container > .label.colored-multi-enum {
    margin-inline-start: 0;
}

span.was > .value-container,
span.became > .value-container {
    display: inline-block;
}

.label.colored-enum > *:last-child,
.label.colored-multi-enum > *:last-child {
    margin-inline-end: -5px;
}

.label.colored-enum + .separator,
.label.colored-multi-enum + .separator {
    user-select: none;
}

.selectize-dropdown-content .option:not([selectize-dropdown-emptyoptionlabel]) .label.colored-enum > i,
.selectize-dropdown-content .option .label.colored-multi-enum > i {
    border-color: #ccc;
}

.selectize-control.multi .selectize-input .label.colored-enum > *:last-child,
.selectize-control.multi .selectize-input .label.colored-multi-enum > *:last-child {
    margin-inline-end: 0;
}

.selectize-control.multi .selectize-input .label.colored-enum > i,
.selectize-control.multi .selectize-input .label.colored-multi-enum > i {
    margin-inline-start: 0;
}

.expanded-row span.label {
    position: relative;
    top: -2px
}

.stream-head-text-container span.label {
    position: relative;
    top: -1px
}

.stream-head-container {
    padding-bottom: 3px
}

.stream-head-text-container {
    padding-left: 37px
}

.panel-stream [data-action=expandDetails] i {
    color: #bbb;
}

.stream-head-container code,
.stream-details-container code {
    font-size: 80%;
}

.stream-head-container > img.avatar {
    display: inline-block;
    margin-top: -3px;
    margin-right: 3px;
    margin-bottom: -2px
}

.stream-head-container .internal-badge {
    position: absolute;
    top: 32px;
    left: 19px
}

.stream-head-container .internal-badge > span {
    color: #cf605d
}

img.avatar.avatar-link {
    display: inline-block;
    margin-right: 8px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}

.stream-head-text-container .span {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.stream-post-container .cell-post {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.stream-post-container, .stream-attachments-container, .stream-details-container, .stream-subject-container {
    padding: 2px 0 5px 37px
}

.stream-details-container {
    margin-top: 20px;
}

.log-list-container .complex-text b {
    font-weight: normal;
}

.link-container .list-group-item {
    padding: 6px 10px;
    line-height: 19px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.note-editable blockquote {
    font-size: 14px
}

.legend-container {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 7px
}

.legend-container table td {
    padding: 2px 2px;
    line-height: 1em
}

.flotr-mouse-value {
    cursor: default;
    font-size: .9em
}

.flotr-grid-label-y {
    min-height: 1.2em;
    line-height: 1.1em;
    max-height: 2.1em;
    overflow: hidden
}

.flotr-grid-label-x {
    min-height: 1.2em;
    max-height: 2.1em;
    line-height: 1.1em;
    overflow: hidden;
    padding: 0 1px
}

.legend-container td.flotr-legend-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.legend-container td.flotr-legend-label > span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3em;
    max-height: 15px
}

.legend-container .flotr-legend-color-box > div {
    position: relative;
    top: 1px
}

.legend-container .flotr-legend-color-box > div > div > div {
    position: relative;
    top: -2px;
    left: -2px
}

.textcomplete-item a {
    cursor: default
}

.complex-text a {
    overflow-wrap: anywhere;
}

table.table td.cell .complex-text {
    word-wrap: break-word;
    white-space: normal
}

.complex-text h1:first-child, .complex-text h2:first-child, .complex-text h3:first-child, .complex-text h4:first-child, .complex-text h5:first-child, .complex-text h6:first-child, .complex-text p:first-child, .complex-text ul:first-child, .complex-text ol:first-child, .complex-text pre:first-child, .complex-text blockquote:first-child {
    margin-top: 0 !important
}

.complex-text h1 {
    font-weight: bold;
    margin-top: 19px;
    margin-bottom: 9.5px
}

.complex-text h2, .complex-text h3 {
    font-weight: bold;
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.complex-text h4, .complex-text h5, .complex-text h6 {
    font-weight: normal;
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.complex-text h1 {
    font-size: 15px
}

.complex-text h2, .complex-text h3, .complex-text h4, .complex-text h5, .complex-text h6 {
    font-size: 14px
}

.complex-text p, .complex-text ul, .complex-text ol, .complex-text pre, .complex-text blockquote {
    margin-top: 9.5px
}

.complex-text p:last-child, .complex-text ul:last-child, .complex-text ol:last-child, .complex-text blockquote:last-child, .complex-text pre:last-child {
    margin-bottom: 0
}

.complex-text ul > li {
    list-style-type: disc
}

.complex-text ul, .complex-text ol {
    padding-left: 30px
}

.complex-text img {
    max-width: 100%;
}

.field > .html-container h1:first-child, .field > .html-container h2:first-child, .field > .html-container h3:first-child, .field > .html-container h4:first-child, .field > .html-container h5:first-child, .field > .html-container h6:first-child, .field > .html-container > p:first-child, .field > .html-container > ul:first-child, .field > .html-container > ol:first-child, .field > .html-container > pre:first-child, .field > .html-container > blockquote:first-child {
    margin-top: 0
}

.field > .html-container > p:last-child, .field > .html-container > ul:last-child, .field > .html-container > ol:last-child, .field > .html-container > pre:last-child, .field > .html-container > blockquote:last-child, .field > .html-container > table:last-child {
    margin-bottom: 0
}

.field > .html-container ul > li {
    list-style-type: disc
}

.field > .html-container ul, .field > .html-container ol {
    padding-left: 30px
}

.field > .html-container p, .field > .html-container ul, .field > .html-container ol, .field > .html-container pre, .field > .html-container blockquote {
    margin-top: 9.5px
}

#popup-notifications-container {
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
    bottom: 0;
    position: fixed;
    height: auto;
    z-index: 1000;
    float: right
}

.popup-notification {
    width: 400px;
    padding: 14px;
    background-color: #fff;
    border: 2px solid #e8eced;
    margin-top: 10px
}

.popup-notification a.close {
    margin-top: -8px;
    margin-right: -3px
}

.popup-notification-default {
    border-color: #999
}

.popup-notification-danger {
    border-color: #cf605d
}

.popup-notification-warning {
    border-color: #ef990e
}

.popup-notification-primary {
    border-color: #537898
}

.popup-notification-success {
    border-color: #85b75f
}

.popup-notification-info {
    border-color: #e0efff
}

.popup-notification h4 {
    margin-top: 0
}

.popup-notification-default h4 {
    color: #999
}

.popup-notification-danger h4 {
    color: #cf605d
}

.popup-notification-warning h4 {
    color: #ef990e
}

.popup-notification-primary h4 {
    color: #537898
}

.popup-notification-success h4 {
    color: #85b75f
}

.popup-notification .cell {
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {
    #popup-notifications-container {
        width: 100%
    }

    .popup-notification {
        width: auto
    }
}

.list-group-tree {
    border: 0
}

.list-group-tree > li {
    border: 0;
    padding: 0 0 0 14px
}

.list-group-tree > li .cell {
    padding: 2px 0
}

.list-group-side {
    border: 0
}

.list-group-side > li {
    border: 0;
    padding: 5px 0 5px 12px;
    margin-left: -15px;
    border-left: 3px solid transparent
}

.list-group-side > li.selected {
    border-color: #cf605d
}

.list-group-side a:hover, .list-group-side a:focus, .list-group-tree a:hover, .list-group-tree a:focus {
    text-decoration: none
}

.list-group-side > li .cell {
    padding: 2px 0
}

.list-group-side li.selected a.side-link, .list-group-side li.selected a:hover.side-link, .list-group-side li.selected a:active.side-link, .list-group-side li.selected a:visited.side-link, .list-group-side li.selected a:focus.side-link {
    color: #cf605d;
    font-weight: bold
}

.text-bold {
    font-weight: 800
}

.email-address-create-dropdown .btn {
    position: relative;
    top: -1px;
    padding: 0 4px;
    margin: 0;
    margin-bottom: 0;
    border: 0;
    line-height: 1.4
}

#main > .calendar-container {
    margin-top: 10px
}

#main > .calendar-container .calendar-type-button-group {
    margin-left: 6px
}

#notifications-panel {
    position: absolute;
    width: 600px;
    z-index: 1001;
    right: 0;
    left: auto
}

#global-search-panel {
    position: absolute;
    width: 540px;
    z-index: 1001;
    left: 0;
    top: calc(100% + 1px);
    background-color: #fff;
    border: 1px solid var(--primary-border-color);
    border-top: 0;
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.175);
}

#global-search-panel > .panel {
    margin-bottom: 0;
}

#global-search-panel .panel-heading {
    background-color: transparent;
}

h5 {
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 9px
}

.post-container .internal-mode-switcher {
    color: #999;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 2px
}

.post-container .internal-mode-switcher.enabled {
    color: #537898
}

.post-control .attachments {
    width: 270px
}

.post-container .attachments {
    width: 270px
}

.cell .inline-actions > .fullscreen,
.cell .inline-actions > .inline-save-link,
.cell .inline-actions > .inline-cancel-link {
    padding-left: 6px;
    font-size: 16px;
    display: inline-flex;
    text-decoration: none;
}

.panel .item-container.ui-sortable-helper {
    background-color: #fff
}

.dynamic-logic-expression-container div.item-list[data-level="0"] {
    margin-left: 0
}

.dynamic-logic-expression-container div.item-list {
    margin-left: 30px
}

.dynamic-logic-expression-container div.item-list > div {
    margin: 0 0 10px 0
}

.dynamic-logic-expression-container div.group-head {
    line-height: 33px
}

.dynamic-logic-expression-container .dynamic-logic-edit-item-row > div {
    line-height: 33px
}

.dynamic-logic-expression-container .group-operator:last-child {
    display: none
}

.dynamic-logic-expression-container .group-bottom[data-level="0"] {
    margin-left: 0
}

.dynamic-logic-expression-container .group-bottom {
    margin-left: 30px
}

.dynamic-logic-options a.remove-option-list, .dynamic-logic-options a.add-option-list {
    line-height: 33px
}

.dynamic-logic-options .option-list-item-header {
    margin-top: -10px
}

.dynamic-logic-options .dynamic-logic-options-list-container {
    margin-bottom: 0
}

.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):not(.no-margin-shifting) {
    margin-left: -1px
}

.input-group > .input-group-btn > .btn:hover, .input-group > .input-group-btn > .btn:focus, .input-group > .input-group-btn > .btn.active {
    z-index: 3
}

.list-group-panel {
    background-color: #fff
}

.field .array-control-container {
    position: relative
}

pre > code {
    font-style: normal
}

.table-admin-panel tr > td:first-child {
    width: 200px
}

.table-admin-panel i.warning-icon {
    color: red;
    margin-inline-start: 3px;
    font-size: 16px;
}

.admin-tables-container > div {
    margin-bottom: 20px
}

.admin-tables-container > div .table-admin-panel {
    margin-bottom: 0
}

.admin-tables-container > div > h4 {
    margin-top: 0
}

.list-nested-categories {
    margin-bottom: 10px
}

.list-nested-categories .category-item {
    padding: 10px
}

.list-nested-categories .category-item .folder-icon {
    margin-right: 3px;
    position: relative;
    top: -1px
}

.categories-container a.manage-categories-link {
    margin-left: 8px
}

.categories-container a.category-expanded-toggle-link {
    margin-left: 8px
}

.categories-container > .list > .list-group-tree > li {
    padding-left: 0
}

.folders-container > .list-group-side > .list-group-item, .categories-container > .list-expanded, .categories-container .list-group-tree > .list-group-item > .cell {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.admin-panel-iframe-container {
    height: 100%
}

.admin-panel-iframe-container > .section {
    padding: 6px 10px;
    margin-bottom: 6px
}

.admin-panel-iframe-container > .section:first-child > h4 {
    margin-top: 0
}

.sections-container > .section {
    margin-bottom: 30px
}

.sections-container > .section > h5 {
    margin-top: 0
}

.sections-container > .section:last-child {
    margin-bottom: 0
}

.note-editor .note-toolbar.sticked {
    z-index: 1;
    position: fixed;
    background-color: #fff
}

.array-add-list-group > li {
    vertical-align: middle;
    line-height: 32px
}

@media screen and (min-width: 992px) {
    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-moz-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-o-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    .admin-tables-container.fixed-bottom {
        position: fixed;
        bottom: 15px;
    }

    .admin-tables-container.scrolled {
        position: relative;
    }

    .admin-tables-container.fixed-top {
        position: fixed;
        top: 66px;
    }

    .col-md-12.hidden-cell {
        min-height: 0
    }
}

@media screen and (min-width: 768px) {
    .search-container .view-mode-switcher-buttons-group {
        float: right
    }

    .search-container .advanced-filters {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    #notifications-panel {
        position: fixed;
        width: 100%;
        top: 0;
        right: none;
        left: 0;
        margin-right: 10px
    }

    #global-search-panel {
        position: fixed;
        width: 100%;
        top: 0;
        right: none;
        left: 0;
        margin-right: 10px
    }

    .navbar-form.global-search-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-form.global-search-container > .input-group {
        width: 100%;
        padding-right: 34px;
    }

    #global-search-input {
        width: 100%
    }

    #header .navbar-right > li {
        display: inline-block
    }

    #header .navbar-right > li.notifications-badge-container {
        display: inline-block;
        float: right
    }

    .search-row .search-right-buttons-group {
        float: right
    }

    .categories-container > .list {
        margin: 14px 0
    }

    .list > .table .pull-right.open > .btn {
        float: right
    }

    .calendar-container .button-container > div:first-child {
        margin-bottom: 10px
    }

    .calendar-container .date-title {
        margin-bottom: 10px
    }

    .calendar-container .date-title h4 {
        margin-top: 0
    }

    #nav-menu-dropdown {
        width: 46px
    }
}

a.field-info > span.fa-info-circle {
    font-size: inherit;
}

.dropdown-menu-with-icons li a {
    padding-left: 10px
}

.dropdown-menu-with-icons li .glyphicon, .dropdown-menu-with-icons li .empty-icon {
    width: 16px;
    text-align: center;
    display: inline-block
}

.dropdown-menu-with-icons li .item-text {
    padding-left: 8px;
    position: static
}

.btn-icon[data-action="selectLink"] > i {
    color: inherit;
}

.btn-icon {
    width: 36px;
    padding-left: 0;
    padding-right: 0
}

button .ph,
button .ph-fill,
.btn .ph,
.btn .ph-fill {
    position: relative;
    font-size: 18px;
    text-align: center;
    line-height: inherit;
}

.btn-icon.btn-sm {
    width: 34px;
}

button.small .ph,
button.small .ph-fill,
.btn.small .ph,
.btn.small .ph-fill {
    font-size: 16px;
}

.btn.btn-icon-wide {
    width: 54px;
}

.btn.btn-icon-x-wide {
    width: 76px;
}

.btn-icon > .fa-chevron-left {
    left: -1px
}

.grid-auto-fill-xs, .grid-auto-fill-sm, .grid-auto-fill-md {
    margin-left: -8px;
    margin-right: -8px
}

.grid-auto-fill-xs > div, .grid-auto-fill-sm > div, .grid-auto-fill-md > div {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

.grid-auto-fill-xs > div {
    width: 20%
}

.grid-auto-fill-sm > div {
    width: 25%
}

.grid-auto-fill-md > div {
    width: 50%
}

@media screen and (max-width: 991px) {
    .grid-auto-fill-xs > div {
        width: 25%
    }

    .grid-auto-fill-sm > div {
        width: 33.33333333333333%
    }

    .grid-auto-fill-md > div {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .grid-auto-fill-xs > div {
        width: 50%
    }

    .grid-auto-fill-sm > div, .grid-auto-fill-md > div {
        width: 100%
    }
}

@supports (display:grid) {
    .grid-auto-fill-xs, .grid-auto-fill-sm, .grid-auto-fill-md {
        display: grid;
        grid-column-gap: 16px;
        margin-left: 0;
        margin-right: 0
    }

    .grid-auto-fill-xs > div, .grid-auto-fill-sm > div, .grid-auto-fill-md > div {
        width: unset !important;
        padding-left: unset !important;
        padding-right: unset !important;
        min-height: unset !important;
        position: unset !important;
        float: unset !important
    }

    .grid-auto-fill-xs::before, .grid-auto-fill-sm::before, .grid-auto-fill-md::before, .grid-auto-fill-xs::after, .grid-auto-fill-sm::after, .grid-auto-fill-md::after {
        display: none !important
    }

    .grid-auto-fill-xs {
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr))
    }

    .grid-auto-fill-sm {
        grid-template-columns: repeat(auto-fill, minmax(252px, 1fr))
    }

    .grid-auto-fill-md {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr))
    }
}

.plate-item {
    width: 100%;
    height: 200px;
    border: 1px solid #e8eced;
    position: relative;
}

.plate-item.active {
    background-color: #e8eced
}

.plate-item .field-type {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #e8eced;
    border-radius: 10px;
    padding: 1px 5px;
    max-width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plate-item .field-status {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 27px;
    max-width: 35%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plate-item .field-name {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px 0 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plate-item .field-preview {
    display: block;
    margin-top: 40px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.plate-item .field-preview img {
    max-height: 100%;
    max-width: 100%;
    background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%), linear-gradient(-45deg, #cccccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #cccccc 75%), linear-gradient(-45deg, transparent 75%, #cccccc 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.plate-item .actions {
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0;
}

.plate-item .record-checkbox-container {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
}

.plate-item .record-checkbox-container input {
    cursor: pointer;
}

.stick-sub {
    margin-top: 30px
}

.alert {
    height: 30px
}

#global-search-input {
    border: 1px solid #ececec;
    font-size: 13px;
    width: 150px;
    background-color: transparent;
    color: var(--toolbar-font-color);
}

#header .navbar-header > a {
    color: #dfdfdf;
}

#header .navbar-header > a:hover, #header .navbar-header > a:focus {
    color: #fff;
    background-color: transparent;
}

@media screen and (min-width: 768px) {
    #global-search-panel {
        margin-top: -1px
    }

    .notifications-badge-container > .notifications-button > .number-badge {
        top: 3px;
        left: 22px
    }
}

.panel-heading {
    border-bottom-width: 0
}

.panel-default.note-editor .panel-heading .btn-default,
.panel-default.note-editor .panel-heading .open .btn-default {
    border-color: #ccc;
    border-radius: 3px;
}

.panel-default.note-editor .panel-heading .btn-default.active {
    background-color: rgba(0, 0, 0, .05);
}

.panel-default.note-editor .panel-heading .btn-group .btn {
    border-radius: 0;
}

.panel-default.note-editor .panel-heading .btn-group .btn:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-default.note-editor .panel-heading .btn-group .btn:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-default.note-editor .panel-heading .btn-default i {
    font-size: 18px;
}

.panel-default.note-editor .panel-heading .btn .caret-icon {
    font-size: inherit;
}

.panel .panel-heading .btn-default {
    background-color: #fff;
    border-color: #fff
}

.panel .panel-heading .open .btn {
    border-color: transparent
}

.panel .panel-heading .btn-default:active, .panel .panel-heading .btn-default.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.navbar-inverse .navbar-nav.navbar-right > .open > a, .navbar-inverse .navbar-nav.navbar-right > .open > a:hover, .navbar-inverse .navbar-nav.navbar-right > .open > a:active, .navbar-inverse .navbar-nav.navbar-right > .open > a:focus {
    background-color: rgba(0, 0, 0, .05);
}

.panel-title {
    font-size: 15px;
    line-height: 17px
}

.modal-content {
    background-color: #fff
}

.dialog-record .modal-content > .modal-body {
    background-color: #ececec
}

.modal-body > .list-group {
    background-color: #fff
}

.list-container > .list {
    background-color: #fff
}

.middle > .panel-default > .panel-heading > .btn-group > .btn,
.bottom > .panel-default > .panel-heading > .btn-group > .btn,
.side > .panel-default > .panel-heading > .btn-group > .btn {
    padding-top: 4px;
    padding-bottom: 4px
}

.panel-heading > .btn-group > .btn {
    padding-top: 5px;
    padding-bottom: 5px
}

.note-editor > .panel-heading > .btn-group > .btn {
    padding-top: 5px;
    padding-bottom: 5px
}

.panel.sticked > .panel-heading .btn-group {
    top: -4px
}

table.table {
    background-color: #fff
}

.record .middle > .panel:first-child {
    border-top-width: 0
}

.record .middle > .panel {
    border-top-width: 1px
}

.dashlet-body .list-container > .list, .panel-body .list-container > .list, .dashlet-container > .panel, .note-editor.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

#navbar .nav.navbar-nav.navbar-right {
    background-color: #ececec;
    display: flex;
    flex-direction: row-reverse;
}

.list-container > .list, .panel, .dashlet-container, .list-nested-categories, #main > .calendar-container .calendar, #main > .calendar-container .timeline, .well, .list-kanban > .kanban-head-container, .list-group-panel {
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.13);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.13)
}

#navbar .nav.navbar-nav.navbar-right, .stick-sub.button-container, #navbar .navbar.navbar-inverse {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

@media (min-width: 768px) {
    .modal-dialog > .modal-content {
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.35)
    }
}

.panel.sticked {
    border-top-width: 1px
}

.calendar-container > .calendar, .calendar-container > .timeline {
    background-color: #fff
}

.field .list-group {
    background-color: #fff
}

.field .grid-stack-item-content {
    border: 1px solid #e8eced
}

#login.panel > .panel-heading {
    margin: 0 !important
}

#notifications-panel > .panel, #global-search-panel > .panel {
    border-width: 1px
}

.record .stick-sub.button-container {
    background-color: #ececec !important;
    padding-bottom: 0;
    z-index: 101;
}

.record .button-container > .btn-group {
    margin-right: 20px;
    margin-bottom: 8px;
}

.list-nested-categories {
    background-color: #fff
}

.admin-panel-iframe-container {
    background-color: #fff
}

.panel-extensibleEnumOptions > .panel-heading, .panel-variables > .panel-heading, .panel-translationsRules > .panel-heading, .panel-ldapMappingFields > .panel-heading {
    position: relative;
}

.panel-extensibleEnumOptions .panel-heading > .btn-group, .panel-variables .panel-heading > .btn-group, .panel-translationsRules .panel-heading > .btn-group, .panel-ldapMappingFields .panel-heading > .btn-group {
    position: absolute;
    top: 0;
    right: 0
}

.modal-footer {
    margin-top: 0
}

.modal-header {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px
}

.modal-footer > .main-btn-group {
    float: left
}

.modal-body > .icons-container > * {
    color: var(--label-color);
}

.dialog-confirm .modal-footer > .main-btn-group {
    float: right
}

.dialog-confirm .modal-footer > .additional-btn-group {
    float: left
}

.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 101;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 0 0 0 auto
    }

    .modal-content .note-editor > .modal > .modal-dialog {
        margin: 0 0 0 -15px
    }

    .dialog-confirm > .modal-dialog {
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 0
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .grid-auto-fill-xs:before, .grid-auto-fill-xs:after, .grid-auto-fill-sm:before, .grid-auto-fill-sm:after, .grid-auto-fill-md:before, .grid-auto-fill-md:after {
    content: " ";
    display: table
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .grid-auto-fill-xs:after, .grid-auto-fill-sm:after, .grid-auto-fill-md:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.stream-head-container .pull-left {
    margin-top: 5px;
    margin-right: 5px;
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

body {
    --theme-name: HazyblueVertical
}

/**
 * Treo Classic Theme
 */
body {
    --theme-name: TreoClassicTheme;
}

body {
    background: #fff;
    color: var(--primary-font-color);
}

a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover, a:focus {
    color: #1a75d1;
    text-decoration: underline;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.175)
}

.form-control:focus {
    box-shadow: none
}

.form-control {
    box-shadow: none;
    border: 1px solid #eaeaea
}

.list-expanded > .show-more {
    margin: 15px;
}

.panel {
    box-shadow: none;
    border-top-width: 1px;
    border-bottom-width: 0
}

.panel-default {
    background: #fff;
    border-color: #f5f5f5
}

.panel-title {
    font-size: 14px;
}

.panel-heading {
    padding: 12px 10px
}

.page-header h3 {
    font-size: 28px;
    color: #000
}

#main main > .page-header > h3 {
    margin-left: 0;
}

.panel > .panel-heading > h4.panel-title {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1;
    font-size: 12px;
}

.panel-title .panel-title-text {
    display: inline-block;
    padding: 5px 10px;
    background: #e8eced;
    text-transform: none;
    letter-spacing: 0.03em;
    color: #333;
}

.panel-title .panel-title-text:empty {
    opacity: 0;
}

.record .middle > .panel {
    border-top-width: 0
}

.detail .record-buttons ~ .edit-buttons.hidden ~ .row .panel-body .form-group .field input[type="radio"], .detail .record-buttons ~ .edit-buttons.hidden ~ .row .panel-body .form-group .field input[type="checkbox"] {
    margin: 0
}

input#sn-checkbox-open-in-new-window {
    margin-left: -20px;
    margin-top: 4px;
}

#main main[data-mode=detail] .detail .panel-body div:not(.filter) > .form-group:not([data-mode=edit]) div.field,
#main main[data-mode=detail] + .right-side-view .row .cell:not([data-mode=edit]) .field,
.modal-body .record > .detail .cell:not([data-mode=edit]) .field {
    padding: 5px 10px;
    border-bottom: 1px solid var(--secondary-border-color);
}

#main main[data-mode=detail] + .right-side-view .row .cell:not([data-mode=edit]) .field {
    padding: 0 10px 2px;
    border-bottom: 1px solid var(--secondary-border-color);
}

.right-side-view .insights .panel-changeRequests>.panel-body{
    padding: 0;
}

.right-side-view .insights .panel-changeRequests .list-group-item{
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 10px 0;
}

.right-side-view .insights .panel-changeRequests .list-group-item:last-child{
    border-bottom-width: 0;
}

#main main[data-mode=detail] .detail .panel-body div:not(.filter) > .form-group div.field:has(> .composite-container) {
    border-bottom: 0;
}

.modal-header {
    background-color: var(--nav-menu-background);
    padding-top: 12px;
    padding-bottom: 12px
}

.modal-header a, .modal-title {
    color: var(--nav-font-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.modal-header .close {
    opacity: 1
}

.modal-header .close:hover, .modal-header .close:focus,
.modal-header .close > span {
    color: var(--nav-font-color);
    display: inline-block;
}


.alert {
    height: auto;
}

.dialog-record .modal-content > .modal-body {
    background-color: #fff
}

.modal-backdrop {
    background-color: #000
}

.modal-backdrop.in {
    opacity: .3
}

.navbar-inverse {
    background-color: var(--toolbar-background-color);
}

.navbar-inverse .navbar-nav > li > a {
    color: var(--toolbar-font-color);
}

.navbar-inverse .menu .navbar-nav > li > a {
    color: var(--nav-font-color);
}

.navbar-nav.navbar-right > li > a {
    line-height: 38px;
    font-size: 16px;
}

.navbar-nav.navbar-right > li > a > i {
    font-size: 20px;
}

.header-breadcrumbs .subsection a, .page-header .breadcrumb-separator {
    color: #000000
}

.cell label, .filter label {
    color: var(--label-color);
}

.header-title {
    color: var(--header-title-color);
}

.panel-default > .panel-heading {
    padding: 5px 20px 6px 20px;
    color: rgba(0, 0, 0, 0.87);
    border-top: 1px solid var(--primary-border-color);
    border-bottom: 1px solid var(--primary-border-color);
}

.dashlets .panel-default > .panel-heading,
.middle > .panel-default > .panel-heading,
.bottom > .panel-default > .panel-heading,
.composer .panel-default > .panel-heading,
.modal-body > .panel-default > .panel-heading {
    height: 40px;
    border-top-width: 2px;
    border-bottom: 0;
    margin-bottom: 5px;
}

.dashlets .panel-default > .panel-heading {
    border-top-width: 1px;
}

.composer .panel-default > .panel-heading:not(.note-toolbar) > .btn-group,
.middle .panel-default > .panel-heading:not(.note-toolbar) > .btn-group,
.bottom .panel-default > .panel-heading:not(.note-toolbar) > .btn-group {
    display: inline-flex;
    justify-content: flex-end;
    height: inherit;
}

.panel-default > .panel-heading:not(.note-toolbar) > .btn-group > .list-total {
    text-align: right;
    padding-right: 12px;
    padding-left: 12px;
}

.panel-default > .panel-heading:not(.note-toolbar) > .btn-group > .list-total > span {
    border-radius: 0;
    background-color: #e8eced;
    padding: 3px 6px;
}

.panel-default > .panel-heading:not(.note-toolbar) > .btn-group > .list-total:hover {
    background-color: transparent;
    cursor: initial;
}

.panel-default > .panel-heading:not(.note-toolbar) > .btn-group > .list-total,
.panel-extensibleEnumOptions > .panel-heading:not(.note-toolbar) > .btn-group > .list-total,
.panel-variables > .panel-heading:not(.note-toolbar) > .btn-group > .list-total,
.panel-translationsRules > .panel-heading:not(.note-toolbar) > .btn-group > .list-total,
.panel-ldapMappingFields > .panel-heading:not(.note-toolbar) > .btn-group > .list-total {
    margin-right: 8px;
}

.panel-variables > .panel-heading:not(.note-toolbar) > .btn-group > .btn.dropdown-toggle,
.panel-translationsRules > .panel-heading:not(.note-toolbar) > .btn-group > .btn.dropdown-toggle,
.panel-ldapMappingFields > .panel-heading:not(.note-toolbar) > .btn-group > .btn.dropdown-toggle {
    width: 37px;
}

.record .row .side > .panel-default:first-of-type > .panel-heading {
    border-top: 0;
}

.panel-info > .panel-heading {
    padding: 6px 10px 6px 14px;
}

.side .panel-default > .panel-heading {
    border-top: 0;
}

.panel-default > .panel-heading > .btn-group > .btn-default {
    background-color: transparent;
    border-color: #dcdcdc;
    border-width: 0;
    padding-left: 8px;
    padding-right: 8px
}

.panel-info > .panel-heading > .btn-group > .btn-info {
    color: #31708f;
    border-color: #bce8ff;
    background-color: #e0efff;
    border-right-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 1px;
}

.side .panel-default > .panel-heading > .btn-group > .btn-default {
    border-right-width: 1px;
}

.panel-default > .panel-heading > .btn-group > .btn-default:hover, .add-attribute-value-container > .btn-link:hover {
    z-index: 0;
    background: #fafafa
}

.list > table thead {
    background-color: #fafafa;
    border-top: 1px solid #f5f5f5;
}

.panel-body .list > table thead {
    background-color: transparent;
    border-top: 0;
}

.dashlet-body.panel-body .list > table thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
}

.panel-body > .list-container > .list > div.show-more, .list.no-bottom-margin > div.show-more {
    width: auto;
    position: sticky;
    left: 0;
}

.show-more {
    margin: 15px
}

.show-more > .btn-block .text-muted {
    color: #fff;
    padding: 0 0 0 6px
}

.show-more > .btn-block.disabled + .preloader {
    display: block !important;
    margin-left: 10px;
}

.show-more {
    display: flex;
    align-items: center;
}

.panel-heading .panel-title .text-muted.discussion-collapser span {
    color: #8e8e8e;
    font-size: 12px;
}

.panel-heading .panel-title .text-muted.discussion-collapser span:not(.collapse-icon) {
    font-weight: normal;
}

#main main > .list-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 20px;
}

.list-container > .list, .panel, .dashlet-container, #main > .calendar-container .calendar, #main > .calendar-container .timeline, .well, .list-group-panel {
    box-shadow: none;
    border: 0;
}

body > .content {
    flex: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#main {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0 20px;
}

#main main {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

table.table > thead th > a {
    color: #8e8e8e;
}

.dropdown-menu {
    padding: 0
}

.dropdown-menu .divider {
    margin: 0
}

.dropdown-menu > li > a {
    padding: 10px 20px
}

ul.dropdown-menu > li.checkbox {
    padding: 10px 10px 10px 20px
}

.search-row > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
}

.search-row > div .search-right-buttons-group {
    margin-left: -1px
}

.search-row .text-filter + .input-group-btn .search {
    width: auto;
    padding: 6px 10px;
    line-height: 1;
}

.search-row .text-filter + .input-group-btn .search .ph {
    font-size: 18px;
}

.search-row .text-filter + .input-group-btn .search::after:first-letter {
    text-transform: uppercase;
}

.search-row .add-filter-button:after,
.search-row .add-attribute-filter-button:after,
.search-row .add-import-filter:after {
    content: "\203A";
}

.filter > .form-group .field .selectize-control .selectize-input {
    border: 1px solid #eaeaea;
    min-height: 30px
}

.side > .panel.panel-default.panel-default,
.side > .panel.panel-default.panel-default .list {
    background: inherit;
    margin-bottom: 0;
    border-top: 0;
}

.page-header {
    padding-bottom: 0;
    flex-shrink: 0;
}

#login {
    background: #fff;
    color: #424242;
    margin-top: 50px;
    border-radius: 10px;
}

#login.panel-updating label {
    font-weight: normal;
}

#login.panel > .panel-heading {
    text-align: center;
    padding: 6px;
    background-color: #f5f5f5;
    border: 1px solid #c0c0c0;
    border-bottom: 0;
    -webkit-box-shadow: 0 -8px 10px -10px;
    box-shadow: 0 -8px 10px -10px;
    border-radius: 10px 10px 0 0;
}

#login.panel > .panel-body {
    border: 1px solid #c0c0c0;
    border-radius: 0 0 10px 10px;
}

#login .logo-container {
    display: inline-block
}

#login input.form-control {
    padding: 6px 10px 6px 30px;
}

#login select.form-control {
    padding: 6px 10px 6px 3px;
}

#login label[for='field-username'],
#login label[for='login'] {
    position: relative;
}

#login label[for='field-username']::before,
#login label[for='login']::before {
    position: absolute;
    top: 31px;
    left: 10px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#login label[for='field-username']::before {
    content: "\e008";
}

#login label[for='login']::before {
    content: "\e033";
}

#login .btn-link {
    color: #000
}

#login input:focus {
    border-color: #424242;
}

#header .navbar-inverse.navbar[data-orientation="vertical"] .navbar-nav .active > a {
    background: rgba(0, 0, 0, 0.15) !important
}

#header .navbar-right .global-search-container a.global-search-button:hover {
    background: transparent;
    border-color: transparent
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #ececec;
}

.navbar-inverse .navbar-nav > .more.open > a, .navbar-inverse .navbar-nav > .more.open > a:hover, .navbar-inverse .navbar-nav > .more.open > a:focus {
    background-color: #616161;
}

.table-admin-panel tr > td:first-child {
    width: 200px
}

#main .page-header > h3 > a {
    position: relative;
}

#main .page-header .header-breadcrumbs div > a::after,
#main .page-header .header-breadcrumbs div > span.subsection::after,
.full-page-modal .header-container .header-breadcrumbs div > a::after,
.full-page-modal .header-container .header-breadcrumbs div > span.subsection::after {
    content: '/';
    display: inline-block;
    color: #0081d1;
    width: 21px;
    text-align: center;
}

.page-header.detail-page-header {
    margin: 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: #fff;
    padding: 10px 20px 0;
    border-bottom: 1px solid #dedede;
}

.page-header.detail-page-header.selection-header {
    top: auto;
}

#main > .content-wrapper > main[data-mode=detail]:has(.page-header.detail-page-header.selection-header) {
    overflow-x: auto;
}

.page-header.detail-page-header > .row {
    margin-left: 0;
    margin-right: 0;
}

.page-header h3 {
    font-size: 24px;
}

.page-header div.pull-right {
    padding-bottom: 6px;
}

.selectize-input.focus {
    box-shadow: none;
}

.scroll-top {
    background: rgba(255, 255, 255, 0.7);
    border: 0;
    outline: 0;
    padding: 0;
    color: #333;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.completeness {
    position: relative;
    border: 0;
    background: none;
    border-radius: 0;
    float: none;
    clear: none;
    padding: 0;
}

.table .completeness {
    width: 100px;
}

.table .completeness.red .progress-value {
    color: #000;
}

.completeness .progress-value {
    position: absolute;
    left: 5px;
    top: 0;
    color: #000;
}

.completeness .progress {
    background-color: #f0f8ff;
}

.completeness .progress-bar {
    background-color: #c2e0fc;
}

.progress {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    border: 1px solid #ccc;
    height: 20px;
    margin-bottom: 5px;
}

.progress-bar {
    box-shadow: none;
    background: #cce6ff;
}

.progress-bar-success,
.progress-bar-warning {
    min-width: 24px;
}

.progress.pre-loading {
    height: 3px;
    background: none;
    border: none;
}

.progress.pre-loading div {
    background: #C80B19 !important;
}

.dashlets.grid-stack > .grid-stack-item > .grid-stack-item-content {
    right: 10px;
    left: 10px;
}

.home-content > .row.dashlets {
    margin-left: -15px;
    margin-right: -15px;
}

.table > tbody > tr.active td[data-name="r-checkbox"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    display: block;
    background-color: #06c;
}

.table > tbody > tr:not(:first-child) td {
    border-top-color: #f1f1f1;
}

.table > tbody > tr.active {
    z-index: 1;
    background-color: #f6fafd;
}

.table > tbody > tr.active-dropdown > td[data-name=buttons] {
    z-index: 2001;
}

#main .category-tree button.catalog-link {
    position: relative;
    border-bottom: 1px solid;
    padding: 5px 15px 5px 0;
    color: #000;
    font-size: 14px;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

#main .category-tree button.catalog-link:hover,
#main .category-tree button.catalog-link:focus {
    text-decoration: none;
}

#main .category-tree button.catalog-link > span.caret {
    position: absolute;
    right: 5px;
    top: 15px;
}

#main .category-tree button.catalog-link {
    border-bottom: 1px solid #e8eced;
}

.jqtree-tree .show-more {
    margin: 0;
    padding: 0;
    font-style: italic;
}

.jqtree-tree .show-more .jqtree-element {
    padding-right: 0 !important;
}

.jqtree-tree .show-more-up:after {
    content: '\2934';
    font-style: normal;
    font-size: 10px;
    padding-top: 5px;
    padding-left: 3px;
}

.jqtree-tree .show-more-down:after {
    content: '\2935';
    font-style: normal;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 3px;
}

button.category {
    color: #000;
    padding: 0;
    margin-right: 4px;
}

button.category:hover,
button.category:focus {
    color: #000;
    text-decoration: none;
}

#main ul.list-group {
    margin-bottom: 0;
}

#main ul.list-group-tree > li {
    padding: 5px 0 0 0;
}

#main ul.list-group-tree li.child {
    padding-left: 10px;
}

#main ul.list-group-tree li.child.active {
    color: #2895ea;
    background-color: transparent;
    border-color: transparent;
}

#main ul.list-group-tree li.child.active > button.category {
    color: inherit;
}

#main > .content-wrapper {
    height: 100%;
    display: flex;
    margin: 0 -20px;
}

#main > .content-wrapper > aside {
    flex-shrink: 0;
}

#main > .content-wrapper > main {
    flex: 1;
    overflow-y: auto;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #main .search-container {
        margin-bottom: 9px;
    }
}

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

    #main .search-container {
        margin-bottom: 15px;
    }
}

#navbar footer > .copyright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#header .menu.not-collapsed footer > .copyright {
    border-top: 0;
}

#navbar footer > .copyright span:first-child {
    margin-top: 15px;
}

#navbar footer > .copyright span:last-child {
    margin-bottom: 15px;
    margin-top: 5px;
}

#navbar footer span {
    color: #777;
}

#navbar footer .toggle-icon-up,
#navbar footer .toggle-icon-down {
    cursor: pointer;
}

#header .menu {
    margin-top: 3px;
}

#main main .detail-button-container .panel-navigation {
    margin-top: 5px;
}

#header .menu.open-menu li.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--nav-font-color);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px 10px 22px;
}

#header .navbar-header {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
    #header .menu {
        margin-top: 3px;
    }

    #header .menu.not-collapsed {
        background-color: transparent;
        border-right: 0;
        box-shadow: none;
        -webkit-transform: translate(-98.3%, 0);
        transform: translate(-98.3%, 0);
        cursor: pointer;
    }

    #header .menu.not-collapsed:hover {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
        background-color: var(--nav-menu-background);
    }

    #header .navbar-brand img {
        height: 22px;
    }

    #header ul.tabs {
        overflow-y: auto;
    }

    #navbar .nav.navbar-nav.navbar-right {
        background-color: var(--toolbar-background-color);
        padding-right: 8px;
        margin-left: auto;
    }

    #navbar .nav.navbar-nav.navbar-right > li {
        float: right;
        position: static;
    }

    #navbar footer {
        font-size: 12px;
    }

    #header .nav > li.more:not(.more-group) > .dropdown-menu {
        left: 220px;
        top: 47px;
    }

    #header .navbar-right {
        padding-right: 0;
    }

    #header .navbar-right .global-search-container {
        border-right: 1px solid #dedede;
        border-left: 1px solid #dedede
    }

    #header ul.tabs li.more-group > ul.dropdown-menu a::before {
        left: 24px
    }

    #header ul.tabs li > a {
        padding-left: 22px
    }

    li.more .dropdown-menu > .active > a,
    li.more .dropdown-menu > .active > a:hover,
    li.more .dropdown-menu > .active > a:focus {
        color: #262626;
        background-color: #f5f5f5;
    }

    #global-search-input {
        border: 0 !important
    }

    .search-row {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-bottom: 20px;
    }

    .search-row .form-group {
        margin-bottom: 0;
    }

    .search-row .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        float: right;
        margin-left: -1px;
    }

    .search-row > div > .input-group > .left-dropdown {
        right: -1px;
        z-index: 3
    }

    .search-right-buttons-group > .btn {
        opacity: 1 !important;
        font-size: 0;
    }

    .search-right-buttons-group > .add-filter-button {
        padding-top: 14px;
        padding-bottom: 13px;
    }

    .search-row > div .search-right-buttons-group {
        margin-left: -2px;
    }

    .dropdown-item-list-button {
        width: 30px
    }

    body > footer {
        height: 28px;
        background-color: #dcdcdc;
    }

    body > .content {
        padding-left: 0;
        padding-right: 0;
    }

    #main .header .header-buttons-container.full-row {
        margin-left: 26px;
    }

    .edit > .overview,
    .detail > .overview {
        padding-right: 0;
        padding-left: 0;
        min-height: 79.6vh;
        background-color: #ffffff;
    }

    .modal-dialog .edit > .overview,
    .modal-dialog .detail > .overview {
        min-height: auto;
    }

    .modal-dialog .edit > .row > .overview.col-sm-12,
    .modal-dialog .detail > .row > .overview.col-sm-12 {
        min-height: unset;
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #main .edit > .row,
    #main .detail > .row {
        margin-top: -1px;
        background-color: #fafafa;
        display: flex;
    }

    #main .side {
        padding: 0;
        position: relative;
        border-left: 1px solid var(--primary-border-color);
        overflow-y: auto;
    }

    #main main .detail-button-container .panel-navigation {
        width: 100%;
    }

    #main main > .record > .detail > .overview,
    #main main > .record > .edit > .overview {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    #main main > .record > .detail > .overview > .bottom,
    #main main > .record > .edit > .overview > .bottom {
        flex: 1;
    }

    .nav > li > a {
        padding: 6px 15px;
    }

    .home-content > .row.dashlets {
        margin-left: -15px
    }

    #main main > .record > .detail > .detail-button-container.detail-tree-button-container:not(.stick-sub) {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        left: -15px;
    }

    #main main > .record > .detail > .detail-button-container.collapsed.detail-tree-button-container.stick-sub {
        left: 0;
    }

    #main .page-header.collapsed .overview-filters-container {
        width: auto;
    }
}

.composer .panel-default > .panel-heading > .btn-group:not(.note-btn-group),
.detail .middle .panel-default > .panel-heading:not(.note-toolbar),
.detail .bottom .panel-default > .panel-heading:not(.note-toolbar) {
    position: relative
}

.composer .panel-default > .panel-heading > .btn-group:not(.note-btn-group),
.detail .middle .panel-default > .panel-heading > .btn-group:not(.note-btn-group),
.detail .bottom .panel-default > .panel-heading > .btn-group:not(.note-btn-group) {
    top: 0;
    right: 1px;
    position: absolute;
    height: 100%;
}

.detail .middle .panel-default > .panel-heading > .btn-group:not(.note-btn-group) {
    right: 10px;
}

#header .menu {
    transition: .3s transform cubic-bezier(0.19, 1, .22, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    z-index: 2000;
    background: var(--nav-menu-background);
    color: var(--nav-font-color);
    display: block;
    height: calc(100vh - 44px);
    overflow-x: visible !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .3);
    border-right: 1px solid var(--primary-border-color);
}

#header .menu {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
    width: 300px;
}

#header .menu.not-collapsed ul.tabs {
    display: none;
}

#header .menu.open-menu ul.tabs {
    display: block;
}

#header .menu.open-menu {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#header .header-right > li > a {
    color: var(--nav-font-color);
}

@media screen and (max-width: 767px) {
    #content {
        min-height: calc(100dvh - 80px);
    }

    #main {
        padding: 0 10px;
    }

    .page-header-container {
        padding: 0 10px;
    }

    #main > .content-wrapper {
        margin: 0 -10px;
    }

    body > .container.content:not(#content) {
        min-height: calc(100vh - 28px);
    }

    #main main > .list-container {
        padding: 0 10px;
    }

    .bottom > .panel.panel-stream .list-container {
        margin-left: -10px;
        margin-right: -10px;
    }

    .modal-content .overview {
        padding-left: 14px;
        padding-right: 14px;
    }

    .modal-content .panel-default > .panel-heading {
        margin: 0 !important;
    }

    .detail .panel-default > .panel-heading,
    .edit .panel-default > .panel-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    #main main > .page-header {
        padding: 10px 10px 0;
    }

    .page-header.detail-page-header {
        top: auto;
    }

    .detail .overview,
    .edit .overview,
    #main .side {
        min-height: auto !important;
    }

    #main .side.collapsed {
        display: none;
    }

    .overview-filters-container {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 5px;
    }

    #main .side {
        margin: 0;
        padding: 0;
        width: 100% !important;
    }

    .side > .panel-default > .panel-heading {
        margin: 0;
    }

    main .panel-navigation .nav > li > a {
        padding: 5px 10px;
    }

    .bottom .panel .panel-heading {
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-between;
    }

    .bottom .panel .panel-title {
        flex: 1;
    }

    .bottom .panel .panel-title > .action {
        display: inline-block;
        max-width: calc(100% - 40px);
        overflow-x: clip;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #header .navbar-right > li.progress-badge-container {
        display: inline-block;
        float: right
    }

    .list-container > .list > .table:not(.fixed-header-table) {
        width: auto;
    }

    .list-group-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar {
        border: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1500;
    }

    .navbar-header {
        position: relative;
        z-index: 200;
        background: var(--nav-menu-background);
        flex-basis: 100%;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000
    }

    #header .header-right {
        padding: 0;
        margin: 0;
    }

    #header .header-right > li {
        float: right;
        list-style: none;
        margin: 0;
    }

    #header .header-right > li > a {
        position: relative;
        display: inline-block;
        padding: 10px 8px;
        line-height: 24px;
    }

    #header .header-right .notifications-badge-container > .notifications-button > .number-badge {
        top: 3px;
        right: 0;
        left: auto;
    }

    #header .navbar-header #nav-menu-dropdown {
        color: var(--nav-font-color);
        display: block;
        width: auto;
        line-height: 24px;
        padding: 10px;
    }

    #header .navbar-header .menu-container .dropdown-menu {
        right: 0;
        left: auto;
    }

    #navbar .navbar .navbar-body.open-search {
        align-items: flex-start;
    }

    #header .navbar-header .search-toggle {
        background: transparent;
        color: var(--nav-font-color);
        font-size: 16px;
        border: 0;
        outline: 0;
        padding: 10px 8px;
        margin: 0;
    }

    #header .navbar-collapse,
    #header .menu {
        border: 0;
    }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: var(--nav-font-color);;
        background-color: #dcdcdc;
    }

    #header .navbar-collapse {
        -webkit-transform: translate(0, -150%);
        transform: translate(0, -150%);
    }

    #header .navbar-collapse.open-search,
    #header .menu.open-menu {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: auto;
    }

    #global-search-panel {
        top: 75px;
    }

    .navbar-toggle {
        float: left;
        border: 0;
    }

    .navbar-header-inner {
        margin-right: 10px;
    }

    #header .navbar ul.nav > li.global-search-container {
        border: 0;
        box-shadow: none;
    }

    .header-breadcrumbs {
        position: relative;
        margin-bottom: 14px;
        padding: 0 !important;
        width: 100% !important;
        font-size: 14px;
        line-height: 1.25;
    }

    .search-row > div .search-right-buttons-group button {
        font-size: 0;
        height: 33px;
        width: 38px;
    }

    .search-row > div .search-right-buttons-group button .fa {
        font-size: 14px;
    }

    .progress.pre-loading {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-brand {
        display: inline-flex;
        align-items: center;
        max-width: 160px;
        height: 22px;
    }

    .filter-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3000;
        margin: 0;
        overflow: auto;
        display: block;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        transition: .3s transform cubic-bezier(0.19, 1, .22, 1);
    }

    ul.filter-menu ul.family-list {
        max-height: 70vh;
    }

    ul.filter-menu ul.family-list .attribute-text-filter {
        margin-top: 15px;
    }

    ul.filter-menu ul.family-list .attribute-text-filter + .form-control-feedback {
        top: 15px;
    }

    .search-row .open .filter-menu {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .filter-menu > .filter-menu-closer {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        z-index: 9999;
    }

    .filter-menu > .filter-menu-closer::after,
    .filter-menu > .filter-menu-closer::before {
        content: "";
        display: block;
        width: 2px;
        height: 20px;
        background: #000;
        position: absolute;
        left: 50%;
        top: 5px;
    }

    .filter-menu > .filter-menu-closer::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .filter-menu > .filter-menu-closer::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    ul.filter-menu > li {
        float: left;
        width: 100%;
    }

    ul.filter-menu > li:nth-child(2) {
        margin-top: 40px;
    }

    ul.filter-menu > .dropdown-submenu > .dropdown-menu {
        left: 0;
        position: relative;
        width: calc(100% - 30px);
        box-shadow: none;
        margin: 0 15px;
    }

    .page-header .header-buttons div.pull-right {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-width: calc(100% - 95px);
    }

    .page-header .header-buttons .filter-cell {
        margin-bottom: 5px;
        width: 100%;
        max-width: 170px;
    }

    .page-header .header-buttons .filter-cell:first-child > .open .dropdown-menu {
        left: 0;
    }
}

.header-buttons > .header-items > .btn:not([data-view]) {
    border-radius: 3px;
}

@media screen and (max-width: 399px) {
    .navbar-brand {
        max-width: 100px;
    }

    #header .navbar img.logo {
        max-width: 100%;
    }

    #footer {
        font-size: 13px;
    }

    #footer .year {
        display: none;
    }
}

.record .bottom .product-attribute {
    background-color: #ffffff;
    padding: 0 8px 0;
    margin: 0 0 10px 0;
}

.record .bottom .product-attribute > b {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    padding: 5px 0 0;
    color: #000;
    font-size: 14px;
}

.filter-menu .family-list {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 248px;
}

.filter-menu .family-list .no-family-data {
    padding: 10px 20px;
}

.filter-menu .dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    width: 100%;
    margin: 0;
}

.filter-menu > .dropdown-submenu > .dropdown-menu {
    left: 100%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.175);
    position: absolute;
    overflow-y: auto;
    height: 500px;
    min-width: 250px;
}

.filter-menu .dropdown-submenu .attribute-filter-list > li > a {
    padding: 10px 0 10px 40px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filter-menu .dropdown-submenu .form-control-feedback {
    line-height: 33px;
}

.dashlets.grid-stack .grid-stack-item .dashlet .dashlet-body {
    width: 100%;
    position: relative;
    padding-top: 0;
}

.dashlets .dashlet {
    border: 1px solid var(--primary-border-color);
    border-top: 0;
}

.list-nested-categories {
    margin-bottom: 10px
}

.list-nested-categories .category-item {
    padding: 10px
}

.list-nested-categories .category-item .folder-icon {
    margin-right: 3px;
    position: relative;
    top: -1px
}

.categories-container a.manage-categories-link {
    margin-left: 8px;
}

.categories-container a.category-expanded-toggle-link {
    margin-left: 8px
}

.folders-container > .list-group-side > .list-group-item,
.categories-container > .list-expanded,
.categories-container .list-group-tree > .list-group-item > .cell {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.dashlets.grid-stack > .grid-stack-item > .ui-resizable-se, .dashlets.grid-stack > .grid-stack-item > .ui-resizable-sw {
    background-color: #fff;
    padding: 5px;
    bottom: 0;
    right: 10px;
    display: block;
    width: auto;
    height: auto;
    border: 1px solid var(--primary-border-color);
}

.dashlets.grid-stack > .grid-stack-item > .ui-resizable-se:before, .dashlets.grid-stack > .grid-stack-item > .ui-resizable-sw:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
}

ul.jqtree-tree {
    list-style: none outside;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

ul.jqtree-tree .sub-tree-container > ul.jqtree_common > li:not(.sub-tree-container) {
    margin-left: 15px;
}

ul.jqtree-tree span.jqtree_common:focus {
    outline: none;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
}


ul.jqtree-tree .jqtree-element:not(.btn) .load-items {
    display: inline-block;
    width: 14px;
    margin-right: 3px;
    order: 2;
    color: var(--primary-font-color);
    position: relative;
    flex-shrink: 0;
}

ul.jqtree-tree .load-items.ph {
    font-size: 14px;
    cursor: pointer;
    background-color: var(--sidebar-color);
}

ul.jqtree-tree .jqtree-toggler {
    border-bottom: none;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 14px;
    background-color: var(--sidebar-color, #fff);
}

ul.jqtree-tree .jqtree-toggler .ph {
    font-size: 14px;
    vertical-align: baseline;
}

ul.jqtree-tree .sub-tree-container:not(.has-children) > .jqtree-element .jqtree-toggler {
    opacity: 0;
    pointer-events: none;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
    margin-right: 3px;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
    margin-left: 3px;
}

ul.jqtree-tree .jqtree-element:not(.btn) {
    position: relative;
    padding: 5px 15px 0 5px;
    height: 25px;
}

ul.jqtree-tree .sub-tree-container .jqtree-element:not(.btn) {
    color: #00166d;
}

ul.jqtree-tree .sub-tree-container .jqtree-element.jqtree-selected:not(.btn) {
    color: #06c;
}

ul.jqtree-tree .sub-tree-container > .jqtree-element:not(.btn) {
    color: var(--primary-font-color);
}

ul.jqtree-tree .jqtree-toggler, ul.jqtree-tree .jqtree-title {
    cursor: pointer;
}

ul.jqtree-tree .jqtree-title {
    vertical-align: middle;
}

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree .jqtree-folder:not(.sub-tree-container):after,
ul.jqtree-tree .jqtree-folder.sub-tree-container.has-children:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    border-left: 1px dotted #ccc;
    top: 25px;
    bottom: 10px;
}

ul.jqtree-tree .jqtree-folder:not(.sub-tree-container):after,
ul.jqtree-tree .jqtree-folder.sub-tree-container.has-children:after {
    left: 12px;
}

ul.jqtree-tree .jqtree-folder:has(> .jqtree_common[role="group"] > .jqtree-folder):before,
ul.jqtree-tree .jqtree-folder > .jqtree_common:before,
ul.jqtree-tree .jqtree-folder > .jqtree_common[role="group"] > :not(.jqtree-folder)[role="presentation"]:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 22px;
    border-bottom: 1px dotted #ccc;
    top: 14px;
    left: -2px;
}

ul.jqtree-tree .jqtree-folder:has(> .jqtree_common[role="group"] > .jqtree-folder):before {
    left: 12px;
    width: 6px;
    top: auto;
    bottom: 10px;
}

ul.jqtree-tree .jqtree-folder.sub-tree-container:not(.has-children):has(> .jqtree_common[role="group"] > .jqtree-folder):before {
    content: none;
}

ul.jqtree-tree .sub-tree-container:not(.has-children) > .jqtree_common > .jqtree-folder > .jqtree_common:before,
ul.jqtree-tree .sub-tree-container.has-children:has(.sub-tree-container) > .jqtree_common > .jqtree-folder:not(.sub-tree-container) > .jqtree_common:before,
ul.jqtree-tree .sub-tree-container.jqtree-folder > .jqtree_common[role="group"] > :not(.jqtree-folder)[role="presentation"]:before {
    content: none;
}

ul.jqtree-tree > .jqtree-folder > .jqtree_common:before {
    content: none;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
    margin-bottom: 1px;
}

ul.jqtree-tree .jqtree_common.disabled > div > span {
    color: #bbb;
}

ul.jqtree-tree .jqtree_common.disabled > div > span:hover {
    cursor: not-allowed;
}

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
    /* todo: add classes to span? */
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    border: solid 2px #2895ea;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: -6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #2895ea;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 2px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #2895ea;
    border-radius: 6px;
    margin: 0;
    box-sizing: content-box;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    color: #2895ea !important;
    background-color: transparent;
    border-color: transparent;
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px #2895ea;
}

ul.jqtree-tree.jqtree-rtl {
    direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
    margin-left: 0;
    margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
    margin-left: 0.5em;
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
    margin-left: 0;
    margin-right: 1.5em;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
    margin-right: 0;
    margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
    right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
    right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
    margin-left: 0;
    margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
    right: -2px;
}

span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

.search-row .form-control {
    border: 0;
}

.search-row .input-group {
    border-bottom: solid 1px #e0e0e0;
}

tr.list-row {
    position: relative;
}

tr.list-row.main-image > .cell:first-child {
    border-left: solid 4px #0081d1;
}

tr.list-row.main-image.global-main-image > .cell:first-child {
    border-left-color: red;
}

tr.list-row.main-category > .cell:first-child {
    border-left: solid 4px red;
}

.search-row .filters-button {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    border: 0;
    margin-bottom: -2px;
}

.search-row .filters-button {
    padding-right: 14px;
}

.search-row .filters-button .caret {
    position: absolute;
    right: 2px;
    top: 14px;
}

.search-row .btn-default {
    border: 0;
    background-color: transparent;
}

.search-row .filters-button:hover,
.search-row .filters-button:focus,
.search-row .btn-default:hover,
.search-row .btn-default:focus,
.search-row .text-filter + .input-group-btn .search:hover,
.search-row .text-filter + .input-group-btn .search:focus,
.search-row .open > .dropdown-toggle.btn-default:hover,
.search-row .open > .dropdown-toggle.filters-button:focus,
.search-row .open > .dropdown-toggle.filters-button.focus,
.search-row .open > .dropdown-toggle.filters-button {
    color: #333;
    background-color: transparent;
    box-shadow: none;
}

a.collapsing-button {
    padding: 0 0 0 8px;
    vertical-align: unset;
}

a.collapsing-button,
a.collapsing-button:hover {
    color: #8e8e8e;
    font-size: 12px;
}

a.collapsing-button > span {
    margin: 0 3px;
    font-size: 12px;
}

#login .logo-container img.logo {
    height: 25px;
    margin-top: 9px;
}

.additional-action-icon {
    color: #999;
    margin-left: 5px;
}

td[data-name="draggableIcon"] {
    color: #999;
}

.full-page-modal > .modal-dialog {
    width: 100%;
}

.modal-open .full-page-modal .modal-dialog {
    height: 100%;
}

.full-page-modal .modal-body {
    padding: 0;
}

.full-page-modal .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.full-page-modal .modal-header {
    flex-shrink: 0;
}

.full-page-modal .main-content {
    flex: 1;
    min-height: 0;
    position: relative;
}

.full-page-modal .header-container {
    padding: 14px 44px 30px 14px;
    border-bottom: 1px solid #d8d8d8;
}

.full-page-modal .body-container {
    overflow-y: auto;
    padding: 14px;
}

.full-page-modal .close {
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 2;
    opacity: 1;
}

.full-page-modal .title-container {
    font-size: 18px;
}

.full-page-modal .fixed-panel {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

.full-page-modal .fixed-panel .row {
    padding: 5px;
}

.full-page-modal .product-fields-panel .row.stripped:not(.hidden) {
    background-color: #f2f2f2
}

.full-page-modal .html-preview,
.full-page-modal .gallery-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}

.full-page-modal .gallery-container {
    padding-bottom: 10px !important;
}

.full-page-modal .html-preview .body-container {
    flex: 0 1 auto;
    height: 100%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    padding-top: 0;
}

.full-page-modal .html-preview .body-container {
    margin-right: -20px;
}

.full-page-modal .html-preview .body-container .main-container {
    flex: 1;
    margin-right: 14px;
}

.full-page-modal .html-preview .body-container .side-container {
    display: none;
    margin-right: -28px;
    padding: 0 14px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px 0 0 3px;
    width: 350px;
    overflow: hidden;
    background-color: #ffffff;
}

.full-page-modal .html-preview .body-container .side-container .side-body {
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 14px;
    flex: 1;
}

.full-page-modal .html-preview .body-container .side-container.active {
    display: flex;
    flex-direction: column;
}

.full-page-modal .html-preview .body-container .side-container .side-header {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.full-page-modal .html-preview .body-container .side-container .autosave > label {
    font-weight: 400;
    user-select: none;
    vertical-align: middle;
}

.full-page-modal .html-preview .header-container {
    border-bottom: 0;
    padding: 14px 34px 14px 14px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.full-page-modal .html-preview .header-container .screen-size-icons {
    margin: 0 14px 0 auto;
    flex-shrink: 0;
}

.full-page-modal .html-preview .header-container .screen-size-icons > .editor-toggle {
    margin-right: 1.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.full-page-modal .html-preview .header-container .screen-size-icons .language-container {
    display: inline-block;
    width: 160px;
    margin-right: 15px;
}

.full-page-modal .html-preview .header-container .screen-size-icons .language-container .selectize-control {
    display: flex;
    width: 100%;
}

.full-page-modal .html-preview iframe {
    display: block;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    box-sizing: content-box;
}

@media screen and (max-width: 767px) {
    .full-page-modal .html-preview .header-container .screen-size-icons .language-container {
        display: block;
        width: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .full-page-modal .html-preview .body-container {
        margin-left: -14px;
    }

    .full-page-modal .html-preview .body-container .main-container {
        margin-left: 14px;
    }

    .full-page-modal .html-preview .body-container .side-container {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: calc(100vw + 14px);
    }
}

@media screen and (max-width: 767px) {
    .full-page-modal .html-preview .header-container {
        flex-wrap: wrap;
    }

    .full-page-modal .html-preview .header-container .header-breadcrumbs {
        flex-basis: 100%;
        line-height: 1.25;
    }

    .full-page-modal .html-preview .header-container .screen-size-icons:not(:first-child) {
        margin-right: -22px;
    }

    .full-page-modal .html-preview .body-container .side-container .overview {
        padding-left: 0;
        padding-right: 0;
    }
}

.product-fields-panel .panel .cell {
    padding: 5px;
}

.product-fields-panel .panel .cell .html-container {
    overflow-x: auto;
}

.loader {
    border: 5px solid #f5f5f5;
    border-top: 5px solid #2895ea;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    animation: spin 2s linear infinite;
    float: left;
    margin: 3px 10px;
}

.btn.hidden[data-action="upgradeSystem"] + .loader {
    margin: 0;
}

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

.current-status {
    margin-bottom: 10px;
}

.modal-dialog .progress-log-wrapper {
    padding: 0 9px 9px;
}

.content .progress-log-wrapper {
    display: inline-block;
    margin-top: 6px;
    padding: 0 9px;
}

.content .progress-log-wrapper .spinner {
    display: inline-block;
    padding-right: 9px;
}

.spinner > div {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    vertical-align: middle;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.progress-status {
    clear: both;
    display: block;
    padding-top: 6px;
}

.progress-status a {
    text-decoration: underline;
    color: #3c763d;
}

.progress-status a:hover,
.progress-status a:focus {
    color: #3c763d;
}

.panel-heading > .panel-title > .collapser {
    cursor: pointer;
    margin-right: 8px;
    margin-left: -4px;
    color: var(--panel-title-color);
    font-size: 12px;
    vertical-align: top;
    line-height: 0;
    user-select: none;
    display: inline-block;
}

.panel-heading > .panel-title > .collapser > svg {
    width: 16px;
}

.panel-heading .btn[data-action="closePanel"],
.panel-heading .btn[data-action="changeHistory"] {
    width: 43px;
}

.panel-heading .btn[data-action="closePanel"] > span,
.panel-heading .btn[data-action="changeHistory"] > span {
    font-size: 14px;
}

.bottom .panel .panel-body.panel-collapse.collapsing {
    -moz-transition-duration: .11s;
    -webkit-transition-duration: .11s;
    -o-transition-duration: .11s;
    transition-duration: .11s;
}

.field .multilang-labels .control-label {
    margin-top: 15px;
}

.field .main-field.hidden + .multilang-labels .control-label:first-child {
    margin-top: 0;
}

.bookmark-panel-container .group .entity{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 8px;
}

.bookmark-panel-container .group .group-name {
    padding: 5px 0 5px 20px;
}

.bookmark-panel-container .group .group-name * {
    color: #000;
}

.bookmark-panel-container .group .group-name .icon {
    margin-right: 5px;
}

.bookmark-panel-container .panel-body .group-container {
    margin: -10px 0;
}

.bookmark-panel-container .group .list-group-item {
    border-left: 0;
    border-right: 0;
}

.bookmark-panel-container .group .list-row-buttons i {
    color: var(--action-icon-color);
}

.bookmark-panel-container .group .cell[data-name="buttons"] {
    margin-top: 3px;
}

.bookmark-panel-container .group .list-group-item .expanded-row {
    white-space: normal;
}
.bookmark-panel-container .group .entity {
       display: inline-flex;
       width: 100%;
       justify-content: space-between;
       align-items: center;
       padding-right: 8px;
   }

.bookmark-panel-container .group .group-name {
    padding: 5px 0 5px 20px;
}

.bookmark-panel-container .group .group-name * {
    color: #000;
}

.bookmark-panel-container .group .group-name .icon {
    margin-right: 5px;
}

.bookmark-panel-container .group .list-group-item {
    border-left: 0;
    border-right: 0;
}

.bookmark-panel-container .group .list-row-buttons i {
    color: var(--action-icon-color);
}

.bookmark-panel-container .group .cell[data-name="buttons"] {
    margin-top: 3px;
}

.bookmark-panel-container .group .list-group-item .expanded-row {
    white-space: normal;
}
.bookmark-panel-container {
    width: 500px !important;
}

.queue-panel-container,
.last-viewed-panel-container {
    position: absolute;
    width: 700px;
    z-index: 1001;
    right: 0;
    left: auto;
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.175);
    background-color: white
}

.queue-panel-container > .panel {
    border-width: 1px
}

.queue-panel-container > .panel > .panel-heading .show-done {
    margin-right: 20px;
}

.queue-panel-container > .panel > .panel-body {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden
}

.queue-panel-container > .panel > .panel-body .list > table {
    overflow: hidden;
}

.queue-panel-container > .panel > .panel-body .list > table td {
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
}

.queue-panel-container .queue-manager-action {
    display: inline-block;
    min-width: 90px;
}

@media screen and (max-width: 768px) {
    .queue-panel-container,
    .last-viewed-panel-container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        margin-right: 10px
    }

    .last-viewed-panel-container .list-container {
        overflow: hidden;
    }

    .last-viewed-panel-container td[data-name="targetType"] {
        display: none;
    }

    .last-viewed-panel-container div.list-expanded > ul > li > div.expanded-row > .cell {
        width: 45% !important;
    }
}

@media screen and (max-width: 768px) {
    .queue-panel-container .list {
        overflow-x: initial;
    }

    .queue-panel-container .list > table {
        min-width: initial;
    }
}

.field .attribute-type-value a.remove-icon, .field .attribute-type-value a.label-icon {
    margin-top: 10px;
    margin-bottom: 6px;
}

.field .attribute-type-value.disable-multi-lang a.remove-icon {
    margin-top: 13px;
}

.field .attribute-type-value .option-group {
    width: calc(100% - 18px);
    white-space: nowrap;
}

#options .form-control:first-of-type:not(:last-of-type) {
    width: calc(100% - 185px) !important;
}

#options .form-control.color-input {
    width: 125px !important;
}

.field .attribute-type-value .option-group .option-item > span {
    display: inline-block;
    width: 50px;
    text-align: right;
}

.field .attribute-type-value.disable-multi-lang .option-group .option-item > span {
    width: 0;
}

.field .attribute-type-value .option-group .option-item > input {
    width: calc(100% - 55px);
    display: inline-block;
}

.field .attribute-type-value.disable-multi-lang .option-group .option-item > input {
    width: calc(100% - 5px);
}

.field .attribute-type-value .list-group-item:last-child {
    border-bottom-width: 1px;
}

.field .add-attribute-type-value,
.field .add-attribute-type-value ~ .translate-action {
    margin-top: 10px;
    display: inline-block;
}

.field .add-attribute-type-value ~ .translate-action ~ .preloader {
    margin-top: 12px !important;
}

.control-label.multilang-error-label {
    color: #a94442;
}

.form-control.multilang-error-form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.multilang-error-form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.panel.panel-configurator {
    margin: 0 -14px;
}

.mapping-container .configurator-buttons {
    padding: 0;
}

.mapping-container .list tr > td:first-child, .mapping-container .list tr > th:first-child {
    padding-left: 14px;
}

.mapping-container .list table td[data-name="default"] {
    overflow: visible;
}

.mapping-container .no-data {
    padding: 14px;
}

.configurator-modal .row .cell.col-sm-6:nth-child(2n+1):not(:last-child) {
    clear: left;
}

.configurator-modal .row .cell.col-sm-6.hidden-cell {
    min-height: 0;
}

@media screen and (max-width: 768px) {
    .mapping-container .configurator-buttons .conf-button {
        margin-bottom: -1px;
    }
}

code.was, span.was,
code.became, span.became {
    display: inline;
}

.was,
.became {
    display: inline-block;
    width: 100%;
    word-break: break-word;
}

.became {
    margin-bottom: 10px;
}

.was .html-container,
.became .html-container {
    overflow-x: auto;
}

td .file-link {
    word-break: break-all;
    white-space: unset;
}

.attachment-preview ~ .file-link {
    padding-top: 5px;
}

.file-link {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

code.was .file-link,
span.was .file-link,
code.became .file-link,
span.became .file-link {
    display: inline-block
}

.bottom .panel .group-container .group {
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 768px) {
    .content {
        position: relative;
    }
}

.bottom .panel .group-container > .group > .group-name {
    padding: 10px 0 10px 10px;
    z-index: 1;
    position: sticky;
    left: 0;
}

.bottom .panel .group-container > .group > .group-name .btn {
    background-color: #fff;
    border-width: 0;
}

.bottom .panel .group-container > .group > .list-container .list > table {
    border-top: 1px solid #e8eced;
    border-bottom: 1px solid #e8eced;
}

.bottom .panel .group-container > .group .list td.over-visible[data-name="value"] {
    overflow: visible;
}

.bottom .panel .group-container > .group .list td[data-name="value"] .field .input-group {
    width: 100%;
}

.field > .list-group > .list-group-item > .delimiter-group.list-group {
    margin-top: 10px;
    margin-bottom: 5px;
}

.field > .list-group > .list-group-item > .delimiter-group.list-group > .list-group-item {
    margin: 0;
}

.field > .list-group > .list-group-item > .delimiter-group.list-group > .list-group-item:last-child {
    border-bottom-width: 1px;
}

.field .unit-container .btn:active,
.field .unit-container .btn:focus,
.field .unit-container .btn:hover {
    color: #333;
    background-color: #f7f7f7;
    border-color: #ccc;
}

.field .unit-container .unit-value {
    margin-right: 6px;
}

.field .link-container .list-group-item .key-array-unit-symbol {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.field .link-container .list-group-item .key-array-unit-symbol label {
    width: 50%;
}

.field .link-container .list-group-item .key-array-unit-symbol .unit-symbol {
    width: 50%;
    display: inline-block;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.cell .unit-group.input-group {
    width: 100%;
}

.cell .unit-group.input-group .unit-input,
.cell .range-container > input {
    flex: 1;
    min-width: 0;
}

.cell .unit-group.input-group .unit-select,
.cell .range-container .unit-select {
    display: inline-block;
    width: fit-content;
    min-width: 100px;
    max-width: 50%;
}

.cell .unit-group.input-group .unit-select {
    margin-left: 10px;
}

.cell .unit-group.input-group .unit-select .selectize-control,
.cell .range-container .unit-select .selectize-control {
    min-width: auto;
}

.lead-container > .edit > .row > .col-md-8 {
    min-height: auto;
}

.has-error .email-address-block .form-control {
    border: 1px solid #eaeaea;
    box-shadow: none;
}

.has-error .email-address-block .email-data-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select.input-sm {
    line-height: normal;
}

select,
.page-header .header-buttons .filter-cell .field .selected-element,
.page-header .overview-filters-container .filter-cell .field .selected-element {
    background-image: url("../../img/arrow-down.png") !important;
    background-position: center right 5px;
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px !important;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    @supports (-webkit-overflow-scrolling: touch) {
        #header .navbar-collapse, #header .menu {
            padding-bottom: 80px;
        }
    }

    #header .navbar-collapse {
        transition: .3s transform cubic-bezier(0.19, 1, .22, 1);
        z-index: 100;
        background: var(--nav-menu-background);
        display: block;
        height: calc(100vh - 44px);
        border: 0;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        overflow-x: visible !important;
        overflow-y: auto;
        padding: 10px;
        position: absolute;
        top: 44px;
        left: 0;
        right: 0;
    }
}

.list > table tr.ui-sortable-helper {
    background-color: #f3f3f3;
    display: table;
}

.filter-menu .dropdown-menu > li > a {
    text-overflow: ellipsis;
    overflow: hidden;
}

.hidden-cell .info-field-icon.inherited,
.hidden-cell .info-field-icon.not-inherited {
    display: none !important;
}

.field .metadata {
    border: none;
    padding: 0;
    margin-top: 5px;
    background-color: transparent;
}

.field .metadata .checkbox-item {
    display: flex;
    align-items: center;
}

.field .metadata .checkbox-item input:hover, .field .metadata .checkbox-item label:hover {
    cursor: pointer;
}

.field .metadata .checkbox-item label {
    margin-left: 2px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
}

.field .status-icons, .field .inline-actions {
    display: inline;
}

.cell > .status-container > .status-icons:empty,
.cell > .status-container > .inline-actions:empty {
    display: none;
}

.cell > .status-container,
.field > .status-container {
    display: flex;
    align-items: center;
    gap: .4em;
    float: right;
}

.cell:not(.hidden-cell) .status-icons {
    color: inherit;
}

.status-icons > *,
.status-icons > * > span {
    color: var(--label-color) !important;
    font-size: 14px !important;
}

.cell:not(.hidden-cell) .status-icons,
.field > .status-icons,
.cell:not(.hidden-cell) .inline-actions {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

.cell:not(.hidden-cell) .inline-actions,
th .inline-actions {
    gap: 8px;
}

.cell .status-icons > *,
.field > .status-icons > *,
.cell .inline-actions > * {
    padding-left: 4px;
    text-align: center;
}

.cell .inline-actions > * {
    color: var(--action-icon-color);
}

.info-field-icon {
    color: #ccc;
}

.info-field-icon.inherited,
.info-field-icon.not-inherited,
.status-icons .icon,
.lock-link {
    padding-left: 5px !important;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.hidden-cell .info-field-icon {
    display: none !important;
}

.attribute-cell .inline-remove-link {
    padding-left: 5px;
    padding-top: 1px;
}

.attribute-cell .inline-last-changes-link {
    padding-left: 5px;
}

.logo-centr-inner {
    display: inline-block;
}

.logo-centr-outer {
    text-align: center;
}

#general-container div#navbar div.navbar div.logo-centr-inner a.logo img {
    margin: 10px auto 7px;
}

.panel-body .list table tbody.ui-sortable td:not(:last-child) {
    vertical-align: middle;
}

.btn.btn-chevron-dropdown {
    background-color: transparent;
}

.btn.btn-chevron-dropdown:active {
    box-shadow: none;
}

.chevron-dropdown > ul.dropdown-menu > li > a {
    padding: 10px 15px;
}

.header-breadcrumbs .header-with-dropdown {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.header-breadcrumbs .header-with-dropdown + .chevron-dropdown {
    position: relative;
    display: inline-block;
}

.entity-container .cell {
    padding: 0;
}

#header #navbar .navbar.navbar-inverse.logo-centr-outer .logo-centr-inner .navbar-header {
    border: 0 !important;
}

#header #navbar .navbar.navbar-inverse.logo-centr-outer .logo-centr-inner .navbar-header a.navbar-brand.nav-link.logo img {
    margin: 13px auto !important;
}

.entity-container .cell {
    padding: 0;
}

.drag-and-drop-files .attach-file-label {
    width: 100%;
}

.drag-and-drop-files .attach-file-label .btn-default {
    width: 100%;
    height: 140px;
    background-color: #ececec;
}

.drag-and-drop-files .attach-file-label .btn-default:hover {
    border-color: #e0e0e0;
}

.drag-and-drop-files .attach-file-label .btn-default .btn-text {
    width: 100%;
    float: left;
    font-size: 26px;
    line-height: 1.36;
    color: #8e8e8e;
    margin-top: 10px;
}

.drag-and-drop-files .attach-file-label .btn-default .btn-text-small {
    font-size: 14px;
    margin-top: 0;
}

.drag-and-drop-files .attach-file-label .btn-default .btn-upload {
    width: 100%;
    float: left;
    margin-top: 7px;
}

.form-group[data-name="files"] > label {
    display: none;
}

.kanban-avatar {
    width: 100%;
    margin-top: -20px;
    float: left;
}

.kanban-avatar img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    object-fit: cover;
    float: right;
}

.date-alert {
    background-color: #FF0000;
    color: #FFF;
    border-radius: .25em;
    padding: .09em .5em .2em;
    display: inline-block;
    line-height: 1;
}

.date-warning {
    background-color: #F2D600;
    padding: .09em .5em .2em;
    border-radius: .25em;
    display: inline-block;
    line-height: 1;
}

.filter-actions .pipeline {
    margin-left: 5px;
    margin-right: 5px;
}

.total-count .pipeline {
    margin-left: 8px;
    margin-right: 8px;
}

.filter-actions {
    margin-left: -2px;
}

.filter-actions .btn {
    padding-left: 0;
    padding-right: 0;
}

.overview-filters-container .selectize-control.multi .selectize-input::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent;
}

.overview-filters-container .selectize-control.multi .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent gray transparent
}

del.diffmod, del.diffdel {
    color: red;
    background: #fdd;
    text-decoration: none;
}

ins.diffins, ins.diffmod {
    color: green;
    background: #dfd;
    text-decoration: none;
}


.button-container {
    padding: 0 0 10px;
}

td.cell[data-name="tag"] {
    line-height: 2 !important;
}

td.cell[data-name="tag"]:first-line {
    line-height: 1.36 !important;
}

.attachment-upload {
    min-height: 36px;
}

pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

code.hljs {
    padding: 3px 5px
}

.hljs {
    background: #f3f3f3;
    color: #444
}

.hljs-comment {
    color: #697070
}

.hljs-punctuation, .hljs-tag {
    color: #444a
}

.hljs-tag .hljs-attr, .hljs-tag .hljs-name {
    color: #444
}

.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-name, .hljs-selector-tag {
    font-weight: 700
}

.hljs-deletion, .hljs-number, .hljs-quote, .hljs-selector-class, .hljs-selector-id, .hljs-string, .hljs-template-tag, .hljs-type {
    color: #800
}

.hljs-section, .hljs-title {
    color: #800;
    font-weight: 700
}

.hljs-link, .hljs-operator, .hljs-regexp, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-symbol, .hljs-template-variable, .hljs-variable {
    color: #ab5656
}

.hljs-literal {
    color: #695
}

.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code {
    color: #397300
}

.hljs-meta {
    color: #1f7199
}

.hljs-meta .hljs-string {
    color: #38a
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}


/* mobile board */

#tree-list-table .group-column > div {
    min-height: auto !important;
}

div.list-kanban > div > table td.group-column {
    height: 100%;
}

.kanban-columns-container table.kanban-columns {
    height: 100%;
    padding: 20px 0 0;
}

.kanban-columns-container table.kanban-columns tbody {
    height: 100%;
}

.kanban-columns-container table.kanban-columns tbody tr.kanban-row {
    height: 100%;
}

.kanban-columns-container table.kanban-columns tbody tr.kanban-row td.group-column {
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 270px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fafafa;
    height: 100%;
}

.list-kanban .kanban-head-container {
    box-shadow: none;
}

.list-kanban .kanban-head-container table.kanban-head thead tr.kanban-row {
    overflow: inherit;
}

.list-kanban .kanban-head-container table.kanban-head thead tr.kanban-row th.group-header {
    min-width: 270px;
}

.kanban-avatar {
    padding-right: 3px;
}

div.list-kanban > div > table .item .panel .form-group {
    padding-right: 35px;
}

@media (max-width: 768px) {
    .kanban-columns-container table.kanban-columns tbody tr.kanban-row td.group-column {
        min-width: 200px;
        height: calc(100vh - 350px);
    }

    .list-kanban .kanban-head-container table.kanban-head thead tr.kanban-row th.group-header {
        min-width: 200px;
    }
}

@media (max-width: 1500px) {
    div.list-kanban {
        overflow-x: auto;
    }

    /* div.list-kanban > div > table th > div:after {
         left: calc(100% - -2px);
     }
     div.list-kanban > div > table th > div:before {
         left: calc(100% - 0px);
     } */
    .list-kanban .kanban-head-container table.kanban-head thead tr.kanban-row th.group-header .kanban-group-label::after {
        position: absolute;
        content: '';
        background-color: #eee;
        width: 28px;
        height: 28px;
        right: -20px;
        top: 0;
    }

    .list-kanban .kanban-head-container table.kanban-head thead tr.kanban-row th.group-header .kanban-group-label::before {
        position: absolute;
        content: '';
        width: calc(100% + 3px);
        height: 5px;
        background-color: #fff;
        left: -15px;
        top: -5px;
    }

    div.list-kanban {
        min-width: 100% !important;
        padding-top: 5px;
    }
}

/*
 * jQuery QueryBuilder
 */
.query-builder .rule-container, .query-builder .rule-placeholder, .query-builder .rules-group-container {
    position: relative;
    margin: 4px 0;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #eee;
    background: transparent;
}

.query-builder .drag-handle, .query-builder .error-container, .query-builder .rule-container .rule-filter-container, .query-builder .rule-container .rule-operator-container, .query-builder .rule-container .rule-value-container {
    display: inline-block;
    margin: 5px 5px 0 0;
    vertical-align: middle;
}


.query-builder .drag-handle, .query-builder .error-container {
    margin-top: 0;
}

.query-builder .rule-actions {
    margin-top: 0;
    margin-bottom: 5px;
}

.query-builder .rules-group-container {
    padding: 5px;
    border: 1px solid #eee;
    background: transparent;
}

.query-builder > .rules-group-container {
    padding: 0;
    border: 0;
}

.query-builder .rules-group-header {
    margin-bottom: 10px
}

.query-builder .rules-group-header .group-conditions .btn.readonly:not(.active), .query-builder .rules-group-header .group-conditions input[name$=_cond] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.query-builder .rules-group-header .group-conditions .btn.readonly {
    border-radius: 3px
}

.query-builder .group-conditions .btn, .query-builder .group-actions .btn, .query-builder .rule-actions .btn {
    font-size: 12px;
}

.query-builder .rules-list {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0
}

.query-builder .rule-value-container {
    border-left: 1px solid transparent;
    padding-left: 0;
}

.query-builder .rule-value-container label {
    margin-bottom: 0;
    font-weight: 400
}

.query-builder .rule-value-container label.block {
    display: block
}

.query-builder .error-container {
    display: none;
    cursor: help;
    color: red
}

.query-builder .has-error {
    background-color: #fdd;
    border-color: #f99
}

.query-builder .has-error .error-container {
    display: inline-block !important
}

.query-builder .rules-list > ::after, .query-builder .rules-list > ::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 10px;
    height: calc(50% + 4px);
    border-color: #ccc;
    border-style: solid
}

.query-builder .rules-list > ::before {
    top: -4px;
    border-width: 0 0 2px 2px
}

.query-builder .rules-list > ::after {
    top: 50%;
    border-width: 0 0 0 2px
}

.query-builder .rules-list > :first-child::before {
    top: -12px;
    height: calc(50% + 14px)
}

.query-builder .rules-list > :last-child::before {
    border-radius: 0 0 0 4px
}

.query-builder .rules-list > :last-child::after {
    display: none
}

.query-builder.bt-checkbox-bootstrap-icons .checkbox input[type=checkbox] + label::before {
    outline: 0
}

.query-builder.bt-checkbox-bootstrap-icons .checkbox input[type=checkbox]:checked + label::after {
    font-family: bootstrap-icons;
    content: "\f633"
}

.query-builder .error-container + .tooltip .tooltip-inner {
    color: #f99 !important
}

.query-builder p.filter-description {
    margin: 5px 0 0 0;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    color: #31708f;
    border-radius: 5px;
    padding: 2.5px 5px;
    font-size: .8em
}

.query-builder .rules-group-header [data-invert] {
    margin-left: 5px
}

.query-builder .drag-handle {
    cursor: move;
    vertical-align: middle;
    margin-left: 5px
}

.query-builder .dragging {
    position: fixed;
    opacity: .5;
    z-index: 100
}

.query-builder .dragging::after, .query-builder .dragging::before {
    display: none
}

.query-builder .rule-placeholder {
    border: 1px dashed #bbb;
    opacity: .7
}

.query-builder, .query-builder * {
    margin: 0;
    box-sizing: border-box;
}

.query-builder .hide {
    display: none;
}

.query-builder .pull-right, .query-builder .float-end {
    float: right !important;
}

.query-builder .selectize-input {
    background-color: #fff;
}

.query-builder .btn {
    text-transform: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.query-builder .btn.active, .query-builder .btn:active {
    background-image: none;
    outline: 0 none;
}

.query-builder .btn-primary {
    color: #FFF;
}

.query-builder .btn-primary.active, .query-builder .btn-primary.focus,
.query-builder .btn-primary:active, .query-builder .btn-primary:focus {
    color: #FFF;
    background-color: #0058b1;
    border-color: #0058b1;
}

.query-builder .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}

.query-builder .btn-group > .btn {
    position: relative;
    float: left;
}

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

.query-builder .btn-group > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

.query-builder .btn-group .btn + .btn, .query-builder .btn-group .btn + .btn-group,
.query-builder .btn-group .btn-group + .btn, .query-builder .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.query-builder .btn-xs, .query-builder .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.query-builder .form-control.selectize-control {
    min-width: 90px;
}

.query-builder-container .checkboxes-filter > ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.query-builder-container .checkboxes-filter li label {
    color: var(--primary-font-color);
    font-weight: 400;
}

.query-builder-container .checkboxes-filter ul {
    padding-left: 0;
}

.query-builder-container .checkboxes-filter li label.active {
    color: #06c;
}

.query-builder-container .checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-gray {
    color: #999;
}

.feedbackContainer {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
}

.feedbackContainer a {
    z-index: 10;
    position: absolute;
    bottom: 7px;
    right: 25px;
    background-color: black;
    opacity: 0.7;
    padding: 10px;
    border-radius: 5px;
    min-width: 2rem;
    line-height: 1.25rem;
}

.feedbackContainer a span {
    color: white;
}

.feedbackContainer iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

.form-group.horizontal {
    display: flex;
    align-items: center;
}

.form-group.horizontal .label-text {
    margin-left: 5px;
}


/**
 * easymde v2.18.0
 * Copyright Jeroen Akkerman
 * @link https://github.com/ionaru/easy-markdown-editor
 * @license MIT
 */
.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
    padding: 0 4px
}

.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor .CodeMirror-line::selection, .cm-fat-cursor .CodeMirror-line > span::selection, .cm-fat-cursor .CodeMirror-line > span > span::selection {
    background: 0 0
}

.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
    background: 0 0
}

.cm-fat-cursor {
    caret-color: transparent
}

@-moz-keyframes blink {
    50% {
        background-color: transparent
    }
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: #00f
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header, .cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-type, .cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta {
    color: #555
}

.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-s-default .cm-error {
    color: red
}

.cm-invalidchar {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: rgba(255, 150, 0, .3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -50px;
    margin-right: -50px;
    padding-bottom: 50px;
    height: 100%;
    outline: 0;
    position: relative;
    z-index: 0
}

.CodeMirror-sizer {
    position: relative;
    border-right: 50px solid transparent
}

.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
    position: absolute;
    z-index: 6;
    display: none;
    outline: 0
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: 0 0 !important;
    border: none !important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: 0 0;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-variant-ligatures: contextual;
    font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: 0
}

.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

div.CodeMirror-dragcursors {
    visibility: visible
}

.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: rgba(255, 255, 0, .4)
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ''
}

span.CodeMirror-selectedtext {
    background: 0 0
}

.EasyMDEContainer {
    display: block
}

.CodeMirror-rtl pre {
    direction: rtl
}

.EasyMDEContainer.sided--no-fullscreen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.EasyMDEContainer .CodeMirror {
    box-sizing: border-box;
    height: auto;
    border: 1px solid #ced4da;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
    font: inherit;
    z-index: 0;
    word-wrap: break-word
}

.EasyMDEContainer .CodeMirror-scroll {
    cursor: text
}

.EasyMDEContainer .CodeMirror-fullscreen {
    background: #fff;
    position: fixed !important;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 2001;
    border-right: none !important;
    border-bottom-right-radius: 0 !important
}

.EasyMDEContainer .CodeMirror-sided {
    width: 50% !important
}

.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided {
    border-right: none !important;
    border-bottom-right-radius: 0;
    position: relative;
    flex: 1 1 auto
}

.EasyMDEContainer .CodeMirror-placeholder {
    opacity: .5
}

.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected {
    background: #d9d9d9
}

.editor-toolbar {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 9px 10px;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #ffffff;
}

.editor-toolbar.fullscreen {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 2002;
}

.editor-toolbar.fullscreen::before {
    width: 20px;
    height: 50px;
    background: -moz-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0
}

.editor-toolbar.fullscreen::after {
    width: 20px;
    height: 50px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.EasyMDEContainer.sided--no-fullscreen .editor-toolbar {
    width: 100%
}

.editor-toolbar .easymde-dropdown, .editor-toolbar button {
    background: 0 0;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer
}

.editor-toolbar button {
    font-weight: 400;
    min-width: 30px;
    padding: 0 5px;
    white-space: nowrap;
    vertical-align: middle;
}

.editor-toolbar button .fa {
    font-size: 13px;
}

.editor-toolbar button.active, .editor-toolbar button:hover {
    background: #fcfcfc;
    border-color: #95a5a6
}

.editor-toolbar i.separator {
    display: inline-block;
    width: 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #fff;
    color: transparent;
    text-indent: -10px;
    margin: 0 6px
}

.editor-toolbar button:after {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 65%;
    vertical-align: text-bottom;
    position: relative;
    top: 2px
}

.editor-toolbar button.heading-bigger:after {
    content: "▲"
}

.editor-toolbar button.heading-smaller:after {
    content: "▼"
}

.editor-toolbar.disabled-for-preview button:not(.no-disable) {
    opacity: .6;
    pointer-events: none
}

@media only screen and (max-width: 700px) {
    .editor-toolbar i.no-mobile {
        display: none
    }
}

.editor-statusbar {
    padding: 8px 10px;
    font-size: 12px;
    color: #959694;
    text-align: right
}

.EasyMDEContainer.sided--no-fullscreen .editor-statusbar {
    width: 100%
}

.editor-statusbar span {
    display: inline-block;
    min-width: 4em;
    margin-left: 1em
}

.editor-statusbar .lines:before {
    content: 'lines: '
}

.editor-statusbar .words:before {
    content: 'words: '
}

.editor-statusbar .characters:before {
    content: 'characters: '
}

.editor-preview-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7;
    overflow: auto;
    display: none;
    box-sizing: border-box
}

.editor-preview-side {
    position: fixed;
    bottom: 0;
    width: 50%;
    top: 50px;
    right: 0;
    z-index: 9;
    overflow: auto;
    display: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    word-wrap: break-word
}

.editor-preview-active-side {
    display: block
}

.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side {
    flex: 1 1 auto;
    height: auto;
    position: static
}

.editor-preview-active {
    display: block
}

.editor-preview {
    padding: 10px;
    background: #fafafa
}

.editor-preview > p {
    margin-top: 0
}

.editor-preview pre {
    background: #eee;
    margin-bottom: 10px
}

.editor-preview table td, .editor-preview table th {
    border: 1px solid #ddd;
    padding: 5px
}

.cm-s-easymde .cm-tag {
    color: #63a35c
}

.cm-s-easymde .cm-attribute {
    color: #795da3
}

.cm-s-easymde .cm-string {
    color: #183691
}

.cm-s-easymde .cm-header-1 {
    font-size: calc(1.375rem + 1.5vw)
}

.cm-s-easymde .cm-header-2 {
    font-size: calc(1.325rem + .9vw)
}

.cm-s-easymde .cm-header-3 {
    font-size: calc(1.3rem + .6vw)
}

.cm-s-easymde .cm-header-4 {
    font-size: calc(1.275rem + .3vw)
}

.cm-s-easymde .cm-header-5 {
    font-size: 1.25rem
}

.cm-s-easymde .cm-header-6 {
    font-size: 1rem
}

.cm-s-easymde .cm-header-1, .cm-s-easymde .cm-header-2, .cm-s-easymde .cm-header-3, .cm-s-easymde .cm-header-4, .cm-s-easymde .cm-header-5, .cm-s-easymde .cm-header-6 {
    margin-bottom: .5rem;
    line-height: 1.2
}

.cm-s-easymde .cm-comment {
    background: rgba(0, 0, 0, .05);
    border-radius: 2px
}

.cm-s-easymde .cm-link {
    color: #7f8c8d
}

.cm-s-easymde .cm-url {
    color: #aab2b3
}

.cm-s-easymde .cm-quote {
    color: #7f8c8d;
    font-style: italic
}

.editor-toolbar .easymde-dropdown {
    position: relative;
    background: linear-gradient(to bottom right, #fff 0, #fff 84%, #333 50%, #333 100%);
    border-radius: 0;
    border: 1px solid #fff
}

.editor-toolbar .easymde-dropdown:hover {
    background: linear-gradient(to bottom right, #fff 0, #fff 84%, #333 50%, #333 100%)
}

.easymde-dropdown-content {
    display: block;
    visibility: hidden;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    padding: 8px;
    z-index: 2;
    top: 30px
}

.easymde-dropdown:active .easymde-dropdown-content, .easymde-dropdown:focus .easymde-dropdown-content, .easymde-dropdown:focus-within .easymde-dropdown-content {
    visibility: visible
}

.easymde-dropdown-content button {
    display: block
}

span[data-img-src]::after {
    content: '';
    background-image: var(--bg-image);
    display: block;
    max-height: 100%;
    max-width: 100%;
    background-size: contain;
    height: 0;
    padding-top: var(--height);
    width: var(--width);
    background-repeat: no-repeat
}

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
    background: rgba(255, 0, 0, .15)
}

.CodeMirror-wrap.preview-enabled .editor-preview-full.editor-preview {
    position: relative;
    margin: -10px;
    width: auto;
}

.textcomplete-dropdown {
    border: 1px solid #ddd;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
}

.textcomplete-dropdown li {
    margin: 0;
}

.textcomplete-footer,
.textcomplete-item {
    border-top: 1px solid #ddd;
}

.textcomplete-item {
    padding: 5px 10px;
    cursor: pointer;
}

.textcomplete-item:hover {
    background-color: #eee;
}

.textcomplete-item.active {
    background-color: #ddd;
}

/* Vertical */
#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs .more-group > a .icon {
    margin-left: 0;
    margin-top: 0;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs .more-group > a > span.full-label + i {
    flex-shrink: 0;
    margin-inline-end: 3px;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs .more-group.open > a > span.full-label + i.ph-caret-down {
    transform: rotate(180deg);
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs .more-group > ul {
    position: relative;
    left: 0;
    float: none;
    width: 100%;
    min-width: 155px;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs .more-group > ul > li > a {
    position: relative;
    background-color: transparent;
    white-space: normal;
    padding-left: 35px;
    padding-right: 20px;
    color: var(--nav-font-color);
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs .more-group.keep-open > ul {
    display: block;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs .more-group > ul > li.active > a {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs > li.open:not(.more-group-name) > a {
    background-color: transparent;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs .more-group > ul > li > a > span.short-label {
    position: static;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs li:not(.more) .quick-create {
    border-radius: 3px;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--nav-font-color);
    border-color: rgba(0, 0, 0, 0.1);
    line-height: 1;
    flex-shrink: 0;
    opacity: 0;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs li:not(.more) .quick-create:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs li:not(.more):hover .quick-create {
    opacity: 1;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs li:not(.more) .quick-create .ph {
    font-size: 12px;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs li:not(.more) > a.nav-link {
    width: 100%;
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs li:not(.more):not(.active):hover > a.nav-link {
    background: rgba(0, 0, 0, 0.05) !important
}

#header > #navbar > .navbar[data-orientation="vertical"] ul.tabs li:not(.more) > a.nav-link > span.full-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

/* Vertical Mobile*/
@media (max-width: 767px) {
    .navbar-nav .keep-open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
}

.layout-editor-container {
    position: relative;
    text-align: center;
    line-height: 1;
    border: 0;
    background-color: transparent;
}

.layout-editor-container .btn-link {
    color: var(--action-icon-color);
    display: inline-flex;
    line-height: 1;
    text-decoration: none;
}

.layout-editor-container .dropdown-menu {
    max-width: 300px;
}

.sidebar .layout-editor-container .btn-link .ph {
    font-size: 16px;
}

.panel .layout-editor-container {
    text-align: right;
}

.panel-heading .layout-editor-container {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.panel-summary .panel-heading .layout-editor-container {
    position: unset;
    top: unset;
    margin-right: 5px;
    transform: none;
}

@media screen and (min-width: 768px) {
    .layout-editor-container {
        opacity: 0;
    }

    .layout-editor-container.open {
        opacity: 1;
    }

    table thead:hover .layout-editor-container {
        opacity: 1;
    }

    .panel-heading .layout-editor-container {
        right: 20px;
    }

    .panel-heading:hover .layout-editor-container {
        opacity: 1;
    }

    .sidebar .panel-group:hover .layout-editor-container {
        opacity: 1;
        z-index: auto;
    }

    .sidebar-header:hover .layout-editor-container {
        opacity: 1;
    }

    .anchor-nav-container .layout-editor-container {
        opacity: 1;
    }
}

.dashlet-body {
    position: relative;
}

.dashlet-body .panel-scroll {
    position: sticky;
    bottom: -14px;
    left: 0;
    right: 0;
}

.dashlet-body .list-container {
    height: 100%;
}

.dashlet-body .list-container > .list {
    display: block;
    min-height: 100%;
}

.dashlet.panel .list > table.table.full-table td.cell[data-name="buttons"]:not(.fixed-button) {
    padding-right: 0 !important;
}

.navbar-favorites {
    display: flex;
    height: 100%;
    align-items: stretch;
    margin-left: 10px;
    position: relative;
    flex: 1;
}

.navbar-favorites > .favorites-wrapper {
    overflow: hidden;
}

.favorites-wrapper > ul.favorites-items {
    height: 100%;
    display: inline;
}

.navbar-favorites ul.favorites-items li {
    height: 100%;
    max-width: 200px;
    display: block;
}

.navbar-favorites > * {
    height: 100%;
}

.navbar .favorite .favorite-icon {;
    margin-right: 10px;
}

.navbar .favorite .label-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.favorites-wrapper > ul.favorites-items .favorite {
    font-size: 1.1em;
}

.navbar-favorites .favorite,
.favorites-dropdown .favorite {
    cursor: pointer;
    transition: background-color .3s;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    color: var(--toolbar-font-color);
    text-decoration: none;
}

.navbar-favorites .favorite.active,
.navbar-favorites .favorite.active:hover {
    color: #06c !important;
}

.navbar-favorites ul.favorites-items .favorite.active:before,
.favorites-dropdown ul.favorites-items .favorite.active:before {
    content: '';
    display: block;
    background-color: #06c;
    position: absolute;
}

.favorites-wrapper > ul.favorites-items .favorite.active:before {
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.navbar-favorites .favorite:not(.active):hover,
.favorites-dropdown .favorite:not(.active):hover {
    background-color: rgba(0, 0, 0, .05);
}

#navbar .nav.navbar-nav.navbar-right > li.dropdown.favorites {
    position: relative;
}

.favorites-dropdown {
    padding: 7px 15px 15px;
}

.favorites-dropdown,
.favorites-dropdown span,
.favorites-dropdown ul .favorite .favorite-icon {
    color: #000;
}

.favorites-dropdown ul {
    margin: 0 -15px;
    list-style: none;
    padding: 0;
}

.favorites-dropdown ul li {
    display: flex;
    max-width: 300px;
    justify-content: space-between;
    position: relative;
}

.favorites-dropdown ul .favorite {
    padding: 6px 12px 6px 15px;
    width: 100%;
}

.favorites-dropdown ul .favorite .full-label {
    margin-right: 15px;
}

.favorites-dropdown ul .quick-create {
    padding: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 5px;
    top: 7px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0.1);
    transition: background-color .2s;
    margin: 0 0 0 auto;
    visibility: hidden;
    pointer-events: none;
}

.favorites-dropdown ul .quick-create:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.favorites-dropdown ul li:hover .quick-create {
    visibility: visible;
    pointer-events: all;
}

.favorites-dropdown ul .favorite .favorite-icon {
    width: 18px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    filter: brightness(0) !important;
}

.favorites-dropdown ul .favorite.active:before {
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
}

.favorites-dropdown .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.favorites-dropdown .header .configure-btn {
    cursor: pointer;
    font-size: 18px !important;
}

.anchor-nav-container .cursor-pointer {
    margin-top: -5px;
}

.navbar .cursor-pointer {
    cursor: pointer;
}

.favorites-dropdown .divider {
    margin: 7px -15px 10px;
}

.favorites-wrapper > ul.favorites-items:before,
.favorites-wrapper > ul.favorites-items:after {
    content: none;
}

.favorites-wrapper .favorite-arrow:first-child {
    display: none;
}

@media (max-width: 768px) {
    .navbar-favorites {
        display: none;
    }
}

table .cell .icons-container > * {
    color: var(--label-color);
    padding-left: 4px;
}

table .cell .icons-container > *:first-child {
    padding-left: 0;
}

table .cell > .file-link .icons-container > *:first-child {
    padding-left: 2px;
}

.modal .panel.layout-customization {
    margin-bottom: 0;
}

.modal .panel.layout-customization #layout .well {
    max-height: 80vh !important;
}

#layout .rows-wrapper {
    margin-top: 10px;
}

.tippy-box {
    background-color: #fff !important;
    color: #000 !important;
    padding: 0;
    font-size: 13px !important;
    border: 1px solid var(--primary-border-color) !important;
}

.tippy-arrow {
    color: #fff !important;
}

.tippy-footer {
    border-top: 1px solid #dcdcdc52;
    display: block;
    margin-top: 3px !important;
    padding-top: 2px;
    margin-left: -9px;
    margin-right: -9px;
    padding-left: 9px;
    padding-right: 9px;
}

.cell label .label-text[data-tippy=true] {
    border-bottom: 1px dotted var(--primary-border-color);
}

a[data-attr-tooltip=true][data-tippy=true] {
    text-decoration: dotted underline;
}

a[data-attr-tooltip=true][data-tippy=true]:hover {
    text-decoration: solid underline;
}

.pressable-icon {
    cursor: pointer;
}

.highlighted-required {
    background-color: var(--highlighting-color-for-required);
}

.highlighted-qc {
    background-color: var(--highlighting-color-for-data-quality);
}

.highlighted-qc.qc-failed {
    background-color: var(--highlighting-color-for-qc-failed);
}

.panel-stream .btn.post,
.panel-stream .btn.discussion {
    border-radius: 3px;
}

.panel-stream .header {
    width: 100%;
    border-bottom: 1px solid #e8eced;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.panel-stream .header .filter {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.panel-stream .header .filter .filter-item {
    border: 1px solid transparent;
    color: var(--primary-font-color);
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1;
}

.panel-stream .header .filter .filter-item:hover, .panel-stream .header .filter .filter-item:focus {
    text-decoration: none;
}

.panel-stream .header .filter .filter-item.active {
    border: 1px solid rgb(126 183 241);
    border-radius: 5px;
    background-color: rgba(126, 183, 241, 0.25);
}

.panel-stream .header .filter .filter-item:hover {
    border: 1px solid rgb(126 183 241);
    border-radius: 5px;
    background-color: rgba(126, 183, 241, 0.1);
}

.panel-stream .header .filter .filter-item.disabled {
    cursor: crosshair;
}

.panel-stream .header .filter .filter-item.disabled:hover {
    border: 1px solid transparent;
    background-color: transparent;
}

.modal-dialog .main-content {
    display: flex;
    border-radius: inherit;
}

.modal-dialog .main-content .middle-content {
    flex: 1;
    min-width: 0;
    border-bottom-left-radius: inherit;
}

.modal-dialog .main-content .middle-content .list > table {
    table-layout: auto;
}

.modal-footer .btn-group .btn {
    border-radius: 3px;
}

.modal-footer .btn-group .btn:not(:last-child) {
    margin-right: 10px;
}

.modal-footer #compare-button-container button:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-footer #compare-button-container button:last-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
}

.modal-dialog .main-content .modal-footer {
    align-items: center;
}

.modal-dialog .right-content {
    position: relative;
    border-bottom-right-radius: inherit;
    overflow: hidden;
}

.cell label .label-text a {
    color: var(--label-color);
}

.cell label .label-text a:hover, .cell label .label-text a:focus {
    color: var(--label-color);
    text-decoration: none;
}

.component-summary {
    display: inline-flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4px;
}

.component-summary > .item {
    padding: 3px 6px;
    border-radius: 4px;
    border: 1px solid var(--primary-border-color);
    font-size: 12px;
    background: #fff;
    cursor: pointer;
}

.cell[data-name="accessData"] .scope-access-data, .cell[data-name="accessData"] .scope-field-access-data {
    display: inline-flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4px;
}

.cell[data-name="accessData"] .scope-field {
    margin-left: 10px
}

.cell[data-name="accessData"] .scope-field:not(:first-child) {
    margin-top: 5px
}

.cell[data-name="accessData"] .scope-field-access-data {
    margin-left: 5px
}

.cell[data-name="accessData"] .access-item {
    padding: 3px 6px;
    border-radius: 4px;
    border: 1px solid var(--primary-border-color);
    font-size: 12px;
    background: #fff;
}

.cell[data-name="accessData"] .scope-fields-access-data {
    margin-top: 15px
}

.cell[data-name="accessData"] .scope-access-data .access-item {
    font-size: 13px;
}

.user-tooltip-inner {
    padding: 5px;
    min-width: 200px;
}

.user-tooltip-inner > .top {
    display: flex;
    gap: 20px;
}

.user-tooltip-inner > .top img.avatar {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
}

.user-tooltip-inner > .top .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    word-break: break-all;
}

.user-tooltip-inner > .top .username {
    font-size: 12px;
    color: #7c848b;
    margin-top: 2px;
    word-break: break-all;
}

.user-tooltip-inner > table {
    margin-top: 20px;
    table-layout: auto;
    border-collapse: separate;
    width: 100%;
    border: 1px solid var(--primary-border-color);
    border-radius: 3px;
}

.user-tooltip-inner > table td {
    min-width: 80px;
    padding: 5px 10px;
    border-left: 1px solid var(--primary-border-color);
    border-top: 1px solid var(--primary-border-color);
    word-break: break-all;
}

.user-tooltip-inner > table tr:first-child td {
    border-top: 0;
}

.user-tooltip-inner > table tr td:first-child {
    border-left: 0;
}

.range-container, .datetime-container {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.datetime-container > .input-group {
    flex: 1;
    min-width: 0;
}

.modal-body > .rebuild-db-container {
    height: 100%;
    padding-top: 20px !important;
}

.modal-body > .list-buttons-container {
    position: sticky;
    left: 0;
    z-index: 10;
}

.list-buttons-container {
    margin: 10px 0;
}

.list-container.for-tree-view > .list-buttons-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
}

.list-container.for-tree-view > .list-buttons-container .counters-container {
    margin: 0 0 0 auto;
}

.list-container.for-tree-view > .records-tree {
    margin: 0 20px;
}

.modal.custom-download .modal-dialog {
    margin: 0 auto;
}

.matched-record-status-group {
    margin-top: 5px;
}

.matched-record-item {
    padding: 2px 0;
}

.matched-record-item-score {
    width: 2.5em;
    display: inline-block;
    text-align: right;
    margin-right: 8px;
    font-size: 13px;
}

.matched-record-status-group-title {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #bbb;
}

.matched-record-status-group-title:after {
    content: "";
    display: inline-block;
    height: 1px;
    background: #ddd;
    flex: 1;
    margin-left: 10px;
}

.matched-record-item-actions .dropdown-toggle {
    padding: 0;
}

.matched-record-item .matched-record-link {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 2.5em - 35px);
    vertical-align: middle;
}

.list .conditions-container:not(:last-child) {
    margin-bottom: 10px;
}

.list .conditions-container summary {
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.list .conditions-container summary::before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z'%3E%3C/path%3E%3C/svg%3E");
    background-color: currentColor;
    margin-right: 5px;
    flex-shrink: 0;
}

.list .conditions-container[open] summary {
    margin-bottom: 5px;
}

.list .conditions-container[open] summary::before {
    transform: rotate(90deg);
}

.list .conditions-container[open] summary + .conditions {
    margin-inline-start: 5px;
    font-size: 13px;
    line-height: 16px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 5px;
}

#title-bar {
    display: none;
    app-region: drag;
    text-align: right;
    background-color: var(--toolbar-background-color);
    color: var(--toolbar-font-color);
}

#title-bar .title-container {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 8px;
    gap: 10px;
    max-width: 50%;
}

#title-bar .title-container .title {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#title-bar .icons-container {
    position: relative;
    width: 18px;
    height: 18px;
    app-region: no-drag;
    flex-shrink: 0;
}

#title-bar .icons-container img {
    display: block;
    width: 100%;
    height: 100%;
}

#title-bar .icons-container a {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    line-height: 0;
    color: var(--toolbar-font-color);
}

#title-bar .icons-container a > i {
    font-size: 18px;
}

#title-bar .icons-container:hover img {
    display: none;
}

#title-bar .icons-container:hover a {
    display: block;
}

#title-bar .buttons-container {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    padding-left: 8px;
}

#title-bar .buttons-container:before {
    content: '';
    display: block;
    width: 1px;
    height: 55%;
    background-color: var(--primary-border-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#title-bar button {
    app-region: no-drag;
    border: 0;
    height: 100%;
    color: inherit;
}

#title-bar button:not(:hover):not(:focus):not(:active) {
    background: transparent;
}

#title-bar button:hover,
#title-bar button:focus {
    background: rgba(0, 0, 0, 0.05);
}

#title-bar button:active {
    background: rgba(0, 0, 0, 0.08);
}

#title-bar button i {
    font-size: 18px;
}

.hide-title-bar .modal-dialog {
    margin: 0 auto;
    max-width: 500px;
}

.hide-title-bar .modal-body {
    padding: 20px;
    background: #fafafa;
}

.hide-title-bar .modal-body img {
    margin: 20px auto;
    display: block;
    max-width: 100%;
}

@media (display-mode: window-controls-overlay) {
    body {
        padding-top: env(titlebar-area-height, 30px);
    }

    #title-bar {
        display: flex;
        gap: 10px;
        position: fixed;
        top: env(titlebar-area-y);
        left: env(titlebar-area-x);
        height: env(titlebar-area-height, 30px);
        width: env(titlebar-area-width, 100%);
        z-index: 10000;
    }

    .modal {
        top: 80px;
    }


    #header ul.tabs {
        height: calc(100vh - 155px);
    }
}

.compare-records .hidden-cell {
    display: none !important;
}

.compare-records thead tr th[colspan="*"] {
    text-align: center;
}

.fields-compare-panel {
    background-color: #fff;
}

.compare-records .fields-compare-panel {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

.compare-records .compare-panel, .compare-entities .compare-panel  {
    background-color: white;
    min-width: 100%;
    padding: 0;
}

.compare-records .compare-panel table td, .compare-panel table th {
    max-width: 300px;
}

.compare-records .file-link {
    white-space: normal;
}

.compare-records .compare-panel table col.col-min-width {
    min-width: 250px;
}

.compare-records .compare-panel table > tbody > tr.danger {
    background-color: #fff0f0;
}

.compare-records .compare-panel table tbody tr.danger td:first-child:before {
    content: '';
    position: absolute;
    height: 100%;
    left: -1px;
    top: 0;
    display: block;
    width: 4px;
    background-color: red;
}

.compare-records .compare-panel table tbody tr.danger > td {
    background-color: transparent;
}

.compare-records th span.danger {
    color: red;
}

.compare-records .compare-panel .panel-body {
    padding: 0 0 0 0 !important;
}

.compare-entities .list > table thead {
    background-color: #fafafa;
}

.compare-records .compare-panel .table {
    table-layout: fixed;
}

.compare-records .compare-panel tr td:first-child {
    min-width: 250px !important;
}

.compare-records .compare-panel tr td:first-child div.field-name span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.compare-records .compare-panel tr.panel-title > td {
    border-left-color: transparent;
    border-right-color: transparent;
}

.compare-records .compare-panel tr td:first-child div.field-name span sup {
    color: #333;
}

.compare-records .compare-panel tr td {
    min-width: 150px;
}

.compare-records .compare-panel .attachment-preview a {
    display: flex;
    justify-content: center;
}

.compare-records table tbody tr.strong-border td {
    border-top: 2px dotted rgba(0, 0, 0, 0.3);
}

.compare-records [data-name="relationshipsPanels"] table {
    table-layout: auto;
}

.compare-records.detail .button-container {
    padding: 10px !important;
}

.compare-records .compare-panel .center-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0 !important;
    height: 100%;
}

.compare-records .compare-panel table td.cell {
    overflow: inherit;
    position: relative;
    word-break: break-all;
}

.compare-records tr.matched-score-row {
    background-color: white;
}

.compare-records tr.matched-score-row th:hover {
    background-color: white !important;
}

.compare-panel table > tbody > tr > td {
    border-color: transparent;
}

.compare-panel table > tbody > tr > td:not(:first-child) {
    border-left-color: #e8eced;
}

.compare-panel table > tbody > tr:last-of-type > td {
    border-bottom-color: #e8eced;
}

.compare-records .compare-panel table td.cell .field, .compare-records .compare-panel table td div.field-name {
    display: flex !important;
    align-items: center;
    text-align: center;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare-records[data-mode="merge"] .compare-panel table td.cell .field:not(:has( input[type="checkbox"])):has(input) {
    justify-content: flex-end;
}

.fields-compare-panel  table tr td,
.fields-compare-panel .list-container > .list > table tr td.cell:not([width]):not([data-name=r-checkbox]):not([data-name=buttons]) {
    height: 45px;
}

.fields-compare-panel  .list-container > .list > table tr td.cell:not(:first-child) input[type="checkbox"] {
    margin: 0;
}

.compare-records[data-mode="merge"] .fields-compare-panel table tr td {
    height: 42px;
}

.compare-records .compare-panel table tr td div.field, .compare-records .compare-panel table td div.field-name {
    height: 100%;
}

.compare-records .compare-panel table tr td.cell.no-center .field {
    text-align: initial !important;
}

.compare-records .compare-panel table td.cell .field .selectize-control {
    text-align: initial;
}

.compare-records .compare-panel .list-container > .list > table tr td.cell div.inline-actions {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1000;
}

.compare-records .compare-panel .list-container > .list > table tr td.cell[data-mode=edit] div.inline-actions {
    display: none !important;
}

.compare-panel table th {
    position: relative;
}

.compare-panel table th input[type="checkbox"].compare-header-checkbox {
    position: absolute !important;
    top: 1.25rem !important;
    left: 1rem;
    margin: 0;
    z-index: 1;
}


.compare-records .compare-panel table td.cell .inline-actions .ph,
.compare-panel table th div.inline-actions .list-row-buttons .ph {
    font-size: 14px;
}

.compare-panel table th .inline-actions li .ph {
    margin-inline-end: .3em;
}

.compare-records .compare-panel table td.cell:first-child {
    overflow: hidden;
}

.compare-records .compare-panel .panel-default > .panel-heading {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.compare-records .compare-panel .panel-default > .panel-heading .panel-title {
    font-weight: bold;
}

.compare-records tr.panel-title td {
    background-color: #fff;
}

.compare-records table thead {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.compare-records table tr th,
.compare-entities table tr th {
    border-right-color: transparent;
    vertical-align: middle;
    text-align: center;
}

.compare-records table tr th:first-child,
.compare-entities table tr th:first-child {
    border-left-color: transparent;
}

.compare-records table tr th,
.compare-records table tr td:first-child {
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.compare-records table tr th,
.compare-entities table tr th {
    max-width: 22em;
    overflow: hidden;
}

.compare-records table tr th,
.compare-entities table tr th,
.compare-records table tr th a,
.compare-entities table tr th a {
    color: black;
}

.compare-records table tr th:first-child,
.compare-records table tr th > a,
.compare-entities table tr th > a {
    font-weight: 500;
}

.compare-records table tr th > a,
.compare-entities table tr th > a {
    display: inline-block;
    max-width: 22em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.compare-records table tr th.confirmed,
.compare-records table tr th.golden {
    position: relative;
}

.compare-records table tr th.confirmed:before,
.compare-records table tr th.golden:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    height: 3px;
}

.compare-panel table .matched-score-row th i {
    font-size: 14px;
    color: var(--label-color);
}

.compare-panel table .matched-score-row th i.autoconfirmed {
    position: absolute;
    top: 0.25em;
    right: 0.5em;
}

.compare-panel table .matched-score-row th i.entity-role-icon {
    position: absolute;
    top: 0.25em;
    left: 0.5em;
}

.compare-records table tr th.confirmed:before {
    background-color: #06c;
}

.compare-records table tr th.golden:before {
    background-color: #daa520;
}

.compare-records table tr .merge-radio {
    padding-left: 15px;
    padding-right: 15px;
    width: 50px;
    min-width: 0 !important;
}

.compare-records .panel-title .panel-title-text {
    margin-left: -10px;
    margin-top: 15px;
    background-color: #888;
    color: #fff;
    font-size: 12px;
}

.compare-records .panel-title .layout-editor-container {
    vertical-align: middle;
    margin-left: 5px;
}

.compare-records .panel-title:hover .layout-editor-container {
    opacity: 1;
}

.compare-entities table tr.list-row.danger {
    background-color: #fff0f0;
}

.compare-entities .fields-compare-panel,
.compare-entities .compare-panel,
.compare-entities .compare-panel > .panel > .panel-body {
    padding: 0;
}

.compare-records .overlay, .compare-entities .overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay > .overlay-logo {
    position: relative;
    z-index: 102;
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay > .overlay-logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 9px solid rgb(180 180 180);
    border-bottom-color: #fff;
    animation: overlay-logo-spinner 2s linear infinite;
    background: rgba(180, 180, 180, 0.7);
}

.overlay > .overlay-logo > img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    position: relative;
    opacity: 0.6;
}

@keyframes overlay-logo-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.compare-entities,
.compare-records {
    padding: 0 8px;
}

.compare-entities {
    height: calc(100vh - 250px);
}

.compare-entities .panel-body > div > .list > table td:first-child {
    padding-left: 5px !important;
}

.compare-entities .panel-body > div > .list > table td > .record-content > .detail {
    margin: -8px -5px;
}

.compare-entities .list > table tbody tr:not(.active-dropdown):hover {
    background-color: transparent;
}

.compare-entities .compare-panel table col.col-min-width{
    min-width: 350px;
}

.compare-entities .middle .panel-heading {
    display: none;
}

.compare-entities .form-group[data-name="files"] > label {
    display: block;
}

.compare-entities table tr.list-row, .compare-entities table td .side-view {
    height: calc(100vh - 400px);
    overflow-y: auto;
    overflow-x: hidden;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
}

.cards-container > .card {
    display: block;
    padding: 10px;
    color: var(--primary-font-color);
    text-decoration: none;
    background-color: #fcfcfc;
    border-radius: 5px;
    border: 1px solid var(--primary-border-color);
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards-container > .card.entity-card {
    display: flex;
    align-items: center;
}

.cards-container > .card:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.cards-container > .card .icon {
    margin-inline-end: 10px;
}

.cards-container > .card img.icon {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.cards-container > .card i.icon {
    font-size: 23px;
}

.cards-container > .card .title {
    font-weight: 500;
    vertical-align: middle;
}

.cards-container > .card.entity-card .title {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cards-container > .card .description {
    display: block;
    margin-top: 10px;
}

.cards-container.first-steps-dashlet > .card.completed {
    opacity: 0.5;
}

.cards-container.first-steps-dashlet > .card.completed:hover {
    opacity: 1;
}

.list-container table {
    border-collapse: separate;
}

.list-container > .list[data-editable=true] > table tr td.cell:not([data-name=r-checkbox]):not([data-name=buttons]):not([data-readonly])  {
    position: relative;
}

.list-container > .list[data-editable=true] > table tr td.cell:not([data-readonly]):not([data-mode=edit]):not([data-no-load]) > div:not(.inline-actions):not(.btn-group):not(.list-row-buttons):hover,
.compare-records .compare-panel table tr td.cell:not(:first-child):not([data-mode=edit]):hover,
.compare-records .compare-panel table tr td.cell:not([data-readonly]):not([data-mode=edit]) > .field:hover,
.compare-records .compare-panel table tr th:not(:first-child):hover,
.compare-entities .compare-panel table tr th:hover,
.compare-panel table tr th:has(.inline-actions.open) {
    background-color: var(--field-inline-edit-color);
}

.list-container > .list[data-editable=true] > table tr td.cell:not([data-mode=edit]) {
    padding: 5px 10px;
}

.list-container > .list[data-editable=true] > table tr th {
    padding-left: 10px;
    padding-right: 10px;
}

.list-container > .list[data-editable=true] > table tr th .layout-editor-container {
    padding: 0 5px;
    text-align: right;
}

.list-container > .list[data-editable=true] > table tr td.cell:not([data-mode=edit]):first-child {
    padding-left: 10px;
}

@media screen and (min-width: 768px) {
    .list-container > .list[data-editable=true] > table tr td.cell:not([data-mode=edit]):first-child {
        padding-left: 20px;
    }

    .modal-body .list-container > .list[data-editable=true] > table tr th:first-child {
        padding-left: 20px;
    }
}

.list-container > .list[data-editable=true] > table tr td.cell[data-mode=edit] > div .selectize-input {
    min-height: 29px;
}

.list-container > .list[data-editable=true] > table tr td.cell div.inline-actions,
.compare-records .compare-panel table tr td.cell div.inline-actions,
.compare-panel table th div.inline-actions {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 9;
    padding: 0;
    background-color: transparent;
}

.compare-panel table th div.inline-actions,
.compare-panel table th div.inline-actions {
    top: 5px;
    right: 5px;
    display: none;
}

.compare-panel table th:hover .inline-actions,
.compare-panel table th .inline-actions:has(.list-row-buttons.open) {
    display: flex;
}

.list-container > .list[data-editable=true] > table tr td.cell div.inline-actions > a,
.compare-records .compare-panel table tr td.cell div.inline-actions > a,
.compare-panel table th div.inline-actions .list-row-buttons button,
.compare-panel table th div.inline-actions .list-row-buttons.open button.btn-link {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 1px 3px;
}

.list-container > .list[data-editable=true] > table tr td.cell .form-control.selectize-control {
    min-width: 0;
}

.list-container > .list[data-editable=true] > table tr td.cell:not(:first-child) input[type="checkbox"] {
    margin: 4px 0 0;
}

.list-container > .list[data-editable=true] > table tr td.cell:first-child:has(input[type="checkbox"]),
.list-container > .list[data-editable=true] > table tr > td.cell {
    vertical-align: middle;
}

.list-container > .list[data-editable=true] > table tr td.cell[data-name=tag] {
    line-height: initial !important;
}

.list-container > .list[data-editable=true] > table tr td.cell:not([data-mode=edit]):not([data-readonly=true]):not([data-visible=false]):not([data-readonly]):not([data-name=r-checkbox]):not([data-name=buttons]):not([data-name=table-spacer]):not([data-name="draggableIcon"]):hover {
    background-color: var(--field-inline-edit-color);
}

.list-container > .list[data-editable=true] > table tr td.cell[data-visible=false] > * {
    display: none !important;
}

.list-container > .list[data-editable=true] > table tr td.cell[data-mode=edit],
.compare-records .compare-panel table tr td.cell[data-mode=edit] {
    padding: 5px;
    background-color: #fff;
}

.list-container > .list[data-editable=true] > table tr td.cell[data-mode=edit],
.compare-records:not([data-mode=merge]) .compare-panel table tr td.cell[data-mode=edit] {
    border-color: #06c;
}

.list-container > .list[data-editable=true] > table tr td.cell.has-error[data-mode=edit],
.compare-records:not([data-mode=merge]) .compare-panel table tr td.cell.has-error[data-mode=edit] {
    border-color: #a94442;
}

.list-container > .list[data-editable=true] > table tr td.cell[data-mode=edit]:first-child {
    padding-left: 15px !important;
}

.list-container > .list[data-editable=true] > table tr td.cell[data-mode=edit] :where(textarea, .input-group:not(.unit-group), input:not([type=radio]):not([type=checkbox]), .selectize-input),
.compare-records .compare-panel table tr td.cell[data-mode=edit] :where(textarea, .input-group:not(.unit-group), input:not([type=radio]):not([type=checkbox]), .selectize-input) {
    border-bottom: 0;
}

.list-container > .list[data-editable=true] > table tr td.cell[data-mode=edit] :where(textarea, input:not([type=radio]):not([type=checkbox]), .selectize-input) {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.list-container > .list[data-editable=true] > table tr td.cell[data-mode=edit] .selectize-input {
    padding-top: 3px;
    padding-bottom: 3px;
}

.list-container > .list[data-editable=true] > table tr td.cell[data-mode=edit] > div > input[type="checkbox"]:first-child {
    margin-left: 5px;
}

.compare-entities .detail > .overview {
    min-height: 0;
}

.compare-entities .bottom .panel-body {
    padding: 0 20px;
}

.compare-entities .bottom .panel {
    margin-bottom: 15px;
}

.record .compare-entities .bottom .middle {
    margin-bottom: 0;
}

.compare-entities .bottom .records > .row {
    margin: 0;
    padding-top: 20px;
}

.compare-entities .bottom .panel-heading .layout-editor-container {
    right: 0;
}

.compare-entities .bottom .records > .row.not-first {
    border-top: 2px dotted var(--primary-border-color);
}

.compare-entities .list-row .record-content > div.detail {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.compare-entities .bottom-layout-bottoms .layout-editor-container {
    opacity: 1;
    text-align: center;
}

.compare-entities .bottom-layout-bottoms {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.55);
}

.compare-entities .bottom-layout-bottoms .layout-editor-container .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 16px;
    background-color: transparent;
}

.compare-entities .bottom-layout-bottoms .layout-editor-container i {
    font-size: 16px;
}

body > .error-container {
    width: 100%;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/?entryPoint=background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body > .error-container > .error-panel {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 15px 30px;
    box-shadow: 0 -8px 10px -10px;
    max-width: 550px;
}

body > .error-container .logo {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-top: 2em;
}

body > .error-container .logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

body > .error-container .error-content {
    margin: 2em 0;
}

body > .error-container .error-content h1 {
    margin: 25px 0;
}

body > .error-container .error-content .error-code {
    margin-top: 1em;
    color: #888;
}

body > .error-container .error-links {
    margin-top: 4em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em 2em;
    justify-content: space-evenly;
}

body > .error-container .error-links a {
    font-size: 12px;
    color: #888;
}

.header-buttons .selection-view-switcher + .selection-view-switcher {
    margin-left: -11px;
}

.header-buttons .selection-view-switcher:not(:last-of-type):not(:first-of-type) {
    border-radius: 0;
}

.header-buttons .selection-view-switcher:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header-buttons .selection-view-switcher:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dashlet-body .table > tbody > tr:not(.ui-sortable-helper) > td.cell:not([width]):not([data-name=r-checkbox]):not([data-name=buttons]):not([data-name="draggableIcon"]),
.list-container.sharing-panel .table > tbody > tr:not(.ui-sortable-helper) > td.cell:not([width]):not([data-name=r-checkbox]):not([data-name=buttons]):not([data-name="draggableIcon"]) {
    min-width: auto;
}

.preview-button-container {
    margin-top: 20px;
    padding: 0 20px;
    text-align: right;
    width: 100%;
    position: sticky;
    left: 0;
    right: 0;
}

.is-value-locked {
    opacity: 0.7;
}

.toast-text > .stream-head-container {
    padding: 0;
}