@charset "UTF-8";
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

body {
    margin: 0; }

main {
    display: block; }

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

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

a {
    background-color: transparent; }

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

b, strong {
    font-weight: bold; }

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

small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
    border-style: none; }

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
    /* 1 */
    text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox. */
fieldset {
    padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
 * ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
    display: block; }

/* Add the correct display in all browsers. */
summary {
    display: list-item; }

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
    display: none; }

/**
 * Add the correct display in IE 10. */
.c-blue {
    color: #3ebad6; }

.c-green {
    color: #2ecc71; }

html {
    font-family: "Open Sans", sans-serif;
    font-size: 16;
    line-height: 1.5;
    color: #484848;
    box-sizing: border-box !important;
    padding: 0 0;
    height: 100%; }

* {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: inherit; }

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

body {
    display: flex;
    flex-direction: column;
    height: 100%; }

ul {
    margin: 0; }

@media only screen and (max-width: 481px) {
    html {
        padding: 0 15px; } }
.clearfix::after {
    clear: both;
    content: "";
    display: table; }

.debug {
    background-color: pink !important; }

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden; }
.ir::before {
    content: "";
    display: block;
    height: 150%;
    width: 0; }

@media only screen and (min-width: 1025px) {
    .wide-view {
        padding-left: 70px; }

    .hide-wide {
        display: none; }

    .show-phone {
        display: none; } }
@media only screen and (max-width: 481px) {
    .hide-mobile {
        display: none; }

    .hide-phone {
        display: none !important; }

    .mobile-view {
        padding-top: 96px; }

    .phone-view {
        display: block !important; }

    .show-phone {
        display: block !important; } }
@media only screen and (max-width: 1024px) {
    .hide-mobile {
        display: none !important; }

    .mobile-view {
        padding-top: 96px; }

    .show-phone {
        display: none; } }
.vat {
    vertical-align: top; }

.vam {
    vertical-align: middle; }

.h100 {
    height: 100vh; }

.db {
    display: block; }

.di {
    display: inline; }

.dib {
    display: inline-block; }

.dn {
    display: none; }

.df {
    display: flex; }

.dif {
    display: flex; }

.fdr {
    flex-direction: row; }

.fdrr {
    flex-direction: row-reverse; }

.fdc {
    flex-direction: column; }

.fdcr {
    flex-direction: column-reverse; }

.fw {
    flex-wrap: wrap; }

.fwr {
    flex-wrap: wrap-reverse; }

.fw-n {
    flex-wrap: nowrap; }

.jc-fs {
    justify-content: flex-start; }

.jc-fe {
    justify-content: flex-end; }

.jc-c {
    justify-content: center; }

.jc-sb {
    justify-content: space-between; }

.jc-sa {
    justify-content: space-around; }

.jc-se {
    justify-content: space-evenly; }

.ai-fs {
    align-items: flex-start; }

.ai-fe {
    align-items: flex-end; }

.ai-c {
    align-items: center; }

.ai-s {
    align-items: stretch; }

.ai-b {
    align-items: baseline; }

.ac-fs {
    align-content: flex-start; }

.ac-fe {
    align-content: flex-end; }

.ac-c {
    align-content: center; }

.ac-s {
    align-content: stretch; }

.ac-sb {
    align-content: space-between; }

.ac-sa {
    align-content: space-around; }

.ofh {
    overflow: hidden; }

.mar-t1 {
    margin-top: 0.5rem; }

.mar-t2 {
    margin-top: 1rem; }

.mar-t3 {
    margin-top: 1.5rem; }

.mar-t4 {
    margin-top: 2rem; }

.mar-b0 {
    margin-bottom: 0rem !important; }

.mar-b1 {
    margin-bottom: 0.5rem !important; }

.mar-b2, .radio-label--l, .radio-label--xl, .order-table {
    margin-bottom: 1rem !important; }

.mar-b3 {
    margin-bottom: 1.5rem !important; }

.mar-r05 {
    margin-right: 0.3125rem; }

.mar-r1 {
    margin-right: 0.625rem; }

.mar-r2 {
    margin-right: 0.9375rem; }

.mar-l05 {
    margin-left: 0.3125rem; }

.mar-l1 {
    margin-left: 0.625rem; }

.mar-l2 {
    margin-left: 0.9375rem; }

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

.cr-p {
    cursor: pointer !important; }

.pad-l0 {
    padding-left: 0 !important; }

.pad-r0 {
    padding-right: 0 !important; }

.pad-t1 {
    padding-top: 2.25rem; }

.pad-t2 {
    padding-top: 4rem; }

.pad-r1 {
    padding-right: 0.5rem; }

.pad-b3, .row--total td {
    background-color: #f8f8f8;
    border-bottom: 1px solid #f0f0f0; }

.fl {
    float: left; }

.fr {
    float: right !important; }

.fn {
    float: none !important; }

.poa {
    position: absolute; }

.pof {
    position: fixed; }

.por {
    position: relative; }

.pos {
    position: static; }

.ra {
    border-radius: 50%; }

.ran {
    border-radius: 0; }

.tac, footer {
    text-align: center; }

.tal {
    text-align: left; }

.tar {
    text-align: right; }

.tsi {
    font-style: italic; }

.ttu {
    text-transform: uppercase; }

.twl {
    font-weight: 100 !important; }

.twn {
    font-weight: normal; }

.twb {
    font-weight: bold; }

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px); } }
@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px); } }
@-ms-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px); } }
@-o-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px); } }
@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px); } }
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px); } }
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
@-ms-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    100% {
        opacity: 0; } }
@-moz-keyframes zoomOut {
    0% {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    100% {
        opacity: 0; } }
@-ms-keyframes zoomOut {
    0% {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    100% {
        opacity: 0; } }
@-o-keyframes zoomOut {
    0% {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    100% {
        opacity: 0; } }
@keyframes zoomOut {
    0% {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    100% {
        opacity: 0; } }
@-webkit-keyframes fadeInTransparent {
    0% {
        opacity: 0; }
    100% {
        opacity: 0.75; } }
@-moz-keyframes fadeInTransparent {
    0% {
        opacity: 0; }
    100% {
        opacity: 0.75; } }
@-ms-keyframes fadeInTransparent {
    0% {
        opacity: 0; }
    100% {
        opacity: 0.75; } }
@-o-keyframes fadeInTransparent {
    0% {
        opacity: 0; }
    100% {
        opacity: 0.75; } }
@keyframes fadeInTransparent {
    0% {
        opacity: 0; }
    100% {
        opacity: 0.75; } }
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@-moz-keyframes fadeIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@-ms-keyframes fadeIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@-o-keyframes fadeIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@keyframes fadeIn {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }
@-webkit-keyframes fadeInFromTransparent {
    0% {
        opacity: 0.25; }
    100% {
        opacity: 1; } }
@-moz-keyframes fadeInFromTransparent {
    0% {
        opacity: 0.25; }
    100% {
        opacity: 1; } }
@-ms-keyframes fadeInFromTransparent {
    0% {
        opacity: 0.25; }
    100% {
        opacity: 1; } }
@-o-keyframes fadeInFromTransparent {
    0% {
        opacity: 0.25; }
    100% {
        opacity: 1; } }
@keyframes fadeInFromTransparent {
    0% {
        opacity: 0.25; }
    100% {
        opacity: 1; } }
@-webkit-keyframes fadeOut {
    0% {
        opacity: 0.75; }
    100% {
        opacity: 0.25; } }
@-moz-keyframes fadeOut {
    0% {
        opacity: 0.75; }
    100% {
        opacity: 0.25; } }
@-ms-keyframes fadeOut {
    0% {
        opacity: 0.75; }
    100% {
        opacity: 0.25; } }
@-o-keyframes fadeOut {
    0% {
        opacity: 0.75; }
    100% {
        opacity: 0.25; } }
@keyframes fadeOut {
    0% {
        opacity: 0.75; }
    100% {
        opacity: 0.25; } }
@-webkit-keyframes fadeOutTransparent {
    0% {
        opacity: 1; }
    100% {
        opacity: 0.25; } }
@-moz-keyframes fadeOutTransparent {
    0% {
        opacity: 1; }
    100% {
        opacity: 0.25; } }
@-ms-keyframes fadeOutTransparent {
    0% {
        opacity: 1; }
    100% {
        opacity: 0.25; } }
@-o-keyframes fadeOutTransparent {
    0% {
        opacity: 1; }
    100% {
        opacity: 0.25; } }
@keyframes fadeOutTransparent {
    0% {
        opacity: 1; }
    100% {
        opacity: 0.25; } }
.propertyItem {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    background: #ffffff;
    color: #484848;
    overflow: hidden;
    margin: 5px 5px 5px 0; }

.propertyItem--title {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: 3px calc(50% - 1px);
    padding: 3px 3px 3px 15px; }

.propertyItem--data {
    font-size: 12px;
    line-height: 1.25;
    padding: 3px; }

.propertyItem--period {
    background-image: url(/assets/images/item--period.svg);
    background-color: #469edc; }

.propertyItem--date {
    background-image: url(/assets/images/item--calendar.svg);
    background-color: #2ecc71; }

.propertyItem--pause {
    background-image: url(/assets/images/item--pause.svg);
    background-color: #f39c12; }

.propertyItem--amount {
    background-image: url(/assets/images/item--amount.svg);
    background-color: #16a085; }

.propertyItem--price {
    background-image: url(/assets/images/item--price.svg);
    background-color: #e74c3c; }

.propertyItem--vat {
    background-image: url(/assets/images/item--tax.svg);
    background-color: #9b59b6; }

.propertyItem--comment {
    background: #eeeeee;
    font-size: 11px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-style: italic; }

.update--ico {
    background-image: url(/assets/images/update--ico.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 6px; }

.tree--item {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: background-color 0.23s ease-in-out 0s; }
.tree--item:hover {
    background-color: #adffbd; }
.tree--item__title {
    margin-right: auto;
    font-size: 14px;
    font-weight: 500; }
.tree--item--selected {
    background-color: #adffbd;
    border: 1px solid #cac0ff;
    box-sizing: border-box;
    font-weight: 600 !important; }
.tree--children {
    padding-left: 35px;
    background-image: url(/assets/images/1px-blue.svg);
    background-repeat: repeat-y;
    background-position: 20px; }

.fsDialog {
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    justify-content: space-between;
    flex-direction: column; }
.fsDialog-title {
    background: #efefef;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative; }
.fsDialog-content {
    background: #ffffff;
    padding: 15px; }
.fsDialog-navigation {
    border-top: 1px solid #d5d5d5;
    padding: 10px; }

.fsClose {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #b3b3b3;
    background-image: url(/assets/images/close_white.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.23s ease-in-out 0s; }
.fsClose:hover {
    opacity: 0.85; }

.fsSlideTop {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.autocomplete-suggestions {
    border: 1px solid #cdcdcd;
    background: #FFFFFF;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999999 !important; }
.autocomplete-suggestions strong {
    font-weight: 600;
    color: #3ebad6; }

.autocomplete-suggestion {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden; }

.autocomplete-group {
    padding: 0.625rem; }
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #cdcdcd; }

.autocomplete-selected {
    background: #F0F0F0; }

.grid__new {
    box-sizing: border-box;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    width: 97.8571428571%; }
@media screen and (max-width: 1020px) {
    .grid__new {
        width: 97.0588235294%; } }
@media screen and (max-width: 620px) {
    .grid__new {
        width: 95.1612903226%; } }
.grid__new-0 {
    box-sizing: border-box;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    width: 100%; }

.col-desk-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-0 {
    margin-left: 0%; }
.col-desk-1 {
    box-sizing: border-box;
    width: 5.5555555556%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-1 {
    margin-left: 5.5555555556%; }
.col-desk-2 {
    box-sizing: border-box;
    width: 11.1111111111%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-2 {
    margin-left: 11.1111111111%; }
.col-desk-3 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-3 {
    margin-left: 16.6666666667%; }
.col-desk-4 {
    box-sizing: border-box;
    width: 22.2222222222%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-4 {
    margin-left: 22.2222222222%; }
.col-desk-5 {
    box-sizing: border-box;
    width: 27.7777777778%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-5 {
    margin-left: 27.7777777778%; }
.col-desk-6 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-6 {
    margin-left: 33.3333333333%; }
.col-desk-7 {
    box-sizing: border-box;
    width: 38.8888888889%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-7 {
    margin-left: 38.8888888889%; }
.col-desk-8 {
    box-sizing: border-box;
    width: 44.4444444444%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-8 {
    margin-left: 44.4444444444%; }
.col-desk-9 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-9 {
    margin-left: 50%; }
.col-desk-10 {
    box-sizing: border-box;
    width: 55.5555555556%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-10 {
    margin-left: 55.5555555556%; }
.col-desk-11 {
    box-sizing: border-box;
    width: 61.1111111111%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-11 {
    margin-left: 61.1111111111%; }
.col-desk-12 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-12 {
    margin-left: 66.6666666667%; }
.col-desk-13 {
    box-sizing: border-box;
    width: 72.2222222222%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-13 {
    margin-left: 72.2222222222%; }
.col-desk-14 {
    box-sizing: border-box;
    width: 77.7777777778%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-14 {
    margin-left: 77.7777777778%; }
.col-desk-15 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-15 {
    margin-left: 83.3333333333%; }
.col-desk-16 {
    box-sizing: border-box;
    width: 88.8888888889%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-16 {
    margin-left: 88.8888888889%; }
.col-desk-17 {
    box-sizing: border-box;
    width: 94.4444444444%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-17 {
    margin-left: 94.4444444444%; }
.col-desk-18 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0.3649635036%;
    padding-right: 0.3649635036%; }
.col-desk-shift-18 {
    margin-left: 100%; }
@media screen and (max-width: 1020px) {
    .col-tab-0 {
        box-sizing: border-box;
        width: 0%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-0 {
        margin-left: 0%; }
    .col-tab-1 {
        box-sizing: border-box;
        width: 8.3333333333%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-1 {
        margin-left: 8.3333333333%; }
    .col-tab-2 {
        box-sizing: border-box;
        width: 16.6666666667%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-2 {
        margin-left: 16.6666666667%; }
    .col-tab-3 {
        box-sizing: border-box;
        width: 25%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-3 {
        margin-left: 25%; }
    .col-tab-4 {
        box-sizing: border-box;
        width: 33.3333333333%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-4 {
        margin-left: 33.3333333333%; }
    .col-tab-5 {
        box-sizing: border-box;
        width: 41.6666666667%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-5 {
        margin-left: 41.6666666667%; }
    .col-tab-6 {
        box-sizing: border-box;
        width: 50%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-6 {
        margin-left: 50%; }
    .col-tab-7 {
        box-sizing: border-box;
        width: 58.3333333333%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-7 {
        margin-left: 58.3333333333%; }
    .col-tab-8 {
        box-sizing: border-box;
        width: 66.6666666667%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-8 {
        margin-left: 66.6666666667%; }
    .col-tab-9 {
        box-sizing: border-box;
        width: 75%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-9 {
        margin-left: 75%; }
    .col-tab-10 {
        box-sizing: border-box;
        width: 83.3333333333%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-10 {
        margin-left: 83.3333333333%; }
    .col-tab-11 {
        box-sizing: border-box;
        width: 91.6666666667%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-11 {
        margin-left: 91.6666666667%; }
    .col-tab-12 {
        box-sizing: border-box;
        width: 100%;
        padding-left: 0.5050505051%;
        padding-right: 0.5050505051%; }
    .col-tab-shift-12 {
        margin-left: 100%; } }
@media screen and (max-width: 620px) {
    .col-mob-0 {
        box-sizing: border-box;
        width: 0%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-0 {
        margin-left: 0%; }
    .col-mob-1 {
        box-sizing: border-box;
        width: 12.5%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-1 {
        margin-left: 12.5%; }
    .col-mob-2 {
        box-sizing: border-box;
        width: 25%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-2 {
        margin-left: 25%; }
    .col-mob-3 {
        box-sizing: border-box;
        width: 37.5%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-3 {
        margin-left: 37.5%; }
    .col-mob-4 {
        box-sizing: border-box;
        width: 50%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-4 {
        margin-left: 50%; }
    .col-mob-5 {
        box-sizing: border-box;
        width: 62.5%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-5 {
        margin-left: 62.5%; }
    .col-mob-6 {
        box-sizing: border-box;
        width: 75%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-6 {
        margin-left: 75%; }
    .col-mob-7 {
        box-sizing: border-box;
        width: 87.5%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-7 {
        margin-left: 87.5%; }
    .col-mob-8 {
        box-sizing: border-box;
        width: 100%;
        padding-left: 0.8474576271%;
        padding-right: 0.8474576271%; }
    .col-mob-shift-8 {
        margin-left: 100%; } }

.badge {
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 2px;
    display: inline-block;
    text-transform: uppercase; }

.badge--s {
    font-size: 10px;
    font-weight: 700; }

.badge--red {
    background-color: red;
    color: #FFFFFF; }

.searchResults {
    width: 100%; }
.searchResults h2 span {
    color: #2ca850; }

.searchResults__item {
    border-bottom: 1px solid #cdcdcd;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    width: 100%;
    display: block; }
.searchResults__item:hover {
    text-decoration: none; }
.searchResults__item:last-child {
    border: none !important; }

.searchResults__item--title {
    font-size: 17px;
    font-weight: 600;
    color: #3ebad6; }
.searchResults__item--title span {
    font-weight: 300 !important;
    color: #484848 !important; }
.searchResults__item--title:hover {
    text-decoration: underline !important; }

.searchResults__item--text {
    font-size: 15px;
    font-weight: 500;
    color: #484848;
    line-height: 1.8; }

.searchResults__item--searchCriteria {
    font-size: 12px;
    color: #7a7a7a; }
.searchResults__item--searchCriteria em {
    background-color: #fcffdf;
    padding: 0 2px;
    font-style: normal !important; }

.tag {
    text-align: center;
    display: inline-block; }

.tag--s {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.2;
    padding: 2px; }

.tag--l {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 2px; }

.tag--green {
    color: #ffffff;
    background: #04D00C; }

.tag--red {
    color: #ffffff;
    background: #EA0A0C; }

.tag--empty {
    border: 1px solid #cdcdcd;
    color: #484848; }

.btn, .dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    transition: background-color 0.23s ease-in-out 0s; }

.btn--light, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #e0e0e0;
    color: #484848; }
.btn--light:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: lightgray; }
.btn--light:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
    background-color: #cccccc; }

.btn--dark {
    background: #757575;
    color: #FFFFFF; }
.btn--dark:hover {
    background-color: #686868; }
.btn--dark:active {
    background-color: #595959; }

.btn--transparent, .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none;
    color: #3ebad6;
    text-decoration: underline; }
.btn--transparent:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    text-decoration: none;
    color: #2cb1cf; }
.btn--transparent:active, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    text-decoration: none;
    color: #279fba; }

.btn--green {
    background: #2ecc71;
    color: #FFFFFF; }
.btn--green:hover {
    background-color: #1b7943; }
.btn--green:active {
    background-color: #1e854a; }

.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 28px;
    border: none;
    background: none;
    cursor: pointer;
    outline: none; }

.btn--s {
    font-size: 0.6875rem;
    line-height: 1rem;
    font-weight: 400;
    padding: 0.125rem 0.3125rem; }

.btn--l {
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding: 0.125rem 0.625rem; }

.btn--xl {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding: 0.5rem 1.25rem; }

.btn--plus, .btn--minus, .btn--eye, .btn--copy {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px; }

.btn--plus {
    background-image: url(/assets/images/ico--plus.svg); }

.btn--minus {
    background-image: url(/assets/images/ico-minus.svg); }

.btn--eye {
    background-image: url(/assets/images/ico--eye-off.svg); }

.btn--eye-active {
    background-image: url(/assets/images/ico--eye.svg) !important; }

.btn--copy {
    background-image: url(/assets/images/ico--copy.svg); }

@media only screen and (max-width: 481px) {
    .btn--xl {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding: 0.5rem 1.25rem;
        width: 100%; } }
.btn:disabled, .dataTables_wrapper .dataTables_paginate .paginate_button:disabled {
    opacity: 0.2; }

.btn--expanded {
    background-position: 100% calc(100% - 12px) !important; }

.btn--light-active {
    background-color: #cccccc; }

.pagination {
    text-align: center;
    margin: 25px 0 0 0;
    height: 42px; }
.pagination .pagination__button {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 400;
    padding: 0.5rem 0.9375rem; }
.pagination .pagination__button.current {
    text-decoration: none; }
.pagination .pagination__button.current:hover {
    text-decoration: none; }
.pagination .pagination__button.disabled {
    opacity: 0.5;
    color: #3b3a3a;
    text-decoration: none;
    cursor: default; }
.pagination .pagination__button.disabled:hover, .pagination .pagination__button.disabled:active {
    opacity: 0.5;
    color: #3b3a3a;
    text-decoration: none;
    cursor: default; }

.btn--transparent-grey, .pagination .pagination__button {
    background-color: none;
    color: #919191; }

.btn--transparent-grey:hover, .pagination .pagination__button:hover {
    background-color: #e1e1e1; }

.btn--transparent-grey:active, .pagination .pagination__button:active {
    background-color: #d4d4d4; }

.btn--transparentBlue {
    background-color: none;
    color: #3c8dd8;
    border: 2px solid #3c8dd8; }

.pagination .pagination__button.current {
    background-color: none;
    color: #3c8dd8;
    border: 2px solid #3c8dd8; }
.pagination .pagination__button.current:hover {
    background-color: none;
    color: #3c8dd8;
    border: 2px solid #3c8dd8; }

.btn--transparentBlue:hover, .pagination .pagination__button.current:hover {
    border: 2px solid #2673bc;
    color: #2673bc; }

.btn--transparentBlue:active, .pagination .pagination__button.current:active {
    border: 2px solid #1d5991;
    color: #2673bc; }

input[type="radio"] {
    position: absolute;
    left: -9999px;
    visibility: hidden; }
input[type="radio"] + label {
    overflow: hidden;
    display: inline-block;
    padding-right: 1.5rem;
    text-indent: -36px;
    padding-left: 36px; }
input[type="radio"] + label span {
    display: inline-table;
    vertical-align: middle;
    background: url(../images/cbrb.svg) no-repeat 0 -240px;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    margin-right: 10px; }
input[type="radio"] + label span:hover {
    background: url(../images/cbrb.svg) no-repeat 0 -264px; }
input[type="radio"] + label span:active {
    background: url(../images/cbrb.svg) no-repeat 0 -336px; }
input[type="radio"] + label img {
    display: inline-table;
    vertical-align: middle; }
input[type="radio"]:focus:not(:checked) + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -288px !important; }
input[type="radio"]:focus + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -336px !important; }
input[type="radio"]:checked + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -384px; }
input[type="radio"]:checked + label span:hover {
    background: url(../images/cbrb.svg) no-repeat 0 -360px !important; }
input[type="radio"]:checked + label span:active {
    background: url(../images/cbrb.svg) no-repeat 0 -336px; }
input[type="radio"]:disabled:not(:checked) + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -288px !important;
    cursor: not-allowed; }
input[type="radio"]:disabled + label span {
    background: url(../images/cbrb.svg) no-repeat 0 -312px !important;
    cursor: not-allowed; }

.radiobutton--xl {
    font-size: 13px; }

.card {
    padding: 0.625rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1rem; }

.card--light {
    background: #ffffff;
    border: 1px solid #ededed;
    font-size: 0.9375rem;
    line-height: 1.5rem; }

.card--dark {
    background: #f0f0f0;
    font-size: 0.9375rem;
    line-height: 1.5rem; }

.card--blue {
    background: #f4f5ff;
    font-size: 0.9375rem;
    line-height: 1.5rem; }

.card--lightGrey {
    background: #f9f9f9;
    font-size: 0.9375rem;
    line-height: 1.5rem; }

.checkbox {
    position: absolute;
    left: -9999px;
    visibility: hidden; }
.checkbox + label {
    overflow: hidden;
    display: flex;
    align-items: center; }
.checkbox + label span {
    display: inline-block;
    background-image: url(../images/cbrb.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left; }

.checkbox--s + label {
    font-size: 12px; }
.checkbox--s + label span {
    margin-right: 0.625rem;
    width: 1.125rem;
    height: 1.125rem;
    background-size: 18px; }
.checkbox--s + label span:hover {
    background-position: 0 -18px;
    background-size: 18px; }
.checkbox--s + label span:active {
    background-position: 0 -72px;
    background-size: 18px; }
.checkbox--s:focus:not(:checked) + label span {
    background-position: 0 -72px !important; }
.checkbox--s:focus + label span {
    background-position: 0 -90px; }
.checkbox--s:disabled:not(:checked) + label span {
    background-position: 0 -36px !important;
    cursor: not-allowed; }
.checkbox--s:disabled + label span {
    background-position: 0 -54px !important;
    cursor: not-allowed; }
.checkbox--s:checked + label span {
    background-position: 0 -126px; }
.checkbox--s:checked + label span:hover {
    background-position: 0 -108px; }
.checkbox--s:checked + label span:active {
    background-position: 0 -90px; }

.checkbox--l + label {
    font-size: 14px; }
.checkbox--l + label span {
    margin-right: 0.9375rem;
    width: 1.5rem;
    height: 1.5rem; }
.checkbox--l + label span:hover {
    background-position: 0 -24px; }
.checkbox--l + label span:active {
    background-position: 0 -96px; }
.checkbox--l:focus:not(:checked) + label span {
    background-position: 0 -96px !important; }
.checkbox--l:focus + label span {
    background-position: 0 -120px; }
.checkbox--l:disabled:not(:checked) + label span {
    background-position: 0 -48px !important;
    cursor: not-allowed; }
.checkbox--l:disabled + label span {
    background-position: 0 -72px !important;
    cursor: not-allowed; }
.checkbox--l:checked + label span {
    background-position: 0 -168px; }
.checkbox--l:checked + label span:hover {
    background-position: 0 -144px; }
.checkbox--l:checked + label span:active {
    background-position: 0 -120px; }

.radio-label {
    display: block;
    float: left;
    width: calc(100% - 59px); }

.radio-label--l {
    font-size: 0.75rem;
    line-height: 1.5rem; }

.radio-label--xl {
    font-size: 0.75rem;
    line-height: 1.5rem; }

.btn-combo {
    border: 0;
    cursor: pointer;
    outline: 0;
    position: relative; }

.btn-combo--primary {
    float: left;
    text-decoration: none;
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    transition: background-color 0.23s ease-in-out 0s; }

.btn-combo--secondary {
    background-image: url(../images/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px;
    float: left;
    -webkit-border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    margin-left: 1px;
    transition: background-color 0.23s ease-in-out 0s; }

.dropdown-controls {
    padding: 0.25 rem;
    background: #f2f2f2; }
.dropdown-controls a {
    display: inline-block !important; }

.has-checkboxes {
    padding: 5px !important; }

.contextMenu {
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    color: #484848;
    display: inline-flex;
    position: relative;
    align-self: flex-start;
    cursor: pointer;
    flex-grow: 0;
    align-items: stretch; }

.contextMenu--primary {
    padding: 2px 5px;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    background: #FFF; }
.contextMenu--primary:hover {
    background-color: #ebebeb;
    border-left: 1px solid #00adee;
    border-top: 1px solid #00adee;
    border-bottom: 1px solid #00adee; }

.contextMenu--secondary {
    background-image: url(../images/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.4rem;
    padding: 0 8px;
    border-left: 1px solid #cdcdcd;
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    background-color: #FFF; }
.contextMenu--secondary:hover {
    background-color: #ebebeb;
    border: 1px solid #00adee; }

.dropdown {
    position: absolute;
    min-width: 13.75rem;
    list-style: none;
    top: 0;
    left: 0;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    z-index: 997;
    display: none; }
.dropdown li {
    display: block;
    width: 100%;
    padding: 0;
    transition: background-color 0.1s ease-in 0s; }
.dropdown li:hover {
    background: #dfebf0; }
.dropdown li a {
    display: block;
    padding: 0.4375rem;
    text-decoration: none;
    color: #484848;
    font-size: 0.75rem;
    line-height: 1.5rem; }

.dropdown--l {
    min-width: 8rem;
    left: 0 !important; }
.dropdown--l li a {
    padding: 0.2rem !important;
    font-size: 11px !important; }

.feedback {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    transition: background-color 0.23s ease-in-out 0s;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.3125rem 0.625rem;
    overflow: hidden; }

.feedback--success {
    background: #d4ece6; }

.feedback--info {
    background: #ccebf3; }

.feedback--warning {
    background: #ffeebf; }

.feedback--error {
    background: #f8d0c8; }

@media only screen and (max-width: 481px) {
    .feedback--icon {
        font-size: 2.8125rem;
        line-height: 1.5rem;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 50%; }

    .feedback--body {
        width: 100% !important;
        text-align: center;
        display: block; } }
.feedback--icon {
    height: 2.8125rem;
    min-width: 1.25rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.25rem;
    float: left;
    margin-right: 0.625rem; }

.feedback--error-ico {
    background-image: url(../images/error-round.svg); }

.feedback--ok-ico {
    background-image: url(../images/ok-round.svg); }

.feedback--warning-ico {
    background-image: url(../images/warning-round.svg); }

.feedback--info-ico {
    background-image: url(../images/info-round.svg); }

.feedback--body {
    float: left;
    width: calc(100% - 30px); }

.input {
    background-clip: padding-box;
    transition: border-color 0.2s ease-in-out; }
.input:hover {
    outline: none; }
.input:focus {
    outline: none; }

.input--s {
    font-size: 0.75rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: calc(100% - 4px);
    padding: 0.125rem 0.125rem;
    text-align: right; }
.input--s::-webkit-input-placeholder {
    color: lightgray; }
.input--s::-moz-placeholder {
    color: lightgray; }
.input--s:-ms-input-placeholder {
    color: lightgray; }
.input--s:-moz-placeholder {
    color: lightgray; }

.input--l--micro {
    font-size: 0.75rem;
    line-height: 1.1rem;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    padding: 0.0625rem 0.3125rem; }
.input--l--micro::-webkit-input-placeholder {
    color: lightgray; }
.input--l--micro::-moz-placeholder {
    color: lightgray; }
.input--l--micro:-ms-input-placeholder {
    color: lightgray; }
.input--l--micro:-moz-placeholder {
    color: lightgray; }

.input--action {
    background-image: url(/assets/images/opt-ico.svg);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 13px; }

.input--l {
    font-size: 0.875rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    padding: 0.0625rem 0.3125rem; }
.input--l::-webkit-input-placeholder {
    color: lightgray; }
.input--l::-moz-placeholder {
    color: lightgray; }
.input--l:-ms-input-placeholder {
    color: lightgray; }
.input--l:-moz-placeholder {
    color: lightgray; }

.input--xl {
    font-size: 1.3125rem;
    line-height: 1.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: calc(100% - 20px);
    padding: 0.625rem; }
.input--xl::-webkit-input-placeholder {
    color: lightgray;
    font-weight: 300 !important; }
.input--xl::-moz-placeholder {
    color: lightgray;
    font-weight: 300 !important; }
.input--xl:-ms-input-placeholder {
    color: lightgray;
    font-weight: 300 !important; }
.input--xl:-moz-placeholder {
    color: lightgray;
    font-weight: 300 !important; }

.input--normal {
    border: 1px solid #d8d8d8; }
.input--normal:hover {
    border-color: #a0a0a0; }
.input--normal:focus {
    border-color: #3ebad6; }

.input--error {
    border: 1px solid #e74c3c;
    color: #e74c3c; }

.input--success {
    border: 1px solid #2ecc71;
    color: #2ecc71; }

.input:disabled {
    background: #f4f4f4;
    color: lightgray; }

.has--calendar {
    background: #FFFFFF url(../images/ico-calendar.svg) no-repeat;
    background-position: calc(100% - 5px);
    background-size: 18px;
    padding-right: 35px; }

.has--search {
    background: #FFFFFF url(../images/ico-search.svg) no-repeat;
    background-size: 18px;
    background-position: calc(100% - 5px);
    padding-right: 35px; }

.has--password {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc; }

.input--noborder {
    border: none !important; }

.input--mixed {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    display: flex; }

.label {
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin-top: 0.225rem;
    margin-bottom: 0;
    font-weight: 600;
    display: block; }
.label em {
    color: red;
    font-weight: 700; }

.vertical-label {
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin-top: 0.3rem;
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 0.625rem; }

.label-inline {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0;
    font-weight: 600;
    display: block; }

.label--error, .label span {
    color: #e74c3c; }

.modal--s {
    width: 35%;
    max-height: 80%; }
.modal--s .modal-body--content {
    height: auto;
    margin-bottom: 5rem; }

.modal--m {
    width: 45%;
    max-height: 80%; }
.modal--m .modal-body--content {
    height: auto;
    margin-bottom: 5rem; }

.modal--l {
    width: 60%;
    max-height: 95%; }
.modal--l .modal-body--content {
    height: auto;
    margin-bottom: 5rem; }

.modal--xl {
    width: 80%;
    max-height: 95%; }
.modal--xl .modal-body--content {
    height: auto;
    margin-bottom: 5rem; }

.modal--xxl {
    width: 95%;
    max-height: 95%; }
.modal--xxl .modal-body--content {
    height: auto;
    margin-bottom: 5rem; }

@media only screen and (max-width: 1200px) {
    .modal--s {
        width: 40%; }

    .modal--m {
        width: 60%; }

    .modal--l {
        width: 75%; }

    .modal--xl {
        width: 90%; }

    .modal--xxl {
        width: 95%; } }
@media only screen and (max-width: 1024px) {
    .modal--s {
        width: 55%; }

    .modal--m {
        width: 70%; }

    .modal--l, .modal--xl {
        width: 90%; } }
@media only screen and (max-width: 680px) {
    .modal--s {
        width: 80%; }

    .modal--m, .modal--l {
        width: 90%; }

    .modal--xl, .modal--xxl {
        width: 95%; } }
@media only screen and (min-width: 1500px) {
    .modal--s {
        width: 30%; }

    .modal--m {
        width: 40%; }

    .modal--l {
        width: 55%; }

    .modal--xl {
        width: 65%; }

    .modal--xxl {
        width: 90%; } }
.modal-bg {
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: -9999999px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10001; }

.modal-bg__active {
    opacity: 0.75;
    top: 0; }

.modal-bg--light {
    background: #FFF;
    opacity: 0.6;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInTransparent;
    -moz-animation-name: fadeInTransparent;
    -ms-animation-name: fadeInTransparent;
    -o-animation-name: fadeInTransparent;
    animation-name: fadeInTransparent;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 995; }

.modal-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -9999999px;
    left: 0;
    overflow: auto;
    z-index: 100000;
    opacity: 0;
    transition: opacity 0.2s;
    display: flex;
    justify-content: center;
    align-items: center; }

.modal-container__active {
    opacity: 1;
    top: 0; }

.modal-container--aligner {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }

.modal-body {
    background: #FFFFFF;
    text-align: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.modal-body--title {
    position: relative;
    background: #f0f0f0;
    text-align: center;
    padding: 0 0rem; }
.modal-body--title span {
    display: inline-block;
    font-size: 1.125rem;
    padding: 0.75rem 0;
    line-height: 1.5rem; }

.modal-body--title--l {
    padding: 0 0rem !important; }
.modal-body--title--l span {
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    line-height: 1.5rem; }
.modal-body--title--l .modal-close {
    top: 7px !important; }

.modal-body--content {
    padding: 0 1.25rem 0 1.25rem;
    overflow-y: auto;
    -webkit-flex: 1 1 auto; }

.modal-body--tabs {
    padding: 1.5rem 1.25rem 0 1.25rem; }

.modal-body--controls {
    padding: 0.625rem 1.25rem;
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    z-index: 9999; }

.modal-close {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-image: url(/assets/images/ico-delete.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    top: 18px;
    left: calc(100% - 34px);
    cursor: pointer; }

.modal--loader {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.fadeOutBody {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.fadeOutBg {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.text-divider {
    display: flex;
    align-items: center;
    background: url(/assets/images/1px.svg) repeat-x center;
    justify-content: center; }
.text-divider span {
    padding: 1.25rem 0.9375rem;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #858ca2; }

.advancedSearch--btn {
    width: 80px;
    background-color: #f4f4f4;
    background-image: url(../images/advanced--ico.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border-right: 1px solid #eaeaea;
    transition: background-color 0.23s ease-in-out 0s;
    cursor: pointer; }
.advancedSearch--btn:hover {
    background-color: #eaeaea; }

.advancedSearch {
    background: #FFF;
    padding: 20px 30px 30px; }

.advancedForm {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }

.advancedForm--item {
    width: 23%; }

@media only screen and (max-width: 850px) {
    .advancedForm--item {
        width: 48%; } }
@media only screen and (max-width: 500px) {
    .advancedForm--item {
        width: 100%; } }
.select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.75rem;
    border: 0;
    font-weight: 600;
    display: inline-block;
    width: auto;
    background-color: #e0e0e0;
    color: #474747;
    position: relative; }
.select::after {
    border: 3px solid #484848;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.625em;
    right: 0.9em;
    z-index: 4;
    box-sizing: border-box; }
.select::after:disabled {
    opacity: 0.5 !important; }
.select, .select > * {
    cursor: pointer; }
.select:hover {
    background-color: lightgray; }
.select select {
    background: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 5px 25px 5px 10px;
    line-height: 1.5 !important;
    -webkit-user-select: none;
    font-weight: 600;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
    box-sizing: border-box; }

.select--red {
    border: 2px solid #f1473e !important; }

.select--blue {
    border: 2px solid #35a4e1 !important; }

.select--green {
    border: 2px solid #59ca53 !important; }

.select--micro {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.75rem;
    border: 0;
    font-weight: 600;
    display: inline-block;
    width: auto;
    background-color: #e0e0e0;
    color: #474747;
    position: relative;
    line-height: 1.9 !important; }
.select--micro::after {
    border: 3px solid #484848;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.625em;
    right: 0.9em;
    z-index: 4;
    box-sizing: border-box; }
.select--micro::after:disabled {
    opacity: 0.5 !important; }
.select--micro, .select--micro > * {
    cursor: pointer; }
.select--micro:hover {
    background-color: lightgray; }
.select--micro select {
    background: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 1px 25px 1px 5px;
    line-height: 1.5 !important;
    -webkit-user-select: none;
    font-weight: 600;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
    box-sizing: border-box; }

.select--disabled {
    opacity: 0.5; }
.select--disabled:hover {
    background-color: #fafafa !important; }

.select--full {
    width: 100%; }

.la-ball-scale-pulse {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin-right: 0.625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    color: #FFFFFF;
    width: 32px;
    height: 32px; }
.la-ball-scale-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.la-ball-scale-pulse.la-dark {
    color: #333; }
.la-ball-scale-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: ball-scale-pulse 2s infinite ease-in-out;
    -moz-animation: ball-scale-pulse 2s infinite ease-in-out;
    -o-animation: ball-scale-pulse 2s infinite ease-in-out;
    animation: ball-scale-pulse 2s infinite ease-in-out; }
.la-ball-scale-pulse > div:last-child {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s; }
.la-ball-scale-pulse.la-l {
    width: 1.5rem;
    height: 1.5rem; }
.la-ball-scale-pulse.la-l > div {
    width: 1.5rem;
    height: 1.5rem; }
.la-ball-scale-pulse.la-xl {
    width: 3.125rem;
    height: 3.125rem; }
.la-ball-scale-pulse.la-xl > div {
    width: 3.125rem;
    height: 3.125rem; }

@-webkit-keyframes ball-scale-pulse {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
@-moz-keyframes ball-scale-pulse {
    0%, 100% {
        -moz-transform: scale(0);
        transform: scale(0); }
    50% {
        -moz-transform: scale(1);
        transform: scale(1); } }
@-o-keyframes ball-scale-pulse {
    0%, 100% {
        -o-transform: scale(0);
        transform: scale(0); }
    50% {
        -o-transform: scale(1);
        transform: scale(1); } }
@keyframes ball-scale-pulse {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
.status {
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 1.5; }

.status--green {
    border: 2px #ff9000 solid;
    color: #74ce5f; }

.status--blue {
    border: 2px #959aff solid;
    color: #959aff; }

.status--red {
    border: 2px #ff0000 solid;
    color: #f93333; }

.status--grey {
    border: 2px #cdcdcd solid;
    color: #cdcdcd; }

.status--advance {
    color: #ffc048;
    background: url(/assets/images/s-advance-ico.svg) no-repeat;
    padding-left: 20px;
    background-size: 13px;
    background-position: 2px;
    text-decoration: none; }

.side-border tr th:last-child, .side-border tr td:last-child {
    border-right: 1px solid #e0e0e0; }
.side-border tr th:first-child, .side-border tr td:first-child {
    border-left: 1px solid #e0e0e0; }

.avatar-width {
    width: 100px; }

.show-more-width {
    width: 95px !important; }

table {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #eaeaea;
    background-repeat: repeat-x;
    background-position: top;
    color: #484848;
    font-weight: 300;
    font-size: 13px; }
table td {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0.4rem 0 0.4rem 8px;
    vertical-align: middle; }
table td:first-child {
    padding-left: 10px; }
table td:last-child {
    padding-right: 10px; }
table img {
    outline: none; }
table span {
    outline: none; }
table thead th {
    padding: 7px 0 7px 8px;
    background-color: #f0f0f0;
    font-weight: 400;
    text-align: left;
    word-break: keep-all;
    border-right: 1px solid #e4e3e3;
    padding-right: 22px !important;
    border-bottom: 1px solid #e4e3e3; }
table thead th:first-child {
    padding-left: 10px; }
table thead th:last-child {
    padding-right: 10px;
    border-right: 0; }
table thead tbody th {
    background-color: #f0f0f0;
    border-bottom: 1px solid #dedcdc;
    padding-left: 15px; }

.row--total {
    font-weight: bold !important; }

tbody tr.selected {
    background-color: #d9e6ff !important; }

tbody tr:not(.row__nohover):hover {
    background-color: #fff2cf; }

tbody tr:last-child td {
    background-image: none !important; }

table, table th, table td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.property-table th {
    background-color: #f4f4f4;
    vertical-align: middle;
    min-width: 35%;
    padding: 0 0.625rem;
    background-image: url(../images/1px.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    font-weight: 600; }
.property-table td {
    padding: 0.5rem 0.625rem; }

.property-table--micro {
    background: none;
    border: 1px solid #e6e6e6;
    font-size: 12px; }
.property-table--micro th {
    background-color: #f4f4f4;
    vertical-align: middle;
    padding: 0 0.5rem;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6; }
.property-table--micro td {
    background-image: none;
    padding: 0.2rem;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1; }
.property-table--micro td:first-child {
    padding-left: 0.2rem; }
.property-table--micro td:last-child {
    padding-right: 0.2rem; }

.table--micro {
    background-image: none;
    font-size: 0.75rem;
    border: 1px solid #e6e6e6; }
.table--micro th {
    background-color: #f4f4f4;
    vertical-align: middle;
    padding: 0 0.25rem;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6; }
.table--micro td {
    background-image: none;
    padding: 0.2rem;
    border-bottom: 1px solid #e6e6e6; }
.table--micro td:first-child {
    padding-left: 0.2rem; }
.table--micro td:last-child {
    padding-right: 0.2rem; }
.table--micro td a {
    line-height: 1.2; }
.table--micro tr {
    background-color: #ffffff; }

.property-table--micro > tbody > tr:last-child td, .table--micro > tbody > tr:last-child td {
    border-bottom: 0 !important; }

.h6--micro {
    font-size: 12px; }

.hint--micro {
    font-size: 12px;
    line-height: 0.8; }

.calculation-cont {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.product-image-target {
    background-color: #f8f8f8;
    width: 280px;
    height: 200px;
    margin-bottom: 15px; }

.product-image-active {
    border: 2px solid #3ebad6; }

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1; }
.dataTables_wrapper .dataTables_info {
    text-align: center;
    font-size: 0.6875rem;
    padding: 4px 0;
    color: #616161; }
.dataTables_wrapper .dataTables_paginate {
    text-align: center; }
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding: 0.25rem 0.625rem; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    text-decoration: none; }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    opacity: 0.5;
    color: #474747;
    text-decoration: none;
    cursor: default; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #fff2cf; }
table.dataTable.hover tbody tr:hover table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr:hover table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr:hover table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover table.dataTable.display tbody tr:hover.selected {
    background-color: #a9b7d1; }

.control {
    width: 25%;
    position: relative;
    cursor: pointer; }
.control:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    content: " ";
    background-image: url(../images/ico--show-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%; }

.parent .control:before {
    content: " ";
    background: url(../images/ico--show-less.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%; }

.child ul li {
    list-style: none; }

.order-table th {
    background-color: #f4f4f4;
    vertical-align: middle;
    padding: 0 0.625rem;
    background-image: url(../images/1px.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    font-weight: 600; }
.order-table td {
    padding: 0.5rem 0.625rem; }

.js--sort-desc {
    background-image: url(../images/ico-desc.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: calc(100% - 15px) center !important;
    padding-right: 20px !important; }

.js--sort-asc {
    background-image: url(../images/ico-asc.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: calc(100% - 15px) center !important;
    padding-right: 20px !important; }

.js--sorting {
    background-image: url(../images/ico-sort.svg);
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: calc(100% - 15px) center !important;
    padding-right: 20px !important;
    cursor: pointer !important; }

.textarea {
    border: 1px solid #d8d8d8;
    width: 100%; }

.tabs {
    border-bottom: 1px solid #d8d8d8; }
.tabs li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
    padding: 0 0.625rem !important;
    cursor: pointer;
    position: relative;
    top: 0.0625rem;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent; }
.tabs li a {
    font-size: 0.8125rem;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    text-decoration: none;
    color: #484848;
    display: inline-block;
    transition: color 0.2s ease-in-out; }
.tabs li:hover a {
    color: #3ebad6; }

.tabs--active {
    border-left: 1px solid #d8d8d8 !important;
    border-right: 1px solid #d8d8d8 !important;
    border-top: 1px solid #d8d8d8 !important;
    padding-right: 0.9375rem !important; }

.tab-content {
    display: none; }

.tabs--active {
    background: #FFFFFF;
    position: relative;
    top: 0.0625rem; }
.tabs--active a {
    color: #3ebad6 !important; }

.toggle-btn {
    cursor: pointer;
    text-indent: -9999px;
    width: 30px;
    min-width: 30px;
    height: 15px;
    background: #cccccc;
    display: block;
    border-radius: 100px;
    position: relative; }
.toggle-btn:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s; }

input:checked + .toggle-btn {
    background: #bada55; }
input:checked + .toggle-btn:after {
    left: calc(100% - 2px);
    transform: translateX(-100%); }

.toggle-btn:active:after {
    width: 16px; }

.toggleBtn {
    position: absolute;
    left: -9999px;
    visibility: hidden; }

h1, h2, h3, h4, h5, h6 {
    margin: 0; }

h1 {
    font-size: 1.875rem;
    line-height: 3rem;
    margin-top: 0.75rem;
    margin-bottom: 2.25rem;
    font-weight: 600; }

h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.75rem; }

h3 {
    font-size: 1.3125rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-style: italic; }

h4 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700; }

p, blockquote {
    font-size: 0.875rem;
    line-height: 1.5rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

dl, ol, ul {
    font-size: 0.9375em;
    margin-bottom: 1.6em;
    padding: 0; }

dd, dt, li {
    line-height: 1.6;
    margin: 0; }

.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 100001; }

.date-picker-wrapper {
    position: absolute;
    z-index: 400002;
    border: 1px solid #bfbfbf;
    background-color: #FFFFFF;
    padding: 5px 12px;
    line-height: 20px;
    box-sizing: border-box;
    overflow: auto; }
.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none; }
.date-picker-wrapper.single-date {
    width: auto; }
.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px; }
.date-picker-wrapper.no-topbar {
    padding-top: 12px; }
.date-picker-wrapper .datepicker-footer {
    font-size: 11px;
    padding-top: 3px; }
.date-picker-wrapper b {
    font-weight: 700; }
.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline; }
.date-picker-wrapper .month-name {
    text-transform: uppercase; }
.date-picker-wrapper .month-wrapper {
    display: inline-block;
    width: auto !important;
    background-color: #FFFFFF;
    cursor: default;
    position: relative;
    _overflow: hidden; }
.date-picker-wrapper .month-wrapper table {
    width: 200px;
    clear: none !important;
    border: none; }
.date-picker-wrapper .month-wrapper table.month2 {
    width: 200px;
    margin-left: 20px;
    border: none; }
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    background: none !important;
    border: none;
    padding-right: 0 !important; }
.date-picker-wrapper .month-wrapper table .day {
    padding: 8px 0;
    width: 30px;
    text-align: center;
    margin: 0 !important;
    display: block;
    font-size: 14px;
    color: #999;
    cursor: default;
    overflow: hidden;
    border: none; }
.date-picker-wrapper .month-wrapper table .day:hover {
    background-color: #2193eb !important;
    color: white !important; }
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default; }
.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #fae87c; }
.date-picker-wrapper .month-wrapper table .week-name {
    font-weight: 100;
    text-transform: uppercase; }
.date-picker-wrapper .month-wrapper table .week-name th {
    padding: 15px 0;
    width: 44px;
    text-align: center;
    background-image: url(../images/1px.svg) !important;
    background-repeat: repeat-x !important;
    background-position: bottom !important; }
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important; }
.date-picker-wrapper .time label {
    white-space: nowrap; }
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer; }
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #fae87c; }
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none; }
.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #fae87c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.date-picker-wrapper table .caption th {
    padding: 5px 0;
    background-color: #efefef !important;
    background-image: none !important; }
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer; }
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: white; }
.date-picker-wrapper .selected-days {
    display: none; }
.date-picker-wrapper .drp_top-bar {
    line-height: 40px;
    height: 40px;
    position: relative;
    color: #3ebad6 !important;
    font-size: 14px; }
.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
    display: none; }
.date-picker-wrapper .drp_top-bar .default-top {
    display: block; }
.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none; }
.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red; }
.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block; }
.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0px;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: white;
    line-height: initial; }
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); }
.date-picker-wrapper .time {
    position: relative; }
.date-picker-wrapper.single-month .time {
    display: none; }
.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px; }
.date-picker-wrapper .time1 {
    width: 180px;
    padding: 0 5px;
    text-align: center; }

.time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center; }

.date-picker-wrapper .time1 {
    float: left; }
.date-picker-wrapper .time2 {
    float: right; }
.date-picker-wrapper .hour {
    text-align: right; }

.minute {
    text-align: right; }

.date-picker-wrapper .hide {
    display: none; }
.date-picker-wrapper .first-date-selected {
    color: #FFFFFF !important;
    background-color: #2193eb !important;
    -webkit-border-top-left-radius: 50% !important;
    -webkit-border-bottom-left-radius: 50% !important;
    -moz-border-radius-topleft: 50% !important;
    -moz-border-radius-bottomleft: 50% !important;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important; }
.date-picker-wrapper .last-date-selected {
    color: #FFFFFF !important;
    background-color: #2193eb !important;
    -webkit-border-top-right-radius: 50% !important;
    -webkit-border-bottom-right-radius: 50% !important;
    -moz-border-radius-topright: 50% !important;
    -moz-border-radius-bottomright: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important; }
.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: none;
    background-color: yellow;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }
.date-picker-wrapper .date-range-length-tip:after {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid yellow;
    left: 50%;
    margin-left: -4px;
    bottom: -4px; }

@media only screen and (max-width: 481px) {
    .date-picker-wrapper {
        left: 0 !important;
        width: 100%;
        overflow: hidden;
        padding: 0 !important;
        text-align: center !important; }

    .month-wrapper {
        display: inline-block !important; } }
@media only screen and (min-width: 568px) and (max-width: 667px) {
    .date-picker-wrapper {
        width: 340px;
        overflow: hidden;
        padding: 5px 12px !important; }

    .month-wrapper {
        display: inline-block !important; }

    .month2 {
        margin-left: 0 !important;
        margin-top: 10px; } }
.comboSearch {
    display: flex;
    align-items: stretch;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
.comboSearch__select {
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    font-size: 0.75rem;
    border: 0;
    font-weight: 600;
    display: inline-block;
    width: auto;
    background-color: #e0e0e0;
    color: #474747;
    position: relative; }
.comboSearch__select::after {
    border: 3px solid #484848;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.625em;
    right: 0.9em;
    z-index: 4;
    box-sizing: border-box; }
.comboSearch__select::after:disabled {
    opacity: 0.5 !important; }
.comboSearch__select, .comboSearch__select > * {
    cursor: pointer; }
.comboSearch__select:hover {
    background-color: lightgray; }
.comboSearch__select select {
    background: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 4px 25px 4px 10px;
    line-height: 1.5 !important;
    -webkit-user-select: none;
    font-weight: 600;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
    box-sizing: border-box; }
.comboSearch__btn {
    -webkit-border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border: 0;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    transition: background-color 0.23s ease-in-out 0s;
    background: #2ecc71;
    color: #FFFFFF;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    background-image: url(/assets/images/ico-search-w.svg); }
.comboSearch__btn:hover {
    background-color: #1b7943; }
.comboSearch__btn:active {
    background-color: #1e854a; }
.comboSearch input {
    background-clip: padding-box;
    border: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    flex: 1;
    padding: 0rem 0.3125rem; }
.comboSearch input::-webkit-input-placeholder {
    color: lightgray; }
.comboSearch input::-moz-placeholder {
    color: lightgray; }
.comboSearch input:-ms-input-placeholder {
    color: lightgray; }
.comboSearch input:-moz-placeholder {
    color: lightgray; }
.comboSearch input:hover {
    outline: none; }
.comboSearch input:focus {
    outline: none; }

.tooltip {
    cursor: pointer; }

.has-tooltip {
    display: flex;
    align-items: center; }

.unknowns {
    opacity: 0.5; }

.price__flat {
    font-weight: bold;
    color: #000; }

.price__undefined {
    color: #cdcdcd; }

.price__online {
    font-weight: bold;
    color: #008000; }

.price__normal {
    font-weight: bold;
    color: #ffa500; }

.price__express {
    font-weight: bold;
    color: #00bfff; }

.price__flash {
    font-weight: bold;
    color: #5f9ea0; }

.inlineHint {
    font-size: 0.6875rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.5; }

.inlineHint--error {
    color: #e74c3c; }

.inlineHint--success {
    color: #2ecc71; }

.inlineHint--help {
    color: #4a4a4a;
    animation: showNav 0.25s ease-in-out both;
    display: none; }
.inlineHint--help .is-active {
    display: block; }

footer {
    font-size: 11px;
    color: #919191;
    padding: 25px 0;
    margin-top: auto;
    border-top: 1px solid #cdcdcd; }

.searchResults__item {
    text-decoration: none;
    margin-bottom: 30px;
    text-align: left;
    display: block; }
.searchResults__item--title {
    font-size: 20px;
    line-height: 1.3;
    color: #1a0dab;
    text-decoration: none; }
.searchResults__item--title:hover {
    text-decoration: underline; }
.searchResults__item--text {
    font-size: 14px;
    color: #4d5156; }
.searchResults__item--highlights {
    font-size: 14px;
    color: #4d5156; }
.searchResults__item--highlights span {
    font-weight: 500; }
.searchResults__item--highlights em {
    background: #f8ffc3;
    font-size: 14px;
    color: #4d5156; }

.search-result-list {
    list-style: none; }
.search-result-list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.625rem 0; }
.search-result-list li a {
    color: #3ebad6;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none; }
.search-result-list li a:hover {
    text-decoration: underline;
    color: #238da5; }

.search-result-list__desc {
    color: #474747;
    font-weight: 200; }

.search-resilt-list__found {
    font-size: 11px;
    color: #474747; }

.workspace {
    width: 100%;
    min-height: 9.375rem; }

.page {
    width: 56.25rem;
    min-height: 68.75rem;
    background: #FFF;
    margin: 20px auto 40px auto;
    -webkit-box-shadow: 0 2px 17px 0 #777;
    -moz-box-shadow: 0 10px -6px 0 #777;
    box-shadow: 0 10px -6px 0 #777;
    position: relative; }

.editor-layout {
    background: #a3aab6;
    margin-right: 300px; }

.recycle-bin {
    width: 70px;
    height: 70px;
    background: transparent url(/assets/images/recycle-bin--ico.svg) no-repeat center -7px;
    background-size: 60%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 3px dashed #d8dad8;
    position: fixed;
    top: calc(100% - 100px);
    right: 320px;
    z-index: 997; }

.recycle-bin--hover {
    border: 3px dashed #FF0000;
    background-position: center -83px; }

.tool-container {
    width: 300px;
    background: #f8f8ff;
    padding: 15px;
    overflow: scroll;
    z-index: 995;
    position: fixed;
    bottom: 0;
    top: 50px;
    right: 0; }

.element {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0.0625rem 0;
    opacity: 0.8;
    transition: all 0.23s ease-in-out 0s; }

.element:hover {
    cursor: move !important;
    border: 2px solid #2ec26a;
    padding: 0 !important;
    opacity: 1 !important; }

.element--address {
    background-image: url(/assets/images/elements/address.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 66px; }

.element--title {
    background-image: url(/assets/images/elements/title.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 66px; }

.element--text {
    background-image: url(/assets/images/elements/text.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 66px; }

.element--line {
    background-image: url(/assets/images/elements/line.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 66px; }

.element--twocolumn {
    background-image: url(/assets/images/elements/2column.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 66px; }

.element--signature {
    background-image: url(/assets/images/elements/signature.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 66px; }

.element--annotation {
    background-image: url(/assets/images/elements/annotation.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 66px; }

.element--footer {
    background-image: url(/assets/images/elements/footer.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 66px; }

.element-name {
    font-size: 0.875rem;
    font-weight: bold;
    color: #2ec26a;
    padding: 0.3125rem 0;
    border-top: 1px solid #cdcdcd; }

.element-block {
    border: 2px dashed transparent;
    padding: 0.625rem 1.875rem;
    margin-bottom: 0.3125rem;
    transition: border-color 0.23s ease-in-out 0s;
    font-size: 0.75rem !important;
    z-index: 999999; }
.element-block:hover {
    border-color: #4199df; }

.element-subblock {
    border: 1px solid #cdcdcd;
    padding: 0.3125rem 0;
    transition: border-color 0.23s ease-in-out 0s; }
.element-subblock:hover {
    border-color: #2ec26a; }

.element-line {
    border-bottom: 2px solid #000; }

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }

.gu-hide {
    display: none !important; }

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important; }

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }

.letter__container {
    display: flex; }

.letter__body {
    width: calc(100% - 300px); }

.letter__elements {
    width: 300px;
    position: relative; }

.login-logo {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center; }

.login-container {
    max-width: 28.125rem; }

.login-support-container {
    text-align: right; }

@media only screen and (max-width: 481px) {
    .login-support-container {
        text-align: center; } }
.anm--show-logo {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--uname-show {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--pass-show {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--button1-show {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm-top {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--code-show {
    display: none;
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--button2-show {
    display: none;
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--uname-hide {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--pass-hide {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--button1-hide {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.anm--feedback-container {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -ms-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.main-navi {
    height: 100%;
    background: #f0f0f0;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998; }
.main-navi li {
    margin: 0;
    padding: 0;
    display: block; }
.main-navi li a {
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    transition: background-color 0.1s ease-in-out 0s;
    background-image: url(../images/navi.svg); }
.main-navi li a:hover {
    background-color: #e74c3c; }

.sub-navi {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e1;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important; }
.sub-navi li {
    list-style: none;
    padding: 0 0.9375rem;
    transition: background-color 0.23s ease-in-out 0s;
    display: block;
    position: relative; }
.sub-navi li:hover {
    background-color: #e5e3e3; }
.sub-navi li a {
    font-weight: 600;
    text-decoration: none;
    color: #484848;
    display: block; }
.sub-navi li a span {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    margin-top: 1.4375rem;
    margin-bottom: 1.4375rem;
    display: inline-block; }

.user--avatar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.125rem;
    margin-right: 0.9375rem;
    padding: 0.4375rem;
    background: #cdcdcd;
    color: #FFFFFF;
    text-align: center; }

@media only screen and (max-width: 1024px) {
    .sub-navi--fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 997; }

    .logo--mobile {
        font-size: 3.5rem;
        line-height: 1.5rem;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 62px;
        width: 3.875rem;
        height: 3.875rem;
        position: absolute !important;
        left: 50%;
        margin-left: -31px;
        margin-top: 4px; }

    .logo--mobile-cr-crm {
        background-size: 32px !important; }

    .mobile-navi {
        background-image: url(../images/menu.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 30px;
        width: 70px;
        height: 70px;
        cursor: pointer;
        position: relative; }
    .mobile-navi:hover {
        background-color: #ededed !important; }

    .search-navi {
        background-image: url(../images/ico-search-smooth.svg) !important;
        background-repeat: no-repeat;
        background-size: 30px; }
    .search-navi:hover {
        background-color: #ededed !important; }

    .sub-navi {
        background: #f9f9f9; }
    .sub-navi li {
        list-style: none;
        padding: 0 0.9375rem;
        transition: background-color 0.23s ease-in-out 0s;
        display: block;
        position: relative; }
    .sub-navi li:hover {
        background-color: #f9f9f9; }
    .sub-navi li a {
        font-weight: 600;
        text-decoration: none;
        color: #484848;
        display: block; }
    .sub-navi li a span {
        display: inline-block; } }
.logo-navi:hover {
    background-color: none !important; }

.user-control {
    cursor: pointer;
    float: right !important;
    height: 70px;
    display: flex !important;
    align-items: center;
    margin-left: auto; }

.user-control--info {
    float: left;
    margin-right: 0.9375rem; }
.user-control--info span {
    font-size: 0.8125rem;
    font-weight: 600;
    display: block; }

.user-control--menu {
    float: left;
    background-image: url(../images/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    margin-top: 1.125rem;
    margin-bottom: 1rem;
    padding: 0 0.3125rem; }

.footer {
    font-size: 0.8125rem;
    color: #a6a6a6;
    margin: 5rem 0 2.5rem 0; }
.footer img {
    margin-bottom: 1rem; }

.content {
    flex: 1;
    padding: 0 30px; }

/*.main-navi
 * li:nth-child(2)
 * 	margin-top: 70px */
.main-navi a.is-active {
    background-color: #e5e3e3;
    color: #e74c3c; }

.sub-navi a.is-active {
    border-bottom: 2px solid #3ebad6;
    box-sizing: border-box; }

.navi-logo {
    width: 4.375rem;
    height: 4.375rem;
    background: #f9f9f9 url(../images/logo.svg) no-repeat 50%;
    background-size: 50px; }

.mobile-menu {
    background: #f0f0f0;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 998;
    display: none;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.mobile-menu-items {
    text-align: center;
    list-style: none;
    margin-bottom: 0; }
.mobile-menu-items li a {
    text-decoration: none;
    font-weight: 100;
    color: #484848; }
.mobile-menu-items li a.is-active {
    color: #3ebad6 !important;
    text-decoration: underline;
    font-weight: 500; }

.mobile-menu-items--parent {
    font-weight: 700; }

@media only screen and (min-width: 1024px) {
    .desk-content {
        padding-top: 90px; } }
@media only screen and (max-width: 481px) {
    .mobile-menu-items--parent {
        font-size: 1.125rem !important;
        font-weight: 700;
        padding: 2rem 1rem 1rem 1rem; }

    .mobile-menu-items {
        text-align: left; }
    .mobile-menu-items li {
        font-size: 1rem;
        line-height: 1.5rem; }
    .mobile-menu-items li a {
        text-decoration: none;
        font-weight: 100;
        color: #484848;
        padding: 1rem;
        display: block; }
    .mobile-menu-items li a:hover {
        background: #dedede; }
    .mobile-menu-items li a.is-active {
        box-sizing: border-box;
        border-left: 4px solid #3ebad6;
        text-decoration: none !important; }

    .mobile-menu--user {
        border-top: 1px solid #cdcdcd;
        display: block;
        padding: 0.9375rem 1rem 1rem 1rem; } }
.mobile-menu--slideTop {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1s;
    -moz-animation-iteration-count: 1s;
    -ms-animation-iteration-count: 1s;
    -o-animation-iteration-count: 1s;
    animation-iteration-count: 1s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

.search-navi {
    background-image: url(../images/ico-search-smooth.svg);
    background-repeat: no-repeat;
    background-position: 50% 55%;
    background-size: 25px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: relative;
    float: right !important; }
.search-navi:hover {
    background-color: #f9f9f9; }

.companyGeneral--title {
    font-size: 14px;
    font-weight: 700;
    color: #039ee2; }

.companyGeneral--text {
    font-size: 12px; }

.lastCompanyList {
    padding: 0;
    margin: 0;
    min-width: 200px;
    max-width: 200px; }
.lastCompanyList li {
    list-style: none; }
.lastCompanyList li a {
    display: block;
    padding: 2px 0 !important;
    text-decoration: none;
    color: #039ee2; }
.lastCompanyList li a:hover {
    text-decoration: underline; }

.chat {
    border: 1px solid #e8ebf1;
    display: flex;
    padding: 20px;
    width: 100%;
    height: calc(100vh - 220px); }

.chat__recentChats {
    border-right: 1px solid #e8ebf1;
    width: 35%;
    padding-right: 20px; }

.chat__user {
    display: flex;
    align-items: center; }

.chat__user--avatar {
    position: relative;
    background: #e6e8fb;
    -webkit-border-radius: 10000px;
    -moz-border-radius: 10000px;
    -ms-border-radius: 10000px;
    border-radius: 10000px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #898989; }

.chat__user--l {
    width: 50px;
    height: 50px; }

.chat__user--s {
    width: 40px;
    height: 40px;
    font-size: 13px; }

.chat__user--online {
    width: 15px;
    height: 15px;
    background: #10b759;
    border: 3px solid #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }

.chat__recentChats--item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%; }
.chat__recentChats--item:hover {
    background: #f5f6ff; }
.chat__recentChats--item:hover::before {
    content: "";
    background-color: #f1f2fe;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px; }
.chat__recentChats--item:hover::after {
    content: "";
    background-color: #f1f2fe;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px; }

.chat__recentChats--item--active {
    background: #f5f6ff; }
.chat__recentChats--item--active::before {
    content: "";
    background-color: #f1f2fe;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px; }
.chat__recentChats--item--active::after {
    content: "";
    background-color: #f1f2fe;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px; }

.chat__user--name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1; }

.chat__user--title {
    color: #686868;
    font-size: 14px; }

.chat__recentChats--container {
    height: calc(100% - 90px);
    overflow-y: auto;
    padding-right: 10px; }

.chat__container {
    margin-left: 20px; }

.chat__msgItem-unread {
    font-weight: bold; }

.chat__conversationTitle {
    border-bottom: 1px solid #e8ebf1;
    padding-bottom: 20px; }

.chat__recentChats--message {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e8ebf1;
    padding: 12px 0; }

.chat__recentChats--unread {
    font-weight: bold; }

.chat__recentChats--messageUser {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1; }

.chat__recentChats--messageText {
    color: #686868;
    font-size: 13px;
    line-height: 1.8; }

.chat__recentChats--time {
    color: #686868;
    font-size: 11px;
    display: flex;
    font-weight: 100; }

.chat__container {
    width: 65%; }

.chat__conversation {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    height: calc(100% - 147px);
    justify-content: flex-end;
    overflow-y: auto; }

.chat__conversation--item {
    display: flex;
    align-items: flex-start; }

.chat__conversation--item-operator {
    width: 100%; }

.chat__conversation--item-user {
    flex-direction: row-reverse;
    width: 100%; }

.chat__bubble {
    font-size: 13px;
    color: #000;
    word-break: all;
    padding: 5px;
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 60%; }

.chat__bubble--operator {
    background-color: #f1f2fe; }
.chat__bubble--operator::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f1f2fe;
    transform: rotate(-45deg);
    top: -6px;
    left: -5px;
    position: absolute; }

.chat__bubble--user {
    background-color: #effafa;
    margin-left: auto; }
.chat__bubble--user::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #effafa;
    transform: rotate(45deg);
    top: -6px;
    right: -5px;
    position: absolute; }

.msg--container {
    padding: 10px 0;
    background-color: #fffff;
    display: flex;
    align-items: flex-end; }

.msg--input {
    outline: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 8px;
    display: inline-block;
    background: #f1f0f0;
    width: 100%;
    font-size: 14px;
    min-height: 40px; }

[contenteditable][placeholder]:empty:before {
    content: attr(placeholder);
    position: absolute;
    color: gray;
    background-color: transparent; }

.msg--attachment {
    width: 40px;
    height: 40px;
    background: url(../images/chat-attachment.svg) no-repeat center;
    background-size: 25px;
    cursor: pointer;
    border: 0;
    outline: 0; }

.msg--send {
    width: 40px;
    height: 40px;
    background: url(../images/chat-send.svg) no-repeat center;
    background-size: 25px;
    cursor: pointer;
    border: 0;
    outline: 0; }

.chat__date--mar-r {
    margin-right: 0.7rem;
    justify-content: flex-end; }

.chat__date--mar-l {
    margin-left: 0.7rem; }

.dp_messages {
    padding-right: 10px; }

.msgPreloader {
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%); }

::-webkit-scrollbar {
    width: 7px; }

::-webkit-scrollbar-track {
    background: #f8f8f8; }

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }

.fileContainer {
    display: flex;
    flex-direction: column;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-top: 10px;
    align-items: center;
    padding: 10px;
    margin-left: 10px;
    width: calc(20% - 10px);
    word-break: break-all; }

.removeFile {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer; }

.msg-unreadCnt {
    background: red;
    font-weight: 700 !important;
    color: #FFFFFF;
    padding: 0 4px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.ico-unread-mr {
    margin-right: 3px; }

.v100 {
    width: 100% !important; }

.dailerControls {
    background: #2193eb;
    color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

.dailerControls--options {
    display: inline-flex; }

.dailerControls--btn {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: 5px 2.5px; }

.dailerControls--status {
    color: limegreen;
    font-size: 10px;
    font-weight: 700; }

.fixed-table {
    display: flex;
    flex-direction: column;
    height: 100%; }
.fixed-table thead > tr {
    overflow-y: scroll;
    overflow-x: hidden; }
.fixed-table thead, .fixed-table tbody {
    display: block; }
.fixed-table tbody {
    flex: 1;
    overflow-y: scroll; }
.fixed-table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }

.data--active {
    font-weight: 700;
    color: #2ca850; }

.break-column {
    flex-basis: 100% !important;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    border: none !important;
    padding: 0 !important; }

.multiline tr td {
    border: 0; }

.multiline--last {
    border-bottom: 1px solid #e6e6e6 !important; }

.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 25px solid #f0f0f0;
    border-left: 25px solid transparent;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg); }

.inkasso--btn {
    display: none; }

.inkasso-msgDailer {
    height: calc(100vh - 123px); }

.h-white {
    color: #ffffff !important; }

.block__history {
    background-color: #9ed130; }

.block__case {
    background-color: #82d5fc; }

.block__caseResult {
    background-color: #24b6ac; }

.personTitle {
    font-size: 18px;
    font-weight: 700; }

.personCodeTitle {
    font-size: 12px; }

@media only screen and (max-height: 1080px) {
    .inkasso_header {
        position: fixed;
        width: 100%;
        top: -97px;
        z-index: 999999;
        transition: top 0.23s ease-in-out 0s !important; }
    .inkasso_header .sub-navi {
        margin-bottom: 0 !important; }

    .inkasso--btn {
        display: block !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -3px; }

    .inkasso-msgDailer {
        height: calc(100vh - 15px); } }
.calendar__control {
    background-color: #F7F7F7;
    padding: 10px; }
.calendar__container {
    padding: 10px;
    width: 100%; }

.dayContentBar {
    padding: 10px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3; }
.dayContentBar--hasShaddow {
    box-shadow: 0px -12px 35px -13px rgba(0, 0, 0, 0.67); }

.calendarLegend {
    margin: 0;
    padding: 0; }
.calendarLegend li {
    list-style: none;
    color: #747171;
    font-size: 11px;
    display: flex;
    align-items: center; }

.calLegend__status {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 9px;
    line-height: 9px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center; }
.calLegend__status:last-child {
    margin-right: 0 !important; }

.cal--newLine {
    flex-basis: 100%;
    width: 0; }

.calStatus--1 {
    background-color: #bfbfbf; }

.calStatus--2 {
    background-color: #fad27d; }

.calStatus--3 {
    background-color: #33d47f; }

.calendarWeek {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }

.calendarDay {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 10px 4px 50px 4px;
    transition: all 0.23s ease-in-out 0s;
    overflow: hidden;
    max-height: 265px;
    min-height: 265px;
    min-width: 185px;
    max-width: 185px; }
.calendarDay:hover {
    border: 1px solid #7673FF; }
.calendarDay__title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.calendarDay__counter {
    background: #7673FF;
    font-size: 11px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 0 6px; }
.calendarDay__date {
    font-size: 16px;
    color: #595A5C;
    font-weight: 600; }
.calendarDay--opened {
    max-height: none !important; }

.orderItem {
    padding: 0;
    margin: 0; }
.orderItem__id {
    font-size: 12px;
    font-weight: 300;
    max-width: 60px;
    cursor: pointer;
    line-height: 1; }
.orderItem__id img {
    margin-right: 3px;
    width: 13px;
    height: 24px; }
.orderItem li {
    list-style: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #F2F2F2;
    font-size: 12;
    margin-bottom: 4px;
    padding: 3px; }

@media only screen and (max-width: 768px) {
    .cal-block {
        flex-direction: column; }

    .calendarWeek {
        flex-direction: column; }

    .calendarDay {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 10px; } }
/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:

 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.

 * Set the spacing between your grid items.

 * Would you like Sass’ silent classes, or regular CSS classes?

 * Would you like push and pull classes enabled?

 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371

 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.

 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.

 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
    list-style: none;
    /* [1] */
    margin: 0;
    /* [2] */
    padding: 0;
    /* [2] */
    margin-left: -30px;
    /* [3] */ }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
    display: inline-block;
    /* [1] */
    padding-left: 30px;
    /* [2] */
    vertical-align: top;
    /* [3] */
    width: 100%;
    /* [4] */
    -webkit-box-sizing: border-box;
    /* [5] */
    -moz-box-sizing: border-box;
    /* [5] */
    box-sizing: border-box;
    /* [5] */ }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
    direction: rtl;
    text-align: left; }
.grid--rev > .grid__item {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
    margin-left: 0; }
.grid--full > .grid__item {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
    text-align: right; }
.grid--right > .grid__item {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
    text-align: center; }
.grid--center > .grid__item {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
    vertical-align: middle; }

.grid--bottom > .grid__item {
    vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
    margin-left: -15px; }
.grid--narrow > .grid__item {
    padding-left: 15px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
    margin-left: -60px; }
.grid--wide > .grid__item {
    padding-left: 60px; }

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
    width: 100%; }

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
    width: 50%; }

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
    width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
    width: 66.666%; }

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
    width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
    width: 75%; }

/**
 * Fifths
 */
.one-fifth, .two-tenths {
    width: 20%; }

.two-fifths, .four-tenths {
    width: 40%; }

.three-fifths, .six-tenths {
    width: 60%; }

.four-fifths, .eight-tenths {
    width: 80%; }

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
    width: 16.666%; }

.five-sixths, .ten-twelfths {
    width: 83.333%; }

/**
 * Eighths
 */
.one-eighth {
    width: 12.5%; }

.three-eighths {
    width: 37.5%; }

.five-eighths {
    width: 62.5%; }

.seven-eighths {
    width: 87.5%; }

/**
 * Tenths
 */
.one-tenth {
    width: 10%; }

.three-tenths {
    width: 30%; }

.seven-tenths {
    width: 70%; }

.nine-tenths {
    width: 90%; }

/**
 * Twelfths
 */
.one-twelfth {
    width: 8.333%; }

.five-twelfths {
    width: 41.666%; }

.seven-twelfths {
    width: 58.333%; }

.eleven-twelfths {
    width: 91.666%; }

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {
    /**
   * Whole
   */
    .palm--one-whole {
        width: 100%; }

    /**
   * Halves
   */
    .palm--one-half, .palm--two-quarters, .palm--three-sixths, .palm--four-eighths, .palm--five-tenths, .palm--six-twelfths {
        width: 50%; }

    /**
   * Thirds
   */
    .palm--one-third, .palm--two-sixths, .palm--four-twelfths {
        width: 33.333%; }

    .palm--two-thirds, .palm--four-sixths, .palm--eight-twelfths {
        width: 66.666%; }

    /**
   * Quarters
   */
    .palm--one-quarter, .palm--two-eighths, .palm--three-twelfths {
        width: 25%; }

    .palm--three-quarters, .palm--six-eighths, .palm--nine-twelfths {
        width: 75%; }

    /**
   * Fifths
   */
    .palm--one-fifth, .palm--two-tenths {
        width: 20%; }

    .palm--two-fifths, .palm--four-tenths {
        width: 40%; }

    .palm--three-fifths, .palm--six-tenths {
        width: 60%; }

    .palm--four-fifths, .palm--eight-tenths {
        width: 80%; }

    /**
   * Sixths
   */
    .palm--one-sixth, .palm--two-twelfths {
        width: 16.666%; }

    .palm--five-sixths, .palm--ten-twelfths {
        width: 83.333%; }

    /**
   * Eighths
   */
    .palm--one-eighth {
        width: 12.5%; }

    .palm--three-eighths {
        width: 37.5%; }

    .palm--five-eighths {
        width: 62.5%; }

    .palm--seven-eighths {
        width: 87.5%; }

    /**
   * Tenths
   */
    .palm--one-tenth {
        width: 10%; }

    .palm--three-tenths {
        width: 30%; }

    .palm--seven-tenths {
        width: 70%; }

    .palm--nine-tenths {
        width: 90%; }

    /**
   * Twelfths
   */
    .palm--one-twelfth {
        width: 8.333%; }

    .palm--five-twelfths {
        width: 41.666%; }

    .palm--seven-twelfths {
        width: 58.333%; }

    .palm--eleven-twelfths {
        width: 91.666%; } }
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    /**
   * Whole
   */
    .lap--one-whole {
        width: 100%; }

    /**
   * Halves
   */
    .lap--one-half, .lap--two-quarters, .lap--three-sixths, .lap--four-eighths, .lap--five-tenths, .lap--six-twelfths {
        width: 50%; }

    /**
   * Thirds
   */
    .lap--one-third, .lap--two-sixths, .lap--four-twelfths {
        width: 33.333%; }

    .lap--two-thirds, .lap--four-sixths, .lap--eight-twelfths {
        width: 66.666%; }

    /**
   * Quarters
   */
    .lap--one-quarter, .lap--two-eighths, .lap--three-twelfths {
        width: 25%; }

    .lap--three-quarters, .lap--six-eighths, .lap--nine-twelfths {
        width: 75%; }

    /**
   * Fifths
   */
    .lap--one-fifth, .lap--two-tenths {
        width: 20%; }

    .lap--two-fifths, .lap--four-tenths {
        width: 40%; }

    .lap--three-fifths, .lap--six-tenths {
        width: 60%; }

    .lap--four-fifths, .lap--eight-tenths {
        width: 80%; }

    /**
   * Sixths
   */
    .lap--one-sixth, .lap--two-twelfths {
        width: 16.666%; }

    .lap--five-sixths, .lap--ten-twelfths {
        width: 83.333%; }

    /**
   * Eighths
   */
    .lap--one-eighth {
        width: 12.5%; }

    .lap--three-eighths {
        width: 37.5%; }

    .lap--five-eighths {
        width: 62.5%; }

    .lap--seven-eighths {
        width: 87.5%; }

    /**
   * Tenths
   */
    .lap--one-tenth {
        width: 10%; }

    .lap--three-tenths {
        width: 30%; }

    .lap--seven-tenths {
        width: 70%; }

    .lap--nine-tenths {
        width: 90%; }

    /**
   * Twelfths
   */
    .lap--one-twelfth {
        width: 8.333%; }

    .lap--five-twelfths {
        width: 41.666%; }

    .lap--seven-twelfths {
        width: 58.333%; }

    .lap--eleven-twelfths {
        width: 91.666%; } }
@media only screen and (max-width: 1024px) {
    /**
   * Whole
   */
    .portable--one-whole {
        width: 100%; }

    /**
   * Halves
   */
    .portable--one-half, .portable--two-quarters, .portable--three-sixths, .portable--four-eighths, .portable--five-tenths, .portable--six-twelfths {
        width: 50%; }

    /**
   * Thirds
   */
    .portable--one-third, .portable--two-sixths, .portable--four-twelfths {
        width: 33.333%; }

    .portable--two-thirds, .portable--four-sixths, .portable--eight-twelfths {
        width: 66.666%; }

    /**
   * Quarters
   */
    .portable--one-quarter, .portable--two-eighths, .portable--three-twelfths {
        width: 25%; }

    .portable--three-quarters, .portable--six-eighths, .portable--nine-twelfths {
        width: 75%; }

    /**
   * Fifths
   */
    .portable--one-fifth, .portable--two-tenths {
        width: 20%; }

    .portable--two-fifths, .portable--four-tenths {
        width: 40%; }

    .portable--three-fifths, .portable--six-tenths {
        width: 60%; }

    .portable--four-fifths, .portable--eight-tenths {
        width: 80%; }

    /**
   * Sixths
   */
    .portable--one-sixth, .portable--two-twelfths {
        width: 16.666%; }

    .portable--five-sixths, .portable--ten-twelfths {
        width: 83.333%; }

    /**
   * Eighths
   */
    .portable--one-eighth {
        width: 12.5%; }

    .portable--three-eighths {
        width: 37.5%; }

    .portable--five-eighths {
        width: 62.5%; }

    .portable--seven-eighths {
        width: 87.5%; }

    /**
   * Tenths
   */
    .portable--one-tenth {
        width: 10%; }

    .portable--three-tenths {
        width: 30%; }

    .portable--seven-tenths {
        width: 70%; }

    .portable--nine-tenths {
        width: 90%; }

    /**
   * Twelfths
   */
    .portable--one-twelfth {
        width: 8.333%; }

    .portable--five-twelfths {
        width: 41.666%; }

    .portable--seven-twelfths {
        width: 58.333%; }

    .portable--eleven-twelfths {
        width: 91.666%; } }
@media only screen and (min-width: 1025px) {
    /**
   * Whole
   */
    .desk--one-whole {
        width: 100%; }

    /**
   * Halves
   */
    .desk--one-half, .desk--two-quarters, .desk--three-sixths, .desk--four-eighths, .desk--five-tenths, .desk--six-twelfths {
        width: 50%; }

    /**
   * Thirds
   */
    .desk--one-third, .desk--two-sixths, .desk--four-twelfths {
        width: 33.333%; }

    .desk--two-thirds, .desk--four-sixths, .desk--eight-twelfths {
        width: 66.666%; }

    /**
   * Quarters
   */
    .desk--one-quarter, .desk--two-eighths, .desk--three-twelfths {
        width: 25%; }

    .desk--three-quarters, .desk--six-eighths, .desk--nine-twelfths {
        width: 75%; }

    /**
   * Fifths
   */
    .desk--one-fifth, .desk--two-tenths {
        width: 20%; }

    .desk--two-fifths, .desk--four-tenths {
        width: 40%; }

    .desk--three-fifths, .desk--six-tenths {
        width: 60%; }

    .desk--four-fifths, .desk--eight-tenths {
        width: 80%; }

    /**
   * Sixths
   */
    .desk--one-sixth, .desk--two-twelfths {
        width: 16.666%; }

    .desk--five-sixths, .desk--ten-twelfths {
        width: 83.333%; }

    /**
   * Eighths
   */
    .desk--one-eighth {
        width: 12.5%; }

    .desk--three-eighths {
        width: 37.5%; }

    .desk--five-eighths {
        width: 62.5%; }

    .desk--seven-eighths {
        width: 87.5%; }

    /**
   * Tenths
   */
    .desk--one-tenth {
        width: 10%; }

    .desk--three-tenths {
        width: 30%; }

    .desk--seven-tenths {
        width: 70%; }

    .desk--nine-tenths {
        width: 90%; }

    /**
   * Twelfths
   */
    .desk--one-twelfth {
        width: 8.333%; }

    .desk--five-twelfths {
        width: 41.666%; }

    .desk--seven-twelfths {
        width: 58.333%; }

    .desk--eleven-twelfths {
        width: 91.666%; } }
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
.vnotify-container {
    position: fixed;
    z-index: 1000000; }
.vnotify-container.vn-top-right {
    right: 10px;
    top: 10px; }
.vnotify-container.vn-top-left {
    top: 10px;
    left: 10px; }
.vnotify-container.vn-bottom-right {
    bottom: 10px;
    right: 10px; }
.vnotify-container.vn-bottom-left {
    bottom: 10px;
    left: 10px; }
.vnotify-container .vn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    cursor: pointer; }
.vnotify-container .vn-close:before, .vnotify-container .vn-close:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    height: 2px;
    background: #fff; }
.vnotify-container .vn-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
.vnotify-container .vn-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.vnotify-item {
    width: 20em;
    padding: 15px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75); }
.vnotify-item:hover {
    opacity: 1; }

.vnotify-title {
    font-weight: bold; }

.vnotify-info {
    background: #3498db;
    color: #fff; }

.vnotify-success {
    background: #2ecc71;
    color: #fff; }

.vnotify-error {
    background: #e74c3c;
    color: #fff; }

.vnotify-warning {
    background: #f39c12;
    color: #fff; }

.vnotify-notify {
    background: #333;
    color: #fff; }

.tippy-touch {
    cursor: pointer !important; }

.tippy-notransition {
    transition: none !important; }

.tippy-popper {
    -webkit-perspective: 700px;
    perspective: 700px;
    z-index: 9999;
    outline: 0;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none; }
.tippy-popper[data-html] {
    max-width: 96%;
    max-width: calc(100% - 20px); }
.tippy-popper[x-placement^=top] .tippy-backdrop {
    border-radius: 40% 40% 0 0; }
.tippy-popper[x-placement^=top] .tippy-roundarrow {
    width: 23px;
    height: 23px;
    fill: #959aff;
    bottom: -15px;
    margin: 0 6px; }
.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.tippy-popper[x-placement^=top] .tippy-arrow {
    border-top: 7px solid #959aff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    margin: 0 7px; }
.tippy-popper[x-placement^=top] .tippy-backdrop {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
    -webkit-transform: scale(5.5) translate(-50%, 25%);
    transform: scale(5.5) translate(-50%, 25%);
    opacity: 1; }
.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
    -webkit-transform: scale(1) translate(-50%, 25%);
    transform: scale(1) translate(-50%, 25%);
    opacity: 0; }
.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
.tippy-popper[x-placement^=top] [data-animation=perspective] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px) rotateX(0);
    transform: translateY(-10px) rotateX(0); }
.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(90deg);
    transform: translateY(0) rotateX(90deg); }
.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1); }
.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0); }
.tippy-popper[x-placement^=bottom] .tippy-backdrop {
    border-radius: 0 0 30% 30%; }
.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
    width: 23px;
    height: 23px;
    fill: #959aff;
    top: -15px;
    margin: 0 6px; }
.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
.tippy-popper[x-placement^=bottom] .tippy-arrow {
    border-bottom: 7px solid #959aff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    margin: 0 7px; }
.tippy-popper[x-placement^=bottom] .tippy-backdrop {
    -webkit-transform-origin: 0 -100%;
    transform-origin: 0 -100%; }
.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
    -webkit-transform: scale(5.5) translate(-50%, -125%);
    transform: scale(5.5) translate(-50%, -125%);
    opacity: 1; }
.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
    -webkit-transform: scale(1) translate(-50%, -125%);
    transform: scale(1) translate(-50%, -125%);
    opacity: 0; }
.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    -webkit-transform-origin: top;
    transform-origin: top; }
.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px) rotateX(0);
    transform: translateY(10px) rotateX(0); }
.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(-90deg);
    transform: translateY(0) rotateX(-90deg); }
.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1); }
.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0); }
.tippy-popper[x-placement^=left] .tippy-backdrop {
    border-radius: 30% 0 0 30%; }
.tippy-popper[x-placement^=left] .tippy-roundarrow {
    width: 23px;
    height: 23px;
    fill: #959aff;
    right: -15px;
    margin: 4px 0; }
.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.tippy-popper[x-placement^=left] .tippy-arrow {
    border-left: 7px solid #959aff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 4px 0; }
.tippy-popper[x-placement^=left] .tippy-backdrop {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
    -webkit-transform: scale(5.5) translate(33%, -50%);
    transform: scale(5.5) translate(33%, -50%);
    opacity: 1; }
.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
    -webkit-transform: scale(1.5) translate(33%, -50%);
    transform: scale(1.5) translate(33%, -50%);
    opacity: 0; }
.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
.tippy-popper[x-placement^=left] [data-animation=perspective] {
    -webkit-transform-origin: right;
    transform-origin: right; }
.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px) rotateY(0);
    transform: translateX(-10px) rotateY(0); }
.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(-90deg);
    transform: translateX(0) rotateY(-90deg); }
.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1); }
.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0); }
.tippy-popper[x-placement^=right] .tippy-backdrop {
    border-radius: 0 30% 30% 0; }
.tippy-popper[x-placement^=right] .tippy-roundarrow {
    width: 23px;
    height: 23px;
    fill: #959aff;
    left: -15px;
    margin: 4px 0; }
.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
.tippy-popper[x-placement^=right] .tippy-arrow {
    border-right: 7px solid #959aff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 4px 0; }
.tippy-popper[x-placement^=right] .tippy-backdrop {
    -webkit-transform-origin: -100% 0;
    transform-origin: -100% 0; }
.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
    -webkit-transform: scale(5.5) translate(-133%, -50%);
    transform: scale(5.5) translate(-133%, -50%);
    opacity: 1; }
.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
    -webkit-transform: scale(1.5) translate(-133%, -50%);
    transform: scale(1.5) translate(-133%, -50%);
    opacity: 0; }
.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
.tippy-popper[x-placement^=right] [data-animation=perspective] {
    -webkit-transform-origin: left;
    transform-origin: left; }
.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px) rotateY(0);
    transform: translateX(10px) rotateY(0); }
.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(90deg);
    transform: translateX(0) rotateY(90deg); }
.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1); }
.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0); }

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
    text-align: left;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #959aff; }
.tippy-tooltip[data-size=small] {
    padding: 0.2rem 0.4rem;
    font-size: 0.75rem; }
.tippy-tooltip[data-size=large] {
    padding: 0.4rem 0.8rem;
    font-size: 1rem; }
.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent; }
.tippy-tooltip[data-animatefill] .tippy-content {
    transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
    transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
    transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98), -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98); }
.tippy-tooltip[data-interactive] {
    pointer-events: auto; }
.tippy-tooltip[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }
.tippy-tooltip[data-inertia][data-state=hidden] {
    transition-timing-function: ease; }

.tippy-arrow {
    position: absolute;
    width: 0;
    height: 0; }

.tippy-roundarrow {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none; }
.tippy-roundarrow path {
    pointer-events: auto; }

.tippy-backdrop {
    position: absolute;
    will-change: transform;
    background-color: #28bb5f;
    border-radius: 50%;
    width: 26%;
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.tippy-backdrop:after {
    content: "";
    float: left;
    padding-top: 100%; }

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(100% 100% at 50% 50%);
    clip-path: ellipse(100% 100% at 50% 50%); }
body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(5% 50% at 50% 50%);
    clip-path: ellipse(5% 50% at 50% 50%); }
body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(135% 100% at 0 50%);
    clip-path: ellipse(135% 100% at 0 50%); }
body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(25% 100% at 0 50%);
    clip-path: ellipse(25% 100% at 0 50%); }
body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(135% 100% at 100% 50%);
    clip-path: ellipse(135% 100% at 100% 50%); }
body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(25% 100% at 100% 50%);
    clip-path: ellipse(25% 100% at 100% 50%); }

.tippy-tooltip.inkasso-msg-theme {
    background-color: #fcfcfc;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.26);
    color: #484848; }

.tippy-tooltip.inkasso-msg-theme .tippy-arrow {
    border-left-color: #fcfcfc; }

@media (max-width: 360px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px); } }

