
.loadingBar {
    position: fixed;
    right: -50px;
    left: -50px;
    padding: 5px 0 0;
    color: #fff;
    z-index: 99999;
    top: -50px;
    opacity: 0;
    transition: all .4s ease;
    text-align: center;
    font-size: 16px
}

.loadingBar .message {
    background: #efbc72;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 15px;
    padding: 6px 15px 5px 0;
    white-space: nowrap
}

.loadingBar .message span {
    opacity: 0;
    transition: opacity 1.2s ease
}

.loadingBar .message .icon {
    margin: 0 6px
}

.loadingBar.waiting .message:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    animation: progress-active 2s ease infinite
}

.loadingBar.active {
    opacity: 1;
    top: 0
}

.loadingBar.active .message {
    animation-name: loadingKKMDiv;
    animation-duration: 1.2s
}

.loadingBar.active .message span {
    opacity: 1
}

@keyframes loadingKKMDiv {
    0%, 50% {
        width: 30px
    }
    to {
        width: 170px
    }
}

html, html body {
    min-height: 100%;
    font-size: 18px;
    height: 100%;
    font-family: PT Sans Narrow, sans-serif;
    cursor: default;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .87)
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body i.icon {
    margin: 0
}

li, ul {
    list-style-type: none
}

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

h1, h2, h3, h4, h5 {
    font-family: PT Sans Narrow, sans-serif;+
}

h1 {
    font-size: 36px
}

h4 {
    font-size: 18px
}

#root, #root > div {
    min-height: 100vh;
    height: 100vh
}

.highlight {
    background: #ffd54f
}

.flex-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.help-block {
    font-size: 11px
}

.input-group > * {
    vertical-align: top
}

a.dashed {
    border-bottom: 1px dotted;
    text-decoration: none
}

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

.form-group label {
    font-size: 1.8em;
    font-weight: 400;
    color: #333
}

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

.modal-dialog {
    margin: 30px auto 0
}

.modal-dialog .modal-body {
    max-height: calc(100vh - 80px);
    overflow-y: auto
}

input {
    font-family: inherit
}

input[type=number] {
    text-align: right
}

input[type=email], input[type=number], input[type=text] {
    padding: 5px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fullScreen {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.btn.outline {
    background-color: transparent !important
}

.btn.outline.btn-danger {
    color: #d9534f !important
}

.react-datepicker__month-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
    margin-left: -8px;
    position: absolute
}

.react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow:before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before, .react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle:before, .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow:before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px
}

.react-datepicker__month-read-view--down-arrow:before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before, .react-datepicker__tether-element-attached-top .react-datepicker__triangle:before, .react-datepicker__year-read-view--down-arrow:before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
    top: 0;
    margin-top: -8px
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle:before {
    border-top: none;
    border-bottom-color: #f0f0f0
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before {
    top: -1px;
    border-bottom-color: #aeaeae
}

.react-datepicker__month-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow {
    bottom: 0;
    margin-bottom: -8px
}

.react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow:before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before, .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow:before {
    border-bottom: none;
    border-top-color: #fff
}

.react-datepicker__month-read-view--down-arrow:before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before, .react-datepicker__year-read-view--down-arrow:before {
    bottom: -1px;
    border-top-color: #aeaeae
}

.react-datepicker {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    display: inline-block;
    position: relative
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px
}

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
    margin-top: -20px
}

.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding-top: 8px;
    position: relative
}

.react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__year-dropdown-container--select {
    display: inline-block;
    margin: 0 2px
}

.react-datepicker__current-month {
    margin-top: 0;
    color: #000;
    font-weight: 700;
    font-size: .944rem
}

.react-datepicker__navigation {
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    border: .45rem solid transparent;
    z-index: 1
}

.react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc
}

.react-datepicker__navigation--previous:hover {
    border-right-color: #b3b2b2
}

.react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc
}

.react-datepicker__navigation--next:hover {
    border-left-color: #b3b2b2
}

.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__navigation--years-previous {
    top: 4px;
    border-top-color: #ccc
}

.react-datepicker__navigation--years-previous:hover {
    border-top-color: #b3b2b2
}

.react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc
}

.react-datepicker__navigation--years-upcoming:hover {
    border-bottom-color: #b3b2b2
}

.react-datepicker__month-container {
    display: inline;
    float: left
}

.react-datepicker__month {
    margin: .4rem;
    text-align: center
}

.react-datepicker__week-number {
    color: #ccc
}

.react-datepicker__day, .react-datepicker__day-name, .react-datepicker__week-number {
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .166rem
}

.react-datepicker__day, .react-datepicker__day-name {
    color: #000
}

.react-datepicker__day {
    cursor: pointer
}

.react-datepicker__day:hover {
    border-radius: .3rem;
    background-color: #f0f0f0
}

.react-datepicker__day--today {
    font-weight: 700
}

.react-datepicker__day--highlighted {
    border-radius: .3rem;
    background-color: #3dcc4a;
    color: #fff
}

.react-datepicker__day--highlighted:hover {
    background-color: #32be3f
}

.react-datepicker__day--in-range, .react-datepicker__day--in-selecting-range, .react-datepicker__day--selected {
    border-radius: .3rem;
    background-color: #216ba5;
    color: #fff
}

.react-datepicker__day--in-range:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--keyboard-selected {
    border-radius: .3rem;
    background-color: #2a87d0;
    color: #fff
}

.react-datepicker__day--keyboard-selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, .5)
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000
}

.react-datepicker__day--disabled {
    cursor: default;
    color: #ccc
}

.react-datepicker__day--disabled:hover {
    background-color: transparent
}

.react-datepicker__input-container {
    position: relative;
    display: inline-block
}

.react-datepicker__month-read-view, .react-datepicker__year-read-view {
    border: 1px solid transparent;
    border-radius: .3rem
}

.react-datepicker__month-read-view:hover, .react-datepicker__year-read-view:hover {
    cursor: pointer
}

.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
    border-top-color: #b3b2b2
}

.react-datepicker__month-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: .45rem
}

.react-datepicker__month-dropdown, .react-datepicker__year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    text-align: center;
    border-radius: .3rem;
    border: 1px solid #aeaeae
}

.react-datepicker__month-dropdown:hover, .react-datepicker__year-dropdown:hover {
    cursor: pointer
}

.react-datepicker__month-dropdown--scrollable, .react-datepicker__year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll
}

.react-datepicker__month-option, .react-datepicker__year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__month-option:first-of-type, .react-datepicker__year-option:first-of-type {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.react-datepicker__month-option:last-of-type, .react-datepicker__year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.react-datepicker__month-option:hover, .react-datepicker__year-option:hover {
    background-color: #ccc
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b2b2
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b2b2
}

.react-datepicker__month-option--selected, .react-datepicker__year-option--selected {
    position: absolute;
    left: 15px
}

.react-datepicker__close-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    outline: 0;
    padding: 0;
    vertical-align: middle
}

.react-datepicker__close-icon:after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\D7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%
}

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 5px 0;
    clear: left
}

.react-datepicker__tether-element {
    z-index: 2147483647
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647
}

.react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__day-name {
    width: 3rem;
    line-height: 3rem
}

@media (max-height: 550px),(max-width: 400px) {
    .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__day-name {
        width: 2rem;
        line-height: 2rem
    }
}

.react-datepicker__portal .react-datepicker__current-month {
    font-size: 1.44rem
}

.react-datepicker__portal .react-datepicker__navigation {
    border: .81rem solid transparent
}

.react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
    border-right-color: #b3b2b2
}

.react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
    border-left-color: #b3b2b2
}
    /* sc-component-id: sc-bdVaJa */
.bETCoD {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 60px;
    right: 60px;
    font-size: 18px;
    background-color: #F3F3F3;
    line-height: 60px;
    cursor: text;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.bETCoD > i {
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    width: 60px;
    text-align: center;
    color: rgba(0, 0, 0, .4);
}

.bETCoD > div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bETCoD > span {
    color: rgba(0, 0, 0, .4);
    font-size: 1.2em;
    padding-right: 15px;
}

/* sc-component-id: sc-ifAKCX */

.jeKXEu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* sc-component-id: sc-EHOje */

.lerAmb {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #26C6DA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: flex 0.3s ease;
    transition: flex 0.3s ease;
}

.lerAmb i.icon {
    font-size: 1em;
}

.lerAmb, .lerAmb:hover, .lerAmb:active {
    color: #fff;
}

.intfEQ {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgb(206, 147, 216);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: flex 0.3s ease;
    transition: flex 0.3s ease;
}

.intfEQ i.icon {
    font-size: 1em;
}

.intfEQ, .intfEQ:hover, .intfEQ:active {
    color: #fff;
}

.bETCoD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;z-index:1;left:0px;top:0px;height:60px;right:60px;font-size:18px;background-color:#F3F3F3;line-height:60px;cursor:text;-webkit-transition:background 0.2s ease;transition:background 0.2s ease;}.bETCoD > i{-webkit-flex-basis:60px;-ms-flex-preferred-size:60px;flex-basis:60px;width:60px;text-align:center;color:rgba(0,0,0,.4);}.bETCoD > div{-webkit-flex:1;-ms-flex:1;flex:1;}.bETCoD > span{color:rgba(0,0,0,.4);font-size:1.2em;padding-right:15px;}
/* sc-component-id: sc-bwzfXH */

.gDDYXd{position:relative;margin-bottom:30px;background:rgba(255,211,0,0.05);}.gDDYXd span{position:absolute;top:50%;left:15px;font-size:22px;margin-top:-14px;color:rgba(0,0,0,0.4);height:auto;z-index:0;}
/* sc-component-id: sc-htpNat */

.cZIObG{font-size:30px;text-align:right;color:#000;height:65px;padding:0 10px;width:100%;border-width:1px;border-color:rgba(0,0,0,0.3);border-style:dashed;background:transparent;position:relative;z-index:1;}.cZIObG:focus{border-style:solid;}
/* sc-component-id: sc-bxivhb */

.jXeEAe{color:#000;height:65px;padding:10px;width:100%;border-color:rgba(0,0,0,0.1);}
/* sc-component-id: sc-ifAKCX */

.jeKXEu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;}
/* sc-component-id: sc-EHOje */

.kkXugw{-webkit-flex:1.4;-ms-flex:1.4;flex:1.4;background-color:#26C6DA;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;-webkit-transition:flex 0.3s ease;transition:flex 0.3s ease;}.kkXugw i.icon{font-size:1.5em;}.kkXugw,.kkXugw:hover,.kkXugw:active{color:#fff;}
.intfEQ{-webkit-flex:1;-ms-flex:1;flex:1;background-color:rgb(206,147,216);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;-webkit-transition:flex 0.3s ease;transition:flex 0.3s ease;}.intfEQ i.icon{font-size:1em;}.intfEQ,.intfEQ:hover,.intfEQ:active{color:#fff;}
.eQVlaR{-webkit-flex:1;-ms-flex:1;flex:1;background-color:rgb(239,154,154);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;-webkit-transition:flex 0.3s ease;transition:flex 0.3s ease;}.eQVlaR i.icon{font-size:1em;}.eQVlaR,.eQVlaR:hover,.eQVlaR:active{color:#fff;}
/* sc-component-id: sc-gZMcBi */

.wUbvM{font-size:1.4em;padding:10px 0;text-align:center;margin:0;}
/* sc-component-id: sc-gqjmRU */

.fcWJkq{padding:10px 0;border-top:1px dashed #000;font-size:0.8em;text-align:left;}



.cpipKk {
    -webkit-flex: 1.4;
    -ms-flex: 1.4;
    flex: 1.4;
    background-color: rgb(239, 154, 154);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: flex 0.3s ease;
    transition: flex 0.3s ease;
}

.cpipKk i.icon {
    font-size: 1.5em;
}

.cpipKk, .cpipKk:hover, .cpipKk:active {
    color: #fff;
}

.clients .dropdown {
    position: static
}

.clients input {
    display: block;
    width: 100%;
    border: 0;
    height: 60px;
    padding: 10px;
    font-size: 20px;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.clients input:focus {
    border-bottom-color: #468c98
}

.clients .dropdown .selected {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 60px;
    right: 60px;
    font-size: 18px;
    background-color: #f3f3f3;
    line-height: 60px;
    cursor: text;
    transition: background .2s ease
}

.clients .dropdown .selected:hover {
    background: #f8f8f8
}

.clients .dropdown .selected i.icon {
    height: 100%;
    float: left;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 0, 0, .4)
}

.clients .dropdown > i.icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    display: block;
    width: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    margin: 0;
    font-size: 28px;
    background-color: #fc6d6d
}

.clients .dropdown > i.icon.add {
    background-color: #ffd300
}

.clients .dropdown a.clear {
    top: 30px
}

.clients .dropdown .menu {
    z-index: 99;
    min-width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.clients .dropdown .menu .item {
    padding: 15px 10px;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

.clients .dropdown .menu .item.active, .clients .dropdown .menu .item:hover {
    background-color: rgba(0, 0, 0, .07)
}

.clients .dropdown .menu .item .subtext {
    color: rgba(0, 0, 0, .5);
    float: right
}

.clients .clientForm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.clients .clientForm .react-datepicker__input-container {
    display: block
}

.clients .clientForm .header {
    background-color: #f0f0f0;
    text-align: center;
    line-height: 60px;
    height: 60px
}

.clients .clientForm .header > div {
    margin: 0
}

.clients .clientForm .header > div > div {
    padding: 0 !important
}

.clients .clientForm .header h1 {
    font-size: 20px;
    padding-top: 15px
}

.clients .clientForm .header i.icon {
    height: 60px;
    width: 100%;
    line-height: 60px
}

.clients .clientForm .header i.icon.check {
    color: #fff;
    background-color: rgba(14, 164, 50, .7)
}

.clients .clientForm .header i.icon.check:hover {
    background-color: rgba(14, 164, 50, .5)
}

.clients .clientForm .header i.icon.close {
    cursor: pointer
}

.clients .clientForm .header i.icon.close:hover {
    background-color: rgba(0, 0, 0, .05)
}

.clients .clientForm .body {
    overflow-y: auto;
    padding: 20px
}

.ui-progress {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100%
}

.ui-progress .body {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 6px;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 15px
}

.ui-progress .body .icon {
    font-size: 5em
}

.ui-progress .body .title {
    padding: 10px 0
}

.ui-progress .body .subtitle {
    font-size: 1.5em;
    color: rgba(0, 0, 0, .5)
}

.checkout {
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex
}

.checkout .ClosedShift {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    transition: background .8s ease
}

.checkout .ClosedShift.hover {
    background: hsla(0, 0%, 100%, .8)
}

.checkout .checkoutContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative
}

.checkout .checkoutContainer:before {
    content: '';
    top: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, transparent);
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}

.checkout .products {
    overflow-y: auto;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0 10px 10px
}

.checkout .products table {
    width: 100%;
    text-align: right;
    font-size: 14px
}

.checkout .products table.none {
    display: none
}

.checkout .products table tr {
    border-bottom: 1px solid rgba(34, 36, 38, .05)
}

.checkout .products table tr td, .checkout .products table tr th {
    padding: 10px 5px
}

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

.checkout .products table tbody tr td {
    vertical-align: middle
}

.checkout .products table tbody tr td:not(:first-child) {
    width: 92px
}

.checkout .products table tbody tr td.delete {
    width: 40px;
    cursor: pointer;
    text-align: center;
    background-color: rgba(255, 0, 0, .1)
}

.checkout .products table tbody tr td.delete:hover {
    background-color: rgba(255, 0, 0, .5)
}

.checkout .products table tbody tr td.input {
    height: 42px;
    padding: 0;
    position: relative
}

.checkout .products table tbody tr td.input input {
    font-size: 18px !important;
    background: rgba(255, 211, 0, .05);
    padding: 10px 5px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.checkout .products table input {
    width: 100%
}

.checkout .Checkout {
    position: relative;
    background-color: #fff
}

.checkout .Checkout .calculation {
    border-top: 1px solid rgba(34, 36, 38, .1);
    padding-bottom: 10px
}

.checkout .Checkout .calculation .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px
}

.checkout .Checkout .footer {
    height: 60px;
    line-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.checkout .Checkout .footer .btn {
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 0;
    line-height: inherit
}

.checkout .Checkout .footer .btn.red {
    width: 90px;
    background-color: rgba(252, 73, 73, .8)
}

.checkout .Checkout .footer .btn.green {
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding-left: 20px;
    padding-right: 20px
}

.checkout .Checkout .footer .btn.green.sales {
    background-color: #0ea432
}

.checkout .Checkout .footer .btn.green.return_sales {
    background-color: #ffd300;
    color: #000
}

.checkout .Checkout .footer .btn.green.reserve_sales {
    background-color: #2b27ff;
    color: #000
}

.checkout .Checkout .footer .btn.green .pull-right i.icon {
    display: none;
    font-size: 25px
}

.checkout .Checkout .footer .btn.green.loading {
    opacity: .6;
    cursor: default
}

.checkout .Checkout .footer .btn.green.loading i.icon {
    display: inline-block
}

.checkout .Checkout .footer .btn.green.loading b {
    display: none
}

.checkout .Checkout .footer.disabled .btn {
    opacity: .3;
    cursor: default
}

body .ui.modal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%
}

body .ui.modal .close-modal .icon {
    height: auto;
    color: #666
}

body .ui.modal .close-modal:hover {
    border-color: #aaa
}

body .ui.modal.custom-modal {
    min-height: 90%;
    display: -ms-flexbox;
    display: flex
}

body .ui.modal.custom-modal .content {
    padding-top: 10vh;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

body .ui.modal.custom-modal h1 {
    padding-bottom: 5px;
    margin-bottom: 20px
}

body .ui.modal.custom-modal .payments {
    font-size: 18px
}

body .ui.modal.custom-modal .payments > div {
    padding: 17px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .ui.modal.custom-modal .payments > div:first-child, body .ui.modal.custom-modal .payments > div:nth-child(5) {
    font-size: 22px
}

body .ui.modal.custom-modal .payments > div:nth-child(2), body .ui.modal.custom-modal .payments > div:nth-child(3) {
    margin-bottom: 0
}

body .ui.modal.custom-modal .payments > div:nth-child(3), body .ui.modal.custom-modal .payments > div:nth-child(4) {
    padding-left: 20px
}

body .ui.modal.custom-modal .payments > div.disabled {
    color: rgba(0, 0, 0, .4)
}

body .ui.modal.custom-modal .payments > div .button.icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    right: -50px;
    z-index: 1
}

.modal .delivery {
    text-align: center
}

.modal .delivery div {
    font-size: 3em
}

.modal-backdrop {
    z-index: 1050
}

body .btn, body .form-control, body .modal-content {
    border-radius: 0 !important
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

:-moz-placeholder, ::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

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

.searchField {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px
}

.searchField, .searchField .action {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.searchField .action {
    border: none;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px
}

.searchField .action > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #fff
}

.searchField .action > a.back {
    background-color: #e57373
}

.searchField .action > a.back span {
    margin-right: 7px
}

.searchField .action > a.clear-button {
    background-color: #f0ad4e
}

.searchField .action > a.clear-button span {
    margin-right: 7px
}

.searchField input {
    border: 1px solid transparent;
    background-color: #fff;
    display: block;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    font-size: 20px;
    outline: none
}

.ripple-obj {
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    fill: #ad1457
}

.ripple-obj use {
    opacity: 0
}

a.clear {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    margin-top: -15px;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 22px
}

.catalog-card, .catalog-loading .item, .catalogList .item {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    border-radius: 0px !important;
    padding: 5px;
    text-align: center
}

.catalog-card > div, .catalog-loading .item > div, .catalogList .item > div {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .28);
    border-radius: 0px !important;
    transition: all .3s ease;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-card .label, .catalog-loading .item .label, .catalogList .item .label {
    padding: 1px 4px 0;
    position: absolute;
    border-radius: 14px;
    top: 6px;
    right: 6px;
    min-width: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    background-color: #fc6d6d;
    opacity: 0;
    color: #fff;
    transition: all .3s ease;
    transform: scale(.1)
}

.catalog-card.active > div, .catalog-card:hover > div, .catalog-loading .active.item > div, .catalog-loading .item:hover > div, .catalogList .active.item > div, .catalogList .item:hover > div {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .28)
}

.catalog-card:active > div, .catalog-loading .item:active > div, .catalogList .item:active > div {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
    transform: scale(.98)
}

.catalog-card.min-view, .catalog-loading .min-view.item, .catalogList .min-view.item {
    padding-top: 15px;
    padding-bottom: 15px
}

.catalog-card.min-view .img, .catalog-loading .min-view.item .img, .catalogList .min-view.item .img {
    display: none
}

.catalog-card.active .label, .catalog-loading .active.item .label, .catalogList .active.item .label {
    opacity: 1;
    transform: scale(1)
}

.catalog-card.active > div, .catalog-loading .active.item > div, .catalogList .active.item > div {
    transition: all .1s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
    transform: scale(.98)
}

.catalog-card .img, .catalog-loading .item .img, .catalogList .item .img {
    padding: 20px 20px 0
}

.catalog-card .img img, .catalog-loading .item .img img, .catalogList .item .img img {
    display: block;
    width: 100%;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 4px
}

.catalog-card .img i.icon, .catalog-loading .item .img i.icon, .catalogList .item .img i.icon {
    font-size: 4em;
    color: rgba(0, 0, 0, .1);
    line-height: 130px;
    display: block;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 4px;
    width: auto;
    height: auto
}

.catalog-card .img.icon i.icon, .catalog-loading .item .img.icon i.icon, .catalogList .item .img.icon i.icon {
    background: transparent;
    color: rgba(0, 0, 0, .15);
    font-size: 7em
}

.catalog-card .img .LazyLoad, .catalog-loading .item .img .LazyLoad, .catalogList .item .img .LazyLoad {
    height: 130px !important;
    opacity: 0;
    transition: opacity 1s ease
}

.catalog-card .img .LazyLoad.is-visible, .catalog-loading .item .img .LazyLoad.is-visible, .catalogList .item .img .LazyLoad.is-visible {
    opacity: 1
}

.catalog-card .discount, .catalog-loading .item .discount, .catalogList .item .discount {
    position: absolute;
    left: 0;
    top: 24px;
    background-color: #b7e4c2;
    font-weight: 600;
    padding: 5px 5px 5px 20px;
    font-size: 16px;
    z-index: 2
}

.catalog-card .discount .icon, .catalog-card .discount span, .catalog-loading .item .discount .icon, .catalog-loading .item .discount span, .catalogList .item .discount .icon, .catalogList .item .discount span {
    position: relative;
    z-index: 1
}

.catalog-card .discount:after, .catalog-loading .item .discount:after, .catalogList .item .discount:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    width: 20px;
    height: 20px;
    background-color: #b7e4c2
}

.catalog-card .stock, .catalog-loading .item .stock, .catalogList .item .stock {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #777
}

.catalog-card .price, .catalog-loading .item .price, .catalogList .item .price {
    padding: 5px 0;
    border-top: 1px solid #f0f0f0;
    margin: 5px 0px 0;
    font-weight: 100;
    font-size: 0.9em;
}

.catalog-card .amount {
    font-size: 0.8em;
}

.catalog-card .offset, .catalog-loading .item .offset, .catalogList .item .offset {
    margin: 15px 20px 0;
    height: 50px
}

.catalog-card .text, .catalog-loading .item .text, .catalogList .item .text {
    -ms-flex: 1;
    flex: 1
}

.catalog-card .text .title, .catalog-loading .item .text .title, .catalogList .item .text .title {
    padding: 10px 8px 0;
    font-size: 0.8em;
    word-break: break-all
}

.catalog-card .text .barcode, .catalog-card .text .sku, .catalog-loading .item .text .barcode, .catalog-loading .item .text .sku, .catalogList .item .text .barcode, .catalogList .item .text .sku {
    font-size: .9em;
    margin: 6px 0 0
}

.catalog-card .text .barcode .icon, .catalog-card .text .sku .icon, .catalog-loading .item .text .barcode .icon, .catalog-loading .item .text .sku .icon, .catalogList .item .text .barcode .icon, .catalogList .item .text .sku .icon {
    margin-right: 4px;
    color: #bbb
}

.catalog-card svg, .catalog-loading .item svg, .catalogList .item svg {
    fill: rgba(0, 0, 0, .3)
}

.catalog-card.item-small .discount, .catalog-loading .item-small.item .discount, .catalogList .item-small.item .discount {
    bottom: 12px;
    top: auto !important
}

.catalog-card.item-small .title, .catalog-loading .item-small.item .title, .catalogList .item-small.item .title {
    padding-top: 15px
}

.catalog-card.item-small .price, .catalog-loading .item-small.item .price, .catalogList .item-small.item .price {
    text-align: right
}

@media (max-width: 1400px) {
    .catalog-card, .catalog-loading .item, .catalogList .item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (max-width: 1200px) {
    .catalog-card, .catalog-loading .item, .catalogList .item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .catalog-card > div, .catalog-loading .item > div, .catalogList .item > div {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog-card > div .img, .catalog-loading .item > div .img, .catalogList .item > div .img {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        padding-right: 0
    }

    .catalog-card > div .img .icon, .catalog-card > div .img img, .catalog-loading .item > div .img .icon, .catalog-loading .item > div .img img, .catalogList .item > div .img .icon, .catalogList .item > div .img img {
        height: 80px;
        line-height: 80px;
        font-size: 34px
    }

    .catalog-card > div .img .LazyLoad, .catalog-loading .item > div .img .LazyLoad, .catalogList .item > div .img .LazyLoad {
        height: 80px !important
    }

    .catalog-card > div .text, .catalog-loading .item > div .text, .catalogList .item > div .text {
        text-align: left
    }

    .catalog-card > div .offset, .catalog-card > div .price, .catalog-card > div .stock, .catalog-loading .item > div .offset, .catalog-loading .item > div .price, .catalog-loading .item > div .stock, .catalogList .item > div .offset, .catalogList .item > div .price, .catalogList .item > div .stock {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .catalog-card > div .barcode, .catalog-loading .item > div .barcode, .catalogList .item > div .barcode {
        padding-left: 10px
    }

    .catalog-card.item-small .text, .catalog-loading .item-small.item .text, .catalogList .item-small.item .text {
        text-align: center
    }
}

.catalog-loading, .catalogList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-loading h1.category-title, .catalogList h1.category-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 35px 10px 20px;
    font-size: 18px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog-loading h1.category-title > div, .catalogList h1.category-title > div {
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .8)
}

.catalog-loading h1.category-title > div span, .catalogList h1.category-title > div span {
    color: rgba(0, 0, 0, .3);
    margin-right: 3px;
    font-size: .9em
}

.catalog-loading h1.category-title:first-child, .catalogList h1.category-title:first-child {
    padding-top: 20px;
    position: relative;
    z-index: 1;
    transition: border-color 1s ease
}

.catalog-loading .price {
    height: 29px
}

.catalog-loading .price:before {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, .1);
    height: .9em;
    width: 60px;
    margin-right: 10px
}

.catalog-loading .title {
    padding-bottom: 15px !important
}

.catalog-loading .title:before {
    width: 120px;
    margin-right: 10px;
    margin-bottom: 3px
}

.catalog-loading .title:after, .catalog-loading .title:before {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, .1);
    height: .9em
}

.catalog-loading .title:after {
    width: 80px
}

.button {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px
}

.button .text {
    display: inline-block
}

.button.disabled {
    cursor: default;
    background-color: rgba(0, 0, 0, .1)
}

.button.loading:before {
    content: '\F110';
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    animation: fa-spin 2s infinite linear
}

.ui.modals > .catalogModal {
    width: 340px;
    margin-left: -170px
}

.ui.modals > .catalogModal h4 {
    text-align: center;
    padding: 15px 0
}

.ui.modals > .catalogModal .content {
    padding: 0
}

.ui.modals > .catalogModal .form-control {
    border-radius: 0;
    border-width: 0;
    border-top-width: 1px;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    text-align: center;
    display: block;
    width: 100%
}

.pos-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    z-index: 999;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px
}

.pos-header:after {
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, transparent);
    z-index: 1;
    height: 10px;
    position: absolute
}

.pos-header .button {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.pos-header .button > * {
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.pos-header .button .grey {
    background-color: #e57373
}

.pos-header .button .fa {
    margin-right: 7px
}

.pos-header h1 {
    line-height: 44px;
    font-size: 20px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px
}

.statusBar {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 40px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: PT Sans, sans-serif
}

.statusBar .user-item {
    padding: 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4
}

.statusBar .user-item i.icon, .statusBar .user-item img.ui.avatar.image {
    margin-right: 10px;
    width: 44px;
    height: 44px
}

.statusBar .user-item i.icon.icon, .statusBar .user-item img.ui.avatar.image.icon {
    border-radius: 50%;
    background: #f0f0f0;
    vertical-align: middle;
    line-height: 44px;
    font-size: 24px;
    color: #aaa
}

.statusBar .user-item > div {
    display: block
}

.statusBar .user-item > div span {
    font-size: 1.1em;
    display: block
}

.statusBar .status {
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex
}

.statusBar .status .connect {
    padding-left: 15px
}

.statusBar .status .connect i.icon {
    color: #fc4949
}

.statusBar .status .connect i.icon.active {
    color: #0ea432
}

.statusBar .ui.dropdown.active > .settings {
    background-color: rgba(0, 0, 0, .1)
}

.statusBar .ui.dropdown > .settings {
    text-decoration: none;
    font-size: 18px;
    color: #555;
    padding: 0 25px;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.statusBar .ui.dropdown > .settings i.icon {
    margin-right: 8px
}

.statusBar .ui.dropdown > .settings:hover {
    background-color: rgba(0, 0, 0, .1)
}

.statusBar .ui.dropdown > .settings + .menu {
    margin-left: 17px;
    padding: 10px
}

.statusBar .ui.dropdown > .settings + .menu .item {
    font-size: 18px;
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.statusBar .ui.dropdown > .settings + .menu .item.red {
    color: #e57373
}

.statusBar .ui.dropdown > .settings + .menu .item.green {
    color: #0ea432
}

.statusBar .holdDocs {
    color: rgba(0, 0, 0, .5)
}

.categoryList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categoryList .item {
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    height: 140px;
    transition: all .4s ease;
    font-size: 17px;
    font-family: PT Sans, sans-serif
}

.categoryList .item:hover {
    opacity: .85
}

.categoryList .item:active {
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .28) !important
}

.categoryList .item.item-x1 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.categoryList .item.item-x2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.categoryList .item .fa {
    cursor: move;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    color: rgba(0, 0, 0, .6)
}

.categoryList .item .title {
    padding: 0 8px;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (max-width: 1100px) {
    .categoryList .item.item-x1 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }

    .categoryList .item.item-x2 {
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%
    }
}

@media (min-width: 1400px) {
    .categoryList .item {
        height: 180px
    }
}

.category-item {
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    height: 140px;
    transition: all .4s ease;
    font-size: 17px;
    font-family: PT Sans, sans-serif
}

.category-item:hover {
    opacity: .85
}

.category-item:active {
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .28) !important
}

.category-item.item-x1 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.category-item.item-x2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.category-item .fa {
    cursor: move;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    color: rgba(0, 0, 0, .6)
}

.category-item .title {
    padding: 0 8px;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

body .print-container {
    display: none;
    font-family: Helvetica, Arial;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -ms-backface-visibility: hidden !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px !important;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px !important
}

@media print {
    body .modal, body .modal-backdrop, body .sale .catalog, body .sale .checkout, body iframe {
        display: none !important
    }

    @page {
        size: auto;
        margin: 0
    }

    @page rotated {
        size: landscape
    }

    html body {
        margin: 0;
        font-size: 1em;
        width: 100%;
        min-width: 100%
    }

    .print-container {
        overflow: auto;
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff !important;
        z-index: 9999999999
    }

    .print-container .print-documents {
        padding: 1cm;
        width: 100%
    }

    .print-container .print-documents h2 {
        padding-bottom: .21428571rem;
        border-bottom: 1px solid rgba(34, 36, 38, .15)
    }

    .print-container .print-documents .grid .row {
        display: -ms-flexbox;
        display: flex;
        max-width: 350px;
        padding: 3px 0
    }

    .print-container .print-documents .grid .row div {
        width: 50%
    }

    .print-container .print-documents .sub.header {
        color: rgba(0, 0, 0, .6)
    }

    .print-container .print-documents .row {
        font-size: .85rem
    }

    .print-container .print-documents table.table {
        line-height: 1.4285em;
        width: 100%;
        background: #fff;
        margin: 1em 0;
        border: 1px solid rgba(34, 36, 38, .15);
        box-shadow: none;
        text-align: left;
        color: rgba(0, 0, 0, .87);
        border-collapse: separate;
        border-spacing: 0;
        page: rotated;
        font-size: .85rem
    }

    .print-container .print-documents table.table thead th {
        cursor: auto;
        background: #f9fafb;
        text-align: inherit;
        color: rgba(0, 0, 0, .87);
        padding: .92857143em .71428571em;
        vertical-align: inherit;
        font-style: none;
        text-transform: none;
        border-bottom: 1px solid rgba(34, 36, 38, .1);
        border-left: none
    }

    .print-container .print-documents table.table thead th:first-child {
        border-left: none
    }

    .print-container .print-documents table.table th {
        white-space: nowrap;
        font-size: .75rem
    }

    .print-container .print-documents table.table td {
        padding: 3px 6px;
        border-top: 1px solid rgba(34, 36, 38, .1)
    }

    .print-container .print-documents table.table td:nth-child(1) {
        width: 1%
    }

    .print-container .print-documents table.table td:nth-child(2) {
        width: 40%
    }

    .print-container .print-documents table.table td:nth-child(n+3) {
        width: 10%
    }

    .print-container .print-documents .numTd {
        text-align: right !important
    }

    .print-container .print-documents h2 {
        font-size: 1.5rem
    }

    .print-container .print-documents h2 .sub.header {
        font-size: 1rem;
        float: right;
        margin-top: 10px
    }

    .print-container .print-documents h2.ui.header + .grid {
        padding: 10px 0
    }

    .print-container .check {
        color: #000;
        padding: 0;
        line-height: 15px;
        font-size: 1.1em;
        padding-right: 5px;
        padding-left: 5px
    }

    .print-container .check h1 {
        font-size: 1.4em;
        padding: 10px 0;
        text-align: center
    }

    .print-container .check .header {
        padding: 10px 0;
        border-top: 1px dashed #000
    }

    .print-container .check .items {
        border-top: 1px dashed #000;
        border-bottom: 1px dashed #000;
        margin-bottom: 10px;
        padding: 5px 0
    }

    .print-container .check .items .item {
        padding: 3px 0 1px;
        clear: both;
        overflow: hidden
    }

    .print-container .check .items .item:not(:last-child):after {
        content: "...................." "...................." "...................." "...................." "...................." "...................." "....................";
        display: block;
        white-space: nowrap;
        line-height: 11px
    }

    .print-container .check .items .item > span {
        display: block;
        font-size: .8em
    }

    .print-container .check .items .item b {
        font-weight: 400
    }

    .print-container .check .total .item {
        clear: both
    }

    .print-container .check .total h1:last-child {
        padding: 5px 0 22px;
        text-align: left
    }
}

.sale {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    overflow: hidden
}

.sale, .sale .catalog {
    display: -ms-flexbox;
    display: flex
}

.sale .catalog {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.sale .catalog:before {
    content: '';
    top: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, transparent);
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}

.sale .catalog > .center {
    background-color: #f8f8f8;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    height: auto !important
}

.sale .catalog > .center .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 0
}

.sale .checkout {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%
}

.shift-list .ui.menu {
    border-radius: 0;
    width: 100%;
    margin: 0
}

.shift-list > .buttons {
    margin: 15px;
    display: block
}

.documents-feed .documents-item {
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 5px;
    margin-bottom: 25px
}

.documents-feed .documents-item .header {
    padding: 20px;
    display: -ms-flexbox;
    display: flex
}

.documents-feed .documents-item .header .date {
    color: rgba(0, 0, 0, .5);
    margin-top: 5px
}

.documents-feed .documents-item .header > div:nth-child(1) {
    padding: 4px 10px 0 0
}

.documents-feed .documents-item .header > div:nth-child(2) {
    -ms-flex: 1;
    flex: 1
}

.documents-feed .documents-item .header > div:nth-child(3) {
    text-align: right
}

.documents-feed .documents-item .header > div:nth-child(3) .price {
    background: rgba(0, 0, 0, .1);
    padding: 3px 7px;
    border-radius: 8px;
    margin-bottom: 5px
}

.documents-feed .documents-item .header > div:nth-child(3) .price:before {
    content: "\F00D";
    font-family: Icons;
    margin-right: 8px;
    color: rgba(0, 0, 0, .6)
}

.documents-feed .documents-item .header > div:nth-child(3) .price.active {
    background: rgba(33, 133, 208, .1)
}

.documents-feed .documents-item .header > div:nth-child(3) .price.active:before {
    content: "\F00C";
    color: #2185d0
}

.documents-feed .documents-item .segment {
    border: 0;
    box-shadow: none
}

.documents-feed .documents-item .body table {
    width: 100%;
    margin-top: 0
}

.documents-feed .documents-item .body table th {
    padding-top: 15px !important
}

.documents-feed .documents-item .body table td:first-child, .documents-feed .documents-item .body table th:first-child {
    padding-left: 10px !important
}

.documents-feed .documents-item .body table td:last-child, .documents-feed .documents-item .body table th:last-child {
    padding-right: 10px !important
}

.documents-feed .documents-item .body .moneys, .documents-feed .documents-item .body .products {
    border-top: 1px solid rgba(34, 36, 38, .08)
}

.documents-feed .documents-item .body .moneys > div, .documents-feed .documents-item .body .products > div {
    position: relative
}

.documents-feed .documents-item .body .moneys.moneys td:first-child, .documents-feed .documents-item .body .products.moneys td:first-child {
    text-align: center
}

.documents-feed .documents-item .body .moneys.moneys td:last-child, .documents-feed .documents-item .body .moneys.moneys th:last-child, .documents-feed .documents-item .body .moneys.products td:not(:first-child), .documents-feed .documents-item .body .moneys.products th:not(:first-child), .documents-feed .documents-item .body .products.moneys td:last-child, .documents-feed .documents-item .body .products.moneys th:last-child, .documents-feed .documents-item .body .products.products td:not(:first-child), .documents-feed .documents-item .body .products.products th:not(:first-child) {
    text-align: right
}

.documents-feed .documents-item .body .moneys .showMore, .documents-feed .documents-item .body .products .showMore {
    padding: 15px 20px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex
}

.documents-feed .documents-item .body .moneys .showMore.active, .documents-feed .documents-item .body .moneys .showMore:hover, .documents-feed .documents-item .body .products .showMore.active, .documents-feed .documents-item .body .products .showMore:hover {
    background-color: rgba(0, 0, 0, .04)
}

.documents-feed .documents-item .body .moneys .showMore.active.active, .documents-feed .documents-item .body .moneys .showMore:hover.active, .documents-feed .documents-item .body .products .showMore.active.active, .documents-feed .documents-item .body .products .showMore:hover.active {
    border-bottom: 1px solid rgba(34, 36, 38, .08)
}

.documents-feed .documents-item .body .moneys .showMore .content, .documents-feed .documents-item .body .products .showMore .content {
    -ms-flex: 1;
    flex: 1
}

.infoModal .actions .ui.checkbox {
    padding-top: 8px;
    float: left
}

.infoModal .actions .ui.checkbox label {
    color: #fff
}

.shift-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow: hidden
}

.shift-container .shortInfo {
    padding: 20px 5px 0
}

.shift-container .shortInfo .item {
    padding-top: 12px
}

.shift-container .shortInfo .item.grey {
    color: rgba(0, 0, 0, .6)
}

.shift-container .shortInfo .item .icon {
    margin-right: 5px
}

.shift-container .ClosedShift {
    display: block;
    -ms-flex: 0;
    flex: 0
}

.shift-container > .content {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

.shift-container > .content > .left {
    max-height: 100%;
    width: 280px;
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.shift-container > .content > .left .ClosedShift {
    text-align: center;
    padding: 20px 0
}

.shift-container .full {
    padding: 30px;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto
}

.shift-container .full .shift-full {
    max-width: 620px
}

.shift-container .full .shift-full > .content {
    padding: 10px 0
}

.shift-container .full .stats {
    padding: 0 5px 40px
}

.shift-container .full .stats .divider {
    margin-top: 45px;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 18px
}

.shift-container .full .stats .divider:after, .shift-container .full .stats .divider:before {
    background: none;
    display: none
}

.shift-container .full .stats .grid:last-child {
    margin-top: 45px
}

.shift-container .full .stats .grid:last-child .column {
    font-weight: 600;
    font-size: 21px
}

.shift-container .full .stats .column {
    overflow: hidden;
    vertical-align: top;
    position: relative;
    font-size: 16px
}

.shift-container .full .stats .column:after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 14px;
    right: 14px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1)
}

.shift-container .full .stats .column span {
    background-color: #fff;
    position: relative;
    margin-bottom: -1px;
    z-index: 2
}

.shift-container .full .stats .column span:first-child {
    padding-right: 5px
}

.shift-container .full .stats .column span:last-child {
    font-weight: 600;
    float: right;
    padding-left: 5px
}

.selectStore {
    width: 100%;
    padding: 10px
}

.selectStore h2 {
    padding: 0 15px 20px
}

.selectStore .divider {
    margin-right: 15px;
    margin-left: 15px
}

.selectStore a {
    text-decoration: none;
    display: block;
    border-radius: 10px;
    padding: 15px
}

.selectStore a:hover {
    background: #f4f4f4
}

.selectStore a:hover span {
    color: inherit
}

.selectStore a p {
    font-size: 22px
}

.selectStore a span {
    color: #ccc;
    display: block
}

.ClosedShift {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.settings {
    padding-top: 60px
}

.settings .body {
    padding-top: 40px
}

.settings .body .form-group {
    margin-bottom: 70px
}

.settings .body .form-group label {
    margin-bottom: 15px;
    display: block
}

.settings .body label.small {
    font-size: 14px
}

.settings .ui.buttons.vertical .button {
    position: relative;
    padding-left: 45px;
    text-align: left;
    border: 0;
    outline: none
}

.settings .ui.buttons.vertical .button svg {
    fill: #777
}

.settings .ui.buttons.vertical .button:after {
    content: "\F10C";
    position: absolute;
    margin-top: -7px;
    top: 50%;
    font-size: 22px;
    left: 10px;
    font-family: Icons
}

.settings .ui.buttons.vertical .button.active {
    box-shadow: none
}

.settings .ui.buttons.vertical .button.active:after {
    content: "\F192"
}

.settings .ui.buttons.vertical .button:active {
    box-shadow: none
}

.settings .ui.buttons.vertical.checkboxes .button:after {
    content: "\F096"
}

.settings .ui.buttons.vertical.checkboxes .button.active:after {
    content: "\F046"
}

.settings .catalog-card {
    max-width: 220px;
    margin: 10px auto 0
}

@media (max-width: 1200px) {
    .settings .catalog-card {
        max-width: 300px
    }
}

.settings .navigation h5 {
    color: rgba(0, 0, 0, .4);
    padding-left: 14px;
    margin-top: 21px;
    text-transform: uppercase
}

.settings .navigation .menu {
    margin-bottom: 40px
}

.settings .navigation .menu a {
    color: #888 !important
}

.settings .navigation .menu li:hover a {
    background-color: transparent
}

.settings .navigation .menu li.active a {
    background-color: rgba(0, 0, 0, .03)
}

.categories-btn {
    position: relative;
    text-align: left;
    min-height: 60px;
    font-size: 18px;
    line-height: 1.3333333;
    cursor: default;
    border-bottom: 1px solid;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 45px
}

.categories-btn, .categories-btn .check-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.categories-btn .check-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45px;
    width: 45px;
    font-size: 22px;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center
}

.categories-btn .check-toggle:before {
    width: 21px
}

.categories-btn .check-toggle:hover {
    background-color: rgba(0, 0, 0, .04)
}

.categories-btn > div:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex: 1;
    flex: 1
}

.categories-btn > div:first-child > i, .categories-btn > div:first-child > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.categories-btn > div:first-child .title {
    -ms-flex: 1;
    flex: 1
}

.categories-btn > div:first-child > span:first-child {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.categories-btn > div:first-child > span:first-child .icon {
    cursor: move;
    font-size: 21px;
    color: rgba(0, 0, 0, .6);
    margin: 0
}

.categories-btn.x2 {
    min-height: 120px
}

.categories-btn .dropdown {
    margin-right: 15px
}

.categories-btn .dropdown > button {
    border: 0;
    background-color: hsla(0, 0%, 100%, .3) !important
}

.categories-btn .dropdown ul.menu {
    padding: 0;
    word-break: break-all;
    width: 200px;
    white-space: normal
}

.categories-btn .dropdown ul.menu li.header {
    text-align: center;
    padding: 6px 0 1px;
    clear: both;
    display: block
}

.categories-btn .dropdown ul.menu li.color-item {
    float: left;
    width: 20%;
    padding: 0 !important
}

.categories-btn .dropdown ul.menu li.color-item span {
    border: 1px solid #fff;
    transition: border-color .4s ease;
    height: 40px;
    display: block;
    padding: 0;
    background-color: transparent !important
}

.categories-btn .dropdown ul.menu li.color-item span:hover {
    border-color: #444
}

.categories-btn .dropdown ul.menu .button {
    border-bottom: 0;
    border-left: 0
}

.categories-btn .dropdown ul.menu .button:last-child {
    border-right: 0
}

.loading-icon {
    height: 50px;
    width: 50px;
    background-color: pink;
    animation: loading 5s infinite linear
}

.loading-text {
    animation: loading-text 5s infinite linear;
    margin-bottom: 20px;
    font-size: 40px
}

@keyframes loading {
    0% {
        transform: perspective(180px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(180px) rotateX(0deg) rotateY(0deg);
        background-color: #f4d03f
    }
    25% {
        transform: perspective(180px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(180px) rotateX(-180.1deg) rotateY(0deg);
        background-color: #52b3d9
    }
    50% {
        transform: perspective(180px) rotateX(-180deg) rotateY(179.9deg);
        -webkit-transform: perspective(180px) rotateX(-180deg) rotateY(179.9deg);
        background-color: #ec644b
    }
    75% {
        transform: perspective(180px) rotateX(-180deg) rotateY(179.9deg);
        -webkit-transform: perspective(180px) rotateX(-1turn) rotateY(179.9deg);
        background-color: #68c3a3
    }
    to {
        transform: perspective(180px) rotateX(0deg) rotateY(1turn);
        -webkit-transform: perspective(180px) rotateX(-1turn) rotateY(1turn);
        background-color: #f4d03f
    }
}

@keyframes loading-text {
    0% {
        color: #f4d03f
    }
    25% {
        color: #52b3d9
    }
    50% {
        color: #ec644b
    }
    75% {
        color: #68c3a3
    }
    to {
        color: #f4d03f
    }
}

.registration-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

.registration-form .segment {
    position: relative;
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 5px 0 rgba(34, 36, 38, .25);
    width: 400px;
    margin: 0 auto;
    padding: 30px 40px 40px
}

.registration-form .segment .btn, .registration-form .segment input {
    border-radius: 0
}

.registration-form .forgot-password {
    padding-top: 30px;
    font-size: 14px;
    width: 100%
}

.registration-form .forgot-password a {
    color: #ccc;
    text-decoration: underline;
    font-size: 13px
}

.registration-form form .forgot-password {
    color: rgba(0, 0, 0, .3)
}

.registration-form .ui.message {
    margin-bottom: 10px
}

.registration-form .button {
    margin: 35px auto 0;
    height: 50px;
    line-height: 16px;
    font-size: 22px
}

.registration-form .button .icon {
    font-size: 1.1em;
    float: right;
    display: none
}

.registration-form .button.disabled .icon {
    display: inline-block
}

.registration-form .form-title.header {
    position: absolute;
    top: -150px;
    left: 0;
    font-family: Lobster, arial, sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 200 !important;
    text-align: center;
    line-height: normal;
    padding: 40px 0 20px;
    display: block;
    width: 100%;
    color: rgba(59, 131, 192, .9)
}

.registration-form .form-title.header .sub.header {
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    color: #aaa;
    font-weight: 200 !important
}

.registration-form .sub.header {
    font-size: 35px;
    padding: 0 0 30px;
    text-align: center;
    line-height: normal;
    font-weight: 500 !important;
    color: #555459
}

.registration-form label {
    font-weight: 400 !important
}

.footer-links {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0
}

.footer-links .register-link {
    color: #bbb;
    width: 100%
}

.footer-links .register-link a {
    color: #bbb;
    text-decoration: underline
}

@font-face {
    font-family: Dotf1;
    src: url(8940715e0934793cd4fac861460f6468.eot?#iefix) format('embedded-opentype'), url(b993e6ff8d2be1c4327d0882139610e1.woff) format('woff'), url(0b5644ff9caf3f131bcdef1dd9c62044.ttf) format('truetype'), url(50f3f294cc974624116a5eb348dd089c.svg#Dotf1) format('svg');
    font-weight: 400;
    font-style: normal
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow&amp;subset=cyrillic);

@import url(https://fonts.googleapis.com/css?family=Lobster);


.client-green {
    color: green !important;
}

.client-orange {
    color: orange !important;
}

.client-blue {
    color: blue !important;
}
