html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body, html {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

select::-ms-expand {
  display: none; }

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none; }

/* For IE10 */
select::-ms-expand {
  display: none; }

input[type='date'], input[type='time'] {
  -webkit-appearance: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input::-ms-clear {
  display: none; }

input,
textarea {
  -webkit-opacity: 1;
  /* Override iOS opacity change affecting text & background color */
  -webkit-appearance: none; }

.page .owl-carousel .owl-stage,
.page .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

.nowrap {
  white-space: nowrap; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/Lato/Lato-HairlineItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/Lato/Lato-Hairline.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: fallback; }

.html {
  width: 100%; }

html,
body {
  min-height: 100%;
  /*min-width: 1200px;*/ }
  html.fixed,
  body.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0; }

body {
  color: #1a1c1d;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
  -webkit-text-size-adjust: none; }

* {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  font-style: normal; }
  *:focus {
    outline: none; }

br {
  font-size: 0; }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: bold; }

a {
  color: #638CFF;
  font-weight: 600; }
  a:hover {
    color: #1754ff; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

.extra {
  font-weight: 900; }

.bold {
  font-weight: bold; }

.semi {
  font-weight: 600; }

.page {
  /*min-width: 1200px;*/
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .page__wrap {
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative; }
    .page__wrap.fixed {
      filter: blur(8px); }
    .page__wrap--sidebar {
      margin-left: 200px; }
  .page.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  .page__content {
    flex-grow: 1;
    position: relative; }

.container {
  max-width: 1060px;
  margin: 0 auto; }
  .container-fluid {
    height: 100%; }

.container-fw {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .container-fw .navbar-wrap {
    padding: 0 30px; }

.header {
  margin-bottom: 40px; }
  .header__wrap {
    display: flex;
    position: relative;
    padding: 40px; }
  .header__sign {
    margin-left: auto; }
  .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 63px; }

.b-inner {
  padding: 15px 15px 15px 30px; }

.b-content {
  flex-grow: 1;
  padding: 50px 0; }
  .b-content--center {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.b-title {
  font-weight: 600;
  color: #102A43; }
  .b-title--lg {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 40px; }
  .b-title--md {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px; }
  .b-title + .b-desc {
    margin-top: -36px; }

.b-desc {
  color: #486581;
  line-height: 21px;
  margin-bottom: 40px; }

.b-box {
  width: 520px;
  margin: 0 auto; }

.b-card {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(16, 42, 67, 0.15);
  border-radius: 4px;
  margin-bottom: 16px; }
  .b-card-body {
    padding: 24px; }
  .b-card-head {
    margin-bottom: 24px;
    display: flex;
    align-items: center; }
    .b-card-head .b-title {
      margin-bottom: 0; }

.b-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.b-col-2 {
  width: 50%;
  padding: 0 10px; }

.b-col-3 {
  width: 33.33%;
  padding: 0 10px; }

.b-table {
  width: 100%; }
  .b-table td,
  .b-table th {
    text-align: left;
    line-height: 21px;
    padding: 8px 20px 8px 8px; }
  .b-table th {
    border-bottom: 1px solid #D9E2EC;
    font-weight: 600; }
  .b-table td {
    border-bottom: 1px dotted #829AB1; }

.sign-in {
  width: 700px;
  margin: 0 auto; }
  .sign-in__title {
    margin-bottom: 28px; }
  .sign-in-wrap {
    display: flex; }
    .sign-in-wrap > div {
      width: 50%; }
  .sign-in-form {
    padding-top: 12px;
    padding-right: 34px;
    position: relative; }
    .sign-in-form:after {
      content: '';
      width: 1px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 175px;
      background: #D9E2EC; }
  .sign-in-social {
    padding-left: 46px; }
    .sign-in-social__title {
      color: #486581;
      margin-bottom: 16px; }
    .sign-in-social__list .item {
      margin-bottom: 8px; }

.red {
  color: #EB5757; }

.yellow {
  color: #F2994A; }

.green {
  color: #219653; }

.field-validation-error {
  color: #D44649;
  font-size: 11px;
  line-height: 18px; }

.error-text {
  color: #D44649;
  font-size: 11px;
  line-height: 18px; }

.success-text {
  color: #219653;
  font-size: 11px;
  line-height: 18px; }

.form__field {
  margin-bottom: 5px;
  position: relative; }
  .form__field.error .form__label {
    color: #EB5757; }
  .form__field.error .form__input {
    border-bottom-color: #EB5757; }
  .form__field.error .error-text {
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: translateY(100%); }
  .form__field.success .form__label {
    color: #219653; }
  .form__field.success .form__input {
    border-bottom-color: #219653; }
  .form__field.success .success-text {
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: translateY(100%); }

.form__label {
  display: flex;
  align-items: flex-end;
  /*color: #486581;*/
  color: #212E3B;
  line-height: 21px; }
  .form__label .forgot {
    margin-left: auto; }

.form__input {
  display: block;
  width: 100%;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #D9E2EC;
  height: 37px;
  padding: 0; }
  .form__input::placeholder {
    color: #829AB1;
    transition: color .3s ease-out; }
  .form__input:focus {
    box-shadow: unset; }
    .form__input:focus::placeholder {
      color: transparent; }
  .form__input-wrap {
    position: relative; }
    .form__input-wrap .eye {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -7px;
      display: block;
      width: 22px;
      height: 15px;
      background: url(../img/icons/eye.svg) no-repeat 50% 50%/contain; }
      .form__input-wrap .eye.active {
        background-image: url(../img/icons/eye-active.svg); }
      .form__input-wrap .eye + input {
        padding-right: 35px; }

.form__btn .btn {
  margin-right: 30px !important; }
  .form__btn .btn + a {
    margin-left: 30px !important; }

.form-checkbox input {
  display: none; }
  .form-checkbox input + label {
    display: flex; }
    .form-checkbox input + label i {
      display: block;
      width: 24px;
      height: 24px;
      border: 1px solid #D9E2EC;
      box-sizing: border-box;
      border-radius: 50%;
      margin-right: 16px;
      cursor: pointer;
      position: relative;
      top: -2px;
      transition: border .3s ease-out; }
      .form-checkbox input + label i:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #638CFF;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -8px;
        margin-top: -8px;
        transition: opacity .3s ease-out;
        opacity: 0; }
    .form-checkbox input + label span {
      line-height: 21px;
      font-weight: 600;
      color: #102A43; }
  .form-checkbox input:checked + label i {
    border-color: #638CFF; }
    .form-checkbox input:checked + label i:before {
      opacity: 1; }

.password-status {
  margin-left: auto;
  position: relative;
  display: none; }
  .password-status__title {
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 2px; }
  .password-status__line {
    display: block;
    width: 250px;
    height: 2px;
    background: #D9E2EC;
    position: relative; }
    .password-status__line:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 2px;
      width: 0; }
  .password-status.weak {
    display: block; }
    .password-status.weak .password-status__title {
      color: #EB5757; }
    .password-status.weak .password-status__line:before {
      width: 33.33%;
      background-color: #EB5757; }
  .password-status.normal {
    display: block; }
    .password-status.normal .password-status__title {
      color: #F2994A; }
    .password-status.normal .password-status__line:before {
      width: 66.66%;
      background-color: #F2994A; }
  .password-status.strong {
    display: block; }
    .password-status.strong .password-status__title {
      color: #219653; }
    .password-status.strong .password-status__line:before {
      width: 100%;
      background-color: #219653; }

.footer {
  padding: 24px 0; }
  .footer-nav {
    display: flex;
    justify-content: center; }
    .footer-nav .item {
      padding: 0 15px;
      font-weight: 600;
      align-items: center; }
      .footer-nav .item__link {
        color: #486581;
        line-height: 21px; }
        .footer-nav .item__link:hover {
          color: #000; }

.sidebar {
  background-color: #F9F9FF;
  width: 210px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 16px 24px;
  overflow-y: auto;
  z-index: 50; }
  .sidebar__logo {
    margin-bottom: 30px; 
    height: 50px;
  }
  .sidebar-nav .item {
    margin-bottom: 15px;
    position: relative; }
    .sidebar-nav .item:before {
      content: '';
      display: block;
      width: 4px;
      height: 24px;
      border-radius: 0 25px 25px 0;
      background: #638CFF;
      position: absolute;
      left: -24px;
      top: 50%;
      margin-top: -12px;
      opacity: 0; }
    .sidebar-nav .item-divide {
      background: #D9E2EC;
      height: 1px;
      margin-bottom: 15px; }
    .sidebar-nav .item__link {
      color: #486581;
      line-height: 24px;
      display: flex;
      align-items: center; }
      .sidebar-nav .item__link:hover {
        color: #638CFF; }
        .sidebar-nav .item__link:hover .item__icon svg {
          fill: #638CFF; }
    .sidebar-nav .item__icon {
      width: 23px; }
      .sidebar-nav .item__icon svg {
        fill: #486581; }
    .sidebar-nav .item.k-state-selected:before,
    .sidebar-nav .item.k-state-highlight:before {
        opacity: 1;}

    .sidebar-nav .item.k-state-selected .item__link,
    .sidebar-nav .item.k-state-highlight .item__link {
        color: #638CFF;}

    .sidebar-nav .item.k-state-selected .item__icon svg,
    .sidebar-nav .item.k-state-highlight .item__icon svg {
        fill: #638CFF;}

.navbar {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(39, 67, 145, 0.07);
  padding: 0 !important;
  /*margin-bottom: 16px;*/
  position: relative;
  z-index: 5;
  /*border: 1px solid black;*/ }
  .navbar-wrap {
    display: flex; }
  .navbar-right {
    margin-left: auto;
    display: flex;
    align-items: center; }
  .navbar-divide {
    width: 1px;
    background: #D9E2EC;
    height: 20px;
    margin: 0 16px; }

.notification__btn {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/bell.svg) no-repeat 50% 50%;
  transition: background-color .3s ease-out; }
  .notification__btn:hover {
    background-color: #F9F9FF; }

.user {
  position: relative; }
  .user-block {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 6px 3px;
    margin-left: -8px;
    transition: background-color .3s ease-out; }
    .user-block:hover {
      background-color: #F9F9FF; }
  .user__photo {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    background: #F9F9FF no-repeat 50% 50% / cover; }
  .user__name {
    color: #102A43;
    line-height: 21px;
    margin-right: 8px; }
  .user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 4px;
    background-color: #fff;
    box-shadow: 0px 4px 25px rgba(39, 67, 145, 0.15);
    border-radius: 4px; }
    .user-dropdown .item {
      border-bottom: 1px solid #D9E2EC;
      padding: 4px; }
      .user-dropdown .item:last-child {
        border-bottom: none; }
      .user-dropdown .item__link {
        display: block;
        padding: 9px 12px 10px;
        line-height: 21px;
        color: #102A43;
        transition: background-color .3s ease-out;
        border-radius: 4px; }
        .user-dropdown .item__link:hover {
          background-color: #F9F9FF; }
  .user__arrow {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/icons/user-toggle-arrow.svg) no-repeat 50% 50%; }
  .user.active .user-block {
    background-color: #F9F9FF; }
  .user.active .user__arrow {
    transform: rotate(-180deg); }
  .user.active .user-dropdown {
    display: block; }

.statistic-card {
  margin-bottom: 16px;
  border: 1px solid;
  border-radius: 4px;
  padding: 21px 24px 24px;
  position: relative; }
  .statistic-card:before {
    content: '';
    display: block;
    width: 76px;
    height: 62px;
    background: no-repeat 50% 50% / contain;
    position: absolute;
    top: 24px;
    right: 24px; }
  .statistic-card-head {
    /*	
		max-width: 200px;
		margin-bottom: 38px;*/ }
  .statistic-card__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px; }
    .statistic-card__title .question {
      margin-left: 8px;
      opacity: .5;
      height: 14px;
      cursor: pointer; }
      .statistic-card__title .question:hover {
        opacity: 1; }
      .statistic-card__title .question svg {
        position: relative;
        top: -4px; }
  .statistic-card__number {
    line-height: 21px; }
  .statistic-card-det {
    display: flex;
    justify-content: space-between; }
    .statistic-card-det-left {
      margin-right: 20px; }
      .statistic-card-det-left__title {
        margin-bottom: 4px;
        line-height: 21px; }
      .statistic-card-det-left__text {
        line-height: 21px; }
    .statistic-card-det-right {
      text-align: right; }
      .statistic-card-det-right__title {
        margin-bottom: 4px;
        line-height: 21px; }
      .statistic-card-det-right__text {
        line-height: 21px; }
  .statistic-card--blue {
    background: #F6F9FE;
    border-color: #BED0F7;
    color: #4055A8; }
    .statistic-card--blue:before {
      background-image: url(../img/icons/diagram-blue.svg); }
    .statistic-card--blue .question svg {
      fill: #4055A8; }
  .statistic-card--red {
    background: #FFF6FB;
    border-color: #FAB8D9;
    color: #fa3d48; }
    .statistic-card--red .question svg {
      fill: #AD2167; }
  .statistic-card--yellow {
    background: #FFFEF9;
    border-color: #F9DA8B;
    color: #A27C1A; }
    .statistic-card--yellow .question svg {
      fill: #A27C1A; }
  .statistic-card--green {
    /*background: #00ff80;*/
    border-color: #F9DA8B;
    color: #5b815b; }
    .statistic-card--green .question svg {
      fill: #A27C1A; }

.wrap_notify {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */ }

.ranking-link {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #F7F8FC url(../img/icons/ranking-icon.svg) no-repeat 50% 50%;
  margin-left: auto;
  transition: background .3s ease-out; }
  .ranking-link:hover {
    background-color: #e8ebf6; }

.page .k-notification {
  padding-top: 10px;
  border: none;
  background: transparent;
  box-shadow: none !important;
  border-radius: 4px; }

.notify {
  width: 430px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 25px rgba(39, 67, 145, 0.15); }
  .notify-head {
    padding: 16px 16px 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0 0; }
  .notify__title {
    color: #102A43;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px; }
  .notify-close {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .notify-close svg {
      fill: #102A43; }
  .notify-body {
    padding: 24px 40px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #102A43; }
  .notify__text {
    white-space: normal; }
  .notify--error .notify-head {
    background-color: #EB5757; }
  .notify--error .notify__title {
    color: #fff; }
  .notify--error .notify-close svg {
    fill: #fff; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.btn {
  border-radius: 4px;
  padding: 7px 20px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 21px;
  font-family: inherit;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  border-color: #d9e2ec;
  color: #102A43;
  background-color: #F9F9FF;
  background-image: linear-gradient(#ffffff, #f6f6ff);
  transition: background .3s ease-out; }
  .btn:hover {
    text-decoration: none;
    outline: 0;
    border-color: #d9e2ec;
    color: #ffffff;
    background-color: #638CFF;
    background-image: linear-gradient(#638CFF, #5984ff); }
  .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none; }
  .btn-primary {
    border-color: #638CFF;
    color: #ffffff;
    background-color: #638CFF;
    background-image: linear-gradient(rgba(99, 104, 255, 0), rgba(99, 104, 255, 0.2));
    transition: background .3s ease-out; }
    .btn-primary:hover {
      border-color: #6384ff;
      color: #ffffff;
      background-color: #6384ff;
      background-image: linear-gradient(rgba(102, 99, 255, 0), rgba(102, 99, 255, 0.2)); }
  .btn.js-toggle-icon.toggled-icon .k-icon.k-i-arrow-chevron-up::before {
    content: "\e015"; }
  .btn.js-toggle-icon.toggled-icon .k-icon.k-i-arrow-chevron-down::before {
    content: "\e013"; }
  .btn-text {
    border-color: transparent;
    color: #102A43;
    background-color: transparent;
    background-image: none;
    transition: all .3s ease-out; }
    .btn-text:focus {
      border-color: transparent;
      color: #102A43;
      background-color: transparent;
      background-image: none; }
    .btn-text.active {
      border-color: transparent;
      color: #638CFF;
      background-color: transparent;
      background-image: none; }
    .btn-text:hover {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      color: #638CFF; }
  .btn-simple-icon {
    border-color: transparent;
    color: #102A43;
    background-color: transparent;
    background-image: none;
    padding: 0;
    /*&:hover,
        &:focus {
            border-color: transparent;
            color: #102A43;
            background-color: transparent;
            background-image: none;
        }*/ }
    .btn-simple-icon:active {
      box-shadow: none; }
    .btn-simple-icon.active {
      border-color: transparent;
      color: #638CFF;
      background-color: none;
      background-image: none; }
    .btn-simple-icon:hover {
      border-color: transparent;
      background-color: transparent;
      background-image: none;
      color: #638CFF; }
  .btn--transparent {
    background-color: transparent;
    border: 1px solid #638CFF;
    color: #638CFF;
    transition: background .3s ease-out, color .3s ease-out; }
    .btn--transparent span {
      transition: color .3s ease-out; }
    .btn--transparent:hover {
      color: #fff;
      background: #638CFF; }
      .btn--transparent:hover span {
        color: #fff; }
  .btn-round {
    border-radius: 100%;
    min-width: unset;
    /*display: block;*/
    width: 60px;
    height: 60px;
    /*margin: auto 0;*/
    border: none;
    padding: 0;
    transition: all .2s ease-in-out; }
    .btn-round .pic {
      line-height: 30px;
      font-size: 30px;
      width: 30px;
      height: 30px;
      display: block;
      margin: auto !important; }
    .btn-round:hover {
      transform: scale(1.1); }
  .btn-disabled {
    opacity: 0.5; }

button:focus {
  outline: 0;
  outline: 0; }

.page {
  height: 100vh; }
  .page__wrap {
    height: 100vh; }

.b-inner {
  /*padding: 0 15px 30px;*/
  overflow-y: scroll;
  height: 100%; }
  .b-inner .grid .inner__nav {
    margin-top: 10px;
    margin-bottom: 20px; }
  .b-inner .grid .b-title--md {
    margin-bottom: 10px; }
  .b-inner .grid__grid {
    min-height: 800px; }

.filter {
  /*&-panel-bar {
        margin-bottom: 30px;
    }*/ }
  .filter-bar {
    padding: 15px 0; }
  .filter-drop-down {
    width: 100%; }
    .filter-drop-down .filter-toolbar {
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      /*&.has-filter {
                    border-bottom: 1px solid rgba(99,140,255, 1);
                }*/ }
      .filter-drop-down .filter-toolbar.active {
        border-bottom: 1px solid #638cff; }
    .filter-drop-down .filter-panel {
      width: 100%;
      height: 0;
      visibility: hidden;
      opacity: 0;
      -moz-transition: all 1s, visibility 1.3s;
      -webkit-transition: all 1s, visibility 1.3s;
      -o-transition: all 1s, visibility 1.3s;
      transition: all 1s, visibility 1.3s; }
      .filter-drop-down .filter-panel.active {
        visibility: visible;
        opacity: 1;
        height: auto;
        -moz-transition: all 1s, visibility 1.3s;
        -webkit-transition: all 1s, visibility 1.3s;
        -o-transition: all 1s, visibility 1.3s;
        transition: all 1s, visibility 1.3s; }
  .filter-controls {
    display: flex;
    /*padding-top: 15px;*/
    /*border: 1px solid red;*/ }
    .filter-controls_d-column {
      height: 100%;
      /*
            flex-direction: column;*/
      justify-content: center;
      align-items: flex-end; }
      .filter-controls_d-column button {
        min-width: 160px;
        margin-bottom: 20px; }
      .filter-controls_d-column button:last-of-type {
        margin-right: 0px; }
    .filter-controls_d-row {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .filter-controls_d-row button {
        max-width: 150px;
        margin-right: 20%; }
      .filter-controls_d-row button:last-of-type {
        margin-right: 0px; }
    .filter-controls button {
      max-width: 150px; }
  .filter .color-item {
    display: inline;
    margin: 0 4px; }
    .filter .color-item .custom-control-label::before {
      width: 1.5rem;
      height: 1.5rem; }
    .filter .color-item .custom-control-label::after {
      width: 1.5rem;
      height: 1.5rem; }
  .filter .color-select {
    width: 100%;
    height: 100%;
    min-height: 35px;
    /*& .k-radio-label {
                padding-left: calc( 24px + 4px);
            }

            .k-radio-label::after {
                width: 10px;
                height: 10px;
                top: 7px;
                left: 7px;
            }

            & .k-radio-label::before {
                width: 24px;
                height: 24px;
            }*/ }
  .filter-form .form-group .k-multiselect-wrap {
    height: calc( 2.25rem + 2px); }
  .filter .date-range {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .filter .date-range__item {
      width: 49%; }
    .filter .date-range__txt {
      padding: 0 5px; }
  .filter .num-range {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
  .filter .num-slider {
    width: 100%;
    padding: 0 10px;
    /*margin-right: 20px;*/
    /*display: inline-block;*/ }
    .filter .num-slider .k-slider.k-slider-horizontal {
      width: 100%;
      margin-top: -7px; }
  .filter .num-value {
    margin-top: -8px;
    width: 100%;
    padding: 0 15px;
    height: 17px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /*border: 1px solid black;*/ }
    .filter .num-value__item {
      display: inline-block;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .filter .num-value__item input {
        border-color: transparent;
        box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.1);
        color: #102A43;
        background-color: transparent;
        width: 60%;
        padding: 0;
        padding-bottom: 2px;
        height: 17px;
        text-align: center;
        border-radius: 0; }
        .filter .num-value__item input:focus {
          border-color: transparent;
          box-shadow: 0 2px 0px 0px rgba(99, 140, 255, 0.6); }
        .filter .num-value__item input.dash {
          padding: 0 5px; }
    .filter .num-value_dash {
      text-align: center;
      height: 15px; }

.page-action {
  position: absolute;
  z-index: 10;
  display: block;
  right: 3%;
  bottom: 3%;
  border-radius: 100%; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.align_flex-start {
  justify-content: flex-start !important; }

.align_flex-end {
  justify-content: flex-end !important; }

.toolbar {
  width: 100%;
  margin-bottom: 10px; }
  .toolbar__section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .toolbar__control {
    display: inline-block;
    /*margin: 0 5px;*/ }

.operation-chart {
  /*width: 180px;*/
  height: 40px; }
  .operation-chart .items-list {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end; }
  .operation-chart .item {
    cursor: pointer;
    background-color: #A9C0FF;
    display: inline;
    opacity: 0.7;
    transition: opacity ease-in 0.2s; }
    .operation-chart .item:before {
      content: "";
      width: 100%;
      height: 2px;
      top: -2px;
      left: 0;
      display: block;
      position: relative;
      background-color: #638CFF; }
    .operation-chart .item:hover {
      opacity: 1; }

/*$stateGood: green;
$stateWarning: orange;
$stateBad: red;
$stateUndefined: grey;*/
.type-0 {
  background-color: #FF5C5C; }

.type-1 {
  background-color: #FFC55C; }

.type-2 {
  background-color: #5CAE5C; }

.type-3 {
  background-color: #D2D2D2; }

.type-text-0 {
  color: #FF5C5C; }

.type-text-1 {
  color: #FFC55C; }

.type-text-2 {
  color: #5CAE5C; }

.type-text-3 {
  color: #D2D2D2; }

.state-bar {
  width: 100%;
  height: 7px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 7px; }

.state-item {
  height: 100%;
  display: inline-block;
  cursor: pointer; }

.state-chart {
  /*width: 100px;*/
  height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }
  .state-chart .global {
    width: 8px;
    margin-right: 5px;
    /*border-radius: 2px;*/
    height: 35px;
    cursor: pointer;
    opacity: 0.7; }
    .state-chart .global:hover {
      opacity: 1.0; }
  .state-chart .icons-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .state-chart .icons-list .icon {
      width: 35px;
      height: 35px;
      display: inline; }
      .state-chart .icons-list .icon img {
        width: 100%;
        height: 100%;
        opacity: 0.7; }
        .state-chart .icons-list .icon img:hover {
          opacity: 1; }
        .state-chart .icons-list .icon img.color-0 {
          filter: sepia(100%) hue-rotate(-50deg) saturate(700%); }
        .state-chart .icons-list .icon img.color-1 {
          filter: sepia(100%) brightness(1.8) saturate(600%); }
        .state-chart .icons-list .icon img.color-2 {
          filter: sepia(100%) hue-rotate(65deg) saturate(700%); }
        .state-chart .icons-list .icon img.color-3 {
          filter: opacity(45%); }
  .state-chart .items-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .state-chart .items-list .item {
      width: 100%;
      cursor: pointer;
      /*border-radius: 2px;*/
      margin-bottom: 4px;
      opacity: 0.7;
      transition: opacity ease-in 0.2s; }
      .state-chart .items-list .item:hover {
        opacity: 1.0; }
      .state-chart .items-list .item:last-child {
        margin-bottom: 0px; }

.wiz {
  font-size: 14px; }
  .wiz-dialog {
    min-width: 1000px; }
  .wiz-title {
    font-size: 26px;
    font-weight: 600; }
  .wiz-body {
    height: 600px;
    overflow-y: scroll; }
  .wiz-form label {
    width: 100%; }
  .wiz-form input {
    width: 100%; }
  .wiz-form .wz-center {
    max-width: 500px;
    display: block;
    margin: 0 auto; }
  .wiz-footer {
    justify-content: space-around !important; }

.text-uppercase {
  text-transform: uppercase; }

.name-w-state {
  /*border: 1px solid red;*/
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline; }
  .name-w-state.center {
    align-items: center; }
  .name-w-state .state {
    cursor: pointer;
    margin-right: 10px; }
    .name-w-state .state.sm {
      font-size: 15px; }
    .name-w-state .state.lg {
      font-size: 22px; }

.name-subline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: self-start; }
  .name-subline .sm {
    font-size: 12px;
    text-transform: uppercase; }

.name-icon {
  font-size: 0,9rem;
  padding: 0 7px;
  opacity: .4;
  transition: opacity ease-in 0.2s;
  cursor: pointer; }
  .name-icon:hover {
    opacity: 1; }

.inner__nav {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .inner__nav .item {
    position: relative; }
    .inner__nav .item.active {
      color: #638CFF; }
    .inner__nav .item.active::before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 25px 25px 0px 0;
      background: #638CFF;
      position: absolute;
      left: 0px;
      bottom: 0px; }

.point-profile .name {
  margin-bottom: 15px;
  min-height: 50px; }
  .point-profile .name .name-subline .lg {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }

/*43px*/
.planogram-select-point {
  min-height: 95px; }
  .planogram-select-point .planogram__label {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 16px; }
  .planogram-select-point .planogram__list {
    width: 100%; }
    .planogram-select-point .planogram__list_wrap {
      max-height: 50px; }
  .planogram-select-point .planogram__controls {
    display: block; }
    .planogram-select-point .planogram__controls button {
      line-height: 16px; }
    .planogram-select-point .planogram__controls.disabled {
      display: none; }

.item-divide {
  background-color: rgba(99, 140, 255, 0.9);
  height: 3px;
  margin-bottom: 15px; }

.planogram-product-matrix {
  /*border: 1px solid red;*/
  /*display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;*/ }
  .planogram-product-matrix.disabled {
    opacity: 0.4; }
    .planogram-product-matrix.disabled .matrix__product {
      pointer-events: none; }
  .planogram-product-matrix .product {
    width: 100%;
    /*max-width: 450px;*/
    border: 1px solid #D9E2EC;
    border-radius: 2px;
    /*margin-right: 15px;*/
    margin-bottom: 15px;
    min-height: 665px; }
    .planogram-product-matrix .product.active {
      border: 1px solid #638CFF; }
    .planogram-product-matrix .product__header {
      text-align: center;
      margin-bottom: 10px; }
    .planogram-product-matrix .product__content {
      height: 100%;
      overflow-y: scroll; }
      .planogram-product-matrix .product__content::-webkit-scrollbar {
        display: none; }
    .planogram-product-matrix .product__form {
      padding: 5px 15px;
      padding-bottom: 0; }
      .planogram-product-matrix .product__form-btns {
        padding-bottom: 15px; }
        .planogram-product-matrix .product__form-btns .btn.hidden {
          display: none; }
      .planogram-product-matrix .product__form .form__field {
        margin-bottom: 5px; }
        .planogram-product-matrix .product__form .form__field_w-image {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start; }
          .planogram-product-matrix .product__form .form__field_w-image .form__field {
            width: 100%; }
      .planogram-product-matrix .product__form .form__image {
        width: 100px;
        height: 100px;
        min-height: 100px;
        min-width: 100px;
        margin-right: 15px;
        padding: 5px;
        border: 1px solid #D9E2EC;
        border-radius: 4px; }
        .planogram-product-matrix .product__form .form__image img {
          width: auto;
          height: 100%;
          display: block;
          margin: 0 auto; }
      .planogram-product-matrix .product__form.disabled * {
        pointer-events: none;
        opacity: 0.8; }
  .planogram-product-matrix .matrix {
    border: 1px solid #D9E2EC;
    width: 100%;
    height: 100%;
    max-height: 665px;
    overflow-y: auto;
    margin-bottom: 15px;
    /*max-width: 500px;*/
    /*max-width: 600px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    .planogram-product-matrix .matrix__device {
      padding: 0 10px; }
      .planogram-product-matrix .matrix__device .device-name {
        margin: 0.5rem; }
      .planogram-product-matrix .matrix__device .device-sections {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start; }
    .planogram-product-matrix .matrix__section {
      display: inline-block;
      margin-right: 10px; }
      .planogram-product-matrix .matrix__section:last-of-type {
        margin-right: 0px; }
    .planogram-product-matrix .matrix__row {
      /*border: 1px solid black;*/
      height: 80px;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; }
      .planogram-product-matrix .matrix__row:first-of-type {
        border-top: 1px solid #D9E2EC; }
      .planogram-product-matrix .matrix__row .matrix__col:first-of-type {
        border-left: 1px solid #D9E2EC; }
    .planogram-product-matrix .matrix__col {
      width: calc(80px * 2);
      height: 100%;
      display: inline-block; }
    .planogram-product-matrix .matrix__slot {
      width: 100%;
      height: 100%;
      cursor: pointer;
      border-right: 1px solid #D9E2EC;
      border-bottom: 1px solid #D9E2EC;
      padding: 3px;
      overflow: hidden;
      font-size: 11px; }
      .planogram-product-matrix .matrix__slot_empty {
        background-color: #F9F9FF; }
        .planogram-product-matrix .matrix__slot_empty.active {
          background-color: rgba(99, 140, 255, 0.7); }
      .planogram-product-matrix .matrix__slot.active {
        color: white;
        /*font-weight: 600;*/
        background-color: rgba(99, 140, 255, 0.9); }
    .planogram-product-matrix .matrix__product {
      width: 100%;
      height: 100%;
      /*cursor: pointer;*/
      /*border-right: 1px solid #D9E2EC;
            border-bottom: 1px solid #D9E2EC;
            padding: 3px;
            overflow: hidden;
            font-size: 11px;*/ }
      .planogram-product-matrix .matrix__product_wrap {
        width: 100%;
        height: 100%;
        position: relative; }
      .planogram-product-matrix .matrix__product .product__name {
        text-align: center;
        height: 16px;
        overflow-y: hidden;
        overflow-x: hidden; }
      .planogram-product-matrix .matrix__product .product__date {
        text-align: center;
        font-size: 12px; }
      .planogram-product-matrix .matrix__product .product__price {
        display: inline-block;
        overflow: hidden; }
        .planogram-product-matrix .matrix__product .product__price_wrap {
          position: absolute;
          bottom: 5px;
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
      .planogram-product-matrix .matrix__product .product__state {
        height: 3px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0; }

.maintain-geopoints {
  border: 1px solid black; }

.maintain-crews {
  border: 1px solid black; }

.crew {
  border: 1px solid black;
  width: 230px;
  min-height: 150px;
  display: inline-block;
  padding: 0.3rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }
  .crew_selected {
    border: 2px dashed blue; }
  .crew__list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden; }
  .crew__header {
    width: 100%;
    font-size: 11px;
    /*max-height: 60px;*/
    /*overflow: hidden;*/
    margin-bottom: 0.3rem; }
    .crew__header > * {
      display: inline-block;
      vertical-align: middle; }
  .crew__name {
    width: 30%;
    border: 1px solid black;
    margin-right: 15px; }
  .crew .routepoint__common {
    text-align: right; }
  .crew .routepoint__list {
    min-height: 100px;
    padding: 0.3rem; }
    .crew .routepoint__list.droppable-border {
      border: 2px dashed red; }
    .crew .routepoint__list .geopoint {
      width: 100%;
      margin-right: 0; }
      .crew .routepoint__list .geopoint__point_first {
        max-width: 80%; }

.geopoint {
  border: 1px solid black;
  padding: 0.2rem 0.3rem;
  display: inline-block;
  /*max-width: 150px;*/
  cursor: pointer;
  margin-bottom: 0.3rem;
  margin-right: 0.1rem;
  font-size: 11.5px; }
  .geopoint_expanded {
    /*max-width: unset;*/
    /*min-width: 0;*/
    width: auto; }
  .geopoint__list {
    max-height: 290px;
    min-height: 150px;
    overflow-y: auto;
    overflow-x: hidden; }
    .geopoint__list.droppable-border {
      border: 2px dashed green; }
  .geopoint__location {
    width: 100%;
    height: 15px;
    overflow: hidden;
    margin-bottom: 0.2rem; }
  .geopoint__point-list {
    width: 100%; }
    .geopoint__point-list > * {
      display: inline; }
  .geopoint__point {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    overflow: hidden; }
    .geopoint__point_first {
      border: 1px solid yellow; }
    .geopoint__point_count {
      background-color: brown;
      color: white;
      cursor: pointer; }
    .geopoint__point_hidden {
      display: none !important; }

.task {
  width: 100%;
  height: 100%;
  position: relative; }
  .task__data {
    width: 25%;
    height: calc(100% - 30px);
    z-index: 15;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: .25rem;
    background-color: white;
    padding: 15px;
    border: 1px solid #ced4da; }
  .task .routepoint__list {
    max-height: 630px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto; }
  .task .routepoint__coords {
    display: none; }
  .task__map {
    width: 100%;
    height: 100%;
    /*position: absolute;
        top: 0;
        left: 0;*/ }
    .task__map .form-control {
      width: 70%;
      margin-top: 15px;
      margin-right: 15px; }

.k-tabstrip > .k-content {
  padding: 6px 15px; }

.form-control:focus {
  color: #102A43;
  border-color: #d9e2ec;
  box-shadow: none; }

.form__field.error .k-widget.k-combobox .k-dropdown-wrap {
  border-color: rgba(235, 87, 87, 0.5); }

.k-tooltip.k-tooltip-validation {
  padding: 0;
  margin-top: 0px;
  font-size: 12px; }
  .k-tooltip.k-tooltip-validation .k-icon.k-i-warning {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 12px; }

.sidebar {
  background-color: #F9F9FF;
  padding: 0;
  width: 210px;
  height: 100%;
  overflow-y: auto;
  padding: 16px 24px;
  /*&_wrap {
        background-color: #F9F9FF;
        width: 170px;
        height: 100%;
    }*/ }
  .sidebar::-webkit-scrollbar {
    display: none; }
  .sidebar-show {
    width: 100px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 26px;
    color: white;
    background-color: #638CFF;
    padding: 3px 6px;
    /*
    border-radius: 50%;
    */
    border: 1px solid #638CFF;
    cursor: pointer;
    display: none; }

/* Scheduler */
td.selectable {
  cursor: pointer; }

.k-grid.grid-border {
  border: 1px solid black;
  border-color: rgba(0, 0, 0, 0.08) !important;
  border-width: 0 0 1px 0px; }

.toolbar_h100 {
  /*border: 1px solid black;*/
  /*min-height: 80px;*/ }

.toolbar .form__field {
  margin-bottom: 15px; }

.k-scheduler-table td {
  cursor: pointer; }

textarea.form-control {
  min-height: 120px; }

.map {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1200px) {
  .stats-card {
    margin-left: 30px; }
  .k-grid td {
    padding: 0px; }
  .operationStateDescription {
    font-size: 8px; }
  ::-webkit-scrollbar {
    width: 0px; }
  .col-12 {
    padding: 0 1px; }
  .filter-form {
    margin-left: 20px; }
  .navbar-right {
    margin: 0px; }
  .b-inner {
    padding: 1px; }
  .row {
    margin-right: 0px; }
  .sidebar {
    width: 0;
    padding: 0px; }
    .sidebar-nav {
      display: none;
      height: calc(100vh - 120px);
      overflow-y: scroll; }
      .sidebar-nav::-webkit-scrollbar {
        display: none; }
    .sidebar.expand {
      width: 230px;
      background-color: #F9F9FF;
      box-shadow: 13px 0px 14px 12px rgba(39, 67, 145, 0.07); }
      .sidebar.expand .sidebar-nav {
        display: block; }
      .sidebar.expand .sidebar-show {
        right: -20px; }
    .sidebar-show {
      display: block;
      right: 3px;
      position: static; }
  .page__wrap--sidebar {
    margin-left: 0px; }
  .planogram-product-matrix .product {
    min-height: 733px; }
  .planogram-product-matrix .matrix {
    max-height: 733px; }
  .planogram-product-matrix .product__form .form__field_w-image {
    flex-direction: column;
    margin-bottom: unset; }
    .planogram-product-matrix .product__form .form__field_w-image .form__image {
      width: 100%;
      margin-bottom: 5px; } }

@media screen and (max-width: 768px) {
  .planogram-product-matrix .product {
    min-height: unset; } }

@media screen and (max-width: 586px) and (min-width: 576px) {
  .planogram-select-point .btn {
    padding: 9px 12px; } }

@media screen and (max-width: 576px) {
  .b-col-3 {
    width: 100%; }
  .planogram-select-point {
    min-height: 160px; } }
