/* base
======================================================= */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  min-width: 1200px;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  background-color: #ebeef0;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
}

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

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  line-height: 1;
  background: rgba(0, 0, 0, 0.0001);
  /* Fix for IE */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

ul li,
ol li {
  list-style-type: inherit;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

/* layout
======================================================= */
.notReady {
  box-shadow: 0 0 3px red;
}

/* page-wrapper
------------------------------------------------------- */
.page-wrapper {
  position: relative;
  height: 100%;
}

/* page-header
------------------------------------------------------- */
.page-header {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.page-header, .page-header__controls, .page-header__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-header__main {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
  border-right: 4px solid #5fa2dd;
}

.page-header__aside, .page-header__logo {
  height: 100%;
}

.page-header__aside {
  width: 230px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #2d3c4b;
  transition: width .3s;
}

@media only screen and (max-width: 1366px) {
  .page-header__aside {
    width: 50px !important;
  }
}

.page-header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header__logo img {
  max-height: 100%;
}

.page-header__logo img:not(:only-child):last-child {
  display: none;
}

@media only screen and (max-width: 1366px) {
  .page-header__logo img:not(:only-child):first-child {
    display: none !important;
  }
  .page-header__logo img:not(:only-child):last-child {
    display: block !important;
  }
}

.page-header__control {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.07);
  border-width: 0 1px 0;
  cursor: pointer;
}

.page-header__control:hover {
  background-color: #e7e7e7;
}

.page-header__control + .page-header__control {
  border-left: 0;
}

.page-header__control.m-wide {
  width: auto;
}

.page-header__control.v-user {
  border-right: 0;
}

.page-header__control.v-user .dropdown__header {
  min-width: 215px;
  padding: 0 20px;
}

.page-header__control.v-menu > a,
.page-header__control.v-menu .dropdown__header {
  min-width: 140px;
}

.page-header__control.v-menu .dropdown__header {
  padding: 0 25px 0 15px;
  text-align: center;
}

.page-header__control.v-menu .dropdown__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-header__control.v-menu > a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: inherit;
}

.page-header__user-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  max-width: 132px;
  margin-right: 10px;
}

.page-header__dropdown {
  width: 100%;
}

.page-header__dropdown .dropdown__icon {
  vertical-align: middle;
}

.page-header__dropdown .dropdown__content {
  cursor: default;
  line-height: 1.2em;
  text-align: left;
}

.page-header__dropdown .dropdown__toggle:focus {
  opacity: 1;
  background-color: #e7e7e7;
}

.page-header__dropdown.is-active .dropdown__header {
  background-color: #e7e7e7;
}

.page-header__control > .fa, .page-header__dropdown .dropdown__icon {
  color: #b0b0b0;
}

.page-header__control:hover > .fa, .page-header__dropdown:hover .dropdown__icon,
.page-header__dropdown.is-active .dropdown__icon {
  color: #999999;
}

/* page-container
------------------------------------------------------- */
.page-container {
  padding: 40px 230px 0;
  transition: padding .3s;
}

@media only screen and (max-width: 1366px) {
  .page-container {
    padding-left: 50px !important;
  }
}

/* page-content
------------------------------------------------------- */
.page-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

/* page-aside
------------------------------------------------------- */
.page-aside {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 230px;
  padding-top: 40px;
  height: 100%;
  background-color: #2d3c4b;
  color: #abb1b7;
  overflow-y: auto;
  transition: width .3s, -webkit-transform .3s;
  transition: width .3s, transform .3s;
  transition: width .3s, transform .3s, -webkit-transform .3s;
}

.page-aside__title {
  font-size: 22px;
  color: #fff;
}

.page-aside__section-title {
  font-size: 18px;
}

.page-aside__row {
  position: relative;
  margin-bottom: 10px;
}

.page-aside__row:last-of-type {
  margin-bottom: 0;
}

.page-aside__devider {
  display: block;
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 10px 0;
}

.page-aside__menu {
  max-width: 100%;
}

.page-aside__menu .menu__link {
  transition: .3s;
}

.page-aside__menu .menu__item:hover > .menu__link,
.page-aside__menu .menu__item.is-active > .menu__link {
  box-shadow: inset 4px 0 0 0 #5fa2dd;
  color: #fff;
}

.page-aside__menu .menu__item.is-active {
  background-color: #273441;
}

.page-aside__menu .menu__list.v-submenu .menu__link {
  padding-left: 60px;
}

.page-aside__menu .menu__list.v-submenu .menu__link:hover, .page-aside__menu .menu__list.v-submenu .menu__link.is-current {
  padding-left: 65px;
}

.page-aside__menu .menu__list.v-submenu .menu__link:not(.v-toggle):hover, .page-aside__menu .menu__list.v-submenu .menu__link.is-current {
  box-shadow: none;
}

.page-aside__menu .menu__list.v-submenu .menu__link.is-current {
  color: #fff;
}

.page-aside__menu .menu__list.v-submenu .menu__list .menu__link {
  padding-left: 80px;
}

.page-aside__menu .menu__list.v-submenu .menu__list .menu__link:hover, .page-aside__menu .menu__list.v-submenu .menu__list .menu__link.is-current {
  padding-left: 85px;
}

.page-aside__section {
  padding: 10px 0;
}

.page-aside__section + .page-aside__section,
.page-aside__section + .page-aside__chat-contacts {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.page-aside__section .page-aside__devider {
  margin-left: -20px;
  margin-right: -20px;
}

.page-aside__tabset .tabset__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #273441;
}

.page-aside__tabset .tabset__tab {
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  color: inherit;
  border: none;
}

.page-aside__tabset .tabset__tab, .page-aside__tabset .tabset__tab:hover:not(.m-disabled) {
  background-color: transparent;
}

.page-aside__tabset .tabset__tab:hover:not(.m-disabled) {
  color: #fff;
}

.page-aside__tabset .tabset__tab.is-active, .page-aside__tabset .tabset__tab.is-active:hover {
  color: #fff;
  background-color: #2d3c4b;
  cursor: default;
}

.page-aside > .ps-scrollbar-x-rail,
.page-aside > .ps-scrollbar-y-rail {
  display: none !important;
}

.page-aside.v-left {
  left: 0;
}

.page-aside.v-right {
  right: 0;
}

.page-aside.v-right .page-aside__section {
  padding-left: 20px;
  padding-right: 20px;
}

/* page-section
------------------------------------------------------- */
.page-section {
  margin-bottom: 20px;
}

.page-section__body {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075);
}

/* titles
------------------------------------------------------- */
.page-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.section-title {
  font-size: 17px;
}

/* body states
------------------------------------------------------- */
body {
  opacity: 0;
  transition: opacity .3s ease .2s;
}

body.ready {
  opacity: 1;
}

body.login-page .page-container,
body.clean-page .page-container {
  padding: 0;
}

body.login-page .page-wrapper,
body.clean-page .page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: url(../pic/bg-login.jpg) no-repeat fixed center;
  background-size: cover;
}

body.clean-page .page-wrapper {
  height: auto;
  min-height: 100%;
}

body.clean-page .page-container {
  width: 100%;
}

.is-left-aside-min .page-container {
  padding-left: 50px;
}

.is-left-aside-min .page-header__logo img:not(:only-child):first-child {
  display: none;
}

.is-left-aside-min .page-header__logo img:not(:only-child):last-child {
  display: block;
}

.is-left-aside-min .page-aside.v-left,
.is-left-aside-min .page-header__aside {
  width: 50px;
}

.is-left-aside-min .page-aside.v-left {
  overflow: visible !important;
}

.is-left-aside-min .page-aside.v-left .menu__heading,
.is-left-aside-min .page-aside.v-left .menu__title {
  display: none;
}

.is-left-aside-min .page-aside.v-left .menu__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is-left-aside-min .page-aside.v-left .menu__item,
.is-left-aside-min .page-aside.v-left .menu__link {
  min-height: 40px;
}

.is-left-aside-min .page-aside.v-left .menu__icon {
  margin-right: 26px;
}

.is-left-aside-min .page-aside.v-left .menu__item {
  position: relative;
  width: 100%;
  background-color: #2d3c4b;
  transition: width, box-shadow, .3s;
}

.is-left-aside-min .page-aside.v-left .menu__item:hover {
  width: 220px;
  box-shadow: inset 4px 0 0 0 #5fa2dd;
  background-color: #273441;
}

.is-left-aside-min .page-aside.v-left .menu__item:hover .menu__link::after,
.is-left-aside-min .page-aside.v-left .menu__item:hover .menu__title {
  display: inline-block;
}

.is-left-aside-min .page-aside.v-left .menu__item:hover > .menu__link {
  color: #fff;
  padding-right: 40px;
}

.is-left-aside-min .page-aside.v-left .menu__item:hover > .menu__list.v-submenu {
  display: block !important;
}

.is-left-aside-min .page-aside.v-left .menu__item:hover .menu__mark {
  top: 50%;
  margin-top: -9px;
}

.is-left-aside-min .page-aside.v-left .menu__link {
  position: relative;
  padding: 11px 0 11px 16px;
  color: inherit;
}

.is-left-aside-min .page-aside.v-left .menu__link::after {
  display: none;
  position: absolute;
  right: 3px;
  margin-top: -8px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.is-left-aside-min .page-aside.v-left .menu__icon {
  font-size: 16px;
}

.is-left-aside-min .page-aside.v-left .menu__mark {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 10px;
}

.is-left-aside-min .page-aside.v-left .menu__list.v-submenu {
  display: none !important;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 50px;
  background-color: #273441;
}

.is-left-aside-min .page-aside.v-left .menu__list.v-submenu .menu__list.v-submenu {
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
}

.is-left-aside-min .page-aside.v-left .menu__list.v-submenu .menu__item {
  width: 170px;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.15);
  color: #abb1b7;
}

.is-left-aside-min .page-aside.v-left .menu__list.v-submenu .menu__item .menu__link {
  padding-left: 12px;
}

.is-left-aside-min .page-aside.v-left .menu__list.v-submenu .menu__item:hover > .menu__link {
  padding-left: 20px;
}

.is-left-aside-min .page-aside.v-left .menu__list.v-submenu .menu__link {
  padding-right: 20px;
}

.is-left-aside-min .page-aside.v-left .menu__list.v-submenu .menu__link::after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.is-left-aside-min .page-aside.v-left .menu__list.v-submenu .menu__title {
  display: block;
  white-space: normal;
}

/* divider
------------------------------------------------------- */
.divider {
  width: 100%;
  display: block;
  height: 1px;
  background: #e7e7e7;
  margin: 20px 0;
}

.divider--sm {
  margin: 10px 0;
}

tr.divider {
  background: none;
  margin: 0;
  height: 32px;
  border-color: transparent;
}

tr.divider:hover {
  background: transparent;
}

tr.divider td {
  border-color: transparent;
}

.hiddenRow {
  padding: 0 !important;
}

[data-original]:not(:last-child) [data-cloner='clone'] {
  display: none;
}

[data-original]:first-child:not(.clonedBlock) [data-cloner='remove'] {
  display: none;
}

[data-original]:only-child [data-cloner='remove'] {
  display: none !important;
}

.maxReached [data-original]:last-child [data-cloner='clone'] {
  display: none;
}

.removing-overlay {
  position: relative;
}

.removing-overlay .js-remove-block {
  z-index: 1;
}

.removing-overlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px dashed #f76549;
  pointer-events: none;
  z-index: 10;
}

.muted-overlay {
  background: repeating-linear-gradient(45deg, #f7f7f7, #f7f7f7 2px, transparent 2px, transparent 18px);
}

.status-dot {
  background: #f76549;
}

[data-status='online'] .status-dot {
  background: #91c957;
}

.selectize.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.selectize-control .grid {
  margin: 0 !important;
}

.ajaxSelect {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.js-scrollbar {
  overflow: hidden;
}

#orderMap:after {
  content: attr(data-map-text);
  opacity: 0;
  transition: opacity .5s ease .5s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  line-height: 240px;
  text-align: center;
  font-size: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

#orderMap.loading:after {
  opacity: 1;
}

.popup {
  position: relative;
  background: #fff;
  margin: auto;
  padding: 20px;
  max-width: 500px;
}

.selectize-control.loading {
  position: relative;
}

.selectize-control.loading:after {
  font-family: FontAwesome;
  content: "\f110";
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  margin: auto;
  z-index: 1;
  line-height: 30px;
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

/* accordion
======================================================= */
.accordion__item {
  border: 1px solid #e7e7e7;
  border-bottom-width: 2px;
}

.accordion__item + .accordion__item {
  margin-top: 3px;
}

.accordion__title {
  padding: 10px 20px;
  line-height: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordion__body {
  display: none;
  padding: 10px 20px 20px;
}

/* avatar
======================================================= */
.avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}

.avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  max-height: 100%;
}

/* badge
======================================================= */
.badge {
  display: inline-block;
  min-width: 1.8em;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 2em;
}

.badge.m-dark {
  background-color: #999999;
}

.badge.m-small {
  font-size: 0.85em;
}

.badge.m-primary {
  background-color: #5fa2dd;
}

.badge.m-info {
  background-color: #46bbdc;
}

.badge.m-success {
  background-color: #91c957;
}

.badge.m-warning {
  background-color: #f1aa40;
}

.badge.m-danger {
  background-color: #f76549;
}

.badge.m-mint {
  background-color: #42cca5;
}

.badge.m-purple {
  background-color: #9f5594;
}

.badge.m-pink {
  background-color: #e17ca7;
}

.badge.m-gray {
  background-color: #f7f7f7;
}

.badge.m-dark {
  background-color: #999999;
}

.badge.m-light {
  background-color: #fff;
}

/* button
================================================ */
.button, .paginate_button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
  margin-bottom: 2px;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  width: auto;
  max-width: 100%;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #555;
  background-color: #fafafa;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  transition: color, backgroud, box-shadow, .2s;
}

.button i + span, .paginate_button i + span,
.button span + i, .paginate_button span + i {
  margin-left: 1em;
}

.button input[type="file"], .paginate_button input[type="file"] {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button:hover, .paginate_button:hover {
  background-color: #ededed;
}

.button:active, .paginate_button:active, .button:focus, .paginate_button:focus {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.button.m-tiny, .m-tiny.paginate_button {
  font-size: 10px;
  line-height: 20px;
}

.button.m-small, .m-small.paginate_button {
  font-size: 14px;
  line-height: 22px;
}

.button.m-large, .m-large.paginate_button {
  font-size: 14px;
  line-height: 28px;
}

.button.m-huge, .m-huge.paginate_button {
  font-size: 18px;
  line-height: 38px;
}

.button.m-mega, .m-mega.paginate_button {
  font-size: 20px;
  line-height: 48px;
}

.button.m-expand, .m-expand.paginate_button {
  display: block;
  width: 100%;
  padding: 0 5px;
}

.button.m-hollow, .m-hollow.paginate_button {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
}

.button.m-disabled, .m-disabled.paginate_button {
  box-shadow: none !important;
  background-color: #ededed;
  cursor: default;
}

.button.m-group:not(:first-child), .m-group.paginate_button:not(:first-child) {
  margin-left: -1px;
}

.button.m-group:first-child, .m-group.paginate_button:first-child {
  margin-right: -1px;
}

.button.m-group:first-child + .button.m-group, .m-group.paginate_button:first-child + .button.m-group, .button.m-group:first-child + .m-group.paginate_button, .m-group.paginate_button:first-child + .m-group.paginate_button {
  margin-left: 0;
}

.button.v-icon, .v-icon.paginate_button {
  white-space: nowrap;
}

.button.v-icon i, .v-icon.paginate_button i {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
  line-height: inherit;
  background: rgba(0, 0, 0, 0.05);
  margin-left: -1em;
}

.button.m-primary, .m-primary.paginate_button {
  background-color: #5fa2dd;
}

.button.m-primary:hover, .m-primary.paginate_button:hover {
  background-color: #358ad4;
}

.button.m-primary.is-active, .m-primary.is-active.paginate_button {
  background-color: #358ad4;
}

.button.m-hover-primary:hover, .m-hover-primary.paginate_button:hover {
  background-color: #5fa2dd;
}

.button.m-info, .m-info.paginate_button {
  background-color: #46bbdc;
}

.button.m-info:hover, .m-info.paginate_button:hover {
  background-color: #26a5c9;
}

.button.m-info.is-active, .m-info.is-active.paginate_button {
  background-color: #26a5c9;
}

.button.m-hover-info:hover, .m-hover-info.paginate_button:hover {
  background-color: #46bbdc;
}

.button.m-success, .m-success.paginate_button {
  background-color: #91c957;
}

.button.m-success:hover, .m-success.paginate_button:hover {
  background-color: #78b33a;
}

.button.m-success.is-active, .m-success.is-active.paginate_button {
  background-color: #78b33a;
}

.button.m-hover-success:hover, .m-hover-success.paginate_button:hover {
  background-color: #91c957;
}

.button.m-warning, .m-warning.paginate_button {
  background-color: #f1aa40;
}

.button.m-warning:hover, .m-warning.paginate_button:hover {
  background-color: #ed9511;
}

.button.m-warning.is-active, .m-warning.is-active.paginate_button {
  background-color: #ed9511;
}

.button.m-hover-warning:hover, .m-hover-warning.paginate_button:hover {
  background-color: #f1aa40;
}

.button.m-danger, .m-danger.paginate_button {
  background-color: #f76549;
}

.button.m-danger:hover, .m-danger.paginate_button:hover {
  background-color: #f53c18;
}

.button.m-danger.is-active, .m-danger.is-active.paginate_button {
  background-color: #f53c18;
}

.button.m-hover-danger:hover, .m-hover-danger.paginate_button:hover {
  background-color: #f76549;
}

.button.m-mint, .m-mint.paginate_button {
  background-color: #42cca5;
}

.button.m-mint:hover, .m-mint.paginate_button:hover {
  background-color: #2fac89;
}

.button.m-mint.is-active, .m-mint.is-active.paginate_button {
  background-color: #2fac89;
}

.button.m-hover-mint:hover, .m-hover-mint.paginate_button:hover {
  background-color: #42cca5;
}

.button.m-purple, .m-purple.paginate_button {
  background-color: #9f5594;
}

.button.m-purple:hover, .m-purple.paginate_button:hover {
  background-color: #7e4375;
}

.button.m-purple.is-active, .m-purple.is-active.paginate_button {
  background-color: #7e4375;
}

.button.m-hover-purple:hover, .m-hover-purple.paginate_button:hover {
  background-color: #9f5594;
}

.button.m-pink, .m-pink.paginate_button {
  background-color: #e17ca7;
}

.button.m-pink:hover, .m-pink.paginate_button:hover {
  background-color: #d7538b;
}

.button.m-pink.is-active, .m-pink.is-active.paginate_button {
  background-color: #d7538b;
}

.button.m-hover-pink:hover, .m-hover-pink.paginate_button:hover {
  background-color: #e17ca7;
}

.button.m-gray, .m-gray.paginate_button {
  background-color: #f7f7f7;
}

.button.m-gray:hover, .m-gray.paginate_button:hover {
  background-color: #dedede;
}

.button.m-gray.is-active, .m-gray.is-active.paginate_button {
  background-color: #dedede;
}

.button.m-hover-gray:hover, .m-hover-gray.paginate_button:hover {
  background-color: #f7f7f7;
}

.button.m-dark, .m-dark.paginate_button {
  background-color: #999999;
}

.button.m-dark:hover, .m-dark.paginate_button:hover {
  background-color: gray;
}

.button.m-dark.is-active, .m-dark.is-active.paginate_button {
  background-color: gray;
}

.button.m-hover-dark:hover, .m-hover-dark.paginate_button:hover {
  background-color: #999999;
}

.button.m-light, .m-light.paginate_button {
  background-color: #fff;
}

.button.m-light:hover, .m-light.paginate_button:hover {
  background-color: #e6e6e6;
}

.button.m-light.is-active, .m-light.is-active.paginate_button {
  background-color: #e6e6e6;
}

.button.m-hover-light:hover, .m-hover-light.paginate_button:hover {
  background-color: #fff;
}

.button.m-primary-dark, .m-primary-dark.paginate_button {
  background-color: #358ad4;
}

.button.m-primary-dark:hover, .m-primary-dark.paginate_button:hover {
  background-color: #5fa2dd;
}

.button.m-primary-dark.is-active, .m-primary-dark.is-active.paginate_button {
  background-color: #358ad4;
}

.button.m-info-dark, .m-info-dark.paginate_button {
  background-color: #26a5c9;
}

.button.m-info-dark:hover, .m-info-dark.paginate_button:hover {
  background-color: #46bbdc;
}

.button.m-info-dark.is-active, .m-info-dark.is-active.paginate_button {
  background-color: #26a5c9;
}

.button.m-success-dark, .m-success-dark.paginate_button {
  background-color: #78b33a;
}

.button.m-success-dark:hover, .m-success-dark.paginate_button:hover {
  background-color: #91c957;
}

.button.m-success-dark.is-active, .m-success-dark.is-active.paginate_button {
  background-color: #78b33a;
}

.button.m-warning-dark, .m-warning-dark.paginate_button {
  background-color: #ed9511;
}

.button.m-warning-dark:hover, .m-warning-dark.paginate_button:hover {
  background-color: #f1aa40;
}

.button.m-warning-dark.is-active, .m-warning-dark.is-active.paginate_button {
  background-color: #ed9511;
}

.button.m-danger-dark, .m-danger-dark.paginate_button {
  background-color: #f53c18;
}

.button.m-danger-dark:hover, .m-danger-dark.paginate_button:hover {
  background-color: #f76549;
}

.button.m-danger-dark.is-active, .m-danger-dark.is-active.paginate_button {
  background-color: #f53c18;
}

.button.m-mint-dark, .m-mint-dark.paginate_button {
  background-color: #2fac89;
}

.button.m-mint-dark:hover, .m-mint-dark.paginate_button:hover {
  background-color: #42cca5;
}

.button.m-mint-dark.is-active, .m-mint-dark.is-active.paginate_button {
  background-color: #2fac89;
}

.button.m-purple-dark, .m-purple-dark.paginate_button {
  background-color: #7e4375;
}

.button.m-purple-dark:hover, .m-purple-dark.paginate_button:hover {
  background-color: #9f5594;
}

.button.m-purple-dark.is-active, .m-purple-dark.is-active.paginate_button {
  background-color: #7e4375;
}

.button.m-pink-dark, .m-pink-dark.paginate_button {
  background-color: #d7538b;
}

.button.m-pink-dark:hover, .m-pink-dark.paginate_button:hover {
  background-color: #e17ca7;
}

.button.m-pink-dark.is-active, .m-pink-dark.is-active.paginate_button {
  background-color: #d7538b;
}

.button.m-gray-dark, .m-gray-dark.paginate_button {
  background-color: #dedede;
}

.button.m-gray-dark:hover, .m-gray-dark.paginate_button:hover {
  background-color: #f7f7f7;
}

.button.m-gray-dark.is-active, .m-gray-dark.is-active.paginate_button {
  background-color: #dedede;
}

.button.m-dark-dark, .m-dark-dark.paginate_button {
  background-color: gray;
}

.button.m-dark-dark:hover, .m-dark-dark.paginate_button:hover {
  background-color: #999999;
}

.button.m-dark-dark.is-active, .m-dark-dark.is-active.paginate_button {
  background-color: gray;
}

.button.m-light-dark, .m-light-dark.paginate_button {
  background-color: #e6e6e6;
}

.button.m-light-dark:hover, .m-light-dark.paginate_button:hover {
  background-color: #fff;
}

.button.m-light-dark.is-active, .m-light-dark.is-active.paginate_button {
  background-color: #e6e6e6;
}

.button.m-primary, .m-primary.paginate_button, .button.m-hover-primary:hover, .m-hover-primary.paginate_button:hover, .button.m-info, .m-info.paginate_button, .button.m-hover-info:hover, .m-hover-info.paginate_button:hover, .button.m-success, .m-success.paginate_button, .button.m-hover-success:hover, .m-hover-success.paginate_button:hover, .button.m-warning, .m-warning.paginate_button, .button.m-hover-warning:hover, .m-hover-warning.paginate_button:hover, .button.m-danger, .m-danger.paginate_button, .button.m-hover-danger:hover, .m-hover-danger.paginate_button:hover, .button.m-mint, .m-mint.paginate_button, .button.m-hover-mint:hover, .m-hover-mint.paginate_button:hover, .button.m-purple, .m-purple.paginate_button, .button.m-hover-purple:hover, .m-hover-purple.paginate_button:hover, .button.m-pink, .m-pink.paginate_button, .button.m-hover-pink:hover, .m-hover-pink.paginate_button:hover, .button.m-gray, .m-gray.paginate_button, .button.m-hover-gray:hover, .m-hover-gray.paginate_button:hover, .button.m-dark, .m-dark.paginate_button, .button.m-hover-dark:hover, .m-hover-dark.paginate_button:hover, .button.m-light, .m-light.paginate_button, .button.m-hover-light:hover, .m-hover-light.paginate_button:hover, .button.m-primary-dark, .m-primary-dark.paginate_button, .button.m-info-dark, .m-info-dark.paginate_button, .button.m-success-dark, .m-success-dark.paginate_button, .button.m-warning-dark, .m-warning-dark.paginate_button, .button.m-danger-dark, .m-danger-dark.paginate_button, .button.m-mint-dark, .m-mint-dark.paginate_button, .button.m-purple-dark, .m-purple-dark.paginate_button, .button.m-pink-dark, .m-pink-dark.paginate_button, .button.m-gray-dark, .m-gray-dark.paginate_button, .button.m-dark-dark, .m-dark-dark.paginate_button, .button.m-light-dark, .m-light-dark.paginate_button {
  color: #fff;
}

.button.m-primary, .m-primary.paginate_button, .button.m-hover-primary:hover, .m-hover-primary.paginate_button:hover, .button.m-info, .m-info.paginate_button, .button.m-hover-info:hover, .m-hover-info.paginate_button:hover, .button.m-success, .m-success.paginate_button, .button.m-hover-success:hover, .m-hover-success.paginate_button:hover, .button.m-warning, .m-warning.paginate_button, .button.m-hover-warning:hover, .m-hover-warning.paginate_button:hover, .button.m-danger, .m-danger.paginate_button, .button.m-hover-danger:hover, .m-hover-danger.paginate_button:hover, .button.m-mint, .m-mint.paginate_button, .button.m-hover-mint:hover, .m-hover-mint.paginate_button:hover, .button.m-purple, .m-purple.paginate_button, .button.m-hover-purple:hover, .m-hover-purple.paginate_button:hover, .button.m-pink, .m-pink.paginate_button, .button.m-hover-pink:hover, .m-hover-pink.paginate_button:hover, .button.m-gray, .m-gray.paginate_button, .button.m-hover-gray:hover, .m-hover-gray.paginate_button:hover, .button.m-dark, .m-dark.paginate_button, .button.m-hover-dark:hover, .m-hover-dark.paginate_button:hover, .button.m-light, .m-light.paginate_button, .button.m-hover-light:hover, .m-hover-light.paginate_button:hover, .button.m-primary-dark, .m-primary-dark.paginate_button, .button.m-info-dark, .m-info-dark.paginate_button, .button.m-success-dark, .m-success-dark.paginate_button, .button.m-warning-dark, .m-warning-dark.paginate_button, .button.m-danger-dark, .m-danger-dark.paginate_button, .button.m-mint-dark, .m-mint-dark.paginate_button, .button.m-purple-dark, .m-purple-dark.paginate_button, .button.m-pink-dark, .m-pink-dark.paginate_button, .button.m-gray-dark, .m-gray-dark.paginate_button, .button.m-dark-dark, .m-dark-dark.paginate_button, .button.m-light-dark, .m-light-dark.paginate_button {
  border-color: transparent;
}

table.button-array {
  border: none;
}

table.button-array td {
  border: none;
  padding: 0;
}

/* chat-contacts
======================================================= */
.chat-contacts__title, .chat-contacts__user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-contacts__title-status, .chat-contacts__user-status {
  margin-right: 10px;
}

.chat-contacts__title {
  font-size: 16px;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: color .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chat-contacts__title:not(.m-sub):hover, .chat-contacts__title:not(.m-sub).is-active {
  color: #fff;
  cursor: pointer;
}

.chat-contacts__title.m-sub {
  padding-left: 35px;
  min-height: 40px;
}

.chat-contacts__list .chat-contacts__list {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.chat-contacts__list.is-active {
  background-color: rgba(0, 0, 0, 0.13);
}

.chat-contacts__user {
  height: 60px;
  padding: 0 20px 0 10px;
}

.chat-contacts__user, .chat-contacts__user:hover {
  text-decoration: none;
  color: inherit;
}

.chat-contacts__user:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.chat-contacts__user-info {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-contacts__avatar {
  margin-right: 20px;
}

.chat-contacts__name, .chat-contacts__subname {
  max-width: 115px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-contacts__name {
  font-size: 14px;
  color: #fff;
}

.chat-contacts__subname {
  color: #8ba2b9;
}

/* chat-window
======================================================= */
.chat-window {
  position: relative;
  background-color: #fff;
}

.chat-window__title, .chat-window__message, .chat-window__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chat-window__title, .chat-window__footer {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

.chat-window__header {
  padding: 10px 20px 0;
  color: #555;
}

.chat-window__body {
  position: relative;
  overflow: hidden;
}

.chat-window__footer {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #cdd6e1;
}

.chat-window__title {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.chat-window__message {
  margin: 20px 0;
  padding: 0 20px;
}

.chat-window__message + .chat-window__message {
  margin-top: 20px;
}

.chat-window__message.v-in .chat-window__bubble {
  color: #317787;
  background-color: #b7dcfe;
}

.chat-window__message.v-in .chat-window__bubble::after {
  right: 100%;
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #b7dcfe;
  border-top: 6px solid transparent;
}

.chat-window__message.v-out .chat-window__bubble {
  color: #a07617;
  background-color: #ffda87;
}

.chat-window__message.v-out .chat-window__bubble::after {
  left: 100%;
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffda87;
  border-top: 6px solid transparent;
}

.chat-window__avatar {
  width: 30px;
  height: 30px;
  margin: 15px 15px 0 -10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.chat-window__bubble {
  position: relative;
  padding: 10px;
}

.chat-window__bubble::after {
  content: '';
  position: absolute;
  top: 24px;
}

.chat-window__bubble-header {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.chat-window__bubble-footer {
  font-size: 9px;
}

.chat-window.v-wide .chat-window__bubble {
  max-width: 40%;
}

#chat {
  display: none;
}

/* contact
======================================================= */
.contact {
  text-decoration: none;
}

.contact .avatar {
  width: 20px;
  height: 20px;
}

.contact__name {
  display: inline-block;
  vertical-align: top;
  max-width: 140px;
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* dot
======================================================= */
.dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.dot.m-dark {
  background-color: #999999;
}

/* dropdown
================================================ */
.dropdown {
  position: relative;
}

.dropdown__header {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dropdown__header.v-badged .badge {
  position: absolute;
  top: 4px;
  right: 2px;
}

.dropdown.is-active .dropdown__header.v-focus-border,
.dropdown.v-active-on-hover:hover .dropdown__header.v-focus-border {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
}

.dropdown__content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  border: 1px solid #e7e7e7;
  background: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.dropdown.is-active .dropdown__content,
.dropdown.v-active-on-hover:hover .dropdown__content {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.dropdown__content.m-right {
  right: 0;
  left: auto;
}

.dropdown__content.m-top {
  top: auto;
  bottom: 100%;
}

.dropdown__content.m-small {
  width: 160px;
}

.dropdown__content.m-narrow {
  width: 200px;
}

.dropdown__content.m-medium {
  width: 250px;
}

.dropdown__content.m-wide {
  width: 300px;
}

.dropdown__menu {
  line-height: 1;
}

.dropdown__menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
  color: #555;
  text-decoration: none;
}

.dropdown__menu a:hover {
  background: #5fa2dd;
  color: #fff;
}

.dropdown__menu li:last-child a {
  border: 0;
}

.dropdown__menu.v-bdn a {
  border: 0;
}

/* Forms
================================================== */
/* input-group
-------------------------------------------------- */
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.req-style:after {
  content: "*";
  color: red;
  position: absolute;
  top: 0;
  right: 0;
}

/* inputs
-------------------------------------------------- */
.input,
.selectize-input,
.select {
  background: #fff;
  border: 1px solid #a6a6a6;
  height: 30px;
  padding: 0 8px;
  display: block;
  width: 100%;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.input.m-tiny,
.selectize-input.m-tiny,
.select.m-tiny {
  font-size: 10px;
  height: 20px;
}

.input.m-small,
.selectize-input.m-small,
.select.m-small {
  font-size: 14px;
  height: 22px;
}

.input.m-large,
.selectize-input.m-large,
.select.m-large {
  font-size: 14px;
  height: 28px;
}

.input.m-huge,
.selectize-input.m-huge,
.select.m-huge {
  font-size: 22px;
  height: 38px;
}

.input.m-mega,
.selectize-input.m-mega,
.select.m-mega {
  font-size: 20px;
  height: 48px;
}

.selectize-input > input {
  height: 100%;
  width: 100% !important;
  vertical-align: top;
}

[disabled][data-depending] + .selectize-control .selectize-input {
  border-color: #e7e7e7;
  background: #ddd;
}

.select,
.selectize-input {
  line-height: 30px;
}

/* radio & check
-------------------------------------------------- */
.radio, .check {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  cursor: pointer;
}

.radio:last-child, .check:last-child {
  margin-right: 0;
}

.radio input, .check input {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: absolute;
}

.radio input ~ ins, .check input ~ ins {
  width: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-decoration: none;
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 5px;
}

.v-button.radio input:checked ~ .button, .v-button.check input:checked ~ .button, .v-button.radio input:checked ~ .paginate_button, .v-button.check input:checked ~ .paginate_button {
  background: #91c957 !important;
  color: #fff !important;
}

.radio input ~ ins::before {
  content: "\f10c";
}

.radio input:checked ~ ins::before {
  content: "\f192";
}

.check input ~ ins::before {
  content: "\f096";
}

.check input:checked ~ ins::before {
  content: "\f046";
}

.check input[disabled] {
  cursor: default;
}

.check input[disabled] ~ ins::before {
  color: #ddd;
}

.check.v-star:hover ins {
  color: #f1aa40;
}

.check.v-star input ~ ins::before {
  content: "\f006";
}

.check.v-star input:checked ~ ins {
  color: #f1aa40;
}

.check.v-star input:checked ~ ins::before {
  content: "\f005";
}

.check.v-todo input:checked ~ span {
  text-decoration: line-through;
  opacity: .5;
}

.check--trigger input ~ ins {
  width: 30px;
  height: 16px;
  background: #afafaf;
  border-radius: 8px;
  margin: 0 2px;
  position: relative;
}

.check--trigger input ~ ins::before {
  content: '';
  height: 14px;
  width: 14px;
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
}

.check--trigger input:checked ~ ins {
  background: #4db446;
}

.check--trigger input:checked ~ ins::before {
  content: '';
  left: auto;
  right: 1px;
}

/* labels
-------------------------------------------------- */
.form-label {
  text-align: right;
  line-height: 30px;
  font-size: 12px;
}

.form-label span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
}

.reset-counter {
  counter-reset: counter;
}

.form-label--counter:after {
  counter-increment: counter;
  content: counter(counter);
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

/* textarea
------------------------------------------------------- */
.textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 90px;
  min-height: 90px;
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
  outline: 0;
}

/* form-file
------------------------------------------------------- */
.form-file {
  position: relative;
}

.form-file input[type="file"] {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* errors, disabled, readonly etc.
------------------------------------------------------- */
.textarea:focus,
.textarea:focus ~ .button.m-group,
.textarea:focus ~ .m-group.paginate_button,
.input:focus,
.input:focus ~ .button.m-group,
.input:focus ~ .m-group.paginate_button,
.select:focus,
.select:focus ~ .button.m-group,
.select:focus ~ .m-group.paginate_button,
.selectize-input:focus,
.selectize-input:focus ~ .button.m-group,
.selectize-input:focus ~ .m-group.paginate_button {
  border-color: #5fa2dd;
}

.textarea[aria-invalid="false"],
.textarea[aria-invalid="false"] ~ .button.m-group,
.textarea[aria-invalid="false"] ~ .m-group.paginate_button,
.input[aria-invalid="false"],
.input[aria-invalid="false"] ~ .button.m-group,
.input[aria-invalid="false"] ~ .m-group.paginate_button,
.select[aria-invalid="false"],
.select[aria-invalid="false"] ~ .button.m-group,
.select[aria-invalid="false"] ~ .m-group.paginate_button,
.selectize-input[aria-invalid="false"],
.selectize-input[aria-invalid="false"] ~ .button.m-group,
.selectize-input[aria-invalid="false"] ~ .m-group.paginate_button {
  border-color: #91c957;
}

.textarea.error,
.textarea.error ~ .button.m-group,
.textarea.error ~ .m-group.paginate_button,
.input.error,
.input.error ~ .button.m-group,
.input.error ~ .m-group.paginate_button,
.select.error,
.select.error ~ .button.m-group,
.select.error ~ .m-group.paginate_button,
.selectize-input.error,
.selectize-input.error ~ .button.m-group,
.selectize-input.error ~ .m-group.paginate_button {
  border-color: #f76549;
}

.textarea[disabled],
.input[disabled],
.select[disabled],
.selectize-input[disabled] {
  opacity: 0.5;
  background-color: #f7f7f7;
}

.textarea[readonly]:not(.js-datetimepicker), .textarea[disabled],
.input[readonly]:not(.js-datetimepicker),
.input[disabled],
.select[readonly]:not(.js-datetimepicker),
.select[disabled],
.selectize-input[readonly]:not(.js-datetimepicker),
.selectize-input[disabled] {
  background: transparent;
  border-color: transparent !important;
  cursor: default;
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.h-flex > .textarea, .h-flex >
.input, .h-flex >
.select, .h-flex >
.selectize-input {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 1px;
}

.textarea.is-loading,
.textarea.is-loading ~ .button.m-group,
.textarea.is-loading ~ .m-group.paginate_button,
.input.is-loading,
.input.is-loading ~ .button.m-group,
.input.is-loading ~ .m-group.paginate_button,
.select.is-loading,
.select.is-loading ~ .button.m-group,
.select.is-loading ~ .m-group.paginate_button,
.selectize-input.is-loading,
.selectize-input.is-loading ~ .button.m-group,
.selectize-input.is-loading ~ .m-group.paginate_button {
  border-color: #f1aa40;
}

.grid__cell .textarea.is-loading ~ .preloader, .grid__cell
.input.is-loading ~ .preloader, .grid__cell
.select.is-loading ~ .preloader, .grid__cell
.selectize-input.is-loading ~ .preloader {
  position: absolute;
  height: 12px;
  font-size: 12px;
  top: 50%;
  left: 100%;
  margin-left: -5px;
  margin-top: -6px;
}

.select:not(:focus):not(.valid) {
  color: rgba(0, 0, 0, 0.5);
}

.radio.error,
.check.error {
  color: #f76549;
}

label.error:not(.check):not(.radio) {
  z-index: 5;
  position: absolute;
  top: 100%;
  left: 10px;
  margin-top: 2px;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  background-color: #f1aa40;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.2em;
}

label.error:not(.check):not(.radio)::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10px;
  margin-bottom: -1px;
  height: 0;
  width: 0;
  border-bottom: 6px solid #f1aa40;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.button input, .paginate_button input {
  height: 20px;
  width: 30px;
  line-height: 20px;
  text-align: center;
}

.js-remove-this-day {
  display: none;
}

.js-remove-this-day:after {
  font-family: FontAwesome;
  content: "\f00d";
  cursor: pointer;
  color: #f76549;
  position: absolute;
  top: 0;
  right: 0;
}

.grid__cell:nth-last-of-type(2) .js-remove-this-day {
  display: block;
}

.pseudoPlaceholder {
  position: absolute;
  opacity: 0;
  bottom: 100%;
  right: 10px;
  height: 14px;
  padding: 2px;
  font-size: 9px;
  line-height: 10px;
  background: #46bbdc;
  pointer-events: none;
  color: #fff;
  border-radius: 2px 2px 0 0;
  transition: opacity .2s;
}

input:focus + .pseudoPlaceholder {
  opacity: 1;
}

.edge .pseudoPlaceholder {
  opacity: 1;
}

.popover {
  max-width: 400px !important;
}

.popover-content {
  max-height: 50vh;
  overflow: auto;
}

[data-toggle="popover"] i {
  cursor: help;
}

[data-toggle="popover"] i:hover {
  text-decoration: underline;
}

.input-with-label {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.input-with-label:only-child {
  margin-bottom: 0;
}

.radio-group--narrow .radio {
  margin-right: 0px;
}

.radio-group--narrow .radio + .radio {
  margin-left: 10px;
}

.slider-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-group .input {
  width: 50px;
  -webkit-flex-basis: 50px;
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
  text-align: center;
}

.slider-group .js-range-slider {
  margin-top: 10px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

/* Flex grid
================================================== */
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

.grid + .grid {
  margin-top: 20px;
}

.grid:empty {
  margin-top: 0 !important;
}

.grid__cell {
  position: relative;
  padding: 0 10px;
}

.grid__cell.m-1of12 {
  width: 8.33333%;
  max-width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
}

.grid__cell.m-2of12 {
  width: 16.66667%;
  max-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
}

.grid__cell.m-3of12 {
  width: 25%;
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

.grid__cell.m-4of12 {
  width: 33.33333%;
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
}

.grid__cell.m-5of12 {
  width: 41.66667%;
  max-width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
}

.grid__cell.m-6of12 {
  width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.grid__cell.m-7of12 {
  width: 58.33333%;
  max-width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
}

.grid__cell.m-8of12 {
  width: 66.66667%;
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
}

.grid__cell.m-9of12 {
  width: 75%;
  max-width: 75%;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}

.grid__cell.m-10of12 {
  width: 83.33333%;
  max-width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
}

.grid__cell.m-11of12 {
  width: 91.66667%;
  max-width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
}

.grid__cell.m-12of12 {
  width: 100%;
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.grid__cell.m-offset-1 {
  margin-left: 8.33333%;
}

.grid__cell.m-offset-2 {
  margin-left: 16.66667%;
}

.grid__cell.m-offset-3 {
  margin-left: 25%;
}

.grid__cell.m-offset-4 {
  margin-left: 33.33333%;
}

.grid__cell.m-offset-5 {
  margin-left: 41.66667%;
}

.grid__cell.m-offset-6 {
  margin-left: 50%;
}

.grid__cell.m-offset-7 {
  margin-left: 58.33333%;
}

.grid__cell.m-offset-8 {
  margin-left: 66.66667%;
}

.grid__cell.m-offset-9 {
  margin-left: 75%;
}

.grid__cell.m-offset-10 {
  margin-left: 83.33333%;
}

.grid__cell.m-offset-11 {
  margin-left: 91.66667%;
}

.grid__box {
  height: 100%;
}

.grid--column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.grid--minHeight .grid__cell {
  min-height: 30px;
}

/* img-container
======================================================= */
.img-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 200px;
  font-size: 0;
}

.img-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.img-container.m-small {
  width: 100px;
  height: 100px;
}

/* label
======================================================= */
.label {
  display: inline;
  vertical-align: baseline;
  padding: .3em .6em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #999999;
  background-color: #e3e8ee;
}

.label.m-dark {
  background-color: #999999;
}

.label.m-expand {
  display: block;
}

.label.m-primary {
  background-color: #5fa2dd;
}

.label.m-info {
  background-color: #46bbdc;
}

.label.m-success {
  background-color: #91c957;
}

.label.m-warning {
  background-color: #f1aa40;
}

.label.m-danger {
  background-color: #f76549;
}

.label.m-mint {
  background-color: #42cca5;
}

.label.m-purple {
  background-color: #9f5594;
}

.label.m-pink {
  background-color: #e17ca7;
}

.label.m-gray {
  background-color: #f7f7f7;
}

.label.m-dark {
  background-color: #999999;
}

.label.m-light {
  background-color: #fff;
}

.label.m-dark, .label.m-primary, .label.m-info, .label.m-success, .label.m-warning, .label.m-danger, .label.m-mint, .label.m-purple, .label.m-pink, .label.m-gray, .label.m-light {
  color: #fff;
}

/* login
======================================================= */
.login {
  padding: 20px 40px 40px;
}

.login__logo {
  display: block;
  margin: auto;
}

body.login-page .login {
  width: 460px;
  border-radius: 0.4em;
  background-color: rgba(53, 138, 212, 0.6);
  background-image: linear-gradient(rgba(53, 138, 212, 0.6), rgba(70, 187, 220, 0.6));
}

/* mailist
======================================================= */
.mailist__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 14px;
}

.mailist__item.v-attached .mailist__icon {
  visibility: visible;
}

.mailist__item.v-unread .mailist__name,
.mailist__item.v-unread .mailist__title {
  font-weight: 700;
}

.mailist__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1px;
  margin: 0 20px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mailist__aside {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.mailist__check {
  vertical-align: middle;
}

.mailist__check ins {
  margin: 0 !important;
}

.mailist__check:not(:last-child) {
  margin-right: 20px;
}

.mailist__name, .mailist__title, .mailist__date, .mailist__icon {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.mailist__name, .mailist__title {
  line-height: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a.mailist__name, .mailist__title {
  text-decoration: none;
}

a.mailist__name:hover, .mailist__title:hover {
  text-decoration: underline;
}

.mailist__name {
  width: 25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.mailist__title {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mailist__date {
  width: 60px;
  max-height: 2.4em;
  line-height: 1.2em;
}

.mailist__icon {
  margin-right: 20px;
  font-size: 18px;
  visibility: hidden;
}

.mailist.v-default .mailist__item {
  height: 50px;
}

.mailist.v-default .mailist__item:nth-child(odd) {
  background-color: #f7f7f7;
}

/* menu
======================================================= */
.menu__heading {
  font-weight: 700;
  text-transform: uppercase;
}

.menu__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4em;
  text-decoration: none;
  color: inherit;
}

.menu__link.v-toggle::after {
  width: 20px;
  content: "\f054";
  font-size: 8px;
  font-family: FontAwesome;
  text-align: center;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.menu__link.v-toggle.is-active::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu__link.m-hov-bg-darker:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.menu__title {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.8em;
  overflow: hidden;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.menu__icon {
  width: 16px;
}

.menu__mark {
  margin-left: 10px;
}

.menu__mark .badge {
  font-size: inherit;
}

.menu.v-large .menu__heading,
.menu.v-large .menu__link {
  padding: 12px 25px;
}

.menu.v-accordion .menu__list.v-submenu {
  display: none;
}

.menu__link.v-toggle::after, .menu__icon, .menu__mark {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.tabset__tabs {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.tabset__tab {
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  background: #f0f2f3;
  border: 1px solid #e7e7e7;
  height: 40px;
  color: #888;
  cursor: pointer;
  transition: color,background,border, .2s;
}

.tabset__tab + .tabset__tab {
  border-left-color: transparent;
}

.tabset__tab:hover:not(.m-disabled) {
  background: #fff;
  border-color: #5fa2dd;
  border-bottom-color: #e7e7e7;
}

.tabset__tab.is-active {
  color: #555;
  background: #fff;
  border-color: #fff;
}

.tabset__tab.m-disabled {
  cursor: default;
}

.tabset__tab .badge {
  margin-left: 10px;
}

.tabset--onpage .tabset__content {
  padding: 1.618em 0;
}

/* tag
======================================================= */
.tag {
  line-height: 1;
}

.tag, .tag__delete {
  cursor: pointer;
}

.tag__delete {
  margin-left: 1em;
  color: inherit;
  opacity: 0.4;
}

.tag__delete:hover {
  opacity: 1;
}

.tag.-size-normal {
  padding: 2px 1em;
}

.tag.-theme-default {
  color: #fff;
  background-color: #e17ca7;
}

.tag.-theme-default:hover {
  background-color: #e488af;
}

/* helpers
======================================================= */
.h-tac {
  text-align: center;
}

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

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

.h-vat {
  vertical-align: top;
}

.h-vam {
  vertical-align: middle;
}

.h-vas {
  vertical-align: sub;
}

.h-tdn {
  text-decoration: none;
}

.h-tdu-hover:hover {
  text-decoration: underline;
}

.h-link {
  text-decoration: underline;
  cursor: pointer;
}

.h-link:hover {
  text-decoration: none;
}

.h-fll {
  float: left;
}

.h-flr {
  float: right;
}

.h-full-height {
  height: 100%;
}

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

.h-clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.h-nowrap {
  white-space: nowrap;
}

.h-ellipsis, .button.v-icon span, .v-icon.paginate_button span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-muted {
  opacity: .8;
}

.h-abs-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.h-dib {
  display: inline-block;
}

.h-db {
  display: block;
}

.h-hide {
  display: none;
}

.h-hide\! {
  display: none !important;
}

.h-pointer {
  cursor: pointer;
}

/* flex
------------------------------------------------------- */
.h-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.h-flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.h-fd-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.h-fwn {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.h-fsn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.h-fg {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.h-jc-fs {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.h-jc-fe {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.h-jc-sb {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h-jc-sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.h-jc-c {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h-ai-fs {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}

.h-ai-fe {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}

.h-ai-c {
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

.h-as-fs {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.h-as-fe {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.h-as-c {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* font-size
------------------------------------------------------- */
.h-fz-tiny {
  font-size: 8px;
}

.h-fz-small {
  font-size: 10px;
}

.h-fz-normal {
  font-size: 12px;
}

.h-fz-large {
  font-size: 14px;
}

.h-fz-xlarge {
  font-size: 16px;
}

.h-fz-huge {
  font-size: 18px;
}

.h-fz-mega {
  font-size: 20px;
}

/* grid-gutters
-------------------------------------------------- */
/* ----- all sides ----- */
/* margin */
.h-m {
  margin: 20px !important;
}

.h-m-lg {
  margin: 30px !important;
}

.h-m-sm {
  margin: 10px !important;
}

.h-mn {
  margin: 0 !important;
}

/* padding */
.h-pd {
  padding: 20px !important;
}

.h-pd-lg {
  padding: 30px !important;
}

.h-pd-sm {
  padding: 10px !important;
}

.h-pdn {
  padding: 0 !important;
}

/* ----- top ----- */
/* margin */
.h-mt {
  margin-top: 20px !important;
}

.h-mt-lg {
  margin-top: 30px !important;
}

.h-mt-sm {
  margin-top: 10px !important;
}

.h-mtn {
  margin-top: 0 !important;
}

/* padding */
.h-pdt {
  padding-top: 20px !important;
}

.h-pdt-lg {
  padding-top: 30px !important;
}

.h-pdt-sm {
  padding-top: 10px !important;
}

.h-pdtn {
  padding-top: 0 !important;
}

/* ----- right ----- */
/* margin */
.h-mr {
  margin-right: 20px !important;
}

.h-mr-lg {
  margin-right: 30px !important;
}

.h-mr-sm {
  margin-right: 10px !important;
}

.h-mrn {
  margin-right: 0 !important;
}

/* padding */
.h-pdr {
  padding-right: 20px !important;
}

.h-pdr-lg {
  padding-right: 30px !important;
}

.h-pdr-sm {
  padding-right: 10px !important;
}

.h-pdrn {
  padding-right: 0 !important;
}

/* ----- bottom ----- */
/* margin */
.h-mb {
  margin-bottom: 20px !important;
}

.h-mb-lg {
  margin-bottom: 30px !important;
}

.h-mb-sm {
  margin-bottom: 10px !important;
}

.h-mbn {
  margin-bottom: 0 !important;
}

/* padding */
.h-pdb {
  padding-bottom: 20px !important;
}

.h-pdb-lg {
  padding-bottom: 30px !important;
}

.h-pdb-sm {
  padding-bottom: 10px !important;
}

.h-pdbn {
  padding-bottom: 0 !important;
}

/* ----- left ----- */
/* margin */
.h-ml {
  margin-left: 20px !important;
}

.h-ml-lg {
  margin-left: 30px !important;
}

.h-ml-sm {
  margin-left: 10px !important;
}

.h-mln {
  margin-left: 0 !important;
}

/* padding */
.h-pdl {
  padding-left: 20px !important;
}

.h-pdl-lg {
  padding-left: 30px !important;
}

.h-pdl-sm {
  padding-left: 10px !important;
}

.h-pdln {
  padding-left: 0 !important;
}

/* ----- extra margins ----- */
.h-ma {
  margin: auto;
}

.h-mla {
  margin-left: auto;
}

.h-mra {
  margin-right: auto;
}

.h-mlra {
  margin-left: auto;
  margin-right: auto;
}

/* border
------------------------------------------------------- */
/* ----- all sides ----- */
.h-bd {
  border: 1px solid #e7e7e7;
}

.h-bdn {
  border: none;
}

/* ----- top ----- */
.h-bdt {
  border-top: 1px solid #e7e7e7;
}

/* ----- right ----- */
.h-bdr {
  border-right: 1px solid #e7e7e7;
}

/* ----- bottom ----- */
.h-bdb {
  border-bottom: 1px solid #e7e7e7;
}

/* ----- left ----- */
.h-bdl {
  border-left: 1px solid #e7e7e7;
}

/* ----- hover ----- */
.h-bdb-hover:hover {
  border-bottom: 1px solid;
}

/* color control
------------------------------------------------------- */
/* ----- primary ----- */
.h-color-primary {
  color: #5fa2dd;
}

.h-color-primary-hover:hover {
  color: #5fa2dd;
}

.h-bg-primary {
  background-color: #5fa2dd;
}

.h-bg-primary-hover:hover {
  background-color: #5fa2dd;
}

.h-bdc-primary {
  border-color: #5fa2dd;
}

/* ----- primary !important ----- */
.h-color-primary\! {
  color: #5fa2dd !important;
}

.h-color-primary-hover\!:hover {
  color: #5fa2dd !important;
}

.h-bg-primary\! {
  background-color: #5fa2dd !important;
}

.h-bg-primary-hover\!:hover {
  background-color: #5fa2dd !important;
}

.h-bdc-primary\! {
  border-color: #5fa2dd !important;
}

/* ----- info ----- */
.h-color-info {
  color: #46bbdc;
}

.h-color-info-hover:hover {
  color: #46bbdc;
}

.h-bg-info {
  background-color: #46bbdc;
}

.h-bg-info-hover:hover {
  background-color: #46bbdc;
}

.h-bdc-info {
  border-color: #46bbdc;
}

/* ----- info !important ----- */
.h-color-info\! {
  color: #46bbdc !important;
}

.h-color-info-hover\!:hover {
  color: #46bbdc !important;
}

.h-bg-info\! {
  background-color: #46bbdc !important;
}

.h-bg-info-hover\!:hover {
  background-color: #46bbdc !important;
}

.h-bdc-info\! {
  border-color: #46bbdc !important;
}

/* ----- success ----- */
.h-color-success {
  color: #91c957;
}

.h-color-success-hover:hover {
  color: #91c957;
}

.h-bg-success {
  background-color: #91c957;
}

.h-bg-success-hover:hover {
  background-color: #91c957;
}

.h-bdc-success {
  border-color: #91c957;
}

/* ----- success !important ----- */
.h-color-success\! {
  color: #91c957 !important;
}

.h-color-success-hover\!:hover {
  color: #91c957 !important;
}

.h-bg-success\! {
  background-color: #91c957 !important;
}

.h-bg-success-hover\!:hover {
  background-color: #91c957 !important;
}

.h-bdc-success\! {
  border-color: #91c957 !important;
}

/* ----- warning ----- */
.h-color-warning {
  color: #f1aa40;
}

.h-color-warning-hover:hover {
  color: #f1aa40;
}

.h-bg-warning {
  background-color: #f1aa40;
}

.h-bg-warning-hover:hover {
  background-color: #f1aa40;
}

.h-bdc-warning {
  border-color: #f1aa40;
}

/* ----- warning !important ----- */
.h-color-warning\! {
  color: #f1aa40 !important;
}

.h-color-warning-hover\!:hover {
  color: #f1aa40 !important;
}

.h-bg-warning\! {
  background-color: #f1aa40 !important;
}

.h-bg-warning-hover\!:hover {
  background-color: #f1aa40 !important;
}

.h-bdc-warning\! {
  border-color: #f1aa40 !important;
}

/* ----- danger ----- */
.h-color-danger {
  color: #f76549;
}

.h-color-danger-hover:hover {
  color: #f76549;
}

.h-bg-danger {
  background-color: #f76549;
}

.h-bg-danger-hover:hover {
  background-color: #f76549;
}

.h-bdc-danger {
  border-color: #f76549;
}

/* ----- danger !important ----- */
.h-color-danger\! {
  color: #f76549 !important;
}

.h-color-danger-hover\!:hover {
  color: #f76549 !important;
}

.h-bg-danger\! {
  background-color: #f76549 !important;
}

.h-bg-danger-hover\!:hover {
  background-color: #f76549 !important;
}

.h-bdc-danger\! {
  border-color: #f76549 !important;
}

/* ----- mint ----- */
.h-color-mint {
  color: #42cca5;
}

.h-color-mint-hover:hover {
  color: #42cca5;
}

.h-bg-mint {
  background-color: #42cca5;
}

.h-bg-mint-hover:hover {
  background-color: #42cca5;
}

.h-bdc-mint {
  border-color: #42cca5;
}

/* ----- mint !important ----- */
.h-color-mint\! {
  color: #42cca5 !important;
}

.h-color-mint-hover\!:hover {
  color: #42cca5 !important;
}

.h-bg-mint\! {
  background-color: #42cca5 !important;
}

.h-bg-mint-hover\!:hover {
  background-color: #42cca5 !important;
}

.h-bdc-mint\! {
  border-color: #42cca5 !important;
}

/* ----- purple ----- */
.h-color-purple {
  color: #9f5594;
}

.h-color-purple-hover:hover {
  color: #9f5594;
}

.h-bg-purple {
  background-color: #9f5594;
}

.h-bg-purple-hover:hover {
  background-color: #9f5594;
}

.h-bdc-purple {
  border-color: #9f5594;
}

/* ----- purple !important ----- */
.h-color-purple\! {
  color: #9f5594 !important;
}

.h-color-purple-hover\!:hover {
  color: #9f5594 !important;
}

.h-bg-purple\! {
  background-color: #9f5594 !important;
}

.h-bg-purple-hover\!:hover {
  background-color: #9f5594 !important;
}

.h-bdc-purple\! {
  border-color: #9f5594 !important;
}

/* ----- pink ----- */
.h-color-pink {
  color: #e17ca7;
}

.h-color-pink-hover:hover {
  color: #e17ca7;
}

.h-bg-pink {
  background-color: #e17ca7;
}

.h-bg-pink-hover:hover {
  background-color: #e17ca7;
}

.h-bdc-pink {
  border-color: #e17ca7;
}

/* ----- pink !important ----- */
.h-color-pink\! {
  color: #e17ca7 !important;
}

.h-color-pink-hover\!:hover {
  color: #e17ca7 !important;
}

.h-bg-pink\! {
  background-color: #e17ca7 !important;
}

.h-bg-pink-hover\!:hover {
  background-color: #e17ca7 !important;
}

.h-bdc-pink\! {
  border-color: #e17ca7 !important;
}

/* ----- gray ----- */
.h-color-gray {
  color: #f7f7f7;
}

.h-color-gray-hover:hover {
  color: #f7f7f7;
}

.h-bg-gray {
  background-color: #f7f7f7;
}

.h-bg-gray-hover:hover {
  background-color: #f7f7f7;
}

.h-bdc-gray {
  border-color: #f7f7f7;
}

/* ----- gray !important ----- */
.h-color-gray\! {
  color: #f7f7f7 !important;
}

.h-color-gray-hover\!:hover {
  color: #f7f7f7 !important;
}

.h-bg-gray\! {
  background-color: #f7f7f7 !important;
}

.h-bg-gray-hover\!:hover {
  background-color: #f7f7f7 !important;
}

.h-bdc-gray\! {
  border-color: #f7f7f7 !important;
}

/* ----- dark ----- */
.h-color-dark {
  color: #999999;
}

.h-color-dark-hover:hover {
  color: #999999;
}

.h-bg-dark {
  background-color: #999999;
}

.h-bg-dark-hover:hover {
  background-color: #999999;
}

.h-bdc-dark {
  border-color: #999999;
}

/* ----- dark !important ----- */
.h-color-dark\! {
  color: #999999 !important;
}

.h-color-dark-hover\!:hover {
  color: #999999 !important;
}

.h-bg-dark\! {
  background-color: #999999 !important;
}

.h-bg-dark-hover\!:hover {
  background-color: #999999 !important;
}

.h-bdc-dark\! {
  border-color: #999999 !important;
}

/* ----- light ----- */
.h-color-light {
  color: #fff;
}

.h-color-light-hover:hover {
  color: #fff;
}

.h-bg-light {
  background-color: #fff;
}

.h-bg-light-hover:hover {
  background-color: #fff;
}

.h-bdc-light {
  border-color: #fff;
}

/* ----- light !important ----- */
.h-color-light\! {
  color: #fff !important;
}

.h-color-light-hover\!:hover {
  color: #fff !important;
}

.h-bg-light\! {
  background-color: #fff !important;
}

.h-bg-light-hover\!:hover {
  background-color: #fff !important;
}

.h-bdc-light\! {
  border-color: #fff !important;
}

.moz .dataTables_wrapper .h-nowrap {
  white-space: normal;
}

.finance-table {
  border: none;
}

.finance-table + .finance-table {
  margin-top: 1.618em;
}

.finance-table--mini td:last-child {
  width: 25%;
}

.finance-block {
  padding: 0.809em;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e7e7e7;
}

.finance-block__header {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding-bottom: 0.809em;
}

.finance-block__content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.finance-block__footer {
  line-height: 1.2em;
}

.finance-block__buttons {
  padding-top: 0.809em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.noty_type_confirmation {
  background: #2d3c4b;
  color: #fff;
}

.noty_buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.noty_buttons button {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*19.10.17*/
.login-page .button.m-tiny {
  font-size: 18px;
}


/*# sourceMappingURL=sourcemaps/style.css.map */
