@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-italic.woff") format("woff"), url("../fonts/opensans-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibolditalic.woff") format("woff"), url("../fonts/opensans-semibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bolditalic.woff") format("woff"), url("../fonts/opensans-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

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

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

.radio-group input, .switch__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.hide-overflow {
  overflow: hidden; }

[ng-cloak] {
  display: none; }

html {
  min-height: 100%;
  position: relative; }

body {
  height: 100%;
  background: #f2f2f2;
  color: #3b3b3b;
  font: 13px/20px "Open Sans", sans-serif;
  background-size: cover; }
  body > ui-view, body > .ng-scope {
    height: 100%;
    width: 100%; }

a {
  color: #7ba8ce;
  text-decoration: underline;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }

input[type="date"], input[type="month"] {
  -webkit-appearance: none; }

.header {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e5e8ea 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e5e8ea 100%);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
  margin: 0 0 15px 0; }

.logo {
  float: left;
  padding: 17px 0 14px 0; }

.logo__img {
  background-image: url("../images/logo.png");
  width: 99px;
  height: 26px;
  display: block;
  text-indent: -10000px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .logo__img {
      background-image: url("../images/logo_2x.png");
      background-size: 99px 26px; } }

.user-bar {
  float: right;
  padding: 17px 0; }

.user-bar__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.user-bar__item {
  float: left;
  margin: 0 0 0 40px; }
  .user-bar__item:first-child {
    margin: 0; }
  .user-bar__item a {
    display: block;
    text-decoration: none;
    color: #3d3d3d; }
    .user-bar__item a:hover {
      color: #7ba8ce; }
  .user-bar__item .icon {
    font-size: 27px;
    display: block; }

.page {
  padding: 0 0 30px 0; }

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

.top-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.top-nav__item {
  display: inline-block;
  box-sizing: border-box;
  font: 700 16px/55px "Open Sans", sans-serif;
  margin: 0 20px;
  vertical-align: top; }
  .top-nav__item a {
    color: #3b3b3b;
    text-decoration: none;
    display: inline-block; }
    .top-nav__item a:hover {
      color: #7ba8ce; }
  .top-nav__item.active {
    border-bottom: 3px solid #7ba8ce; }
    .top-nav__item.active a {
      color: #5c91be; }

.panel {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f1f3f4 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f1f3f4 100%);
  box-shadow: 0 3px 10px rgba(192, 204, 213, 0.64);
  padding: 33px 20px 21px;
  border-top: 1px solid #c0ccd5;
  border-bottom: 1px solid #c0ccd5;
  margin: 0 -20px 43px; }
  @media (min-width: 768px) {
    .panel {
      border-radius: 5px;
      margin: 0 0 25px 0;
      padding: 33px 28px 21px;
      border-left: 1px solid #c0ccd5;
      border-right: 1px solid #c0ccd5; } }

.section__title {
  font: 600 18px/35px "Open Sans", sans-serif;
  color: #000;
  padding: 0 30px;
  margin: 0 0 15px 0;
  text-align: center; }

@media (min-width: 768px) {
  .section__title {
    text-align: left;
    margin: 0; } }

.toolbar {
  margin: 0 0 10px 0; }
  .toolbar::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 992px) {
    .toolbar {
      margin: 0 0 20px 0; } }
  .toolbar .excel img {
    margin-top: 20px; }

@media (min-width: 992px) {
  .toolbar__left {
    float: left;
    margin: 0 0 0 -18px; } }

@media (min-width: 992px) {
  .toolbar__right {
    float: right;
    text-align: right;
    margin: 0 0 0 -18px; } }

.toolbar__item {
  display: block;
  margin: 0 0 10px 0; }
  @media (min-width: 992px) {
    .toolbar__item {
      display: inline-block;
      margin: 0 0 0 18px;
      vertical-align: top; }
      .toolbar__item.toolbar__item--full-width {
        max-width: none; } }

.control-toggle {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font: 400 13px/18px "Open Sans", sans-serif;
  display: inline-block;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }
  .control-toggle:hover {
    color: #5c91be; }

.toggle-content {
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
  opacity: 1;
  max-height: 500px; }

.toggle-content.closed {
  -webkit-animation: fadeOut 0.2s;
  -moz-animation: fadeOut 0.2s;
  animation: fadeOut 0.2s;
  opacity: 0;
  max-height: 0;
  overflow-y: hidden; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    max-height: 0; }
  to {
    opacity: 1;
    max-height: 500px; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    max-height: 0; }
  to {
    opacity: 1;
    max-height: 500px; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    max-height: 0; }
  to {
    opacity: 1;
    max-height: 500px; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    max-height: 500px; }
  to {
    opacity: 0;
    max-height: 0; } }

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
    max-height: 500px; }
  to {
    opacity: 0;
    max-height: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    max-height: 500px; }
  to {
    opacity: 0;
    max-height: 0; } }

.excel img {
  max-height: 35px;
  margin-bottom: 25px;
  margin-left: 10px; }

.popup-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  background-color: rgba(150, 150, 150, 0.5);
  z-index: 9999; }
  .popup-background .progress-content {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0); }
    .popup-background .progress-content .progress {
      width: 250px !important;
      margin-left: auto;
      margin-right: auto; }

.radio-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .radio-group::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 992px) {
    .radio-group {
      display: block; } }

.radio-group__item {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  text-align: center; }
  @media (min-width: 992px) {
    .radio-group__item {
      float: left;
      display: block; } }
  .radio-group__item:first-child .radio-group__label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #c0ccd5; }
  .radio-group__item:last-child .radio-group__label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #c0ccd5; }

.radio-group__label {
  border-top: 1px solid #c0ccd5;
  border-bottom: 1px solid #c0ccd5;
  background: #fff;
  padding: 0 20px;
  height: 44px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  font: 400 14px/44px "Open Sans", sans-serif;
  color: #2f3540; }
  input:checked + .radio-group__label {
    background: #7ba8ce;
    color: #fff; }
    input:checked + .radio-group__label .badge {
      background-color: #fff;
      color: #7ba8ce !important; }
  .panel .radio-group__label {
    background: #f5f5f5; }
  .radio-group__label .badge {
    vertical-align: baseline;
    margin-left: 5px;
    background-color: #7ba8ce;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    line-height: 22px; }

.table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent none;
  border-spacing: 0;
  color: #000;
  overflow: auto; }
  @media (min-width: 992px) {
    .table tr:first-child td {
      border: 0; } }
  .table td {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
    vertical-align: middle; }
    .table td:first-child {
      padding-left: 0; }
  .table img {
    max-width: 100%;
    max-height: 100%;
    min-width: 16px;
    height: auto; }

@font-face {
  font-family: 'icon';
  src: url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-logo:before {
  content: "\e611"; }

.icon-notification-qr:before {
  content: "\e60c"; }

.icon-notification-cart:before {
  content: "\e60d"; }

.icon-notification-invoice:before {
  content: "\e60e"; }

.icon-close-thin:before {
  content: "\e60a"; }

.icon-clock:before {
  content: "\e60b"; }

.icon-date:before {
  content: "\e608"; }

.icon-search:before {
  content: "\e609"; }

.icon-nav:before {
  content: "\e607"; }

.icon-arrow-up:before {
  content: "\e605"; }

.icon-arrow-down:before {
  content: "\e606"; }

.icon-dropdown:before {
  content: "\e604"; }

.icon-edit:before {
  content: "\e603"; }

.icon-logout:before {
  content: "\e600"; }

.icon-settings:before {
  content: "\e601"; }

.icon-notification:before {
  content: "\e602"; }

.icon-arrow-left {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .icon-arrow-left:before {
    content: "\e605"; }

.icon-arrow-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
  .icon-arrow-right:before {
    content: "\e605"; }

.form .form__row {
  margin: 0 0 18px 0; }
  .form .form__row::after {
    clear: both;
    content: "";
    display: table; }

.form .form__control--static {
  padding: 34px 0 10px 0;
  width: 100%;
  display: inline-block;
  color: #000;
  height: 32px;
  font: 600 14px/32px "Open Sans", sans-serif;
  margin: 0;
  position: relative; }
  .form .form__control--static label {
    display: block;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    left: 0;
    color: #555;
    font: 400 12px/32px "Open Sans", sans-serif; }

.form .form__legend {
  font: 700 16px/25px "Open Sans", sans-serif;
  color: #3b3b3b;
  padding: 15px 0; }

.form .text-field {
  position: relative;
  padding: 34px 0 10px 0;
  border: 1px solid #c0ccd5;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  float: left;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s; }
  .form .text-field.text-field--is-focused {
    border-color: #a1b9d0;
    box-shadow: inset 0 4px 6px rgba(199, 204, 209, 0.5); }
  .form .text-field .input-number .input-number__up, .form .text-field .input-number .input-number__down {
    position: absolute;
    right: -1px;
    background: #f8fbfd;
    border: 1px solid #c4cfd7;
    height: 39px;
    width: 23px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .form .text-field .input-number .input-number__up .icon, .form .text-field .input-number .input-number__down .icon {
      font-size: 7px;
      line-height: 39px; }
  .form .text-field .input-number .input-number__up {
    top: -1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .form .text-field .input-number .input-number__down {
    bottom: -1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .form .text-field.half {
    width: 50%; }
  .form .text-field.third {
    width: 33%; }

.form .form__group--vertical::after {
  clear: both;
  content: "";
  display: table; }

.form .form__group--vertical .text-field {
  border-radius: 0;
  border-top: 0; }
  .form .form__group--vertical .text-field:first-child {
    border-top: 1px solid #c0ccd5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .form .form__group--vertical .text-field:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.form .form__group--horizontal .text-field {
  border-radius: 0;
  border-top-width: 0;
  display: block; }
  @media (max-width: 992px) {
    .form .form__group--horizontal .text-field {
      width: 100% !important; } }
  .form .form__group--horizontal .text-field:first-child {
    border-top: 1px solid #c0ccd5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .form .form__group--horizontal .text-field:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

@media (min-width: 992px) {
  .form .form__group--horizontal .text-field {
    border-radius: 0;
    border-left-width: 0;
    border-top-width: 1px;
    float: left; }
    .form .form__group--horizontal .text-field:first-child {
      border-left: 1px solid #c0ccd5;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    .form .form__group--horizontal .text-field:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important; } }

.form .text-field__label {
  display: block;
  position: absolute;
  top: 12px;
  text-transform: uppercase;
  left: 25px;
  color: #555;
  font: 400 12px/32px "Open Sans", sans-serif;
  pointer-events: none;
  -webkit-transform: translateY(11px);
  -moz-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s; }

.form .text-field--is-active .text-field__label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.form .text-field__input {
  color: #000;
  height: 32px;
  font: 600 14px/32px "Open Sans", sans-serif;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 25px;
  border: none;
  overflow: hidden;
  resize: none;
  cursor: text;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0; }
  .form .text-field__input:focus {
    outline: none; }
  .form .text-field__input[disabled] {
    color: #222;
    cursor: default; }

.form .form__control {
  border: 1px solid #c9c9c9;
  background: #fff;
  height: 40px;
  font: 400 13px/40px "Open Sans", sans-serif;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px;
  width: 100%; }

.form textarea.form__control {
  height: auto;
  resize: vertical;
  min-height: 100px; }

.form .form__footer {
  text-align: center; }
  @media (min-width: 768px) {
    .form .form__footer {
      text-align: right; } }

.form .form__message {
  display: none;
  color: #fff;
  border-radius: 5px;
  margin: 15px 0;
  cursor: pointer; }
  .form .form__message.error {
    display: block;
    background: rgba(213, 0, 0, 0.73); }
  .form .form__message.success {
    display: block;
    background: #148e00; }
  .form .form__message span {
    display: inline-block;
    padding: 10px 15px; }

.form .form__error .form__control {
  border-color: rgba(213, 0, 0, 0.73); }

.form .form__error label.error {
  color: rgba(213, 0, 0, 0.73);
  padding: 5px 0 0 0;
  display: block; }

.button, .button:hover {
  border: 0;
  background: #7ba8ce;
  color: #fff;
  height: 41px;
  font: 400 14px/41px "Open Sans", sans-serif;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  width: auto; }
  .button:disabled, .button:hover:disabled {
    background: #98cbf3;
    cursor: default; }
  @media (min-width: 768px) {
    .button, .button:hover {
      display: inline-block;
      width: auto; } }

.button.reject {
  background: darkgray; }

.epos-buttons {
  margin-top: 15px; }

.error {
  color: #f00; }
  .error .text-field input {
    color: #f00; }

.success {
  color: green; }

.lx-select {
  position: relative;
  padding: 0;
  border: 1px solid #c0ccd5;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s; }
  .lx-select.text-field--is-focused {
    border-color: #a1b9d0;
    box-shadow: inset 0 4px 6px rgba(199, 204, 209, 0.5); }
  .lx-select .dropdown {
    display: block !important; }

.lx-select--is-disabled {
  pointer-events: none; }

.lx-select--has-error:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.lx-select--is-valid:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.lx-select__floating-label {
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left; }

.lx-select__selected {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  padding: 11px 40px 11px 25px;
  text-overflow: ellipsis; }
  .lx-select__selected:after {
    position: absolute;
    top: 18px;
    right: 25px;
    content: '\e604';
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .lx-select__selected:hover .lx-select__close {
    opacity: 1; }

.lx-select__selected--is-multiple {
  padding-top: 6px;
  padding-bottom: 2px; }

.lx-select__choices .dropdown-menu__content {
  padding-top: 0; }

.lx-select__choice--is-selected:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.lx-select__choice--is-selected:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  text-align: left !important;
  opacity: 0;
  overflow: hidden !important;
  background: #fff !important;
  box-sizing: border-box !important;
  margin: 0 -15px !important;
  display: block !important; }
  .dropdown-menu ul * {
    outline: 0; }
  .dropdown-menu ul > li {
    position: relative; }

.dropdown__menu--is-dropped .dropdown-menu__content {
  opacity: 1; }

.dropdown-menu__content {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .dropdown-menu__content ul {
    padding: 0;
    margin: 0;
    list-style: none; }

.lx-select__choice {
  padding: 5px 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  text-decoration: none; }
  .lx-select__choice:hover {
    background: #7ba8ce;
    color: #fff; }

.lx-select__filter {
  padding: 10px 15px; }
  .lx-select__filter input {
    width: 100%; }

.lx-select__help {
  display: block;
  padding: 10px 15px; }

.lx-select__chosen {
  padding: 10px 15px;
  display: block; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*------------------------------------*\
   #OBJECTS-SWITCH
\*------------------------------------*/
.switch__input:not(:checked) + .switch__label:before {
  background-color: #f7f7f7; }

.switch__input:checked + .switch__label:before {
  background-color: #87ccfc; }

.switch__input:checked + .switch__label:after {
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px); }

.switch__input[disabled] + .switch__label {
  cursor: not-allowed; }
  .switch__input[disabled] + .switch__label:after {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px); }

.switch__label {
  display: block;
  position: relative;
  padding-right: 60px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch__label:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 1;
    height: 20px;
    width: 50px;
    border-radius: 10px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .switch__label:after {
    content: "\e607";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 26px;
    font-size: 10px;
    text-align: center;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    color: #c5c7cc;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 2;
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    box-shadow: inset 0 -2px 0 #c5c7cc;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.switch__help {
  display: block;
  padding-left: 45px;
  text-align: left; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

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

.row:after {
  clear: both; }

.content h2 {
  color: #000;
  border-bottom: 1px solid #d2d3d5;
  font: 700 26px/32px "Open Sans", sans-serif;
  padding: 0 0 15px 0;
  margin: 15px 0 20px; }

.content h3 {
  color: #000;
  font: 400 20px/24px "Open Sans", sans-serif;
  margin: 15px 0; }

.content p {
  margin: 0 0 25px 0; }

.content img {
  margin: 0 0 15px 0;
  max-width: 100%;
  height: auto; }
  .content img.img-left {
    float: left;
    margin: 0 50px 15px 0; }
  .content img.img-right {
    float: right;
    margin: 0 0 15px 50px; }
  .content img.img-center {
    display: block;
    margin: 0 auto 15px; }

.content ol {
  list-style: none;
  counter-reset: ol-counter;
  margin: 0 0 15px 0;
  padding: 0; }
  .content ol > li {
    padding: 0 0 0 57px;
    margin: 0 0 25px 0;
    position: relative; }
    .content ol > li:before {
      content: counter(ol-counter);
      counter-increment: ol-counter;
      display: inline-block;
      vertical-align: bottom;
      background: #33559d;
      color: #fff;
      position: absolute;
      left: 0;
      top: 3px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      text-align: center;
      line-height: 32px; }

.login {
  padding: 10px 0 0 0; }
  .login .form .form__row {
    margin: 0;
    border-bottom: 1px solid #d6d6d6; }
    .login .form .form__row:first-child {
      border-top: 1px solid #d6d6d6; }
  .login .form .form__field {
    position: relative; }
    .login .form .form__field::after {
      clear: both;
      content: "";
      display: table; }
    .login .form .form__field.error .text-field__label {
      color: #e80000; }
  .login .form .text-field {
    border: 0;
    border-radius: 0;
    padding: 30px 0 5px 0; }
    .login .form .text-field .text-field__input {
      font: 400 18px/40px "Open Sans", sans-serif;
      height: 40px;
      color: #42484c;
      padding: 0; }
    .login .form .text-field.text-field--is-focused {
      box-shadow: none; }
  .login .form .text-field__label {
    left: 0; }
  .login .form .form__error {
    color: #e80000;
    margin: 0 0 6px 0;
    font: 400 11px/14px "Open Sans", sans-serif;
    width: 100%;
    box-sizing: border-box; }

.login__bg {
  background: #7ca8cf url(../images/login-bg.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1; }

.login__logo {
  margin: 0;
  padding: 0 0 10px 0; }

.login__logo-img {
  background-image: url("../images/login-logo.png");
  width: 184px;
  height: 51px;
  display: block;
  margin: 0 auto;
  text-indent: -10000px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .login__logo-img {
      background-image: url("../images/login-logo_2x.png");
      background-size: 184px 51px; } }

.login__container {
  margin: 0 auto; }
  .login__container::after {
    clear: both;
    content: "";
    display: table; }

.login__panel {
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }

.login__form-header {
  padding: 10px 0 15px 0;
  text-align: center; }
  .login__form-header h2 {
    font: 400 20px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0; }

.login__form-footer {
  text-align: center;
  padding: 37px 0 0 0; }
  .login__form-footer .button {
    padding: 0 40px; }

@media (min-width: 768px) {
  .login {
    padding: 85px 0 30px 0; }
  .login__logo {
    margin: 0;
    padding: 0 0 60px 0; }
  .login__logo-img {
    background-image: url("../images/login-logo.png");
    width: 184px;
    height: 51px;
    display: block;
    margin: 0 auto;
    text-indent: -10000px; } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
    .login__logo-img {
      background-image: url("../images/login-logo_2x.png");
      background-size: 184px 51px; } }

@media (min-width: 768px) {
  .login__container {
    width: 428px;
    margin: 0 auto; }
    .login__container::after {
      clear: both;
      content: "";
      display: table; }
  .login__panel {
    background: #fff;
    padding: 35px 45px 47px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
  .login__form-header {
    padding: 0 0 15px 0; } }

.bank-logo {
  clear: both;
  text-align: center; }
  @media (min-width: 768px) {
    .bank-logo {
      position: absolute;
      top: 0;
      left: 50%;
      width: 300px;
      text-align: center;
      margin: 0 0 0 -150px;
      height: 61px;
      line-height: 61px; }
      .bank-logo img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 75%;
        display: inline-block; } }

.bank-access__section-title {
  margin: 0 0 30px 0;
  padding: 10px 0 0 0; }

.bank-access__title {
  margin: 0; }

.company-search {
  position: relative;
  width: 234px;
  margin: 0 0 15px 0;
  float: right;
  z-index: 100; }
  .company-search .company-search__arrow {
    border: 1px solid #c0ccd5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    width: 47px;
    height: 49px;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 3;
    float: left;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer; }
    @media (min-width: 768px) {
      .company-search .company-search__arrow {
        right: -29px; } }
    .company-search .company-search__arrow .icon {
      line-height: 47px;
      display: inline-block;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-size: 8px;
      width: 45px; }
  .company-search .company-search__label {
    display: block;
    height: 49px;
    border: 1px solid #c0ccd5;
    background: #f2f2f2;
    font: 400 14px/49px "Open Sans", sans-serif;
    color: #000;
    padding: 0 50px 0 30px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    z-index: 2; }
  .company-search .company-search__input-hider {
    width: 0;
    height: 49px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: -34px;
    padding: 33px 0 0 0;
    right: -21px;
    overflow: hidden;
    z-index: 3;
    opacity: 0;
    -webkit-animation: companySearchOut 0.2s;
    -moz-animation: companySearchOut 0.2s;
    animation: companySearchOut 0.2s; }
    @media (min-width: 768px) {
      .company-search .company-search__input-hider {
        right: -29px; } }
  .company-search .company-search__input-wrap {
    position: absolute;
    top: 33px;
    left: 0;
    width: 281px;
    z-index: 5; }
  .company-search .company-search__arrow-inner {
    border: 1px solid #c0ccd5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    width: 47px;
    height: 49px;
    position: relative;
    right: 0;
    float: left;
    display: block;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer; }
    .company-search .company-search__arrow-inner .icon {
      line-height: 47px;
      display: inline-block;
      font-size: 8px;
      width: 45px; }
  .company-search .company-search__input {
    background: #fff;
    height: 49px;
    box-sizing: border-box;
    border-radius: 0;
    width: 234px;
    padding: 0 50px 0 30px;
    border: 1px solid #c0ccd5;
    border-right: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .company-search .company-search__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    border: 0;
    background: transparent none;
    cursor: pointer;
    line-height: 49px;
    box-sizing: border-box; }
  .company-search .company-search-results {
    position: absolute;
    top: 0;
    left: 47px;
    width: 235px;
    height: 100%;
    padding: 110px 0 0 0;
    box-sizing: border-box;
    background: #f2f2f2;
    border: 1px solid #c0ccd5;
    border-radius: 5px;
    z-index: 4; }
    .company-search .company-search-results .company-search-results__list {
      list-style: none;
      margin: 0;
      padding: 0; }
    .company-search .company-search-results .company-search-results__item {
      margin: 0 0 20px 0; }
    .company-search .company-search-results .company-search-results__letter {
      text-align: center;
      display: inline-block;
      background: #7ba8ce;
      width: 29px;
      height: 29px;
      font: 600 14px/29px "Open Sans", sans-serif;
      color: #fff;
      border-radius: 5px;
      margin: 0 25px 10px; }
    .company-search .company-search-results .company-search-results__sub {
      list-style: none;
      margin: 0;
      padding: 0; }
    .company-search .company-search-results .company-search-results__title {
      padding: 8px 25px;
      font: 400 14px/18px "Open Sans", sans-serif;
      display: block; }
      .company-search .company-search-results .company-search-results__title a {
        text-decoration: none;
        color: #000; }
  .company-search.active .company-search__input-hider {
    width: 282px;
    -webkit-animation: companySearchIn 0.2s;
    -moz-animation: companySearchIn 0.2s;
    animation: companySearchIn 0.2s;
    opacity: 1; }
  .company-search .company-search__scroll {
    max-height: 100%;
    min-height: 100%;
    overflow: auto; }
  .company-search .scrollbar-outer > .scroll-element {
    background: #f2f2f2; }

@-webkit-keyframes companySearchIn {
  from {
    display: none; }
  to {
    display: block; } }

@-moz-keyframes companySearchIn {
  from {
    display: none; }
  to {
    display: block; } }

@keyframes companySearchIn {
  from {
    display: none; }
  to {
    display: block; } }

@-webkit-keyframes companySearchOut {
  from {
    display: block; }
  to {
    display: none; } }

@-moz-keyframes companySearchOut {
  from {
    display: block; }
  to {
    display: none; } }

@keyframes companySearchOut {
  from {
    display: block; }
  to {
    display: none; } }

.bank-date {
  border-bottom: 1px solid #cbd5dc;
  margin: 0 8px 20px;
  position: relative;
  float: right;
  width: 60%; }
  .bank-date::after {
    clear: both;
    content: "";
    display: table; }
  .bank-date .bank-date__input {
    width: 100%;
    background: transparent none;
    border: 0;
    color: #000;
    padding: 0 9px 0 14px;
    font: 400 14px/35px "Open Sans", sans-serif;
    height: 35px; }
    .bank-date .bank-date__input:focus {
      outline: 0; }
  .bank-date .bank-date__icon {
    position: absolute;
    top: 11px;
    right: 8px;
    pointer-events: none; }
  .bank-date ul {
    opacity: 1 !important;
    margin: 2px 0 0 !important;
    left: -40px !important; }
    .bank-date ul * {
      outline: 0 !important; }

.bank-active {
  padding: 0 13px 30px 0;
  float: right; }

.access-logo {
  display: inline-block;
  max-height: 50px;
  vertical-align: middle;
  margin-right: 10px; }
  .access-logo img {
    max-height: 50px;
    max-width: 100px; }

.access-name {
  display: inline-block;
  vertical-align: middle; }

.button-email {
  margin-top: 25px; }

.subject-field {
  width: 100%;
  border: 1px solid #A4C0D5;
  border-radius: 5px;
  padding: 10px;
  background-color: #FBFBFB; }

.access-search {
  width: 300px; }

.service-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.service-list__group {
  margin: 0 0 20px 0; }

.service-list__title {
  font: 600 14px/18px "Open Sans", sans-serif;
  color: #000;
  margin: 0 0 20px 0; }

.service-list__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .service-list__list::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .service-list__list {
      margin: 0 0 0 -35px; } }
  @media (min-width: 992px) {
    .service-list__list {
      margin: 0 0 0 -4px; } }

.service-list__item {
  margin: 0 0 4px 0; }
  @media (min-width: 768px) {
    .service-list__item {
      float: left;
      margin: 0 0 10px 35px; } }
  @media (min-width: 992px) {
    .service-list__item {
      margin: 0 0 4px 4px; } }
  .service-list__item a {
    text-decoration: none;
    color: #000; }

.service-list__image {
  width: 100%;
  height: 145px;
  border: 2px dashed #c0ccd5;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 145px;
  margin: 0; }
  @media (min-width: 768px) {
    .service-list__image {
      width: 272px;
      height: 145px; } }
  .service-list__image img {
    max-width: 100%;
    max-height: 100%;
    margin-top: -6px; }

.bank-registration-logo {
  width: 100%;
  height: 307px;
  border: 2px dashed #c0ccd5;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 307px; }
  .bank-registration-logo img {
    max-width: 100%;
    max-height: 100%;
    margin-top: -6px; }

.form .form__group--horizontal .text-field.bank-registration-contract {
  width: 20%; }

.form .form__group--horizontal .text-field.bank-registration-percent-web {
  width: 20%; }

.form .form__group--horizontal .text-field.bank-registration-percent-virtual {
  width: 30%; }

.form .form__group--horizontal .text-field.bank-registration-percent-invoce {
  width: 30%; }

.form .form__group--horizontal .disabled .input-number__up, .form .form__group--horizontal .disabled .input-number__down {
  display: none; }

.screen-list {
  font-size: 0px;
  margin: 0 0 37px -12px; }

.screen-list__item {
  display: inline-block;
  vertical-align: bottom;
  width: 204px;
  margin: 0 0 0 12px;
  padding: 0;
  text-align: center; }

.screen-list__caption {
  font: 600 13px/16px "Open Sans", sans-serif;
  color: #2f3540;
  text-align: left;
  margin: 0 0 10px 0; }

.screen-list__img {
  background: #fff;
  width: 210px;
  height: 158px;
  border: 2px dashed #c0ccd5;
  box-sizing: border-box;
  text-align: center;
  line-height: 158px;
  border-radius: 5px; }
  .screen-list__img img {
    max-width: 100%;
    max-height: 100%; }

.month-choose {
  width: 100%;
  height: 25px;
  padding: 0 25px;
  background: #edeeef;
  box-shadow: inset 0 1px 0 #c1cbd4, inset 0 7px 7px rgba(217, 224, 228, 0.7), 0 1px 0 #fff;
  border-radius: 13px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 992px) {
    .month-choose {
      overflow-x: visible;
      overflow-y: visible; } }

.month-choose__list {
  list-style: 0;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }

.month-choose__item {
  display: table-cell;
  text-align: center; }

.month-choose__button {
  font: 400 12px/25px "Open Sans", sans-serif;
  letter-spacing: .3px;
  color: #2f3540;
  display: block;
  padding: 0 20px; }
  .month-choose__button.active {
    background: #7ba8ce;
    color: #fff; }

.month-choose__item a {
  text-decoration: none; }

.previous-month {
  font-weight: bold;
  padding: 0;
  margin-left: -20px; }

.next-month {
  font-weight: bold;
  padding: 0;
  margin-right: -20px; }

.services-graph__row {
  background: #fff;
  border-right: 1px solid #c0ccd5;
  border-bottom: 1px solid #c0ccd5;
  border-left: 1px solid #c0ccd5;
  margin: 0;
  padding: 0; }
  .services-graph__row::after {
    clear: both;
    content: "";
    display: table; }
  .services-graph__row:first-child {
    border-top: 1px solid #c0ccd5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .services-graph__row:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

.services-graph__logo {
  text-align: left;
  height: 47px;
  line-height: 47px;
  float: left;
  width: 40%;
  margin: 0; }

.services-graph__content {
  height: 47px;
  white-space: nowrap;
  float: left;
  margin: 0;
  width: 40%; }
  @media (min-width: 768px) {
    .services-graph__content {
      width: 50%; } }
  .services-graph__content .services-graph__bar {
    content: '';
    display: block;
    float: left;
    height: 100%;
    background: #7ba8ce; }

.services-graph__value {
  color: #989a9c;
  font-size: 400 14px/16px "Open Sans", sans-serif;
  display: inline-block;
  padding: 4px 5px 3px; }
  @media (min-width: 768px) {
    .services-graph__value {
      padding: 4px 19px 3px; } }
  .services-graph__value span {
    color: #2f3540;
    font-size: 400 12px/16px "Open Sans", sans-serif; }

.analytics-logo {
  max-height: 75%;
  max-width: 15%;
  margin-left: 10px; }

.analytics-logo + b {
  margin-left: 10px; }

.container {
  margin: 0 auto;
  padding: 0 20px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .container {
      width: 640px;
      padding: 0; } }
  @media (min-width: 992px) {
    .container {
      width: 883px;
      padding: 0; } }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: #ededed;
  stroke-width: 1px;
  stroke-dasharray: 0; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 24px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #7ba8ce; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #7ba8ce; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.chart {
  overflow-x: auto;
  width: 100%; }

.ct-chart {
  min-width: 550px; }

.ct-series-a .ct-bar {
  stroke: #7da9cc;
  stroke-width: 24px;
  stroke-dasharray: 0; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  font-size: 12px; }

.ct-series-a .ct-line {
  stroke: #ff3e3e; }

.ct-series-a .ct-point {
  stroke: #ff3e3e; }

.activity-chart .ct-label {
  white-space: nowrap; }

.chart.fixed-height {
  height: 330px; }

.ct-legend {
  position: relative;
  z-index: 10;
  list-style: none; }
  .ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 3px; }
  .ct-legend li:after, .ct-legend li:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px; }
  .ct-legend li.inactive:before {
    background: transparent; }
  .ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    left: 50% !important; }
  .ct-legend .ct-series-0:before {
    background-color: #d70206;
    border-color: #d70206; }
  .ct-legend .ct-series-1:before {
    background-color: #f05b4f;
    border-color: #f05b4f; }
  .ct-legend .ct-series-2:before {
    background-color: #f4c63d;
    border-color: #f4c63d; }
  .ct-legend .ct-series-3:before {
    background-color: #d17905;
    border-color: #d17905; }
  .ct-legend .ct-series-4:before {
    background-color: #453d3f;
    border-color: #453d3f; }
  .ct-legend .ct-series-5:before {
    background-color: #59922b;
    border-color: #59922b; }
  .ct-legend .ct-series-6:before {
    background-color: #0544d3;
    border-color: #0544d3; }
  .ct-legend .ct-series-7:before {
    background-color: #6b0392;
    border-color: #6b0392; }
  .ct-legend .ct-series-8:before {
    background-color: #f05b4f;
    border-color: #f05b4f; }
  .ct-legend .ct-series-9:before {
    background-color: #dda458;
    border-color: #dda458; }
  .ct-legend .ct-series-10:before {
    background-color: #eacf7d;
    border-color: #eacf7d; }
  .ct-legend .ct-series-11:before {
    background-color: #86797d;
    border-color: #86797d; }
  .ct-legend .ct-series-12:before {
    background-color: #b2c326;
    border-color: #b2c326; }
  .ct-legend .ct-series-13:before {
    background-color: #7ba8ce;
    border-color: #7ba8ce; }
  .ct-legend .ct-series-14:before {
    background-color: #a748ca;
    border-color: #a748ca; }

.ui-dialog {
  outline: 0; }
  .ui-dialog * {
    outline: 0; }

.ui-dialog-titlebar {
  display: none; }

.reject-dialog {
  border: 2px solid #FEBFC0;
  border-radius: 5px;
  background-color: #FEFEFE; }
  .reject-dialog div {
    margin: 15px 25px 15px; }
    .reject-dialog div h5 {
      margin-bottom: 15px; }
    .reject-dialog div .text-center {
      margin: 0; }
    .reject-dialog div .text-right {
      margin-top: 10px;
      margin-right: 0; }
    .reject-dialog div textarea {
      width: 100%;
      height: 100px;
      resize: none;
      border: 1px solid #A4C0D5;
      border-radius: 5px;
      padding: 10px;
      background-color: #FBFBFB; }
    .reject-dialog div .reject-send {
      background-color: red; }

.notifications {
  position: relative; }

.notifications__link {
  cursor: pointer;
  display: block;
  -webkit-transition: background-color, color 0.1s;
  -moz-transition: background-color, color 0.1s;
  transition: background-color, color 0.1s; }
  .notifications__link:hover {
    color: #7ba8ce; }
  .opened .notifications__link {
    background-color: #7ba8ce;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center; }
    .opened .notifications__link .icon {
      font-size: 20px;
      line-height: 27px; }

.notification-dropdown {
  position: absolute;
  right: -40px;
  top: 40px;
  width: 380px;
  z-index: 1000;
  font: 12px/18px "Open Sans", sans-serif;
  display: none; }
  .notification-dropdown .scrollbar-outer > .scroll-element {
    background: #f8f8f8; }
  .opened .notification-dropdown {
    display: block; }
  .notification-dropdown:after, .notification-dropdown:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .notification-dropdown:after {
    border-color: rgba(248, 248, 248, 0);
    border-bottom-color: #f8f8f8;
    border-width: 8px;
    margin-left: -8px;
    right: 46px;
    top: -15px; }
  .notification-dropdown:before {
    border-color: rgba(198, 205, 211, 0);
    border-bottom-color: #c6cdd3;
    border-width: 9px;
    margin-left: -9px;
    right: 45px;
    top: -17px; }

.notification-dropdown__container {
  padding: 5px 0 0 0;
  background: #f8f8f8;
  box-shadow: 0 3px 10px rgba(192, 204, 213, 0.64);
  border: 1px solid #c6cdd3;
  border-radius: 10px;
  overflow: hidden; }

.notification-dropdown__inner {
  max-height: 455px;
  overflow: auto;
  margin: 0 5px 5px 0; }

.notification-dropdown__list {
  list-style: none;
  padding: 0 5px;
  margin: 0; }

.notification-dropdown__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgba(192, 204, 213, 0.7);
  margin: 0 0 6px 0;
  padding: 12px 18px;
  position: relative; }
  .notification-dropdown__item h3 {
    margin: 0;
    font: 700 13px/18px "Open Sans", sans-serif; }
  .notification-dropdown__item p {
    font: 12px/14px "Open Sans", sans-serif;
    margin: 0; }
  .notification-dropdown__item a {
    display: inline; }
  .notification-dropdown__item img {
    max-height: 50px;
    max-width: 100px;
    margin-right: 10px; }
  .notification-dropdown__item a {
    color: #5c91be; }
  .notification-dropdown__item .notification-dropdown__more {
    text-decoration: underline;
    color: #5c91be;
    cursor: pointer; }

.notification-dropdown__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }
  .notification-dropdown__close:hover {
    color: #5c91be; }
  .notification-dropdown__close .icon {
    font-size: 9px; }

.notification-dropdown__footer {
  background: #fff;
  border-top: 1px solid #c3cfd7; }

.notification-dropdown__past {
  display: block;
  font: 400 15px "Open Sans", sans-serif;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }
  .notification-dropdown__past:hover {
    background: #5c91be;
    color: #fff !important; }
  .notification-dropdown__past .icon {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle; }

.notification-dropdown__empty {
  padding: 12px 18px;
  text-align: center;
  color: #b5b5b5;
  text-shadow: 0 1px 0 #fff; }

.notification-dropdown__icon {
  float: left;
  padding: 5px 0 0 0;
  height: 50px;
  line-height: 50px; }
  .notification-dropdown__icon .icon {
    font-size: 20px; }

.notification-dropdown__content {
  margin: 0 0 0 50px; }

.notification-dropdown__logo {
  margin: 0 0 5px 0;
  display: inline-block; }
  .notification-dropdown__logo .icon {
    font-size: 22px; }

.p2p_card_search {
  width: 250px;
  position: relative;
  display: inline-block; }
  .p2p_card_search .p2p_card_number {
    padding: 10px 35px 10px 15px;
    border: 1px solid #C6D2DB;
    border-radius: 6px;
    outline: none;
    width: 100%; }
  .p2p_card_search .p2p_card_magnifier {
    position: absolute;
    top: 12px;
    right: 10px; }

.p2p_card_block {
  margin-left: 10px; }

.p2p_date {
  width: 150px; }

.p2p_excel {
  width: 40px; }

.p2p_transactions {
  width: 100%; }
  .p2p_transactions tr {
    border-bottom: 1px solid #C6D2DB; }
  .p2p_transactions th, .p2p_transactions td {
    padding: 10px 0; }
  .p2p_transactions .p2p_transaction_time {
    color: #A8AAA9; }

.p2p_blocks_cards {
  margin-top: 25px; }

.p2p_blocks_card {
  padding: 15px 50px;
  width: 33%;
  display: inline-block; }
  .p2p_blocks_card.left {
    text-align: left; }
  .p2p_blocks_card.center {
    text-align: center; }
  .p2p_blocks_card.right {
    text-align: right; }
  .p2p_blocks_card img {
    vertical-align: top; }

.period-date ul {
  opacity: 1 !important; }

.row-expandable {
  cursor: pointer; }

.period-date {
  margin-bottom: 10px; }
  .period-date ul {
    opacity: 1 !important; }

.row-expandable {
  cursor: pointer; }

.p-0 {
  padding: 0 !important; }

.table-details-conversion {
  table-layout: fixed;
  width: 100%; }
  .table-details-conversion tbody {
    margin-bottom: 10px; }
  .table-details-conversion th, .table-details-conversion td {
    width: 50%;
    border: 0 !important; }
  .table-details-conversion .splitter-cell {
    width: 100%;
    background: #eee;
    padding: 7px 40px; }

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