:root {
    --font-default-color: #040A1E;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: Instrument Sans, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    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 silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    font-size: 14px;
    line-height: 19px;
    color: var(--font-default-color);
    background-color: #fff
}

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

a {
    color: #1e90bf
}

a:focus,
a:hover {
    color: #1b7fa9;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f5f8f4
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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.1;
    color: inherit
}

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

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

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

.text-primary {
    color: #FE8523
}

.text-secondary {
    color: #777777
}

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

.text-success {
    color: #22b63a
}

a.text-success:focus,
a.text-success:hover {
    color: #1a8b2c
}

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #843534
}

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

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

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #f5f8f4
}

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

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

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

.list-inline {
    margin-left: -5px
}

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

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

dd,
dt {
    line-height: 19px
}

dt {
    font-weight: 700
}

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[data-original-title],
abbr[title] {
    cursor: help
}

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f5f8f4
}

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

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

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

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

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

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

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

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: #fff
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ebefeb
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 19px;
    vertical-align: top;
    border-top: 1px solid #ccc
}

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

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

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

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

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

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

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

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

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f2f2f2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #272d2d;
    border-bottom: 1px solid #e5e5e5
}

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

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

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

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

input[type=file] {
    display: block
}

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

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

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

output {
    padding-top: 5px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: var(--font-default-color)
}

.form-control {
    width: 100%;
    height: 30px;
    padding: 4px;
    background-color: #fafbfd;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #1e90bf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6)
}

.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #ccc
}

.form-control::-webkit-input-placeholder {
    color: #ccc
}

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

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

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

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

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

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

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

.form-group {
    margin-bottom: 15px
}

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

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

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

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

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

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

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

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

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

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

.input-sm {
    height: 180px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px
}

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

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

.form-group-sm .form-control {
    height: 180px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px
}

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

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

.form-group-sm .form-control-static {
    height: 180px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 14px
}

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

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

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

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

.has-success .form-control {
    border-color: #22b63a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #1a8b2c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #5de173;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #5de173
}

.has-success .input-group-addon {
    color: #22b63a;
    background-color: #eefcef;
    border-color: #22b63a
}

.has-success .form-control-feedback {
    color: #22b63a
}

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

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

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

.has-warning .form-control-feedback {
    color: #8a6d3b
}

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

.has-error .form-control {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #5f2626;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0605e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0605e
}

.has-error .input-group-addon {
    color: #843534;
    background-color: #fee;
    border-color: #843534
}

.has-error .form-control-feedback {
    color: #843534
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

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

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

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

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

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 5px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 4px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--font-default-color);
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn-default {
    color: var(--font-default-color);
    background-color: #f1f1f1;
    border-color: rgba(0, 0, 0, .1)
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    color: var(--font-default-color);
    background-color: #d8d8d8;
    border-color: rgba(0, 0, 0, .1)
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: var(--font-default-color);
    background-color: #d8d8d8;
    background-image: none;
    border-color: rgba(0, 0, 0, .1)
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: var(--font-default-color);
    background-color: #c6c6c6;
    border-color: rgba(0, 0, 0, .1)
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #f1f1f1;
    border-color: rgba(0, 0, 0, .1)
}

.btn-default .badge {
    color: #f1f1f1;
    background-color: var(--font-default-color)
}

.btn-primary {
    color: #fff;
    background-color: #FE8523;
    outline: none !important;
    border-color: rgba(0, 0, 0, .1)
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #f27910;
    border-color: rgba(0, 0, 0, .1)
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f27910;
    background-image: none;
    border-color: rgba(0, 0, 0, .1)
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #d3680b;
    border-color: rgba(0, 0, 0, .1)
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #FE8523;
    border-color: rgba(0, 0, 0, .1)
}

.btn-primary .badge {
    color: #FE8523;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

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

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

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

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

.btn-link {
    font-weight: 400;
    color: #1e90bf;
    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;
    box-shadow: none
}

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

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

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

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px
}

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-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
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #1e90bf;
    text-decoration: none;
    background-color: var(--font-default-color)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #1e90bf;
    text-decoration: none;
    background-color: var(--font-default-color);
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #bfbfbf
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 19px;
    color: #ebefeb;
    white-space: nowrap
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

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

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

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

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

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

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

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

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

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

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

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

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

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

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

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

.input-group-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: 6px
}

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
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.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: 180px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px
}

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

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

.input-group-addon {
    padding: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--font-default-color);
    text-align: center;
    background-color: #f5f8f4;
    border: 1px solid #d5d5d5;
    border-radius: 4px
}

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

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

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

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

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

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

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

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

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

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

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

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

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

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

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

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

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

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f5f8f4;
    border-color: #1e90bf
}

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

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

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

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

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

.nav-tabs>li>a:hover {
    border-color: #f5f8f4 #f5f8f4 #ddd
}

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

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

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

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

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

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

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

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

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #FE8523
}

.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 {
    margin-bottom: 5px;
    text-align: center
}

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

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

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

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

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

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

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

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

@media (max-device-width:480px) and (orientation:landscape) {

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

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        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
}

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

@media (min-width:768px) {

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

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

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

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

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

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

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

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

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

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

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

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

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

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

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

    .navbar-nav>li {
        float: left
    }

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

.navbar-form {
    padding: 10px 15px;
    margin: 10px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

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

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

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

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

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

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

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

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

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

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

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

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

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

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

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

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

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

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

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

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

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

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

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

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

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

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

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

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

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

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

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

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

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

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

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

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

.navbar-inverse {
    background-color: var(--font-default-color);
    border-color: #080808
}

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

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

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #fff
}

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

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

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

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

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

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

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

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

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

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

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #ebefeb
}

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

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 4px;
    margin-left: -1px;
    line-height: 19px;
    color: #1e90bf;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

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

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

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

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

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #ebefeb;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

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

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

.pager li {
    display: inline
}

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

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

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

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

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

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

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

.label:empty {
    display: none
}

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

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

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

.label-primary {
    background-color: #FE8523;
}

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

.label-success {
    background-color: #5cb85c
}

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

.label-info {
    background-color: #5bc0de
}

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

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

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

.thumbnail .caption {
    padding: 9px;
    color: var(--font-default-color)
}

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

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

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

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: var(--font-default-color);
    background-color: #eefcef;
    border-color: #22b63a
}

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

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

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

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

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

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

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

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: var(--font-default-color);
    background-color: #fee;
    border-color: #ffd5dc
}

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

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

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

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

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

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

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

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

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

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

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

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

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

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

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

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

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

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

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

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

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

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

.list-group-item-success {
    color: #22b63a;
    background-color: #eefcef
}

a.list-group-item-success,
button.list-group-item-success {
    color: #22b63a
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #22b63a;
    background-color: #d8f8db
}

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

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

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

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

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

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

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

.list-group-item-danger {
    color: #843534;
    background-color: #fee
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #843534
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #843534;
    background-color: #ffd5d5
}

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

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

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

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

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

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

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #272d2d;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #272d2d
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #FE8523
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #FE8523;
    border-color: #FE8523
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #FE8523
}

.panel-primary>.panel-heading .badge {
    color: #FE8523;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #FE8523
}

.panel-success {
    border-color: #22b63a
}

.panel-success>.panel-heading {
    color: #22b63a;
    background-color: #eefcef;
    border-color: #22b63a
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #22b63a
}

.panel-success>.panel-heading .badge {
    color: #eefcef;
    background-color: #22b63a
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #22b63a
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ffd5dc
}

.panel-danger>.panel-heading {
    color: #843534;
    background-color: #fee;
    border-color: #ffd5dc
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffd5dc
}

.panel-danger>.panel-heading .badge {
    color: #fee;
    background-color: #843534
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ffd5dc
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 19px
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

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

@media (min-width:768px) {
    .modal-dialog {
        width: 720px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

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


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #333;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

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

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

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

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

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

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

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

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

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

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

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

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #333;
    border-bottom: 1px solid #262626;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel,
.carousel-inner {
    position: relative
}

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

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: .6s ease-in-out left;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: Instrument Sans, serif;
    line-height: 1
}

.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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.btn {
    font-weight: 700;
    background-image: linear-gradient(180deg, #f5f5f5, #f1f1f1)
}

.btn:hover {
    background-image: none;
    background-color: #fff;
    border-color: rgba(0, 0, 0, .2)
}

.btn.btn-default.active.focus,
.btn.btn-default.active:focus,
.btn.btn-default.focus,
.btn.btn-default:active.focus,
.btn.btn-default:active:focus,
.btn.btn-default:focus {
    outline-color: rgba(0, 0, 0, .2)
}

.btn:not(.btn-sm) {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px
}

.btn-group-sm>.btn:not(.btn-sm) {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px
}

.btn.btn-default.disabled,
.btn.btn-default[disabled],
a.disabled .btn {
    background-color: #f1f1f1;
    border-color: hsla(0, 0%, 5%, .1);
    background-image: linear-gradient(180deg, #fdfdfd, #f9f9f9)
}

.btn.btn-default.disabled.focus,
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled].focus,
.btn.btn-default[disabled]:focus,
.btn.btn-default[disabled]:hover,
a.disabled .btn.focus,
a.disabled .btn:focus,
a.disabled .btn:hover {
    background-color: #d8d8d8;
    border-color: rgba(0, 0, 0, .1)
}

.btn.btn-default.disabled.active,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled].active,
.btn.btn-default[disabled]:active,
.open>.dropdown-toggle.btn.btn-default.disabled,
.open>.dropdown-toggle.btn.btn-default[disabled],
.open>.dropdown-togglea.disabled .btn,
a.disabled .btn.active,
a.disabled .btn:active {
    background-color: #d8d8d8;
    background-image: none;
    border-color: rgba(0, 0, 0, .1)
}

.btn.btn-default.disabled.active.focus,
.btn.btn-default.disabled.active:focus,
.btn.btn-default.disabled.active:hover,
.btn.btn-default.disabled:active.focus,
.btn.btn-default.disabled:active:focus,
.btn.btn-default.disabled:active:hover,
.btn.btn-default[disabled].active.focus,
.btn.btn-default[disabled].active:focus,
.btn.btn-default[disabled].active:hover,
.btn.btn-default[disabled]:active.focus,
.btn.btn-default[disabled]:active:focus,
.btn.btn-default[disabled]:active:hover,
.open>.dropdown-toggle.btn.btn-default.disabled.focus,
.open>.dropdown-toggle.btn.btn-default.disabled:focus,
.open>.dropdown-toggle.btn.btn-default.disabled:hover,
.open>.dropdown-toggle.btn.btn-default[disabled].focus,
.open>.dropdown-toggle.btn.btn-default[disabled]:focus,
.open>.dropdown-toggle.btn.btn-default[disabled]:hover,
.open>.dropdown-togglea.disabled .btn.focus,
.open>.dropdown-togglea.disabled .btn:focus,
.open>.dropdown-togglea.disabled .btn:hover,
a.disabled .btn.active.focus,
a.disabled .btn.active:focus,
a.disabled .btn.active:hover,
a.disabled .btn:active.focus,
a.disabled .btn:active:focus,
a.disabled .btn:active:hover {
    background-color: #c6c6c6;
    border-color: rgba(0, 0, 0, .1)
}

.btn.btn-default.disabled.disabled.focus,
.btn.btn-default.disabled.disabled:focus,
.btn.btn-default.disabled.disabled:hover,
.btn.btn-default.disabled[disabled].focus,
.btn.btn-default.disabled[disabled]:focus,
.btn.btn-default.disabled[disabled]:hover,
.btn.btn-default[disabled].disabled.focus,
.btn.btn-default[disabled].disabled:focus,
.btn.btn-default[disabled].disabled:hover,
.btn.btn-default[disabled][disabled].focus,
.btn.btn-default[disabled][disabled]:focus,
.btn.btn-default[disabled][disabled]:hover,
a.disabled .btn.disabled.focus,
a.disabled .btn.disabled:focus,
a.disabled .btn.disabled:hover,
a.disabled .btn[disabled].focus,
a.disabled .btn[disabled]:focus,
a.disabled .btn[disabled]:hover,
fieldset[disabled] .btn.btn-default.disabled.focus,
fieldset[disabled] .btn.btn-default.disabled:focus,
fieldset[disabled] .btn.btn-default.disabled:hover,
fieldset[disabled] .btn.btn-default[disabled].focus,
fieldset[disabled] .btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default[disabled]:hover,
fieldset[disabled] a.disabled .btn.focus,
fieldset[disabled] a.disabled .btn:focus,
fieldset[disabled] a.disabled .btn:hover {
    background-color: #f1f1f1;
    border-color: hsla(0, 0%, 5%, .1)
}

.btn.btn-default.disabled .badge,
.btn.btn-default[disabled] .badge,
a.disabled .btn .badge {
    color: #f1f1f1
}

.btn.btn-default.disabled:active,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:active,
.btn.btn-default[disabled]:hover,
a.disabled .btn:active,
a.disabled .btn:hover {
    background-color: #f1f1f1;
    border-color: hsla(0, 0%, 5%, .1);
    background-image: linear-gradient(180deg, #fdfdfd, #f9f9f9);
    cursor: default
}

.btn.btn-default.disabled:active.focus,
.btn.btn-default.disabled:active:focus,
.btn.btn-default.disabled:active:hover,
.btn.btn-default.disabled:hover.focus,
.btn.btn-default.disabled:hover:focus,
.btn.btn-default.disabled:hover:hover,
.btn.btn-default[disabled]:active.focus,
.btn.btn-default[disabled]:active:focus,
.btn.btn-default[disabled]:active:hover,
.btn.btn-default[disabled]:hover.focus,
.btn.btn-default[disabled]:hover:focus,
.btn.btn-default[disabled]:hover:hover,
a.disabled .btn:active.focus,
a.disabled .btn:active:focus,
a.disabled .btn:active:hover,
a.disabled .btn:hover.focus,
a.disabled .btn:hover:focus,
a.disabled .btn:hover:hover {
    background-color: #d8d8d8;
    border-color: rgba(0, 0, 0, .1)
}

.btn.btn-default.disabled:active.active,
.btn.btn-default.disabled:active:active,
.btn.btn-default.disabled:hover.active,
.btn.btn-default.disabled:hover:active,
.btn.btn-default[disabled]:active.active,
.btn.btn-default[disabled]:active:active,
.btn.btn-default[disabled]:hover.active,
.btn.btn-default[disabled]:hover:active,
.open>.dropdown-toggle.btn.btn-default.disabled:active,
.open>.dropdown-toggle.btn.btn-default.disabled:hover,
.open>.dropdown-toggle.btn.btn-default[disabled]:active,
.open>.dropdown-toggle.btn.btn-default[disabled]:hover,
.open>.dropdown-togglea.disabled .btn:active,
.open>.dropdown-togglea.disabled .btn:hover,
a.disabled .btn:active.active,
a.disabled .btn:active:active,
a.disabled .btn:hover.active,
a.disabled .btn:hover:active {
    background-color: #d8d8d8;
    background-image: none;
    border-color: rgba(0, 0, 0, .1)
}

.btn.btn-default.disabled:active.active.focus,
.btn.btn-default.disabled:active.active:focus,
.btn.btn-default.disabled:active.active:hover,
.btn.btn-default.disabled:active:active.focus,
.btn.btn-default.disabled:active:active:focus,
.btn.btn-default.disabled:active:active:hover,
.btn.btn-default.disabled:hover.active.focus,
.btn.btn-default.disabled:hover.active:focus,
.btn.btn-default.disabled:hover.active:hover,
.btn.btn-default.disabled:hover:active.focus,
.btn.btn-default.disabled:hover:active:focus,
.btn.btn-default.disabled:hover:active:hover,
.btn.btn-default[disabled]:active.active.focus,
.btn.btn-default[disabled]:active.active:focus,
.btn.btn-default[disabled]:active.active:hover,
.btn.btn-default[disabled]:active:active.focus,
.btn.btn-default[disabled]:active:active:focus,
.btn.btn-default[disabled]:active:active:hover,
.btn.btn-default[disabled]:hover.active.focus,
.btn.btn-default[disabled]:hover.active:focus,
.btn.btn-default[disabled]:hover.active:hover,
.btn.btn-default[disabled]:hover:active.focus,
.btn.btn-default[disabled]:hover:active:focus,
.btn.btn-default[disabled]:hover:active:hover,
.open>.dropdown-toggle.btn.btn-default.disabled:active.focus,
.open>.dropdown-toggle.btn.btn-default.disabled:active:focus,
.open>.dropdown-toggle.btn.btn-default.disabled:active:hover,
.open>.dropdown-toggle.btn.btn-default.disabled:hover.focus,
.open>.dropdown-toggle.btn.btn-default.disabled:hover:focus,
.open>.dropdown-toggle.btn.btn-default.disabled:hover:hover,
.open>.dropdown-toggle.btn.btn-default[disabled]:active.focus,
.open>.dropdown-toggle.btn.btn-default[disabled]:active:focus,
.open>.dropdown-toggle.btn.btn-default[disabled]:active:hover,
.open>.dropdown-toggle.btn.btn-default[disabled]:hover.focus,
.open>.dropdown-toggle.btn.btn-default[disabled]:hover:focus,
.open>.dropdown-toggle.btn.btn-default[disabled]:hover:hover,
.open>.dropdown-togglea.disabled .btn:active.focus,
.open>.dropdown-togglea.disabled .btn:active:focus,
.open>.dropdown-togglea.disabled .btn:active:hover,
.open>.dropdown-togglea.disabled .btn:hover.focus,
.open>.dropdown-togglea.disabled .btn:hover:focus,
.open>.dropdown-togglea.disabled .btn:hover:hover,
a.disabled .btn:active.active.focus,
a.disabled .btn:active.active:focus,
a.disabled .btn:active.active:hover,
a.disabled .btn:active:active.focus,
a.disabled .btn:active:active:focus,
a.disabled .btn:active:active:hover,
a.disabled .btn:hover.active.focus,
a.disabled .btn:hover.active:focus,
a.disabled .btn:hover.active:hover,
a.disabled .btn:hover:active.focus,
a.disabled .btn:hover:active:focus,
a.disabled .btn:hover:active:hover {
    background-color: #c6c6c6;
    border-color: rgba(0, 0, 0, .1)
}

.btn.btn-default.disabled:active.disabled.focus,
.btn.btn-default.disabled:active.disabled:focus,
.btn.btn-default.disabled:active.disabled:hover,
.btn.btn-default.disabled:active[disabled].focus,
.btn.btn-default.disabled:active[disabled]:focus,
.btn.btn-default.disabled:active[disabled]:hover,
.btn.btn-default.disabled:hover.disabled.focus,
.btn.btn-default.disabled:hover.disabled:focus,
.btn.btn-default.disabled:hover.disabled:hover,
.btn.btn-default.disabled:hover[disabled].focus,
.btn.btn-default.disabled:hover[disabled]:focus,
.btn.btn-default.disabled:hover[disabled]:hover,
.btn.btn-default[disabled]:active.disabled.focus,
.btn.btn-default[disabled]:active.disabled:focus,
.btn.btn-default[disabled]:active.disabled:hover,
.btn.btn-default[disabled]:active[disabled].focus,
.btn.btn-default[disabled]:active[disabled]:focus,
.btn.btn-default[disabled]:active[disabled]:hover,
.btn.btn-default[disabled]:hover.disabled.focus,
.btn.btn-default[disabled]:hover.disabled:focus,
.btn.btn-default[disabled]:hover.disabled:hover,
.btn.btn-default[disabled]:hover[disabled].focus,
.btn.btn-default[disabled]:hover[disabled]:focus,
.btn.btn-default[disabled]:hover[disabled]:hover,
a.disabled .btn:active.disabled.focus,
a.disabled .btn:active.disabled:focus,
a.disabled .btn:active.disabled:hover,
a.disabled .btn:active[disabled].focus,
a.disabled .btn:active[disabled]:focus,
a.disabled .btn:active[disabled]:hover,
a.disabled .btn:hover.disabled.focus,
a.disabled .btn:hover.disabled:focus,
a.disabled .btn:hover.disabled:hover,
a.disabled .btn:hover[disabled].focus,
a.disabled .btn:hover[disabled]:focus,
a.disabled .btn:hover[disabled]:hover,
fieldset[disabled] .btn.btn-default.disabled:active.focus,
fieldset[disabled] .btn.btn-default.disabled:active:focus,
fieldset[disabled] .btn.btn-default.disabled:active:hover,
fieldset[disabled] .btn.btn-default.disabled:hover.focus,
fieldset[disabled] .btn.btn-default.disabled:hover:focus,
fieldset[disabled] .btn.btn-default.disabled:hover:hover,
fieldset[disabled] .btn.btn-default[disabled]:active.focus,
fieldset[disabled] .btn.btn-default[disabled]:active:focus,
fieldset[disabled] .btn.btn-default[disabled]:active:hover,
fieldset[disabled] .btn.btn-default[disabled]:hover.focus,
fieldset[disabled] .btn.btn-default[disabled]:hover:focus,
fieldset[disabled] .btn.btn-default[disabled]:hover:hover,
fieldset[disabled] a.disabled .btn:active.focus,
fieldset[disabled] a.disabled .btn:active:focus,
fieldset[disabled] a.disabled .btn:active:hover,
fieldset[disabled] a.disabled .btn:hover.focus,
fieldset[disabled] a.disabled .btn:hover:focus,
fieldset[disabled] a.disabled .btn:hover:hover {
    background-color: #f1f1f1;
    border-color: hsla(0, 0%, 5%, .1)
}

.btn.btn-default.disabled:active .badge,
.btn.btn-default.disabled:hover .badge,
.btn.btn-default[disabled]:active .badge,
.btn.btn-default[disabled]:hover .badge,
a.disabled .btn:active .badge,
a.disabled .btn:hover .badge {
    color: #f1f1f1
}

.btn-primary,
.extra-confirm-button {
    background-image: none
}

.btn-primary:hover,
.extra-confirm-button:hover {
    background-color: #f6a258;
    border-color: rgba(0, 0, 0, .1)
}

.btn-primary.disabled,
.btn-primary[disabled],
.extra-confirm-button.disabled,
.extra-confirm-button[disabled] {
    opacity: .5
}

.extra-confirm-button {
    float: left
}

.extra-confirm-button-right {
    margin-left: 58%
}

.extra-confirm-button-finish-order-right {
    margin-left: 70%
}

.btn-success {
    background-image: none;
    background-color: #FE8523;
    border-color: rgba(0, 0, 0, .1)
}

.btn-success:hover {
    background-color: #f6a258;
    border-color: rgba(0, 0, 0, .1)
}

.btn-cancel {
    font-weight: 700;
    background-image: none
}

.btn-cancel,
.btn-cancel.focus,
.btn-cancel:focus,
.btn-cancel:hover {
    color: #777;
    background-color: transparent;
    border-color: transparent
}

.btn-cancel.active,
.btn-cancel:active,
.open>.dropdown-toggle.btn-cancel {
    color: #777;
    background-color: transparent;
    background-image: none;
    border-color: transparent
}

.btn-cancel.active.focus,
.btn-cancel.active:focus,
.btn-cancel.active:hover,
.btn-cancel:active.focus,
.btn-cancel:active:focus,
.btn-cancel:active:hover,
.open>.dropdown-toggle.btn-cancel.focus,
.open>.dropdown-toggle.btn-cancel:focus,
.open>.dropdown-toggle.btn-cancel:hover {
    color: #777;
    background-color: transparent;
    border-color: transparent
}

.btn-cancel.disabled.focus,
.btn-cancel.disabled:focus,
.btn-cancel.disabled:hover,
.btn-cancel[disabled].focus,
.btn-cancel[disabled]:focus,
.btn-cancel[disabled]:hover,
fieldset[disabled] .btn-cancel.focus,
fieldset[disabled] .btn-cancel:focus,
fieldset[disabled] .btn-cancel:hover {
    background-color: transparent;
    border-color: transparent
}

.btn-cancel .badge {
    color: transparent;
    background-color: #777
}

.btn-cancel:hover {
    color: var(--font-default-color)
}

.btn-back {
    color: #fff;
    background-color: #333a39;
    border-color: #1b1f1f;
    background-image: none
}

.btn-back.focus,
.btn-back:focus,
.btn-back:hover {
    color: #fff;
    background-color: #1b1f1e;
    border-color: #000
}

.btn-back.active,
.btn-back:active,
.open>.dropdown-toggle.btn-back {
    color: #fff;
    background-color: #1b1f1e;
    background-image: none;
    border-color: #000
}

.btn-back.active.focus,
.btn-back.active:focus,
.btn-back.active:hover,
.btn-back:active.focus,
.btn-back:active:focus,
.btn-back:active:hover,
.open>.dropdown-toggle.btn-back.focus,
.open>.dropdown-toggle.btn-back:focus,
.open>.dropdown-toggle.btn-back:hover {
    color: #fff;
    background-color: #0a0c0c;
    border-color: #000
}

.btn-back.disabled.focus,
.btn-back.disabled:focus,
.btn-back.disabled:hover,
.btn-back[disabled].focus,
.btn-back[disabled]:focus,
.btn-back[disabled]:hover,
fieldset[disabled] .btn-back.focus,
fieldset[disabled] .btn-back:focus,
fieldset[disabled] .btn-back:hover {
    background-color: #333a39;
    border-color: #1b1f1f
}

.btn-back .badge {
    color: #333a39;
    background-color: #fff
}

.btn.btn-lg,
button.btn.btn-lg {
    height: 32px;
    line-height: 15px;
    border-radius: 4px;
    min-width: 105px;
}

.btn.btn-lg.btn-cancel,
button.btn.btn-lg.btn-cancel {
    font-weight: 700
}

.btn.btn-lg+.btn.dropdown-toggle,
button.btn.btn-lg+.btn.dropdown-toggle {
    height: 32px;
    line-height: 15px
}

label {
    color: #777;
    margin-bottom: 0
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px;
    line-height: 19px;
    color: var(--font-default-color);
    background-color: #fafbfd;
    background-image: none;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    display: inline-block;
    padding: 0 6px;
    border-radius: 4px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 32px
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: #1e90bf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6)
}

.uneditable-input::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.uneditable-input:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc
}

.uneditable-input::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc
}

.uneditable-input::-ms-expand,
input[type=color]::-ms-expand,
input[type=date]::-ms-expand,
input[type=datetime-local]::-ms-expand,
input[type=datetime]::-ms-expand,
input[type=email]::-ms-expand,
input[type=month]::-ms-expand,
input[type=number]::-ms-expand,
input[type=password]::-ms-expand,
input[type=search]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=text]::-ms-expand,
input[type=time]::-ms-expand,
input[type=url]::-ms-expand,
input[type=week]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    background-color: transparent;
    border: 0
}

.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input,
fieldset[disabled] input[type=color],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=week],
fieldset[disabled] select,
fieldset[disabled] textarea,
input[type=color][disabled],
input[type=color][readonly],
input[type=date][disabled],
input[type=date][readonly],
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
input[type=datetime][disabled],
input[type=datetime][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=month][disabled],
input[type=month][readonly],
input[type=number][disabled],
input[type=number][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=search][disabled],
input[type=search][readonly],
input[type=tel][disabled],
input[type=tel][readonly],
input[type=text][disabled],
input[type=text][readonly],
input[type=time][disabled],
input[type=time][readonly],
input[type=url][disabled],
input[type=url][readonly],
input[type=week][disabled],
input[type=week][readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
    background-color: #f3f3f3;
    opacity: 1
}

.uneditable-input[disabled],
fieldset[disabled] .uneditable-input,
fieldset[disabled] input[type=color],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=week],
fieldset[disabled] select,
fieldset[disabled] textarea,
input[type=color][disabled],
input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=datetime][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed
}

textarea.uneditable-input,
textareainput[type=color],
textareainput[type=date],
textareainput[type=datetime-local],
textareainput[type=datetime],
textareainput[type=email],
textareainput[type=month],
textareainput[type=number],
textareainput[type=password],
textareainput[type=search],
textareainput[type=tel],
textareainput[type=text],
textareainput[type=time],
textareainput[type=url],
textareainput[type=week],
textareaselect,
textareatextarea {
    height: auto
}

.uneditable-input:hover:not([readonly]):not([disabled]),
input[type=color]:hover:not([readonly]):not([disabled]),
input[type=date]:hover:not([readonly]):not([disabled]),
input[type=datetime-local]:hover:not([readonly]):not([disabled]),
input[type=datetime]:hover:not([readonly]):not([disabled]),
input[type=email]:hover:not([readonly]):not([disabled]),
input[type=month]:hover:not([readonly]):not([disabled]),
input[type=number]:hover:not([readonly]):not([disabled]),
input[type=password]:hover:not([readonly]):not([disabled]),
input[type=search]:hover:not([readonly]):not([disabled]),
input[type=tel]:hover:not([readonly]):not([disabled]),
input[type=text]:hover:not([readonly]):not([disabled]),
input[type=time]:hover:not([readonly]):not([disabled]),
input[type=url]:hover:not([readonly]):not([disabled]),
input[type=week]:hover:not([readonly]):not([disabled]),
select:hover:not([readonly]):not([disabled]),
textarea:hover:not([readonly]):not([disabled]) {
    background-color: #fff;
    border-color: #1e90bf;
    box-shadow: 0 0 0 1px #1e90bf
}

.uneditable-input:focus:not([readonly]):not([disabled]),
input[type=color]:focus:not([readonly]):not([disabled]),
input[type=date]:focus:not([readonly]):not([disabled]),
input[type=datetime-local]:focus:not([readonly]):not([disabled]),
input[type=datetime]:focus:not([readonly]):not([disabled]),
input[type=email]:focus:not([readonly]):not([disabled]),
input[type=month]:focus:not([readonly]):not([disabled]),
input[type=number]:focus:not([readonly]):not([disabled]),
input[type=password]:focus:not([readonly]):not([disabled]),
input[type=search]:focus:not([readonly]):not([disabled]),
input[type=tel]:focus:not([readonly]):not([disabled]),
input[type=text]:focus:not([readonly]):not([disabled]),
input[type=time]:focus:not([readonly]):not([disabled]),
input[type=url]:focus:not([readonly]):not([disabled]),
input[type=week]:focus:not([readonly]):not([disabled]),
select:focus:not([readonly]):not([disabled]),
textarea:focus:not([readonly]):not([disabled]) {
    outline: 0;
    background-color: #fff;
    border-color: #1e90bf
}

.uneditable-input:focus:not([readonly]):not([disabled]):focus,
input[type=color]:focus:not([readonly]):not([disabled]):focus,
input[type=date]:focus:not([readonly]):not([disabled]):focus,
input[type=datetime-local]:focus:not([readonly]):not([disabled]):focus,
input[type=datetime]:focus:not([readonly]):not([disabled]):focus,
input[type=email]:focus:not([readonly]):not([disabled]):focus,
input[type=month]:focus:not([readonly]):not([disabled]):focus,
input[type=number]:focus:not([readonly]):not([disabled]):focus,
input[type=password]:focus:not([readonly]):not([disabled]):focus,
input[type=search]:focus:not([readonly]):not([disabled]):focus,
input[type=tel]:focus:not([readonly]):not([disabled]):focus,
input[type=text]:focus:not([readonly]):not([disabled]):focus,
input[type=time]:focus:not([readonly]):not([disabled]):focus,
input[type=url]:focus:not([readonly]):not([disabled]):focus,
input[type=week]:focus:not([readonly]):not([disabled]):focus,
select:focus:not([readonly]):not([disabled]):focus,
textarea:focus:not([readonly]):not([disabled]):focus {
    box-shadow: 0 0 0 1px #1e90bf
}

.uneditable-input.active,
.uneditable-input:active,
input[type=color].active,
input[type=color]:active,
input[type=date].active,
input[type=date]:active,
input[type=datetime-local].active,
input[type=datetime-local]:active,
input[type=datetime].active,
input[type=datetime]:active,
input[type=email].active,
input[type=email]:active,
input[type=month].active,
input[type=month]:active,
input[type=number].active,
input[type=number]:active,
input[type=password].active,
input[type=password]:active,
input[type=search].active,
input[type=search]:active,
input[type=tel].active,
input[type=tel]:active,
input[type=text].active,
input[type=text]:active,
input[type=time].active,
input[type=time]:active,
input[type=url].active,
input[type=url]:active,
input[type=week].active,
input[type=week]:active,
select.active,
select:active,
textarea.active,
textarea:active {
    border-width: 1px
}

.uneditable-input.active:not([readonly]):not([disabled]),
.uneditable-input:active:not([readonly]):not([disabled]),
input[type=color].active:not([readonly]):not([disabled]),
input[type=color]:active:not([readonly]):not([disabled]),
input[type=date].active:not([readonly]):not([disabled]),
input[type=date]:active:not([readonly]):not([disabled]),
input[type=datetime-local].active:not([readonly]):not([disabled]),
input[type=datetime-local]:active:not([readonly]):not([disabled]),
input[type=datetime].active:not([readonly]):not([disabled]),
input[type=datetime]:active:not([readonly]):not([disabled]),
input[type=email].active:not([readonly]):not([disabled]),
input[type=email]:active:not([readonly]):not([disabled]),
input[type=month].active:not([readonly]):not([disabled]),
input[type=month]:active:not([readonly]):not([disabled]),
input[type=number].active:not([readonly]):not([disabled]),
input[type=number]:active:not([readonly]):not([disabled]),
input[type=password].active:not([readonly]):not([disabled]),
input[type=password]:active:not([readonly]):not([disabled]),
input[type=search].active:not([readonly]):not([disabled]),
input[type=search]:active:not([readonly]):not([disabled]),
input[type=tel].active:not([readonly]):not([disabled]),
input[type=tel]:active:not([readonly]):not([disabled]),
input[type=text].active:not([readonly]):not([disabled]),
input[type=text]:active:not([readonly]):not([disabled]),
input[type=time].active:not([readonly]):not([disabled]),
input[type=time]:active:not([readonly]):not([disabled]),
input[type=url].active:not([readonly]):not([disabled]),
input[type=url]:active:not([readonly]):not([disabled]),
input[type=week].active:not([readonly]):not([disabled]),
input[type=week]:active:not([readonly]):not([disabled]),
select.active:not([readonly]):not([disabled]),
select:active:not([readonly]):not([disabled]),
textarea.active:not([readonly]):not([disabled]),
textarea:active:not([readonly]):not([disabled]) {
    background-color: #fff;
    border-color: #1e90bf;
    box-shadow: 0 0 0 1px #1e90bf
}

.uneditable-input:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=week]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc
}

.uneditable-input.invalid,
input[type=color].invalid,
input[type=date].invalid,
input[type=datetime-local].invalid,
input[type=datetime].invalid,
input[type=email].invalid,
input[type=month].invalid,
input[type=number].invalid,
input[type=password].invalid,
input[type=search].invalid,
input[type=tel].invalid,
input[type=text].invalid,
input[type=time].invalid,
input[type=url].invalid,
input[type=week].invalid,
select.invalid,
textarea.invalid {
    border-color: #843534;
    box-shadow: 0 0 0 1px #843534
}

.uneditable-input.invalid:focus,
input[type=color].invalid:focus,
input[type=date].invalid:focus,
input[type=datetime-local].invalid:focus,
input[type=datetime].invalid:focus,
input[type=email].invalid:focus,
input[type=month].invalid:focus,
input[type=number].invalid:focus,
input[type=password].invalid:focus,
input[type=search].invalid:focus,
input[type=tel].invalid:focus,
input[type=text].invalid:focus,
input[type=time].invalid:focus,
input[type=url].invalid:focus,
input[type=week].invalid:focus,
select.invalid:focus,
textarea.invalid:focus {
    border-color: #5f2626;
    box-shadow: 0 0 0 1px #5f2626
}

fieldset[disabled],
input[disabled],
input[readonly] {
    color: #ccc;
    border-color: #e8e8e8
}

fieldset[disabled]:hover,
input[disabled]:hover,
input[readonly]:hover {
    border: 1px solid #e8e8e8
}

.popover {
    color: #fff;
    border-radius: 3px;
    max-width: 334px
}

.popover .popover-content .field {
    display: block
}

.popover .popover-content .field .fieldValue,
.popover .popover-content .field label {
    color: #fff
}

.popover .popover-content .fieldValue {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.popover .popover-content .fieldValue.link-color {
    color: #1e90bf
}

.popover .popover-title {
    font-weight: 700;
    border-bottom: 1px solid #555;
    padding: 11px 0;
    margin: 0 14px
}

.daterangepicker.dropdown-menu {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    z-index: 1151
}

.editable,
.editable input {
    background-color: #fff
}

.ui-widget {
    font-size: 14px
}

.ui-state-default,
.ui-widget-content,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
select {
    color: var(--font-default-color)
}

a {
    text-decoration: none
}

a.disabled:hover,
a[disabled=disabled]:hover {
    cursor: auto
}

a.iconLink {
    text-decoration: none
}

.ui-datepicker td .ui-state-default,
.ui-datepicker th {
    color: var(--font-default-color)
}

.trumbowyg-modal-box button.trumbowyg-modal-button {}

#trumbowyg-icons {
    display: flex
}

.alert .ui-pnotify-closer span,
.alert .ui-pnotify-icon span,
.alert .ui-pnotify-title {
    font-size: 18px
}

.alert .ui-pnotify-closer span,
.alert .ui-pnotify-icon span {
    margin-top: 1px
}

.alert li {
    list-style: none
}

.dropdown-menu li a {
    text-align: left;
    text-decoration: none
}

.dropdown-menu li a.loginAsAction {
    max-width: 270px;
    text-overflow: ellipsis;
    overflow: hidden
}

.dropdown-menu li a.disabled:focus,
.dropdown-menu li a.disabled:hover {
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.progress {
    border-radius: 0;
    margin-bottom: 0;
    height: 10px;
    background-color: #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.progress .progress-bar {
    background-color: #1e90bf
}

::-webkit-resizer {
    border-radius: 4px;
    background-image: url(../402a6ea91cfc94e26a43.svg);
    background-size: 10px 10px;
    background-position: 2px 2px;
    background-repeat: no-repeat
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #fff
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border-radius: 6px;
    border: 2px solid #fff
}

::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
    background-color: #a6a6a6
}

::-webkit-scrollbar-thumb:horizontal {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

::-webkit-scrollbar-thumb:vertical {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff
}

::-webkit-scrollbar-button:horizontal:decrement,
::-webkit-scrollbar-button:horizontal:increment,
::-webkit-scrollbar-button:vertical:decrement,
::-webkit-scrollbar-button:vertical:increment {
    display: flex;
    background-position-y: -2px;
    width: 20px
}

::-webkit-scrollbar-button:horizontal:decrement:active,
::-webkit-scrollbar-button:horizontal:decrement:hover,
::-webkit-scrollbar-button:horizontal:increment:active,
::-webkit-scrollbar-button:horizontal:increment:hover,
::-webkit-scrollbar-button:vertical:decrement:active,
::-webkit-scrollbar-button:vertical:decrement:hover,
::-webkit-scrollbar-button:vertical:increment:active,
::-webkit-scrollbar-button:vertical:increment:hover {
    background-color: #f2f2f2
}

::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC45bDN+TgAAAHhJREFUOE+t0CEOgEAQQ1HCAXB4jo0iGccxkCQ4LgSdBMjsUgTdFc98UdHGzKqgUUGjgsYPHQxZe9BI9LDDElqCxsw9csB6tRcagzgiD+Uj8tAGcUQeGqHKUAsTFA+5fEwecnGsaMj5mH82h5agUUGjgkYFjf9ZcwKmDYam9t9e7AAAAABJRU5ErkJggg==")
}

::-webkit-scrollbar-button:horizontal:increment {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAB8SURBVDhPrcyxCYBAEERRQauxKzOtxwoutiM7MVH3ZAQ5/uG6GLzkM0yTUvoFxgiMERilN23RqjDKZhbTPVoVRjnEdYZR7iPXGUZ5Hr2eYZTyKJsNbT8d7WYwtHUf5ZPJ0O6CUdwnGUZxn2QYZTVj0aowRmCMwBiB8bvUnHmPhp7BvmGDAAAAAElFTkSuQmCC")
}

::-webkit-scrollbar-button:vertical:decrement,
::-webkit-scrollbar-button:vertical:increment {
    background-position-x: -1px
}

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAB6SURBVDhPrdA7CoAwEIThYG9p7bWthO28hp1g54V0Agm4YeJjtPiK/LBTJJjZL2hU0KigUUGjgkYFjUkDA6zQpVZFI8SREfZkg8sxFsuRR2NlqI1k1bEyxD9hA2dxrAV36x4wwXJjhh7crXt8QaOCRgWNChoVNL5n4QDLBYalNvsfQgAAAABJRU5ErkJggg==")
}

::-webkit-scrollbar-button:vertical:increment {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAB5SURBVDhPrczBCYAwEETRgDZjWd60HivI2Y6sxJM6CxGyZhJx8PAO+2EnxBh/QaOCRgWNChoVNCqeYYPzxQ4DuF93wAQHsIHbCh24X3ckM9TGbKSH4q8ICRurjhgak3ysOWJozIywQHPE0KigUUGjgkYFjQoav4vhAkEKhpyAktHAAAAAAElFTkSuQmCC")
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #999
}

input[type=range]::-webkit-slider-thumb:active,
input[type=range]::-webkit-slider-thumb:focus,
input[type=range]::-webkit-slider-thumb:hover {
    background-color: #8c8c8c
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: #ccc
}

input[type=range]::-webkit-slider-runnable-track:active,
input[type=range]::-webkit-slider-runnable-track:focus,
input[type=range]::-webkit-slider-runnable-track:hover {
    background-color: #bfbfbf
}

.agito-icon {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.agito-icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}



.agito-icon-activity-grid:before,
.agito-icon-admin:before,
.agito-icon-agreement:before,
.agito-icon-align-center:before,
.agito-icon-align-left-edit:before,
.agito-icon-angle-down:before,
.agito-icon-angle-left:before,
.agito-icon-angle-right:before,
.agito-icon-angle-up:before,
.agito-icon-auto-invited-resources:before,
.agito-icon-ban:before,
.agito-icon-bars:before,
.agito-icon-battery-0:before,
.agito-icon-battery-1:before,
.agito-icon-battery-2:before,
.agito-icon-battery-3:before,
.agito-icon-battery-4:before,
.agito-icon-bell-o:before,
.agito-icon-bell-slash:before,
.agito-icon-bill:before,
.agito-icon-books:before,
.agito-icon-box-filled:before,
.agito-icon-box:before,
.agito-icon-brief:before,
.agito-icon-building-o:before,
.agito-icon-building:before,
.agito-icon-bulleted-list:before,
.agito-icon-businesswoman:before,
.agito-icon-calendar-o:before,
.agito-icon-calendar:before,
.agito-icon-camera:before,
.agito-icon-cancel-2:before,
.agito-icon-cancel:before,
.agito-icon-card-in-use:before,
.agito-icon-caret-down:before,
.agito-icon-caret-right:before,
.agito-icon-caret-up:before,
.agito-icon-chain:before,
.agito-icon-check-all:before,
.agito-icon-check-circle-o:before,
.agito-icon-check-circle:before,
.agito-icon-check-file:before,
.agito-icon-check-square-o:before,
.agito-icon-check:before,
.agito-icon-checklist:before,
.agito-icon-checkmark-filled:before,
.agito-icon-chevron-left:before,
.agito-icon-chevron-right:before,
.agito-icon-circle-thin:before,
.agito-icon-circle:before,
.agito-icon-circled-1:before,
.agito-icon-circled-2:before,
.agito-icon-circled-3:before,
.agito-icon-clock-o:before,
.agito-icon-clone:before,
.agito-icon-cloud-storage:before,
.agito-icon-code-file:before,
.agito-icon-coins:before,
.agito-icon-collaboration:before,
.agito-icon-comment-o:before,
.agito-icon-comments:before,
.agito-icon-company:before,
.agito-icon-conference-call:before,
.agito-icon-copy:before,
.agito-icon-cursor:before,
.agito-icon-dashboard:before,
.agito-icon-delete-file:before,
.agito-icon-delete-forever:before,
.agito-icon-delete:before,
.agito-icon-department:before,
.agito-icon-dialogues:before,
.agito-icon-document-in-progress:before,
.agito-icon-document:before,
.agito-icon-documents:before,
.agito-icon-doughnut-chart:before,
.agito-icon-down:before,
.agito-icon-download:before,
.agito-icon-drag:before,
.agito-icon-dragcorner-01:before,
.agito-icon-edit-file:before,
.agito-icon-edit:before,
.agito-icon-ellipsis-v-01:before,
.agito-icon-empty-flag:before,
.agito-icon-exclamation-circle:before,
.agito-icon-exclamation-triangle:before,
.agito-icon-expand-arrow:before,
.agito-icon-external-link:before,
.agito-icon-eye-slash:before,
.agito-icon-eye:before,
.agito-icon-fantasy:before,
.agito-icon-file:before,
.agito-icon-filter:before,
.agito-icon-fine-print-plus:before,
.agito-icon-fine-print:before,
.agito-icon-flag-checkered:before,
.agito-icon-full-moon-filled:before,
.agito-icon-gavel:before,
.agito-icon-gears-not-available:before,
.agito-icon-gears:before,
.agito-icon-gender-neutral-user-2:before,
.agito-icon-globe:before,
.agito-icon-good-quality:before,
.agito-icon-group-message:before,
.agito-icon-group-of-companies:before,
.agito-icon-guarantee:before,
.agito-icon-hdd:before,
.agito-icon-heart-not-painted:before,
.agito-icon-heart-painted:before,
.agito-icon-help:before,
.agito-icon-hierarchy:before,
.agito-icon-high-importance-2:before,
.agito-icon-high-importance:before,
.agito-icon-icons8-bar-chart:before,
.agito-icon-icons8-edit-image:before,
.agito-icon-icons8-plus:before,
.agito-icon-id-verified:before,
.agito-icon-id:before,
.agito-icon-idea:before,
.agito-icon-image-file:before,
.agito-icon-improve:before,
.agito-icon-in-progress-filled:before,
.agito-icon-in-progress:before,
.agito-icon-info-2:before,
.agito-icon-info:before,
.agito-icon-insert-table:before,
.agito-icon-job:before,
.agito-icon-key-filled:before,
.agito-icon-key:before,
.agito-icon-language-2:before,
.agito-icon-language:before,
.agito-icon-laptop:before,
.agito-icon-list:before,
.agito-icon-lock:before,
.agito-icon-login-as-user:before,
.agito-icon-long-arrow-right:before,
.agito-icon-mailbox-with-letter:before,
.agito-icon-marker:before,
.agito-icon-meeting:before,
.agito-icon-message:before,
.agito-icon-minus-circle:before,
.agito-icon-month-view:before,
.agito-icon-move-2:before,
.agito-icon-move:before,
.agito-icon-mt:before,
.agito-icon-new-moon-filled:before,
.agito-icon-no_audio_filled:before,
.agito-icon-note:before,
.agito-icon-ok-2:before,
.agito-icon-ok:before,
.agito-icon-onlineeditor-available:before,
.agito-icon-onlineeditor-not-available:before,
.agito-icon-organization-chart-people:before,
.agito-icon-overtime:before,
.agito-icon-paper-airplane:before,
.agito-icon-paper-note:before,
.agito-icon-paper-plane-tick:before,
.agito-icon-paper-plane:before,
.agito-icon-paralell-workflow:before,
.agito-icon-pencil-square-o:before,
.agito-icon-pencil:before,
.agito-icon-person:before,
.agito-icon-pin:before,
.agito-icon-plus-math:before,
.agito-icon-plus:before,
.agito-icon-post-edited-mt-w-validation:before,
.agito-icon-post-edited-mt:before,
.agito-icon-purchase-order:before,
.agito-icon-puzzle:before,
.agito-icon-question-circle:before,
.agito-icon-question-mark-filled:before,
.agito-icon-quick-mode-on:before,
.agito-icon-quote-history:before,
.agito-icon-receive-cash:before,
.agito-icon-refresh:before,
.agito-icon-reply:before,
.agito-icon-reset:before,
.agito-icon-saving-book:before,
.agito-icon-search-bold:before,
.agito-icon-search:before,
.agito-icon-select-all:before,
.agito-icon-send-file:before,
.agito-icon-seo-tile:before,
.agito-icon-settings:before,
.agito-icon-sheet-of-paper:before,
.agito-icon-show-property-mt:before,
.agito-icon-show-property:before,
.agito-icon-sign-in:before,
.agito-icon-sign-out:before,
.agito-icon-smart-editor:before,
.agito-icon-sort-down-filled:before,
.agito-icon-sort-up-filled:before,
.agito-icon-square-o:before,
.agito-icon-star-half-o:before,
.agito-icon-star-o:before,
.agito-icon-star:before,
.agito-icon-start:before,
.agito-icon-stop:before,
.agito-icon-student-male:before,
.agito-icon-sun-o:before,
.agito-icon-tasks:before,
.agito-icon-term:before,
.agito-icon-test-passed:before,
.agito-icon-text-color:before,
.agito-icon-th-large:before,
.agito-icon-thumbs-o-up:before,
.agito-icon-tick-box:before,
.agito-icon-tiles:before,
.agito-icon-time:before,
.agito-icon-timeline:before,
.agito-icon-times-circle-o:before,
.agito-icon-times-circle:before,
.agito-icon-times:before,
.agito-icon-todo-list:before,
.agito-icon-transaction-list:before,
.agito-icon-translation-mt:before,
.agito-icon-translation:before,
.agito-icon-unpin:before,
.agito-icon-user-groups:before,
.agito-icon-user:before,
.agito-icon-users:before,
.agito-icon-visible:before,
.agito-icon-voice-recognition-scan:before,
.agito-icon-windows-phone-store:before,
.agito-icon-workflow--1-2:before,
.agito-icon-workflow:before,
[data-icons8]:before {
    font-family: Agito;
    content: "";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-smoothing: antialiased;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[data-icons8]:before {
    content: attr(data-icons8)
}

.agito-icon-activity-grid:before {
    content: "\F100"
}

.agito-icon-admin:before {
    content: "\F101"
}

.agito-icon-agreement:before {
    content: "\F102"
}

.agito-icon-align-center:before {
    content: "\F103"
}

.agito-icon-align-left-edit:before {
    content: "\F104"
}

.agito-icon-angle-down:before {
    content: "\F105"
}

.agito-icon-angle-left:before {
    content: "\F106"
}

.agito-icon-angle-right:before {
    content: "\F107"
}

.agito-icon-angle-up:before {
    content: "\F108"
}

.agito-icon-auto-invited-resources:before {
    content: "\F109"
}

.agito-icon-ban:before {
    content: "\F10A"
}

.agito-icon-bars:before {
    content: "\F10B"
}

.agito-icon-battery-0:before {
    content: "\F10C"
}

.agito-icon-battery-1:before {
    content: "\F10D"
}

.agito-icon-battery-2:before {
    content: "\F10E"
}

.agito-icon-battery-3:before {
    content: "\F10F"
}

.agito-icon-battery-4:before {
    content: "\F110"
}

.agito-icon-bell-o:before {
    content: "\F111"
}

.agito-icon-bell-slash:before {
    content: "\F112"
}

.agito-icon-bill:before {
    content: "\F113"
}

.agito-icon-books:before {
    content: "\F114"
}

.agito-icon-box:before {
    content: "\F115"
}

.agito-icon-box-filled:before {
    content: "\F116"
}

.agito-icon-brief:before {
    content: "\F117"
}

.agito-icon-building:before {
    content: "\F118"
}

.agito-icon-building-o:before {
    content: "\F119"
}

.agito-icon-bulleted-list:before {
    content: "\F11A"
}

.agito-icon-businesswoman:before {
    content: "\F11B"
}

.agito-icon-calendar:before {
    content: "\F11C"
}

.agito-icon-calendar-o:before {
    content: "\F11D"
}

.agito-icon-camera:before {
    content: "\F11E"
}

.agito-icon-cancel:before {
    content: "\F11F"
}

.agito-icon-cancel-2:before {
    content: "\F120"
}

.agito-icon-card-in-use:before {
    content: "\F121"
}

.agito-icon-caret-down:before {
    content: "\F122"
}

.agito-icon-caret-right:before {
    content: "\F123"
}

.agito-icon-caret-up:before {
    content: "\F124"
}

.agito-icon-chain:before {
    content: "\F125"
}

.agito-icon-check:before {
    content: "\F126"
}

.agito-icon-check-all:before {
    content: "\F127"
}

.agito-icon-check-circle:before {
    content: "\F128"
}

.agito-icon-check-circle-o:before {
    content: "\F129"
}

.agito-icon-check-file:before {
    content: "\F12A"
}

.agito-icon-check-square-o:before {
    content: "\F12B"
}

.agito-icon-checklist:before {
    content: "\F12C"
}

.agito-icon-checkmark-filled:before {
    content: "\F12D"
}

.agito-icon-chevron-left:before {
    content: "\F12E"
}

.agito-icon-chevron-right:before {
    content: "\F12F"
}

.agito-icon-circle:before {
    content: "\F130"
}

.agito-icon-circle-thin:before {
    content: "\F131"
}

.agito-icon-circled-1:before {
    content: "\F132"
}

.agito-icon-circled-2:before {
    content: "\F133"
}

.agito-icon-circled-3:before {
    content: "\F134"
}

.agito-icon-clock-o:before {
    content: "\F135"
}

.agito-icon-clone:before {
    content: "\F136"
}

.agito-icon-cloud-storage:before {
    content: "\F137"
}

.agito-icon-code-file:before {
    content: "\F138"
}

.agito-icon-coins:before {
    content: "\F139"
}

.agito-icon-collaboration:before {
    content: "\F13A"
}

.agito-icon-comment-o:before {
    content: "\F13B"
}

.agito-icon-comments:before {
    content: "\F13C"
}

.agito-icon-company:before {
    content: "\F13D"
}

.agito-icon-conference-call:before {
    content: "\F13E"
}

.agito-icon-copy:before {
    content: "\F13F"
}

.agito-icon-cursor:before {
    content: "\F140"
}

.agito-icon-dashboard:before {
    content: "\F141"
}

.agito-icon-delete:before {
    content: "\F142"
}

.agito-icon-delete-file:before {
    content: "\F143"
}

.agito-icon-delete-forever:before {
    content: "\F144"
}

.agito-icon-department:before {
    content: "\F145"
}

.agito-icon-dialogues:before {
    content: "\F146"
}

.agito-icon-document:before {
    content: "\F147"
}

.agito-icon-document-in-progress:before {
    content: "\F148"
}

.agito-icon-documents:before {
    content: "\F149"
}

.agito-icon-doughnut-chart:before {
    content: "\F14A"
}

.agito-icon-down:before {
    content: "\F14B"
}

.agito-icon-download:before {
    content: "\F14C"
}

.agito-icon-drag:before {
    content: "\F14D"
}

.agito-icon-dragcorner-01:before {
    content: "\F14E"
}

.agito-icon-edit:before {
    content: "\F14F"
}

.agito-icon-edit-file:before {
    content: "\F150"
}

.agito-icon-ellipsis-v-01:before {
    content: "\F151"
}

.agito-icon-empty-flag:before {
    content: "\F152"
}

.agito-icon-exclamation-circle:before {
    content: "\F153"
}

.agito-icon-exclamation-triangle:before {
    content: "\F154"
}

.agito-icon-expand-arrow:before {
    content: "\F155"
}

.agito-icon-external-link:before {
    content: "\F156"
}

.agito-icon-eye:before {
    content: "\F157"
}

.agito-icon-eye-slash:before {
    content: "\F158"
}

.agito-icon-fantasy:before {
    content: "\F159"
}

.agito-icon-file:before {
    content: "\F15A"
}

.agito-icon-filter:before {
    content: "\F15B"
}

.agito-icon-fine-print:before {
    content: "\F15C"
}

.agito-icon-fine-print-plus:before {
    content: "\F15D"
}

.agito-icon-flag-checkered:before {
    content: "\F15E"
}

.agito-icon-full-moon-filled:before {
    content: "\F15F"
}

.agito-icon-gavel:before {
    content: "\F160"
}

.agito-icon-gears:before {
    content: "\F161"
}

.agito-icon-gears-not-available:before {
    content: "\F162"
}

.agito-icon-gender-neutral-user-2:before {
    content: "\F163"
}

.agito-icon-globe:before {
    content: "\F164"
}

.agito-icon-good-quality:before {
    content: "\F165"
}

.agito-icon-group-message:before {
    content: "\F166"
}

.agito-icon-group-of-companies:before {
    content: "\F167"
}

.agito-icon-guarantee:before {
    content: "\F168"
}

.agito-icon-hdd:before {
    content: "\F169"
}

.agito-icon-heart-not-painted:before {
    content: "\F16A"
}

.agito-icon-heart-painted:before {
    content: "\F16B"
}

.agito-icon-help:before {
    content: "\F16C"
}

.agito-icon-hierarchy:before {
    content: "\F16D"
}

.agito-icon-high-importance:before {
    content: "\F16E"
}

.agito-icon-high-importance-2:before {
    content: "\F16F"
}

.agito-icon-icons8-bar-chart:before {
    content: "\F170"
}

.agito-icon-icons8-edit-image:before {
    content: "\F171"
}

.agito-icon-icons8-plus:before {
    content: "\F172"
}

.agito-icon-id:before {
    content: "\F173"
}

.agito-icon-id-verified:before {
    content: "\F174"
}

.agito-icon-idea:before {
    content: "\F175"
}

.agito-icon-image-file:before {
    content: "\F176"
}

.agito-icon-improve:before {
    content: "\F177"
}

.agito-icon-in-progress:before {
    content: "\F178"
}

.agito-icon-in-progress-filled:before {
    content: "\F179"
}

.agito-icon-info:before {
    content: "\F17A"
}

.agito-icon-info-2:before {
    content: "\F17B"
}

.agito-icon-insert-table:before {
    content: "\F17C"
}

.agito-icon-job:before {
    content: "\F17D"
}

.agito-icon-key:before {
    content: "\F17E"
}

.agito-icon-key-filled:before {
    content: "\F17F"
}

.agito-icon-language:before {
    content: "\F180"
}

.agito-icon-language-2:before {
    content: "\F181"
}

.agito-icon-laptop:before {
    content: "\F182"
}

.agito-icon-list:before {
    content: "\F183"
}

.agito-icon-lock:before {
    content: "\F184"
}

.agito-icon-login-as-user:before {
    content: "\F185"
}

.agito-icon-long-arrow-right:before {
    content: "\F186"
}

.agito-icon-mailbox-with-letter:before {
    content: "\F187"
}

.agito-icon-marker:before {
    content: "\F188"
}

.agito-icon-meeting:before {
    content: "\F189"
}

.agito-icon-message:before {
    content: "\F18A"
}

.agito-icon-minus-circle:before {
    content: "\F18B"
}

.agito-icon-month-view:before {
    content: "\F18C"
}

.agito-icon-move:before {
    content: "\F18D"
}

.agito-icon-move-2:before {
    content: "\F18E"
}

.agito-icon-mt:before {
    content: "\F18F"
}

.agito-icon-new-moon-filled:before {
    content: "\F190"
}

.agito-icon-no_audio_filled:before {
    content: "\F191"
}

.agito-icon-note:before {
    content: "\F192"
}

.agito-icon-ok:before {
    content: "\F193"
}

.agito-icon-ok-2:before {
    content: "\F194"
}

.agito-icon-onlineeditor-available:before {
    content: "\F195"
}

.agito-icon-onlineeditor-not-available:before {
    content: "\F196"
}

.agito-icon-organization-chart-people:before {
    content: "\F197"
}

.agito-icon-overtime:before {
    content: "\F198"
}

.agito-icon-paper-airplane:before {
    content: "\F199"
}

.agito-icon-paper-note:before {
    content: "\F19A"
}

.agito-icon-paper-plane:before {
    content: "\F19B"
}

.agito-icon-paper-plane-tick:before {
    content: "\F19C"
}

.agito-icon-paralell-workflow:before {
    content: "\F19D"
}

.agito-icon-pencil:before {
    content: "\F19E"
}

.agito-icon-pencil-square-o:before {
    content: "\F19F"
}

.agito-icon-person:before {
    content: "\F1A0"
}

.agito-icon-pin:before {
    content: "\F1A1"
}

.agito-icon-plus:before {
    content: "\F1A2"
}

.agito-icon-plus-math:before {
    content: "\F1A3"
}

.agito-icon-post-edited-mt:before {
    content: "\F1A4"
}

.agito-icon-post-edited-mt-w-validation:before {
    content: "\F1A5"
}

.agito-icon-purchase-order:before {
    content: "\F1A6"
}

.agito-icon-puzzle:before {
    content: "\F1A7"
}

.agito-icon-question-circle:before {
    content: "\F1A8"
}

.agito-icon-question-mark-filled:before {
    content: "\F1A9"
}

.agito-icon-quick-mode-on:before {
    content: "\F1AA"
}

.agito-icon-quote-history:before {
    content: "\F1AB"
}

.agito-icon-receive-cash:before {
    content: "\F1AC"
}

.agito-icon-refresh:before {
    content: "\F1AD"
}

.agito-icon-reply:before {
    content: "\F1AE"
}

.agito-icon-reset:before {
    content: "\F1AF"
}

.agito-icon-saving-book:before {
    content: "\F1B0"
}

.agito-icon-search:before {
    content: "\F1B1"
}

.agito-icon-search-bold:before {
    content: "\F1B2"
}

.agito-icon-select-all:before {
    content: "\F1B3"
}

.agito-icon-send-file:before {
    content: "\F1B4"
}

.agito-icon-seo-tile:before {
    content: "\F1B5"
}

.agito-icon-settings:before {
    content: "\F1B6"
}

.agito-icon-sheet-of-paper:before {
    content: "\F1B7"
}

.agito-icon-show-property:before {
    content: "\F1B8"
}

.agito-icon-show-property-mt:before {
    content: "\F1B9"
}

.agito-icon-sign-in:before {
    content: "\F1BA"
}

.agito-icon-sign-out:before {
    content: "\F1BB"
}

.agito-icon-smart-editor:before {
    content: "\F1BC"
}

.agito-icon-sort-down-filled:before {
    content: "\F1BD"
}

.agito-icon-sort-up-filled:before {
    content: "\F1BE"
}

.agito-icon-square-o:before {
    content: "\F1BF"
}

.agito-icon-star:before {
    content: "\F1C0"
}

.agito-icon-star-half-o:before {
    content: "\F1C1"
}

.agito-icon-star-o:before {
    content: "\F1C2"
}

.agito-icon-start:before {
    content: "\F1C3"
}

.agito-icon-stop:before {
    content: "\F1C4"
}

.agito-icon-student-male:before {
    content: "\F1C5"
}

.agito-icon-sun-o:before {
    content: "\F1C6"
}

.agito-icon-tasks:before {
    content: "\F1C7"
}

.agito-icon-term:before {
    content: "\F1C8"
}

.agito-icon-test-passed:before {
    content: "\F1C9"
}

.agito-icon-text-color:before {
    content: "\F1CA"
}

.agito-icon-th-large:before {
    content: "\F1CB"
}

.agito-icon-thumbs-o-up:before {
    content: "\F1CC"
}

.agito-icon-tick-box:before {
    content: "\F1CD"
}

.agito-icon-tiles:before {
    content: "\F1CE"
}

.agito-icon-time:before {
    content: "\F1CF"
}

.agito-icon-timeline:before {
    content: "\F1D0"
}

.agito-icon-times:before {
    content: "\F1D1"
}

.agito-icon-times-circle:before {
    content: "\F1D2"
}

.agito-icon-times-circle-o:before {
    content: "\F1D3"
}

.agito-icon-todo-list:before {
    content: "\F1D4"
}

.agito-icon-transaction-list:before {
    content: "\F1D5"
}

.agito-icon-translation:before {
    content: "\F1D6"
}

.agito-icon-translation-mt:before {
    content: "\F1D7"
}

.agito-icon-unpin:before {
    content: "\F1D8"
}

.agito-icon-user:before {
    content: "\F1D9"
}

.agito-icon-user-groups:before {
    content: "\F1DA"
}

.agito-icon-users:before {
    content: "\F1DB"
}

.agito-icon-visible:before {
    content: "\F1DC"
}

.agito-icon-voice-recognition-scan:before {
    content: "\F1DD"
}

.agito-icon-windows-phone-store:before {
    content: "\F1DE"
}

.agito-icon-workflow:before {
    content: "\F1DF"
}

.agito-icon-workflow--1-2:before {
    content: "\F1E0"
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
    margin-left: -10px
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #f48628;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: auto;
    right: 0
}

.slider.slider-horizontal.slider-rtl .slider-handle,
.slider.slider-horizontal.slider-rtl .slider-tick {
    margin-left: 0;
    margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: auto;
    right: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
    margin-top: -10px
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #f48628;
    border-right-color: #f48628;
    margin-left: 0;
    margin-right: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: auto;
    right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: auto;
    right: 0
}

.slider.slider-vertical.slider-rtl .slider-handle.triangle,
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
    border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: 0;
    padding-right: 4px
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf, #bebebe);
    background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: linear-gradient(180deg, #dfdfdf 0, #bebebe);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
    background-repeat: repeat-x
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5, #e9e9e9);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: linear-gradient(180deg, #e5e5e5 0, #e9e9e9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
    background-repeat: repeat-x;
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .hide {
    display: none
}

.slider-track {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(180deg, #f5f5f5 0, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.slider-selection,
.slider-track {
    position: absolute;
    background-repeat: repeat-x;
    border-radius: 4px
}

.slider-selection {
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #ffe0c5, #fcd2af);
    background-image: -o-linear-gradient(top, #ffe0c5 0, #fcd2af 100%);
    background-image: linear-gradient(180deg, #ffe0c5 0, #fcd2af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffe0c5", endColorstr="#fffcd2af", GradientType=0);
    background-repeat: repeat-x
}

.slider-track-high,
.slider-track-low {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #FE8523;
    background-image: -webkit-linear-gradient(top, #FE8523, #f48628);
    background-image: -o-linear-gradient(top, #FE8523 0, #f48628 100%);
    background-image: linear-gradient(180deg, #FE8523 0, #f48628);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff59440", endColorstr="#fff48628", GradientType=0);
    background-repeat: repeat-x;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent
}

.slider-handle.round {
    border-radius: 50%
}

.slider-handle.custom,
.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom:before {
    line-height: 20px;
    font-size: 20px;
    content: "\2605";
    color: #726204
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.custom,
.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom:before {
    line-height: 20px;
    font-size: 20px;
    content: "\2605";
    color: #726204
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #ffe0c5, #fcd2af);
    background-image: -o-linear-gradient(top, #ffe0c5 0, #fcd2af 100%);
    background-image: linear-gradient(180deg, #ffe0c5 0, #fcd2af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffe0c5", endColorstr="#fffcd2af", GradientType=0);
    background-repeat: repeat-x;
    opacity: 1
}

.has-warning .twitter-typeahead .tt-hint,
.has-warning .twitter-typeahead .tt-input {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .twitter-typeahead .tt-hint:focus,
.has-warning .twitter-typeahead .tt-input:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-error .twitter-typeahead .tt-hint,
.has-error .twitter-typeahead .tt-input {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .twitter-typeahead .tt-hint:focus,
.has-error .twitter-typeahead .tt-input:focus {
    border-color: #5f2626;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0605e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0605e
}

.has-success .twitter-typeahead .tt-hint,
.has-success .twitter-typeahead .tt-input {
    border-color: #22b63a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .twitter-typeahead .tt-hint:focus,
.has-success .twitter-typeahead .tt-input:focus {
    border-color: #1a8b2c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #5de173;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #5de173
}

.input-group .twitter-typeahead:first-child .tt-hint,
.input-group .twitter-typeahead:first-child .tt-input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.input-group .twitter-typeahead:last-child .tt-hint,
.input-group .twitter-typeahead:last-child .tt-input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.input-group.input-group-sm .twitter-typeahead .tt-hint,
.input-group.input-group-sm .twitter-typeahead .tt-input {
    height: 180px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px
}

select.input-group.input-group-sm .twitter-typeahead .tt-hint,
select.input-group.input-group-sm .twitter-typeahead .tt-input {
    height: 180px;
    line-height: 180px
}

select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
textarea.input-group.input-group-sm .twitter-typeahead .tt-input {
    height: auto
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input {
    border-radius: 0
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group.input-group-lg .twitter-typeahead .tt-hint,
.input-group.input-group-lg .twitter-typeahead .tt-input {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group.input-group-lg .twitter-typeahead .tt-hint,
select.input-group.input-group-lg .twitter-typeahead .tt-input {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
textarea.input-group.input-group-lg .twitter-typeahead .tt-input {
    height: auto
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input {
    border-radius: 0
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.twitter-typeahead {
    width: 100%
}

.input-group .twitter-typeahead {
    display: table-cell !important;
    float: left
}

.twitter-typeahead .tt-hint {
    color: #ebefeb
}

.twitter-typeahead .tt-input {
    z-index: 2
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
    cursor: not-allowed;
    background-color: #f3f3f3 !important
}

.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: var(--font-default-color);
    border: 1px solid #ccc;
    border: 1px solid var(--font-default-color);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    cursor: default
}

.tt-dropdown-menu .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 19px;
    color: #fff;
    white-space: nowrap
}

.tt-dropdown-menu .tt-suggestion.tt-cursor {
    text-decoration: none;
    outline: 0;
    background-color: var(--font-default-color);
    color: #1e90bf
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a {
    color: #1e90bf
}

.tt-dropdown-menu .tt-suggestion p {
    margin: 0
}

.blockLabel>.organization-hierarchy-link {
    padding: 8px 0 8px 1px
}

.blockLabel>.organization-hierarchy-link .organization-hierarchy {
    font-size: 18px
}

.blockLabel>.organization-hierarchy-link .organization-hierarchy:before {
    display: inline-block;
    font-family: Agito;
    content: "\F16D";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: inline
}

.popover.organization-hierarchy-popover {
    background-color: #fff;
    color: var(--font-default-color)
}

.popover.organization-hierarchy-popover .arrow:after {
    border-bottom-color: #fff;
    border-top-color: #fff
}

.popover.organization-hierarchy-popover .popover-title {
    background-color: #fff
}

.popover.organization-hierarchy-popover .tree {
    list-style: none;
    margin: 0;
    padding: 0
}

.popover.organization-hierarchy-popover p.tree {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.popover.organization-hierarchy-popover p.tree.active {
    font-weight: 700
}

.popover.organization-hierarchy-popover p.tree i {
    font-size: 18px;
    color: #919191
}

.popover.organization-hierarchy-popover p.tree i.Group:after {
    content: "\F167"
}

.popover.organization-hierarchy-popover p.tree i.Company:after,
.popover.organization-hierarchy-popover p.tree i.Group:after {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.popover.organization-hierarchy-popover p.tree i.Company:after {
    content: "\F13D"
}

.popover.organization-hierarchy-popover p.tree i.Department:after {
    content: "\F145"
}

.popover.organization-hierarchy-popover p.tree i.Customer:after,
.popover.organization-hierarchy-popover p.tree i.Department:after {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.popover.organization-hierarchy-popover p.tree i.Customer:after {
    content: "\F1D9"
}

.popover.organization-hierarchy-popover p.tree i.apiCustomer {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 2px
}

.popover.organization-hierarchy-popover p.tree i.apiCustomer:after {
    font-size: 13px;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 0;
    right: 0;
    color: #000;
    content: "api";
    border: none;
    line-height: 15px
}

.popover.organization-hierarchy-popover p.tree i.apiCustomer:before {
    display: block;
    float: right;
    border: 1px solid #000;
    border-radius: 4px;
    content: "";
    width: 28px;
    height: 18px;
    margin-right: 2px
}

.popover.organization-hierarchy-popover .collapse-toggle {
    color: Highlight;
    text-decoration: underline
}

.popover.organization-hierarchy-popover .switch-disabled {
    color: #7c7c7c
}

.popover.organization-hierarchy-popover .switch-disabled.collapsed,
.popover.organization-hierarchy-popover .switch-disabled.expanded.init-expanded>p {
    display: none
}

.popover.organization-hierarchy-popover[data-status=expanded] .switch-disabled.expanded.init-expanded>p {
    display: initial
}

.popover.organization-hierarchy-popover .switch-customer {
    cursor: pointer;
    color: var(--font-default-color)
}

.popover.organization-hierarchy-popover .switch-customer p:hover {
    background-color: #a9a9a9;
    text-decoration: underline
}

.popover.organization-hierarchy-popover ul.tree {
    margin-left: .5em
}

.popover.organization-hierarchy-popover ul.tree li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    margin-left: 0;
    padding-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
    border-left: 1px solid #ddd
}

.popover.organization-hierarchy-popover ul.tree li.active {
    font-weight: 700
}

.popover.organization-hierarchy-popover ul.tree li i {
    font-size: 18px;
    color: #919191
}

.popover.organization-hierarchy-popover ul.tree li i.Group:after {
    content: "\F167"
}

.popover.organization-hierarchy-popover ul.tree li i.Company:after,
.popover.organization-hierarchy-popover ul.tree li i.Group:after {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.popover.organization-hierarchy-popover ul.tree li i.Company:after {
    content: "\F13D"
}

.popover.organization-hierarchy-popover ul.tree li i.Department:after {
    content: "\F145"
}

.popover.organization-hierarchy-popover ul.tree li i.Customer:after,
.popover.organization-hierarchy-popover ul.tree li i.Department:after {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.popover.organization-hierarchy-popover ul.tree li i.Customer:after {
    content: "\F1D9"
}

.popover.organization-hierarchy-popover ul.tree li i.apiCustomer {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 2px
}

.popover.organization-hierarchy-popover ul.tree li i.apiCustomer:after {
    font-size: 13px;
    position: absolute;
    top: 1px;
    left: 2px;
    bottom: 0;
    right: 0;
    color: #000;
    content: "api";
    border: none;
    line-height: 15px
}

.popover.organization-hierarchy-popover ul.tree li i.apiCustomer:before {
    display: block;
    float: right;
    border: 1px solid #000;
    border-radius: 4px;
    content: "";
    width: 28px;
    height: 18px;
    margin-right: 2px
}

.popover.organization-hierarchy-popover ul.tree li:not(.active) {
    font-weight: 400
}

.popover.organization-hierarchy-popover ul.tree li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: .7em;
    height: .7em;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    content: "";
    display: inline-block
}

.popover.organization-hierarchy-popover ul.tree li.last-visible-child,
.popover.organization-hierarchy-popover ul.tree li:last-child {
    border-left: none
}

.popover.organization-hierarchy-popover ul.tree li.last-visible-child:before,
.popover.organization-hierarchy-popover ul.tree li:last-child:before {
    border-left: 1px solid #ddd
}

.popover.organization-hierarchy-popover ul.tree li>span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.popover.organization-hierarchy-popover ul.tree li>span.clip-text {
    text-overflow: clip
}

.switch-customer-profile-control {
    max-height: 300px;
    display: block;
    position: absolute;
    overflow-y: scroll
}

/*! Red tooltip style */
.qtip-red-custom {
    border-color: #843534;
    color: #843534
}

.qtip-red-custom,
.qtip-red-custom .qtip-titlebar {
    background-color: #fee
}

.qtip-red-custom .ui-state-default .qtip-icon {
    background-position: -102px 0
}

.qtip-red-custom .qtip-icon,
.qtip-red-custom .qtip-titlebar .ui-state-hover {
    border-color: #843534
}

.qtip {
    font-size: 100%
}

.smallipop-theme-default {
    background-color: #fcfcfc;
    border-color: #ccc;
    text-shadow: 0 1px 1px #eee;
    color: #444;
    width: 200px;
    max-width: 400px;
    word-break: break-word;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.smallipop-theme-default:before {
    border-color: #fcfcfc transparent transparent
}

.smallipop-theme-default:after {
    border-color: #ccc transparent transparent
}

.smallipop-theme-default.smallipop-bottom:before {
    border-color: transparent transparent #fcfcfc
}

.smallipop-theme-default.smallipop-bottom:after {
    border-color: transparent transparent #ccc
}

.smallipop-theme-default.smallipop-left:before {
    border-color: transparent transparent transparent #fcfcfc
}

.smallipop-theme-default.smallipop-left:after {
    border-color: transparent transparent transparent #ccc
}

.smallipop-theme-default.smallipop-right:before {
    border-color: transparent #fcfcfc transparent transparent
}

.smallipop-theme-default.smallipop-right:after {
    border-color: transparent #ccc transparent transparent
}

.smallipop-theme-default .smallipop-content {
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.smallipop-theme-default .smallipop-tour-progress {
    color: #777
}

.smallipop-theme-default .smallipop-tour-close-icon {
    background: #fafafa;
    color: #555;
    text-shadow: 0 1px 1px #fff
}

.smallipop-theme-default .smallipop-tour-close-icon:hover {
    background: #f5f5f5;
    color: var(--font-default-color)
}

.smallipop-theme-default .smallipop-tour-close,
.smallipop-theme-default .smallipop-tour-next,
.smallipop-theme-default .smallipop-tour-prev {
    color: #666;
    background: #f0f0f0
}

.smallipop-theme-default .smallipop-tour-close:hover,
.smallipop-theme-default .smallipop-tour-next:hover,
.smallipop-theme-default .smallipop-tour-prev:hover {
    color: #333;
    background: #f4f4f4
}

.icon-green {
    color: #007b00
}

.smallipop-instance {
    width: auto;
    max-width: 400px
}

.smallipop-instance .smallipop-content {
    white-space: pre-line;
    text-align: left
}

.slider .slider-selection {
    background-image: none;
    background-color: #fdeee0
}

.slider .slider-handle {
    background-image: none;
    background-color: #FE8523
}

.modal .field.fullwidth {
    width: 100% !important
}

.modal .field.fullwidth .fieldValue {
    width: auto;
    margin-right: 0
}

.modal .field.fullwidth .fieldValue input,
.modal .field.fullwidth .fieldValue textarea {
    width: 100% !important
}

.modal .btn-primary {
    min-width: 75px
}

.modal .btn-cancel {
    margin-left: 5px;
    min-width: 75px
}

.collapse.notInitedContent:not(.in) {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

::-ms-clear {
    display: none
}

a.regularLink[target=_blank]:after {
    font-family: Agito;
    content: "\F156";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 5px;
    display: inline-block;
    position: relative;
    top: -1px
}

a.regularLink[target=_blank]:hover:after {
    border-bottom: 1px solid
}

a.agito-question-mark-button {
    border-radius: 4px;
    line-height: 25px;
    margin-left: 10px;
    border: 1px solid #d5d5d5;
    color: #777;
    background-color: #f3f3f3;
    display: inherit;
    height: 32px
}

a>i.agito-icon.agito-icon-question-circle.with-icon {
    width: 30px;
    text-align: center;
    height: 100%;
    vertical-align: text-top;
    display: inline-block
}

.popoverContentContainer {
    display: none
}

.text .agito-icon {
    margin-left: 5px
}

.text .internalNavigation+.agito-icon {
    color: #1e90bf
}

.text .internalNavigation+.agito-icon.agito-icon-question-circle {
    color: #000;
    cursor: pointer
}

.alert-warning .alert-item {
    white-space: pre-wrap;
    margin-left: 40px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 21px
}

.smallipop-theme-default {
    background: none;
    background-color: var(--font-default-color);
    border-color: #111;
    text-shadow: 0 -1px 1px #111;
    color: #f5f5f5;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #333), color-stop(100%, var(--font-default-color)));
    background: -webkit-linear-gradient(#333, var(--font-default-color));
    background: -moz-linear-gradient(#333, var(--font-default-color));
    background: -o-linear-gradient(#333, var(--font-default-color));
    background: linear-gradient(#333, var(--font-default-color));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.smallipop-theme-default a {
    color: #eef8ff;
    text-shadow: 0 -1px 1px #111
}

.smallipop-theme-default:before {
    border-color: var(--font-default-color) transparent transparent
}

.smallipop-theme-default:after {
    border-color: #111 transparent transparent
}

.smallipop-theme-default.smallipop-bottom:before {
    border-color: transparent transparent var(--font-default-color)
}

.smallipop-theme-default.smallipop-bottom:after {
    border-color: transparent transparent #111
}

.smallipop-theme-default.smallipop-left:before {
    border-color: transparent transparent transparent var(--font-default-color)
}

.smallipop-theme-default.smallipop-left:after {
    border-color: transparent transparent transparent #111
}

.smallipop-theme-default.smallipop-right:before {
    border-color: transparent var(--font-default-color) transparent transparent
}

.smallipop-theme-default.smallipop-right:after {
    border-color: transparent #111 transparent transparent
}

.smallipop-theme-default .smallipop-content {
    border-top: 1px solid #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.smallipop-theme-default .smallipop-tour-progress {
    color: #888
}

.smallipop-theme-default .smallipop-tour-close,
.smallipop-theme-default .smallipop-tour-next,
.smallipop-theme-default .smallipop-tour-prev {
    color: #ccc;
    background: #333
}

.smallipop-theme-default .smallipop-tour-close:hover,
.smallipop-theme-default .smallipop-tour-next:hover,
.smallipop-theme-default .smallipop-tour-prev:hover {
    color: #fff;
    background: #3a3a3a
}

.cssgradients .smallipop-theme-default {
    background-color: transparent
}

a.regularLink {
    cursor: pointer
}

a.regularLink[target=_blank]:after,
a.regularLink[target=_blank]:hover:after {
    text-decoration: none
}

a.download-label {
    white-space: pre
}

a.download-label:before {
    display: inline-block;
    font-family: Agito;
    content: "\F14C" " ";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

a.draft-progress-label {
    white-space: pre
}

a.draft-progress-label:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C3";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.line-separator {
    height: 1px;
    background: #717171
}

.slide-right-enter-active,
.slide-right-leave-active {
    transition: all .3s ease-in-out
}

.slide-right-enter,
.slide-right-leave-to {
    transform: translateX(100%)
}

.disable-overflow {
    overflow: hidden
}

.price-negative {
    color: #e40000
}

.price-positive {
    color: #22b63a
}

.defaultTerminology:after {
    display: inline-block;
    font-family: Agito;
    content: "\F17E";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
    font-size: 15.4px;
    position: relative;
    top: 2px;
    padding-left: 5px
}

.customer-profile-selector-container {
    margin-left: 16px;
    width: calc(100% - 32px)
}

.agito-icon-delete-file {
    color: #ff4500
}

.jnavigate-overlay {
    position: absolute;
    background-image: url(../0406bcb895265a43377d.gif);
    background-repeat: no-repeat;
    zIndex: 999
}

.language-icon {
    padding-right: 2px
}

.language-icon.select2-result:before {
    float: left;
    margin-top: 4px
}

.language-icon.headline:not(.selected-headline) {
    font-style: italic
}

.language-icon.headline .select2-result-label {
    padding-left: 0
}

.language-icon.language-group-member:not(.option-content-container):not(.preferred) {
    margin-left: 22px
}

.language-icon:not(.select2-disabled):before {
    content: "";
    background: url(../f391d38091673db3a6ec.png) no-repeat 0 0;
    width: 20px;
    height: 16px;
    margin: 0 2px 0 0;
    display: inline-block;
    vertical-align: text-bottom
}

.language-icon:not(.headline).language-1:before,
.language-icon:not(.headline).language-174:before,
.language-icon:not(.headline).language-177:before,
div.without-headline .language-icon.language-1:before,
div.without-headline .language-icon.language-174:before,
div.without-headline .language-icon.language-177:before {
    background-position: -88px 0
}

.language-icon.language-2:before,
.language-icon.language-77:before,
.language-icon.language-124:before,
.language-icon.language-213:before {
    background-position: -1474px -34px
}

.language-icon.language-4:before {
    background-position: -154px 0
}

.language-icon.language-6:before {
    background-position: -1386px 0
}

.language-icon.language-7:before,
.language-icon.language-96:before,
.language-icon.language-228:before,
.language-icon.language-233:before {
    background-position: -220px -34px
}

.language-icon.language-9:before {
    background-position: -1540px -34px
}

.language-icon.language-11:before {
    background-position: -176px 0
}

.language-icon.language-12:before {
    background-position: -374px 0
}

.language-icon.language-14:before {
    background-position: -1562px -34px
}

.language-icon.language-15:before {
    background-position: -440px 0
}

.language-icon.language-19:before,
.language-icon.language-104:before,
.language-icon.language-224:before {
    background-position: -374px -34px
}

.language-icon.language-20:before {
    background-position: -396px 0
}

.language-icon.language-22:before {
    background-position: -506px 0
}

.language-icon.language-23:before {
    background-position: -1254px -17px
}

.language-icon.language-24:before {
    background-position: -528px 0
}

.language-icon.language-25:before,
.language-icon.language-152:before {
    background-position: -616px -17px
}

.language-icon.language-26:before {
    background-position: -1584px -34px
}

.language-icon.language-27:before {
    background-position: -66px 0
}

.language-icon.language-28:before,
.language-icon.language-98:before,
.language-icon.language-144:before,
.language-icon.language-170:before,
.language-icon.language-187:before {
    background-position: -1078px 0
}

.language-icon.language-29:before {
    background-position: -1650px -34px
}

.language-icon.language-30:before {
    background-position: -198px -17px
}

.language-icon.language-31:before {
    background-position: -1254px 0
}

.language-icon.language-32:before {
    background-position: -1320px 0
}

.language-icon.language-33:before {
    background-position: -528px -17px
}

.language-icon.language-13:before,
.language-icon.language-34:before,
.language-icon.language-40:before {
    background-position: -1694px -17px
}

.language-icon.language-35:before {
    background-position: -22px 0
}

.language-icon.language-36:before {
    background-position: -1606px -34px
}

.language-icon.language-37:before {
    background-position: -1430px 0
}

.language-icon.language-38:before {
    background-position: -748px -17px
}

.language-icon.language-18:before,
.language-icon.language-39:before {
    background-position: -1584px 0
}

.language-icon.language-42:before {
    background-position: -836px -17px
}

.language-icon.language-44:before {
    background-position: -1034px -17px
}

.language-icon.language-45:before {
    background-position: -1782px 0
}

.language-icon.language-46:before {
    background-position: -1056px -17px
}

.language-icon.language-47:before,
.language-icon.language-148:before {
    background-position: -1276px 0
}

.language-icon.language-8:before,
.language-icon.language-48:before {
    background-position: 0 -17px
}

.language-icon.language-49:before {
    background-position: -1826px -17px
}

.language-icon.language-50:before {
    background-position: -154px -34px
}

.language-icon.language-52:before {
    background-position: -308px -17px
}

.language-icon.language-54:before {
    background-position: -242px -17px
}

.language-icon.language-55:before {
    background-position: -440px -17px
}

.language-icon.language-56:before {
    background-position: -264px -17px
}

.language-icon.language-57:before,
.language-icon.language-95:before {
    background-position: -462px -17px
}

.language-icon.language-58:before {
    background-position: -550px -17px
}

.language-icon.language-60:before {
    background-position: -286px -34px
}

.language-icon.language-61:before {
    background-position: -946px -34px
}

.language-icon.language-62:before {
    background-position: -1430px -34px
}

.language-icon.language-63:before {
    background-position: -308px 0
}

.language-icon.language-64:before {
    background-position: -836px 0
}

.language-icon.language-65:before,
.language-icon.language-81:before {
    background-position: -858px 0
}

.language-icon.language-66:before,
.language-icon.language-157:before {
    background-position: -726px -17px
}

.language-icon.language-3:before,
.language-icon.language-67:before,
.language-icon.language-178:before,
.language-icon.language-181:before,
.language-icon.language-220:before {
    background-position: -396px -17px
}

.language-icon.language-69:before {
    background-position: -1232px -34px
}

.language-icon.language-70:before {
    background-position: -1012px -17px
}

.language-icon.language-71:before {
    background-position: -968px -17px
}

.language-icon.language-43:before,
.language-icon.language-72:before,
.language-icon.language-94:before {
    background-position: -286px -17px
}

.language-icon.language-73:before {
    background-position: -506px -17px
}

.language-icon.language-74:before {
    background-position: -1210px -17px
}

.language-icon.language-75:before {
    background-position: -1804px -17px
}

.language-icon.language-10:before,
.language-icon.language-76:before,
.language-icon.language-91:before {
    background-position: -1738px 0
}

.language-icon.language-78:before {
    background-position: -1012px -34px
}

.language-icon.language-51:before,
.language-icon.language-79:before {
    background-position: -1166px -34px
}

.language-icon.language-17:before,
.language-icon.language-83:before,
.language-icon.language-118:before {
    background-position: -1716px -17px
}

.language-icon.language-169:before,
.language-icon.language-222:before,
.language-icon.language-223:before {
    background-position: -1628px -34px
}

.language-icon.language-41:before,
.language-icon.language-84:before {
    background-position: -1694px 0
}

.language-icon.language-85:before,
.language-icon.language-146:before {
    background-position: -990px -17px
}

.language-icon.language-86:before,
.language-icon.language-97:before,
.language-icon.language-147:before {
    background-position: -968px 0
}

.language-icon.language-87:before {
    background-position: -1672px 0
}

.language-icon.language-88:before {
    background-position: -1980px -17px
}

.language-icon.language-89:before,
.language-icon.language-121:before {
    background-position: -88px -34px
}

.language-icon.language-90:before {
    background-position: -1892px 0
}

.language-icon.language-92:before {
    background-position: -198px -34px
}

.language-icon.language-5:before,
.language-icon.language-93:before,
.language-icon.language-219:before {
    background-position: -242px -34px
}

.language-icon.language-99:before {
    background-position: -484px -34px
}

.language-icon.language-100:before {
    background-position: -440px -34px
}

.language-icon.language-102:before,
.language-icon.language-141:before,
.language-icon.language-189:before {
    background-position: -1518px 0
}

.language-icon.language-103:before {
    background-position: -1078px -34px
}

.language-icon.language-105:before,
.language-icon.language-196:before {
    background-position: -704px -34px
}

.language-icon.language-106:before,
.language-icon.language-232:before {
    background-position: -132px -17px
}

.language-icon.language-107:before {
    background-position: -396px -34px
}

.language-icon.language-109:before {
    background-position: -1056px -34px
}

.language-icon.language-110:before {
    background-position: -836px -34px
}

.language-icon.language-111:before,
.language-icon.language-203:before {
    background-position: -990px -34px
}

.language-icon.language-113:before {
    background-position: -1408px -17px
}

.language-icon.language-114:before {
    background-position: -1100px -34px
}

.language-icon.language-116:before,
.language-icon.language-123:before {
    background-position: -1100px -17px
}

.language-icon.language-117:before {
    background-position: -1342px -34px
}

.language-icon.language-120:before {
    background-position: -704px 0
}

.language-icon.language-126:before {
    background-position: -660px 0
}

.language-icon.language-127:before {
    background-position: -1034px 0
}

.language-icon.language-128:before {
    background-position: -1100px 0
}

.language-icon.language-129:before {
    background-position: -1122px 0
}

.language-icon.language-130:before {
    background-position: -1364px 0
}

.language-icon.language-131:before {
    background-position: -1408px 0
}

.language-icon.language-132:before {
    background-position: -660px -34px
}

.language-icon.language-133:before {
    background-position: -44px -17px
}

.language-icon.language-134:before {
    background-position: -176px -17px
}

.language-icon.language-135:before {
    background-position: -1496px -17px
}

.language-icon.language-136:before {
    background-position: -1672px -17px
}

.language-icon.language-137:before {
    background-position: -1848px -17px
}

.language-icon.language-138:before {
    background-position: -132px -34px
}

.language-icon.language-139:before {
    background-position: -1870px -17px
}

.language-icon.language-140:before {
    background-position: -44px -34px
}

.language-icon.language-142:before {
    background-position: -1188px -34px
}

.language-icon.language-143:before {
    background-position: -1276px -34px
}

.language-icon.language-145:before {
    background-position: -880px -17px
}

.language-icon.language-149:before {
    background-position: -286px 0
}

.language-icon.language-150:before {
    background-position: -242px 0
}

.language-icon.language-151:before {
    background-position: -1518px -17px
}

.language-icon.language-154:before {
    background-position: -1936px -17px
}

.language-icon.language-158:before {
    background-position: -704px -17px
}

.language-icon.language-159:before {
    background-position: -264px -34px
}

.language-icon.language-160:before {
    background-position: -352px -34px
}

.language-icon.language-161:before {
    background-position: -1166px -17px
}

.language-icon.language-163:before {
    background-position: -1540px 0
}

.language-icon.language-164:before {
    background-position: -792px -17px
}

.language-icon.language-165:before {
    background-position: -594px -17px
}

.language-icon.language-166:before {
    background-position: -1210px -34px
}

.language-icon.language-167:before {
    background-position: -924px -34px
}

.language-icon.language-80:before,
.language-icon.language-168:before {
    background-position: -462px 0
}

.language-icon.language-53:before,
.language-icon.language-108:before,
.language-icon.language-171:before,
.language-icon.language-172:before,
.language-icon.language-173:before,
.language-icon.language-175:before,
.language-icon.language-188:before,
.language-icon.language-207:before,
.language-icon.language-217:before {
    background-position: -352px -17px
}

.language-icon.language-182:before {
    background-position: -1276px -17px
}

.language-icon.language-183:before {
    background-position: -1144px 0
}

.language-icon.language-184:before {
    background-position: -1738px -17px
}

.language-icon.language-119:before,
.language-icon.language-156:before,
.language-icon.language-179:before,
.language-icon.language-185:before {
    background-position: -418px -17px
}

.language-icon.language-192:before {
    background-position: -814px 0
}

.language-icon.language-193:before {
    background-position: -814px -17px
}

.language-icon.language-194:before,
.language-icon.language-199:before {
    background-position: -1496px 0
}

.language-icon.language-195:before {
    background-position: -748px 0
}

.language-icon.language-197:before {
    background-position: -1540px 0
}

.language-icon.language-101:before,
.language-icon.language-198:before,
.language-icon.language-201:before {
    background-position: -572px -34px
}

.language-icon.language-200:before {
    background-position: -902px -17px
}

.language-icon.language-202:before {
    background-position: -550px 0
}

.language-icon.language-204:before {
    background-position: -1188px 0
}

.language-icon.language-205:before {
    background-position: -594px -34px
}

.language-icon.language-206:before {
    background-position: -110px -17px
}

.language-icon.language-208:before {
    background-position: -858px -34px
}

.language-icon.language-209:before {
    background-position: -1606px -17px
}

.language-icon.language-211:before {
    background-position: -946px -17px
}

.language-icon.language-82:before,
.language-icon.language-210:before,
.language-icon.language-212:before,
.language-icon.language-234:before {
    background-position: -1650px -17px
}

.language-icon.language-214:before {
    background-position: -946px 0
}

.language-icon.language-215:before {
    background-position: -1122px -34px
}

.language-icon.language-115:before,
.language-icon.language-216:before {
    background-position: -1958px -17px
}

.language-icon.language-218:before {
    background-position: -792px 0
}

.language-icon.language-221:before {
    background-position: -1232px 0
}

.language-icon.language-231:before {
    background-position: -198px 0
}

.language-icon.language-241:before,
.language-icon.language-242:before {
    background-position: -1122px -17px
}

.language-icon.language-243:before {
    background-position: -990px -17px
}

.language-icon.language-1030:before {
    background-position: -1320px 0
}

.language-icon.language-1031:before {
    background-position: -1276px 0
}

.language-icon.language-1033:before {
    background-position: -1166px -34px
}

.language-icon.language-1035:before {
    background-position: -1584px 0
}

.language-icon.language-1044:before {
    background-position: -1716px -17px
}

.language-icon.language-1053:before {
    background-position: -374px -34px
}

.language-icon.language-2057:before {
    background-position: -22px 0
}

.language-icon.language-229:before {
    background-position: -1672px -34px
}

.language-icon.language-1036:before {
    background-position: -1694px 0
}

.language-icon.language-1043:before {
    background-position: -1694px -17px
}

.language-icon.language-1034:before {
    background-position: -1518px 0
}

.language-icon.headline:before {
    visibility: hidden;
    width: 0
}

[class*=" matched-resources-auto-invite"].disabled,
[class^=matched-resources-auto-invite].disabled {
    color: #d3d3d3
}

[class*=" matched-resources-auto-invite"].matched-resources-auto-invite:before,
[class^=matched-resources-auto-invite].matched-resources-auto-invite:before {
    display: inline-block;
    font-family: Agito;
    content: "\F161";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-size: 21px
}

[class*=" filestransformationprocessstate-"].select2-result:before,
[class*=" filestransformationrequeststate-"].select2-result:before,
[class*=" filestransformationrequesttransformedfilestatus-"].select2-result:before,
[class*=" matched-resources-status-"].select2-result:before,
[class*=" status-"].select2-result:before,
[class*=" supplier-job-status-"].select2-result:before,
[class*=" untouched-workflow-status-"].select2-result:before,
[class^=filestransformationprocessstate-].select2-result:before,
[class^=filestransformationrequeststate-].select2-result:before,
[class^=filestransformationrequesttransformedfilestatus-].select2-result:before,
[class^=matched-resources-status-].select2-result:before,
[class^=source-file-in-online-workflow-status-].select2-result:before,
[class^=status-].select2-result:before,
[class^=supplier-job-status-].select2-result:before,
[class^=untouched-workflow-status-].select2-result:before {
    float: left;
    padding-top: 4px
}

[class*=" filestransformationprocessstate-"] .status-dot,
[class*=" filestransformationrequeststate-"] .status-dot,
[class*=" filestransformationrequesttransformedfilestatus-"] .status-dot,
[class*=" matched-resources-status-"] .status-dot,
[class*=" status-"] .status-dot,
[class*=" supplier-job-status-"] .status-dot,
[class*=" untouched-workflow-status-"] .status-dot,
[class^=filestransformationprocessstate-] .status-dot,
[class^=filestransformationrequeststate-] .status-dot,
[class^=filestransformationrequesttransformedfilestatus-] .status-dot,
[class^=matched-resources-status-] .status-dot,
[class^=source-file-in-online-workflow-status-] .status-dot,
[class^=status-] .status-dot,
[class^=supplier-job-status-] .status-dot,
[class^=untouched-workflow-status-] .status-dot {
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class*=" filestransformationprocessstate-"].filestransformationrequeststate-PartiallySucceeded:before,
[class*=" filestransformationprocessstate-"].filestransformationrequesttransformedfilestatus-Warning:before,
[class*=" filestransformationprocessstate-"].matched-resources-status-MadeABid:before,
[class*=" filestransformationprocessstate-"].status-Accepted:before,
[class*=" filestransformationprocessstate-"].status-Approved:before,
[class*=" filestransformationprocessstate-"].status-AutoSaved:before,
[class*=" filestransformationprocessstate-"].status-InConfiguration:before,
[class*=" filestransformationprocessstate-"].status-New:before,
[class*=" filestransformationprocessstate-"].status-OfferNotSent:before,
[class*=" filestransformationprocessstate-"].status-Pending:before,
[class*=" filestransformationprocessstate-"].status-QuoteInProgress:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-WithBid:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class*=" filestransformationrequeststate-"].filestransformationrequeststate-PartiallySucceeded:before,
[class*=" filestransformationrequeststate-"].filestransformationrequesttransformedfilestatus-Warning:before,
[class*=" filestransformationrequeststate-"].matched-resources-status-MadeABid:before,
[class*=" filestransformationrequeststate-"].status-Accepted:before,
[class*=" filestransformationrequeststate-"].status-Approved:before,
[class*=" filestransformationrequeststate-"].status-AutoSaved:before,
[class*=" filestransformationrequeststate-"].status-InConfiguration:before,
[class*=" filestransformationrequeststate-"].status-New:before,
[class*=" filestransformationrequeststate-"].status-OfferNotSent:before,
[class*=" filestransformationrequeststate-"].status-Pending:before,
[class*=" filestransformationrequeststate-"].status-QuoteInProgress:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-WithBid:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequeststate-PartiallySucceeded:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequesttransformedfilestatus-Warning:before,
[class*=" filestransformationrequesttransformedfilestatus-"].matched-resources-status-MadeABid:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Accepted:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Approved:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-AutoSaved:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-InConfiguration:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-New:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferNotSent:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Pending:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-QuoteInProgress:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-WithBid:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class*=" matched-resources-status-"].filestransformationrequeststate-PartiallySucceeded:before,
[class*=" matched-resources-status-"].filestransformationrequesttransformedfilestatus-Warning:before,
[class*=" matched-resources-status-"].matched-resources-status-MadeABid:before,
[class*=" matched-resources-status-"].status-Accepted:before,
[class*=" matched-resources-status-"].status-Approved:before,
[class*=" matched-resources-status-"].status-AutoSaved:before,
[class*=" matched-resources-status-"].status-InConfiguration:before,
[class*=" matched-resources-status-"].status-New:before,
[class*=" matched-resources-status-"].status-OfferNotSent:before,
[class*=" matched-resources-status-"].status-Pending:before,
[class*=" matched-resources-status-"].status-QuoteInProgress:before,
[class*=" matched-resources-status-"].supplier-job-status-WithBid:before,
[class*=" status-"].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class*=" status-"].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class*=" status-"].filestransformationrequeststate-PartiallySucceeded:before,
[class*=" status-"].filestransformationrequesttransformedfilestatus-Warning:before,
[class*=" status-"].matched-resources-status-MadeABid:before,
[class*=" status-"].status-Accepted:before,
[class*=" status-"].status-Approved:before,
[class*=" status-"].status-AutoSaved:before,
[class*=" status-"].status-InConfiguration:before,
[class*=" status-"].status-New:before,
[class*=" status-"].status-OfferNotSent:before,
[class*=" status-"].status-Pending:before,
[class*=" status-"].status-QuoteInProgress:before,
[class*=" status-"].supplier-job-status-WithBid:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class*=" supplier-job-status-"].filestransformationrequeststate-PartiallySucceeded:before,
[class*=" supplier-job-status-"].filestransformationrequesttransformedfilestatus-Warning:before,
[class*=" supplier-job-status-"].matched-resources-status-MadeABid:before,
[class*=" supplier-job-status-"].status-Accepted:before,
[class*=" supplier-job-status-"].status-Approved:before,
[class*=" supplier-job-status-"].status-AutoSaved:before,
[class*=" supplier-job-status-"].status-InConfiguration:before,
[class*=" supplier-job-status-"].status-New:before,
[class*=" supplier-job-status-"].status-OfferNotSent:before,
[class*=" supplier-job-status-"].status-Pending:before,
[class*=" supplier-job-status-"].status-QuoteInProgress:before,
[class*=" supplier-job-status-"].supplier-job-status-WithBid:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class*=" untouched-workflow-status-"].filestransformationrequeststate-PartiallySucceeded:before,
[class*=" untouched-workflow-status-"].filestransformationrequesttransformedfilestatus-Warning:before,
[class*=" untouched-workflow-status-"].matched-resources-status-MadeABid:before,
[class*=" untouched-workflow-status-"].status-Accepted:before,
[class*=" untouched-workflow-status-"].status-Approved:before,
[class*=" untouched-workflow-status-"].status-AutoSaved:before,
[class*=" untouched-workflow-status-"].status-InConfiguration:before,
[class*=" untouched-workflow-status-"].status-New:before,
[class*=" untouched-workflow-status-"].status-OfferNotSent:before,
[class*=" untouched-workflow-status-"].status-Pending:before,
[class*=" untouched-workflow-status-"].status-QuoteInProgress:before,
[class*=" untouched-workflow-status-"].supplier-job-status-WithBid:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class^=filestransformationprocessstate-].filestransformationrequeststate-PartiallySucceeded:before,
[class^=filestransformationprocessstate-].filestransformationrequesttransformedfilestatus-Warning:before,
[class^=filestransformationprocessstate-].matched-resources-status-MadeABid:before,
[class^=filestransformationprocessstate-].status-Accepted:before,
[class^=filestransformationprocessstate-].status-Approved:before,
[class^=filestransformationprocessstate-].status-AutoSaved:before,
[class^=filestransformationprocessstate-].status-InConfiguration:before,
[class^=filestransformationprocessstate-].status-New:before,
[class^=filestransformationprocessstate-].status-OfferNotSent:before,
[class^=filestransformationprocessstate-].status-Pending:before,
[class^=filestransformationprocessstate-].status-QuoteInProgress:before,
[class^=filestransformationprocessstate-].supplier-job-status-WithBid:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class^=filestransformationrequeststate-].filestransformationrequeststate-PartiallySucceeded:before,
[class^=filestransformationrequeststate-].filestransformationrequesttransformedfilestatus-Warning:before,
[class^=filestransformationrequeststate-].matched-resources-status-MadeABid:before,
[class^=filestransformationrequeststate-].status-Accepted:before,
[class^=filestransformationrequeststate-].status-Approved:before,
[class^=filestransformationrequeststate-].status-AutoSaved:before,
[class^=filestransformationrequeststate-].status-InConfiguration:before,
[class^=filestransformationrequeststate-].status-New:before,
[class^=filestransformationrequeststate-].status-OfferNotSent:before,
[class^=filestransformationrequeststate-].status-Pending:before,
[class^=filestransformationrequeststate-].status-QuoteInProgress:before,
[class^=filestransformationrequeststate-].supplier-job-status-WithBid:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequeststate-PartiallySucceeded:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequesttransformedfilestatus-Warning:before,
[class^=filestransformationrequesttransformedfilestatus-].matched-resources-status-MadeABid:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Accepted:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Approved:before,
[class^=filestransformationrequesttransformedfilestatus-].status-AutoSaved:before,
[class^=filestransformationrequesttransformedfilestatus-].status-InConfiguration:before,
[class^=filestransformationrequesttransformedfilestatus-].status-New:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferNotSent:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Pending:before,
[class^=filestransformationrequesttransformedfilestatus-].status-QuoteInProgress:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-WithBid:before,
[class^=matched-resources-status-].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class^=matched-resources-status-].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class^=matched-resources-status-].filestransformationrequeststate-PartiallySucceeded:before,
[class^=matched-resources-status-].filestransformationrequesttransformedfilestatus-Warning:before,
[class^=matched-resources-status-].matched-resources-status-MadeABid:before,
[class^=matched-resources-status-].status-Accepted:before,
[class^=matched-resources-status-].status-Approved:before,
[class^=matched-resources-status-].status-AutoSaved:before,
[class^=matched-resources-status-].status-InConfiguration:before,
[class^=matched-resources-status-].status-New:before,
[class^=matched-resources-status-].status-OfferNotSent:before,
[class^=matched-resources-status-].status-Pending:before,
[class^=matched-resources-status-].status-QuoteInProgress:before,
[class^=matched-resources-status-].supplier-job-status-WithBid:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequeststate-PartiallySucceeded:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequesttransformedfilestatus-Warning:before,
[class^=source-file-in-online-workflow-status-].matched-resources-status-MadeABid:before,
[class^=source-file-in-online-workflow-status-].status-Accepted:before,
[class^=source-file-in-online-workflow-status-].status-Approved:before,
[class^=source-file-in-online-workflow-status-].status-AutoSaved:before,
[class^=source-file-in-online-workflow-status-].status-InConfiguration:before,
[class^=source-file-in-online-workflow-status-].status-New:before,
[class^=source-file-in-online-workflow-status-].status-OfferNotSent:before,
[class^=source-file-in-online-workflow-status-].status-Pending:before,
[class^=source-file-in-online-workflow-status-].status-QuoteInProgress:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-WithBid:before,
[class^=status-].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class^=status-].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class^=status-].filestransformationrequeststate-PartiallySucceeded:before,
[class^=status-].filestransformationrequesttransformedfilestatus-Warning:before,
[class^=status-].matched-resources-status-MadeABid:before,
[class^=status-].status-Accepted:before,
[class^=status-].status-Approved:before,
[class^=status-].status-AutoSaved:before,
[class^=status-].status-InConfiguration:before,
[class^=status-].status-New:before,
[class^=status-].status-OfferNotSent:before,
[class^=status-].status-Pending:before,
[class^=status-].status-QuoteInProgress:before,
[class^=status-].supplier-job-status-WithBid:before,
[class^=supplier-job-status-].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class^=supplier-job-status-].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class^=supplier-job-status-].filestransformationrequeststate-PartiallySucceeded:before,
[class^=supplier-job-status-].filestransformationrequesttransformedfilestatus-Warning:before,
[class^=supplier-job-status-].matched-resources-status-MadeABid:before,
[class^=supplier-job-status-].status-Accepted:before,
[class^=supplier-job-status-].status-Approved:before,
[class^=supplier-job-status-].status-AutoSaved:before,
[class^=supplier-job-status-].status-InConfiguration:before,
[class^=supplier-job-status-].status-New:before,
[class^=supplier-job-status-].status-OfferNotSent:before,
[class^=supplier-job-status-].status-Pending:before,
[class^=supplier-job-status-].status-QuoteInProgress:before,
[class^=supplier-job-status-].supplier-job-status-WithBid:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PostprocessingPartiallySucceeded:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PreprocessingPartiallySucceeded:before,
[class^=untouched-workflow-status-].filestransformationrequeststate-PartiallySucceeded:before,
[class^=untouched-workflow-status-].filestransformationrequesttransformedfilestatus-Warning:before,
[class^=untouched-workflow-status-].matched-resources-status-MadeABid:before,
[class^=untouched-workflow-status-].status-Accepted:before,
[class^=untouched-workflow-status-].status-Approved:before,
[class^=untouched-workflow-status-].status-AutoSaved:before,
[class^=untouched-workflow-status-].status-InConfiguration:before,
[class^=untouched-workflow-status-].status-New:before,
[class^=untouched-workflow-status-].status-OfferNotSent:before,
[class^=untouched-workflow-status-].status-Pending:before,
[class^=untouched-workflow-status-].status-QuoteInProgress:before,
[class^=untouched-workflow-status-].supplier-job-status-WithBid:before {
    color: #fabd00;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PostprocessingFailed:before,
[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PreprocessingFailed:before,
[class*=" filestransformationprocessstate-"].filestransformationrequeststate-Failed:before,
[class*=" filestransformationprocessstate-"].filestransformationrequesttransformedfilestatus-Failed:before,
[class*=" filestransformationprocessstate-"].matched-resources-status-NotYetInvited:before,
[class*=" filestransformationprocessstate-"].untouched-workflow-status-Failed:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PostprocessingFailed:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PreprocessingFailed:before,
[class*=" filestransformationrequeststate-"].filestransformationrequeststate-Failed:before,
[class*=" filestransformationrequeststate-"].filestransformationrequesttransformedfilestatus-Failed:before,
[class*=" filestransformationrequeststate-"].matched-resources-status-NotYetInvited:before,
[class*=" filestransformationrequeststate-"].untouched-workflow-status-Failed:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PostprocessingFailed:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PreprocessingFailed:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequeststate-Failed:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequesttransformedfilestatus-Failed:before,
[class*=" filestransformationrequesttransformedfilestatus-"].matched-resources-status-NotYetInvited:before,
[class*=" filestransformationrequesttransformedfilestatus-"].untouched-workflow-status-Failed:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PostprocessingFailed:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PreprocessingFailed:before,
[class*=" matched-resources-status-"].filestransformationrequeststate-Failed:before,
[class*=" matched-resources-status-"].filestransformationrequesttransformedfilestatus-Failed:before,
[class*=" matched-resources-status-"].matched-resources-status-NotYetInvited:before,
[class*=" matched-resources-status-"].untouched-workflow-status-Failed:before,
[class*=" status-"].filestransformationprocessstate-PostprocessingFailed:before,
[class*=" status-"].filestransformationprocessstate-PreprocessingFailed:before,
[class*=" status-"].filestransformationrequeststate-Failed:before,
[class*=" status-"].filestransformationrequesttransformedfilestatus-Failed:before,
[class*=" status-"].matched-resources-status-NotYetInvited:before,
[class*=" status-"].untouched-workflow-status-Failed:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PostprocessingFailed:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PreprocessingFailed:before,
[class*=" supplier-job-status-"].filestransformationrequeststate-Failed:before,
[class*=" supplier-job-status-"].filestransformationrequesttransformedfilestatus-Failed:before,
[class*=" supplier-job-status-"].matched-resources-status-NotYetInvited:before,
[class*=" supplier-job-status-"].untouched-workflow-status-Failed:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PostprocessingFailed:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PreprocessingFailed:before,
[class*=" untouched-workflow-status-"].filestransformationrequeststate-Failed:before,
[class*=" untouched-workflow-status-"].filestransformationrequesttransformedfilestatus-Failed:before,
[class*=" untouched-workflow-status-"].matched-resources-status-NotYetInvited:before,
[class*=" untouched-workflow-status-"].untouched-workflow-status-Failed:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PostprocessingFailed:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PreprocessingFailed:before,
[class^=filestransformationprocessstate-].filestransformationrequeststate-Failed:before,
[class^=filestransformationprocessstate-].filestransformationrequesttransformedfilestatus-Failed:before,
[class^=filestransformationprocessstate-].matched-resources-status-NotYetInvited:before,
[class^=filestransformationprocessstate-].untouched-workflow-status-Failed:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PostprocessingFailed:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PreprocessingFailed:before,
[class^=filestransformationrequeststate-].filestransformationrequeststate-Failed:before,
[class^=filestransformationrequeststate-].filestransformationrequesttransformedfilestatus-Failed:before,
[class^=filestransformationrequeststate-].matched-resources-status-NotYetInvited:before,
[class^=filestransformationrequeststate-].untouched-workflow-status-Failed:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PostprocessingFailed:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PreprocessingFailed:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequeststate-Failed:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequesttransformedfilestatus-Failed:before,
[class^=filestransformationrequesttransformedfilestatus-].matched-resources-status-NotYetInvited:before,
[class^=filestransformationrequesttransformedfilestatus-].untouched-workflow-status-Failed:before,
[class^=matched-resources-status-].filestransformationprocessstate-PostprocessingFailed:before,
[class^=matched-resources-status-].filestransformationprocessstate-PreprocessingFailed:before,
[class^=matched-resources-status-].filestransformationrequeststate-Failed:before,
[class^=matched-resources-status-].filestransformationrequesttransformedfilestatus-Failed:before,
[class^=matched-resources-status-].matched-resources-status-NotYetInvited:before,
[class^=matched-resources-status-].untouched-workflow-status-Failed:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PostprocessingFailed:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PreprocessingFailed:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequeststate-Failed:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequesttransformedfilestatus-Failed:before,
[class^=source-file-in-online-workflow-status-].matched-resources-status-NotYetInvited:before,
[class^=source-file-in-online-workflow-status-].untouched-workflow-status-Failed:before,
[class^=status-].filestransformationprocessstate-PostprocessingFailed:before,
[class^=status-].filestransformationprocessstate-PreprocessingFailed:before,
[class^=status-].filestransformationrequeststate-Failed:before,
[class^=status-].filestransformationrequesttransformedfilestatus-Failed:before,
[class^=status-].matched-resources-status-NotYetInvited:before,
[class^=status-].untouched-workflow-status-Failed:before,
[class^=supplier-job-status-].filestransformationprocessstate-PostprocessingFailed:before,
[class^=supplier-job-status-].filestransformationprocessstate-PreprocessingFailed:before,
[class^=supplier-job-status-].filestransformationrequeststate-Failed:before,
[class^=supplier-job-status-].filestransformationrequesttransformedfilestatus-Failed:before,
[class^=supplier-job-status-].matched-resources-status-NotYetInvited:before,
[class^=supplier-job-status-].untouched-workflow-status-Failed:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PostprocessingFailed:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PreprocessingFailed:before,
[class^=untouched-workflow-status-].filestransformationrequeststate-Failed:before,
[class^=untouched-workflow-status-].filestransformationrequesttransformedfilestatus-Failed:before,
[class^=untouched-workflow-status-].matched-resources-status-NotYetInvited:before,
[class^=untouched-workflow-status-].untouched-workflow-status-Failed:before {
    color: #cc2c2c;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].supplier-job-status-AwaitingForPreviousJob:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-UnderPreparation:before,
[class*=" filestransformationprocessstate-"].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-AwaitingForPreviousJob:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-UnderPreparation:before,
[class*=" filestransformationrequeststate-"].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-AwaitingForPreviousJob:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-UnderPreparation:before,
[class*=" filestransformationrequesttransformedfilestatus-"].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class*=" matched-resources-status-"].supplier-job-status-AwaitingForPreviousJob:before,
[class*=" matched-resources-status-"].supplier-job-status-UnderPreparation:before,
[class*=" matched-resources-status-"].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class*=" status-"].supplier-job-status-AwaitingForPreviousJob:before,
[class*=" status-"].supplier-job-status-UnderPreparation:before,
[class*=" status-"].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class*=" supplier-job-status-"].supplier-job-status-AwaitingForPreviousJob:before,
[class*=" supplier-job-status-"].supplier-job-status-UnderPreparation:before,
[class*=" supplier-job-status-"].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class*=" untouched-workflow-status-"].supplier-job-status-AwaitingForPreviousJob:before,
[class*=" untouched-workflow-status-"].supplier-job-status-UnderPreparation:before,
[class*=" untouched-workflow-status-"].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class^=filestransformationprocessstate-].supplier-job-status-AwaitingForPreviousJob:before,
[class^=filestransformationprocessstate-].supplier-job-status-UnderPreparation:before,
[class^=filestransformationprocessstate-].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class^=filestransformationrequeststate-].supplier-job-status-AwaitingForPreviousJob:before,
[class^=filestransformationrequeststate-].supplier-job-status-UnderPreparation:before,
[class^=filestransformationrequeststate-].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-AwaitingForPreviousJob:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-UnderPreparation:before,
[class^=filestransformationrequesttransformedfilestatus-].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class^=matched-resources-status-].supplier-job-status-AwaitingForPreviousJob:before,
[class^=matched-resources-status-].supplier-job-status-UnderPreparation:before,
[class^=matched-resources-status-].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-AwaitingForPreviousJob:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-UnderPreparation:before,
[class^=source-file-in-online-workflow-status-].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class^=status-].supplier-job-status-AwaitingForPreviousJob:before,
[class^=status-].supplier-job-status-UnderPreparation:before,
[class^=status-].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class^=supplier-job-status-].supplier-job-status-AwaitingForPreviousJob:before,
[class^=supplier-job-status-].supplier-job-status-UnderPreparation:before,
[class^=supplier-job-status-].untouched-workflow-status-WaitingForOrderToBeReady:before,
[class^=untouched-workflow-status-].supplier-job-status-AwaitingForPreviousJob:before,
[class^=untouched-workflow-status-].supplier-job-status-UnderPreparation:before,
[class^=untouched-workflow-status-].untouched-workflow-status-WaitingForOrderToBeReady:before {
    color: #b944ce;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].status-MadeABid:before,
[class*=" filestransformationrequeststate-"].status-MadeABid:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-MadeABid:before,
[class*=" matched-resources-status-"].status-MadeABid:before,
[class*=" status-"].status-MadeABid:before,
[class*=" supplier-job-status-"].status-MadeABid:before,
[class*=" untouched-workflow-status-"].status-MadeABid:before,
[class^=filestransformationprocessstate-].status-MadeABid:before,
[class^=filestransformationrequeststate-].status-MadeABid:before,
[class^=filestransformationrequesttransformedfilestatus-].status-MadeABid:before,
[class^=matched-resources-status-].status-MadeABid:before,
[class^=source-file-in-online-workflow-status-].status-MadeABid:before,
[class^=status-].status-MadeABid:before,
[class^=supplier-job-status-].status-MadeABid:before,
[class^=untouched-workflow-status-].status-MadeABid:before {
    color: #c7990a;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PostprocessingInProgress:before,
[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PreprocessingInProgress:before,
[class*=" filestransformationprocessstate-"].filestransformationrequeststate-Created:before,
[class*=" filestransformationprocessstate-"].filestransformationrequeststate-InProgress:before,
[class*=" filestransformationprocessstate-"].matched-resources-status-Accepted:before,
[class*=" filestransformationprocessstate-"].source-file-in-online-workflow-status-used:before,
[class*=" filestransformationprocessstate-"].status-Active:before,
[class*=" filestransformationprocessstate-"].status-InProgress:before,
[class*=" filestransformationprocessstate-"].status-NotSent:before,
[class*=" filestransformationprocessstate-"].status-Sent:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-InProgress:before,
[class*=" filestransformationprocessstate-"].untouched-workflow-status-InProgress:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PostprocessingInProgress:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PreprocessingInProgress:before,
[class*=" filestransformationrequeststate-"].filestransformationrequeststate-Created:before,
[class*=" filestransformationrequeststate-"].filestransformationrequeststate-InProgress:before,
[class*=" filestransformationrequeststate-"].matched-resources-status-Accepted:before,
[class*=" filestransformationrequeststate-"].source-file-in-online-workflow-status-used:before,
[class*=" filestransformationrequeststate-"].status-Active:before,
[class*=" filestransformationrequeststate-"].status-InProgress:before,
[class*=" filestransformationrequeststate-"].status-NotSent:before,
[class*=" filestransformationrequeststate-"].status-Sent:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-InProgress:before,
[class*=" filestransformationrequeststate-"].untouched-workflow-status-InProgress:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PostprocessingInProgress:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PreprocessingInProgress:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequeststate-Created:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequeststate-InProgress:before,
[class*=" filestransformationrequesttransformedfilestatus-"].matched-resources-status-Accepted:before,
[class*=" filestransformationrequesttransformedfilestatus-"].source-file-in-online-workflow-status-used:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Active:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-InProgress:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-NotSent:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Sent:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-InProgress:before,
[class*=" filestransformationrequesttransformedfilestatus-"].untouched-workflow-status-InProgress:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PostprocessingInProgress:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PreprocessingInProgress:before,
[class*=" matched-resources-status-"].filestransformationrequeststate-Created:before,
[class*=" matched-resources-status-"].filestransformationrequeststate-InProgress:before,
[class*=" matched-resources-status-"].matched-resources-status-Accepted:before,
[class*=" matched-resources-status-"].source-file-in-online-workflow-status-used:before,
[class*=" matched-resources-status-"].status-Active:before,
[class*=" matched-resources-status-"].status-InProgress:before,
[class*=" matched-resources-status-"].status-NotSent:before,
[class*=" matched-resources-status-"].status-Sent:before,
[class*=" matched-resources-status-"].supplier-job-status-InProgress:before,
[class*=" matched-resources-status-"].untouched-workflow-status-InProgress:before,
[class*=" status-"].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class*=" status-"].filestransformationprocessstate-PostprocessingInProgress:before,
[class*=" status-"].filestransformationprocessstate-PreprocessingInProgress:before,
[class*=" status-"].filestransformationrequeststate-Created:before,
[class*=" status-"].filestransformationrequeststate-InProgress:before,
[class*=" status-"].matched-resources-status-Accepted:before,
[class*=" status-"].source-file-in-online-workflow-status-used:before,
[class*=" status-"].status-Active:before,
[class*=" status-"].status-InProgress:before,
[class*=" status-"].status-NotSent:before,
[class*=" status-"].status-Sent:before,
[class*=" status-"].supplier-job-status-InProgress:before,
[class*=" status-"].untouched-workflow-status-InProgress:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PostprocessingInProgress:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PreprocessingInProgress:before,
[class*=" supplier-job-status-"].filestransformationrequeststate-Created:before,
[class*=" supplier-job-status-"].filestransformationrequeststate-InProgress:before,
[class*=" supplier-job-status-"].matched-resources-status-Accepted:before,
[class*=" supplier-job-status-"].source-file-in-online-workflow-status-used:before,
[class*=" supplier-job-status-"].status-Active:before,
[class*=" supplier-job-status-"].status-InProgress:before,
[class*=" supplier-job-status-"].status-NotSent:before,
[class*=" supplier-job-status-"].status-Sent:before,
[class*=" supplier-job-status-"].supplier-job-status-InProgress:before,
[class*=" supplier-job-status-"].untouched-workflow-status-InProgress:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PostprocessingInProgress:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PreprocessingInProgress:before,
[class*=" untouched-workflow-status-"].filestransformationrequeststate-Created:before,
[class*=" untouched-workflow-status-"].filestransformationrequeststate-InProgress:before,
[class*=" untouched-workflow-status-"].matched-resources-status-Accepted:before,
[class*=" untouched-workflow-status-"].source-file-in-online-workflow-status-used:before,
[class*=" untouched-workflow-status-"].status-Active:before,
[class*=" untouched-workflow-status-"].status-InProgress:before,
[class*=" untouched-workflow-status-"].status-NotSent:before,
[class*=" untouched-workflow-status-"].status-Sent:before,
[class*=" untouched-workflow-status-"].supplier-job-status-InProgress:before,
[class*=" untouched-workflow-status-"].untouched-workflow-status-InProgress:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PostprocessingInProgress:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PreprocessingInProgress:before,
[class^=filestransformationprocessstate-].filestransformationrequeststate-Created:before,
[class^=filestransformationprocessstate-].filestransformationrequeststate-InProgress:before,
[class^=filestransformationprocessstate-].matched-resources-status-Accepted:before,
[class^=filestransformationprocessstate-].source-file-in-online-workflow-status-used:before,
[class^=filestransformationprocessstate-].status-Active:before,
[class^=filestransformationprocessstate-].status-InProgress:before,
[class^=filestransformationprocessstate-].status-NotSent:before,
[class^=filestransformationprocessstate-].status-Sent:before,
[class^=filestransformationprocessstate-].supplier-job-status-InProgress:before,
[class^=filestransformationprocessstate-].untouched-workflow-status-InProgress:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PostprocessingInProgress:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PreprocessingInProgress:before,
[class^=filestransformationrequeststate-].filestransformationrequeststate-Created:before,
[class^=filestransformationrequeststate-].filestransformationrequeststate-InProgress:before,
[class^=filestransformationrequeststate-].matched-resources-status-Accepted:before,
[class^=filestransformationrequeststate-].source-file-in-online-workflow-status-used:before,
[class^=filestransformationrequeststate-].status-Active:before,
[class^=filestransformationrequeststate-].status-InProgress:before,
[class^=filestransformationrequeststate-].status-NotSent:before,
[class^=filestransformationrequeststate-].status-Sent:before,
[class^=filestransformationrequeststate-].supplier-job-status-InProgress:before,
[class^=filestransformationrequeststate-].untouched-workflow-status-InProgress:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PostprocessingInProgress:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PreprocessingInProgress:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequeststate-Created:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequeststate-InProgress:before,
[class^=filestransformationrequesttransformedfilestatus-].matched-resources-status-Accepted:before,
[class^=filestransformationrequesttransformedfilestatus-].source-file-in-online-workflow-status-used:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Active:before,
[class^=filestransformationrequesttransformedfilestatus-].status-InProgress:before,
[class^=filestransformationrequesttransformedfilestatus-].status-NotSent:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Sent:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-InProgress:before,
[class^=filestransformationrequesttransformedfilestatus-].untouched-workflow-status-InProgress:before,
[class^=matched-resources-status-].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class^=matched-resources-status-].filestransformationprocessstate-PostprocessingInProgress:before,
[class^=matched-resources-status-].filestransformationprocessstate-PreprocessingInProgress:before,
[class^=matched-resources-status-].filestransformationrequeststate-Created:before,
[class^=matched-resources-status-].filestransformationrequeststate-InProgress:before,
[class^=matched-resources-status-].matched-resources-status-Accepted:before,
[class^=matched-resources-status-].source-file-in-online-workflow-status-used:before,
[class^=matched-resources-status-].status-Active:before,
[class^=matched-resources-status-].status-InProgress:before,
[class^=matched-resources-status-].status-NotSent:before,
[class^=matched-resources-status-].status-Sent:before,
[class^=matched-resources-status-].supplier-job-status-InProgress:before,
[class^=matched-resources-status-].untouched-workflow-status-InProgress:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PostprocessingInProgress:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PreprocessingInProgress:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequeststate-Created:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequeststate-InProgress:before,
[class^=source-file-in-online-workflow-status-].matched-resources-status-Accepted:before,
[class^=source-file-in-online-workflow-status-].source-file-in-online-workflow-status-used:before,
[class^=source-file-in-online-workflow-status-].status-Active:before,
[class^=source-file-in-online-workflow-status-].status-InProgress:before,
[class^=source-file-in-online-workflow-status-].status-NotSent:before,
[class^=source-file-in-online-workflow-status-].status-Sent:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-InProgress:before,
[class^=source-file-in-online-workflow-status-].untouched-workflow-status-InProgress:before,
[class^=status-].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class^=status-].filestransformationprocessstate-PostprocessingInProgress:before,
[class^=status-].filestransformationprocessstate-PreprocessingInProgress:before,
[class^=status-].filestransformationrequeststate-Created:before,
[class^=status-].filestransformationrequeststate-InProgress:before,
[class^=status-].matched-resources-status-Accepted:before,
[class^=status-].source-file-in-online-workflow-status-used:before,
[class^=status-].status-Active:before,
[class^=status-].status-InProgress:before,
[class^=status-].status-NotSent:before,
[class^=status-].status-Sent:before,
[class^=status-].supplier-job-status-InProgress:before,
[class^=status-].untouched-workflow-status-InProgress:before,
[class^=supplier-job-status-].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class^=supplier-job-status-].filestransformationprocessstate-PostprocessingInProgress:before,
[class^=supplier-job-status-].filestransformationprocessstate-PreprocessingInProgress:before,
[class^=supplier-job-status-].filestransformationrequeststate-Created:before,
[class^=supplier-job-status-].filestransformationrequeststate-InProgress:before,
[class^=supplier-job-status-].matched-resources-status-Accepted:before,
[class^=supplier-job-status-].source-file-in-online-workflow-status-used:before,
[class^=supplier-job-status-].status-Active:before,
[class^=supplier-job-status-].status-InProgress:before,
[class^=supplier-job-status-].status-NotSent:before,
[class^=supplier-job-status-].status-Sent:before,
[class^=supplier-job-status-].supplier-job-status-InProgress:before,
[class^=supplier-job-status-].untouched-workflow-status-InProgress:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PostprocessingForJobInProgress:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PostprocessingInProgress:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PreprocessingInProgress:before,
[class^=untouched-workflow-status-].filestransformationrequeststate-Created:before,
[class^=untouched-workflow-status-].filestransformationrequeststate-InProgress:before,
[class^=untouched-workflow-status-].matched-resources-status-Accepted:before,
[class^=untouched-workflow-status-].source-file-in-online-workflow-status-used:before,
[class^=untouched-workflow-status-].status-Active:before,
[class^=untouched-workflow-status-].status-InProgress:before,
[class^=untouched-workflow-status-].status-NotSent:before,
[class^=untouched-workflow-status-].status-Sent:before,
[class^=untouched-workflow-status-].supplier-job-status-InProgress:before,
[class^=untouched-workflow-status-].untouched-workflow-status-InProgress:before {
    color: #00a2d5;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PostprocessingSucceeded:before,
[class*=" filestransformationprocessstate-"].filestransformationprocessstate-PreprocessingSucceeded:before,
[class*=" filestransformationprocessstate-"].filestransformationrequeststate-Resolved:before,
[class*=" filestransformationprocessstate-"].filestransformationrequeststate-Succeeded:before,
[class*=" filestransformationprocessstate-"].filestransformationrequesttransformedfilestatus-Resolved:before,
[class*=" filestransformationprocessstate-"].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class*=" filestransformationprocessstate-"].status-Created:before,
[class*=" filestransformationprocessstate-"].status-Finished:before,
[class*=" filestransformationprocessstate-"].status-OfferCreated:before,
[class*=" filestransformationprocessstate-"].status-ProjectCreated:before,
[class*=" filestransformationprocessstate-"].status-Won:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-Finished:before,
[class*=" filestransformationprocessstate-"].untouched-workflow-status-Finished:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PostprocessingSucceeded:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-PreprocessingSucceeded:before,
[class*=" filestransformationrequeststate-"].filestransformationrequeststate-Resolved:before,
[class*=" filestransformationrequeststate-"].filestransformationrequeststate-Succeeded:before,
[class*=" filestransformationrequeststate-"].filestransformationrequesttransformedfilestatus-Resolved:before,
[class*=" filestransformationrequeststate-"].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class*=" filestransformationrequeststate-"].status-Created:before,
[class*=" filestransformationrequeststate-"].status-Finished:before,
[class*=" filestransformationrequeststate-"].status-OfferCreated:before,
[class*=" filestransformationrequeststate-"].status-ProjectCreated:before,
[class*=" filestransformationrequeststate-"].status-Won:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-Finished:before,
[class*=" filestransformationrequeststate-"].untouched-workflow-status-Finished:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PostprocessingSucceeded:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-PreprocessingSucceeded:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequeststate-Resolved:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequeststate-Succeeded:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequesttransformedfilestatus-Resolved:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Created:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Finished:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferCreated:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-ProjectCreated:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Won:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-Finished:before,
[class*=" filestransformationrequesttransformedfilestatus-"].untouched-workflow-status-Finished:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PostprocessingSucceeded:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-PreprocessingSucceeded:before,
[class*=" matched-resources-status-"].filestransformationrequeststate-Resolved:before,
[class*=" matched-resources-status-"].filestransformationrequeststate-Succeeded:before,
[class*=" matched-resources-status-"].filestransformationrequesttransformedfilestatus-Resolved:before,
[class*=" matched-resources-status-"].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class*=" matched-resources-status-"].status-Created:before,
[class*=" matched-resources-status-"].status-Finished:before,
[class*=" matched-resources-status-"].status-OfferCreated:before,
[class*=" matched-resources-status-"].status-ProjectCreated:before,
[class*=" matched-resources-status-"].status-Won:before,
[class*=" matched-resources-status-"].supplier-job-status-Finished:before,
[class*=" matched-resources-status-"].untouched-workflow-status-Finished:before,
[class*=" status-"].filestransformationprocessstate-PostprocessingSucceeded:before,
[class*=" status-"].filestransformationprocessstate-PreprocessingSucceeded:before,
[class*=" status-"].filestransformationrequeststate-Resolved:before,
[class*=" status-"].filestransformationrequeststate-Succeeded:before,
[class*=" status-"].filestransformationrequesttransformedfilestatus-Resolved:before,
[class*=" status-"].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class*=" status-"].status-Created:before,
[class*=" status-"].status-Finished:before,
[class*=" status-"].status-OfferCreated:before,
[class*=" status-"].status-ProjectCreated:before,
[class*=" status-"].status-Won:before,
[class*=" status-"].supplier-job-status-Finished:before,
[class*=" status-"].untouched-workflow-status-Finished:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PostprocessingSucceeded:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-PreprocessingSucceeded:before,
[class*=" supplier-job-status-"].filestransformationrequeststate-Resolved:before,
[class*=" supplier-job-status-"].filestransformationrequeststate-Succeeded:before,
[class*=" supplier-job-status-"].filestransformationrequesttransformedfilestatus-Resolved:before,
[class*=" supplier-job-status-"].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class*=" supplier-job-status-"].status-Created:before,
[class*=" supplier-job-status-"].status-Finished:before,
[class*=" supplier-job-status-"].status-OfferCreated:before,
[class*=" supplier-job-status-"].status-ProjectCreated:before,
[class*=" supplier-job-status-"].status-Won:before,
[class*=" supplier-job-status-"].supplier-job-status-Finished:before,
[class*=" supplier-job-status-"].untouched-workflow-status-Finished:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PostprocessingSucceeded:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-PreprocessingSucceeded:before,
[class*=" untouched-workflow-status-"].filestransformationrequeststate-Resolved:before,
[class*=" untouched-workflow-status-"].filestransformationrequeststate-Succeeded:before,
[class*=" untouched-workflow-status-"].filestransformationrequesttransformedfilestatus-Resolved:before,
[class*=" untouched-workflow-status-"].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class*=" untouched-workflow-status-"].status-Created:before,
[class*=" untouched-workflow-status-"].status-Finished:before,
[class*=" untouched-workflow-status-"].status-OfferCreated:before,
[class*=" untouched-workflow-status-"].status-ProjectCreated:before,
[class*=" untouched-workflow-status-"].status-Won:before,
[class*=" untouched-workflow-status-"].supplier-job-status-Finished:before,
[class*=" untouched-workflow-status-"].untouched-workflow-status-Finished:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PostprocessingSucceeded:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-PreprocessingSucceeded:before,
[class^=filestransformationprocessstate-].filestransformationrequeststate-Resolved:before,
[class^=filestransformationprocessstate-].filestransformationrequeststate-Succeeded:before,
[class^=filestransformationprocessstate-].filestransformationrequesttransformedfilestatus-Resolved:before,
[class^=filestransformationprocessstate-].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class^=filestransformationprocessstate-].status-Created:before,
[class^=filestransformationprocessstate-].status-Finished:before,
[class^=filestransformationprocessstate-].status-OfferCreated:before,
[class^=filestransformationprocessstate-].status-ProjectCreated:before,
[class^=filestransformationprocessstate-].status-Won:before,
[class^=filestransformationprocessstate-].supplier-job-status-Finished:before,
[class^=filestransformationprocessstate-].untouched-workflow-status-Finished:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PostprocessingSucceeded:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-PreprocessingSucceeded:before,
[class^=filestransformationrequeststate-].filestransformationrequeststate-Resolved:before,
[class^=filestransformationrequeststate-].filestransformationrequeststate-Succeeded:before,
[class^=filestransformationrequeststate-].filestransformationrequesttransformedfilestatus-Resolved:before,
[class^=filestransformationrequeststate-].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class^=filestransformationrequeststate-].status-Created:before,
[class^=filestransformationrequeststate-].status-Finished:before,
[class^=filestransformationrequeststate-].status-OfferCreated:before,
[class^=filestransformationrequeststate-].status-ProjectCreated:before,
[class^=filestransformationrequeststate-].status-Won:before,
[class^=filestransformationrequeststate-].supplier-job-status-Finished:before,
[class^=filestransformationrequeststate-].untouched-workflow-status-Finished:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PostprocessingSucceeded:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-PreprocessingSucceeded:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequeststate-Resolved:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequeststate-Succeeded:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequesttransformedfilestatus-Resolved:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Created:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Finished:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferCreated:before,
[class^=filestransformationrequesttransformedfilestatus-].status-ProjectCreated:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Won:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-Finished:before,
[class^=filestransformationrequesttransformedfilestatus-].untouched-workflow-status-Finished:before,
[class^=matched-resources-status-].filestransformationprocessstate-PostprocessingSucceeded:before,
[class^=matched-resources-status-].filestransformationprocessstate-PreprocessingSucceeded:before,
[class^=matched-resources-status-].filestransformationrequeststate-Resolved:before,
[class^=matched-resources-status-].filestransformationrequeststate-Succeeded:before,
[class^=matched-resources-status-].filestransformationrequesttransformedfilestatus-Resolved:before,
[class^=matched-resources-status-].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class^=matched-resources-status-].status-Created:before,
[class^=matched-resources-status-].status-Finished:before,
[class^=matched-resources-status-].status-OfferCreated:before,
[class^=matched-resources-status-].status-ProjectCreated:before,
[class^=matched-resources-status-].status-Won:before,
[class^=matched-resources-status-].supplier-job-status-Finished:before,
[class^=matched-resources-status-].untouched-workflow-status-Finished:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PostprocessingSucceeded:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-PreprocessingSucceeded:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequeststate-Resolved:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequeststate-Succeeded:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequesttransformedfilestatus-Resolved:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class^=source-file-in-online-workflow-status-].status-Created:before,
[class^=source-file-in-online-workflow-status-].status-Finished:before,
[class^=source-file-in-online-workflow-status-].status-OfferCreated:before,
[class^=source-file-in-online-workflow-status-].status-ProjectCreated:before,
[class^=source-file-in-online-workflow-status-].status-Won:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-Finished:before,
[class^=source-file-in-online-workflow-status-].untouched-workflow-status-Finished:before,
[class^=status-].filestransformationprocessstate-PostprocessingSucceeded:before,
[class^=status-].filestransformationprocessstate-PreprocessingSucceeded:before,
[class^=status-].filestransformationrequeststate-Resolved:before,
[class^=status-].filestransformationrequeststate-Succeeded:before,
[class^=status-].filestransformationrequesttransformedfilestatus-Resolved:before,
[class^=status-].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class^=status-].status-Created:before,
[class^=status-].status-Finished:before,
[class^=status-].status-OfferCreated:before,
[class^=status-].status-ProjectCreated:before,
[class^=status-].status-Won:before,
[class^=status-].supplier-job-status-Finished:before,
[class^=status-].untouched-workflow-status-Finished:before,
[class^=supplier-job-status-].filestransformationprocessstate-PostprocessingSucceeded:before,
[class^=supplier-job-status-].filestransformationprocessstate-PreprocessingSucceeded:before,
[class^=supplier-job-status-].filestransformationrequeststate-Resolved:before,
[class^=supplier-job-status-].filestransformationrequeststate-Succeeded:before,
[class^=supplier-job-status-].filestransformationrequesttransformedfilestatus-Resolved:before,
[class^=supplier-job-status-].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class^=supplier-job-status-].status-Created:before,
[class^=supplier-job-status-].status-Finished:before,
[class^=supplier-job-status-].status-OfferCreated:before,
[class^=supplier-job-status-].status-ProjectCreated:before,
[class^=supplier-job-status-].status-Won:before,
[class^=supplier-job-status-].supplier-job-status-Finished:before,
[class^=supplier-job-status-].untouched-workflow-status-Finished:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PostprocessingSucceeded:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-PreprocessingSucceeded:before,
[class^=untouched-workflow-status-].filestransformationrequeststate-Resolved:before,
[class^=untouched-workflow-status-].filestransformationrequeststate-Succeeded:before,
[class^=untouched-workflow-status-].filestransformationrequesttransformedfilestatus-Resolved:before,
[class^=untouched-workflow-status-].filestransformationrequesttransformedfilestatus-Succeeded:before,
[class^=untouched-workflow-status-].status-Created:before,
[class^=untouched-workflow-status-].status-Finished:before,
[class^=untouched-workflow-status-].status-OfferCreated:before,
[class^=untouched-workflow-status-].status-ProjectCreated:before,
[class^=untouched-workflow-status-].status-Won:before,
[class^=untouched-workflow-status-].supplier-job-status-Finished:before,
[class^=untouched-workflow-status-].untouched-workflow-status-Finished:before {
    color: #22b63a;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].filestransformationprocessstate-ManuallyStopped:before,
[class*=" filestransformationprocessstate-"].matched-resources-status-Invited:before,
[class*=" filestransformationprocessstate-"].status-AwaitingAcceptance:before,
[class*=" filestransformationprocessstate-"].status-InBidding:before,
[class*=" filestransformationprocessstate-"].status-OfferSent:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-AwaitingBid:before,
[class*=" filestransformationprocessstate-"].untouched-workflow-status-AutomaticallyStopped:before,
[class*=" filestransformationprocessstate-"].untouched-workflow-status-ManuallyStopped:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-ManuallyStopped:before,
[class*=" filestransformationrequeststate-"].matched-resources-status-Invited:before,
[class*=" filestransformationrequeststate-"].status-AwaitingAcceptance:before,
[class*=" filestransformationrequeststate-"].status-InBidding:before,
[class*=" filestransformationrequeststate-"].status-OfferSent:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-AwaitingBid:before,
[class*=" filestransformationrequeststate-"].untouched-workflow-status-AutomaticallyStopped:before,
[class*=" filestransformationrequeststate-"].untouched-workflow-status-ManuallyStopped:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-ManuallyStopped:before,
[class*=" filestransformationrequesttransformedfilestatus-"].matched-resources-status-Invited:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-AwaitingAcceptance:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-InBidding:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferSent:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-AwaitingBid:before,
[class*=" filestransformationrequesttransformedfilestatus-"].untouched-workflow-status-AutomaticallyStopped:before,
[class*=" filestransformationrequesttransformedfilestatus-"].untouched-workflow-status-ManuallyStopped:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-ManuallyStopped:before,
[class*=" matched-resources-status-"].matched-resources-status-Invited:before,
[class*=" matched-resources-status-"].status-AwaitingAcceptance:before,
[class*=" matched-resources-status-"].status-InBidding:before,
[class*=" matched-resources-status-"].status-OfferSent:before,
[class*=" matched-resources-status-"].supplier-job-status-AwaitingBid:before,
[class*=" matched-resources-status-"].untouched-workflow-status-AutomaticallyStopped:before,
[class*=" matched-resources-status-"].untouched-workflow-status-ManuallyStopped:before,
[class*=" status-"].filestransformationprocessstate-ManuallyStopped:before,
[class*=" status-"].matched-resources-status-Invited:before,
[class*=" status-"].status-AwaitingAcceptance:before,
[class*=" status-"].status-InBidding:before,
[class*=" status-"].status-OfferSent:before,
[class*=" status-"].supplier-job-status-AwaitingBid:before,
[class*=" status-"].untouched-workflow-status-AutomaticallyStopped:before,
[class*=" status-"].untouched-workflow-status-ManuallyStopped:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-ManuallyStopped:before,
[class*=" supplier-job-status-"].matched-resources-status-Invited:before,
[class*=" supplier-job-status-"].status-AwaitingAcceptance:before,
[class*=" supplier-job-status-"].status-InBidding:before,
[class*=" supplier-job-status-"].status-OfferSent:before,
[class*=" supplier-job-status-"].supplier-job-status-AwaitingBid:before,
[class*=" supplier-job-status-"].untouched-workflow-status-AutomaticallyStopped:before,
[class*=" supplier-job-status-"].untouched-workflow-status-ManuallyStopped:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-ManuallyStopped:before,
[class*=" untouched-workflow-status-"].matched-resources-status-Invited:before,
[class*=" untouched-workflow-status-"].status-AwaitingAcceptance:before,
[class*=" untouched-workflow-status-"].status-InBidding:before,
[class*=" untouched-workflow-status-"].status-OfferSent:before,
[class*=" untouched-workflow-status-"].supplier-job-status-AwaitingBid:before,
[class*=" untouched-workflow-status-"].untouched-workflow-status-AutomaticallyStopped:before,
[class*=" untouched-workflow-status-"].untouched-workflow-status-ManuallyStopped:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-ManuallyStopped:before,
[class^=filestransformationprocessstate-].matched-resources-status-Invited:before,
[class^=filestransformationprocessstate-].status-AwaitingAcceptance:before,
[class^=filestransformationprocessstate-].status-InBidding:before,
[class^=filestransformationprocessstate-].status-OfferSent:before,
[class^=filestransformationprocessstate-].supplier-job-status-AwaitingBid:before,
[class^=filestransformationprocessstate-].untouched-workflow-status-AutomaticallyStopped:before,
[class^=filestransformationprocessstate-].untouched-workflow-status-ManuallyStopped:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-ManuallyStopped:before,
[class^=filestransformationrequeststate-].matched-resources-status-Invited:before,
[class^=filestransformationrequeststate-].status-AwaitingAcceptance:before,
[class^=filestransformationrequeststate-].status-InBidding:before,
[class^=filestransformationrequeststate-].status-OfferSent:before,
[class^=filestransformationrequeststate-].supplier-job-status-AwaitingBid:before,
[class^=filestransformationrequeststate-].untouched-workflow-status-AutomaticallyStopped:before,
[class^=filestransformationrequeststate-].untouched-workflow-status-ManuallyStopped:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-ManuallyStopped:before,
[class^=filestransformationrequesttransformedfilestatus-].matched-resources-status-Invited:before,
[class^=filestransformationrequesttransformedfilestatus-].status-AwaitingAcceptance:before,
[class^=filestransformationrequesttransformedfilestatus-].status-InBidding:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferSent:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-AwaitingBid:before,
[class^=filestransformationrequesttransformedfilestatus-].untouched-workflow-status-AutomaticallyStopped:before,
[class^=filestransformationrequesttransformedfilestatus-].untouched-workflow-status-ManuallyStopped:before,
[class^=matched-resources-status-].filestransformationprocessstate-ManuallyStopped:before,
[class^=matched-resources-status-].matched-resources-status-Invited:before,
[class^=matched-resources-status-].status-AwaitingAcceptance:before,
[class^=matched-resources-status-].status-InBidding:before,
[class^=matched-resources-status-].status-OfferSent:before,
[class^=matched-resources-status-].supplier-job-status-AwaitingBid:before,
[class^=matched-resources-status-].untouched-workflow-status-AutomaticallyStopped:before,
[class^=matched-resources-status-].untouched-workflow-status-ManuallyStopped:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-ManuallyStopped:before,
[class^=source-file-in-online-workflow-status-].matched-resources-status-Invited:before,
[class^=source-file-in-online-workflow-status-].status-AwaitingAcceptance:before,
[class^=source-file-in-online-workflow-status-].status-InBidding:before,
[class^=source-file-in-online-workflow-status-].status-OfferSent:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-AwaitingBid:before,
[class^=source-file-in-online-workflow-status-].untouched-workflow-status-AutomaticallyStopped:before,
[class^=source-file-in-online-workflow-status-].untouched-workflow-status-ManuallyStopped:before,
[class^=status-].filestransformationprocessstate-ManuallyStopped:before,
[class^=status-].matched-resources-status-Invited:before,
[class^=status-].status-AwaitingAcceptance:before,
[class^=status-].status-InBidding:before,
[class^=status-].status-OfferSent:before,
[class^=status-].supplier-job-status-AwaitingBid:before,
[class^=status-].untouched-workflow-status-AutomaticallyStopped:before,
[class^=status-].untouched-workflow-status-ManuallyStopped:before,
[class^=supplier-job-status-].filestransformationprocessstate-ManuallyStopped:before,
[class^=supplier-job-status-].matched-resources-status-Invited:before,
[class^=supplier-job-status-].status-AwaitingAcceptance:before,
[class^=supplier-job-status-].status-InBidding:before,
[class^=supplier-job-status-].status-OfferSent:before,
[class^=supplier-job-status-].supplier-job-status-AwaitingBid:before,
[class^=supplier-job-status-].untouched-workflow-status-AutomaticallyStopped:before,
[class^=supplier-job-status-].untouched-workflow-status-ManuallyStopped:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-ManuallyStopped:before,
[class^=untouched-workflow-status-].matched-resources-status-Invited:before,
[class^=untouched-workflow-status-].status-AwaitingAcceptance:before,
[class^=untouched-workflow-status-].status-InBidding:before,
[class^=untouched-workflow-status-].status-OfferSent:before,
[class^=untouched-workflow-status-].supplier-job-status-AwaitingBid:before,
[class^=untouched-workflow-status-].untouched-workflow-status-AutomaticallyStopped:before,
[class^=untouched-workflow-status-].untouched-workflow-status-ManuallyStopped:before {
    color: #FE8523;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].status-Deleted:before,
[class*=" filestransformationprocessstate-"].status-Draft:before,
[class*=" filestransformationprocessstate-"].status-LostCancelled:before,
[class*=" filestransformationprocessstate-"].status-LostCompetitor:before,
[class*=" filestransformationprocessstate-"].status-LostPrice:before,
[class*=" filestransformationprocessstate-"].status-LostUnknown:before,
[class*=" filestransformationprocessstate-"].status-NotAvailable:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-AwaitingQualityAssurance:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-NotAvailable:before,
[class*=" filestransformationrequeststate-"].status-Deleted:before,
[class*=" filestransformationrequeststate-"].status-Draft:before,
[class*=" filestransformationrequeststate-"].status-LostCancelled:before,
[class*=" filestransformationrequeststate-"].status-LostCompetitor:before,
[class*=" filestransformationrequeststate-"].status-LostPrice:before,
[class*=" filestransformationrequeststate-"].status-LostUnknown:before,
[class*=" filestransformationrequeststate-"].status-NotAvailable:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-AwaitingQualityAssurance:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-NotAvailable:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Deleted:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Draft:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-LostCancelled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-LostCompetitor:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-LostPrice:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-LostUnknown:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-NotAvailable:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-AwaitingQualityAssurance:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-NotAvailable:before,
[class*=" matched-resources-status-"].status-Deleted:before,
[class*=" matched-resources-status-"].status-Draft:before,
[class*=" matched-resources-status-"].status-LostCancelled:before,
[class*=" matched-resources-status-"].status-LostCompetitor:before,
[class*=" matched-resources-status-"].status-LostPrice:before,
[class*=" matched-resources-status-"].status-LostUnknown:before,
[class*=" matched-resources-status-"].status-NotAvailable:before,
[class*=" matched-resources-status-"].supplier-job-status-AwaitingQualityAssurance:before,
[class*=" matched-resources-status-"].supplier-job-status-NotAvailable:before,
[class*=" status-"].status-Deleted:before,
[class*=" status-"].status-Draft:before,
[class*=" status-"].status-LostCancelled:before,
[class*=" status-"].status-LostCompetitor:before,
[class*=" status-"].status-LostPrice:before,
[class*=" status-"].status-LostUnknown:before,
[class*=" status-"].status-NotAvailable:before,
[class*=" status-"].supplier-job-status-AwaitingQualityAssurance:before,
[class*=" status-"].supplier-job-status-NotAvailable:before,
[class*=" supplier-job-status-"].status-Deleted:before,
[class*=" supplier-job-status-"].status-Draft:before,
[class*=" supplier-job-status-"].status-LostCancelled:before,
[class*=" supplier-job-status-"].status-LostCompetitor:before,
[class*=" supplier-job-status-"].status-LostPrice:before,
[class*=" supplier-job-status-"].status-LostUnknown:before,
[class*=" supplier-job-status-"].status-NotAvailable:before,
[class*=" supplier-job-status-"].supplier-job-status-AwaitingQualityAssurance:before,
[class*=" supplier-job-status-"].supplier-job-status-NotAvailable:before,
[class*=" untouched-workflow-status-"].status-Deleted:before,
[class*=" untouched-workflow-status-"].status-Draft:before,
[class*=" untouched-workflow-status-"].status-LostCancelled:before,
[class*=" untouched-workflow-status-"].status-LostCompetitor:before,
[class*=" untouched-workflow-status-"].status-LostPrice:before,
[class*=" untouched-workflow-status-"].status-LostUnknown:before,
[class*=" untouched-workflow-status-"].status-NotAvailable:before,
[class*=" untouched-workflow-status-"].supplier-job-status-AwaitingQualityAssurance:before,
[class*=" untouched-workflow-status-"].supplier-job-status-NotAvailable:before,
[class^=filestransformationprocessstate-].status-Deleted:before,
[class^=filestransformationprocessstate-].status-Draft:before,
[class^=filestransformationprocessstate-].status-LostCancelled:before,
[class^=filestransformationprocessstate-].status-LostCompetitor:before,
[class^=filestransformationprocessstate-].status-LostPrice:before,
[class^=filestransformationprocessstate-].status-LostUnknown:before,
[class^=filestransformationprocessstate-].status-NotAvailable:before,
[class^=filestransformationprocessstate-].supplier-job-status-AwaitingQualityAssurance:before,
[class^=filestransformationprocessstate-].supplier-job-status-NotAvailable:before,
[class^=filestransformationrequeststate-].status-Deleted:before,
[class^=filestransformationrequeststate-].status-Draft:before,
[class^=filestransformationrequeststate-].status-LostCancelled:before,
[class^=filestransformationrequeststate-].status-LostCompetitor:before,
[class^=filestransformationrequeststate-].status-LostPrice:before,
[class^=filestransformationrequeststate-].status-LostUnknown:before,
[class^=filestransformationrequeststate-].status-NotAvailable:before,
[class^=filestransformationrequeststate-].supplier-job-status-AwaitingQualityAssurance:before,
[class^=filestransformationrequeststate-].supplier-job-status-NotAvailable:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Deleted:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Draft:before,
[class^=filestransformationrequesttransformedfilestatus-].status-LostCancelled:before,
[class^=filestransformationrequesttransformedfilestatus-].status-LostCompetitor:before,
[class^=filestransformationrequesttransformedfilestatus-].status-LostPrice:before,
[class^=filestransformationrequesttransformedfilestatus-].status-LostUnknown:before,
[class^=filestransformationrequesttransformedfilestatus-].status-NotAvailable:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-AwaitingQualityAssurance:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-NotAvailable:before,
[class^=matched-resources-status-].status-Deleted:before,
[class^=matched-resources-status-].status-Draft:before,
[class^=matched-resources-status-].status-LostCancelled:before,
[class^=matched-resources-status-].status-LostCompetitor:before,
[class^=matched-resources-status-].status-LostPrice:before,
[class^=matched-resources-status-].status-LostUnknown:before,
[class^=matched-resources-status-].status-NotAvailable:before,
[class^=matched-resources-status-].supplier-job-status-AwaitingQualityAssurance:before,
[class^=matched-resources-status-].supplier-job-status-NotAvailable:before,
[class^=source-file-in-online-workflow-status-].status-Deleted:before,
[class^=source-file-in-online-workflow-status-].status-Draft:before,
[class^=source-file-in-online-workflow-status-].status-LostCancelled:before,
[class^=source-file-in-online-workflow-status-].status-LostCompetitor:before,
[class^=source-file-in-online-workflow-status-].status-LostPrice:before,
[class^=source-file-in-online-workflow-status-].status-LostUnknown:before,
[class^=source-file-in-online-workflow-status-].status-NotAvailable:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-AwaitingQualityAssurance:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-NotAvailable:before,
[class^=status-].status-Deleted:before,
[class^=status-].status-Draft:before,
[class^=status-].status-LostCancelled:before,
[class^=status-].status-LostCompetitor:before,
[class^=status-].status-LostPrice:before,
[class^=status-].status-LostUnknown:before,
[class^=status-].status-NotAvailable:before,
[class^=status-].supplier-job-status-AwaitingQualityAssurance:before,
[class^=status-].supplier-job-status-NotAvailable:before,
[class^=supplier-job-status-].status-Deleted:before,
[class^=supplier-job-status-].status-Draft:before,
[class^=supplier-job-status-].status-LostCancelled:before,
[class^=supplier-job-status-].status-LostCompetitor:before,
[class^=supplier-job-status-].status-LostPrice:before,
[class^=supplier-job-status-].status-LostUnknown:before,
[class^=supplier-job-status-].status-NotAvailable:before,
[class^=supplier-job-status-].supplier-job-status-AwaitingQualityAssurance:before,
[class^=supplier-job-status-].supplier-job-status-NotAvailable:before,
[class^=untouched-workflow-status-].status-Deleted:before,
[class^=untouched-workflow-status-].status-Draft:before,
[class^=untouched-workflow-status-].status-LostCancelled:before,
[class^=untouched-workflow-status-].status-LostCompetitor:before,
[class^=untouched-workflow-status-].status-LostPrice:before,
[class^=untouched-workflow-status-].status-LostUnknown:before,
[class^=untouched-workflow-status-].status-NotAvailable:before,
[class^=untouched-workflow-status-].supplier-job-status-AwaitingQualityAssurance:before,
[class^=untouched-workflow-status-].supplier-job-status-NotAvailable:before {
    color: #eb5c6b;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].filestransformationprocessstate-NotStarted:before,
[class*=" filestransformationprocessstate-"].filestransformationrequeststate-Cancelled:before,
[class*=" filestransformationprocessstate-"].matched-resources-status-DeclinedToBid:before,
[class*=" filestransformationprocessstate-"].matched-resources-status-NotAccepted:before,
[class*=" filestransformationprocessstate-"].matched-resources-status-Rejected:before,
[class*=" filestransformationprocessstate-"].source-file-in-online-workflow-status-not-used:before,
[class*=" filestransformationprocessstate-"].status-Cancelled:before,
[class*=" filestransformationprocessstate-"].status-Declined:before,
[class*=" filestransformationprocessstate-"].status-NotAccepted:before,
[class*=" filestransformationprocessstate-"].status-OfferAnnulled:before,
[class*=" filestransformationprocessstate-"].status-OfferCancelled:before,
[class*=" filestransformationprocessstate-"].status-OfferDeclined:before,
[class*=" filestransformationprocessstate-"].status-OfferLostCompetitor:before,
[class*=" filestransformationprocessstate-"].status-OfferLostPrice:before,
[class*=" filestransformationprocessstate-"].status-OfferOnProjectCancelled:before,
[class*=" filestransformationprocessstate-"].status-OfferReplaced:before,
[class*=" filestransformationprocessstate-"].status-ProjectCancelled:before,
[class*=" filestransformationprocessstate-"].status-QuoteCancelled:before,
[class*=" filestransformationprocessstate-"].status-QuoteDeclined:before,
[class*=" filestransformationprocessstate-"].status-QuoteLostCompetitor:before,
[class*=" filestransformationprocessstate-"].status-QuoteLostPrice:before,
[class*=" filestransformationprocessstate-"].status-QuoteReplaced:before,
[class*=" filestransformationprocessstate-"].status-Replaced:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-Cancelled:before,
[class*=" filestransformationprocessstate-"].supplier-job-status-Rejected:before,
[class*=" filestransformationprocessstate-"].untouched-workflow-status-NotStarted:before,
[class*=" filestransformationrequeststate-"].filestransformationprocessstate-NotStarted:before,
[class*=" filestransformationrequeststate-"].filestransformationrequeststate-Cancelled:before,
[class*=" filestransformationrequeststate-"].matched-resources-status-DeclinedToBid:before,
[class*=" filestransformationrequeststate-"].matched-resources-status-NotAccepted:before,
[class*=" filestransformationrequeststate-"].matched-resources-status-Rejected:before,
[class*=" filestransformationrequeststate-"].source-file-in-online-workflow-status-not-used:before,
[class*=" filestransformationrequeststate-"].status-Cancelled:before,
[class*=" filestransformationrequeststate-"].status-Declined:before,
[class*=" filestransformationrequeststate-"].status-NotAccepted:before,
[class*=" filestransformationrequeststate-"].status-OfferAnnulled:before,
[class*=" filestransformationrequeststate-"].status-OfferCancelled:before,
[class*=" filestransformationrequeststate-"].status-OfferDeclined:before,
[class*=" filestransformationrequeststate-"].status-OfferLostCompetitor:before,
[class*=" filestransformationrequeststate-"].status-OfferLostPrice:before,
[class*=" filestransformationrequeststate-"].status-OfferOnProjectCancelled:before,
[class*=" filestransformationrequeststate-"].status-OfferReplaced:before,
[class*=" filestransformationrequeststate-"].status-ProjectCancelled:before,
[class*=" filestransformationrequeststate-"].status-QuoteCancelled:before,
[class*=" filestransformationrequeststate-"].status-QuoteDeclined:before,
[class*=" filestransformationrequeststate-"].status-QuoteLostCompetitor:before,
[class*=" filestransformationrequeststate-"].status-QuoteLostPrice:before,
[class*=" filestransformationrequeststate-"].status-QuoteReplaced:before,
[class*=" filestransformationrequeststate-"].status-Replaced:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-Cancelled:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-Rejected:before,
[class*=" filestransformationrequeststate-"].untouched-workflow-status-NotStarted:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationprocessstate-NotStarted:before,
[class*=" filestransformationrequesttransformedfilestatus-"].filestransformationrequeststate-Cancelled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].matched-resources-status-DeclinedToBid:before,
[class*=" filestransformationrequesttransformedfilestatus-"].matched-resources-status-NotAccepted:before,
[class*=" filestransformationrequesttransformedfilestatus-"].matched-resources-status-Rejected:before,
[class*=" filestransformationrequesttransformedfilestatus-"].source-file-in-online-workflow-status-not-used:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Cancelled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Declined:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-NotAccepted:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferAnnulled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferCancelled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferDeclined:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferLostCompetitor:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferLostPrice:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferOnProjectCancelled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-OfferReplaced:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-ProjectCancelled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-QuoteCancelled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-QuoteDeclined:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-QuoteLostCompetitor:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-QuoteLostPrice:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-QuoteReplaced:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-Replaced:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-Cancelled:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-Rejected:before,
[class*=" filestransformationrequesttransformedfilestatus-"].untouched-workflow-status-NotStarted:before,
[class*=" matched-resources-status-"].filestransformationprocessstate-NotStarted:before,
[class*=" matched-resources-status-"].filestransformationrequeststate-Cancelled:before,
[class*=" matched-resources-status-"].matched-resources-status-DeclinedToBid:before,
[class*=" matched-resources-status-"].matched-resources-status-NotAccepted:before,
[class*=" matched-resources-status-"].matched-resources-status-Rejected:before,
[class*=" matched-resources-status-"].source-file-in-online-workflow-status-not-used:before,
[class*=" matched-resources-status-"].status-Cancelled:before,
[class*=" matched-resources-status-"].status-Declined:before,
[class*=" matched-resources-status-"].status-NotAccepted:before,
[class*=" matched-resources-status-"].status-OfferAnnulled:before,
[class*=" matched-resources-status-"].status-OfferCancelled:before,
[class*=" matched-resources-status-"].status-OfferDeclined:before,
[class*=" matched-resources-status-"].status-OfferLostCompetitor:before,
[class*=" matched-resources-status-"].status-OfferLostPrice:before,
[class*=" matched-resources-status-"].status-OfferOnProjectCancelled:before,
[class*=" matched-resources-status-"].status-OfferReplaced:before,
[class*=" matched-resources-status-"].status-ProjectCancelled:before,
[class*=" matched-resources-status-"].status-QuoteCancelled:before,
[class*=" matched-resources-status-"].status-QuoteDeclined:before,
[class*=" matched-resources-status-"].status-QuoteLostCompetitor:before,
[class*=" matched-resources-status-"].status-QuoteLostPrice:before,
[class*=" matched-resources-status-"].status-QuoteReplaced:before,
[class*=" matched-resources-status-"].status-Replaced:before,
[class*=" matched-resources-status-"].supplier-job-status-Cancelled:before,
[class*=" matched-resources-status-"].supplier-job-status-Rejected:before,
[class*=" matched-resources-status-"].untouched-workflow-status-NotStarted:before,
[class*=" status-"].filestransformationprocessstate-NotStarted:before,
[class*=" status-"].filestransformationrequeststate-Cancelled:before,
[class*=" status-"].matched-resources-status-DeclinedToBid:before,
[class*=" status-"].matched-resources-status-NotAccepted:before,
[class*=" status-"].matched-resources-status-Rejected:before,
[class*=" status-"].source-file-in-online-workflow-status-not-used:before,
[class*=" status-"].status-Cancelled:before,
[class*=" status-"].status-Declined:before,
[class*=" status-"].status-NotAccepted:before,
[class*=" status-"].status-OfferAnnulled:before,
[class*=" status-"].status-OfferCancelled:before,
[class*=" status-"].status-OfferDeclined:before,
[class*=" status-"].status-OfferLostCompetitor:before,
[class*=" status-"].status-OfferLostPrice:before,
[class*=" status-"].status-OfferOnProjectCancelled:before,
[class*=" status-"].status-OfferReplaced:before,
[class*=" status-"].status-ProjectCancelled:before,
[class*=" status-"].status-QuoteCancelled:before,
[class*=" status-"].status-QuoteDeclined:before,
[class*=" status-"].status-QuoteLostCompetitor:before,
[class*=" status-"].status-QuoteLostPrice:before,
[class*=" status-"].status-QuoteReplaced:before,
[class*=" status-"].status-Replaced:before,
[class*=" status-"].supplier-job-status-Cancelled:before,
[class*=" status-"].supplier-job-status-Rejected:before,
[class*=" status-"].untouched-workflow-status-NotStarted:before,
[class*=" supplier-job-status-"].filestransformationprocessstate-NotStarted:before,
[class*=" supplier-job-status-"].filestransformationrequeststate-Cancelled:before,
[class*=" supplier-job-status-"].matched-resources-status-DeclinedToBid:before,
[class*=" supplier-job-status-"].matched-resources-status-NotAccepted:before,
[class*=" supplier-job-status-"].matched-resources-status-Rejected:before,
[class*=" supplier-job-status-"].source-file-in-online-workflow-status-not-used:before,
[class*=" supplier-job-status-"].status-Cancelled:before,
[class*=" supplier-job-status-"].status-Declined:before,
[class*=" supplier-job-status-"].status-NotAccepted:before,
[class*=" supplier-job-status-"].status-OfferAnnulled:before,
[class*=" supplier-job-status-"].status-OfferCancelled:before,
[class*=" supplier-job-status-"].status-OfferDeclined:before,
[class*=" supplier-job-status-"].status-OfferLostCompetitor:before,
[class*=" supplier-job-status-"].status-OfferLostPrice:before,
[class*=" supplier-job-status-"].status-OfferOnProjectCancelled:before,
[class*=" supplier-job-status-"].status-OfferReplaced:before,
[class*=" supplier-job-status-"].status-ProjectCancelled:before,
[class*=" supplier-job-status-"].status-QuoteCancelled:before,
[class*=" supplier-job-status-"].status-QuoteDeclined:before,
[class*=" supplier-job-status-"].status-QuoteLostCompetitor:before,
[class*=" supplier-job-status-"].status-QuoteLostPrice:before,
[class*=" supplier-job-status-"].status-QuoteReplaced:before,
[class*=" supplier-job-status-"].status-Replaced:before,
[class*=" supplier-job-status-"].supplier-job-status-Cancelled:before,
[class*=" supplier-job-status-"].supplier-job-status-Rejected:before,
[class*=" supplier-job-status-"].untouched-workflow-status-NotStarted:before,
[class*=" untouched-workflow-status-"].filestransformationprocessstate-NotStarted:before,
[class*=" untouched-workflow-status-"].filestransformationrequeststate-Cancelled:before,
[class*=" untouched-workflow-status-"].matched-resources-status-DeclinedToBid:before,
[class*=" untouched-workflow-status-"].matched-resources-status-NotAccepted:before,
[class*=" untouched-workflow-status-"].matched-resources-status-Rejected:before,
[class*=" untouched-workflow-status-"].source-file-in-online-workflow-status-not-used:before,
[class*=" untouched-workflow-status-"].status-Cancelled:before,
[class*=" untouched-workflow-status-"].status-Declined:before,
[class*=" untouched-workflow-status-"].status-NotAccepted:before,
[class*=" untouched-workflow-status-"].status-OfferAnnulled:before,
[class*=" untouched-workflow-status-"].status-OfferCancelled:before,
[class*=" untouched-workflow-status-"].status-OfferDeclined:before,
[class*=" untouched-workflow-status-"].status-OfferLostCompetitor:before,
[class*=" untouched-workflow-status-"].status-OfferLostPrice:before,
[class*=" untouched-workflow-status-"].status-OfferOnProjectCancelled:before,
[class*=" untouched-workflow-status-"].status-OfferReplaced:before,
[class*=" untouched-workflow-status-"].status-ProjectCancelled:before,
[class*=" untouched-workflow-status-"].status-QuoteCancelled:before,
[class*=" untouched-workflow-status-"].status-QuoteDeclined:before,
[class*=" untouched-workflow-status-"].status-QuoteLostCompetitor:before,
[class*=" untouched-workflow-status-"].status-QuoteLostPrice:before,
[class*=" untouched-workflow-status-"].status-QuoteReplaced:before,
[class*=" untouched-workflow-status-"].status-Replaced:before,
[class*=" untouched-workflow-status-"].supplier-job-status-Cancelled:before,
[class*=" untouched-workflow-status-"].supplier-job-status-Rejected:before,
[class*=" untouched-workflow-status-"].untouched-workflow-status-NotStarted:before,
[class^=filestransformationprocessstate-].filestransformationprocessstate-NotStarted:before,
[class^=filestransformationprocessstate-].filestransformationrequeststate-Cancelled:before,
[class^=filestransformationprocessstate-].matched-resources-status-DeclinedToBid:before,
[class^=filestransformationprocessstate-].matched-resources-status-NotAccepted:before,
[class^=filestransformationprocessstate-].matched-resources-status-Rejected:before,
[class^=filestransformationprocessstate-].source-file-in-online-workflow-status-not-used:before,
[class^=filestransformationprocessstate-].status-Cancelled:before,
[class^=filestransformationprocessstate-].status-Declined:before,
[class^=filestransformationprocessstate-].status-NotAccepted:before,
[class^=filestransformationprocessstate-].status-OfferAnnulled:before,
[class^=filestransformationprocessstate-].status-OfferCancelled:before,
[class^=filestransformationprocessstate-].status-OfferDeclined:before,
[class^=filestransformationprocessstate-].status-OfferLostCompetitor:before,
[class^=filestransformationprocessstate-].status-OfferLostPrice:before,
[class^=filestransformationprocessstate-].status-OfferOnProjectCancelled:before,
[class^=filestransformationprocessstate-].status-OfferReplaced:before,
[class^=filestransformationprocessstate-].status-ProjectCancelled:before,
[class^=filestransformationprocessstate-].status-QuoteCancelled:before,
[class^=filestransformationprocessstate-].status-QuoteDeclined:before,
[class^=filestransformationprocessstate-].status-QuoteLostCompetitor:before,
[class^=filestransformationprocessstate-].status-QuoteLostPrice:before,
[class^=filestransformationprocessstate-].status-QuoteReplaced:before,
[class^=filestransformationprocessstate-].status-Replaced:before,
[class^=filestransformationprocessstate-].supplier-job-status-Cancelled:before,
[class^=filestransformationprocessstate-].supplier-job-status-Rejected:before,
[class^=filestransformationprocessstate-].untouched-workflow-status-NotStarted:before,
[class^=filestransformationrequeststate-].filestransformationprocessstate-NotStarted:before,
[class^=filestransformationrequeststate-].filestransformationrequeststate-Cancelled:before,
[class^=filestransformationrequeststate-].matched-resources-status-DeclinedToBid:before,
[class^=filestransformationrequeststate-].matched-resources-status-NotAccepted:before,
[class^=filestransformationrequeststate-].matched-resources-status-Rejected:before,
[class^=filestransformationrequeststate-].source-file-in-online-workflow-status-not-used:before,
[class^=filestransformationrequeststate-].status-Cancelled:before,
[class^=filestransformationrequeststate-].status-Declined:before,
[class^=filestransformationrequeststate-].status-NotAccepted:before,
[class^=filestransformationrequeststate-].status-OfferAnnulled:before,
[class^=filestransformationrequeststate-].status-OfferCancelled:before,
[class^=filestransformationrequeststate-].status-OfferDeclined:before,
[class^=filestransformationrequeststate-].status-OfferLostCompetitor:before,
[class^=filestransformationrequeststate-].status-OfferLostPrice:before,
[class^=filestransformationrequeststate-].status-OfferOnProjectCancelled:before,
[class^=filestransformationrequeststate-].status-OfferReplaced:before,
[class^=filestransformationrequeststate-].status-ProjectCancelled:before,
[class^=filestransformationrequeststate-].status-QuoteCancelled:before,
[class^=filestransformationrequeststate-].status-QuoteDeclined:before,
[class^=filestransformationrequeststate-].status-QuoteLostCompetitor:before,
[class^=filestransformationrequeststate-].status-QuoteLostPrice:before,
[class^=filestransformationrequeststate-].status-QuoteReplaced:before,
[class^=filestransformationrequeststate-].status-Replaced:before,
[class^=filestransformationrequeststate-].supplier-job-status-Cancelled:before,
[class^=filestransformationrequeststate-].supplier-job-status-Rejected:before,
[class^=filestransformationrequeststate-].untouched-workflow-status-NotStarted:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationprocessstate-NotStarted:before,
[class^=filestransformationrequesttransformedfilestatus-].filestransformationrequeststate-Cancelled:before,
[class^=filestransformationrequesttransformedfilestatus-].matched-resources-status-DeclinedToBid:before,
[class^=filestransformationrequesttransformedfilestatus-].matched-resources-status-NotAccepted:before,
[class^=filestransformationrequesttransformedfilestatus-].matched-resources-status-Rejected:before,
[class^=filestransformationrequesttransformedfilestatus-].source-file-in-online-workflow-status-not-used:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Cancelled:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Declined:before,
[class^=filestransformationrequesttransformedfilestatus-].status-NotAccepted:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferAnnulled:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferCancelled:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferDeclined:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferLostCompetitor:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferLostPrice:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferOnProjectCancelled:before,
[class^=filestransformationrequesttransformedfilestatus-].status-OfferReplaced:before,
[class^=filestransformationrequesttransformedfilestatus-].status-ProjectCancelled:before,
[class^=filestransformationrequesttransformedfilestatus-].status-QuoteCancelled:before,
[class^=filestransformationrequesttransformedfilestatus-].status-QuoteDeclined:before,
[class^=filestransformationrequesttransformedfilestatus-].status-QuoteLostCompetitor:before,
[class^=filestransformationrequesttransformedfilestatus-].status-QuoteLostPrice:before,
[class^=filestransformationrequesttransformedfilestatus-].status-QuoteReplaced:before,
[class^=filestransformationrequesttransformedfilestatus-].status-Replaced:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-Cancelled:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-Rejected:before,
[class^=filestransformationrequesttransformedfilestatus-].untouched-workflow-status-NotStarted:before,
[class^=matched-resources-status-].filestransformationprocessstate-NotStarted:before,
[class^=matched-resources-status-].filestransformationrequeststate-Cancelled:before,
[class^=matched-resources-status-].matched-resources-status-DeclinedToBid:before,
[class^=matched-resources-status-].matched-resources-status-NotAccepted:before,
[class^=matched-resources-status-].matched-resources-status-Rejected:before,
[class^=matched-resources-status-].source-file-in-online-workflow-status-not-used:before,
[class^=matched-resources-status-].status-Cancelled:before,
[class^=matched-resources-status-].status-Declined:before,
[class^=matched-resources-status-].status-NotAccepted:before,
[class^=matched-resources-status-].status-OfferAnnulled:before,
[class^=matched-resources-status-].status-OfferCancelled:before,
[class^=matched-resources-status-].status-OfferDeclined:before,
[class^=matched-resources-status-].status-OfferLostCompetitor:before,
[class^=matched-resources-status-].status-OfferLostPrice:before,
[class^=matched-resources-status-].status-OfferOnProjectCancelled:before,
[class^=matched-resources-status-].status-OfferReplaced:before,
[class^=matched-resources-status-].status-ProjectCancelled:before,
[class^=matched-resources-status-].status-QuoteCancelled:before,
[class^=matched-resources-status-].status-QuoteDeclined:before,
[class^=matched-resources-status-].status-QuoteLostCompetitor:before,
[class^=matched-resources-status-].status-QuoteLostPrice:before,
[class^=matched-resources-status-].status-QuoteReplaced:before,
[class^=matched-resources-status-].status-Replaced:before,
[class^=matched-resources-status-].supplier-job-status-Cancelled:before,
[class^=matched-resources-status-].supplier-job-status-Rejected:before,
[class^=matched-resources-status-].untouched-workflow-status-NotStarted:before,
[class^=source-file-in-online-workflow-status-].filestransformationprocessstate-NotStarted:before,
[class^=source-file-in-online-workflow-status-].filestransformationrequeststate-Cancelled:before,
[class^=source-file-in-online-workflow-status-].matched-resources-status-DeclinedToBid:before,
[class^=source-file-in-online-workflow-status-].matched-resources-status-NotAccepted:before,
[class^=source-file-in-online-workflow-status-].matched-resources-status-Rejected:before,
[class^=source-file-in-online-workflow-status-].source-file-in-online-workflow-status-not-used:before,
[class^=source-file-in-online-workflow-status-].status-Cancelled:before,
[class^=source-file-in-online-workflow-status-].status-Declined:before,
[class^=source-file-in-online-workflow-status-].status-NotAccepted:before,
[class^=source-file-in-online-workflow-status-].status-OfferAnnulled:before,
[class^=source-file-in-online-workflow-status-].status-OfferCancelled:before,
[class^=source-file-in-online-workflow-status-].status-OfferDeclined:before,
[class^=source-file-in-online-workflow-status-].status-OfferLostCompetitor:before,
[class^=source-file-in-online-workflow-status-].status-OfferLostPrice:before,
[class^=source-file-in-online-workflow-status-].status-OfferOnProjectCancelled:before,
[class^=source-file-in-online-workflow-status-].status-OfferReplaced:before,
[class^=source-file-in-online-workflow-status-].status-ProjectCancelled:before,
[class^=source-file-in-online-workflow-status-].status-QuoteCancelled:before,
[class^=source-file-in-online-workflow-status-].status-QuoteDeclined:before,
[class^=source-file-in-online-workflow-status-].status-QuoteLostCompetitor:before,
[class^=source-file-in-online-workflow-status-].status-QuoteLostPrice:before,
[class^=source-file-in-online-workflow-status-].status-QuoteReplaced:before,
[class^=source-file-in-online-workflow-status-].status-Replaced:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-Cancelled:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-Rejected:before,
[class^=source-file-in-online-workflow-status-].untouched-workflow-status-NotStarted:before,
[class^=status-].filestransformationprocessstate-NotStarted:before,
[class^=status-].filestransformationrequeststate-Cancelled:before,
[class^=status-].matched-resources-status-DeclinedToBid:before,
[class^=status-].matched-resources-status-NotAccepted:before,
[class^=status-].matched-resources-status-Rejected:before,
[class^=status-].source-file-in-online-workflow-status-not-used:before,
[class^=status-].status-Cancelled:before,
[class^=status-].status-Declined:before,
[class^=status-].status-NotAccepted:before,
[class^=status-].status-OfferAnnulled:before,
[class^=status-].status-OfferCancelled:before,
[class^=status-].status-OfferDeclined:before,
[class^=status-].status-OfferLostCompetitor:before,
[class^=status-].status-OfferLostPrice:before,
[class^=status-].status-OfferOnProjectCancelled:before,
[class^=status-].status-OfferReplaced:before,
[class^=status-].status-ProjectCancelled:before,
[class^=status-].status-QuoteCancelled:before,
[class^=status-].status-QuoteDeclined:before,
[class^=status-].status-QuoteLostCompetitor:before,
[class^=status-].status-QuoteLostPrice:before,
[class^=status-].status-QuoteReplaced:before,
[class^=status-].status-Replaced:before,
[class^=status-].supplier-job-status-Cancelled:before,
[class^=status-].supplier-job-status-Rejected:before,
[class^=status-].untouched-workflow-status-NotStarted:before,
[class^=supplier-job-status-].filestransformationprocessstate-NotStarted:before,
[class^=supplier-job-status-].filestransformationrequeststate-Cancelled:before,
[class^=supplier-job-status-].matched-resources-status-DeclinedToBid:before,
[class^=supplier-job-status-].matched-resources-status-NotAccepted:before,
[class^=supplier-job-status-].matched-resources-status-Rejected:before,
[class^=supplier-job-status-].source-file-in-online-workflow-status-not-used:before,
[class^=supplier-job-status-].status-Cancelled:before,
[class^=supplier-job-status-].status-Declined:before,
[class^=supplier-job-status-].status-NotAccepted:before,
[class^=supplier-job-status-].status-OfferAnnulled:before,
[class^=supplier-job-status-].status-OfferCancelled:before,
[class^=supplier-job-status-].status-OfferDeclined:before,
[class^=supplier-job-status-].status-OfferLostCompetitor:before,
[class^=supplier-job-status-].status-OfferLostPrice:before,
[class^=supplier-job-status-].status-OfferOnProjectCancelled:before,
[class^=supplier-job-status-].status-OfferReplaced:before,
[class^=supplier-job-status-].status-ProjectCancelled:before,
[class^=supplier-job-status-].status-QuoteCancelled:before,
[class^=supplier-job-status-].status-QuoteDeclined:before,
[class^=supplier-job-status-].status-QuoteLostCompetitor:before,
[class^=supplier-job-status-].status-QuoteLostPrice:before,
[class^=supplier-job-status-].status-QuoteReplaced:before,
[class^=supplier-job-status-].status-Replaced:before,
[class^=supplier-job-status-].supplier-job-status-Cancelled:before,
[class^=supplier-job-status-].supplier-job-status-Rejected:before,
[class^=supplier-job-status-].untouched-workflow-status-NotStarted:before,
[class^=untouched-workflow-status-].filestransformationprocessstate-NotStarted:before,
[class^=untouched-workflow-status-].filestransformationrequeststate-Cancelled:before,
[class^=untouched-workflow-status-].matched-resources-status-DeclinedToBid:before,
[class^=untouched-workflow-status-].matched-resources-status-NotAccepted:before,
[class^=untouched-workflow-status-].matched-resources-status-Rejected:before,
[class^=untouched-workflow-status-].source-file-in-online-workflow-status-not-used:before,
[class^=untouched-workflow-status-].status-Cancelled:before,
[class^=untouched-workflow-status-].status-Declined:before,
[class^=untouched-workflow-status-].status-NotAccepted:before,
[class^=untouched-workflow-status-].status-OfferAnnulled:before,
[class^=untouched-workflow-status-].status-OfferCancelled:before,
[class^=untouched-workflow-status-].status-OfferDeclined:before,
[class^=untouched-workflow-status-].status-OfferLostCompetitor:before,
[class^=untouched-workflow-status-].status-OfferLostPrice:before,
[class^=untouched-workflow-status-].status-OfferOnProjectCancelled:before,
[class^=untouched-workflow-status-].status-OfferReplaced:before,
[class^=untouched-workflow-status-].status-ProjectCancelled:before,
[class^=untouched-workflow-status-].status-QuoteCancelled:before,
[class^=untouched-workflow-status-].status-QuoteDeclined:before,
[class^=untouched-workflow-status-].status-QuoteLostCompetitor:before,
[class^=untouched-workflow-status-].status-QuoteLostPrice:before,
[class^=untouched-workflow-status-].status-QuoteReplaced:before,
[class^=untouched-workflow-status-].status-Replaced:before,
[class^=untouched-workflow-status-].supplier-job-status-Cancelled:before,
[class^=untouched-workflow-status-].supplier-job-status-Rejected:before,
[class^=untouched-workflow-status-].untouched-workflow-status-NotStarted:before {
    color: #999;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].supplier-job-status-Finishing:before,
[class*=" filestransformationrequeststate-"].supplier-job-status-Finishing:before,
[class*=" filestransformationrequesttransformedfilestatus-"].supplier-job-status-Finishing:before,
[class*=" matched-resources-status-"].supplier-job-status-Finishing:before,
[class*=" status-"].supplier-job-status-Finishing:before,
[class*=" supplier-job-status-"].supplier-job-status-Finishing:before,
[class*=" untouched-workflow-status-"].supplier-job-status-Finishing:before,
[class^=filestransformationprocessstate-].supplier-job-status-Finishing:before,
[class^=filestransformationrequeststate-].supplier-job-status-Finishing:before,
[class^=filestransformationrequesttransformedfilestatus-].supplier-job-status-Finishing:before,
[class^=matched-resources-status-].supplier-job-status-Finishing:before,
[class^=source-file-in-online-workflow-status-].supplier-job-status-Finishing:before,
[class^=status-].supplier-job-status-Finishing:before,
[class^=supplier-job-status-].supplier-job-status-Finishing:before,
[class^=untouched-workflow-status-].supplier-job-status-Finishing:before {
    color: #25df44;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].status-AllJobsFinished:before,
[class*=" filestransformationrequeststate-"].status-AllJobsFinished:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-AllJobsFinished:before,
[class*=" matched-resources-status-"].status-AllJobsFinished:before,
[class*=" status-"].status-AllJobsFinished:before,
[class*=" supplier-job-status-"].status-AllJobsFinished:before,
[class*=" untouched-workflow-status-"].status-AllJobsFinished:before,
[class^=filestransformationprocessstate-].status-AllJobsFinished:before,
[class^=filestransformationrequeststate-].status-AllJobsFinished:before,
[class^=filestransformationrequesttransformedfilestatus-].status-AllJobsFinished:before,
[class^=matched-resources-status-].status-AllJobsFinished:before,
[class^=source-file-in-online-workflow-status-].status-AllJobsFinished:before,
[class^=status-].status-AllJobsFinished:before,
[class^=supplier-job-status-].status-AllJobsFinished:before,
[class^=untouched-workflow-status-].status-AllJobsFinished:before {
    display: inline-block;
    font-family: Agito;
    content: "\F15E";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
    font-size: 15.4px;
    margin-right: 4px
}

[class*=" filestransformationprocessstate-"].status-statuspage-operational:before,
[class*=" filestransformationrequeststate-"].status-statuspage-operational:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-statuspage-operational:before,
[class*=" matched-resources-status-"].status-statuspage-operational:before,
[class*=" status-"].status-statuspage-operational:before,
[class*=" supplier-job-status-"].status-statuspage-operational:before,
[class*=" untouched-workflow-status-"].status-statuspage-operational:before,
[class^=filestransformationprocessstate-].status-statuspage-operational:before,
[class^=filestransformationrequeststate-].status-statuspage-operational:before,
[class^=filestransformationrequesttransformedfilestatus-].status-statuspage-operational:before,
[class^=matched-resources-status-].status-statuspage-operational:before,
[class^=source-file-in-online-workflow-status-].status-statuspage-operational:before,
[class^=status-].status-statuspage-operational:before,
[class^=supplier-job-status-].status-statuspage-operational:before,
[class^=untouched-workflow-status-].status-statuspage-operational:before {
    color: #2fcc66;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].status-statuspage-underMaintenance:before,
[class*=" filestransformationrequeststate-"].status-statuspage-underMaintenance:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-statuspage-underMaintenance:before,
[class*=" matched-resources-status-"].status-statuspage-underMaintenance:before,
[class*=" status-"].status-statuspage-underMaintenance:before,
[class*=" supplier-job-status-"].status-statuspage-underMaintenance:before,
[class*=" untouched-workflow-status-"].status-statuspage-underMaintenance:before,
[class^=filestransformationprocessstate-].status-statuspage-underMaintenance:before,
[class^=filestransformationrequeststate-].status-statuspage-underMaintenance:before,
[class^=filestransformationrequesttransformedfilestatus-].status-statuspage-underMaintenance:before,
[class^=matched-resources-status-].status-statuspage-underMaintenance:before,
[class^=source-file-in-online-workflow-status-].status-statuspage-underMaintenance:before,
[class^=status-].status-statuspage-underMaintenance:before,
[class^=supplier-job-status-].status-statuspage-underMaintenance:before,
[class^=untouched-workflow-status-].status-statuspage-underMaintenance:before {
    color: #34b4eb;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].status-statuspage-degradedPerformance:before,
[class*=" filestransformationrequeststate-"].status-statuspage-degradedPerformance:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-statuspage-degradedPerformance:before,
[class*=" matched-resources-status-"].status-statuspage-degradedPerformance:before,
[class*=" status-"].status-statuspage-degradedPerformance:before,
[class*=" supplier-job-status-"].status-statuspage-degradedPerformance:before,
[class*=" untouched-workflow-status-"].status-statuspage-degradedPerformance:before,
[class^=filestransformationprocessstate-].status-statuspage-degradedPerformance:before,
[class^=filestransformationrequeststate-].status-statuspage-degradedPerformance:before,
[class^=filestransformationrequesttransformedfilestatus-].status-statuspage-degradedPerformance:before,
[class^=matched-resources-status-].status-statuspage-degradedPerformance:before,
[class^=source-file-in-online-workflow-status-].status-statuspage-degradedPerformance:before,
[class^=status-].status-statuspage-degradedPerformance:before,
[class^=supplier-job-status-].status-statuspage-degradedPerformance:before,
[class^=untouched-workflow-status-].status-statuspage-degradedPerformance:before {
    color: #f1c40f;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].status-statuspage-partial:before,
[class*=" filestransformationrequeststate-"].status-statuspage-partial:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-statuspage-partial:before,
[class*=" matched-resources-status-"].status-statuspage-partial:before,
[class*=" status-"].status-statuspage-partial:before,
[class*=" supplier-job-status-"].status-statuspage-partial:before,
[class*=" untouched-workflow-status-"].status-statuspage-partial:before,
[class^=filestransformationprocessstate-].status-statuspage-partial:before,
[class^=filestransformationrequeststate-].status-statuspage-partial:before,
[class^=filestransformationrequesttransformedfilestatus-].status-statuspage-partial:before,
[class^=matched-resources-status-].status-statuspage-partial:before,
[class^=source-file-in-online-workflow-status-].status-statuspage-partial:before,
[class^=status-].status-statuspage-partial:before,
[class^=supplier-job-status-].status-statuspage-partial:before,
[class^=untouched-workflow-status-].status-statuspage-partial:before {
    color: #e67e22;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" filestransformationprocessstate-"].status-statuspage-major:before,
[class*=" filestransformationrequeststate-"].status-statuspage-major:before,
[class*=" filestransformationrequesttransformedfilestatus-"].status-statuspage-major:before,
[class*=" matched-resources-status-"].status-statuspage-major:before,
[class*=" status-"].status-statuspage-major:before,
[class*=" supplier-job-status-"].status-statuspage-major:before,
[class*=" untouched-workflow-status-"].status-statuspage-major:before,
[class^=filestransformationprocessstate-].status-statuspage-major:before,
[class^=filestransformationrequeststate-].status-statuspage-major:before,
[class^=filestransformationrequesttransformedfilestatus-].status-statuspage-major:before,
[class^=matched-resources-status-].status-statuspage-major:before,
[class^=source-file-in-online-workflow-status-].status-statuspage-major:before,
[class^=status-].status-statuspage-major:before,
[class^=supplier-job-status-].status-statuspage-major:before,
[class^=untouched-workflow-status-].status-statuspage-major:before {
    color: #e95a6c;
    display: inline-block;
    font-family: Agito;
    content: "\F130";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" rating-"],
[class^=rating-] {
    line-height: 16.1px;
    display: inline-flex;
    top: 3px
}

[class*=" rating-"].select2-result:before,
[class^=rating-].select2-result:before {
    float: left;
    padding-top: 4px
}

[class*=" rating-"] .rating-dot,
[class^=rating-] .rating-dot {
    font-size: 14px;
    margin: 0 2px 0 0;
    color: #3e7733;
    vertical-align: top
}

[class*=" rating-"].rating-PrimaryPreferred:before,
[class^=rating-].rating-PrimaryPreferred:before {
    content: "\F1C0"
}

[class*=" rating-"].rating-PrimaryPreferred:before,
[class*=" rating-"].rating-SecondaryPreferred:before,
[class^=rating-].rating-PrimaryPreferred:before,
[class^=rating-].rating-SecondaryPreferred:before {
    font-size: 14px;
    margin: 0 2px 0 0;
    color: #3e7733;
    vertical-align: top;
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" rating-"].rating-SecondaryPreferred:before,
[class^=rating-].rating-SecondaryPreferred:before {
    content: "\F1C1"
}

[class*=" rating-"].rating-TertiaryPreferred:before,
[class^=rating-].rating-TertiaryPreferred:before {
    color: #3e7733;
    content: "\F1C2"
}

[class*=" rating-"].rating-DoNotUse:before,
[class*=" rating-"].rating-TertiaryPreferred:before,
[class^=rating-].rating-DoNotUse:before,
[class^=rating-].rating-TertiaryPreferred:before {
    font-size: 14px;
    margin: 0 2px 0 0;
    vertical-align: top;
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" rating-"].rating-DoNotUse:before,
[class^=rating-].rating-DoNotUse:before {
    color: #3e7733;
    content: "\F1D2";
    color: #9d261d
}

[class*=" rating-"].rating-NotToBeUsed:before,
[class^=rating-].rating-NotToBeUsed:before {
    color: #3e7733;
    color: #000
}

[class*=" rating-"].rating-NotToBeUsed.disabled:before,
[class*=" rating-"].rating-NotToBeUsed:before,
[class^=rating-].rating-NotToBeUsed.disabled:before,
[class^=rating-].rating-NotToBeUsed:before {
    font-size: 14px;
    margin: 0 2px 0 0;
    vertical-align: top;
    display: inline-block;
    font-family: Agito;
    content: "\F1A8";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" rating-"].rating-NotToBeUsed.disabled:before,
[class^=rating-].rating-NotToBeUsed.disabled:before {
    color: #3e7733;
    color: #d5d5d5
}

[class*=" ratingBlue-"],
[class^=ratingBlue-] {
    line-height: 16.1px;
    display: inline-flex;
    top: 3px
}

[class*=" ratingBlue-"].select2-result:before,
[class^=ratingBlue-].select2-result:before {
    float: left;
    padding-top: 4px
}

[class*=" ratingBlue-"] .ratingBlue-dot,
[class^=ratingBlue-] .ratingBlue-dot {
    font-size: 14px;
    margin: 0 2px 0 0;
    color: #03c;
    vertical-align: top
}

[class*=" ratingBlue-"].ratingBlue-PrimaryPreferred:before,
[class^=ratingBlue-].ratingBlue-PrimaryPreferred:before {
    content: "\F1C0"
}

[class*=" ratingBlue-"].ratingBlue-PrimaryPreferred:before,
[class*=" ratingBlue-"].ratingBlue-SecondaryPreferred:before,
[class^=ratingBlue-].ratingBlue-PrimaryPreferred:before,
[class^=ratingBlue-].ratingBlue-SecondaryPreferred:before {
    font-size: 14px;
    margin: 0 2px 0 0;
    color: #03c;
    vertical-align: top;
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" ratingBlue-"].ratingBlue-SecondaryPreferred:before,
[class^=ratingBlue-].ratingBlue-SecondaryPreferred:before {
    content: "\F1C1"
}

[class*=" ratingBlue-"].ratingBlue-TertiaryPreferred:before,
[class^=ratingBlue-].ratingBlue-TertiaryPreferred:before {
    color: #03c;
    content: "\F1C2"
}

[class*=" ratingBlue-"].ratingBlue-DoNotUse:before,
[class*=" ratingBlue-"].ratingBlue-TertiaryPreferred:before,
[class^=ratingBlue-].ratingBlue-DoNotUse:before,
[class^=ratingBlue-].ratingBlue-TertiaryPreferred:before {
    font-size: 14px;
    margin: 0 2px 0 0;
    vertical-align: top;
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" ratingBlue-"].ratingBlue-DoNotUse:before,
[class^=ratingBlue-].ratingBlue-DoNotUse:before {
    color: #03c;
    content: "\F1D2";
    color: #9d261d
}

[class*=" ratingBlue-"].ratingBlue-NotToBeUsed:before,
[class^=ratingBlue-].ratingBlue-NotToBeUsed:before {
    color: #03c;
    color: #000
}

[class*=" ratingBlue-"].ratingBlue-NotToBeUsed.disabled.disabled:before,
[class*=" ratingBlue-"].ratingBlue-NotToBeUsed:before,
[class^=ratingBlue-].ratingBlue-NotToBeUsed.disabled.disabled:before,
[class^=ratingBlue-].ratingBlue-NotToBeUsed:before {
    font-size: 14px;
    margin: 0 2px 0 0;
    vertical-align: top;
    display: inline-block;
    font-family: Agito;
    content: "\F1A8";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" ratingBlue-"].ratingBlue-NotToBeUsed.disabled.disabled:before,
[class^=ratingBlue-].ratingBlue-NotToBeUsed.disabled.disabled:before {
    color: #03c;
    color: #d5d5d5
}

.panel-body [class*=" rating-"],
.panel-body [class^=rating-] {
    display: inline-block
}

.option-content-container[class*=rating-]:before {
    line-height: 2
}

.confirmModal [class*=" supplier-evaluation-"],
.confirmModal [class^=supplier-evaluation-],
.jqgroup [class*=" supplier-evaluation-"],
.jqgroup [class^=supplier-evaluation-] {
    display: inline
}

[class*=" supplier-evaluation-"].select2-result:before,
[class^=supplier-evaluation-].select2-result:before {
    float: left;
    padding-top: 4px
}

[class*=" supplier-evaluation-"] .supplier-evaluation,
[class*=" supplier-evaluation-"].supplier-evaluation-1:before,
[class*=" supplier-evaluation-"].supplier-evaluation-QualityHistory:before,
[class^=supplier-evaluation-] .supplier-evaluation,
[class^=supplier-evaluation-].supplier-evaluation-1:before,
[class^=supplier-evaluation-].supplier-evaluation-QualityHistory:before {
    display: inline-block;
    font-family: Agito;
    content: "\F186";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" supplier-evaluation-"].supplier-evaluation-1:before,
[class*=" supplier-evaluation-"].supplier-evaluation-QualityHistory:before,
[class^=supplier-evaluation-].supplier-evaluation-1:before,
[class^=supplier-evaluation-].supplier-evaluation-QualityHistory:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[class*=" supplier-evaluation-"].supplier-evaluation-2:before,
[class*=" supplier-evaluation-"].supplier-evaluation-GreatProfile:before,
[class^=supplier-evaluation-].supplier-evaluation-2:before,
[class^=supplier-evaluation-].supplier-evaluation-GreatProfile:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

[class*=" supplier-evaluation-"].supplier-evaluation-2:before,
[class*=" supplier-evaluation-"].supplier-evaluation-3:before,
[class*=" supplier-evaluation-"].supplier-evaluation-4:before,
[class*=" supplier-evaluation-"].supplier-evaluation-AverageProfile:before,
[class*=" supplier-evaluation-"].supplier-evaluation-GreatProfile:before,
[class*=" supplier-evaluation-"].supplier-evaluation-PoorProfile:before,
[class^=supplier-evaluation-].supplier-evaluation-2:before,
[class^=supplier-evaluation-].supplier-evaluation-3:before,
[class^=supplier-evaluation-].supplier-evaluation-4:before,
[class^=supplier-evaluation-].supplier-evaluation-AverageProfile:before,
[class^=supplier-evaluation-].supplier-evaluation-GreatProfile:before,
[class^=supplier-evaluation-].supplier-evaluation-PoorProfile:before {
    display: inline-block;
    font-family: Agito;
    content: "\F186";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" supplier-evaluation-"].supplier-evaluation-4:before,
[class*=" supplier-evaluation-"].supplier-evaluation-PoorProfile:before,
[class^=supplier-evaluation-].supplier-evaluation-4:before,
[class^=supplier-evaluation-].supplier-evaluation-PoorProfile:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

[class*=" supplier-evaluation-"].supplier-evaluation-5:before,
[class*=" supplier-evaluation-"].supplier-evaluation-ProvenBad:before,
[class^=supplier-evaluation-].supplier-evaluation-5:before,
[class^=supplier-evaluation-].supplier-evaluation-ProvenBad:before {
    display: inline-block;
    font-family: Agito;
    content: "\F186";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

[class*=" supplier-evaluation-"].supplier-evaluation-:before,
[class^=supplier-evaluation-].supplier-evaluation-:before {
    color: hsla(0, 0%, 100%, 0);
    display: inline-block;
    font-family: Agito;
    content: "\F186";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

.primaryCustomer {
    position: relative
}

.primaryCustomer:after {
    display: inline-block;
    font-family: Agito;
    content: "\F17E";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
    font-size: 15.4px;
    position: relative;
    top: 2px;
    padding-left: 5px
}

.apiCustomer {
    position: relative
}

.apiCustomer:after {
    font-size: 12.6px;
    position: absolute;
    top: -1px;
    right: -25px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 4px;
    content: "api";
    padding-left: 2px;
    padding-right: 2px;
    line-height: 15px
}

.confirmModal [class*=" product-"],
.confirmModal [class^=product-],
.jqgroup [class*=" product-"],
.jqgroup [class^=product-] {
    display: inline
}

[class*=" product-"].select2-result:before,
[class^=product-].select2-result:before {
    float: left;
    padding-top: 4px
}

[class*=" product-"] .product,
[class*=" product-"].product-0:before,
[class^=product-] .product,
[class^=product-].product-0:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-0:before,
[class^=product-].product-0:before {
    color: hsla(0, 0%, 100%, 0)
}

[class*=" product-"].product-1:before,
[class^=product-].product-1:before {
    color: #ffa07a
}

[class*=" product-"].product-1:before,
[class*=" product-"].product-2:before,
[class^=product-].product-1:before,
[class^=product-].product-2:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-2:before,
[class^=product-].product-2:before {
    color: #3c9ab2
}

[class*=" product-"].product-3:before,
[class^=product-].product-3:before {
    color: #9d261d
}

[class*=" product-"].product-3:before,
[class*=" product-"].product-4:before,
[class^=product-].product-3:before,
[class^=product-].product-4:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-4:before,
[class^=product-].product-4:before {
    color: #eb7a17
}

[class*=" product-"].product-5:before,
[class^=product-].product-5:before {
    color: #369
}

[class*=" product-"].product-5:before,
[class*=" product-"].product-6:before,
[class^=product-].product-5:before,
[class^=product-].product-6:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-6:before,
[class^=product-].product-6:before {
    color: #6f5590
}

[class*=" product-"].product-7:before,
[class^=product-].product-7:before {
    color: #835c3b
}

[class*=" product-"].product-7:before,
[class*=" product-"].product-8:before,
[class^=product-].product-7:before,
[class^=product-].product-8:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-8:before,
[class^=product-].product-8:before {
    color: #ffc40d
}

[class*=" product-"].product-9:before,
[class^=product-].product-9:before {
    color: #bce
}

[class*=" product-"].product-9:before,
[class*=" product-"].product-10:before,
[class^=product-].product-9:before,
[class^=product-].product-10:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-10:before,
[class^=product-].product-10:before {
    color: #2e90ab
}

[class*=" product-"].product-11:before,
[class^=product-].product-11:before {
    color: #3e7733
}

[class*=" product-"].product-11:before,
[class*=" product-"].product-12:before,
[class^=product-].product-11:before,
[class^=product-].product-12:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-12:before,
[class^=product-].product-12:before {
    color: #0f0
}

[class*=" product-"].product-13:before,
[class^=product-].product-13:before {
    color: #3c7179
}

[class*=" product-"].product-13:before,
[class*=" product-"].product-16:before,
[class^=product-].product-13:before,
[class^=product-].product-16:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-16:before,
[class^=product-].product-16:before {
    color: #007b00
}

[class*=" product-"].product-17:before,
[class^=product-].product-17:before {
    color: #543f4e
}

[class*=" product-"].product-17:before,
[class*=" product-"].product-18:before,
[class^=product-].product-17:before,
[class^=product-].product-18:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-18:before,
[class^=product-].product-18:before {
    color: #eb5c6b
}

[class*=" product-"].product-19:before,
[class^=product-].product-19:before {
    color: #1ea6dd
}

[class*=" product-"].product-19:before,
[class*=" product-"].product-20:before,
[class^=product-].product-19:before,
[class^=product-].product-20:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-20:before,
[class^=product-].product-20:before {
    color: #4bb488
}

[class*=" product-"].product-21:before,
[class^=product-].product-21:before {
    color: #eb2b2b
}

[class*=" product-"].product-21:before,
[class*=" product-"].product-22:before,
[class^=product-].product-21:before,
[class^=product-].product-22:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-22:before,
[class^=product-].product-22:before {
    color: #999
}

[class*=" product-"].product-23:before,
[class^=product-].product-23:before {
    color: #ea33c6
}

[class*=" product-"].product-23:before,
[class*=" product-"].product-24:before,
[class^=product-].product-23:before,
[class^=product-].product-24:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-24:before,
[class^=product-].product-24:before {
    color: #4248f4
}

[class*=" product-"].product-25:before,
[class^=product-].product-25:before {
    color: #874fef
}

[class*=" product-"].product-25:before,
[class*=" product-"].product-26:before,
[class^=product-].product-25:before,
[class^=product-].product-26:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-26:before,
[class^=product-].product-26:before {
    color: #581845
}

[class*=" product-"].product-27:before,
[class^=product-].product-27:before {
    color: #db7093
}

[class*=" product-"].product-27:before,
[class*=" product-"].product-28:before,
[class^=product-].product-27:before,
[class^=product-].product-28:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-28:before,
[class^=product-].product-28:before {
    color: #c71585
}

[class*=" product-"].product-29:before,
[class^=product-].product-29:before {
    color: #ad00fe;
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-30:before,
[class*=" product-"].product-31:before,
[class^=product-].product-30:before,
[class^=product-].product-31:before {
    color: #ebf518
}

[class*=" product-"].product-30:before,
[class*=" product-"].product-31:before,
[class*=" product-"].product-:before,
[class^=product-].product-30:before,
[class^=product-].product-31:before,
[class^=product-].product-:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" product-"].product-:before,
[class^=product-].product-:before {
    color: hsla(0, 0%, 100%, 0)
}

[class*=" jobindicator-"].jobindicator-AllSuppliersHaveDeclinedToBid .agito-icon-stack-1x,
[class*=" jobindicator-"].jobindicator-AllSuppliersHaveDeclinedToBid .agito-icon-stack-2x,
[class^=jobindicator-].jobindicator-AllSuppliersHaveDeclinedToBid .agito-icon-stack-1x,
[class^=jobindicator-].jobindicator-AllSuppliersHaveDeclinedToBid .agito-icon-stack-2x {
    left: -5px
}

[class*=" jobindicator-"].jobindicator-AllSuppliersHaveDeclinedToBid .agito-icon-stack-2x,
[class^=jobindicator-].jobindicator-AllSuppliersHaveDeclinedToBid .agito-icon-stack-2x {
    color: #9d261d
}

[class*=" jobindicator-"].jobindicator-BidHasBeenMade:before,
[class^=jobindicator-].jobindicator-BidHasBeenMade:before {
    display: inline-block;
    font-family: Agito;
    content: "\F160";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
    font-size: 15.4px;
    margin-right: 4px
}

[class*=" jobindicator-"].jobindicator-AllJobsAreFinished:before,
[class*=" jobindicator-"].jobindicator-AwaitingManualFinish:before,
[class^=jobindicator-].jobindicator-AllJobsAreFinished:before,
[class^=jobindicator-].jobindicator-AwaitingManualFinish:before {
    display: inline-block;
    font-family: Agito;
    content: "\F15E";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
    font-size: 15.4px;
    margin-right: 5px
}

.bouncing-loading-indicator {
    text-align: center;
    z-index: 1101;
    opacity: 0;
    transition: opacity .3s linear;
    transition-delay: .5s
}

.bouncing-loading-indicator .dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    animation: bouncing 4s linear 0s infinite normal
}

.bouncing-loading-indicator .dot.dot-1 {
    animation-delay: 0s
}

.bouncing-loading-indicator .dot.dot-2 {
    animation-delay: .1s
}

.bouncing-loading-indicator .dot.dot-3 {
    animation-delay: .3s
}

.bouncing-loading-indicator.small-naxos .dot,
.bouncing-loading-indicator.small .dot {
    width: 4px;
    height: 4px;
    margin: 0 3px 0 0
}

.bouncing-loading-indicator.visible {
    opacity: 1
}

@keyframes bouncing {
    0% {
        background-color: #eb5c6b;
        transform: translateY(0)
    }

    6.65% {
        transform: translateY(75%)
    }

    13.3% {
        transform: translateY(-37.5%)
    }

    15.3% {
        transform: translateY(-62.5%)
    }

    19.95% {
        transform: translateY(-25%)
    }

    26.6% {
        transform: translateY(50%)
    }

    33.25% {
        transform: translateY(0);
        background-color: #FE8523
    }

    39.9% {
        transform: translateY(75%)
    }

    46.55% {
        transform: translateY(-37.5%)
    }

    48.55% {
        transform: translateY(-62.5%)
    }

    53.2% {
        transform: translateY(-25%)
    }

    59.85% {
        transform: translateY(50%)
    }

    66.5% {
        transform: translateY(0);
        background-color: #66bfcc
    }

    73.15% {
        transform: translateY(75%)
    }

    79.8% {
        transform: translateY(-37.5%)
    }

    81.8% {
        transform: translateY(-62.5%)
    }

    86.45% {
        transform: translateY(-25%)
    }

    93.1% {
        transform: translateY(50%)
    }

    to {
        transform: translateY(0);
        background-color: #eb5c6b
    }
}

.loading-indicator-overlay {
    background-color: #fff;
    opacity: 0;
    z-index: 1100;
    transition: opacity .3s linear;
    transition-delay: .5s
}

.loading-indicator-overlay.visible {
    opacity: .6
}

.loading-indicator.small-naxos {
    height: 32px;
    width: 32px
}

.loading-indicator.hidden {
    visibility: hidden
}

[class*=" oas-statistics-result-status-"].oas-statistics-result-status-InProgress:before,
[class*=" oas-statistics-result-status-"].oas-statistics-result-status-WaitingForImportedFiles:before,
[class^=oas-statistics-result-status-].oas-statistics-result-status-InProgress:before,
[class^=oas-statistics-result-status-].oas-statistics-result-status-WaitingForImportedFiles:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1A8";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #1e90bf;
    margin: 0 5px 0 0
}

[class*=" oas-statistics-result-status-"].oas-statistics-result-status-Canceled:before,
[class*=" oas-statistics-result-status-"].oas-statistics-result-status-Outdated:before,
[class^=oas-statistics-result-status-].oas-statistics-result-status-Canceled:before,
[class^=oas-statistics-result-status-].oas-statistics-result-status-Outdated:before {
    display: inline-block;
    font-family: Agito;
    content: "\F18B";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #ddd;
    margin: 0 5px 0 0
}

[class*=" oas-statistics-result-status-"].oas-statistics-result-status-Succeeded:before,
[class^=oas-statistics-result-status-].oas-statistics-result-status-Succeeded:before {
    display: inline-block;
    font-family: Agito;
    content: "\F128";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #3e7733;
    margin: 0 5px 0 0
}

[class*=" oas-statistics-result-status-"].oas-statistics-result-status-Failed:before,
[class^=oas-statistics-result-status-].oas-statistics-result-status-Failed:before {
    display: inline-block;
    font-family: Agito;
    content: "\F153";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #9d261d;
    margin: 0 5px 0 0
}

[class*=" oas-statistics-result-status-"].oas-statistics-result-status-NotRequested:before,
[class^=oas-statistics-result-status-].oas-statistics-result-status-NotRequested:before {
    display: inline-block;
    font-family: Agito;
    content: "\F18B";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #ffc40d;
    margin: 0 5px 0 0
}

[class*=" oas-statistics-result-status-"].oas-statistics-result-status-TimedOut:before,
[class^=oas-statistics-result-status-].oas-statistics-result-status-TimedOut:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1D2";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #777;
    margin: 0 5px 0 0
}

[class*=" order-processing-state-"],
[class^=order-processing-state-] {
    font-size: 14px;
    margin: 0 5px 0 0;
    float: left;
    color: #3e7733;
    line-height: 14px
}

[class*=" order-processing-state-"]+label,
[class^=order-processing-state-]+label {
    margin-left: 15px
}

[class*=" order-processing-state-"].order-processing-state-Disabled:before,
[class^=order-processing-state-].order-processing-state-Disabled:before {
    content: "\F18B";
    color: #ffc40d
}

[class*=" order-processing-state-"].order-processing-state-Disabled:before,
[class*=" order-processing-state-"].order-processing-state-Queued:before,
[class^=order-processing-state-].order-processing-state-Disabled:before,
[class^=order-processing-state-].order-processing-state-Queued:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0
}

[class*=" order-processing-state-"].order-processing-state-Queued:before,
[class^=order-processing-state-].order-processing-state-Queued:before {
    content: "\F1A8";
    color: #1e90bf
}

[class*=" order-processing-state-"].order-processing-state-Succeeded:before,
[class^=order-processing-state-].order-processing-state-Succeeded:before {
    display: inline-block;
    font-family: Agito;
    content: "\F128";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #3e7733;
    margin: 0 5px 0 0
}

[class*=" order-processing-state-"].order-processing-state-Failed:before,
[class*=" order-processing-state-"].order-processing-state-FailedNoTranslationMemory:before,
[class^=order-processing-state-].order-processing-state-Failed:before,
[class^=order-processing-state-].order-processing-state-FailedNoTranslationMemory:before {
    display: inline-block;
    font-family: Agito;
    content: "\F153";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #9d261d;
    margin: 0 5px 0 0
}

[class*=" order-processing-state-"].order-processing-state-NotApplicable:before,
[class^=order-processing-state-].order-processing-state-NotApplicable:before {
    display: inline-block;
    font-family: Agito;
    content: "\F18B";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #ddd;
    margin: 0 5px 0 0
}

[class*=" order-processing-state-"].order-processing-state-ResultIgnored:before,
[class^=order-processing-state-].order-processing-state-ResultIgnored:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1D2";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #ddd;
    margin: 0 5px 0 0
}

[class*=" job-settings-"].disabled,
[class^=job-settings-].disabled {
    color: #d3d3d3
}

[class*=" job-settings-"].job-settings-manualFinish:before,
[class^=job-settings-].job-settings-manualFinish:before {
    content: "\F111";
    font-size: 23.8px
}

[class*=" job-settings-"].job-settings-activateNextJob:before,
[class*=" job-settings-"].job-settings-manualFinish:before,
[class^=job-settings-].job-settings-activateNextJob:before,
[class^=job-settings-].job-settings-manualFinish:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" job-settings-"].job-settings-activateNextJob:before,
[class^=job-settings-].job-settings-activateNextJob:before {
    content: "\F125";
    font-size: 21px
}

[class*=" job-settings-"].job-settings-isConfidential:before,
[class^=job-settings-].job-settings-isConfidential:before {
    content: "\F184"
}

[class*=" job-settings-"].job-settings-bidAutoAcceptance:before,
[class*=" job-settings-"].job-settings-isConfidential:before,
[class^=job-settings-].job-settings-bidAutoAcceptance:before,
[class^=job-settings-].job-settings-isConfidential:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 22.4px
}

[class*=" job-settings-"].job-settings-bidAutoAcceptance:before,
[class^=job-settings-].job-settings-bidAutoAcceptance:before {
    content: "\F126"
}

[class*=" job-settings-"].job-settings-useTm:before,
[class^=job-settings-].job-settings-useTm:before {
    content: "TM";
    display: inline-block;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0;
    font-size: 18px
}

[class*=" job-settings-"].job-settings-AutoInvite:before,
[class^=job-settings-].job-settings-AutoInvite:before {
    content: "\F161"
}

[class*=" job-settings-"].job-settings-AutoInvite:before,
[class*=" job-settings-"].job-settings-AutoInviteNotAvailable:before,
[class^=job-settings-].job-settings-AutoInvite:before,
[class^=job-settings-].job-settings-AutoInviteNotAvailable:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0;
    font-size: 18.2px
}

[class*=" job-settings-"].job-settings-AutoInviteNotAvailable:before,
[class^=job-settings-].job-settings-AutoInviteNotAvailable:before {
    content: "\F162"
}

[class*=" job-settings-"].job-settings-NotAvailableForOnlineFlow:before,
[class^=job-settings-].job-settings-NotAvailableForOnlineFlow:before {
    content: "\F196"
}

[class*=" job-settings-"].job-settings-AvailableForOnlineFlow:before,
[class*=" job-settings-"].job-settings-NotAvailableForOnlineFlow:before,
[class^=job-settings-].job-settings-AvailableForOnlineFlow:before,
[class^=job-settings-].job-settings-NotAvailableForOnlineFlow:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0;
    font-size: 18.2px;
    color: #d3d3d3
}

[class*=" job-settings-"].job-settings-AvailableForOnlineFlow:before,
[class^=job-settings-].job-settings-AvailableForOnlineFlow:before {
    content: "\F195"
}

[class*=" job-settings-"].job-settings-InOnlineFlow:before,
[class^=job-settings-].job-settings-InOnlineFlow:before {
    display: inline-block;
    font-family: Agito;
    content: "\F195";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0;
    font-size: 18.2px
}

[class*=" order-settings-"].disabled,
[class^=order-settings-].disabled {
    color: #d3d3d3
}

[class*=" order-settings-"].order-settings-autoStart:before,
[class^=order-settings-].order-settings-autoStart:before {
    content: "\F1BA"
}

[class*=" order-settings-"].order-settings-autoFinish:before,
[class*=" order-settings-"].order-settings-autoStart:before,
[class^=order-settings-].order-settings-autoFinish:before,
[class^=order-settings-].order-settings-autoStart:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 21px
}

[class*=" order-settings-"].order-settings-autoFinish:before,
[class^=order-settings-].order-settings-autoFinish:before {
    content: "\F1BB"
}

[class*=" order-settings-"].order-settings-isConfidential:before,
[class^=order-settings-].order-settings-isConfidential:before {
    content: "\F158"
}

[class*=" order-settings-"].order-settings-isConfidential:before,
[class*=" order-settings-"].order-settings-missingTm:before,
[class^=order-settings-].order-settings-isConfidential:before,
[class^=order-settings-].order-settings-missingTm:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 21px
}

[class*=" order-settings-"].order-settings-missingTm:before,
[class^=order-settings-].order-settings-missingTm:before {
    content: "\F1A7";
    color: red
}

[class*=" order-settings-"].order-settings-useTm:before,
[class^=order-settings-].order-settings-useTm:before {
    content: "TM";
    display: inline-block;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0;
    font-size: 18px
}

[class*=" order-settings-"].order-settings-bidAutoAcceptance:before,
[class^=order-settings-].order-settings-bidAutoAcceptance:before {
    display: inline-block;
    font-family: Agito;
    content: "\F126";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 21px
}

[class*=" order-settings-"].order-settings-NotAvailableForOnlineFlow:before,
[class^=order-settings-].order-settings-NotAvailableForOnlineFlow:before {
    content: "\F196"
}

[class*=" order-settings-"].order-settings-AvailableForOnlineFlow:before,
[class*=" order-settings-"].order-settings-NotAvailableForOnlineFlow:before,
[class^=order-settings-].order-settings-AvailableForOnlineFlow:before,
[class^=order-settings-].order-settings-NotAvailableForOnlineFlow:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0;
    font-size: 18.2px;
    color: #d3d3d3
}

[class*=" order-settings-"].order-settings-AvailableForOnlineFlow:before,
[class^=order-settings-].order-settings-AvailableForOnlineFlow:before {
    content: "\F195"
}

[class*=" order-settings-"].order-settings-InOnlineFlow:before,
[class^=order-settings-].order-settings-InOnlineFlow:before {
    display: inline-block;
    font-family: Agito;
    content: "\F195";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0 5px 0 0;
    font-size: 18.2px
}

.ui-multiselect {
    border: 1px solid #ddd;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 14px
}

.ui-multiselect li {
    margin: 0;
    padding: 0;
    cursor: default;
    line-height: 19px;
    height: 17px;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    list-style: none
}

.ui-multiselect li.ui-draggable-dragging {
    padding-left: 10px
}

.ui-multiselect li a {
    color: #999;
    text-decoration: none;
    padding: 0;
    display: block;
    float: left;
    cursor: pointer
}

.ui-multiselect div.selected {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    float: left
}

.ui-multiselect div.selected .ui-widget-header {
    border-radius: 4px 0 0 0
}

.ui-multiselect ul.selected {
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    margin: 0;
    list-style: none;
    border: 0;
    position: relative;
    width: 100%
}

.ui-multiselect div.available {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
    border-left: 1px solid #ddd
}

.ui-multiselect div.available .ui-widget-header {
    border-radius: 0 4px 0 0
}

.ui-multiselect ul.available {
    position: relative;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    margin: 0;
    list-style: none;
    border: 0;
    width: 100%
}

.ui-multiselect ul.available li {
    padding-left: 10px
}

.ui-multiselect .ui-state-default {
    border: none;
    position: relative;
    padding-left: 20px;
    background-image: none;
    background-color: #f5f8f4
}

.ui-multiselect .ui-state-default:nth-child(odd) {
    background-color: #e8eee9
}

.ui-multiselect .ui-state-default:hover {
    background-color: #ddd
}

.ui-multiselect .ui-state-hover,
.ui-multiselect .ui-widget-header {
    border: none
}

.ui-multiselect .add-all,
.ui-multiselect .remove-all {
    float: right;
    padding: 7px;
    color: #ebefeb;
    text-decoration: underline
}

.ui-multiselect .search {
    float: left;
    padding: 4px
}

.ui-multiselect .count {
    float: left;
    padding: 7px
}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
    position: absolute;
    left: 2px
}

.ui-multiselect li a.action {
    position: absolute;
    right: 2px;
    top: 2px
}

.ui-multiselect input.search {
    height: 14px;
    padding: 1px;
    opacity: .5;
    margin: 4px;
    width: 100px
}

.ui-multiselect .ui-helper-clearfix:after {
    content: ""
}

.ui-multiselect ul {
    -moz-user-select: none
}

.ui-multiselect li a {
    color: var(--font-default-color)
}

.ui-multiselect ul.selected {
    background: #fff
}

.ui-multiselect div.available {
    border-left: 1px solid #d5d5d5
}

.ui-multiselect ul.available {
    background: #fff
}

.ui-multiselect .ui-state-default,
.ui-multiselect .ui-state-default:nth-child(odd) {
    background-color: #fff
}

.ui-multiselect .ui-state-default:hover {
    background-color: #f2f2f2
}

.ui-multiselect .ui-widget-header {
    font-size: 14px;
    background-color: #FE8523;
    color: #fff
}

.ui-multiselect .add-all,
.ui-multiselect .remove-all {
    color: #fff
}

.entity-type-icon.activity-entity-icon:before,
.entity-type-icon.company-entity-icon:before,
.entity-type-icon.default-entity-icon:before,
.entity-type-icon.dialogue-entity-icon:before,
.entity-type-icon.invoicingAccount-entity-icon:before,
.entity-type-icon.job-entity-icon:before,
.entity-type-icon.leadcompany-entity-icon:before,
.entity-type-icon.leadcustomer-entity-icon:before,
.entity-type-icon.order-entity-icon:before,
.entity-type-icon.preferred-resource-group-entity-icon:before,
.entity-type-icon.project-box-entity-icon:before,
.entity-type-icon.project-draft-entity-icon:before,
.entity-type-icon.project-draft-price-report-entity-icon:before,
.entity-type-icon.project-draft-template-entity-icon:before,
.entity-type-icon.project-entity-icon:before,
.entity-type-icon.quote-entity-icon:before,
.entity-type-icon.shared-preferred-resource-group-entity-icon:before,
.entity-type-icon.terminology-entity-icon:before,
.entity-type-icon.translation-memory-family-entity-icon:before,
.entity-type-icon.user-entity-icon:before {
    display: inline-block;
    font-family: Agito;
    content: "\F151";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" supplier-availability-status-"].supplier-availability-status-Available,
[class^=supplier-availability-status-].supplier-availability-status-Available {
    width: 1.2em;
    margin-right: 3px
}

[class*=" supplier-availability-status-"].supplier-availability-status-Available:before,
[class^=supplier-availability-status-].supplier-availability-status-Available:before {
    display: inline-block;
    font-family: Agito;
    content: "\F128";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 14px
}

[class*=" supplier-availability-status-"].supplier-availability-status-Available .agito-icon-stack-1x,
[class*=" supplier-availability-status-"].supplier-availability-status-Available .agito-icon-stack-2x,
[class^=supplier-availability-status-].supplier-availability-status-Available .agito-icon-stack-1x,
[class^=supplier-availability-status-].supplier-availability-status-Available .agito-icon-stack-2x {
    display: none
}

[class*=" supplier-availability-status-"].supplier-availability-status-AcceptedOnJobInProgress,
[class^=supplier-availability-status-].supplier-availability-status-AcceptedOnJobInProgress {
    width: 1.2em;
    margin-right: 3px
}

[class*=" supplier-availability-status-"].supplier-availability-status-AcceptedOnJobInProgress:before,
[class^=supplier-availability-status-].supplier-availability-status-AcceptedOnJobInProgress:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C7";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 15px
}

[class*=" supplier-availability-status-"].supplier-availability-status-AcceptedOnJobInProgress .agito-icon-stack-1x,
[class*=" supplier-availability-status-"].supplier-availability-status-AcceptedOnJobInProgress .agito-icon-stack-2x,
[class^=supplier-availability-status-].supplier-availability-status-AcceptedOnJobInProgress .agito-icon-stack-1x,
[class^=supplier-availability-status-].supplier-availability-status-AcceptedOnJobInProgress .agito-icon-stack-2x {
    display: none
}

[class*=" supplier-availability-status-"].supplier-availability-status-DontChooseForJob,
[class^=supplier-availability-status-].supplier-availability-status-DontChooseForJob {
    width: 1.2em;
    margin-right: 3px
}

[class*=" supplier-availability-status-"].supplier-availability-status-DontChooseForJob .agito-icon-stack-1x:before,
[class^=supplier-availability-status-].supplier-availability-status-DontChooseForJob .agito-icon-stack-1x:before {
    display: inline-block;
    font-family: Agito;
    content: "\F126";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 2px;
    padding-top: 1px
}

[class*=" supplier-availability-status-"].supplier-availability-status-DontChooseForJob .agito-icon-stack-2x,
[class^=supplier-availability-status-].supplier-availability-status-DontChooseForJob .agito-icon-stack-2x {
    line-height: 14px;
    padding-top: 2px
}

[class*=" supplier-availability-status-"].supplier-availability-status-DontChooseForJob .agito-icon-stack-2x:before,
[class^=supplier-availability-status-].supplier-availability-status-DontChooseForJob .agito-icon-stack-2x:before {
    display: inline-block;
    font-family: Agito;
    content: "\F11D";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 18.2px
}

[class*=" supplier-availability-status-"].supplier-availability-status-DontContact,
[class^=supplier-availability-status-].supplier-availability-status-DontContact {
    width: 1.2em;
    margin-right: 3px
}

[class*=" supplier-availability-status-"].supplier-availability-status-DontContact .agito-icon-stack-1x:before,
[class^=supplier-availability-status-].supplier-availability-status-DontContact .agito-icon-stack-1x:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1D1";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 2px;
    padding-top: 1px
}

[class*=" supplier-availability-status-"].supplier-availability-status-DontContact .agito-icon-stack-2x,
[class^=supplier-availability-status-].supplier-availability-status-DontContact .agito-icon-stack-2x {
    line-height: 14px
}

[class*=" supplier-availability-status-"].supplier-availability-status-DontContact .agito-icon-stack-2x:before,
[class^=supplier-availability-status-].supplier-availability-status-DontContact .agito-icon-stack-2x:before {
    display: inline-block;
    font-family: Agito;
    content: "\F11D";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 18.2px
}

[class*=" supplier-availability-status-"].supplier-availability-status-UnavailableSoon,
[class^=supplier-availability-status-].supplier-availability-status-UnavailableSoon {
    width: 1.2em;
    margin-right: 3px
}

[class*=" supplier-availability-status-"].supplier-availability-status-UnavailableSoon .agito-icon-stack-1x:before,
[class^=supplier-availability-status-].supplier-availability-status-UnavailableSoon .agito-icon-stack-1x:before {
    display: inline-block;
    font-family: Agito;
    content: "\F198";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-left: 2px;
    padding-top: 1px
}

[class*=" supplier-availability-status-"].supplier-availability-status-UnavailableSoon .agito-icon-stack-2x,
[class^=supplier-availability-status-].supplier-availability-status-UnavailableSoon .agito-icon-stack-2x {
    line-height: 14px
}

[class*=" supplier-availability-status-"].supplier-availability-status-UnavailableSoon .agito-icon-stack-2x:before,
[class^=supplier-availability-status-].supplier-availability-status-UnavailableSoon .agito-icon-stack-2x:before {
    display: inline-block;
    font-family: Agito;
    content: "\F11D";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 18.2px
}

[class*=" suppliertype-"].suppliertype-BU,
[class^=suppliertype-].suppliertype-BU {
    color: #000;
    text-align: center;
    font-size: 19.6px
}

[class*=" suppliertype-"].suppliertype-BU:before,
[class^=suppliertype-].suppliertype-BU:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1DB";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" suppliertype-"].suppliertype-FF,
[class^=suppliertype-].suppliertype-FF {
    color: #000;
    text-align: center;
    font-size: 19.6px
}

[class*=" suppliertype-"].suppliertype-FF:before,
[class^=suppliertype-].suppliertype-FF:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1D9";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" suppliertype-"].suppliertype-FP,
[class^=suppliertype-].suppliertype-FP {
    color: #000;
    text-align: center;
    font-size: 19.6px
}

[class*=" suppliertype-"].suppliertype-FP:before,
[class^=suppliertype-].suppliertype-FP:before {
    display: inline-block;
    font-family: Agito;
    content: "\F135";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 22.4px
}

[class*=" suppliertype-"].suppliertype-VA,
[class^=suppliertype-].suppliertype-VA {
    color: #000;
    text-align: center;
    font-size: 19.6px
}

[class*=" suppliertype-"].suppliertype-VA:before,
[class^=suppliertype-].suppliertype-VA:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1B1";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 15.4px
}

[class*=" jumpstart-origin-"].select2-result:before,
[class*=" Jumpstart-Origin-"].select2-result:before,
[class^=jumpstart-origin-].select2-result:before,
[class^=Jumpstart-Origin-].select2-result:before {
    float: right;
    padding-top: 4px
}

[class*=" jumpstart-origin-"] .origin-bars,
[class*=" Jumpstart-Origin-"] .origin-bars,
[class^=jumpstart-origin-] .origin-bars,
[class^=Jumpstart-Origin-] .origin-bars {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555
}

[class*=" jumpstart-origin-"].jumpstart-origin-has-dynamic-prices:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-has-dynamic-prices:after,
[class*=" jumpstart-origin-"].Jumpstart-Origin-Has-Dynamic-Prices:after,
[class*=" Jumpstart-Origin-"].Jumpstart-Origin-Has-Dynamic-Prices:after,
[class^=jumpstart-origin-].jumpstart-origin-has-dynamic-prices:after,
[class^=Jumpstart-Origin-].jumpstart-origin-has-dynamic-prices:after,
[class^=jumpstart-origin-].Jumpstart-Origin-Has-Dynamic-Prices:after,
[class^=Jumpstart-Origin-].Jumpstart-Origin-Has-Dynamic-Prices:after {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555;
    font-size: 14.7px;
    display: inline-block;
    font-family: Agito;
    content: "\F170";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #1e90bf
}

[class*=" jumpstart-origin-"].jumpstart-origin-Custom:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-Custom:after,
[class^=jumpstart-origin-].jumpstart-origin-Custom:after,
[class^=Jumpstart-Origin-].jumpstart-origin-Custom:after {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555;
    font-size: 14.7px;
    display: inline-block;
    font-family: Agito;
    content: "\F171";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" jumpstart-origin-"].jumpstart-origin-System:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-System:after,
[class^=jumpstart-origin-].jumpstart-origin-System:after,
[class^=Jumpstart-Origin-].jumpstart-origin-System:after {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555;
    font-size: 14.7px;
    display: inline-block;
    font-family: Agito;
    content: "\F1C6";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" jumpstart-origin-"].jumpstart-origin-GlobalPrice:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-GlobalPrice:after,
[class^=jumpstart-origin-].jumpstart-origin-GlobalPrice:after,
[class^=Jumpstart-Origin-].jumpstart-origin-GlobalPrice:after {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555;
    display: inline-block;
    font-family: Agito;
    content: "\F10C";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" jumpstart-origin-"].jumpstart-origin-LanguagePairPrice:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-LanguagePairPrice:after,
[class^=jumpstart-origin-].jumpstart-origin-LanguagePairPrice:after,
[class^=Jumpstart-Origin-].jumpstart-origin-LanguagePairPrice:after {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555;
    display: inline-block;
    font-family: Agito;
    content: "\F10D";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" jumpstart-origin-"].jumpstart-origin-PreferredSupplierPrice:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-PreferredSupplierPrice:after,
[class^=jumpstart-origin-].jumpstart-origin-PreferredSupplierPrice:after,
[class^=Jumpstart-Origin-].jumpstart-origin-PreferredSupplierPrice:after {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555;
    display: inline-block;
    font-family: Agito;
    content: "\F110";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" jumpstart-origin-"].jumpstart-origin-PreferredSupplierMinimumPrice:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-PreferredSupplierMinimumPrice:after,
[class^=jumpstart-origin-].jumpstart-origin-PreferredSupplierMinimumPrice:after,
[class^=Jumpstart-Origin-].jumpstart-origin-PreferredSupplierMinimumPrice:after {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555;
    display: inline-block;
    font-family: Agito;
    content: "\F10F";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[class*=" jumpstart-origin-"].jumpstart-origin-SupplierJobMinimumPrice:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-SupplierJobMinimumPrice:after,
[class*=" jumpstart-origin-"].jumpstart-origin-SupplierLanguagePairPrice:after,
[class*=" Jumpstart-Origin-"].jumpstart-origin-SupplierLanguagePairPrice:after,
[class^=jumpstart-origin-].jumpstart-origin-SupplierJobMinimumPrice:after,
[class^=Jumpstart-Origin-].jumpstart-origin-SupplierJobMinimumPrice:after,
[class^=jumpstart-origin-].jumpstart-origin-SupplierLanguagePairPrice:after,
[class^=Jumpstart-Origin-].jumpstart-origin-SupplierLanguagePairPrice:after {
    font-size: 16.1px;
    margin: 0 0 0 5px;
    color: #555;
    display: inline-block;
    font-family: Agito;
    content: "\F10E";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.jumpstart-question-mark:after {
    display: inline-block;
    font-family: Agito;
    content: "\F1A8";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #777
}

.ui-pnotify.agitoNotify .ui-pnotify-container {
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #f6f6f6;
    box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, .5);
    padding: 12px;
    height: auto
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-danger {
    border: 1px solid #e40000
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-danger .ui-pnotify-title {
    color: #e40000
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-danger .ui-pnotify-icon:before {
    display: inline-block;
    font-family: Agito;
    content: "\F120";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 20px;
    color: #e40000
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-success {
    border: 1px solid #22b63a
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-success .ui-pnotify-title {
    color: #22b63a
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-success .ui-pnotify-icon:before {
    display: inline-block;
    font-family: Agito;
    content: "\F194";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 20px;
    color: #22b63a
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-warning {
    border: 1px solid #fabd00
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-warning .ui-pnotify-title {
    color: #fabd00
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-warning .ui-pnotify-icon:before {
    display: inline-block;
    font-family: Agito;
    content: "\F17B";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 20px;
    color: #fabd00
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-info {
    border: 1px solid #1ea6dd
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-info .ui-pnotify-title {
    color: #1ea6dd
}

.ui-pnotify.agitoNotify .ui-pnotify-container.alert-info .ui-pnotify-icon:before {
    display: inline-block;
    font-family: Agito;
    content: "\F199";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 20px;
    color: #1ea6dd
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-action-bar {
    margin-top: 10px !important;
    float: right
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-action-bar .btn {
    margin-left: 8px;
    float: right
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-action-bar .btn-cancel {
    border-color: #ccc;
    color: var(--font-default-color)
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-action-bar .btn-cancel:hover {
    border-color: #1e90bf;
    background-color: #fff
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-text,
.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-title {
    padding-left: 30px;
    overflow-wrap: break-word
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 6px
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-icon {
    margin-left: -2px
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-closer {
    outline: none;
    color: #777
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-closer:before {
    display: inline-block;
    font-family: Agito;
    content: "\F142";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 700
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-sticker {
    outline: none
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-sticker .stick,
.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-sticker .unstick {
    display: inline-block;
    color: #777;
    font-size: 18px;
    margin-right: 2px
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-sticker .stick:before {
    content: "\F1A1"
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-sticker .stick:before,
.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-sticker .unstick:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.ui-pnotify.agitoNotify .ui-pnotify-container .ui-pnotify-sticker .unstick:before {
    content: "\F1D8"
}

.tip-box {
    border-radius: 3px;
    background-color: #eff8f7;
    position: relative;
    margin: 20px;
    padding: 30px;
    border-radius: 6px
}

.tip-box.tip-box-warning {
    background-color: #fdf8e4;
    font-weight: 600;
    padding: 7px 15px;
    margin-left: 0;
    margin-right: 0
}

.tip-box.tip-box-warning .primary-button-container {
    margin-top: 9px
}

.tip-box.tip-box-warning .primary-button-container>a:first-child {
    border-radius: initial;
    border: none;
    padding: 6px 10px
}

.tip-box.tip-box-warning .primary-button-container>a:first-child:hover {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #fdf8e4;
    color: #1e90bf
}

.tip-box.tip-box-warning .primary-button-container .tip-box-see-more {
    padding: 6px 10px
}

.tip-box.tip-box-warning .lead {
    font-weight: 600;
    margin-bottom: 8px
}

.tip-box.tip-box-warning .close {
    top: 10px;
    right: 21px;
    color: #FE8523;
    font-size: 21px;
    opacity: 1
}

.tip-box .tip-box-content {
    overflow: hidden
}

.tip-box.tip-box-hidden {
    display: none
}

.tip-box .close {
    position: absolute;
    top: 4px;
    right: 10px;
    font-weight: 400;
    font-size: 41px;
    color: #777
}

.tip-box .tip-image {
    float: right;
    height: 116px;
    width: 256px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 20px
}

.tip-box .tip-image.termbase-image {
    background-image: url(../2523674564cb9939c17e.svg)
}

.tip-box .tip-image.dialog-image {
    background-image: url(../65fbb421fcd1316ca5d7.svg)
}

.tip-box .tip-image.preferred-supplier-image {
    background-image: url(../214b9089f1d30576042b.svg)
}

.tip-box .tip-image.company-profile-image {
    background-image: url(../7d49c450b8145482d8f0.svg)
}

@media (max-width:768px) {
    .tip-box .tip-image {
        display: none
    }
}

.tip-box .primary-button-container {
    margin-top: 30px;
    font-weight: 700;
    margin-right: 5px
}

.tip-box .primary-button-container a {
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block
}

.tip-box .primary-button-container a:hover {
    text-decoration: none
}

.tip-box .primary-button-container>a:first-child {
    border-radius: 2px;
    border: 1px solid #1e90bf;
    padding: 6px 10px
}

.tip-box .primary-button-container>a:first-child:hover {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #1e90bf;
    color: #fff
}

.tip-box .primary-button-container a.regularLink[target=_blank]:hover:after {
    border-bottom: none
}

.tip-box .primary-button-container .button {
    background: none;
    color: inherit;
    border: 0;
    padding: 0
}

.tip-box-expansion-mark {
    width: 35px;
    height: 35px
}

.tip-box-expansion-mark.btn {
    margin-left: 5px;
    vertical-align: bottom
}

.info-box {
    position: relative;
    margin: 8px 0;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 10px;
    grid-template-rows: none;
    -ms-grid-rows: none
}

.info-box .info-box-content {
    overflow: hidden;
    grid-column: 2;
    -ms-grid-column: 2;
    padding: 30px;
    background-color: #d6eceb
}

.info-box .info-box-content .info-box-body {
    word-wrap: break-word;
    line-height: 19px
}

.info-box .info-box-content .info-box-body ul {
    margin-top: 25px
}

.info-box .info-box-content .info-box-body ul li {
    margin: 0 10px 15px 15px
}

.info-box .info-box-content .info-box-title {
    font-size: 18px;
    margin-bottom: 12px
}

.info-box .info-box-content .primary-button-container {
    margin-top: 30px;
    font-weight: 700;
    margin-right: 5px
}

.info-box .info-box-content .primary-button-container a.btn-ext[target=_blank] .btn:after {
    display: inline-block;
    font-family: Agito;
    content: "\F156";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-left: 5px
}

.info-box.info-box-hidden {
    display: none
}

.info-box .info-box-image {
    background-repeat: no-repeat;
    background-size: contain;
    margin: 60px;
    grid-column: 1;
    -ms-grid-column: 1;
    vertical-align: middle;
    display: inline-block
}

.info-box .info-box-image.agreement-image {
    background-image: url(../fd54b96bf608252f8acb.svg);
    background-position: 50%
}

@media (max-width:768px) {
    .info-box .info-box-image {
        display: none
    }
}

.info-box .divider {
    border-top: 2px solid #e4e6ea;
    margin: 5px 0
}

.info-box-expansion-mark.btn {
    padding: 6px;
    margin-left: 5px;
    vertical-align: bottom
}

@media screen and (min-width:430px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 404px
    }
}

@media screen and (min-width:620px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 594px
    }
}

@media screen and (min-width:810px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 784px
    }
}

@media screen and (min-width:1000px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 974px
    }
}

@media screen and (min-width:1190px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 1164px
    }
}

@media screen and (min-width:1380px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 1164px
    }
}

@media screen and (min-width:1560px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 1314px
    }
}

@media screen and (min-width:1680px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 1434px
    }
}

@media screen and (min-width:1800px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 1554px
    }
}

@media screen and (min-width:1920px) {
    body.containsMinifiedLeftPanel:not(.tempExpand) .form-container .form-toolbar {
        width: 1674px
    }
}

.form-container {
    padding-top: 10px;
    z-index: 1
}

.form-container .fieldsContaner,
.form-container .fieldsContanerBelowMore,
.form-container .form-toolbar {
    padding: 0 20px
}

.form-container .form-toolbar {
    margin: 0 0 20px
}

@media screen and (min-width:430px) {
    .form-container .form-toolbar {
        width: 214px
    }
}

@media screen and (min-width:620px) {
    .form-container .form-toolbar {
        width: 404px
    }
}

@media screen and (min-width:810px) {
    .form-container .form-toolbar {
        width: 594px
    }
}

@media screen and (min-width:1000px) {
    .form-container .form-toolbar {
        width: 784px
    }
}

@media screen and (min-width:1190px) {
    .form-container .form-toolbar {
        width: 974px
    }
}

@media screen and (min-width:1380px) {
    .form-container .form-toolbar {
        width: 1164px
    }
}

@media screen and (min-width:1560px) {
    .form-container .form-toolbar {
        width: 1314px
    }
}

@media screen and (min-width:1680px) {
    .form-container .form-toolbar {
        width: 1434px
    }
}

@media screen and (min-width:1800px) {
    .form-container .form-toolbar {
        width: 1554px
    }
}

@media screen and (min-width:1920px) {
    .form-container .form-toolbar {
        width: 1674px
    }
}

.form-container .form-toolbar .btn {
    height: 32px;
    line-height: 15px
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element {
    float: left;
    margin-right: 20px
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .secondary-action-link {
    font-weight: 700
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .secondary-action-link a {
    display: inline-block;
    margin: 8px 0 0;
    color: #1b7fa9
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .toolbar-action-group {
    font-size: 14px;
    height: 56px
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .toolbar-action-group button {
    background: #fff;
    color: #777;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 1px 0 0
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .toolbar-action-group button .caret {
    color: #1b7fa9
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .toolbar-action-group button .title {
    vertical-align: middle;
    color: #1b7fa9
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .toolbar-action-group .dropdown-menu {
    margin-top: -27px;
    margin-right: -16px
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .toolbar-action-group .dropdown-menu.dropdown-menu-right:before {
    position: absolute;
    top: -7px;
    right: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--font-default-color);
    border-left: 7px solid transparent;
    border-bottom-color: var(--font-default-color);
    content: ""
}

.form-container .form-toolbar .secondary-actions-container .secondary-action-element .toolbar-action-group .dropdown-menu a.disabled {
    color: #bfbfbf;
    cursor: not-allowed
}

.form-container .form-toolbar .primary-button-container {
    margin-right: 10px
}

.form-container .form-toolbar .primary-button-container .btn {
    color: #fff;
    background-color: #FE8523;
    border-color: rgba(0, 0, 0, .1);
    background-image: none
}

.form-container .form-toolbar .primary-button-container .btn.focus,
.form-container .form-toolbar .primary-button-container .btn:focus {
    color: #fff;
    background-color: #f27910;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .primary-button-container .btn:hover {
    color: #fff;
    background-color: #f27910
}

.form-container .form-toolbar .primary-button-container .btn.active,
.form-container .form-toolbar .primary-button-container .btn:active,
.open>.dropdown-toggle.form-container .form-toolbar .primary-button-container .btn {
    color: #fff;
    background-color: #f27910;
    background-image: none;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .primary-button-container .btn.active.focus,
.form-container .form-toolbar .primary-button-container .btn.active:focus,
.form-container .form-toolbar .primary-button-container .btn.active:hover,
.form-container .form-toolbar .primary-button-container .btn:active.focus,
.form-container .form-toolbar .primary-button-container .btn:active:focus,
.form-container .form-toolbar .primary-button-container .btn:active:hover,
.open>.dropdown-toggle.form-container .form-toolbar .primary-button-container .btn.focus,
.open>.dropdown-toggle.form-container .form-toolbar .primary-button-container .btn:focus,
.open>.dropdown-toggle.form-container .form-toolbar .primary-button-container .btn:hover {
    color: #fff;
    background-color: #d3680b;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .primary-button-container .btn.disabled.focus,
.form-container .form-toolbar .primary-button-container .btn.disabled:focus,
.form-container .form-toolbar .primary-button-container .btn.disabled:hover,
.form-container .form-toolbar .primary-button-container .btn[disabled].focus,
.form-container .form-toolbar .primary-button-container .btn[disabled]:focus,
.form-container .form-toolbar .primary-button-container .btn[disabled]:hover,
fieldset[disabled] .form-container .form-toolbar .primary-button-container .btn.focus,
fieldset[disabled] .form-container .form-toolbar .primary-button-container .btn:focus,
fieldset[disabled] .form-container .form-toolbar .primary-button-container .btn:hover {
    background-color: #FE8523;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .primary-button-container .btn .badge {
    color: #FE8523;
    background-color: #fff
}

.form-container .form-toolbar .primary-button-container .btn:hover {
    background-color: #f6a258;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .primary-button-container .btn.disabled,
.form-container .form-toolbar .primary-button-container .btn[disabled] {
    opacity: .5
}

.form-container .form-toolbar .primary-button-container .btn.dropdown-toggle {
    padding: 6px 11px
}

.form-container .form-toolbar .primary-button-container .btn.dropdown-toggle .menu-icon:before {
    display: inline-block;
    font-family: Agito;
    content: "\F122";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.form-container .form-toolbar .subprimary-button-container .btn {
    color: var(--font-default-color);
    background-color: #f1f1f1;
    border-color: rgba(0, 0, 0, .1);
    margin-right: 10px
}

.form-container .form-toolbar .subprimary-button-container .btn.focus,
.form-container .form-toolbar .subprimary-button-container .btn:focus,
.form-container .form-toolbar .subprimary-button-container .btn:hover {
    color: var(--font-default-color);
    background-color: #d8d8d8;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .subprimary-button-container .btn.active,
.form-container .form-toolbar .subprimary-button-container .btn:active,
.open>.dropdown-toggle.form-container .form-toolbar .subprimary-button-container .btn {
    color: var(--font-default-color);
    background-color: #d8d8d8;
    background-image: none;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .subprimary-button-container .btn.active.focus,
.form-container .form-toolbar .subprimary-button-container .btn.active:focus,
.form-container .form-toolbar .subprimary-button-container .btn.active:hover,
.form-container .form-toolbar .subprimary-button-container .btn:active.focus,
.form-container .form-toolbar .subprimary-button-container .btn:active:focus,
.form-container .form-toolbar .subprimary-button-container .btn:active:hover,
.open>.dropdown-toggle.form-container .form-toolbar .subprimary-button-container .btn.focus,
.open>.dropdown-toggle.form-container .form-toolbar .subprimary-button-container .btn:focus,
.open>.dropdown-toggle.form-container .form-toolbar .subprimary-button-container .btn:hover {
    color: var(--font-default-color);
    background-color: #c6c6c6;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .subprimary-button-container .btn.disabled.focus,
.form-container .form-toolbar .subprimary-button-container .btn.disabled:focus,
.form-container .form-toolbar .subprimary-button-container .btn.disabled:hover,
.form-container .form-toolbar .subprimary-button-container .btn[disabled].focus,
.form-container .form-toolbar .subprimary-button-container .btn[disabled]:focus,
.form-container .form-toolbar .subprimary-button-container .btn[disabled]:hover,
fieldset[disabled] .form-container .form-toolbar .subprimary-button-container .btn.focus,
fieldset[disabled] .form-container .form-toolbar .subprimary-button-container .btn:focus,
fieldset[disabled] .form-container .form-toolbar .subprimary-button-container .btn:hover {
    background-color: #f1f1f1;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .subprimary-button-container .btn .badge {
    color: #f1f1f1;
    background-color: var(--font-default-color)
}

.form-container .form-toolbar .subprimary-button-container .withActions .btn {
    color: var(--font-default-color);
    background-color: #f1f1f1;
    border-color: rgba(0, 0, 0, .1);
    margin-right: 0
}

.form-container .form-toolbar .subprimary-button-container .withActions .btn.focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn:focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn:hover {
    color: var(--font-default-color);
    background-color: #d8d8d8;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .subprimary-button-container .withActions .btn.active,
.form-container .form-toolbar .subprimary-button-container .withActions .btn:active,
.open>.dropdown-toggle.form-container .form-toolbar .subprimary-button-container .withActions .btn {
    color: var(--font-default-color);
    background-color: #d8d8d8;
    background-image: none;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .subprimary-button-container .withActions .btn.active.focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn.active:focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn.active:hover,
.form-container .form-toolbar .subprimary-button-container .withActions .btn:active.focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn:active:focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn:active:hover,
.open>.dropdown-toggle.form-container .form-toolbar .subprimary-button-container .withActions .btn.focus,
.open>.dropdown-toggle.form-container .form-toolbar .subprimary-button-container .withActions .btn:focus,
.open>.dropdown-toggle.form-container .form-toolbar .subprimary-button-container .withActions .btn:hover {
    color: var(--font-default-color);
    background-color: #c6c6c6;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .subprimary-button-container .withActions .btn.disabled.focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn.disabled:focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn.disabled:hover,
.form-container .form-toolbar .subprimary-button-container .withActions .btn[disabled].focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn[disabled]:focus,
.form-container .form-toolbar .subprimary-button-container .withActions .btn[disabled]:hover,
fieldset[disabled] .form-container .form-toolbar .subprimary-button-container .withActions .btn.focus,
fieldset[disabled] .form-container .form-toolbar .subprimary-button-container .withActions .btn:focus,
fieldset[disabled] .form-container .form-toolbar .subprimary-button-container .withActions .btn:hover {
    background-color: #f1f1f1;
    border-color: rgba(0, 0, 0, .1)
}

.form-container .form-toolbar .subprimary-button-container .withActions .btn .badge {
    color: #f1f1f1;
    background-color: var(--font-default-color)
}

.form {
    margin-bottom: 0;
    display: table;
    width: 100%;
    table-layout: fixed
}

.form:focus {
    outline: none
}

.form .elementsWithFixedWidth,
.form .elementsWithFullWidth {
    margin-bottom: 24px
}

.form.contains-tiles .elementsWithFixedWidth {
    text-align: center
}

.form.one-column .positionedColumn,
.form.one-column .positionedColumn .dependent-fields-container {
    width: 100%
}

.form .positionedColumn {
    padding-left: 8px;
    padding-right: 8px
}

.form .positionedColumn:first-child {
    margin-left: -8px
}

.form .positionedColumn:last-child {
    margin-right: -8px
}

.form .fieldsContaner {
    position: relative;
    width: 100%;
    display: inline-block
}

.form .fieldsContanerBelowMore {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.form .fieldsContanerBelowMore>.collapsible {
    border-top-width: 0
}

.form .fieldsContanerBelowMore>.collapsible>.panel>.panel-heading .toggle {
    padding: 0
}

.form .fieldsContanerBelowMore>.collapsible>.panel>.panel-heading .arrowIcon {
    display: none
}

.form .fieldsContanerBelowMore>.collapsible>.panel>.panel-heading .collapsibleTitle {
    text-align: center;
    font-size: 14px;
    color: #1e90bf;
    width: 100%
}

.form .fieldsContanerBelowMore>.collapsible>.panel>.panel-collapse>.panel-body>.notBlockContainer:before {
    border-top: 1px solid #e9e9e9;
    display: block;
    width: 100%;
    height: 30px;
    content: ""
}

.form .notBlockContainer {
    padding: 5px 0
}

.form .form-actions {
    background: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 16px 20px 17px 40px
}

.form .validationSummary:not(.hasErrors) {
    display: none
}

.form .validationSummary {
    overflow-wrap: break-word
}

.form .alert {
    border-width: 2px;
    color: var(--font-default-color);
    font-size: 16px;
    font-weight: 400
}

.form .alert li {
    list-style: none;
    white-space: pre-line
}

.form .blockContainer {
    width: 100%;
    padding: 5px 0
}

.form .blockContainer:last-child {
    padding-bottom: 20px
}

.form .blockContainer .blockFieldsContainer {
    margin-top: 45px
}

.form .blockContainer fieldset {
    margin: 0;
    padding-bottom: 5px;
    border-radius: 3px;
    border-top: 1px solid #e9e9e9
}

.form .blockContainer fieldset>legend {
    font-size: 18px;
    line-height: 28.5px;
    border: 0;
    margin: 0 auto 5px;
    text-align: center;
    font-weight: 400;
    color: #777;
    width: auto
}

.form .blockContainer fieldset>legend .blockHeader .blockLabel {
    display: inline-block;
    background-color: #fff;
    padding: 1px 26px 1px 27px
}

.form .blockContainer fieldset>legend .blockHeader .blockLabel .explanation.btn {
    padding: 6px;
    margin-left: 5px;
    vertical-align: bottom
}

.fieldActionsTooltip {
    width: 218px;
    background-color: #fafbfd;
    border-color: rgba(82, 168, 236, .8);
    color: var(--font-default-color);
    padding: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.fieldActionsTooltip.doNotShowButtons {
    visibility: hidden
}

.fieldActionsTooltip canvas {
    display: none
}

.fieldActionsTooltip .qtip-content {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px
}

.fieldActionsTooltip .btn {
    width: 100px
}

.collapsible {
    margin-bottom: 0;
    border-top: 1px solid #e9e9e9
}

.collapsible .fieldsContaner,
.collapsible .form-toolbar {
    padding: 0
}

.collapsible .form-toolbar {
    width: 744px
}

@media screen and (min-width:1240px) {
    .collapsible .form-toolbar {
        width: 934px
    }
}

@media screen and (min-width:1433px) {
    .collapsible .form-toolbar {
        width: 1124px
    }
}

@media screen and (min-width:1560px) {
    .collapsible .form-toolbar {
        width: 1059px
    }
}

@media screen and (min-width:1680px) {
    .collapsible .form-toolbar {
        width: 1159px
    }
}

@media screen and (min-width:1800px) {
    .collapsible .form-toolbar {
        width: 1259px
    }
}

@media screen and (min-width:1920px) {
    .collapsible .form-toolbar {
        width: 1359px
    }
}

.collapsible .panel {
    overflow: visible;
    border-radius: 0;
    margin-bottom: 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.collapsible .panel.advansedSearchContainer {
    margin-bottom: 10px
}

.collapsible .panel .panel-heading.table-Row-Height-Compact .toggle {
    padding-top: 3px;
    padding-bottom: 3px
}

.collapsible .panel .panel-heading.table-Row-Height-VeryCompact .toggle {
    padding-top: 0;
    padding-bottom: 0
}

.collapsible .panel .panel-heading.table-Row-Height-VeryCompact .toggle .collapsibleTitle {
    line-height: 31.5px
}

.collapsible .panel .panel-heading {
    padding: 0;
    background-color: #fafbfd
}

.collapsible .panel .panel-heading:hover {
    background-color: #f3f5fa;
    cursor: pointer
}

.collapsible .panel .panel-heading .toggle {
    padding: 8px 18px
}

.collapsible .panel .panel-heading .toggle .arrowIcon {
    vertical-align: middle;
    display: inline-block
}

.collapsible .panel .panel-heading .toggle .arrowIcon:before {
    transition: transform .2s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    font-family: Agito;
    content: "\F105";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #66bfcc;
    font-size: 25.2px
}

.collapsible .panel .panel-heading .toggle.collapsed {
    background-color: #fff
}

.collapsible .panel .panel-heading .toggle.collapsed .collapsibleTitle.hasTitleForExpandedState .title-for-expanded-state {
    display: none
}

.collapsible .panel .panel-heading .toggle.collapsed .collapsibleTitle.hasTitleForExpandedState .title {
    display: inline-block
}

.collapsible .panel .panel-heading .toggle.collapsed .titleAdditionalInfo {
    display: none
}

.collapsible .panel .panel-heading .toggle.collapsed .arrowIcon:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.collapsible .panel .panel-heading .toggle .collapsibleTitle {
    text-decoration: none;
    color: var(--font-default-color);
    white-space: nowrap;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700
}

.collapsible .panel .panel-heading .toggle .collapsibleTitle.viewMoreButton .title,
.collapsible .panel .panel-heading .toggle .collapsibleTitle.viewMoreButton .title-for-expanded-state {
    margin-bottom: 14px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #1e90bf;
    padding-left: 16px;
    padding-right: 15px
}

.collapsible .panel .panel-heading .toggle .collapsibleTitle.viewMoreButton .title-for-expanded-state:hover,
.collapsible .panel .panel-heading .toggle .collapsibleTitle.viewMoreButton .title:hover {
    color: #fff;
    background-color: #1e90bf
}

.collapsible .panel .panel-heading .toggle .collapsibleTitle.hasTitleForExpandedState .title-for-expanded-state {
    display: inline-block
}

.collapsible .panel .panel-heading .toggle .collapsibleTitle.hasTitleForExpandedState .title {
    display: none
}

.collapsible .panel .panel-heading .toggle .collapsibleTitle:before {
    color: #777;
    font-size: 28px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 3px
}

.collapsible .panel .panel-heading .toggle .collapsibleTitle .itemsCount {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    color: #777;
    vertical-align: middle
}

.collapsible .panel .panel-heading .toggle .titleAdditionalInfo {
    display: inline-block
}

.collapsible .panel .panel-collapse.in {
    overflow: visible
}

.collapsible .panel .panel-collapse .panel-body {
    padding: 0;
    margin: 0;
    border-top: 1px solid #fafbfd;
    background-color: #fafbfd
}

.collapsible .panel .panel-collapse .panel-body .ui-jqgrid {
    margin-bottom: 0;
    border-bottom-width: 0
}

.fieldsContanerBelowMore .collapsible .panel .panel-collapse .panel-body,
.fieldsContanerBelowMore .collapsible .panel .panel-heading {
    background-color: #fff
}

.fieldsContanerBelowMore .collapsible .panel .panel-collapse .panel-body {
    border-top-color: #fff
}

.collapsible .panel .panel-heading .toggle .companyLanguagePairsCosts.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .JobTypePriceSuggestion.collapsibleTitle:before {
    content: "\F100"
}

.collapsible .panel .panel-heading .toggle .agreementFilesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .companyLanguagePairsCosts.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .JobTypePriceSuggestion.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .agreementFilesTable.collapsibleTitle:before {
    content: "\F102"
}

.collapsible .panel .panel-heading .toggle .companyProfileOffersTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .companyProfileProjectsFromOfferTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .customerProfileOffersTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .customerProfileProjectsFromOfferTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .invoicesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .projectDraftDeliveryAndPriceTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F113";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .terminologies.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F114";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .companyProjectBoxesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .customerProjectBoxesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .dashboardProjectBoxesTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F116";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .jobTypeBriefings.collapsibleTitle:before {
    content: "\F117"
}

.collapsible .panel .panel-heading .toggle .jobTypeBriefings.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .prefferredSuppliersSummaryTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .prefferredSuppliersSummaryTable.collapsibleTitle:before {
    content: "\F11A"
}

.collapsible .panel .panel-heading .toggle .internalResouceForCompanies.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=internalResources_].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F11B";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .companyInvocingAccountTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F121";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .assignmentInfoTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .oasTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .offerProducts.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .projectDraftDeliveryAndPriceJobTypeTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=orderJobsTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=projectDraftJobTypes_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=projectOrders_].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F12C";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .termbaseTable.collapsibleTitle:before {
    content: "\F137"
}

.collapsible .panel .panel-heading .toggle .termbaseTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=companyEngineeringFilesTable_].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle [class*=companyEngineeringFilesTable_].collapsibleTitle:before {
    content: "\F138"
}

.collapsible .panel .panel-heading .toggle [class*=jobDeliveredBilingualFilesTable_].collapsibleTitle:before {
    content: "\F149"
}

.collapsible .panel .panel-heading .toggle .companySales.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .vatValidationHistory.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=jobDeliveredBilingualFilesTable_].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .companySales.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .vatValidationHistory.collapsibleTitle:before {
    content: "\F14A"
}

.collapsible .panel .panel-heading .toggle .sourceFilesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=jobSourceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=orderSourceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=projectDraftSourceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=qualityFeedbackFilesTable_].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F15A";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .companyPlansTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .companyPrefferredRolesInternalResourceTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .customersFilter.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .invoicingAccountCustomerFilter.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .officeAccountManagersTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .officeCompanyPlansTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .officeProjectManagersTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .officeSrmManagersTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .projectManagerBackupTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=officePreferredRolesTable_].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F163";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .qualityFeedbacks.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F165";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .supplierJobTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=offerProductJobsTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=orderJobs].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F166";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .translationMemoryFamiliesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .translationMemoryTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F169";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle [class*=jobMatchedSuppliers].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F174";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle [class*=bidHistoryTable].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=jobChecklistHistory].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1AB";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .companyReferenceMaterialTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=jobProjectReferenceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=offerProjectReferenceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=projectDraftInternalReferenceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=projectDraftReferenceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=projectInternalReferenceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=projectProjectReferenceFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=projectReferenceFilesTable_].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F176";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .companyLanguagePairsTable.collapsibleTitle:before {
    content: "\F180"
}

.collapsible .panel .panel-heading .toggle .companyLanguagePairsTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .customerInformationsTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .customerInformationsTable.collapsibleTitle:before {
    content: "\F1DA"
}

.collapsible .panel .panel-heading .toggle .companyAddressesTable.collapsibleTitle:before {
    content: "\F188"
}

.collapsible .panel .panel-heading .toggle .companyAddressesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .companyRelationsTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .companyRelationsTable.collapsibleTitle:before {
    content: "\F189"
}

.collapsible .panel .panel-heading .toggle .conversationsTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .dialogsTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F18A";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .activities.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .companyActivitiesTable.collapsibleTitle:before {
    content: "\F18C"
}

.collapsible .panel .panel-heading .toggle .activities.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .companyActivitiesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .projectOrderDeliveryCommentsTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .projectOrderDeliveryCommentsTable.collapsibleTitle:before {
    content: "\F192"
}

.collapsible .panel .panel-heading .toggle .companyOrderTemplatesTable.collapsibleTitle:before {
    content: "\F19D"
}

.collapsible .panel .panel-heading .toggle .companyOrderTemplatesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .responsesTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .responsesTable.collapsibleTitle:before {
    content: "\F1AE"
}

.collapsible .panel .panel-heading .toggle .termbaseTermFamiliesTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1B0";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .deliveredFilesTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=jobDeliveredFilesTable_].collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=orderDeliveredFilesTable_].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1B4";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .termbaseTermsTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C8";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .assignmentsWithMissingTM.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .companyJobsTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .TmxTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1C9";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .preferredResourceGroupsOnCompanyProfileTable.collapsibleTitle:before {
    content: "\F197"
}

.collapsible .panel .panel-heading .toggle .preferredResourceGroupsOnCompanyProfileTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .preferredSuppliersAdvancedTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .preferredSuppliersAdvancedTable.collapsibleTitle:before {
    content: "\F1D5"
}

.collapsible .panel .panel-heading .toggle .preferredSuppliersForCompanyProfileTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .preferredSuppliersOnCompanyProfileTable.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .userGrpoupTable.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1DA";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .companyProjectDraftTemplate.collapsibleTitle:before {
    content: "\F1DF"
}

.collapsible .panel .panel-heading .toggle .companyProjectDraftTemplate.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .customerProjectDraftTemplate.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .customerProjectDraftTemplate.collapsibleTitle:before {
    content: "\F1E0"
}

.collapsible .panel .panel-heading .toggle .companyQualityAssurance.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle .projectQualityAssurance.collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    content: "\F168";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle [class*=autoInvitedLiveSuppliers].collapsibleTitle:before {
    content: "\F109"
}

.collapsible .panel .panel-heading .toggle .sentOfferDocuments.collapsibleTitle:before,
.collapsible .panel .panel-heading .toggle [class*=autoInvitedLiveSuppliers].collapsibleTitle:before {
    display: inline-block;
    font-family: Agito;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.collapsible .panel .panel-heading .toggle .sentOfferDocuments.collapsibleTitle:before {
    content: "\F1AB"
}

.contentContainer>.submitPage>.header-container+.form-container {
    border-top: 1px solid #ddd
}

.header-container {
    width: 100%;
    border-bottom: none;
    border-top: 1px solid transparent
}

.header-container.without-form {
    padding-bottom: 10px
}

.header-container.with-form.user-page-background {
    background-image: url(../07b3ed418e3656f82340.svg);
    background-size: 256px 256px;
    background-repeat: repeat
}

.header-container.with-form.company-page-background {
    background-image: url(../8cfe05bde32580131c9f.svg);
    background-size: 256px 256px;
    background-repeat: repeat
}

.header-container .notification-bar {
    width: 100%;
    font-size: 16.8px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff
}

.header-container .notification-bar a {
    color: #fff;
    text-decoration: underline
}

.header-container .notification-bar div {
    padding-bottom: 15px
}

.header-container .notification-bar div:first-child {
    padding-top: 15px
}

.header-container .notification-bar.danger {
    color: #fff;
    background-color: #eb5c6b
}

.header-container .notification-bar.warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

.header-container .contextMenu .dropdown-menu,
.header-container .contextMenu .open .dropdown-menu {
    margin-left: -13px
}

.header-container .contextMenu .dropdown-menu:before,
.header-container .contextMenu .open .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--font-default-color);
    border-left: 7px solid transparent;
    border-bottom-color: var(--font-default-color);
    content: ""
}

.header-container .breadcrumbs-title {
    display: block;
    min-width: 350px;
    position: relative
}

@media screen and (max-width:720px) {
    .header-container .breadcrumbs-title {
        min-width: auto
    }
}

.header-container .breadcrumbs-title .breadcrumb {
    background: none;
    margin: 0 0 0 8px;
    padding-top: 5px;
    position: absolute;
    top: -50px;
    color: #777
}

@media screen and (max-width:720px) {
    .header-container .breadcrumbs-title .breadcrumb {
        position: static;
        margin: 0;
        padding: 5px 10px
    }
}

.header-container .breadcrumbs-title .breadcrumb .breadcrumbValue {
    font-weight: 700
}

.header-container .breadcrumbs-title .breadcrumb span.divider {
    font-weight: 700
}

.header-container .breadcrumbs-title .pageTitleContainer {
    padding-top: 10px
}

.header-container .breadcrumbs-title .pageTitleContainer .title {
    position: relative;
    padding-left: 20px
}

.header-container .breadcrumbs-title .pageTitleContainer .title .title-icon-container {
    height: 2.2em;
    width: 2.2em;
    position: absolute;
    top: 8px;
    left: 22px;
    vertical-align: text-bottom
}

.header-container .breadcrumbs-title .pageTitleContainer .title .title-icon-container .entity-type-icon {
    font-size: 30px;
    color: #f69c4f
}

.header-container .breadcrumbs-title .pageTitleContainer .title .title-icon-container .entity-type-icon:before {
    position: relative;
    top: -2px;
    left: 2px
}

.header-container .breadcrumbs-title .pageTitleContainer .title .entityLabel {
    font-weight: 400;
    display: inline-block;
    margin: 3px 0;
    font-size: 28px;
    line-height: 28px;
    vertical-align: middle
}

.header-container .breadcrumbs-title .pageTitleContainer .title .entityLabel.withContextMenu {
    padding-left: 0
}

.header-container .breadcrumbs-title .pageTitleContainer .title .blockLabel {
    display: inline-block;
    vertical-align: middle
}

.header-container .breadcrumbs-title .pageTitleContainer.center {
    text-align: center
}

.header-container .breadcrumbs-title .pageTitleContainer.center .title .entityLabel {
    padding-left: 0
}

.header-container>.text {
    display: block;
    font-size: 14px;
    line-height: 1.08;
    margin-top: 10px;
    margin-left: 20px
}

.header-container>.text pre {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    overflow: visible;
    margin: 0;
    padding: 0;
    word-break: normal;
    white-space: pre-wrap
}

.header-container .header-form {
    display: table
}

.header-container .header-form .title-text {
    padding: 10px 20px 20px 0;
    color: var(--font-default-color)
}

.header-container .header-form .title-text .title {
    font-size: 28px;
    padding-left: 20px
}

.header-container .header-form .title-text .title .entityLabel {
    line-height: 28px;
    vertical-align: middle
}

.header-container .header-form .title-text .title .copyEntityTitle {
    color: #1e90bf;
    padding: 0;
    font-size: 18px;
    vertical-align: inherit
}

.header-container .header-form .title-text .sub-titles {
    font-size: 14px;
    line-height: 1;
    color: #777;
    margin-top: 5px;
    margin-left: 20px
}

.header-container .header-form .title-text .sub-titles .sub-title:not(:first-child):before {
    content: "\2219\A0";
    font-weight: 900
}

.header-container .header-form .title-text .sub-titles .sub-title:not(:last-child):after {
    content: "\A0";
    font-size: 0
}

.header-container .header-form .title-text .text {
    font-size: 14px;
    line-height: 1.08;
    margin-top: 20px;
    margin-left: 20px
}

.header-container .header-form .title-text .text pre {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    overflow: visible;
    margin: 0;
    padding: 0;
    word-break: normal;
    white-space: pre-wrap
}

.header-container .header-form .field.file.image {
    display: table-cell;
    width: auto
}

.header-container .header-form .field.file.image label {
    display: none
}

.header-container .header-form .field.file.image .fieldValue,
.header-container .header-form .field.file.image .fieldValue .fieldFileUpload {
    width: auto
}

.header-container .header-form .field.file.image .fieldValue .fieldFileUpload .image-container {
    margin: 10px 0 20px 20px
}

.header-container .header-form .image+.title-text {
    padding-top: 48px
}

.header-container .header-form .header-actions {
    display: inline
}

.header-container #backButton {
    position: absolute;
    top: 72px;
    right: 20px
}

.header-container .contextMenu {
    vertical-align: middle
}

.contentContainer.small-width .header-container,
.contentContainer.small-width .header-container .breadcrumbs-title {
    display: block
}

.contentContainer.small-width .header-container .breadcrumbs-title .title {
    margin-bottom: 12px
}

.contentContainer.small-width .header-container .explanatory {
    display: block
}

.contentContainer.small-width .header-container .contextMenu {
    vertical-align: middle
}

.tableTitle {
    margin-left: 20px
}

.select2.select2-container ::-webkit-scrollbar-button {
    display: none
}

.select2.select2-container:focus {
    outline: none
}

.select2.select2-container.select2-container--disabled .select2-selection .select2-selection__rendered {
    background-color: #eee
}

.select2.select2-container.select2-container--disabled .select2-selection .select2-selection__rendered .select2-search--inline .select2-search__field {
    background-color: #eee !important;
    box-shadow: none
}

.select2.select2-container .select2-results.hidden {
    display: none
}

.select2.select2-container .select2-selection {
    width: 100%;
    height: 30px;
    padding: 4px;
    line-height: 19px;
    background-image: none;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    padding: 0;
    height: 32px;
    background-color: #fafbfd;
    color: var(--font-default-color);
    box-shadow: none;
    text-align: left
}

.select2.select2-container .select2-selection:focus {
    border-color: #1e90bf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6)
}

.select2.select2-container .select2-selection::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.select2.select2-container .select2-selection:-ms-input-placeholder {
    color: #ccc
}

.select2.select2-container .select2-selection::-webkit-input-placeholder {
    color: #ccc
}

.select2.select2-container .select2-selection::-ms-expand {
    background-color: transparent;
    border: 0
}

.select2.select2-container .select2-selection[disabled],
.select2.select2-container .select2-selection[readonly],
fieldset[disabled] .select2.select2-container .select2-selection {
    background-color: #f3f3f3;
    opacity: 1
}

.select2.select2-container .select2-selection[disabled],
fieldset[disabled] .select2.select2-container .select2-selection {
    cursor: not-allowed
}

textarea.select2.select2-container .select2-selection {
    height: auto
}

.select2.select2-container .select2-selection.select2-default {
    color: #ccc
}

.select2.select2-container .select2-selection:hover:not(.select2-selection--multiple) {
    border-color: #1e90bf;
    background-color: #fff;
    box-shadow: 0 0 0 1px #1e90bf
}

.select2.select2-container .select2-selection:focus {
    box-shadow: 0 0 0 1px #1e90bf
}

.select2.select2-container .select2-selection:hover .select2-selection__arrow {
    background-color: #fff
}

.select2.select2-container .select2-selection .select2-search-choice-close {
    top: 5px;
    background: none
}

.select2.select2-container .select2-selection .select2-search-choice-close:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1D1";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 14px;
    position: relative;
    left: -4px;
    top: -1px
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    padding-left: 6px;
    line-height: 30px;
    color: var(--font-default-color)
}

.clearable-field-wrapper .select2.select2-container .select2-selection .select2-selection__rendered {
    margin-right: 8px
}

.select2.select2-container .select2-selection .select2-selection__rendered .option-content-container {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px
}

.select2.select2-container .select2-selection .select2-selection__rendered .option-content-container.validation-error-option {
    margin-left: -6px;
    margin-right: 6px;
    padding-left: 6px;
    background-color: #edb2a6
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background-color: #fafbfd;
    border-left-width: 0;
    height: 24px;
    width: 24px;
    margin: 2px
}

.select2.select2-container .select2-selection .select2-selection__arrow b {
    border-width: 0;
    margin: 0;
    left: 4px;
    top: 3px
}

.select2.select2-container .select2-selection .select2-selection__arrow b:after {
    display: inline-block;
    font-family: Agito;
    content: "\F105";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #66bfcc;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    right: 3px
}

.select2.select2-container.select2-container-disabled .select2-selection {
    color: var(--font-default-color);
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3
}

.select2.select2-container.select2-container-disabled .select2-selection .select2-selection__arrow,
.select2.select2-container.select2-container-disabled .select2-selection .select2-selection__arrow:hover {
    background-color: #f3f3f3
}

.select2.select2-container.select2-container-disabled .select2-selection:hover {
    border: 1px solid #f3f3f3;
    cursor: not-allowed;
    background-color: #f3f3f3
}

.select2.select2-container.select2-container-disabled .select2-selection .select2-selection__arrow b:after {
    color: var(--font-default-color)
}

.select2.select2-container.select2-container-active .select2-selection:focus {
    border-color: #1e90bf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6)
}

.select2.select2-container.select2-container--open .select2-selection {
    border-color: #1e90bf;
    background-color: #fafbfd;
    box-shadow: 0 0 0 1px #1e90bf
}

.select2.select2-container.select2-container--open .select2-selection .select2-selection__arrow {
    background-color: #fff;
    border-bottom-right-radius: 0
}

.select2.select2-container.select2-container--open .select2-selection .select2-selection__arrow b:after {
    display: inline-block;
    font-family: Agito;
    content: "\F108";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #66bfcc
}

.select2.select2-container.select2-container--open .select2-selection .select2-search-choice {
    background-color: #fafbfd
}

.select2.select2-container.select2-container--open .select2-selection.select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border-color: #d5d5d5
}

.select2.select2-container.select2-container--open:not(.select2-dropdown-above) .select2-selection {
    border-radius: 4px
}

.select2.select2-container .select2-selection--multiple {
    max-height: 108px;
    overflow-y: auto;
    height: auto;
    cursor: pointer;
    min-height: 32px
}

.select2.select2-container .select2-selection--multiple ::-webkit-scrollbar-button {
    display: none
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    height: 30px;
    padding: 4px;
    line-height: 19px;
    color: var(--font-default-color);
    background-color: #fafbfd;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    height: auto;
    display: block;
    padding: 0 6px;
    border-radius: 0;
    min-height: 20px;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered:focus {
    border-color: #1e90bf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 191, .6)
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered:-ms-input-placeholder {
    color: #ccc
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-input-placeholder {
    color: #ccc
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-ms-expand {
    background-color: transparent;
    border: 0
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered[disabled],
.select2.select2-container .select2-selection--multiple .select2-selection__rendered[readonly],
fieldset[disabled] .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    background-color: #f3f3f3;
    opacity: 1
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered[disabled],
fieldset[disabled] .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    cursor: not-allowed
}

textarea.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    height: auto
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    cursor: inherit;
    border-bottom: none !important
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .option-content-container {
    overflow: hidden;
    text-overflow: ellipsis
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
    border-width: 0;
    background: none;
    background-color: #fff !important;
    border-radius: 1px;
    margin: 0;
    margin-top: 3px;
    height: 24px;
    padding: 1px;
    display: inline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field .select2-search-choice-close {
    padding-bottom: 1px;
    display: none
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field div {
    display: inline
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field div:after {
    content: ",";
    display: inline
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:nth-last-child(2) div:after {
    content: ""
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field input {
    color: var(--font-default-color);
    padding: 0;
    height: 24px
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search-choice {
    color: var(--font-default-color);
    border-width: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2.select2-container .select2-selection.select2-selection--multiple .option-content-container {
    line-height: 19px
}

.select2-dropdown {
    background-color: #fafbfd;
    box-shadow: 1px 1px 4px 0 #ccc;
    border-radius: 4px;
    z-index: 1151;
    border: 0
}

.select2-dropdown.filterViewDropDown {
    margin: 2px 0 0 -1px;
    width: auto !important
}

.select2-dropdown.filterViewDropDown.advancedSearchDropDown {
    margin: 0
}

.select2-dropdown.doNotDisplayEmptyItem .select2-results .emptyItem {
    height: 0
}

.select2-dropdown.select2-dropdown--above,
.select2-dropdown.select2-dropdown--below {
    border-radius: 4px
}

.select2-dropdown.select2-dropdown--below {
    margin-top: 2px
}

.select2-dropdown.select2-dropdown--above {
    margin-top: -2px
}

.select2-dropdown input.select2-search__field,
.select2-dropdown input.select2-search__field:focus {
    box-shadow: 0 0 0 2px #1e90bf !important;
    border: none !important;
    border-radius: 1px
}

.select2-dropdown .select2-results {
    border-radius: 4px
}

.select2-dropdown .select2-results ::-webkit-scrollbar-button {
    display: none
}

.select2-dropdown .select2-results ::-webkit-scrollbar-thumb,
.select2-dropdown .select2-results ::-webkit-scrollbar-track {
    border-bottom-right-radius: 4px
}

.select2-dropdown .select2-results .select2-result-label {
    min-height: 19px;
    line-height: 14px
}

.select2-dropdown .select2-results .select2-results__option {
    padding: 0;
    background-color: #fff
}

.select2-dropdown .select2-results .select2-results__option span:not(.deleted-item) {
    min-height: 29px
}

.select2-dropdown .select2-results .select2-results__option .option-content {
    padding: 5px 6px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select2-dropdown .select2-results .select2-results__option .option-content.validation-error-option {
    background-color: #edb2a6
}

.select2-dropdown .select2-results .select2-results__option .default-language {
    font-weight: 700
}

.select2-dropdown .select2-results .select2-results__option .deleted-item {
    display: none
}

.select2-dropdown .select2-results .select2-results__option.select2-results__message {
    margin-left: 4px
}

.select2-dropdown .select2-results .select2-results__option--highlighted {
    text-decoration: none;
    color: var(--font-default-color);
    background-color: #d6eceb
}

.select2-dropdown .select2-results .select2-results__option:not(.select2-results__option--highlighted) .preferred {
    background-color: #e8eee9
}

.select2-dropdown .select2-results .select2-results__option:not(.select2-results__option--highlighted) .regularLink {
    color: #1b7fa9
}

.select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
    display: none
}

.select2-dropdown .select2-results .select2-results__options {
    border-radius: 4px
}

.select2-container .select2-results__option {
    padding: 5px 6px
}

.select2.select2-container.select2-container--disabled .select2-selection.select2-selection--single {
    background-color: #eee;
    cursor: not-allowed
}

.select2.select2-container.select2-container--disabled .select2-selection.select2-selection--single:hover {
    border-color: #d5d5d5;
    box-shadow: none
}

.select2.select2-container.select2-container--disabled .select2-selection.select2-selection--single:focus {
    border-color: #1e90bf;
    box-shadow: 0 0 0 1px #1e90bf
}

.select2.select2-container.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__arrow {
    display: none
}

.primaryGroup:after {
    display: inline-block;
    font-family: Agito;
    content: "\F17E";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
    font-size: 15.4px
}

.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr
}

.jq-ry-container[readonly=readonly] {
    cursor: default
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

[class*=customer-minimum-price-status-].customer-minimum-price-status-warning:before,
[class^=customer-minimum-price-status-].customer-minimum-price-status-warning:before {
    display: inline-block;
    font-family: Agito;
    content: "\F1A8";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #FE8523;
    margin: 0 5px 0 0
}

.br-theme-bars-square .br-widget {
    height: 15px;
    white-space: nowrap
}

.br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid #bbcefb;
    background-color: #fff;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: #bbcefb;
    font-weight: 600
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #4278f5;
    color: #4278f5
}

.br-theme-bars-square .br-widget .br-current-rating {
    clear: both;
    width: 330px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .5em 0;
    color: #646464
}

.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
    border: 2px solid #729bf8;
    color: #729bf8
}

@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #b3b3b3;
        color: #b3b3b3
    }

    .br-theme-bars-square .br-widget a.br-active,
    .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid #000;
        color: #000
    }
}

.br-theme-bars-square .br-widget a {
    cursor: default;
    color: #19191a
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #bbcefb;
    color: #19191a
}

.br-theme-bars-square .br-widget a.br-current {
    border: 2px solid #3f4758;
    color: #19191a
}

.br-theme-bars-square .br-readonly a {
    cursor: default;
    color: gray
}

.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
    border: 2px solid #bbcefb;
    color: #19191a
}

.br-theme-bars-square .br-readonly a.br-current {
    border: 2px solid #3f4758;
    color: #19191a
}

.scoreExplanation {
    display: inline-flex;
    color: #9898a5
}

.scoreExplanation .veryBad {
    width: 313px
}

.br-current-rating {
    float: right;
    height: 24px;
    width: 100%;
    text-align: right;
    margin-right: 10px;
    font-weight: 700
}

.primaryFamily:after {
    display: inline-block;
    font-family: Agito;
    content: "\F17E";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #000;
    font-size: 15.4px
}