/*==========  Style Sheet - Vars  ==========*/
*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, b, i, li, td {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: inherit;
}

span {
    font: inherit;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    font: 300 16px/28px "Montserrat", sans-serif;
}

p, b {
    font: 300 16px/28px "Montserrat", sans-serif;
    margin: 0 0 16px;
}

p a, b a {
    font: inherit;
    color: inherit;
}

a {
    text-decoration: none;
    font: 300 14px/26px "Montserrat", sans-serif;
    color: #222;
}

b, strong {
    font-weight: 600;
}

input {
    outline: none !important;
}

/*==========  Style Sheet - Placeholders  ==========*/
::-webkit-input-placeholder {
    color: #898e97;
    font: 400 13px/20px "Montserrat", sans-serif;
}

::-moz-placeholder {
    color: #898e97;
    font: 400 13px/20px "Montserrat", sans-serif;
}

:-moz-placeholder {
    color: #898e97;
    font: 400 13px/20px "Montserrat", sans-serif;
}

:-ms-input-placeholder {
    color: #898e97;
    font: 400 13px/20px "Montserrat", sans-serif;
}

/*==========  Style Sheet - Third-party  ==========*/
.dev-pages {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 20px;
    background: white;
    border-bottom: 1px solid silver;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.dev-pages h1 {
    margin: 0 0 10px;
    font: 300 18px/40px "Montserrat", sans-serif;
}

.dev-pages ul {
    *zoom: 1;
}

.dev-pages ul:before, .dev-pages ul:after {
    content: " ";
    display: table;
}

.dev-pages ul:after {
    clear: both;
}

.dev-pages ul li {
    display: inline-block;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
}

.dev-pages ul li a {
    display: inline-block;
    border: 1px solid transparent;
    background: #606060;
    font: 400 16px/36px "Montserrat", sans-serif;
    padding: 0 16px;
    color: white;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.dev-pages ul li a:hover {
    color: #202020;
    border-color: silver;
    background-color: white;
}

.dev-pages .show {
    position: absolute;
    top: 100%;
    padding: 8px;
    text-decoration: none;
    background-color: black;
    color: white;
}

.dev-pages .show .mdi {
    display: none;
    font-size: 20px;
}

.dev-pages .show .mdi:first-of-type {
    display: block;
}

.dev-pages .show:hover {
    color: orange;
}

.dev-pages:hover, .dev-pages.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dev-pages:hover .show .mdi:first-of-type {
    display: none;
}

.dev-pages:hover .show .mdi:nth-child(3n+2) {
    display: block;
}

.dev-pages.active .show .mdi:first-of-type, .dev-pages.active .show .mdi:nth-child(3n+2) {
    display: none;
}

.dev-pages.active .show .mdi:last-of-type {
    display: block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-strike {
    text-decoration: line-through;
}

.text-muted {
    color: #a1a1a1;
}

.hidden {
    display: none;
}

.cf {
    *zoom: 1;
}

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

.cf:after {
    clear: both;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

em.fs16 {
    font-size: 16px;
}

em.fs18 {
    font-size: 18px;
}

em.fs20 {
    font-size: 20px;
}

em.red {
    color: #e62043;
}

em.orange {
    color: #FFA500;
}

em.blue {
    color: #5c6edb;
}

em.blue2 {
    color: #150ae9;
}

em.grey {
    color: #45535E;
}

em.green {
    color: #41CC41;
}

.mgn0 {
    margin: 0;
}

.pdg0 {
    padding: 0 !important;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.expand-block {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 14px;
}

.expand-block .btn {
    background-color: #fff;
    border: 1px solid #eaf0f6;
    color: #2f2e43;
    font: 400 13px/24px "Montserrat", sans-serif;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 3px 12px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.expand-block .btn:hover {
    color: #9fa4b3;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.blured {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.flex-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.flex-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.flex-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-grow {
    -webkit-box-flex: 100 !important;
    -webkit-flex-grow: 100 !important;
    -moz-box-flex: 100 !important;
    -ms-flex-positive: 100 !important;
    flex-grow: 100 !important;
}

.text-muted {
    color: #878787 !important;
    font-weight: 400 !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
    *zoom: 1;
}

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

.row:after {
    clear: both;
}

.col-lg-1 {
    width: 8.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-2 {
    width: 16.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-3 {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-4 {
    width: 33.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-5 {
    width: 41.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-6 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-7 {
    width: 58.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-8 {
    width: 66.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-9 {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-10 {
    width: 83.33333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-11 {
    width: 91.66667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-12 {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1600px) {
    .col-md-1 {
        width: 8.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-2 {
        width: 16.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-4 {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-5 {
        width: 41.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-7 {
        width: 58.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-8 {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-10 {
        width: 83.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-11 {
        width: 91.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .col-sm-1 {
        width: 8.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-2 {
        width: 16.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-4 {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-5 {
        width: 41.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-7 {
        width: 58.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-8 {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-10 {
        width: 83.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-11 {
        width: 91.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .col-xs-1 {
        width: 8.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-2 {
        width: 16.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-3 {
        width: 25%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-4 {
        width: 33.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-5 {
        width: 41.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-6 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-7 {
        width: 58.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-8 {
        width: 66.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-9 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-10 {
        width: 83.33333%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-11 {
        width: 91.66667%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-12 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.flex-row + flex-row {
    margin-top: 10px;
}

.flex-col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 10px;
}

.form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

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

.form .form-group .form-group-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.form .form-group .form-group-inline > .form-label {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    line-height: 36px;
    text-align: right;
    padding-right: 15px;
}

.form .form-group .form-subgroup-flex-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form .form-group .form-subgroup-flex-button button {
    margin-left: 20px;
}

.form .form-label {
    font: 400 12px/20px "Montserrat", sans-serif;
}

.form .form-control {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    padding: 7px 12px;
    font: 500 13px/20px "Montserrat", sans-serif;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    outline: none;
    -webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
    background: #fff;
    color: #444;
    margin: 0;
}

.form .form-control:focus {
    box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.075);
}

.form .form-control.form-control-flat {
    box-shadow: none;
}

.form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/dropdown-arrow.svg") no-repeat;
    background-position: right 10px top 50%;
    background: #fff;
}

.form .form-toggle {
    width: 100%;
}

.form .form-toggle > input[type=radio], .form .form-toggle > input[type=checkbox] {
    display: none;
}

.form .form-toggle .form-toggle-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.form .form-toggle .form-toggle-inner .toggle-input {
    background-color: #eaf0f6;
    margin-right: 10px;
    border-radius: 10px;
    width: 45px;
    border: 1px solid #dee6ee;
    height: 20px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.form .form-toggle .form-toggle-inner .toggle-input .toggle-input-dot {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 24px;
    background: #fff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
    left: -2px;
    top: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #b7bccb;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.form .form-toggle .form-toggle-inner .toggle-label {
    font: 700 12px/20px "Montserrat", sans-serif;
    color: #262626;
}

.form .form-toggle .form-toggle-inner .toggle-label span {
    color: #bcc1d3;
}

.form .form-toggle .form-toggle-inner .toggle-label a {
    font: inherit;
    color: #1c407b;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

.form .form-toggle .form-toggle-inner .toggle-label a:hover {
    color: #d13b3b;
}

.form .form-toggle.active .form-toggle-inner .toggle-input,
.form .form-toggle.checked .form-toggle-inner .toggle-input,
.form .form-toggle > input[type=radio]:checked + .form-toggle-inner .toggle-input,
.form .form-toggle > input[type=checkbox]:checked + .form-toggle-inner .toggle-input {
    background: #aac3ec;
    border-color: #b5c6e1;
}

.form .form-toggle.active .form-toggle-inner .toggle-input .toggle-input-dot,
.form .form-toggle.checked .form-toggle-inner .toggle-input .toggle-input-dot,
.form .form-toggle > input[type=radio]:checked + .form-toggle-inner .toggle-input .toggle-input-dot,
.form .form-toggle > input[type=checkbox]:checked + .form-toggle-inner .toggle-input .toggle-input-dot {
    background: #26467b;
    border-color: #26467b;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    margin-right: -1px;
}

.form .form-toggle.form-toggle-pane .form-toggle-inner {
    background: transparent;
    border: 1px dashed #dee6ee;
    border-radius: 5px;
    padding: 10px;
    box-shadow: none;
    -webkit-transition: background-color .4s, box-shadow .4s;
    -o-transition: background-color .4s, box-shadow .4s;
    -moz-transition: background-color .4s, box-shadow .4s;
    transition: background-color .4s, box-shadow .4s;
}

.form .form-toggle.form-toggle-pane.active .form-toggle-inner,
.form .form-toggle.form-toggle-pane.checked .form-toggle-inner,
.form .form-toggle.form-toggle-pane > input[type=radio]:checked + .form-toggle-inner,
.form .form-toggle.form-toggle-pane > input[type=checkbox]:checked + .form-toggle-inner {
    background: #fff;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.075);
}

.form .form-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form .form-checkbox .form-label {
    color: #262626;
    font: 500 13px/20px "Montserrat", sans-serif;
}

.form .form-checkbox input[type=checkbox] {
    margin: 4px 8px 4px 0;
    outline: none;
    float: left;
}

.form .form-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.form .form-radio .form-label {
    color: #262626;
    font: 500 13px/14px "Montserrat", sans-serif;
}

.form .form-radio input[type=radio] {
    margin: 4px 8px 4px 0;
    outline: none;
    float: left;
}

.form .form-radio input[type=radio]:checked + .form-radio-inner .form-label {
    color: #1c407b;
}

.form .form-error {
    display: block;
    font: 500 12px/20px "Montserrat", sans-serif;
    color: #b52c2c;
}

.form .form-actions {
    padding-top: 10px;
}

.label {
    display: inline-block;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    font: 700 11px/16px "Montserrat", sans-serif;
    padding: 0 5px;
    color: #1a4994;
    background: #fff;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.075);
}

.label.label-primary {
    color: #fff;
    background: #424770;
}

.label.label-default {
    background-color: #e3e8ee;
    border-color: #e3e8ee;
    color: #444;
    box-shadow: none;
}

.label.label-success {
    background-color: #34c433;
    border-color: #34c433;
    color: #fff;
    box-shadow: none;
}

.label.label-default-dashed {
    border: 1px dashed #dee6ee;
    background: #fff;
    color: #444;
    box-shadow: none;
}

.table {
    display: block;
}

.table table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.table table tr th {
    color: #45535e;
    font: 500 11px/20px "Montserrat", sans-serif;
    padding: 15px 25px;
    border-bottom: 1px solid #dee6ee;
    background-color: #f7fafc;
    white-space: nowrap;
}

.table table tr th .table-th-order-by {
    font: 500 11px/20px "Montserrat", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center flex-start;
    -webkit-justify-content: center flex-start;
    -moz-box-pack: center flex-start;
    -ms-flex-pack: center flex-start;
    justify-content: center flex-start;
    cursor: pointer;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

.table table tr th .table-th-order-by:hover {
    color: #1c407b;
}

.table table tr th .mdi {
    font-size: 14px;
}

.table table tr th.narrow {
    width: 1%;
}

.table table tr td {
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
    padding: 15px 25px;
    border-bottom: 1px solid #dee6ee;
}

.table table tr td .table-user {
    cursor: pointer;
    display: block;
}

.table table tr td .table-user .table-user-media {
    float: left;
    margin-right: 10px;
    position: relative;
}

.table table tr td .table-user .table-user-media .table-user-media-status {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: silver;
}

.table table tr td .table-user .table-user-media .table-user-media-abbr {
    color: #fff;
    text-align: center;
    font: 700 11px/36px "Montserrat", sans-serif;
}

.table table tr td .table-user .table-user-media .table-user-media-image {
    width: 38px;
    height: 38px;
    border-radius: 38px;
    border: 1px solid #dee6ee;
    background-color: #1c407b;
}

.table table tr td .table-user .table-user-name {
    font: 500 14px/14px "Montserrat", sans-serif;
    margin-bottom: 5px;
    color: #262626;
}

.table table tr td .table-user .table-user-email {
    font: 500 12px/16px "Montserrat", sans-serif;
    color: #6f747e;
}

.table table tr td .table-user.online .table-user-media .table-user-media-status, .table table tr td .table-user.active .table-user-media .table-user-media-status {
    background: green;
}

.table table tr td .table-screen-preview {
    position: relative;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    float: left;
    border: 1px solid #dee6ee;
    cursor: pointer;
    display: block;
}

.table table tr td .table-screen-preview .table-screen-preview-image {
    height: 70px;
    display: block;
}

.table table tr td .table-screen-preview .table-screen-preview-time {
    border-top: 1px solid #dee6ee;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    font: 700 11px/16px "Montserrat", sans-serif;
    color: #33475b;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table table tr td .td-heading {
    font: 700 12px/20px "Montserrat", sans-serif;
    color: #262626;
}

.table table tr td .td-heading .mdi {
    color: #1c407b;
    font-size: 15px;
}

.table table tr td .td-heading .mdi.start {
    float: left;
    margin-right: 5px;
}

.table table tr td .td-heading .mdi.end {
    float: right;
    margin-left: 5px;
}

.table table tr:last-child td {
    border-bottom: none;
}

.table table tr.tr-overview td {
    color: #1a4994;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table table tr.selectable, .table table tr[ng-click] {
    cursor: pointer;
}

.table.table-fill {
    margin: -25px -25px 0;
}

.table.table-fill table {
    margin-bottom: -25px;
}

.table.table-stripped table tr:nth-child(even) td {
    background: #fff;
}

.button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 12px;
    font: 500 13px/20px "Montserrat", sans-serif;
    border-radius: 5px;
    background: none;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: box-shadow .4s, color .4s, background-color .4s, border-color .4s;
    -o-transition: box-shadow .4s, color .4s, background-color .4s, border-color .4s;
    -moz-transition: box-shadow .4s, color .4s, background-color .4s, border-color .4s;
    transition: box-shadow .4s, color .4s, background-color .4s, border-color .4s;
}

.button .mdi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}

.button .mdi.start {
    margin-right: 5px;
}

.button .mdi.end {
    margin-left: 5px;
}

.button.button-primary {
    background: #1c407b;
    border-color: #1c407b;
    color: #fff;
}

.button.button-primary:hover {
    background: #fff;
    color: #1c407b;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.button.button-default {
    background: #fff;
    border-color: #dee6ee;
    color: #2f2e43;
}

.button.button-default:hover {
    color: #9fa4b3;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.button.button-sm {
    padding: 4px 8px;
}

.button:disabled, .button:disabled, .button[disabled] {
    pointer-events: none;
    opacity: .75;
    background-color: #f7fafc;
    color: #9fa4b3;
}

.pagination {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pagination .pagination-overview {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font: 500 14px/30px "Montserrat", sans-serif;
    color: #2f2e43;
}

.pagination .pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pagination .pagination-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font: 500 14px/30px "Montserrat", sans-serif;
    color: #2f2e43;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0 7.5px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: color .4s, background-color .4s, border-color .4s;
    -o-transition: color .4s, background-color .4s, border-color .4s;
    -moz-transition: color .4s, background-color .4s, border-color .4s;
    transition: color .4s, background-color .4s, border-color .4s;
    min-width: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination .pagination-item .mdi {
    font-size: 18px;
}

.pagination .pagination-item:hover {
    background-color: #1c407b;
    border-color: #1c407b;
    color: #fff;
}

.pagination .pagination-item.active, .pagination .pagination-item:active, .pagination .pagination-item:active, .pagination .pagination-item[active] {
    background-color: #1c407b;
    border-color: #1c407b;
    color: #fff;
}

.pagination .pagination-item.disabled, .pagination .pagination-item:disabled, .pagination .pagination-item[disabled] {
    pointer-events: none;
    opacity: .75;
    background-color: #f7fafc;
    color: #9fa4b3;
}

.pagination .pagination-item:last-child {
    margin-right: 0;
}

._720kb-datepicker-calendar {
    max-width: 275px;
    border: 1px solid #e9ecee;
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

._720kb-datepicker-calendar-days-header {
    background: #fff;
    border-bottom: 0;
    padding: 0 5px;
}

._720kb-datepicker-calendar-days-header div {
    color: #134478;
    font-size: 12px;
}

._720kb-datepicker-calendar-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px 5px;
    margin: 0;
    width: 100%;
}

._720kb-datepicker-calendar-day {
    width: 14.28571%;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #282b39;
    border-radius: 40px;
    margin: 0;
    height: 38px;
    line-height: 38px;
    position: relative;
    z-index: 1;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

._720kb-datepicker-calendar-day:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20px;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
}

._720kb-datepicker-calendar-day:hover {
    background: transparent;
}

._720kb-datepicker-calendar-day:hover:before {
    background: rgba(0, 0, 0, 0.03);
}

._720kb-datepicker-calendar-day._720kb-datepicker-active {
    color: #fff;
    background: transparent;
}

._720kb-datepicker-calendar-day._720kb-datepicker-active:before {
    background: #009ef4;
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled {
    color: rgba(0, 0, 0, 0.2);
    background: transparent;
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled:before {
    background: rgba(25, 2, 0, 0.02);
}

._720kb-datepicker-calendar-header:nth-child(odd), ._720kb-datepicker-calendar-header:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #e9ecee;
}

._720kb-datepicker-calendar-month {
    color: #282b39;
    font: 500 13px/40px "Montserrat", sans-serif;
}

._720kb-datepicker-calendar-month a > span {
    color: #282b39;
    font: 500 13px/40px "Montserrat", sans-serif;
}

datepicker,
[datepicker],
.datepicker {
    position: relative;
}

datepicker input,
[datepicker] input,
.datepicker input {
    outline: none;
    cursor: pointer;
}

datepicker a,
[datepicker] a,
.datepicker a {
    color: inherit;
    text-decoration: none;
}

datepicker a:hover,
[datepicker] a:hover,
.datepicker a:hover {
    text-decoration: none;
}

datepicker select,
datepicker select:focus,
datepicker select:hover,
[datepicker] select,
[datepicker] select:focus,
[datepicker] select:hover,
.datepicker select,
.datepicker select:focus,
.datepicker select:hover {
    width: 100%;
    overflow: hidden;
    background: none;
    color: #fff;
    background-color: #138EFA;
    border-radius: 2px;
    border: 0;
    margin-top: 5px;
}

datepicker .icon,
[datepicker] .icon,
.datepicker .icon {
    position: absolute;
    color: #1e1e1e;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-right: 10px;
    font: 400 12px/38px "Montserrat", sans-serif;
    top: 0px;
    right: 0px;
    z-index: 10;
}

datepicker .icon .mdi,
[datepicker] .icon .mdi,
.datepicker .icon .mdi {
    font-size: 16px;
    vertical-align: middle;
    color: #333;
}

datepicker.open i,
[datepicker].open i,
.datepicker.open i {
    color: #d13b3b;
}

.button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.button-group .button {
    margin-left: 10px;
}

.button-group .button:first-child {
    margin-left: 0;
}

.mdi.mdi-dots-horizontal {
    color: #9fa4b3;
    font-size: 20px;
}

.button.input-field {
    position: relative;
    padding: 0 !important;
}

.button.input-field input {
    width: 100%;
    height: 100%;
    border: 1px solid #cbd6e2;
    border-radius: 4px;
    background: #f6f7fb;
    padding-left: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input::-webkit-input-placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input::-moz-placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input:-ms-input-placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input::-ms-input-placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input::placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input:focus {
    border: 1px solid #150ae9;
    background: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.input-field input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button.search-field {
    position: relative;
}

.button.search-field:before {
    display: block;
    position: absolute;
    content: url(../img/search-icon.svg);
    top: 60%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6f747e;
}

.button.inactive {
    opacity: .6;
}

.button .icon svg path {
    fill: #6f747e;
}

.table {
    display: block;
}

.table table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.table table tr.head.sm th {
    padding: 5px 25px;
}

.table table tr.head.sm th.department:not(1st) {
    padding: 5px;
}

.table table tr th {
    text-transform: uppercase;
}

.table table tr th.department:not(1st) {
    padding: 15px 5px;
}

.table table tr td.more {
    text-align: right;
}

.table table tr td.user-label .green, .table table tr td.ticket-label .green {
    background: #cbf4c9;
    color: #0e6245;
    border: 1px solid #cbf4c9;
}

.table table tr td.user-label .red, .table table tr td.ticket-label .red {
    background: #fdf2e9;
    color: #ad1630;
    border: 1px solid #fdf2e9;
}

.table table tr td.users.lg {
    min-width: 220px;
}

.table table tr td.users > em {
    color: #6f747e;
    font-size: 14px;
    margin-right: 5px;
}

.table table tr td.users > span {
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
    margin-right: 5px;
}

.table table tr td.users .users-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.table table tr td.users .users-wrapper .user {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table table tr td.users .users-wrapper .user .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table table tr td.users .users-wrapper .user .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border: 1px solid #f7fafc;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px #1927342b;
    border-radius: 14px;
    padding: 4px 10px;
    top: 40px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table table tr td.users .users-wrapper .user .drop em {
    color: #6f747e;
    font-size: 16px;
}

.table table tr td.users .users-wrapper .user .drop a {
    color: #0000ff;
    font: 400 11px "Montserrat", sans-serif;
}

.table table tr td.users .users-wrapper .user .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -15px;
    left: 10px;
}

.table table tr td.users .users-wrapper .user:hover > .img {
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table table tr td.users .users-wrapper .user:hover > .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table table tr td.users .users-wrapper .user:first-child {
    margin-left: 0;
}

.table table tr td.users .users-wrapper:hover > .user {
    margin-left: 0;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table table tr td.department:not(1st) {
    padding: 15px 5px;
}

.table table tr td.department .department-label {
    position: relative;
}

.table table tr td.department .department-label .label {
    border: none;
    box-shadow: none;
    color: #ffffff;
}

.table table tr td.department .department-label .label.blue {
    background: #d6ecff;
    color: #0000ff;
}

.table table tr td.department .department-label .label.grey {
    background: #e3e8ed;
    color: #45535e;
}

.table table tr td.department .department-label .label.grey2 {
    background: #7b839c;
}

.table table tr td.department .department-label .label.purpl {
    background: #7b4cc2;
}

.table table tr td.department .department-label .label.red {
    background: #e62043;
}

.table table tr td.department .department-label .drop {
    display: block;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 102%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #eaf0f6;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 3;
}

.table table tr td.department .department-label .drop ul {
    width: 100%;
    list-style: none;
}

.table table tr td.department .department-label .drop ul li {
    position: relative;
    padding-left: 10px;
    color: #45535e;
    font: 600 12px "Montserrat", sans-serif;
    text-align: center;
    padding: 12px 23px;
    border-bottom: 1px solid #eaf0f6;
}

.table table tr td.department .department-label .drop ul li:last-child {
    border: none;
}

.table table tr td.department .department-label .drop ul li:before {
    display: block;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
}

.table table tr td.department .department-label:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table table tr td.status .status-label .label.green {
    background: #cbf4c9;
    color: #0e6245;
    border: 1px solid #cbf4c9;
    box-shadow: none;
}

.table table tr td.status .status-label .label.red {
    background: #fdf2e9;
    color: #ad1630;
    border: 1px solid #fdf2e9;
    box-shadow: none;
}

.table table tr td.op-tickets {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
}

.table table tr td.op-tickets em {
    color: #6f747e;
    font-size: 16px;
    margin-right: 5px;
}

.table table tr td.op-tickets span {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
    margin-right: 5px;
}

.table table tr td.activity {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
}

.table table tr td.activity span {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
    margin-right: 5px;
}

.table table tr td .table-ticket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 330px;
}

.table table tr td .table-ticket .ticket-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.table table tr td .table-ticket .ticket-title em {
    color: #6f747e;
    font-size: 16px;
    margin-right: 5px;
}

.table table tr td .table-ticket .ticket-title a {
    color: #0000ff;
    font: 500 13px "Montserrat", sans-serif;
}

.table table tr td .table-ticket .ticket-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
    margin-left: 17px;
}

.table table tr td .table-ticket .ticket-person em {
    color: #6f747e;
    font-size: 16px;
    margin-right: 5px;
}

.table table tr td .table-ticket .ticket-person a {
    color: #0000ff;
    font: 500 13px "Montserrat", sans-serif;
}

.table table tr td .table-ticket .ticket-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 30px;
    border: 1px solid #faebc8;
    background: #fbf8e9;
    padding: 5px 10px;
    margin-top: 5px;
}

.table table tr td .table-ticket .ticket-message em {
    color: #6f747e;
    font-size: 20px;
    margin: 0 5px;
}

.table table tr td .table-ticket .ticket-message .message {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
}

.table table tr td .table-ticket .ticket-message .data {
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.table table tr td .table-ticket .ticket-message:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fbf8e9;
    top: -20px;
    left: 14px;
}

.table table tr td .table-user .table-user-name.crown em {
    display: initial;
}

.table table tr td .table-user .table-user-name.blue em {
    color: #0000ff;
}

.table table tr td .table-user .table-user-name.grey em {
    color: #6f747e;
}

.table table tr td .table-user .table-user-name em {
    display: none;
    font-size: 16px;
}

.sort-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sort-group.flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sort-group.flex-start .sort-item {
    margin-right: 10px;
}

.sort-group.flex-start .sort-item:last-child {
    margin-right: 0;
}

.sort-group.flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sort-group.flex-end .sort-item {
    margin-left: 10px;
}

.sort-group.flex-end .sort-item:last-child {
    margin-left: 0;
}

.sort-group .sort-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 4px 5px;
    color: #45535e;
    font: 600 11px "Montserrat", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.sort-group .sort-item em {
    color: #aaafbc;
    font-size: 16px;
    margin-left: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.sort-group .sort-item .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 320px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    right: 0;
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px #1927342b;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.sort-group .sort-item .drop .top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid #dfe4ec;
    padding: 15px 10px;
}

.sort-group .sort-item .drop .top-line > div {
    margin-bottom: 5px;
}

.sort-group .sort-item .drop .top-line > div:last-child {
    margin-bottom: 0;
}

.sort-group .sort-item .drop .top-line em {
    color: #45535e;
}

.sort-group .sort-item .drop .top-line .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 500 13px "Montserrat", sans-serif;
    text-align: center;
    text-transform: none;
    margin-bottom: 10px;
}

.sort-group .sort-item .drop .top-line .block-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.sort-group .sort-item .drop .center-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid #dfe4ec;
}

.sort-group .sort-item .drop .center-line .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.sort-group .sort-item .drop .center-line .list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid #dfe4ec;
    padding: 10px;
}

.sort-group .sort-item .drop .center-line .list .list-item em {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    color: #6f747e;
    font-size: 16px;
    margin-right: 5px;
}

.sort-group .sort-item .drop .center-line .list .list-item a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
    text-transform: none;
}

.sort-group .sort-item .drop .center-line .list .list-item:last-child {
    border-bottom: 0;
}

.sort-group .sort-item .drop .bottom-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 15px 10px;
}

.sort-group .sort-item:hover {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.sort-group .sort-item:hover em {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.sort-group .sort-item:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.users-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.users-group.flex-end .user {
    margin-right: -10px;
}

.users-group.flex-end .user .drop {
    right: 0;
}

.users-group.flex-end .user .drop:before {
    right: 10px;
}

.users-group.flex-start {
    margin-left: -10px;
}

.users-group.flex-start .user .drop {
    left: 0;
}

.users-group.flex-start .user .drop:before {
    left: 10px;
}

.users-group .user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.users-group .user .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0000ff;
    color: #ffffff;
    font: 700 10px "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.users-group .user .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 220px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px #1927342b;
    padding: 5px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.users-group .user .drop em {
    color: #6f747e;
    font-size: 18px;
    margin-right: 5px;
}

.users-group .user .drop a {
    color: #150ae9;
    font: 500 11px "Montserrat", sans-serif;
}

.users-group .user .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}

.users-group .user:hover .icon {
    background: #586ad9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.users-group .user:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.users-group:hover.flex-end .user {
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.users-group:hover.flex-start .user {
    margin-left: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.form.flex-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}

.form.flex-form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
}

.form.flex-form .form-row .form-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 5px;
}

.form.flex-form .form-row .form-col.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
}

.form.flex-form .form-row .form-col.mb {
    margin-bottom: 20px;
}

.form.flex-form .form-row .form-col .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #cbd6e2;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px rgba(111, 116, 126, 0.16);
    color: #2f2e43;
    font: 500 13px "Montserrat", sans-serif;
    padding: 0 10px;
}

.form.flex-form .form-row .form-col .textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 84px;
    height: 100%;
    border: 1px solid #cbd6e2;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px rgba(111, 116, 126, 0.16);
    color: #2f2e43;
    font: 500 13px "Montserrat", sans-serif;
    padding: 10px;
    resize: none;
}

.form.flex-form .form-row .form-col .select {
    width: 100%;
    border: 1px solid #cbd6e2;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px rgba(111, 116, 126, 0.16);
    color: #2f2e43;
    font: 500 13px "Montserrat", sans-serif;
    padding: 0 10px;
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form.flex-form .form-row .form-col .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form.flex-form .form-row .form-col .checkbox + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.form.flex-form .form-row .form-col .checkbox + label:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(111, 116, 126, 0.12);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.form.flex-form .form-row .form-col .checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: url(../img/check-icon.svg) no-repeat center center;
    background-size: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.form.flex-form .form-row .form-col .checkbox:checked + label:before {
    background: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.form.flex-form .form-row .form-col .checkbox:checked + label:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.form .select {
    padding-right: 35px;
}

.table {
    position: relative;
}

.table.pd15 tr td, .table.pd15 tr th {
    padding: 15px;
}

.table.project-table tr td {
    font: 400 13px/19px "Montserrat", sans-serif;
    padding: 15px;
}

.table.project-table tr th {
    font: 700 13px/19px "Montserrat", sans-serif;
    padding: 15px;
}

.table.issue-table tbody tr td .info-wrapper .top-line .mdi {
    margin-right: 5px;
}

.table.issue-table tbody tr td .info-wrapper .bottom-line {
    padding-left: 24px;
}

.table.issue-table tbody tr td .info-wrapper .bottom-line .user-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 5px;
}

.table.issue-table tbody tr td .info-wrapper .bottom-line .user-photo img {
    width: 100%;
}

.table.branches-table tbody tr td .info-wrapper p {
    color: #45535e;
    font: 400 13px/19px "Montserrat", sans-serif;
}

.table.branches-table tbody tr td .info-wrapper p .time {
    font: 400 13px/19px "Montserrat", sans-serif;
    margin: 0 5px;
}

.table.branches-table tbody tr td .info-wrapper p .user {
    font-weight: 500;
    margin-left: 5px;
}

.table.servers-table tr td.type {
    color: #45535e;
    font: 400 13px/19px "Montserrat", sans-serif;
}

.table.servers-table tr td em.mdi-close {
    color: #e34250;
}

.table.servers-table tr td .title {
    color: #45535e;
    font: 700 14px/26px "Montserrat", sans-serif;
}

.table.servers-table tr td .title em {
    margin: 0 5px;
}

.table.servers-table tr td .title .error {
    font: 300 14px/26px "Montserrat", sans-serif;
}

.table.servers-table tr td .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #45535e;
    font: 500 12px/17px "Montserrat", sans-serif;
}

.table.servers-table tr td .list li em {
    font-size: 14px;
    margin-right: 5px;
}

.table.servers-table tr td .list li em.mdi-close {
    color: #e34250;
}

.table.servers-table tr td .list li a {
    font: 500 12px/17px "Montserrat", sans-serif;
}

.table.uptime tbody tr td {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
}

.table.uptime tbody:hover tr:hover {
    background: #eaf0f6;
}

.table.uptime tbody:hover tr:hover th, .table.uptime tbody:hover tr:hover td {
    background: #eaf0f6;
}

.table.blur-table table {
    position: relative;
}

.table .label-group .label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table tbody tr {
    position: relative;
}

.table tbody tr.head th {
    color: #45535e;
    font: 600 11px/20px "Montserrat", sans-serif;
}

.table tbody tr.opacity td {
    opacity: .2;
}

.table tbody tr td {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.table tbody tr td.table-check .checkbox-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

.table tbody tr td.table-check .checkbox-container .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.table tbody tr td.table-check .checkbox-container .checkbox + label {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.table tbody tr td.table-check .checkbox-container .checkbox + label:before {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table tbody tr td.table-check .checkbox-container .checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/check-icon.svg) no-repeat center center;
    background-size: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table tbody tr td.table-check .checkbox-container .checkbox:checked + label:before {
    background: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table tbody tr td.table-check .checkbox-container .checkbox:checked + label:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.table tbody tr td.amount .amount-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table tbody tr td.amount .amount-wrapper > div {
    margin-right: 20px;
}

.table tbody tr td.amount .amount-wrapper > div:last-child {
    margin-right: 0;
}

.table tbody tr td.amount .amount-wrapper .price {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
}

.table tbody tr td.amount .amount-wrapper .val {
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
    text-transform: uppercase;
}

.table tbody tr td.amount .amount-wrapper .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    font: 500 12px "Montserrat", sans-serif;
    box-shadow: none;
}

.table tbody tr td.amount .amount-wrapper .label.blue {
    color: #150ae9;
    background: #d6ecff;
}

.table tbody tr td.amount .amount-wrapper .label.blue em {
    color: #586ada;
}

.table tbody tr td.amount .amount-wrapper .label.grey {
    color: #262626;
    background: #e3e8ee;
}

.table tbody tr td.amount .amount-wrapper .label.grey em {
    color: #6f747e;
}

.table tbody tr td.amount .amount-wrapper .label em {
    font-size: 14px;
    margin-left: 5px;
}

.table tbody tr td.details {
    max-width: 380px;
    overflow: hidden;
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
    white-space: nowrap;
}

.table tbody tr td.customer {
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.table tbody tr td.date {
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
    white-space: nowrap;
}

.table tbody tr td.text-center {
    text-align: center;
}

.table tbody tr td.project {
    color: #262626;
    font: 700 12px/22px "Montserrat", sans-serif;
}

.table tbody tr td.project em {
    float: left;
    color: #33475b;
    font-size: 18px;
    margin-right: 5px;
}

.table tbody tr td a.bell {
    color: #9fa4b3;
    font-size: 20px;
}

.table tbody tr td .table-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.table tbody tr td .table-info > * {
    margin-right: 5px;
}

.table tbody tr td .table-info > *:last-child {
    margin-right: 0;
}

.table tbody tr td .table-info em {
    font-size: 18px;
}

.table tbody tr td .comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.table tbody tr td .comments em {
    color: #6f747e;
    font-size: 14px;
    margin-right: 5px;
}

.table tbody tr td .comments .comment {
    color: #6f747e;
    font: 500 11px "Montserrat", sans-serif;
}

.table tbody tr td .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table tbody tr td .info-wrapper > div {
    margin-right: 5px;
}

.table tbody tr td .info-wrapper p {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
    margin-bottom: 0;
}

.table tbody tr td .info-wrapper .top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.table tbody tr td .info-wrapper .top-line .title {
    color: #262626;
    margin-right: 5px;
}

.table tbody tr td .info-wrapper .top-line .link {
    color: #150ae9;
    font-weight: 600;
    margin-right: 5px;
}

.table tbody tr td .info-wrapper .bottom-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font: 400 11px "Montserrat", sans-serif;
}

.table tbody tr td .info-wrapper .bottom-line > div {
    margin-right: 5px;
}

.table tbody tr td .info-wrapper .bottom-line > div:last-child {
    margin-right: 0;
}

.table tbody tr td .info-wrapper .bottom-line .opened {
    color: #45535e;
}

.table tbody tr td .info-wrapper .bottom-line .time {
    margin: 0 5px;
}

.table tbody tr td .info-wrapper .bottom-line .name {
    color: #150ae9;
    font-weight: 600;
    margin: 0 5px;
}

.table tbody tr td .status-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table tbody tr td .status-wrapper .issue {
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
    margin-right: 5px;
}

.table tbody tr td .notification-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.table tbody tr td .notification-wrapper .icon {
    margin-right: 15px;
}

.table tbody tr td .notification-wrapper .title {
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
}

.table tbody tr td .reason {
    font: 700 12px "Montserrat", sans-serif;
}

.table tbody tr td .reason.green {
    color: #34c433;
}

.table tbody tr td .reason.red {
    color: #e34250;
}

.table tbody tr td .reason.black {
    color: #262626;
}

.table tbody tr td > .hide-info {
    display: block;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 4;
    cursor: pointer;
}

.table tbody tr:hover td {
    background: #F7FAFC !important;
}

.alert-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.alert-message .mdi {
    color: #6f747e;
    font-size: 20px;
}

.alert-message .mdi.left {
    margin-right: 5px;
}

.alert-message .mdi.right {
    margin-left: 5px;
}

.status {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
}

.status.none {
    display: none;
}

.status.green {
    background: #0e6245;
    border: 4px solid #cbf4c9;
}

.status.grey {
    background: #000000;
    border: 4px solid #E3E8ED;
}

.status.red {
    background: #ad1630;
    border: 4px solid #fdf2e9;
}

.status .drop {
    display: block;
    position: absolute;
    padding: 2px 5px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
    bottom: -webkit-calc(100% + 10px);
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.status .drop:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #ffffff;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.status:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.edit-wrapper.metadata .form .form-row .form-col .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #898E97;
    font: 500 13px/36px "Montserrat", sans-serif;
}

.title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 725px;
}

.title-block .main-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #2f2e43;
    font: 500 18px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.title-block .subtitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 13px "Montserrat", sans-serif;
}

.label-group .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    font: 600 12px "Montserrat", sans-serif;
    text-align: center;
}

.label-group .label.rad4 {
    padding: 4px 8px;
    border-radius: 4px;
}

.label-group .label.none-bg {
    background: transparent;
}

.label-group .label.black-bg {
    background: #000000;
}

.label-group .label.aqua-bg {
    background: #B7FFE0;
}

.label-group .label.red-bg {
    background: #fdf2e9;
}

.label-group .label.red-bg2 {
    background: #e34250;
}

.label-group .label.red-bg3 {
    background: #E0EED4;
}

.label-group .label.blue-bg {
    background: #d6ecff;
}

.label-group .label.blue-bg2 {
    background: #15add8;
}

.label-group .label.blue-bg3 {
    background: #0056D6;
}

.label-group .label.green-bg {
    background: #cbf4c9;
}

.label-group .label.green-bg2 {
    background: #34c433;
}

.label-group .label.green-bg3 {
    background: #4E7A27;
}

.label-group .label.grey-bg {
    background: #e3e8ee;
}

.label-group .label.yellow-bg {
    background: #f5f79b;
}

.label-group .label.yellow-bg2 {
    background: #C4BC00;
}

.label-group .label.orange-bg {
    background: #FF9300;
}

.label-group .label.purpul-bg {
    background: #61187C;
}

.label-group .label.red-col {
    color: #ad1630;
}

.label-group .label.blue-col {
    color: #0000ff;
}

.label-group .label.blue-col2 {
    color: #0070ba;
}

.label-group .label.green-col {
    color: #0e6245;
}

.label-group .label.grey-col {
    color: #45535e;
}

.label-group .label.black-col {
    color: #262626;
}

.label-group .label.white-col {
    color: #ffffff;
}

.label-group .label.purpul-col {
    color: #61187C;
}

.label-group .label.brown-col {
    color: #BA8520;
}

.label-group .label em {
    color: inherit;
    font-size: 18px;
}

.label-group .label em.left {
    margin-right: 5px;
}

.label-group .label em.right {
    margin-left: 5px;
}

.button-group .button.button-primary:hover.with-sub .btn-sub.white-col {
    color: #1c407b;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button-group .button.with-chevron {
    position: relative;
}

.button-group .button.with-chevron .mdi-chevron-down {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button-group .button.with-item {
    position: relative;
    color: #2f2e43;
    font: 500 13px/20px "Montserrat", sans-serif;
    text-align: center;
    overflow: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button-group .button.with-item em {
    color: #6f747e;
    margin-right: 5px;
}

.button-group .button.with-item .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-right: 5px;
}

.button-group .button.with-item .icon img {
    width: 100%;
}

.button-group .button.with-item .item {
    color: #150ae9;
    font: 500 13px/20px "Montserrat", sans-serif;
    text-align: center;
    border-left: 1px solid #cbd6e2;
    padding: 5px 10px;
    margin: -5px -12px -5px 12px;
}

.button-group .button.with-item .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 360px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 0;
    border-radius: 5px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px rgba(25, 39, 52, 0.17);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.button-group .button.with-item .drop .top-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #f7fafc;
    border-bottom: 1px solid #cbd6e2;
    color: #45535e;
    font: 500 13px "Montserrat", sans-serif;
    text-align: center;
    padding: 15px;
}

.button-group .button.with-item .drop .body-line .steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.button-group .button.with-item .drop .body-line .steps .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 15px;
    border-bottom: 1px solid #dfe4ec;
}

.button-group .button.with-item .drop .body-line .steps .step > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 500 12px/18px "Montserrat", sans-serif;
}

.button-group .button.with-item .drop .body-line .steps .step .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin-right: 15px;
}

.button-group .button.with-item .drop .body-line .steps .step .icon em {
    color: #150ae9;
}

.button-group .button.with-item .drop .body-line .steps .step .icon img {
    width: 100%;
}

.button-group .button.with-item .drop .body-line .steps .step .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    text-align: left;
}

.button-group .button.with-item .drop .body-line .steps .step .info .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.button-group .button.with-item .drop .body-line .steps .step .info .desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 500 11px "Montserrat", sans-serif;
}

.button-group .button.with-item .drop .body-line .steps .step:last-child {
    border-bottom: 0;
}

.button-group .button.with-item .drop .bottom-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 15px;
    border-top: 1px solid #dfe4ec;
}

.button-group .button.with-item:hover {
    color: #9fa4b3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button-group .button.with-item:hover em {
    color: #9fa4b3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button-group .button.with-item:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button-group .button.with-sub .btn-sub {
    font: 500 8px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.button-group .button.with-sub .btn-sub.red-col {
    color: #d13b3b;
}

.button-group .button.with-sub .btn-sub.white-col {
    color: #ffffff;
}

.button-group .button em {
    margin-right: 5px;
}

.modal {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    overflow: hidden;
    padding: 20px;
}

.modal#modal1 .modal-window {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.modal#modal1 .modal-window .form .form-row .form-col .form-label {
    color: #6f747e;
    font: 400 12px "Montserrat", sans-serif;
    line-height: 34px;
}

.modal#modal1 .modal-window .form .form-row .form-col .input {
    position: relative;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
}

.modal#modal1 .modal-window .form .form-row .form-col .subtitle {
    color: #45535e;
    font: 500 13px "Montserrat", sans-serif;
}

.modal#modal2 .modal-window {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.modal#modal2 .modal-window .form .form-row .form-col {
    position: relative;
    height: 34px;
    line-height: 34px;
}

.modal#modal2 .modal-window .form .form-row .form-col label {
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.modal#modal2 .modal-window .form .form-row .form-col .info {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal2 .modal-window .form .form-row .form-col .info.active .icon em {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal2 .modal-window .form .form-row .form-col .info .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal#modal2 .modal-window .form .form-row .form-col .info .icon em {
    color: #000000;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal2 .modal-window .form .form-row .form-col .info .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 310px;
    top: 50%;
    left: -webkit-calc(100% + 10px);
    left: -moz-calc(100% + 10px);
    left: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px rgba(25, 39, 52, 0.17);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal2 .modal-window .form .form-row .form-col .info .drop .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 12px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.modal#modal2 .modal-window .form .form-row .form-col .info .drop .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #eaf0f6;
    background: #f7fafc;
    color: #45535e;
    font: 500 14px "Montserrat", sans-serif;
}

.modal#modal2 .modal-window .form .form-row .form-col .info .drop .block .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modal#modal2 .modal-window .form .form-row .form-col .info .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #ffffff;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal#modal2 .modal-window .form .form-row .form-col .info:hover .icon em {
    color: #9fa4b3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal2 .modal-window .form .form-row .form-col .info:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal2 .modal-window .form .form-row .form-col .subtitle {
    padding-left: 20px;
    color: #45535e;
    font: 400 11px "Montserrat", sans-serif;
}

.modal#modal2 .modal-window .form .form-row .form-col .subtitle a {
    color: #150ae9;
    font: inherit;
}

.modal#modal2 .modal-window .form .form-row .form-col:hover .info {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal2 .modal-window .form .options-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal#modal2 .modal-window .form .options-block .option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    border-bottom: 1px solid #cbd6e2;
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
    padding: 10px 0;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal2 .modal-window .form .options-block .option em {
    color: #6f747e;
    font-size: 18px;
    margin-right: 5px;
}

.modal#modal2 .modal-window .form .options-block .option:hover {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal3 .modal-window {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.modal#modal3 .modal-window .alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #45535e;
    font: 500 13px "Montserrat", sans-serif;
}

.modal#modal3 .modal-window .alert em {
    color: #150ae9;
    font-size: 18px;
    margin-right: 5px;
}

.modal#modal4 .modal-window {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

.modal#modal4 .modal-window .form .form-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.modal#modal4 .modal-window .form .form-row .form-col {
    height: auto;
    line-height: auto;
}

.modal#modal4 .modal-window .form .form-row .form-col .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 500 14px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list.list-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list.list-row li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 10px;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list.list-row li:last-child {
    margin-right: 0;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list li .radio-wrapper .radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list li .radio-wrapper .radio + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    color: #262626;
    font: 500 13px/14px "Montserrat", sans-serif;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list li .radio-wrapper .radio + label:before {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #cbd6e2;
    background: #eaf0f6;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list li .radio-wrapper .radio + label:after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid #150ae9;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 2;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list li .radio-wrapper .radio:checked + label:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal4 .modal-window .form .form-row .form-col .radio-list li .subtitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
}

.modal#modal4 .modal-window .form .form-row .form-col .block-select {
    max-width: 200px;
    width: 100%;
    height: 34px;
    line-height: 34px;
}

.modal#modal4 .modal-window .form .form-row .form-col .form-subtitle {
    color: #45535e;
    font: 500 13px/20px "Montserrat", sans-serif;
}

.modal#modal5 .modal-window {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.modal#modal5 .modal-window .button-close {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal5 .modal-window .button-close em {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal5 .modal-window .button-close:hover {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal5 .modal-window .button-close:hover em {
    color: #586ada;
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal#modal5 .modal-window .form {
    padding: 0;
}

.modal#modal5 .modal-window .form .form-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 0;
}

.modal#modal5 .modal-window .block-customer .customer-list .customer-block {
    padding: 20px;
}

.modal.is-visible {
    overflow: auto;
    visibility: visible;
}

.modal.is-visible .modal-window {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modal .modal-window {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px rgba(25, 39, 52, 0.17);
}

.modal .modal-window .form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}

.modal .modal-window .form .form-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 400px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
    margin-bottom: 20px;
}

.modal .modal-window .form .form-row.mb-none {
    margin-bottom: 0;
}

.modal .modal-window .form .form-row .form-col {
    position: relative;
    height: 34px;
    line-height: 34px;
}

.modal .modal-window .form .form-row .form-col .mdi-currency-eur {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #45535e;
    font-size: 16px;
}

.modal .modal-window .modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px !important;
}

.modal .modal-window .modal-header.last {
    border-top: 1px solid #d4d9dd;
}

.modal .modal-window .modal-header .modal-header-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.modal .modal-window .modal-header .modal-header-block.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modal .modal-window .modal-body {
    padding: 20px;
}

.modal .modal-overlay {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #0000004d;
    z-index: 1;
}

.checkbox-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

.checkbox-block .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-block .checkbox + label {
    position: relative;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0 5px;
}

.checkbox-block .checkbox + label:before {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 3px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.checkbox-block .checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../img/check-icon.svg) no-repeat center center;
    background-size: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.checkbox-block .checkbox:checked + label:before {
    border: 1px solid #150ae9;
    background: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.checkbox-block .checkbox:checked + label:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.checkbox-block2 .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-block2 .checkbox + label {
    position: relative;
    cursor: pointer;
}

.checkbox-block2 .checkbox + label:before {
    display: block;
    position: absolute;
    content: '';
    width: 34px;
    height: 14px;
    top: 3px;
    left: 3px;
    border-radius: 8px;
    background: #9a9999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.checkbox-block2 .checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 8px rgba(153, 153, 153, 0.5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.checkbox-block2 .checkbox:checked + label:before {
    background: #947ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.checkbox-block2 .checkbox:checked + label:after {
    background: #4f2edc;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.add-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.add-file .close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-right: 5px;
}

.add-file .close em {
    color: #56626d;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.add-file .close:hover em {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.add-file .file-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.add-file .file-info .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
    margin-bottom: 5px;
    overflow: hidden;
}

.add-file .file-info .size {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #6f747e;
    font: 500 11px "Montserrat", sans-serif;
}

.correct-block input {
    width: 100%;
    height: 32px;
    border: 1px solid #cbd6e2;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    color: #2f2e43;
    font: 500 13px "Montserrat", sans-serif;
    padding: 0 10px;
}

.settings .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: 28px;
}

.settings .drop_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 205px;
    top: 100%;
    right: -10px;
    border-radius: 3px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px #1927342b;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 12;
}

.settings .drop_menu:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -18px;
    right: 10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.settings .drop_title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 10px 15px;
    color: #45535e;
    font: 600 11px "Montserrat", sans-serif;
    text-transform: uppercase;
}

.settings .drop_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.settings .drop_list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.settings .drop_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
    padding: 10px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.settings .drop_list li a em {
    color: #150ae9;
    font-size: 16px;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.settings .drop_list li a:hover {
    color: #586ada;
    background: #eaf0f6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.settings .drop_list li a:hover em {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.settings .drop > a {
    float: right;
}

.settings .drop:hover .icon em {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.settings .drop:hover .drop_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-breadcrumbs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.block.block-breadcrumbs .breadcrumb-item {
    font: 500 12px/30px "Montserrat", sans-serif;
    color: #6f747e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    cursor: pointer;
}

.block.block-breadcrumbs .breadcrumb-item .breadcrumb-item-icon {
    font: inherit;
    font-size: 24px;
    color: #9fa4b3;
    padding: 0 5px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}

.block.block-breadcrumbs .breadcrumb-item:hover {
    color: #1c407b;
}

.block.block-breadcrumbs .breadcrumb-item:hover .breadcrumb-item-icon {
    color: #1c407b;
}

.block.block-breadcrumbs .breadcrumb-item:last-child .breadcrumb-item-icon {
    display: none;
}

.block.block-label-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.block.block-label-tabs .label-tab {
    background: #fff;
    border: 1px solid #dee6ee;
    border-right: none;
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #2f2e43;
    padding: 5px 10px;
    -webkit-transition: color .4s, border-color .4s, background-color .4s, box-shadow .4s;
    -o-transition: color .4s, border-color .4s, background-color .4s, box-shadow .4s;
    -moz-transition: color .4s, border-color .4s, background-color .4s, box-shadow .4s;
    transition: color .4s, border-color .4s, background-color .4s, box-shadow .4s;
    cursor: pointer;
    outline: none;
}

.block.block-label-tabs .label-tab:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.block.block-label-tabs .label-tab:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dee6ee;
}

.block.block-label-tabs .label-tab:hover:not(.active) {
    color: #253858;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.block.block-label-tabs .label-tab.active {
    background: #1c407b;
    border-color: #253858;
    color: #fff;
}

.block.block-label-tabs:first-child {
    margin-left: 0;
}

.block.block-data_list {
    display: table;
    width: 100%;
}

.block.block-data_list .data_list-row {
    display: table-row;
}

.block.block-data_list .data_list-row .data_list-key {
    display: table-cell;
    width: 25%;
    min-width: 300px;
    font: 500 12px/30px "Montserrat", sans-serif;
    color: #6f747e;
}

.block.block-data_list .data_list-row .data_list-value {
    display: table-cell;
    font: 500 12px/30px "Montserrat", sans-serif;
    color: #2f2e43;
    padding-bottom: 10px;
}

.block.block-data_list .data_list-row .data_list-value a {
    font: inherit;
    color: #1c407b;
    display: inline-block;
}

.block.block-data_list .data_list-row .data_list-value a .mdi {
    margin-left: 4px;
    font-size: 14px;
    float: right;
}

.block.block-timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block.block-timeline .timeline-dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-timeline .timeline-dates .timeline-date {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #eaf0f6;
    cursor: pointer;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-pane {
    padding: 10px 0 15px;
    position: relative;
    background: #f7fafc;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-day {
    color: #2f2e43;
    font: 400 9px/12px "Montserrat", sans-serif;
    width: 100%;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-nth {
    color: #2f2e43;
    font: 500 12px/14px "Montserrat", sans-serif;
    width: 100%;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-progress {
    height: 6px;
    position: absolute;
    background: #eaf0f6;
    border-radius: 5px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

.block.block-timeline .timeline-dates .timeline-date .timeline-date-progress .timeline-date-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 5px;
    background: #1c407b;
}

.block.block-timeline .timeline-dates .timeline-date.divide {
    border-right: 2px solid #bcc1d3;
}

.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane {
    padding: 10px 0px 17px;
    z-index: 1;
    border: 1px solid #dee6ee;
    margin: -5px;
    background: #ffffff;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane .timeline-date-day,
.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane .timeline-date-nth {
    color: #1c407b;
}

.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane .timeline-date-day {
    line-height: 16px;
}

.block.block-timeline .timeline-dates .timeline-date.active .timeline-date-pane .timeline-date-nth {
    font: 500 14px/16px "Montserrat", sans-serif;
}

.block.block-timeline .timeline-dates .timeline-date:last-child {
    border-right: 0;
}

.block.block-timeline .timeline-activity {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dee6ee;
}

.block.block-timeline .timeline-activity .timeline-activity-timer,
.block.block-timeline .timeline-activity .timeline-activity-list {
    width: 50%;
    height: 220px;
}

.block.block-timeline .timeline-activity .timeline-activity-timer {
    padding: 40px 20px;
    border-right: 1px solid #dee6ee;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-date {
    margin-bottom: 20px;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-date .label {
    padding: 5px 10px;
    font: 500 13px/18px "Montserrat", sans-serif;
    color: #45535e;
    border-radius: 5px;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-date .label .mdi.end {
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
    float: right;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-time {
    font: 500 72px/52px "Montserrat", sans-serif;
    margin-bottom: 20px;
    color: #45535e;
}

.block.block-timeline .timeline-activity .timeline-activity-timer .timeline-activity-statistics {
    font: 700 13px "Montserrat", sans-serif;
    color: #45535e;
}

.block.block-timeline .timeline-activity .timeline-activity-list {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-activity-header {
    padding: 15px 20px;
    color: #2f2e43;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dee6ee;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-activity-header .timeline-activity-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font: 500 14px/30px "Montserrat", sans-serif;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: scroll;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task {
    border-bottom: 1px solid #dee6ee;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    vertical-align: top;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task .timeline-task-time {
    float: right;
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #262626;
    white-space: nowrap;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task .timeline-task-note {
    padding-left: 10px;
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #262626;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task .label {
    line-height: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 20px;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task.active .label {
    background: #1c407b;
    color: #fff;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task.active .timeline-task-time {
    padding-right: 20px;
    position: relative;
}

.block.block-timeline .timeline-activity .timeline-activity-list .timeline-tasks .timeline-task.active .timeline-task-time:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #1c407b;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.block.block-timeline .timeline-hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 2px solid #1c407b;
    position: relative;
}

.block.block-timeline .timeline-hours .timeline-hours-range {
    opacity: .15;
    position: absolute;
    height: 100%;
    background: dimgray;
}

.block.block-timeline .timeline-hours .timeline-hours-range.timeline-hours-range-primary {
    background: #093b8e;
}

.block.block-timeline .timeline-hours .timeline-hours-range.timeline-hours-range-danger {
    background: #df2020;
}

.block.block-timeline .timeline-hours .timeline-hour {
    display: block;
    text-align: center;
    padding: 15px 0;
    border-right: 1px solid #eaf0f6;
    font: 500 12px/20px "Montserrat", sans-serif;
    color: #2f2e43;
    cursor: default;
    width: 4.16667%;
}

.block.block-progress {
    width: 100%;
    background-color: #dee3ff;
    border-radius: 5px;
    height: 4px;
}

.block.block-progress .progress-bar {
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    -moz-transition: width .4s;
    transition: width .4s;
    border-radius: 5px;
    background: #34c433;
    height: 4px;
}

.block.block-presets .preset-item {
    border: 1px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-presets .preset-item > input[type=radio], .block.block-presets .preset-item > input[type=checkbox] {
    display: none;
}

.block.block-presets .preset-item .preset-pane {
    width: 100%;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    padding: 20px;
    padding-left: 45px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: background-color .4s, border-color .4s;
    -o-transition: background-color .4s, border-color .4s;
    -moz-transition: background-color .4s, border-color .4s;
    transition: background-color .4s, border-color .4s;
}

.block.block-presets .preset-item .preset-pane .preset-input {
    margin-left: -25px;
    margin-right: 0;
    margin-top: 2px;
    width: 25px;
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #dee6ee;
    -webkit-transition: background-color .4s, border-color .4s;
    -o-transition: background-color .4s, border-color .4s;
    -moz-transition: background-color .4s, border-color .4s;
    transition: background-color .4s, border-color .4s;
}

.block.block-presets .preset-item .preset-pane .preset-name {
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #262626;
    margin-bottom: 5px;
}

.block.block-presets .preset-item .preset-pane .preset-details {
    font: 400 12px/18px "Montserrat", sans-serif;
    color: #45535e;
}

.block.block-presets .preset-item > input[type=radio]:checked + .preset-pane,
.block.block-presets .preset-item > input[type=checkbox]:checked + .preset-pane {
    background: #fff;
    border-color: #1c407b;
}

.block.block-presets .preset-item > input[type=radio]:checked + .preset-pane .preset-input,
.block.block-presets .preset-item > input[type=checkbox]:checked + .preset-pane .preset-input {
    border-width: 4px;
    border-color: #1c407b;
}

.block.block-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-profile .profile-media {
    left: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #1c407b;
    font: 700 22px/68px "Montserrat", sans-serif;
    background-position: 50%;
    background-size: cover;
}

.block.block-profile .profile-details {
    padding-left: 15px;
}

.block.block-profile .profile-details .profile-name {
    font: 500 14px/18px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-profile .profile-details .profile-contacts {
    margin-bottom: 5px;
}

.block.block-profile .profile-details .profile-contacts .profile-contact-item {
    color: #45535e;
    font: 500 12px/18px "Montserrat", sans-serif;
}

.block.block-profile .profile-details .profile-contacts .profile-contact-itema {
    color: #1c407b;
}

.block.block-profile .profile-details .profile-activity {
    margin-bottom: 10px;
}

.block.block-profile .profile-details .profile-actions {
    width: 100%;
}

.block.block-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-project .project-media {
    left: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #1c407b;
    font: 700 22px/68px "Montserrat", sans-serif;
    background-position: 50%;
    background-size: cover;
}

.block.block-project .project-details {
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5px;
}

.block.block-project .project-details .project-property {
    display: inline;
    vertical-align: text-bottom;
}

.block.block-project .project-details .project-property .property-label {
    display: inline;
    font: 600 13px/30px "Montserrat", sans-serif;
    color: #6f747e;
    margin-right: 7.5px;
}

.block.block-project .project-details .project-property .property-value {
    display: inline;
    font: 700 13px/30px "Montserrat", sans-serif;
    color: #2f2e43;
    margin-right: 7.5px;
}

.block.block-project .project-details .project-property .property-edit {
    display: inline;
    font: 600 13px/30px "Montserrat", sans-serif;
    color: #1c407b;
    cursor: pointer;
}

.block.block-project .project-details .project-property .property-edit .mdi {
    display: inline;
}

.block.block-toggles {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
}

.block.block-toggles .toggle-row {
    display: block;
    margin: 0 -10px;
    padding-bottom: 10px;
    *zoom: 1;
}

.block.block-toggles .toggle-row:before, .block.block-toggles .toggle-row:after {
    content: " ";
    display: table;
}

.block.block-toggles .toggle-row:after {
    clear: both;
}

.block.block-toggles .toggle-row .toggle-item {
    padding: 0 10px;
    float: left;
    width: 50%;
}

.block.block-toggles .toggle-row:last-child {
    padding-bottom: 0;
}

.block.block-screens {
    padding: 0 20px;
}

.block.block-screens .screens-section {
    padding: 20px 0 30px 20px;
    border-bottom: 1px solid #dee6ee;
    border-left: 1px solid #dee6ee;
}

.block.block-screens .screens-section .screens-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    position: relative;
}

.block.block-screens .screens-section .screens-heading .screens-heading-time {
    font: 500 13px/18px "Montserrat", sans-serif;
    color: #45535e;
    margin-right: 10px;
}

.block.block-screens .screens-section .screens-heading .screens-heading-progress {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #1c407b;
}

.block.block-screens .screens-section .screens-heading .screens-heading-progress .screens-heading-progress-full {
    display: none;
}

.block.block-screens .screens-section .screens-heading .screens-heading-progress .screens-heading-progress-empty {
    display: none;
}

.block.block-screens .screens-section .screens-heading .label {
    margin-right: 10px;
}

.block.block-screens .screens-section .screens-heading .screens-heading-note {
    margin-right: 10px;
    font: 500 13px/18px "Montserrat", sans-serif;
    display: inline-block;
}

.block.block-screens .screens-section .screens-heading .screens-heading-edit {
    font-size: 16px;
    line-height: 17px;
    display: inline-block;
    cursor: pointer;
}

.block.block-screens .screens-section .screens-heading .screens-heading-edit:hover {
    color: #1c407b;
}

.block.block-screens .screens-section .screens-heading:before, .block.block-screens .screens-section .screens-heading:after {
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #dee6ee;
}

.block.block-screens .screens-section .screens-heading:after {
    height: 14px;
    width: 14px;
    border: 4px solid #f7fafc;
    border-radius: 8px;
}

.block.block-screens .screens-section .screens-heading:before {
    height: 1px;
    width: 24px;
}

.block.block-screens .screens-section .screens-list {
    margin: -10px;
    *zoom: 1;
}

.block.block-screens .screens-section .screens-list:before, .block.block-screens .screens-section .screens-list:after {
    content: " ";
    display: table;
}

.block.block-screens .screens-section .screens-list:after {
    clear: both;
}

.block.block-screens .screens-section .screens-list .screen-item {
    padding: 10px;
    float: left;
    width: 33.333%;
    cursor: pointer;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane {
    position: relative;
    border: 1px solid #dee6ee;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.075);
    text-align: center;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane .screen-item-media {
    width: 100%;
    display: block;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane .screen-item-overlay {
    position: absolute;
    opacity: 0;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane .screen-item-overlay .mdi {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
    margin-top: -7px;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane .screen-item-footer {
    font: 500 13px/20px "Montserrat", sans-serif;
    padding: 5px 20px;
    position: absolute;
    background: #fff;
    color: #33475b;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: .4s color, .4s background-color, .4s border-color;
    -o-transition: .4s color, .4s background-color, .4s border-color;
    -moz-transition: .4s color, .4s background-color, .4s border-color;
    transition: .4s color, .4s background-color, .4s border-color;
    border-top: 1px solid #dee6ee;
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane:hover .screen-item-overlay {
    opacity: 1;
    background-color: rgba(28, 64, 123, 0.75);
}

.block.block-screens .screens-section .screens-list .screen-item .screen-item-pane:hover .screen-item-footer {
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    border-color: rgba(0, 0, 0, 0.75);
}

.block.block-screens .screens-section:last-child {
    border-bottom: 0;
}

.block.block-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
    cursor: default;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.block.block-layout .layout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1460px;
    margin: auto;
    max-width: 100%;
    padding: 0 30px;
}

.block.block-layout .layout-header {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.block.block-layout .layout-header .layout-header-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 9px;
    margin: 0 -10px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.block.block-layout .layout-header .layout-header-company_logo {
    width: 100%;
    border-radius: 0;
    border: none;
}

.block.block-layout .layout-header .layout-header-company_logo img {
    width: 100%;
}

.block.block-layout .layout-header .layout-header-company_logo img.layout-header-company-logo-image {
    max-width: 112px;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-image {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #e8eef3;
    border-radius: 30px;
    margin-right: 7.5px;
    box-shadow: 0 0 transparent;
    -webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-image .mdi {
    height: 28px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #9fa4b3;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-name {
    font: 500 14px/30px "Montserrat", sans-serif;
    color: #33475b;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-options {
    display: none;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-option:hover .layout-header-company-image {
    box-shadow: 0 5px 7.5px rgba(0, 0, 0, 0.075);
}

.block.block-layout .layout-header .layout-header-company .layout-header-company-option:hover .layout-header-company-name {
    color: #9fa4b3;
}

.block.block-layout .layout-header .layout-header-company.active {
    background: #fff;
    border: 1px solid #dee6ee;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-options {
    display: block;
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-options-separator {
    border-top: 1px solid #dee6ee;
    display: block;
    margin: 0 -10px 10px;
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-option {
    margin-bottom: 10px;
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-option:hover .layout-header-company-image {
    box-shadow: none;
}

.block.block-layout .layout-header .layout-header-company.active .layout-header-company-option:last-of-type {
    margin-bottom: 0;
}

.block.block-layout .layout-header .layout-header-search {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-layout .layout-header .layout-header-search .block-search {
    padding: 7px 0;
}

.block.block-layout .layout-header .layout-header-user {
    padding: 10px 0 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.block.block-layout .layout-header .layout-header-user .layout-header-user-image {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.block.block-layout .layout-header .layout-header-user .layout-header-user-info {
    padding-right: 10px;
    text-align: right;
}

.block.block-layout .layout-header .layout-header-user .layout-header-user-info .layout-header-user-name {
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #444;
}

.block.block-layout .layout-header .layout-header-user .layout-header-user-info .layout-header-user-email {
    font: 400 10px/10px "Montserrat", sans-serif;
    color: #444;
}

.block.block-layout .layout-aside {
    width: 250px;
    min-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 25px;
}

.block.block-layout .layout-aside .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.block.block-layout .layout-aside .menu .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font: 400 13px/20px "Montserrat", sans-serif;
    position: relative;
    margin-bottom: 5px;
}

.block.block-layout .layout-aside .menu .menu-item .menu-icon {
    color: #2f2e43;
    display: inline-block;
    width: 35px;
    height: 30px;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 20px;
    color: #253858;
    text-align: center;
}

.block.block-layout .layout-aside .menu .menu-item .menu-icon .mdi {
    color: inherit;
}

.block.block-layout .layout-aside .menu .menu-item.active, .block.block-layout .layout-aside .menu .menu-item:hover {
    color: #1a4994;
}

.block.block-layout .layout-aside .menu .menu-item.active {
    font-weight: 500;
}

.block.block-layout .layout-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block.block-layout .block-layout-splash-top,
.block.block-layout .block-layout-splash-bottom {
    position: absolute;
}

.block.block-layout .block-layout-splash-top {
    top: 0;
    left: 0;
}

.block.block-layout .block-layout-splash-bottom {
    bottom: 0;
    right: 0;
}

.block.block-layout.block-layout-auth {
    min-height: 100vh;
}

.block.block-layout.block-layout-auth .layout-wrapper {
    z-index: 1;
    height: 100%;
    background: url("/assets/img/icon-auth.png") no-repeat;
    background-size: 541px;
    background-position: 0 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.block.block-window {
    border-radius: 5px;
    margin: 0 auto 20px;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee6ee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: default;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.block.block-window .window-header {
    padding: 15px 10px 15px 25px;
    font: 500 14px/20px "Montserrat", sans-serif;
    border-bottom: 1px solid #dee6ee;
    background: #fff;
    vertical-align: middle;
    position: relative;
    border-radius: 5px 5px 0 0;
    color: #2f2e43;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.block.block-window .window-header .window-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.block.block-window .window-header .window-header-container .window-header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 15px;
    width: 100%;
}

.block.block-window .window-header .window-header-container .window-header-row:last-child {
    padding-bottom: 0;
}

.block.block-window .window-header .window-header-block {
    padding-left: 10px;
}

.block.block-window .window-header .window-header-block .block-search .form-control {
    background-color: #f6f7fb;
}

.block.block-window .window-header .window-header-block .block-search .form-control:focus {
    background-color: #fff;
}

.block.block-window .window-header .window-header-block .form-control {
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.block.block-window .window-header .window-header-block .form-control:focus {
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

.block.block-window .window-header .window-header-block .button {
    padding-top: 5px;
    padding-bottom: 5px;
}

.block.block-window .window-header .window-header-block.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-window .window-header .window-header-block:first-child {
    padding-left: 0;
}

.block.block-window .window-header.window-header-compact {
    padding: 5px 10px 5px 25px;
}

.block.block-window .window-header.primary {
    background-color: #f7fafc;
}

.block.block-window .window-header.padless {
    padding: 0;
}

.block.block-window .window-header.borderless {
    border: 0;
}

.block.block-window .window-body {
    padding: 25px 25px;
    border-bottom: 1px solid #dee6ee;
    background: #fff;
}

.block.block-window .window-body .window-heading {
    margin: 0 0 10px;
    color: #2f2e43;
    font: 500 14px/15px "Montserrat", sans-serif;
}

.block.block-window .window-body:last-child {
    border-radius: 0 0 5px 5px;
}

.block.block-window .window-body > *:last-child {
    margin-bottom: 0;
}

.block.block-window .window-body.primary {
    background-color: #f7fafc;
}

.block.block-window .window-body.padless {
    padding: 0;
}

.block.block-window .window-body.borderless {
    border: 0;
}

.block.block-window .window-footer {
    padding: 15px 25px;
}

.block.block-window .window-footer.primary {
    background-color: #f7fafc;
}

.block.block-window .window-footer.padless {
    padding: 0;
}

.block.block-window .window-footer.borderless {
    border: 0;
}

.block.block-window.block-window-auth {
    width: 680px;
    margin: 50px 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.block.block-window.block-window-auth .window-header {
    padding: 30px;
    text-align: center;
}

.block.block-window.block-window-auth .window-header .auth-actions {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 600 18px "Montserrat", sans-serif;
    color: #bcc1d3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-window.block-window-auth .window-header .auth-actions .auth-action {
    font: inherit;
    color: #1c407b;
    padding: 0 7px;
    display: inline-block;
}

.block.block-window.block-window-auth .window-header .auth-actions .auth-action.active {
    color: #444;
}

.block.block-window.block-window-auth .window-body .form {
    margin: 0 auto;
    max-width: 100%;
    width: 400px;
}

.block.block-window.block-window-auth .window-body .form-link {
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #1c407b;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 36px;
}

.block.block-window.block-window-auth .window-body .form-link .mdi {
    font-size: 15px;
    float: left;
    line-height: inherit;
    margin-right: 5px;
}

.block.block-search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-search .form-control {
    padding-left: 35px;
    color: #444;
}

.block.block-search .mdi {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    line-height: 36px;
    color: #70757f;
}

.block.block-info {
    padding-left: 30px;
    font: 500 13px/20px "Montserrat", sans-serif;
    color: #45535e;
}

.block.block-info .block-info-icon {
    float: left;
    font-size: 20px;
    margin-left: -25px;
    margin-right: 5px;
}

.block.block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    cursor: default;
}

.block.block-content .content-body {
    border-radius: 5px;
    box-shadow: 1px 3px 8px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee6ee;
    background: #fff;
}

.block.block-content .content-body.w75 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 74%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 74%;
    flex: 0 1 74%;
    float: left;
}

.block.block-content .content-body.w25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    float: right;
}

.block.block-window .window-header_title {
    line-height: 36px;
}

.block.block-window .window-header .window-header-block.info {
    color: #6f747e;
    font: 500 12px/30px "Montserrat", sans-serif;
}

.block.block-window .window-header .window-header-block.info a {
    color: #150ae9;
    font: 500 12px/30px "Montserrat", sans-serif;
}

.block.block-window .window-header .window-header-block.info a .icon {
    margin-right: 5px;
}

.block.block-window .window-body.wp {
    padding: 0;
}

.block.block-window .window-body .ticket-title {
    color: #2f2e43;
    font: 500 18px/36px "Montserrat", sans-serif;
}

.block.block-window .window-body .ticket-title a {
    color: #150ae9;
    font: 500 18px "Montserrat", sans-serif;
    padding-left: 5px;
}

.block.block-chat .chat-wrapper {
    background: #f7fafc;
}

.block.block-chat .chat-wrapper .chat-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 25px;
}

.block.block-chat .chat-wrapper .chat-block.text-window {
    min-height: 300px;
    max-height: 1300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes > div {
    margin-right: 10px;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes > div:last-child {
    margin-right: 0;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.client {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.client .photo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.client .message {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.client .message .text {
    border: 1px solid #cbd6e2;
    background: #ffffff;
    border-top-right-radius: 14px;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.client .grow {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.client .tools {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.admin {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.admin .photo {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.admin .message {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.admin .message .text {
    color: #ffffff;
    border: 1px solid #456ded;
    background: #456ded;
    border-top-left-radius: 14px;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.admin .message .time {
    text-align: right;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.admin .grow {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes.admin .tools {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    overflow: hidden;
    border-radius: 50%;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .message .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 400px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    overflow: hidden;
    font: 500 13px/20px "Montserrat", sans-serif;
    padding: 14px;
    margin-bottom: 10px;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .message .text.image {
    padding: 0;
    border-radius: 14px;
    background: transparent;
    border: none;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .message .text.image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .message .time {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .tools .icon svg path {
    fill: #6f747e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block.text-window .chat-mes .tools:hover .icon svg path {
    fill: #4040fe;
    opacity: .8;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block.text-window .time-devider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 30px;
    margin-bottom: 20px;
    z-index: 1;
}

.block.block-chat .chat-wrapper .chat-block.text-window .time-devider .data {
    color: #2f2e43;
    font: 500 14px/30px "Montserrat", sans-serif;
    text-align: center;
    padding: 0 10px;
    background: #f7fafc;
    z-index: 2;
}

.block.block-chat .chat-wrapper .chat-block.text-window .time-devider:before {
    display: block;
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d6ecff;
    z-index: -1;
}

.block.block-chat .chat-wrapper .chat-block.text-window .time-devider:after {
    display: block;
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d6ecff;
    z-index: -1;
}

.block.block-chat .chat-wrapper .chat-block.text-window .status-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.block.block-chat .chat-wrapper .chat-block.text-window .status-wrapper .status-mes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 10px;
    border: 1px solid #d6ecff;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(111, 116, 126, 0.12);
    padding: 18px 14px;
    color: #202531;
    font: 500 12px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.text-window .status-wrapper .status-mes .label {
    border-radius: 3px;
    background: #e3e8ed;
    color: #202531;
    font: 500 12px "Montserrat", sans-serif;
    margin: 0 5px;
}

.block.block-chat .chat-wrapper .chat-block.text-window .status-wrapper .status-mes .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-chat .chat-wrapper .chat-block.text-window .status-wrapper .status-mes .time {
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.text-window .status-wrapper .status-icon {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-left: 20px;
}

.block.block-chat .chat-wrapper .chat-block.text-window .status-wrapper .status-icon:before {
    display: block;
    position: absolute;
    content: '';
    width: 36px;
    height: 1px;
    background: #d6ebfe;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block.block-chat .chat-wrapper .chat-block.text-window .status-wrapper .status-icon:after {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 6px solid #4040fe;
    background: #ffffff;
    z-index: 2;
}

.block.block-chat .chat-wrapper .chat-block.text-window::-webkit-scrollbar {
    display: none;
}

.block.block-chat .chat-wrapper .chat-block.write-message {
    border-top: 1px solid #dfe4ec;
    background: #ffffff;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 14px;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border: 1px solid #dfe4ec;
    border-radius: 4px;
    overflow: hidden;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 15px;
    background: #f7fafc;
    border-bottom: 1px solid #dfe4ec;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .top-line > div {
    margin-right: 5px;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .top-line > div:last-child {
    margin-right: 0;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .top-line .title {
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .top-line .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .top-line .btn {
    padding: 5px;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .top-line .btn em {
    color: #6f747e;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .top-line .btn:hover em {
    color: #262626;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .message-body {
    width: 100%;
    background: #ffffff;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .message-body textarea {
    width: 100%;
    min-height: 80px;
    padding: 15px;
    background: transparent;
    border: none;
    resize: none;
    outline: none !important;
    color: #2f2e43;
    font: 500 13px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .message-body textarea::-webkit-input-placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .message-body textarea::-moz-placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .message-body textarea:-ms-input-placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .message-body textarea::-ms-input-placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.write-message .main-chat-body .message-wrapper .message-body textarea::placeholder {
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-chat .chat-wrapper .chat-block.write-message .send {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 50px;
}

.block.block-chat .chat-wrapper .chat-block.write-message .send .flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-chat .chat-wrapper .chat-block.write-message .send .button .icon {
    margin-right: 5px;
}

.block.block-navbar .navbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 15px;
}

.block.block-navbar .navbar-wrapper .nav-component {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid #eaf0f6;
    padding: 15px 0;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top > div {
    margin-right: 5px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top > div:last-child {
    margin-right: 0;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .title {
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .tools em {
    color: #6f747e;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .tools:hover em {
    color: #150ae9;
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body {
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a {
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    padding: 10px 20px;
    color: #2f2e43;
    font: 500 13px "Montserrat", sans-serif;
    text-align: center;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(111, 116, 126, 0.12);
    border-radius: 4px;
    margin-bottom: 10px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a.btn.subscribe {
    max-width: 100%;
    width: 100%;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a.btn.subscribe em {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6f747e;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a.btn:hover {
    color: #9fa4b3;
    border: 1px solid #eaf0f6;
    box-shadow: 0px 12px 26.6px 1.4px rgba(111, 116, 126, 0.22);
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a.btn:hover em {
    color: #9fa4b3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a.user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a.user .icon {
    margin-right: 5px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body progress {
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body progress::-webkit-progress-bar {
    background: #dee3ff;
    border-radius: 2px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body progress::-webkit-progress-value {
    background: #34c433;
    border-radius: 2px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body label {
    width: 100%;
    margin-bottom: 10px;
    color: #202531;
    font: 500 11px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 5px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner .img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner .drop {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #dee3ff;
    border-radius: 4px;
    z-index: 2;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner .drop a {
    color: #150ae9;
    font: 500 11px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner .drop .icon {
    margin-right: 5px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner .drop .icon svg path {
    fill: #6f747e;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    bottom: 100%;
    left: 5px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner:hover .img {
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-body .partner:hover .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.block.block-navbar .navbar-wrapper .nav-component:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.block.block-breadcrumbs.blue .breadcrumb-item {
    color: #150ae9;
}

.block.block-breadcrumbs .breadcrumb-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block.block-breadcrumbs .breadcrumb-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6px;
    margin-left: 15px;
    border-radius: 4px;
    background-color: #33475b;
    color: #ffffff;
    font: 500 12px/12px "Montserrat", sans-serif;
    text-transform: uppercase;
}

.block.block-project .project-media.purpl {
    background: #7b4cc2;
}

.block.block-project .project-details .project-label .label.green {
    background: #cbf4c9;
    color: #0e6245;
    box-shadow: none;
    border: none;
}

.block.block-invite {
    background: #f7fafc;
}

.block.block-invite .invite-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-invite .invite-wrapper .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #2f2e43;
    font: 500 14px "Montserrat", sans-serif;
    margin-bottom: 16px;
}

.block.block-invite .invite-wrapper .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-invite .invite-wrapper .form input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 550px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    height: 32px;
    border: 1px solid #dfe4ec;
    border-radius: 4px;
    background: #ffffff;
    color: #2f2e43;
    font: 400 13px "Montserrat", sans-serif;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    outline: none;
}

.block.block-invite .invite-wrapper .form input::-webkit-input-placeholder {
    color: #6f747e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input::-moz-placeholder {
    color: #6f747e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input:-ms-input-placeholder {
    color: #6f747e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input::-ms-input-placeholder {
    color: #6f747e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input::placeholder {
    color: #6f747e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input:focus {
    border: 1px solid #cbd6e2;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invite .invite-wrapper .form button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 62px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 62px;
    flex: 0 1 62px;
    height: 32px;
    border: none;
    background: #150ae9;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    color: #ffffff;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.block.block-invite .invite-wrapper .form button:hover {
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: -o-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s;
    cursor: default;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.block.block-layout.crm .layout-aside {
    max-width: 210px;
    width: 100%;
    min-width: unset;
}

.block.block-layout.crm .layout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1400px;
    margin: auto;
    max-width: 100%;
    padding: 0 30px;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header > div {
    margin-right: 10px;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header > div:last-child {
    margin-right: 0;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_search {
    min-width: 460px;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_search .block-search {
    width: 100%;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_search .block-search input {
    width: 100%;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button.notification .drop {
    width: 360px;
    padding: 0;
    border: none;
    box-shadow: 0px 12px 27.3px 2.7px #1927342b;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button.notification .drop_body .notifications-wrapper .notifi-block .icon {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button.notification .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -15px;
    right: 20px;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 20px;
    border-bottom: 1px solid #d4d9dd;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_top a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #282b39;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_top a em {
    color: #9fa9b2;
    font-size: 20px;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_top a:hover {
    color: #009ef4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_top a:hover em {
    color: #009ef4;
    margin-left: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_top .title {
    color: #282b39;
    font: 500 13px "Montserrat", sans-serif;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_top .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 400px;
    overflow-y: auto;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_body::-webkit-scrollbar {
    width: 6px;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_body::-webkit-scrollbar-track {
    background: #f3f4f5;
    border: 1px solid transparent;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_buttons .button .drop_body::-webkit-scrollbar-thumb {
    background: #586ada;
    border-radius: 4px;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    cursor: pointer;
    z-index: 1;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user > .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user > .icon em {
    color: #9fa4b3;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    overflow: hidden;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .photo img {
    max-width: 28px;
    width: 100%;
    max-height: 28px;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 200px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    right: 0;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px #1927342b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 15px 13px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_user .name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 600 13px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_user .teg {
    color: #e62043;
    font: 400 12px "Montserrat", sans-serif;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: hidden;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_menu li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 10px 13px;
    color: #33475b;
    font: 500 12px "Montserrat", sans-serif;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_menu li a em {
    color: #a8adba;
    font-size: 20px;
    margin-right: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_menu li a:hover {
    color: #9fa4b3;
    background: #f6f7fb;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop_menu li a:hover em {
    color: #2f2e43;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-bottom: 6px solid #ffffff;
    top: -18px;
    right: 5px;
    z-index: -1;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user .drop:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user:hover .icon em {
    color: #e62144;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-wrapper .layout-container.crm .layout-header_user:active .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .layout-header {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.block.block-layout.crm .layout-header .layout-header-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.block.block-layout.crm .layout-header .layout-header-company_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 7px 0;
}

.block.block-layout.crm .layout-header .layout-header-company_logo img {
    width: 100%;
}

.block.block-layout.crm .layout-header .layout-header-company_logo img.layout-header-company-logo-image {
    max-width: 112px;
}

.block.block-layout.crm .menu.crm-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: unset;
    height: unset;
}

.block.block-layout.crm .menu.crm-menu .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .menu.crm-menu .menu-item.active a {
    color: #e62043;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .menu.crm-menu .menu-item.active .drop-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .menu.crm-menu .menu-item.active .drop-menu_item {
    color: #2f2e43;
}

.block.block-layout.crm .menu.crm-menu .menu-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #2f2e43;
    font: 600 13px "Montserrat", sans-serif;
}

.block.block-layout.crm .menu.crm-menu .menu-item .menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: auto;
    padding-left: 0;
}

.block.block-layout.crm .menu.crm-menu .menu-item .menu-icon em {
    font-size: 24px;
}

.block.block-layout.crm .menu.crm-menu .menu-item .drop-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .menu.crm-menu .menu-item .drop-menu_item {
    color: #2f2e43;
    font: 400 13px "Montserrat", sans-serif;
    padding: 5px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .menu.crm-menu .menu-item .drop-menu_item:hover, .block.block-layout.crm .menu.crm-menu .menu-item .drop-menu_item.active {
    color: #e62043;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .menu.crm-menu .menu-item .drop-menu_item:last-child {
    margin-bottom: 0;
}

.block.block-layout.crm .menu.crm-menu .menu-item:hover, .block.block-layout.crm .menu.crm-menu .menu-item.active {
    color: #e62043;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-layout.crm .menu.crm-menu .menu-item:hover .menu-icon em, .block.block-layout.crm .menu.crm-menu .menu-item.active .menu-icon em {
    color: #e62043;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .layout-header_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block .layout-header_buttons .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 34px;
    color: #43435f;
    font: 600 13px "Montserrat", sans-serif;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    overflow: visible;
}

.block .layout-header_buttons .button.lg-btn {
    max-width: 180px;
    border-radius: 4px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
}

.block .layout-header_buttons .button.sm-btn {
    max-width: 34px;
}

.block .layout-header_buttons .button.with-icon {
    padding: 0 20px;
}

.block .layout-header_buttons .button em {
    color: #7f838d;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .layout-header_buttons .button .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block .layout-header_buttons .button .icon em {
    color: #43435f;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .layout-header_buttons .button .drop {
    display: block;
    position: absolute;
    width: auto;
    padding: 5px 10px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    right: -10px;
    border: 1px solid #dfe4ec;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: -10;
}

.block .layout-header_buttons .button .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -18px;
    right: 20px;
    border: 13px solid transparent;
    border-bottom: 6px solid #ffffff;
}

.block .layout-header_buttons .button:last-child {
    margin-right: 0;
}

.block .layout-header_buttons .button:hover {
    color: #8686ae;
    background: #eaf0f6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .layout-header_buttons .button:hover em {
    color: #313045;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .layout-header_buttons .button:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}

.block .button-group.lip .button {
    margin-left: 0;
    border-radius: 0;
}

.block .button-group.lip .button:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.block .button-group.lip .button:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.block.block-graphic .graphic-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    background-color: #586ada;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    padding: 20px;
}

.block.block-graphic .graphic-wrapper_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 40px;
}

.block.block-graphic .graphic-wrapper_top .graphic-block {
    margin-right: 5px;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_info > .price {
    color: #ffffff;
    font: 600 14px "Montserrat", sans-serif;
    margin-left: 15px;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_info .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #ffffff;
    font: 400 18px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_info .header .price {
    font-weight: 600;
    margin-left: 15px;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_info .data {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
    -moz-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_info .data .button {
    border: none;
    background: transparent;
    color: #ffffff;
    font: 400 14px "Montserrat", sans-serif;
    padding: 0;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_info .data .drop {
    display: block;
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #ffffff;
    border-radius: 4px;
    z-index: 12;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_info .data:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 168px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 168px;
    flex: 0 0 168px;
    max-width: 168px;
    width: 100%;
    height: 28px;
    border: 1px solid #dfe4ec;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
    overflow: visible;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button em {
    margin-left: 5px;
    color: #302f44;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button .drop {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 12;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button .drop_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button .drop_menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button .drop_menu li a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    padding: 8px;
    color: #262626;
    font: 500 11px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button .drop_menu li a:hover {
    background: #dfe4ec;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button:hover {
    color: #150ae9;
    border: 1px solid #150ae9;
    background: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button:hover em {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_top .graphic-block_buttons .button:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_top .graphic-block:last-child {
    margin-right: 0;
}

.block.block-graphic .graphic-wrapper_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -30px;
    right: 0;
    cursor: pointer;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_btn em {
    color: #ffffff;
    font-size: 20px;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 4.16666%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 4.16666%;
    flex: 1 1 4.16666%;
    height: 70px;
    border-left: 1px solid #5e74e0;
    border-bottom: 2px solid #a4a2f7;
    cursor: pointer;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .line-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .line-container .line {
    display: block;
    position: absolute;
    width: 300px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    background: #ffffff;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    min-width: 210px;
    bottom: -webkit-calc(100% + 10px);
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
    right: -16px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .drop .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .drop .info .time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #262626;
    font: 500 10px "Montserrat", sans-serif;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .drop .info .price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10px;
    color: #586ada;
    font: 500 10px "Montserrat", sans-serif;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .drop .info:last-child {
    margin-bottom: 0;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .drop .info:last-child .time {
    font-size: 9px;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .drop .info:last-child .price {
    color: #1592ad;
    font-size: 9px;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -12px;
    right: 10px;
    border: 6px solid transparent;
    border-top: 6px solid #ffffff;
    z-index: -1;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:last-child {
    border-right: 1px solid #5e74e0;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:nth-child(1) .drop, .block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:nth-child(2) .drop, .block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:nth-child(3) .drop, .block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:nth-child(4) .drop {
    left: -16px;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:nth-child(1) .drop:before, .block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:nth-child(2) .drop:before, .block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:nth-child(3) .drop:before, .block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:nth-child(4) .drop:before {
    left: 10px;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_wrapper .graphic-time_line:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_time .time-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #ffffff;
    font: 500 10px "Montserrat", sans-serif;
}

.block.block-graphic .graphic-wrapper_body .graphic-time_time .time-block em {
    color: #ffffff;
    margin-right: 5px;
}

.block.block-window.no-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.block.block-window .inner-window {
    overflow: hidden;
}

.block.block-window .inner-window.w50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
}

.block.block-window .inner-window.w50 .window-header,
.block.block-window .inner-window.w50 .window-body {
    border-radius: 0;
}

.block.block-window .inner-window.w50 .window-body {
    border: none;
    height: 100%;
}

.block.block-window .window-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block.block-window .window-header.wp {
    padding: 0;
}

.block.block-window .window-header.last {
    border-bottom: 1px solid #dee6ee;
}

.block.block-window .window-header.wrap-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block.block-window .window-header_title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-window .window-header_grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-window .window-header_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-window .window-header_line .block-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-window .window-header .window-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
}

.block.block-window .window-header .window-header-block.clearfix {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    clear: both;
}

.block.block-window .window-header .window-header-block .main-title {
    color: #2f2e43;
    font: 500 18px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-window .window-header .window-header-block .subtitle {
    max-width: 600px;
    color: #45535e;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-window .window-body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block.block-window .window-body.bg-grey {
    background: #f5f8fa;
}

.block.block-window .window-body.pd0 {
    padding: 0;
}

.block.block-window .window-body .main-title {
    color: #2f2e43;
    font: 500 18px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-window .window-body .subtitle {
    max-width: 600px;
    color: #45535e;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-window .window-body .title {
    color: #2f2e43;
    font: 500 14px/20px "Montserrat", sans-serif;
}

.block.block-window .window-body .window-body-block > .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #2f2e43;
    font: 500 14px "Montserrat", sans-serif;
}

.block.block-window .window-body .window-body-block > .main-title {
    color: #2f2e43;
    font: 500 18px "Montserrat", sans-serif;
}

.block.block-window .window-body a.payout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #150ae9;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-window .window-body a.payout em {
    color: #150ae9;
    font-size: 20px;
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-window .window-body a.payout:hover {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-window .window-body a.payout:hover em {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-window .window-body .window-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
}

.block.block-analitics .analitics-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-analitics .analitics-wrapper .analitics-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid #dfe4ec;
    padding: 20px 25px;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block {
    min-width: 80px;
    margin-right: 30px;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 30px;
    padding-top: 0;
    margin-right: 30px;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .burger em {
    color: #bcc1d3;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .analitic-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .analitic-input .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .analitic-input .checkbox + label {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .analitic-input .checkbox + label:before {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .analitic-input .checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/check-icon.svg) no-repeat center center;
    background-size: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .analitic-input .checkbox:checked + label:before {
    background: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.settings .analitic-input .checkbox:checked + label:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.title .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 13px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block .price {
    font: 500 16px "Montserrat", sans-serif;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block .price.blue {
    color: #586ada;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block .price.grey {
    color: #45535e;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block .price.aqua {
    color: #1592ad;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block {
    padding-top: 21px;
}

.block.block-analitics .analitics-wrapper .analitics-line .analitic-block:last-child {
    margin-right: 0;
}

.block.block-analitics .analitics-wrapper .analitics-line:hover .analitic-block.settings .burger {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitics-settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.block .analitics-settings .analitics-title {
    color: #45535e;
    font: 400 13px "Montserrat", sans-serif;
}

.block .analitics-settings .set-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    padding: 10px;
    margin-right: 15px;
}

.block .analitics-settings .set-block.with-drop {
    position: relative;
}

.block .analitics-settings .set-block.with-drop .drop {
    display: block;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 3;
}

.block .analitics-settings .set-block.with-drop:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitics-settings .set-block a {
    color: #45535e;
    font: 500 13px/20px "Montserrat", sans-serif;
    margin-right: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitics-settings .set-block a.active {
    color: #150ae9;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitics-settings .set-block a:hover {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitics-settings .set-block a:last-child {
    margin-right: 0;
}

.block .analitics-settings .set-block em {
    color: #45535e;
    font-size: 13px;
    margin-right: 12px;
}

.block .analitics-settings .set-block:last-child {
    margin-right: 0;
}

.block .analitics-settings .vs-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.block .analitic-graphic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 520px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 520px;
    flex: 1 1 520px;
    min-width: 520px;
    height: 36px;
}

.block .analitic-graphic .graphic-line {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    border-right: 1px solid #cbd6e2;
    border-bottom: 2px solid #9fa4b3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitic-graphic .graphic-line .drop {
    display: block;
    position: absolute;
    width: 200px;
    height: 34px;
    top: 0;
    right: 10px;
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    bottom: -webkit-calc(100% + 10px);
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitic-graphic .graphic-line .drop .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 10px;
}

.block .analitic-graphic .graphic-line .drop .info .title {
    color: #33475b;
    font: 500 11px "Montserrat", sans-serif;
}

.block .analitic-graphic .graphic-line .drop .info .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block .analitic-graphic .graphic-line .drop .info .price {
    color: #262626;
    font: 500 11px "Montserrat", sans-serif;
}

.block .analitic-graphic .graphic-line .drop:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    right: -18px;
    border: 10px solid transparent;
    border-left: 10px solid #ffffff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block .analitic-graphic .graphic-line:first-child {
    border-left: 1px solid #cbd6e2;
}

.block .analitic-graphic .graphic-line:after {
    display: block;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    bottom: -9px;
    right: -9px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #586ada;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 3;
}

.block .analitic-graphic .graphic-line:hover {
    border-right: 1px solid #a4a2f7;
    border-bottom: 2px solid #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitic-graphic .graphic-line:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block .analitic-graphic .graphic-line:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-datepicker .datepicker-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 240px;
    height: 235px;
    border: 1px solid #dfe4ec;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px #1927342b;
    padding: 10px 0;
}

.block.block-datepicker .datepicker-wrapper .control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-datepicker .datepicker-wrapper .control .prev,
.block.block-datepicker .datepicker-wrapper .control .next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    cursor: pointer;
}

.block.block-datepicker .datepicker-wrapper .control .prev em,
.block.block-datepicker .datepicker-wrapper .control .next em {
    color: #9fa4b3;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-datepicker .datepicker-wrapper .control .prev:hover em,
.block.block-datepicker .datepicker-wrapper .control .next:hover em {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-datepicker .datepicker-wrapper .control .data-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
    text-align: center;
    padding: 0 10px;
}

.block.block-datepicker .datepicker-wrapper .date-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-datepicker .datepicker-wrapper .date-body .table {
    border-collapse: collapse;
}

.block.block-datepicker .datepicker-wrapper .date-body .table tbody {
    width: 100%;
}

.block.block-datepicker .datepicker-wrapper .date-body .table tr {
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-datepicker .datepicker-wrapper .date-body .table tr.active-week {
    background: #eaf0f6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-datepicker .datepicker-wrapper .date-body .table tr td {
    color: #262626;
    font: 500 11px "Montserrat", sans-serif;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.block.block-datepicker .datepicker-wrapper .date-body .table tr td.active-day {
    color: #ffffff;
    background: #e62043;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-datepicker .datepicker-wrapper .date-body .table tr td.last, .block.block-datepicker .datepicker-wrapper .date-body .table tr td.next {
    color: #bcc1d3;
}

.block.block-datepicker .datepicker-wrapper .date-body .table tr td:hover {
    color: #e62043;
    background: #ffffff;
    box-shadow: 0px 3px 12px 0px #19273412;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-user.project .personal-info .info-wrapper .info-block {
    margin-bottom: 10px;
}

.block.block-user.project .personal-info .info-wrapper .info-block .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}

.block.block-user .personal-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.block.block-user .personal-info .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border-right: 1px solid #cbd6e2;
}

.block.block-user .personal-info .info-wrapper.left {
    padding-right: 20px;
}

.block.block-user .personal-info .info-wrapper.right {
    padding-left: 20px;
}

.block.block-user .personal-info .info-wrapper .info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
}

.block.block-user .personal-info .info-wrapper .info-block .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    color: #6f747e;
    font: 400 13px/24px "Montserrat", sans-serif;
}

.block.block-user .personal-info .info-wrapper .info-block .title em {
    color: #262626;
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

.block.block-user .personal-info .info-wrapper .info-block .data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    color: #333333;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-user .personal-info .info-wrapper .info-block .data_link {
    color: #E73F44;
    font: 600 13px "Montserrat", sans-serif;
}

.block.block-user .personal-info .info-wrapper .info-block .data.none {
    display: none;
}

.block.block-user .personal-info .info-wrapper .info-block .data .edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
    margin-left: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-user .personal-info .info-wrapper .info-block .data .edit em {
    color: #150ae9;
    font-size: 18px;
    margin-right: 5px;
}

.block.block-user .personal-info .info-wrapper .info-block .data:hover .edit {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-user .personal-info .info-wrapper .info-block .label {
    box-shadow: none;
    float: left;
}

.block.block-user .personal-info .info-wrapper .info-block .label.blue {
    color: #5199cf;
    background: #c9ddf3;
    border-radius: 30px;
}

.block.block-user .personal-info .info-wrapper .info-block .label.none {
    display: none;
}

.block.block-user .personal-info .info-wrapper:last-child {
    border-right: 0;
}

.block.block-line-graph .graph-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #f7fafc;
}

.block.block-line-graph .graph-wrapper.user-graph {
    border-left: 1px solid #dfe4ec;
}

.block.block-line-graph .graph-wrapper .line-graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 20px;
}

.block.block-line-graph .graph-wrapper .line-graph.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #ffffff;
    border-top: 1px solid #dfe4ec;
}

.block.block-line-graph .graph-wrapper .line-graph.info .info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
}

.block.block-line-graph .graph-wrapper .line-graph.info .info-block .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 12px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-line-graph .graph-wrapper .line-graph.info .info-block .total {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 16px "Montserrat", sans-serif;
}

.block.block-line-graph .graph-wrapper .line-graph .top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.block.block-line-graph .graph-wrapper .line-graph .top-line_title {
    color: #2f2e43;
    font: 400 14px "Montserrat", sans-serif;
}

.block.block-line-graph .graph-wrapper .line-graph .top-line_grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-line-graph .graph-wrapper .line-graph .top-line_controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 4px;
    border: 1px solid #eaf0f6;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    overflow: hidden;
}

.block.block-line-graph .graph-wrapper .line-graph .top-line_controls .cntrl {
    padding: 5px 8px;
    background: #ffffff;
    color: #2f2e43;
    font: 400 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-right: 1px solid #eaf0f6;
}

.block.block-line-graph .graph-wrapper .line-graph .top-line_controls .cntrl.active {
    color: #ffffff;
    background: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-line-graph .graph-wrapper .line-graph .top-line_controls .cntrl:hover {
    color: #150ae9;
    background: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-line-graph .graph-wrapper .line-graph .top-line_controls .cntrl:last-child {
    border-right: 0;
}

.block.block-line-graph .graph-wrapper .line-graph .graph-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-height: 175px;
}

.block.block-git .git-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-git .git-info-wrapper .git-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33333%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    padding: 25px;
    border-right: 1px solid #dfe4ec;
}

.block.block-git .git-info-wrapper .git-info.person {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7fafc;
}

.block.block-git .git-info-wrapper .git-info .photo {
    width: 70px;
    height: 70px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    margin-right: 20px;
}

.block.block-git .git-info-wrapper .git-info .photo img {
    width: 100%;
}

.block.block-git .git-info-wrapper .git-info .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-git .git-info-wrapper .git-info .info .name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #2f2e43;
    font: 400 14px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-git .git-info-wrapper .git-info .info .teg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #150ae9;
    font: 400 12px "Montserrat", sans-serif;
}

.block.block-git .git-info-wrapper .git-info .stat-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #2f2e43;
    font: 400 14px "Montserrat", sans-serif;
}

.block.block-git .git-info-wrapper .git-info .statistic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-git .git-info-wrapper .git-info .statistic .stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 10px;
}

.block.block-git .git-info-wrapper .git-info .statistic .stat .name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 12px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-git .git-info-wrapper .git-info .statistic .stat .data {
    color: #45535e;
    font: 400 16px "Montserrat", sans-serif;
}

.block.block-git .git-info-wrapper .git-info .statistic .stat:last-child {
    margin-right: 0;
}

.block.block-git .git-info-wrapper .git-info:last-child {
    border-right: 0;
}

.block.block-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.block.block-select .select {
    min-width: 180px;
    padding-right: 35px;
}

.block.block-select .select2 {
    width: 100%;
    height: 32px;
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
    border-radius: 4px;
    border: 1px solid #dee6ee;
    background: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.block.block-select .select2.sm {
    max-width: 80px;
}

.block.block-select .mdi {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    line-height: 36px;
    color: #70757f;
}

.block.block-search {
    margin-top: 0 !important;
}

.block.block-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-note .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    margin-right: 10px;
}

.block.block-note .icon em {
    color: #697386;
    font-size: 20px;
}

.block.block-note .form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-note .note {
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-note .note:last-child {
    margin-bottom: 0;
}

.block.block-notifications .notifications-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
}

.block.block-notifications .notifications-wrapper .notification-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    border-bottom: 1px solid #d4d9dd;
    padding: 20px;
}

.block.block-notifications .notifications-wrapper .notification-block .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 30px;
    margin-right: 10px;
}

.block.block-notifications .notifications-wrapper .notification-block .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #282b39;
    text-align: left;
}

.block.block-notifications .notifications-wrapper .notification-block .info .title {
    white-space: normal;
}

.block.block-notifications .notifications-wrapper .notification-block .info .data {
    color: #646f79;
}

.block.block-customer {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-customer .customer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-customer .customer-list .customer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #ffffff;
    border-bottom: 1px solid #eaf0f6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-customer .customer-list .customer-block .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
    color: #262626;
    font: 500 13px "Montserrat", sans-serif;
}

.block.block-customer .customer-list .customer-block .subtitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.block.block-customer .customer-list .customer-block:last-child {
    border-bottom: 0;
}

.block.block-customer .customer-list .customer-block:hover {
    background: #eaf0f6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 -5px;
}

.block.block-invoice .invoice-wrapper .main-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #2f2e43;
    font: 500 14px "Montserrat", sans-serif;
    margin-bottom: 40px;
    padding: 0 5px;
}

.block.block-invoice .invoice-wrapper .invoice-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
}

.block.block-invoice .invoice-wrapper .invoice-block input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 32px;
    border: 1px solid #cbd6e2;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    color: #202531;
    font: 500 13px "Montserrat", sans-serif;
    padding: 0 10px;
    margin-bottom: 20px;
}

.block.block-invoice .invoice-wrapper .invoice-block input::-webkit-input-placeholder {
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input::-moz-placeholder {
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input:-ms-input-placeholder {
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input::-ms-input-placeholder {
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input::placeholder {
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input:hover::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input:hover::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input:hover:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input:hover::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block input:hover::placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.block.block-invoice .invoice-wrapper .invoice-block .add-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .add-item em {
    color: #150ae9;
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .add-item:hover {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .add-item:hover em {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .table {
    width: 100%;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tbody {
    display: inline-table;
    width: 100%;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr th {
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    text-align: left;
    padding: 0 5px;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr th:last-child {
    text-align: right;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td {
    color: #262626;
    font: 600 12px "Montserrat", sans-serif;
    padding: 5px;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td input {
    margin-bottom: 0;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td input.input1 {
    max-width: 80px;
    width: 100%;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td .input-wrapper {
    position: relative;
    max-width: 120px;
    width: 100%;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td .input-wrapper em {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #45535e;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td .input-wrapper input {
    text-align: right;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td .add-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td .add-btn em {
    color: #150ae9;
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td .add-btn:hover {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr td .add-btn:hover em {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr:last-child td {
    padding: 20px 5px 5px;
    border-top: 1px solid #cbd6e2;
}

.block.block-invoice .invoice-wrapper .invoice-block .table tr:nth-last-child(2) td {
    padding: 5px 5px 20px;
}

.block.block-applications {
    position: relative;
    margin-bottom: 40px;
}

.block.block-applications .applications-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-applications .applications-wrapper .line-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 -10px;
}

.block.block-applications .applications-wrapper .line-row .line-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 10px;
}

.block.block-applications .applications-wrapper .application-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    padding: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .application-block.connect:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #dfe4ec;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.block.block-applications .applications-wrapper .application-block.prpl {
    border: 1px solid #6a40a9;
}

.block.block-applications .applications-wrapper .application-block.prpl.connect:after {
    background: #6a40a9;
}

.block.block-applications .applications-wrapper .application-block.fh-icon {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}

.block.block-applications .applications-wrapper .application-block.fh-icon .icon {
    width: 68px;
    height: auto;
    margin-right: 0;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.block.block-applications .applications-wrapper .application-block.fh-icon .desc {
    padding: 20px 15px;
}

.block.block-applications .applications-wrapper .application-block .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .application-block .icon.mb {
    margin-bottom: 10px;
}

.block.block-applications .applications-wrapper .application-block .icon.grey {
    background: #eaf0f6;
}

.block.block-applications .applications-wrapper .application-block .icon.grey svg path {
    fill: #444972;
}

.block.block-applications .applications-wrapper .application-block .icon.green {
    background: #69c757;
}

.block.block-applications .applications-wrapper .application-block .icon.red {
    background: #fd6f76;
}

.block.block-applications .applications-wrapper .application-block .icon.blue {
    background: #3cbde1;
}

.block.block-applications .applications-wrapper .application-block .icon.blue2 {
    background: #33475b;
}

.block.block-applications .applications-wrapper .application-block .icon.prpl {
    background: #6a40a9;
}

.block.block-applications .applications-wrapper .application-block .icon svg path {
    fill: #ffffff;
}

.block.block-applications .applications-wrapper .application-block .name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .application-block .number {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 500 22px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .application-block:hover {
    border: 1px solid #243858;
    background: #243858;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .application-block:hover .icon {
    background: #243858;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .application-block:hover .icon svg path {
    fill: #Ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .application-block:hover .name,
.block.block-applications .applications-wrapper .application-block:hover .number {
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.block.block-applications .applications-wrapper .applications-block .application-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 13.5px 16px;
    margin: 0;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block .application-block.connect:after {
    width: 2px;
    height: 100%;
    top: 100%;
    left: 50%;
}

.block.block-applications .applications-wrapper .applications-block .application-block .icon {
    position: absolute;
    width: 14px !important;
    height: 12px !important;
    top: 20px;
    right: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block .application-block .icon svg path {
    fill: #444972;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block .application-block .name {
    color: #586ada;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block .application-block .number {
    color: #202531;
    font: 500 13px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block .application-block:hover {
    border: 1px solid #243858;
    background: #243858;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block .application-block:hover .icon svg path {
    fill: #Ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block .application-block:hover .name,
.block.block-applications .applications-wrapper .applications-block .application-block:hover .number {
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-applications .applications-wrapper .applications-block .application-block:last-child {
    margin-bottom: 0;
}

.block.block-applications .applications-wrapper .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-applications .applications-wrapper .line.flex-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block.block-notes {
    position: relative;
}

.block.block-notes.issue-notes .scroll-block {
    margin: 0;
}

.block.block-notes .scroll-block {
    overflow-y: auto !important;
    max-height: 400px;
    padding: 20px;
    margin: -20px;
}

.block.block-notes .scroll-block::-webkit-scrollbar {
    width: 4px;
}

.block.block-notes .scroll-block::-webkit-scrollbar-track {
    background: transparent;
}

.block.block-notes .scroll-block::-webkit-scrollbar-thumb {
    background: #9E9FA1;
    border-radius: 2px;
}

.block.block-notes .notes-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-notes .notes-wrapper .note-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
}

.block.block-notes .notes-wrapper .note-block > .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    position: relative;
    margin-right: 15px;
    z-index: 2;
}

.block.block-notes .notes-wrapper .note-block > .icon.image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin-left: -8px;
    margin-right: 7px;
}

.block.block-notes .notes-wrapper .note-block > .icon.image img {
    width: 100%;
}

.block.block-notes .notes-wrapper .note-block > .icon.user-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0000ff;
    color: #ffffff;
    font: 700 11px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-left: -8px;
    margin-right: 7px;
}

.block.block-notes .notes-wrapper .note-block > .icon.user-icon:before {
    display: none !important;
}

.block.block-notes .notes-wrapper .note-block > .icon .icon-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #4040FE;
    background: #ffffff;
}

.block.block-notes .notes-wrapper .note-block > .icon:before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #D9EEFF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.block.block-notes .notes-wrapper .note-block > .icon:after {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    height: 40px;
    background: #D9EEFF;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.block.block-notes .notes-wrapper .note-block .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border: 1px solid #d6ecff;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #262626;
    font: 400 13px "Montserrat", sans-serif;
    padding: 10px 30px 10px 15px;
}

.block.block-notes .notes-wrapper .note-block .info .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #202531;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 15px;
}

.block.block-notes .notes-wrapper .note-block .info .title .name {
    color: #0000ff;
    margin-right: 5px;
}

.block.block-notes .notes-wrapper .note-block .info .title .time {
    margin: 0 5px;
}

.block.block-notes .notes-wrapper .note-block > .desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border: 1px solid #d6ecff;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #262626;
    font: 400 13px "Montserrat", sans-serif;
    padding: 10px 15px;
}

.block.block-notes .notes-wrapper .note-block .settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}

.block.block-notes .notes-wrapper .note-block:last-child .icon:after {
    display: none;
}

.block.block-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-tabs.custom1 {
    margin: 0 -10px;
}

.block.block-tabs.custom1 .tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 8px 0;
    color: #2f2e43;
    font: 500 14px "Montserrat", sans-serif;
    text-align: center;
    border: 1px solid #eaf0f6;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    margin: 0 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-tabs.custom1 .tab-item.inactive em {
    color: #cbd6e2;
}

.block.block-tabs.custom1 .tab-item.active {
    background: #150ae9;
    border: 1px solid #150ae9;
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-tabs.custom1 .tab-item.active em {
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-tabs.custom1 .tab-item em {
    color: #150ae9;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-tabs.custom1 .tab-item:hover {
    color: #150ae9;
    border-radius: 4px;
    border: 1px solid #eaf0f6;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-tabs.custom1 .tab-item:hover em {
    color: #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-tabs .tab-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 15px 0;
    border-right: 1px solid #dfe4ec;
    border-bottom: 2px solid transparent;
    color: #222;
    font: 500 13px "Montserrat", sans-serif;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-tabs .tab-item.active, .block.block-tabs .tab-item:hover {
    color: #586ada;
    border-bottom: 2px solid #586ada;
    background: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-tabs .tab-item:last-child {
    border-right: 0;
}

.block.block-label-tabs {
    margin-left: 0;
}

.block.block-label-tabs.fw .label-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-commits .commits-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: hidden;
    padding: 20px 20px 20px 40px;
    margin: -20px;
}

.block.block-commits .commits-wrapper .commits-date {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.block.block-commits .commits-wrapper .commits-date:before {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #ccd7e3;
    top: 50%;
    left: -26px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.block.block-commits .commits-wrapper .commits-date:after {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 1px;
    top: 50%;
    left: -31px;
    background: #ccd7e3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.block.block-commits .commits-wrapper .commits-pack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 5px;
    border: 1px dashed #cbd6e2;
    background: #ffffff;
    margin-bottom: 20px;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px dashed #cbd6e2;
    padding: 10px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block .info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block .info-block .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 400 13px/19px "Montserrat", sans-serif;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block .info-block .title .num {
    color: #150ae9;
    margin-left: 5px;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block .info-block .person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 11px "Montserrat", sans-serif;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block .info-block .person .mdi {
    color: #45535e;
    margin-right: 5px;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block .info-block .person .name {
    color: #150ae9;
    font: 400 11px "Montserrat", sans-serif;
    margin-right: 5px;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block .info-block .person .time {
    margin-left: 5px;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.block.block-commits .commits-wrapper .commits-pack .commit-block:hover {
    background: #eaf0f6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-commits .commits-wrapper:before {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 20px;
    background: #dfe4ec;
}

.block.block-buttons-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #dee6ee;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    border-radius: 5px;
    overflow: hidden;
}

.block.block-buttons-tabs .button-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dee6ee;
    color: #2f2e43;
    font: 500 13px/20px "Montserrat", sans-serif;
    padding: 5px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-buttons-tabs .button-tab.blue-col {
    color: #150ae9;
}

.block.block-buttons-tabs .button-tab.blue-col:hover {
    color: #586ada;
}

.block.block-buttons-tabs .button-tab em {
    color: #6f747e;
    font-size: 18px;
}

.block.block-buttons-tabs .button-tab:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.block.block-buttons-tabs .button-tab:last-child {
    border-right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.block.block-progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-progress-bar > div {
    margin-right: 5px;
}

.block.block-progress-bar em {
    color: #6f747e;
    font-size: 18px;
    margin-right: 5px;
}

.block.block-progress-bar .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6f747e;
    font: 500 11px "Montserrat", sans-serif;
}

.block.block-progress-bar .progress-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    height: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 5px;
}

.block.block-progress-bar .progress-wrapper .progress-track {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 4px;
    background: #dee3ff;
}

.block.block-progress-bar .progress-wrapper .progress-thumb {
    position: absolute;
    height: 4px;
    top: 0;
    left: 0;
    background: #34c433;
}

.block.block-chat.type2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-chat.type2 .chat-wrapper .chat-block {
    padding: 0;
    border: none;
}

.block.block-chat.type2 .chat-wrapper .chat-block .main-chat-body .body-wrapper .message-wrapper {
    border: none;
}

.block.block-chat.type2 .chat-wrapper .chat-block .main-chat-body .body-wrapper .message-wrapper .top-line {
    background: #ffffff;
    border: none;
    padding: 0;
}

.block.block-chat.type2 .chat-wrapper .chat-block .main-chat-body .body-wrapper .message-wrapper .message-body {
    border: 1px solid #dfe4ec;
    border-radius: 4px;
}

.block.block-chat.type2 .chat-wrapper .chat-block .send {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.block.block-chat.type2 .chat-wrapper .chat-block .send > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-chat.type2 .chat-wrapper .chat-block .send > div.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-chat.type2 .chat-wrapper .chat-block .send .flex-col:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.block.block-chat.type2 .chat-wrapper .chat-block .send .flex-col:first-child .button-group {
    margin-right: 15px;
}

.block.block-chat.type2 .chat-wrapper .chat-block .send .flex-col:first-child .button-group .mdi-close-circle {
    color: #D80027;
}

.block.block-chat.type2 .chat-wrapper .chat-block .send .flex-col:first-child .button-group .mdi-chevron-down {
    margin-left: 20px;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0000ff;
    color: #ffffff;
    font: 700 14px "Montserrat", sans-serif;
    text-transform: uppercase;
    overflow: hidden;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    padding: 0 10px;
    color: #2f2e43;
    font: 500 13px/32px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input::-webkit-input-placeholder {
    color: #6f747e;
    font: 500 13px/32px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input::-moz-placeholder {
    color: #6f747e;
    font: 500 13px/32px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input:-ms-input-placeholder {
    color: #6f747e;
    font: 500 13px/32px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input::-ms-input-placeholder {
    color: #6f747e;
    font: 500 13px/32px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input::placeholder {
    color: #6f747e;
    font: 500 13px/32px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input:focus {
    border: 1px solid #cbd6e2;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-chat .chat-wrapper .chat-block .main-chat-body .body-wrapper .title-wrapper input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item {
    position: relative;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 320px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 0;
    border-radius: 5px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    box-shadow: 0px 12px 27.3px 2.7px #1927342b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list .list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid #dfe4ec;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list .list-item.active a em {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list .list-item.active a .title {
    color: #262626;
    font: 600 12px "Montserrat", sans-serif;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list .list-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 5px 10px;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list .list-item a em {
    color: #150ae9;
    font-size: 16px;
    margin-right: 10px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list .list-item a .icon {
    margin-right: 10px;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list .list-item a .title {
    color: #45535e;
    font: 400 12px "Montserrat", sans-serif;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item .drop .list .list-item:last-child {
    border-bottom: 0;
}

.block.block-breadcrumbs .breadcrumb-item.drop-item:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-breadcrumbs .breadcrumb-item.blue {
    color: #150ae9;
}

.block .issue-details-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #6f747e;
    font: 500 12px "Montserrat", sans-serif;
}

.block .issue-details-top > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #150ae9;
    font: 500 12px "Montserrat", sans-serif;
    margin-right: 5px;
}

.block .issue-details-top > a em {
    color: #150ae9;
    font-size: 18px;
    margin-right: 5px;
}

.block .issue-details-top .label {
    margin-left: 5px;
}

.block.block-desc-info .desc-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 -20px;
}

.block.block-desc-info .desc-info-wrapper .container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 10px 20px;
}

.block.block-desc-info .desc-info-wrapper .container .desc-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 4px;
    border: 2px dashed #dee6ee;
    background: #ffffff;
    padding: 34px 20px 20px;
    margin-top: 20px;
}

.block.block-desc-info .desc-info-wrapper .container .desc-info-block.with-arrow:after {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 10px;
    top: 50%;
    right: -32px;
    background: url(../img/arrow-right.svg) no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block.block-desc-info .desc-info-wrapper .container .desc-info-block .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px #6f747e1f;
    padding: 5px 10px;
    color: #45535e;
    font: 500 13px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: -20px;
    top: -16px;
    left: 20px;
}

.block.block-desc-info .desc-info-wrapper .container .desc-info-block .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    font: 400 13px/24px "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.block.block-desc-info .desc-info-wrapper .container .desc-info-block .info .ttl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    color: #6f747e;
}

.block.block-desc-info .desc-info-wrapper .container .desc-info-block .info .sbttl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    color: #333333;
}

.block.block-desc-info .desc-info-wrapper .container .desc-info-block .info:last-child {
    margin-bottom: 0;
}

.block.block-slips {
    width: 100%;
}

.block.block-slips .slip-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 4px;
    border: 1px dashed #cbd6e2;
    background: #FEFEFE;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-slips .slip-block .month {
    width: 130px;
    padding: 15px 20px;
    color: #45535e;
    text-align: center;
    border-right: 1px dashed #cbd6e2;
}

.block.block-slips .slip-block .month .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font: 400 16px/24px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-slips .slip-block .month .number {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font: 400 12px/14px "Montserrat", sans-serif;
}

.block.block-slips .slip-block .counted {
    width: 130px;
    padding: 15px 5px;
    text-align: center;
    border-right: 1px dashed #cbd6e2;
}

.block.block-slips .slip-block .counted .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 12px/14px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-slips .slip-block .counted .number {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #586ada;
    font: 400 16px/24px "Montserrat", sans-serif;
}

.block.block-slips .slip-block .hours {
    width: 130px;
    padding: 15px 20px;
    text-align: center;
    border-right: 1px dashed #cbd6e2;
}

.block.block-slips .slip-block .hours .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #45535e;
    font: 400 12px/14px "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.block.block-slips .slip-block .hours .number {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #586ada;
    font: 400 16px/24px "Montserrat", sans-serif;
}

.block.block-slips .slip-block .hours .empty {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 400 16px/24px "Montserrat", sans-serif;
}

.block.block-slips .slip-block .file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 100%;
    padding: 15px 20px;
}

.block.block-slips .slip-block .file > .download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 500 12px "Montserrat", sans-serif;
    padding: 5px 90px 5px 10px;
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    margin-bottom: 10px;
}

.block.block-slips .slip-block .file > .download > em {
    color: #45535e;
    font-size: 20px;
    margin-right: 10px;
}

.block.block-slips .slip-block .file > .download button.download {
    display: block;
    position: absolute;
    width: 90px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    background: #1c407b;
    border-color: #1c407b;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #ffffff;
    font: 500 13px/20px "Montserrat", sans-serif;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.block.block-slips .slip-block .file > .download button.download:hover {
    color: #1c407b;
    border: 1px solid #1c407b;
    background: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-slips .slip-block .file > .download .close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.block.block-slips .slip-block .file > .download .close em {
    color: #45535e;
    font-size: 18px;
}

.block.block-slips .slip-block .file > .download .size {
    color: #150ae9;
    margin-right: 10px;
}

.block.block-slips .slip-block .file > .download .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-slips .slip-block:hover {
    border: 1px dashed #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-slips .slip-block:hover > div {
    border-right: 1px dashed #586ada;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-slips .slip-block:hover > div:last-child {
    border: none;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top {
    position: relative;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 300px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    right: 0;
    border-radius: 5px;
    border: 1px solid #e1e4e8;
    box-shadow: 0px 3px 3.96px 0.04px #6f747e29;
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #f6f8fa;
    border-bottom: 1px solid #e1e4e8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 10px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-header .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #24292e;
    font: 600 12px/16px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #f6f8fa;
    border-bottom: 1px solid #e1e4e8;
    padding: 8px 10px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-search .block-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-tabs {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #f6f8fa;
    border-bottom: 1px solid #e1e4e8;
    padding: 8px 10px 2px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-tabs .tab-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
    -moz-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    position: relative;
    padding: 3px 6px;
    color: #6a737d;
    font: 500 11px "Montserrat", sans-serif;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-tabs .tab-item.active {
    background: #ffffff;
    color: #24292e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-tabs .tab-item.active:after {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-tabs .tab-item:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-tabs .tab-item:hover {
    color: #24292e;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-clear,
.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-edit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #f6f8fa;
    border-bottom: 1px solid #e1e4e8;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-clear a,
.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-edit a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 8px 10px;
    color: #24292e;
    font: 500 13px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-clear a em,
.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-edit a em {
    color: #24292e;
    font-size: 18px;
    margin-right: 10px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-edit {
    border-top: 1px solid #e1e4e8;
    border-bottom: 0;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body {
    min-height: 50px;
    background: #ffffff;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-bottom: 1px solid #e1e4e8;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 5px 10px;
    color: #24292e;
    font: 500 13px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a em.mdi-check {
    color: #24292e;
    font-size: 18px;
    margin-right: 10px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a em.mdi-check.active {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a em.mdi-close {
    position: absolute;
    color: #24292e;
    font-size: 18px;
    right: 10px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .line .flag {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 10px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .line .flag.aqua {
    background: #a2eeef;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .line .flag.red {
    background: #d73a4a;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .line .flag.prpl {
    background: #efa5da;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .line .flag.blue {
    background: #0075ca;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .line .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #24292e;
    font: 500 13px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .line .title span {
    color: #6a737d;
    font: 400 11px "Montserrat", sans-serif;
    margin: 0 5px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 28px;
    color: #6a737d;
    font: 300 12px "Montserrat", sans-serif;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li a .subtitle em.mdi-calendar {
    color: #24292e;
    font-size: 16px;
    margin-right: 6px;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop .drop-body .list li:last-child {
    border-bottom: 0;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top .drop:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-navbar .navbar-wrapper .nav-component .nav-top:active .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-data .data-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 20px;
    border-bottom: 1px solid #dfe4ec;
}

.block.block-data .data-item-wrapper .data-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.block.block-data .data-item-wrapper .data-top .data-top-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
    -moz-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    padding-right: 5px;
}

.block.block-data .data-item-wrapper .data-top .data-top-block.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.block-data .data-item-wrapper .data-top .data-top-block .title {
    color: #2f2e43;
    font: 500 14px "Montserrat", sans-serif;
}

.block.block-data .data-item-wrapper .data-top .data-top-block:last-child {
    padding-right: 0;
}

.block.block-data .data-item-wrapper .data-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-data .data-item-wrapper .data-body .data-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 200px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0 3px 5px #0000000d;
    padding: 15px 25px;
    margin-right: 14px;
    z-index: 2;
}

.block.block-data .data-item-wrapper .data-body .data-item.symbol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 150px;
    padding: 0 5px;
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.block.block-data .data-item-wrapper .data-body .data-item.symbol .item-symbol {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #eaf0f6;
    background: #ffffff;
    box-shadow: 0 3px 5px #0000000d;
    color: #150ae9;
    font: 700 25px "Montserrat", sans-serif;
    text-align: center;
    z-index: 2;
}

.block.block-data .data-item-wrapper .data-body .data-item.attachment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    border: 2px dashed #dee6ee;
    background: #f7fafc;
}

.block.block-data .data-item-wrapper .data-body .data-item.attachment .icon {
    margin-right: 15px;
}

.block.block-data .data-item-wrapper .data-body .data-item.attachment .icon svg path {
    fill: #150ae9;
}

.block.block-data .data-item-wrapper .data-body .data-item.attachment .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.block.block-data .data-item-wrapper .data-body .data-item.attachment .attachment-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-data .data-item-wrapper .data-body .data-item.not-yet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.block.block-data .data-item-wrapper .data-body .data-item.not-yet .icon em {
    color: #6f747e;
    font-size: 30px;
}

.block.block-data .data-item-wrapper .data-body .data-item.not-yet .title {
    color: #262626;
    font: 400 20px "Montserrat", sans-serif;
    text-align: center;
}

.block.block-data .data-item-wrapper .data-body .data-item .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px;
    margin-bottom: 10px;
}

.block.block-data .data-item-wrapper .data-body .data-item .icon.red {
    background: #fd6f76;
}

.block.block-data .data-item-wrapper .data-body .data-item .icon.aqua {
    background: #3cbde1;
}

.block.block-data .data-item-wrapper .data-body .data-item .icon.blue {
    background: #5a6cdb;
}

.block.block-data .data-item-wrapper .data-body .data-item .icon.white {
    background: #ffffff;
}

.block.block-data .data-item-wrapper .data-body .data-item .icon.grey {
    background: #e5eaf0;
}

.block.block-data .data-item-wrapper .data-body .data-item .icon.border {
    border: 1px solid #cbd6e2;
}

.block.block-data .data-item-wrapper .data-body .data-item .icon svg path {
    fill: #ffffff;
}

.block.block-data .data-item-wrapper .data-body .data-item .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
    color: #6f747e;
    font: 500 13px "Montserrat", sans-serif;
}

.block.block-data .data-item-wrapper .data-body .data-item .amount {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #262626;
    font: 500 22px "Montserrat", sans-serif;
}

.block.block-data .data-item-wrapper .data-body .data-item:last-child {
    margin-right: 0;
}

.block.block-data .data-item-wrapper .data-body:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 50%;
    background: #dee6ee;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block.block-data .data-item-wrapper:last-child {
    border-bottom: 0;
}

.block.block-data-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 -7px;
}

.block.block-data-list .data-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #eaf0f6;
    box-shadow: 0 3px 5px #0000000d;
    background: #fff;
    padding: 15px 25px;
    margin: 7px;
}

.block.block-data-list .data-item .icon {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.block.block-data-list .data-item .icon img {
    width: 100%;
}

.block.block-data-list .data-item .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #6f747e;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-data-list .data-item .amount {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #333;
    font: 400 13px "Montserrat", sans-serif;
}

.block.block-data-list .data-item .checkbox-block2 {
    position: absolute;
    width: 40px;
    height: 20px;
    top: 15px;
    right: 40px;
}

.block.block-data-list .data-item .settings {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.block.block-data-list .data-item .settings em {
    color: #6f747e;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-data-list .data-item .settings .drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    min-width: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    top: -webkit-calc(100% + 5px);
    top: -moz-calc(100% + 5px);
    top: calc(100% + 5px);
    right: 0;
    border-radius: 4px;
    border: 1px solid #00000026;
    background: #ffffff;
    box-shadow: 0 6px 12px #0000002d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-data-list .data-item .settings .drop ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-data-list .data-item .settings .drop ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.block.block-data-list .data-item .settings .drop ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 5px 15px;
    color: #333;
    font: 400 12px "Montserrat", sans-serif;
}

.block.block-data-list .data-item .settings .drop > .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 5px;
    color: #333;
    font: 400 12px "Montserrat", sans-serif;
    border-bottom: 1px solid #eaf0f6;
}

.block.block-data-list .data-item .settings .drop:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    top: -12px;
    right: 4px;
}

.block.block-data-list .data-item .settings:hover em {
    color: #150ae9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-data-list .data-item .settings:hover .drop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.block.block-email-template .form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 -15px 20px;
}

.block.block-email-template .form .form-row .form-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}

.block.block-email-template .form .form-row .form-col .input-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    color: #6f747e;
    font: 400 13px/34px "Montserrat", sans-serif;
}

.block.block-email-template .form .form-row .form-col .input-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #555;
    font: 400 13px/32px "Montserrat", sans-serif;
}

.block.block-email-template .form .form-row .form-col .input-block input {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #dee6ee;
    background-color: #fff;
    padding: 0 15px;
    color: #555;
    font: 400 13px/32px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.block.block-email-template .form .form-row .form-col .input-block input.grey-bg {
    background: #eee;
}

.block.block-email-template .form .form-row .form-col .input-block input:focus {
    border: 1px solid #BFC6CD;
}

.block.block-email-template .form .form-row .form-col .input-block input::-webkit-input-placeholder {
    color: #555;
    font: 400 13px/32px "Montserrat", sans-serif;
}

.block.block-email-template .form .form-row .form-col .input-block input::-moz-placeholder {
    color: #555;
    font: 400 13px/32px "Montserrat", sans-serif;
}

.block.block-email-template .form .form-row .form-col .input-block input:-ms-input-placeholder {
    color: #555;
    font: 400 13px/32px "Montserrat", sans-serif;
}

.block.block-email-template .form .form-row .form-col .input-block input::-ms-input-placeholder {
    color: #555;
    font: 400 13px/32px "Montserrat", sans-serif;
}

.block.block-email-template .form .form-row .form-col .input-block input::placeholder {
    color: #555;
    font: 400 13px/32px "Montserrat", sans-serif;
}

.block.block-email-template .form .form-row .form-col .input-block textarea {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    border: 1px solid #dee6ee;
    background-color: #fff;
    padding: 6px 15px;
    color: #555;
    font: 400 13px/32px "Montserrat", sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow-y: auto;
}

.block.block-email-template .form .form-row .form-col .input-block .variables li {
    color: #333333;
    font: 400 13px/32px "Montserrat", sans-serif;
}

.block.block-email-template .form .form-row .form-col .input-block .variables li span {
    color: #e74143;
    font-weight: 600;
}

.block.block-ticket {
    padding: 40px 0;
}

.modal {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .modal-backdrop {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(25, 39, 52, 0.75);
    display: block;
    cursor: pointer;
}

.modal .modal-window {
    position: relative;
    z-index: 2;
    background: #f6f9fc;
    width: 1200px;
    max-width: 100%;
    border-radius: 6px;
    display: inline-block;
    font-size: 0;
    min-height: 100px;
    margin: 60px auto 0;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
}

.modal .modal-window > * {
    font-size: 14px;
}

.modal .modal-window .modal-close {
    position: absolute;
    font-size: 24px;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
    color: #222;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    z-index: 1;
}

.modal .modal-window .modal-close:hover {
    color: #656565;
}

.modal .modal-window .modal-header {
    background: #fff;
    padding: 20px 55px 20px 25px;
    font: 600 16px/25px "Montserrat", sans-serif;
    border-bottom: 1px solid #d4d9dd;
    position: relative;
    border-radius: 3px 3px 0 0;
}

.modal .modal-window .modal-header .form-group {
    margin: -7px 0;
    width: 200px;
    float: right;
    margin-right: 20px;
}

.modal .modal-window .modal-header .form-group:last-child {
    margin-right: 0;
}

.modal .modal-window .modal-body {
    min-height: 50px;
}

.modal .modal-window .modal-body .modal-section {
    padding: 25px;
    border-bottom: 1px solid #d4d9dd;
}

.modal .modal-window .modal-body .modal-section .table.table-fill {
    margin-left: -25px;
    margin-right: -25px;
}

.modal .modal-window .modal-body .modal-section:last-child {
    border-bottom: 0;
}

.modal .modal-window .modal-body .modal-section.modal-section-light {
    background: #fff;
}

.modal .modal-window .modal-body .modal-info {
    padding: 0 50px 0 100px;
    position: relative;
    color: #282b39;
    font: 400 13px/20px "Montserrat", sans-serif;
    cursor: default;
}

.modal .modal-window .modal-body .modal-info .mdi {
    position: absolute;
    left: 75px;
    top: 0;
    color: #134478;
    font-size: 1.35em;
    line-height: 20px;
}

.modal .modal-window .modal-body .modal-media-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal .modal-window .modal-body .modal-media-overview .btn.btn-text {
    color: #45535e;
    font: 600 11px/28px "Montserrat", sans-serif;
}

.modal .modal-window .modal-body .modal-media-overview .btn.btn-text .mdi {
    color: inherit;
}

.modal .modal-window .modal-body .modal-media-overview .btn.btn-text:hover {
    color: #ad1630;
}

.modal .modal-window .modal-body .modal-media-overview .btn.btn-text:hover .mdi {
    color: inherit;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-preview {
    width: 350px;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-preview .modal-media-preview-img {
    border: 1px solid #cbd6e2;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details {
    padding: 0 0 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-title {
    font: 600 16px/26px "Montserrat", sans-serif;
    color: #262626;
    margin: 0 0 15px;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset {
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-info {
    color: #33475b;
    font: 600 13px/20px "Montserrat", sans-serif;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-info .modal-media-preset-info-item {
    display: inline-block;
    color: inherit;
    font: inherit;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-info .modal-media-preset-info-item:not(:last-child):after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #e62043;
    line-break: 20px;
    float: right;
    margin: 7.5px 4px 7.5px 5px;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions {
    display: block;
    margin-left: -5px;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions a {
    position: relative;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions a .file-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions a .file-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-preset .modal-media-preset-actions a .file-tooltiptext.active {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    visibility: visible;
    opacity: 1;
}

.modal .modal-window .modal-body .modal-media-overview .modal-media-details .modal-media-actions {
    display: block;
    margin-left: -5px;
}

.modal .modal-window .modal-body .modal-photo-upload {
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: inherit;
    max-width: 100%;
}

.modal .modal-window .modal-body .modal-photo-upload .button {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop {
    width: 60%;
    padding: 50px;
    background: #f7f9fc;
    border-right: 1px solid #d2e6ff;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control {
    position: relative;
    width: 60%;
    float: left;
    border-radius: 8px;
    overflow: hidden;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control .crop-control-ratio {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control ui-cropper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview {
    width: 40%;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview img {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #dadada;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.075);
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-orignal {
    margin-bottom: 20px;
    height: 100%;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-thumbnails {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-thumbnail {
    width: 50%;
    margin-right: 10px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-thumbnail:last-child {
    margin-right: 0;
    margin-left: 10px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-crop .crop-control-preview .crop-control-thumbnail:last-child img {
    border-radius: 1000px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details {
    width: 40%;
    background: #fff;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-header {
    padding: 50px 50px 25px;
    border-bottom: 1px solid #d2e6ff;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-header .photo-upload-title {
    font: 700 22px/32px "Montserrat", sans-serif;
    color: #151b26;
    margin: 0 0 10px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-header .photo-upload-subtitle {
    font: 400 16px/22px "Montserrat", sans-serif;
    color: #646f79;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-body {
    padding: 25px 50px;
    border-bottom: 1px solid #d2e6ff;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-body .photo-upload-heading {
    font: 700 18px/26px "Montserrat", sans-serif;
    color: #282b39;
    margin: 0 0 15px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-body .button {
    margin-bottom: 20px;
}

.modal .modal-window .modal-body .modal-photo-upload .photo-upload-details .photo-upload-footer {
    padding: 25px 50px;
}

.modal .modal-window .modal-footer {
    padding: 25px;
    border-top: 1px solid #d4d9dd;
}

.modal .modal-window .modal-footer.block {
    background-color: white;
}

.modal .modal-window .modal-footer.block .block-btn-close {
    border: 1px solid #b5b5b5;
}

.modal .modal-window .modal-footer.block .block-btn-close:hover {
    background-color: #b3b3b3;
}

.modal .modal-window.modal-notification .title {
    font-weight: 500;
}

.modal .modal-window.modal-notification .description {
    color: #646f79;
}

.modal.modal-sm .modal-window {
    max-width: 600px;
}
