@import url(/fonts/open-sans.css);@charset "UTF-8";
body {
  font-size: 12px;
  font-family: "Open Sans";
  background: #f5f5f5; }

a {
  font-weight: 400;
  color: #4a4a4a; }

p {
  font-weight: 400;
  color: #4a4a4a; }

b {
  color: #4a4a4a; }

.page-title {
  font-size: 20px;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 32px;
  margin-bottom: 20px;
  padding-right: 20px;
  box-sizing: border-box; }
  .page-title:last-child {
    padding-right: 0; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.i-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center; }
  .i-icon_border-left {
    border-left: 1px solid #b4c3ca;
    margin-left: 10px; }
  .i-icon_included-left {
    margin-left: -16px; }
  .i-icon_included-right {
    margin-right: -16px; }
  .i-icon_arrow-left, .i-icon_arrow-right, .i-icon_arrow-up, .i-icon_arrow-down {
    background-image: url(/static/img/9493492dee5b0952b7af281d580ad027.svg); }
  .i-icon_arrow-left {
    transform: rotate(90deg); }
  .i-icon_arrow-right {
    transform: rotate(-90deg); }
  .i-icon_arrow-up {
    transform: rotate(180deg); }
  .i-icon_close {
    width: 9px;
    height: 9px;
    background-image: url(/static/img/de1c874fec63b2d4afe3c210c5dbbcc4.svg); }
  .i-icon_sort {
    width: 11px;
    height: 10px;
    background-image: url(/static/img/640955c16d492f47fcb5eb2320c2cbee.svg); }
  .i-icon_logout {
    background-image: url(/static/img/8df8fcbaa359ee16dae717ef0055c18d.svg); }

/*! 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 */ }

img {
  max-width: 100%; }

.hidden {
  display: none !important; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

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

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

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

.grid_margin-top {
  margin-top: 10px; }

.grid:after {
  display: block;
  content: '';
  clear: both; }

.span-inner {
  padding: 0 10px; }

.span-1 {
  float: left;
  width: 8.33333%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-1:first-child > .span-inner {
    padding-left: 0; }

.span-2 {
  float: left;
  width: 16.66667%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-2:first-child > .span-inner {
    padding-left: 0; }

.span-3 {
  float: left;
  width: 25.0%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-3:first-child > .span-inner {
    padding-left: 0; }

.span-4 {
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-4:first-child > .span-inner {
    padding-left: 0; }

.span-5 {
  float: left;
  width: 41.66667%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-5:first-child > .span-inner {
    padding-left: 0; }

.span-6 {
  float: left;
  width: 50.0%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-6:first-child > .span-inner {
    padding-left: 0; }

.span-7 {
  float: left;
  width: 58.33333%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-7:first-child > .span-inner {
    padding-left: 0; }

.span-8 {
  float: left;
  width: 66.66667%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-8:first-child > .span-inner {
    padding-left: 0; }

.span-9 {
  float: left;
  width: 75.0%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-9:first-child > .span-inner {
    padding-left: 0; }

.span-10 {
  float: left;
  width: 83.33333%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-10:first-child > .span-inner {
    padding-left: 0; }

.span-11 {
  float: left;
  width: 91.66667%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-11:first-child > .span-inner {
    padding-left: 0; }

.span-12 {
  float: left;
  width: 100.0%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-12:first-child > .span-inner {
    padding-left: 0; }

.full-width {
  width: 100%; }

.form-box {
  margin: 0 -10px; }
  .form-box:after {
    display: block;
    content: '';
    clear: both; }
  .form-box .form-box__col-1 {
    float: left;
    padding: 0 10px;
    width: 8.33333%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-2 {
    float: left;
    padding: 0 10px;
    width: 16.66667%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-3 {
    float: left;
    padding: 0 10px;
    width: 25.0%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-4 {
    float: left;
    padding: 0 10px;
    width: 33.33333%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-5 {
    float: left;
    padding: 0 10px;
    width: 41.66667%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-6 {
    float: left;
    padding: 0 10px;
    width: 50.0%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-7 {
    float: left;
    padding: 0 10px;
    width: 58.33333%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-8 {
    float: left;
    padding: 0 10px;
    width: 66.66667%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-9 {
    float: left;
    padding: 0 10px;
    width: 75.0%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-10 {
    float: left;
    padding: 0 10px;
    width: 83.33333%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-11 {
    float: left;
    padding: 0 10px;
    width: 91.66667%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-12 {
    float: left;
    padding: 0 10px;
    width: 100.0%;
    box-sizing: border-box;
    margin-bottom: 15px; }

.form-box__label {
  display: block;
  margin-bottom: 5px;
  color: #4A4A4A;
  font-size: inherit; }

input.error-field,
select.error-field,
textarea.error-field,
input.error-field:hover,
select.error-field:focus,
textarea.error-field:active {
  border-color: #C63F2D !important; }

.error-message {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  color: #C63F2D; }

.alert {
  position: fixed;
  z-index: 999999;
  top: 20px;
  left: 50%;
  margin-left: -215px;
  width: 430px; }

.alert__item {
  padding: 12px 24px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #333333;
  border-radius: 4px;
  background: #F5E8A5;
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.5);
  animation-name: alert_start;
  animation-duration: 0.3s; }
  .alert__item_end {
    animation-name: alert_end;
    animation-duration: 0.3s; }
  .alert__item-close {
    width: 30px;
    height: 30px;
    background: none; }

@keyframes alert_start {
  from {
    transform: translate(0px, -100px);
    opacity: 0; }
  to {
    transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes alert_end {
  from {
    transform: translate(0px, 0px);
    opacity: 1; }
  to {
    transform: translate(0px, -100px);
    opacity: 0; } }

.i-icon_control {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/783f5c753a9eaf00e97f36d3721d88d8.svg); }

.i-icon_distribution {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/5e81d276d5449f9e14060bf57263c975.svg); }

.i-icon_ratings {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/52eaf93285ee10a409308467e7c51a52.svg); }

.i-icon_references {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/bff930bb9f019d75d148c89a7af42577.svg); }

.i-icon_reporting {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/33922154078348887d02506221efec72.svg); }

.i-icon_reports {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/f4a9b03d54df4138997b8117ea6882ed.svg); }

.i-icon_reload {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/d0eed06f216192c1873a8e2fa9b63345.svg); }

.i-icon_edit {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/ea87752d0e3f112e4aebc66c0e544af8.svg); }

.i-icon_check {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/a78c0362514ce195a3ecb17156f10584.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.i-icon_thin-arrow-down {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/cc714397aa4509c702432ec28ff195c9.svg); }

.i-icon_alert-warning {
  width: 30px;
  height: 30px;
  float: left;
  background-image: url(/static/img/de04123d49e858f154b672f366d29183.svg); }

.i-icon_alert-error {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
  background-image: url(/static/img/d2c368f5eae5e433bc602bf3eb45551d.svg); }

.i-icon_cloud {
  width: 22px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/static/img/83a8c567991b6be1bda3734b68436823.svg); }

.i-icon_excel {
  width: 22px;
  height: 20px;
  background-image: url(/static/img/ff9c8eef9784da55e8f586d9f474f0a9.svg); }

.i-icon_dustbin {
  width: 22px;
  height: 20px;
  background-image: url(/static/img/8fc7810be973bc07894ca41d084d7327.svg); }

.i-icon_checkgrey {
  width: 22px;
  height: 20px;
  background-image: url(/static/img/665348a4843fe96411db6e8994581653.svg); }

.i-icon_closegrey {
  width: 22px;
  height: 20px;
  background-image: url(/static/img/6133df3008b8ae2a20d464e817bb0a4f.svg); }

.i-icon_dubstingrey {
  width: 22px;
  height: 20px;
  background-image: url(/static/img/afad92dacb920ab182f97030d63ed596.svg); }

.i-icon_editgrey {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/9d0cf31ab6083a89fae8d5cfa5bf88e4.svg); }

.i-icon_refreshgrey {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/06a12323db69929b4fc869da087383b0.svg); }

.b-dropdown-calendar {
  padding: 20px 21px; }
  .b-dropdown-calendar__col {
    border: solid 1px #ebebeb;
    border-radius: 4px;
    margin-bottom: 20px; }
    .b-dropdown-calendar__col table {
      width: 100%;
      border-spacing: 0; }
    .b-dropdown-calendar__col:last-child {
      margin-bottom: 0; }
  .b-dropdown-calendar__year, .b-dropdown-calendar__month {
    text-align: center;
    color: #4a4a4a; }
  .b-dropdown-calendar__year {
    padding: 8px 0; }
  .b-dropdown-calendar__month {
    padding: 8px 18px;
    border-top: solid 1px #ececec;
    border-left: solid 1px #ececec;
    cursor: pointer; }
    .b-dropdown-calendar__month_selected {
      background: #dcf4c5;
      color: #999999; }
    .b-dropdown-calendar__month:first-child {
      border-left: none; }
  .b-dropdown-calendar__content {
    margin-bottom: 20px; }

.i-progress-bar {
  position: fixed;
  z-index: 999999999;
  top: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3); }
  .i-progress-bar_show {
    top: 0; }
  .i-progress-bar:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: #f5e8a5;
    animation-iteration-count: infinite;
    animation-name: i-progress-bar;
    animation-duration: 2s; }

@keyframes i-progress-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    width: 40%; }
  100% {
    left: 100%;
    width: 0; } }

.b-button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  height: 32px;
  font-family: Arial;
  font-size: 12px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #6bb812;
  box-sizing: border-box; }
  .b-button_active, .b-button:active, .b-button_hover, .b-button:hover {
    background: #57950f; }
  .b-button_active, .b-button:active {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    line-height: 32px; }
  .b-button:focus {
    outline: none; }
  .b-button:disabled {
    background-color: #cccccc; }
  .b-button_small {
    font-size: 10px;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px; }
  .b-button_secondary {
    color: #6bb812;
    border-color: #6bb812;
    background: #fff;
    font-weight: 600; }
    .b-button_secondary_active, .b-button_secondary:active {
      background: #fff;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(134, 162, 175, 0.2); }
    .b-button_secondary_hover, .b-button_secondary:hover {
      background: #fff;
      border-color: #86a2af; }
  .b-button_danger {
    color: #c63f2d;
    border-color: #e2bcb7;
    background: transparent;
    font-weight: 600; }
    .b-button_danger_active, .b-button_danger:active {
      box-shadow: inset 0 1px 2px 0 #dd968c; }
    .b-button_danger_hover, .b-button_danger:hover {
      background: transparent;
      border-color: #dd968c; }
  .b-button img {
    vertical-align: middle; }

.b-check__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  vertical-align: middle;
  box-sizing: border-box; }
  .b-check__input:checked {
    background: url(/static/img/98b1f80fdbafe6d3cd33eeedea205fc9.svg) no-repeat center center #ffffff;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #999999; }
  .b-check__input:focus {
    outline: none; }
  .b-check__input_hover, .b-check__input:hover {
    border: solid 1px #999999; }
  .b-check__input[type="radio"] {
    border-radius: 50%; }
    .b-check__input[type="radio"]:checked {
      background: url(/static/img/c339842408c067d9f744eb32920f7c56.svg) no-repeat center center #ffffff;
      border: solid 1px #999999; }

.b-input {
  padding: 0 8px;
  height: 32px;
  width: 100%;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  border-radius: 4px;
  color: #333333;
  box-sizing: border-box;
  border: solid 1px #cccccc; }
  .b-inputhover, .b-input:hover {
    border: solid 1px #999999; }
  .b-inputfocus, .b-input:focus {
    border: solid 1px #6bb812;
    outline: none;
    box-shadow: 0 0 5px 0 #6bb812; }
  .b-input:disabled {
    background: #f1f1f1; }
  .b-input_error {
    border: 1px solid #c63f2d; }
    .b-input_errorhover, .b-input_error:hover {
      border: solid 1px #eb7363; }
    .b-input_errorfocus, .b-input_error:focus {
      border: solid 1px #c63f2d;
      outline: none;
      box-shadow: 0 0 5px 0 #e99b91, inset 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 2px 0 rgba(233, 154, 144, 0.2); }
  .b-input_large {
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #333333; }
  .b-input_inline {
    width: auto;
    margin: 0 5px; }
  .b-input::-webkit-input-placeholder {
    color: #999999; }
  .b-input::-moz-placeholder {
    color: #999999; }
  .b-input:-moz-placeholder {
    color: #999999; }
  .b-input:-ms-input-placeholder {
    color: #999999; }

.b-input__note {
  color: #666666;
  font-size: 11px;
  line-height: 1.36;
  margin-top: 5px;
  display: block; }

.b-input-suggest {
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  padding: 5px 20px; }
  .b-input-suggest:first-child {
    margin-top: 0; }
  .b-input-suggest:last-child {
    margin-bottom: 0; }
  .b-input-suggest:nth-of-type(odd):not(:hover):not([class*="_active"]) {
    background: none; }
  .b-input-suggest_active, .b-input-suggest:hover {
    background: #dcf4c5; }

.b-textarea {
  padding: 10px;
  width: 100%;
  min-height: 100px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  border-radius: 4px;
  color: #333333;
  box-sizing: border-box;
  border: solid 1px #cccccc; }
  .b-textarea:hover {
    border: solid 1px #999999; }
  .b-textarea:focus {
    border: solid 1px #6bb812;
    outline: none;
    box-shadow: 0 0 5px 0 #6bb812; }

.b-select::-ms-expand {
  width: 30px;
  border: none;
  background: url(/static/img/9493492dee5b0952b7af281d580ad027.svg) center center #ffffff no-repeat;
  color: #fff;
  margin: 3px -20px 3px 3px; }

.b-select {
  box-shadow: none;
  padding: 0 30px 0 9px;
  height: 32px;
  color: #333333;
  border: solid 1px #cccccc;
  background: url(/static/img/9493492dee5b0952b7af281d580ad027.svg) no-repeat calc(100% - 10px) center #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%; }
  .b-select:hover {
    border: solid 1px #999999; }
  .b-select:focus {
    outline: none;
    border: solid 1px #6bb812;
    box-shadow: 0 0 5px 0 #6bb812; }
  .b-select:disabled {
    background: #f1f1f1;
    border: solid 1px rgba(0, 0, 0, 0.17); }

.b-paginate {
  overflow: hidden; }

.b-paginate__left-button {
  float: left;
  margin-right: 10px; }

.b-paginate__right-button {
  float: left;
  margin-left: 10px; }

.b-paginate__item {
  float: left;
  font-size: 12px;
  padding: 0 13px;
  height: 30px;
  line-height: 31px;
  text-decoration: none;
  color: #2a5971;
  border: 1px solid #b4c3ca;
  border-left: 0;
  cursor: pointer;
  background: #FFFFFF; }
  .b-paginate__item_active {
    background: #f5e8a5;
    font-weight: 700; }
  .b-paginate__item:active {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(134, 162, 175, 0.2);
    border-color: #86a2af;
    line-height: 32px; }
  .b-paginate__item:hover {
    border-color: #86a2af; }
  .b-paginate__item:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #b4c3ca; }
  .b-paginate__item:last-child {
    border-left: 0;
    border-radius: 0 4px 4px 0; }

.b-tab {
  display: table;
  font-weight: normal;
  vertical-align: middle;
  font-size: 12px;
  border-bottom: 1px solid #c6e1ef;
  line-height: 32px; }
  .b-tab_small {
    font-size: 12px;
    line-height: 22px; }

.b-tab__button {
  display: table-cell;
  padding: 0 16px;
  cursor: pointer;
  color: #2a5971;
  border: 1px solid transparent;
  background: transparent;
  font-weight: 400;
  border-radius: 4px 4px 0 0; }
  .b-tab__button:first-child {
    border-radius: 4px 4px 0 0; }
  .b-tab__button:last-child {
    border-radius: 4px 4px 0 0; }
  .b-tab__button:focus {
    outline: none; }
  .b-tab__button:hover {
    color: #2a5971;
    border-color: transparent;
    background: #ffffff; }
  .b-tab__button_active {
    color: #2a5971;
    border-color: transparent;
    background: #c6e1ef;
    font-weight: 600;
    padding: 0 15px; }
    .b-tab__button_active:hover {
      background: #c6e1ef; }

.b-table_bordered tr td {
  border-right: 1px solid #e0e0e0; }
  .b-table_bordered tr td:last-child {
    border-right: 0; }

.b-table_striped > tbody > tr:nth-of-type(even) > td {
  background-color: #f5f5f5; }

.b-table_striped_info > tbody > tr:nth-of-type(4n-1) > td {
  background-color: #f5f5f5; }

.b-table_hover tbody tr:hover td {
  background-color: #cfe6f7; }

.b-table__head-fixed {
  position: relative;
  padding-top: 48px;
  background: #e2e2e2;
  border-radius: 5px 5px 0 0; }

.b-table__head-fixed-wrap {
  overflow-y: auto; }

.b-table {
  width: 100%;
  border-spacing: 0; }
  .b-table td {
    padding: 7px 8px;
    color: #4a4a4a;
    border-top: 1px solid #f5f5f5;
    background: #fff;
    word-wrap: break-word;
    /* IE */ }
  .b-table td:first-child {
    padding-left: 17px; }
  .b-table td:last-child {
    padding-right: 17px; }

.b-table__border {
  border: 1px solid #f5f5f5; }
  .b-table__border_right {
    border: 0;
    border-right: 1px solid #f5f5f5; }
  .b-table__border_left {
    border: 0;
    border-left: 1px solid #f5f5f5; }

.b-table__delimiter {
  font-weight: 600; }
  .b-table__delimiter td {
    background-color: #e9eff3;
    border-top: 0;
    border-bottom: 1px solid #dae7f1; }

.b-table__delimiter-ivisible td {
  background: none; }

.b-table__row_transparent td {
  background: transparent; }

.b-table__row td {
  padding: 14px 8px;
  font-weight: 600;
  border-top: 0; }

.b-table__header td {
  background: #e2e2e2; }

.b-table__header tr:first-child td:first-child {
  border-radius: 6px 0 0 0; }

.b-table__header tr:first-child td:last-child {
  border-radius: 0 6px 0 0; }

.b-table__header_fixed-td {
  height: 0;
  line-height: 0;
  padding: 0 !important;
  color: transparent;
  border: none;
  background: none; }

.b-table__header_fixed-div {
  position: absolute;
  background: transparent;
  color: #4a4a4a;
  padding: 14px 12px 14px 8px;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  box-sizing: border-box;
  z-index: 1; }

.b-table__header_fixed-td:first-child .b-table__header_fixed-div {
  padding-left: 17px; }

.b-header {
  height: 56px;
  padding: 0 24px;
  background: #6bb812;
  color: #fff;
  overflow: hidden; }

.b-header__logo {
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  text-decoration: none; }
  .b-header__logo b {
    color: #fff; }

.b-header__logout {
  cursor: pointer;
  margin-top: 12px; }

.b-header__user {
  line-height: 17px;
  height: 56px;
  padding: 11px 19px 0;
  box-sizing: border-box; }

.b-header__user-name {
  font-weight: normal;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px; }

.b-header__user_active {
  background-color: #f5f5f5;
  color: #426a7e; }
  .b-header__user_active a {
    text-decoration: none; }

.b-layout {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }

.b-layout__sidebar {
  float: left;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
  width: 200px;
  background: #fff; }

.b-layout__content {
  overflow: hidden;
  margin-left: 200px;
  padding: 20px; }

.b-layout__footer {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #485e6a;
  opacity: 0.5;
  position: absolute;
  bottom: 20px;
  width: 200px; }

.b-nav {
  float: left; }

.b-nav__item {
  float: left;
  text-decoration: none;
  color: #2a5971;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 200ms linear;
  position: relative; }
  .b-nav__item a {
    text-decoration: none; }
  .b-nav__item_active {
    background: #dcf4c5; }
    .b-nav__item_active .b-nav__item-name {
      font-weight: 600; }
  .b-nav__item:hover {
    background: rgba(220, 244, 197, 0.3); }
  .b-nav__item:hover .b-nav__sub-menu {
    visibility: visible;
    opacity: 1; }

.b-nav__item-container {
  padding: 18px 24px; }

.b-nav__item-icon {
  margin-right: 10px;
  height: 20px;
  width: 20px; }

.b-nav__item-bage {
  background: #c63f2d;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0 5px; }

.b-nav__item-counter {
  border-radius: 15px;
  background-color: #c63f2d;
  padding: 1px 7px;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  vertical-align: middle; }

.b-nav__item-name {
  font-size: 12px;
  line-height: 14px;
  width: 118px; }

.b-nav__item-icon,
.b-nav__item-name {
  display: inline-block;
  vertical-align: middle; }

.b-nav__sub-menu {
  position: absolute;
  top: 0;
  left: 200px;
  width: 200px;
  opacity: 0;
  background: #e9e4e1;
  transition: visibility 400ms, opacity 400ms;
  visibility: hidden; }
  .b-nav__sub-menu .b-nav__item:hover {
    background: #dccfc6; }
  .b-nav__sub-menu .b-nav__item-name {
    width: auto; }

.i-dropdown {
  position: absolute;
  display: none;
  z-index: 199;
  padding: 0;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(55, 65, 72, 0.3), 0 1px 2px 0 rgba(41, 88, 113, 0.3);
  background: #FFFFFF;
  overflow: hidden; }
  .i-dropdown_show {
    display: block; }

.i-dropdown_filter {
  width: auto;
  margin-left: -63px;
  margin-top: -32px; }

.b-dropdown-filter {
  padding: 7px 20px 8px; }

.b-dropdown__title {
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #2a5971;
  padding: 0 39px 0 13px;
  line-height: 32px;
  position: relative; }

.b-dropdown__title-icon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }

.b-dropdown__content {
  width: 240px; }

.b-loader {
  color: #999999;
  display: inline-block;
  vertical-align: middle; }

.b-loader__spinner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 10px;
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #01a1e2;
  background: linear-gradient(to right, #01a1e2 10%, rgba(1, 161, 226, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0); }
  .b-loader__spinner:before {
    width: 50%;
    height: 50%;
    background: #01a1e2;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .b-loader__spinner:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.b-filter-values__wrap {
  padding: 9px 10px 0;
  background: #dcf4c5;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden; }

.b-filter-values__result {
  font-weight: 700;
  color: #426a7e;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  float: left; }

.b-filter-values__value {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 14px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333333;
  border: 1px solid #c2c2c2;
  background: #fff;
  font-weight: 400;
  overflow: hidden;
  margin: 0 10px 10px 0; }
  .b-filter-values__value:focus {
    outline: none; }
  .b-filter-values__value:hover {
    border: 1px solid #999999; }
    .b-filter-values__value:hover i {
      border-color: #999999; }
  .b-filter-values__value span {
    margin-right: 14px;
    float: left; }
  .b-filter-values__value b {
    color: inherit; }

.b-filter-values__icon {
  width: 28px !important;
  height: 27px !important;
  vertical-align: top;
  border-left: 1px solid #c2c2c2;
  float: left; }
  .b-filter-values__icon:active {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(134, 162, 175, 0.2); }

.b-combo {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  overflow: hidden;
  background: #fff; }

.b-combo__margin-bottom {
  margin-bottom: 20px; }

.b-combo__item {
  float: left;
  font-size: 12px;
  padding: 0 13px;
  height: 30px;
  line-height: 31px;
  text-decoration: none;
  color: #6bb812;
  border: solid 1px #6bb812;
  border-left: 0;
  cursor: pointer;
  font-weight: 600; }
  .b-combo__item_active {
    background: #dcf4c5;
    font-weight: 600; }
  .b-combo__item:active {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(134, 162, 175, 0.2);
    border-color: #86a2af;
    line-height: 32px; }
  .b-combo__item:hover {
    border-color: #6bb812; }
  .b-combo__item:first-child {
    border-radius: 4px 0 0 4px;
    border-left: solid 1px #6bb812; }
  .b-combo__item:last-child {
    border-left: 0;
    border-radius: 0 4px 4px 0; }

.b-menu {
  background: #FFFFFF;
  border-radius: 6px 6px 0 0;
  overflow: hidden; }

.b-menu__name {
  padding: 14px 20px;
  background-color: #c6e1ef;
  font-size: 12px;
  font-weight: 700;
  color: #345556; }

.b-menu__item {
  display: block;
  font-size: 12px;
  line-height: 2.5;
  color: #345556;
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
  font-weight: 400; }

.b-menu__item_active {
  background-color: #f5e8a5;
  font-weight: 700; }

.b-menu__button {
  margin: 10px 20px 10px 20px; }

.b-search {
  position: relative;
  vertical-align: middle; }

.b-search__clear {
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer; }

.b-modal {
  border-radius: 6px;
  overflow: hidden; }

.b-modal__header {
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #3D6274;
  padding: 15px 25px;
  margin: 0 -25px 15px -25px; }

.b-modal__body {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto; }

.b-modal__footer {
  border-top: none;
  padding: 15px 0 15px 0;
  overflow: hidden; }

.i-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 25px 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.2); }
  .i-modal_show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.i-modal__box {
  position: relative;
  width: auto;
  margin: auto;
  padding: 0 25px;
  border: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 6px 0 rgba(55, 65, 72, 0.3), 0 1px 2px 0 rgba(41, 88, 113, 0.3); }

.i-modal__close {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(/static/img/de1c874fec63b2d4afe3c210c5dbbcc4.svg) no-repeat center transparent; }

.b-table-sort-item {
  cursor: pointer; }
  .b-table-sort-item .i-icon {
    width: 8px;
    height: 12px;
    background: url(/static/img/ede7c130460e0ff675156d122327b718.svg);
    margin-left: 5px;
    margin-right: 0; }
    .b-table-sort-item .i-icon_left {
      margin-right: 5px;
      margin-left: 0; }
  .b-table-sort-item_asc .i-icon {
    background: url(/static/img/bc4b2e5c267790ff2ed871046537d36b.svg) no-repeat center center; }
  .b-table-sort-item_desc .i-icon {
    background: url(/static/img/e09827039f6dda3811417113870e698c.svg) no-repeat center center; }

.b-ajax-form__default-text-error {
  line-height: 30px;
  color: #808080; }

.b-ajax-form__error {
  color: #da1414; }

.b-button-submit:disabled {
  color: #6bb812;
  border-color: #6bb812;
  background: #fff;
  font-weight: 600;
  cursor: progress; }

.b-button-submit__load {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #01a1e2;
  background: linear-gradient(to right, #01a1e2 10%, rgba(1, 161, 226, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0); }
  .b-button-submit__load:before {
    width: 50%;
    height: 50%;
    background: #01a1e2;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .b-button-submit__load:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.l-auth {
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 56px);
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto; }

.l-auth__box {
  width: 420px;
  height: 420px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 41px 60px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(55, 65, 72, 0.3), 0 1px 2px 0 rgba(41, 88, 113, 0.3); }

.l-auth__box-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #2a5971;
  margin-bottom: 21px; }

.l-auth__error {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #ED1C24; }

.l-error {
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 56px);
  -ms-flex-align: center;
      align-items: center; }

.l-error__box {
  width: 300px;
  margin: 0 auto; }

.l-error__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #2a5971;
  margin-bottom: 10px; }

.l-error__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.58;
  color: #2a5971;
  margin-bottom: 10px; }

.l-error__code {
  color: #999999; }

.b-nav__sub-menu {
  z-index: 50;
  background: #f5fcee; }

.b-nav__sub-menu .b-nav__item:hover {
  background: #dcf4c5; }

.b-breadcrumbs {
  margin-bottom: 10px; }

.selected-row td {
  background-color: #ecfcdd !important; }

.alert {
  position: fixed;
  top: 200px;
  width: 520px; }

.success {
  color: #6bb812; }

.required,
.error {
  color: #da1414; }

input[type="checkbox"]:disabled {
  background-color: #cccccc; }

.b-table td {
  word-break: break-all; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.l-control__search {
  margin-bottom: 10px; }

.l-control__search-users input {
  width: 400px;
  margin: 0; }

.l-control__add-user-form {
  width: 640px; }

.l-control__table-wrap {
  background: #FFFFFF;
  height: calc(100vh - 240px); }

.l-control__date {
  width: 10%; }

.l-control__fio {
  width: 15%; }

.l-control__post {
  width: 15%; }

.l-control__email {
  width: 15%; }

.l-control__status {
  width: 10%; }

.l-control__role {
  width: 10%; }

.l-user__form-delimeter {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 15px; }

.l-user__form-check {
  visibility: hidden;
  position: absolute; }

.l-home__search-reports {
  margin-right: 10px; }
  .l-home__search-reports input {
    width: 400px;
    margin: 0; }

.l-home__content {
  position: relative;
  z-index: 0; }

.l-home__controls {
  margin-bottom: 20px; }

.l-home__reports-table_pad {
  padding-bottom: 40px; }

.l-home__reports-footer-panel {
  padding: 15px 20px;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-home__add-report-form {
  width: 230px;
  float: left; }

.l-home__button-get-sum {
  margin-top: 27px;
  cursor: pointer; }

.l-home__reports-list tr {
  cursor: pointer; }

.i-dropdown_add-report-suggest {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.l-home__table-wrap {
  height: calc(100vh - 250px);
  background: #fff; }

.b-table-sort-item .i-icon {
  margin-left: 0;
  margin-right: 5px; }

.l-home__reports-check {
  width: 3%; }

.l-home__reports-status {
  width: 7%; }

.l-home__reports-contragent-name {
  width: 13%; }

.l-home__reports-contract-category-name {
  width: 8%; }

.l-home__reports-contract-num {
  width: 15%; }

.l-home__reports-month {
  width: 7%; }

.l-home__reports-top {
  width: 3%; }

.l-home__reports-balance {
  width: 12%; }

.l-home__reports-summ {
  width: 12%; }

.l-home__reports-ctime {
  width: 10%; }

.l-home__reports-type {
  width: 10%; }

.b-existing-reports {
  width: 600px;
  float: left;
  margin-left: 20px; }

.b-existing-reports__title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  padding: 15px 0;
  margin-bottom: 15px; }

.b-existing-reports__table-wrap {
  height: 390px;
  background: #fff; }

.b-existing-reports__table-status,
.b-existing-reports__table-ctime,
.b-existing-reports__table-balance,
.b-existing-reports__table-month {
  width: 25%; }

.l-home__reports-bocked-icon {
  background: #CE4542;
  color: #ffffff;
  border-radius: 3px;
  padding: 1px 7px 2px 6px;
  font-weight: bold;
  display: inline-block; }

.i-dropdown_l-home__dropdown-calendar {
  left: auto !important;
  top: auto !important; }

.i-dropdown_filter {
  overflow: visible !important; }

.l-home__reports-list-tr td {
  font-size: 13px; }

.l-home__reports-list-bold {
  font-weight: bold; }

.l-home__reports-check,
.l-home__reports-list tr td:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.b-table tr td .b-check__input {
  margin: 0; }

.l-report-title span {
  color: #9b9b9b;
  margin-left: 30px; }

.l-report-status {
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 600;
  text-align: right; }

.l-report__search-phonogram input {
  width: 300px;
  margin: 0 10px 0 0; }

.l-report__action-buttons {
  margin-bottom: 15px; }
  .l-report__action-buttons button {
    margin-left: 10px; }

.l-report__filters {
  margin-bottom: 15px; }

.l-report__add-file-input {
  display: none; }

.l-report__progress {
  position: absolute;
  top: 56px;
  left: 200px;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(74, 73, 74, 0.7);
  z-index: 20; }

.l-report__progress-bar {
  width: 80%;
  height: 28px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }

.l-report__progress-seeker {
  width: 0;
  height: 28px;
  background: #b8e986; }

.l-report__progress-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #345556;
  padding-top: 5px; }

.l-report__footer-panel {
  padding: 15px 20px;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: calc(100% - 281px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-report__phonogram-table_pad {
  padding-bottom: 62px; }

.l-report__table-wrap {
  height: calc(100vh - 467px);
  background: #fff; }

.l-report__table-wrap-maxheight {
  height: calc(100vh - 450px); }

.l-report__table-td-track-check {
  width: 3%; }

.l-report__table-td-track-compared {
  width: 2%; }

.l-report__table-td-track-name, .l-report__table-td-track-author-music, .l-report__table-td-track-author-text, .l-report__table-td-track-performers, .l-report__table-td-track-publisher {
  width: 16%; }

.l-report__table-td-track-count-play {
  width: 9%; }

.l-report__table-td-track-duration {
  width: 7%; }

.l-report__phonogram-table-compared {
  background-color: #B8E986;
  border-radius: 10px; }

.l-report__remove-button {
  margin-left: 20px; }

.l-report__table-td-track-check,
.l-report__phonogram-table-body tr td:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

@media (max-width: 1270px) {
  .l-report__filters, .l-report__action-buttons {
    width: 100%;
    position: relative; }
  .l-report__filters {
    top: 47px;
    min-width: 428px; }
  .l-report__action-buttons {
    top: -47px;
    min-width: 592px; } }

.l-comparison-filter {
  margin-bottom: 20px; }

.l-comparison__inner-table td {
  width: 50%; }

.l-comparison__phonogram-item td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.l-comparison__phonogram-item td:first-child td:first-child {
  padding-left: 0; }

.l-comparison__edit-button {
  padding: 0 8px; }

.l-comparison__phonogram-thead td {
  border-right: 1px solid #cccccc;
  padding: 14px 25px; }

.l-comparison__inner-table {
  width: 100%;
  border-spacing: 0; }
  .l-comparison__inner-table td {
    border: none; }

.l-comparison__phonogram-item_matched > td:first-child {
  border-left: 10px solid #bbdefb; }

.l-comparison__phonogram-item_unmatched > td:first-child {
  border-left: 10px solid #ffe0b2; }

.l-comparison__phonogram__table-wrap {
  height: calc(100vh - 419px);
  background: #fff; }

.l-comparison__phonogram-files,
.l-comparison__phonogram-phonogram {
  width: 42%; }

.l-comparison__phonogram-files {
  padding-left: 10px; }

.l-comparison__phonogram-buttons {
  width: 16%; }

.l-comparison__remove-button {
  margin-left: 4px;
  line-height: initial; }

.b-phonogram-relay__content {
  width: 1000px;
  min-height: 500px; }

.b-phonogram-relay__search-name input,
.b-phonogram-relay__search-singer input,
.b-phonogram-relay__search-producer input {
  width: 92%;
  margin: 0; }

.b-phonogram-relay__search-station input {
  width: 100%;
  margin: 0; }

.b-phonogram-relay__stations {
  padding: 11px;
  background: #f8f8f8; }

.b-phonogram-relay__stations-list {
  height: 410px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box; }

.b-phonogram-relay__stations-list-item {
  padding: 9px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent; }
  .b-phonogram-relay__stations-list-item_active {
    background: #ecfcdd; }
  .b-phonogram-relay__stations-list-item:hover {
    border-color: #6bb812; }

.b-phonogram-relay__phonogram {
  padding-top: 3px;
  background: #f8f8f8;
  margin-left: 15px; }

.b-phonogram-relay__phonogram-tr td {
  background: #f8f8f8;
  font-weight: bold;
  border: 0; }

.b-phonogram-relay__phonogram-check {
  width: 5%; }

.b-phonogram-relay__phonogram-name,
.b-phonogram-relay__phonogram-singer,
.b-phonogram-relay__phonogram-producer {
  width: 25%;
  padding-top: 9px; }

.b-phonogram-relay__phonogram-played {
  width: 21%; }

.b-phonogram-relay__footer {
  height: 32px; }

.b-phonogram-relay__wrap {
  height: calc(100vh - 540px);
  background: #FFFFFF; }

.b-phonogram-relay__back {
  background: #f8f8f8; }

.b-phonogram-add__content-td-checker {
  width: 3%; }

.b-phonogram-add__content-td-name {
  width: 18%; }

.b-phonogram-add__content-td-performers {
  width: 16%; }

.b-phonogram-add__content-td-publisher {
  width: 14%; }

.b-phonogram-add__content-td-album {
  width: 13%; }

.b-phonogram-add__content-td-year {
  width: 13%; }

.b-phonogram-add__content-td-duration {
  width: 13%; }

.b-phonogram-add__no-hover:hover td {
  background-color: transparent !important; }

.b-phonogram-add__filters {
  margin-bottom: 15px; }

.b-phonogram-add__search {
  margin-right: 10px; }
  .b-phonogram-add__search input {
    width: 300px;
    margin: 0; }

.b-phonogram-add__wrap {
  height: calc(100vh - 300px);
  background: #FFFFFF; }

.b-phonogram-add__content-table {
  width: 1200px;
  overflow: auto; }

.b-phonogram-add__filter {
  width: 200px; }

.b-phonogram-add__footer {
  height: 32px; }

.b-phonogram-add__content-button {
  cursor: pointer; }
  .b-phonogram-add__content-button_active td {
    background: #ecfcdd; }

.b-phonogram-add__content-box td {
  background: #f3f3f3; }

.b-phonogram-add__content-box-additional {
  width: 100%; }
  .b-phonogram-add__content-box-additional td {
    border: none; }

.b-phonogram-add__content-td-checker,
.b-phonogram-add__content-table-tbody tr td:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.b-report-data {
  background: #ffffff;
  padding: 11px 20px;
  margin-bottom: 15px;
  max-height: 165px; }

.b-report-data__table {
  width: 100%; }
  .b-report-data__table tr:hover td {
    border-color: #6bb812; }
  .b-report-data__table td {
    padding: 5px 10px; }

.b-report-data__summ-title {
  position: relative;
  cursor: pointer; }

.b-report-data__icon-edit {
  position: absolute;
  left: -15px;
  display: block; }

.b-input_balance-view {
  display: none;
  height: 32px;
  line-height: 32px; }

.b-input_balance {
  width: 100px;
  font-weight: bold;
  display: none; }

.b-input_balance-active {
  display: block; }

.b-comparison-manual__controls {
  background: #f8f8f8;
  margin-bottom: 20px;
  padding: 10px;
  position: relative; }

.b-comparison-manual__controls-table td {
  padding-right: 40px; }

.b-comparison-manual__data {
  padding-bottom: 25px; }

.b-comparison-manual__wrap {
  width: 1000px;
  height: calc(100vh - 358px);
  background: #FFFFFF; }

.b-comparison-manual__td {
  width: 12%; }
  .b-comparison-manual__td_check {
    width: 5%; }

.b-comparison-manual__search {
  margin: 0;
  width: 80%; }

.b-comparison-manual__title {
  font-size: 16px;
  font-weight: bold;
  color: #2a5971;
  margin-bottom: 20px; }

.b-comparison-manual__copy-button {
  cursor: pointer; }

.b-comparison-manual__button {
  cursor: pointer; }
  .b-comparison-manual__button_compared td {
    border-top: 1px solid #6bb812;
    border-bottom: 1px solid #6bb812; }
  .b-comparison-manual__button_active td {
    background: #ecfcdd; }

.b-comparison-manual__box td {
  background: #f3f3f3;
  border-right: 0 !important; }

.b-comparison-manual__box-additional {
  width: 100%; }
  .b-comparison-manual__box-additional td {
    border: none;
    padding: 0 !important; }

.b-comparison-manual__td_name,
.b-comparison-manual__td_performer,
.b-comparison-manual__td_publisher,
.b-comparison-manual__td_duration {
  width: 20%;
  padding-top: 8px; }

.b-comparison-manual__td_duration {
  padding-top: 14px; }

.b-comparison-manual__check-button_disabled {
  background: #dcf4c5; }
  .b-comparison-manual__check-button_disabled:hover {
    background: #dcf4c5; }

.b-comparison-manual__change-item {
  margin-right: 8px; }

.b-comparison-manual__add-combined {
  position: absolute;
  top: 0;
  right: 0; }

.b-comparison-manual__add-combined-button {
  margin-top: 16px; }

.b-comparison-manual__add-combined-table-title {
  padding-right: 12px; }

.b-comparison-manual__add-combined-table-input {
  width: 234px; }

.b-comparison-manual__right-flag {
  background: #6bb812;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 15px;
  vertical-align: middle;
  float: right;
  margin-right: 15px;
  margin-top: 3px; }

.b-distribution-data {
  background: #ffffff;
  padding: 14px 20px;
  margin-bottom: 15px;
  height: 107px; }

.b-distribution-data__table {
  width: 100%; }
  .b-distribution-data__table td {
    padding: 6px 0; }

.b-distribution-data__table td:first-child {
  width: 150px; }

.b-distribution-data__delete-button {
  margin-top: -65px; }

.b-distribution-data__in-work-button {
  margin-left: 50px; }

.b-distribution-data__error-label {
  color: #f00;
  font-weight: bold; }

.b-reward-reports-add__td-checker {
  width: 2%; }

.b-reward-reports-add__td-name {
  width: 18%; }

.b-reward-reports-add__td-performers {
  width: 10%; }

.b-reward-reports-add__td-publisher {
  width: 10%; }

.b-reward-reports-add__td-album {
  width: 10%; }

.b-reward-reports-add__td-year {
  width: 10%; }

.b-reward-reports-add__td-duration {
  width: 10%; }

.b-reward-reports-add__filters {
  margin-bottom: 15px; }

.b-reward-reports-add__search {
  margin-right: 10px; }
  .b-reward-reports-add__search input {
    width: 300px;
    margin: 0; }

.b-reward-reports-add__table {
  width: 1200px;
  overflow: auto; }

.b-reward-reports-add__filter {
  width: 200px; }

.b-reward-reports-add__footer {
  height: 32px; }

.b-reward-reports-add__wrap {
  background: #FFFFFF;
  height: calc(100vh - 278px); }

.b-modal__header_error {
  margin: 0 -25px;
  background: repeating-linear-gradient(45deg, #c91313, #c91313 60px, #d41c1c 60px, #d41c1c 120px);
  color: #fff;
  font-size: 14px;
  font-weight: 600; }

.b-modal__content_error {
  padding: 15px 25px;
  margin: 0 -25px;
  width: 500px;
  font-size: 13px;
  line-height: 22px; }

.b-modal__close-error {
  width: 30px;
  height: 30px;
  margin: 10px;
  background: url(/static/img/0943f4cce073030cbed5cb182054af81.svg) no-repeat center center transparent !important; }

.l-ratings__control {
  margin-bottom: 20px; }

.l-ratings__button-delete-selected {
  margin-left: 20px; }

.l-ratings__link {
  color: #6bb812; }

.l-ratings__rating-status_error {
  color: #da1414;
  cursor: help; }

.l-ratings__add-rating-form {
  width: 350px; }

.l-ratings__input-sum {
  width: auto; }

.l-ratings__button-get-balance {
  cursor: pointer;
  margin-left: 5px; }

.l-ratings__row-next-year td {
  border-bottom: 8px solid #dcf4c5; }

.l-ratings__table-wrap {
  height: calc(100vh - 250px);
  background: #fff; }

.l-ratings__table-check {
  width: 5%; }

.l-ratings__table-period {
  width: 10%; }

.l-ratings__table-summ {
  width: 20%; }

.l-ratings__table-count {
  width: 15%; }

.l-ratings__table-status {
  width: 16%; }

.l-rating__search {
  margin-bottom: 20px; }
  .l-rating__search input {
    width: 400px; }

.l-rating__status {
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 600; }

.l-rating__table_pad {
  padding-bottom: 40px; }

.l-rating__footer-panel {
  padding: 15px 20px;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-rating__table-wrap {
  background: #FFFFFF;
  height: calc(100vh - 277px); }

.l-rating__control {
  margin-bottom: 20px; }

.l-rating__table-check {
  width: 3%; }

.l-rating__table-number {
  width: 4%; }

.l-rating__table-name {
  width: 26%; }

.l-rating__table-singer {
  width: 23%; }

.l-rating__table-producer {
  width: 23%; }

.l-rating__table-count {
  width: 10%; }

.l-rating__table-summ {
  width: 11%; }

.l-rating__modal-upload-body {
  margin: 25px 0; }

.l-distributions__table-td-status {
  width: 200px; }

.l-distributions__table-tr {
  cursor: pointer; }

.l-distributions__table-wrap {
  background: #FFFFFF;
  height: calc(100vh - 200px); }

.l-distributions__reports-period,
.l-distributions__reports-type,
.l-distributions__reports-summ-amount,
.l-distributions__reports-summ-pay,
.l-distributions__reports-status {
  width: 20%; }

.l-reward-rating__search,
.l-reward-rating__reward-search {
  margin-bottom: 15px; }

.l-reward-rating__search-phonogram input, .l-reward-rating__reward-search input {
  width: 400px;
  margin: 0; }

.l-reward-rating__table-wrap {
  background: #FFFFFF;
  height: calc(100vh - 394px); }

.l-reward-rating__name {
  width: 20%; }

.l-reward-rating__performers {
  width: 20%; }

.l-reward-rating__publisher {
  width: 20%; }

.l-reward-rating__count {
  width: 20%; }

.l-reward-rating__summ {
  width: 20%; }

.l-reward-distribution__search {
  margin-bottom: 15px; }

.l-reward-distribution__search-field input {
  width: 400px;
  margin: 0 10px 0 0; }

.l-reward-distribution__table-check {
  width: 3%; }

.l-reward-distribution__type {
  width: 16%; }

.l-reward-distribution__name {
  width: 18%; }

.l-reward-distribution__num {
  width: 17%; }

.l-reward-distribution__min-summ {
  width: 8%; }

.l-reward-distribution__amount-charged {
  width: 9%; }

.l-reward-distribution__amount-transfer {
  width: 9%; }

.l-reward-distribution__status {
  width: 9%; }

.l-reward-distribution__balance {
  width: 9%; }

.l-reward-distribution__load {
  width: 2%; }

.l-reward-distribution__table-wrap {
  background: #fff;
  height: calc(100vh - 394px); }

.l-reward-distribution__icon-load {
  cursor: pointer; }

.l-reward-distribution__modal-export-content {
  margin-top: 20px;
  width: 550px; }

.l-reward-distribution__footer-panel {
  padding: 15px 20px;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-reward-distribution__table_pad {
  padding-bottom: 40px; }

.l-reward-distribution__load-list-item {
  padding: 10px 0;
  font-size: 13px; }

.l-reward-distribution__table-check,
.l-distribution__table-tr tr td:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.l-reward-distribution__button-load-checked {
  margin-right: 10px; }

.l-reward-distribution__modal-upload-report-body {
  margin: 25px 0; }

.l-reward-reports__search {
  margin-bottom: 15px; }

.l-reward-reports__search-field input {
  width: 400px;
  margin: 0 10px 0 0; }

.l-reward-reports__table_pad {
  padding-bottom: 62px; }

.l-reward-reports__footer-panel {
  padding: 15px 20px;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-reward-reports__check {
  width: 2%; }

.l-reward-reports__month {
  width: 10%; }

.l-reward-reports__name {
  width: 40%; }

.l-reward-reports__amount {
  width: 15%; }

.l-reward-reports__count {
  width: 13%; }

.l-reward-reports__status {
  width: 20%; }

.l-reward-reports__table-wrap {
  background: #FFFFFF;
  height: calc(100vh - 379px); }

.l-reward-reports .b-distribution-data__delete-button {
  display: none; }

.l-reporting__tr-summary td {
  border-top: 1px solid #cccccc;
  font-weight: bold; }

.l-reporting__tr-box-content table {
  width: 100%;
  border-spacing: 0; }

.l-reporting__tr-box-content td {
  border: none;
  vertical-align: top;
  line-height: 20px;
  padding: 20px; }

.l-reporting__tr-title .i-icon_arrow-down {
  margin-right: 10px;
  width: 8px; }

.l-reporting__tr-title .i-icon_arrow-up {
  display: none;
  margin-right: 10px;
  width: 8px; }

.l-reporting__tr-title_active td {
  background: #ecfcdd;
  border-top: 1px solid #ccc;
  border-bottom: 0; }
  .l-reporting__tr-title_active td:first-child {
    border-left: 1px solid #ccc; }
  .l-reporting__tr-title_active td:last-child {
    border-right: 1px solid #ccc; }

.l-reporting__tr-title_active .i-icon_arrow-down {
  display: none; }

.l-reporting__tr-title_active .i-icon_arrow-up {
  display: inline-block; }

.l-reporting__tr-box-content {
  border: 1px solid #cccccc;
  border-top: 0; }

.l-reporting__tr-box-td {
  padding: 0 !important;
  border-top: 0 !important; }

.l-reporting__checked {
  background: #6bb812;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #fff; }

.l-reporting__table-wrap {
  background: #FFFFFF;
  height: calc(100vh - 340px); }

.l-reporting__common-contragent-name,
.l-reporting__common-contract-num,
.l-reporting__common-contract-type,
.l-reporting__common-summ-period,
.l-reporting__common-summ-pay,
.l-reporting__common-summ_pay-all {
  width: 13%; }

.l-reporting__common-balance {
  width: 15%; }

.l-reporting__common-distributed {
  width: 7%; }

.l-reporting__final-report-type,
.l-reporting__final-report-summ,
.l-reporting__final-report-summ-persent {
  width: 33%; }

.l-reporting__final-top-num {
  width: 3%; }

.l-reporting__final-top-name,
.l-reporting__final-top-performers,
.l-reporting__final-top-publisher,
.l-reporting__final-top-summ-performers,
.l-reporting__final-top-summ-publisher,
.l-reporting__final-top-summ {
  width: 16%; }

.l-reporting__make-top-name,
.l-reporting__make-top-performers,
.l-reporting__make-top-publisher,
.l-reporting__make-top-user,
.l-reporting__make-top-summ_report,
.l-reporting__make-top-summ {
  width: 16%; }

.l-reporting__top-num {
  width: 3%; }

.l-reporting__top-name,
.l-reporting__top-performers,
.l-reporting__top-publisher,
.l-reporting__top-rightholders,
.l-reporting__top-summ-report,
.l-reporting__top-summ-finhub {
  width: 16%; }

.l-reporting__rightholders-modal,
.l-reporting__payers-modal {
  border-bottom: 1px dashed #ccc;
  cursor: pointer; }

.l-reporting-tabs {
  overflow: hidden; }

.l-reporting-tabs__item {
  padding: 10px 15px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  float: left;
  cursor: pointer;
  height: 55px;
  box-sizing: border-box; }
  .l-reporting-tabs__item:first-child {
    border-left: 1px solid #e2e2e2; }
  .l-reporting-tabs__item_active {
    border-top: 2px solid #6bb812;
    background: #fff; }
  .l-reporting-tabs__item_active:first-child {
    border-left: 0; }

.l-reporting-panel__controls {
  background: #fff;
  padding: 20px 15px; }

.l-reporting-panel__controls-text {
  text-align: center;
  padding-top: 10px; }

.l-reporting-panel__controls-select-month {
  width: 230px;
  vertical-align: middle;
  margin: 0 5px; }

.l-reporting-panel {
  margin-bottom: 15px; }

.l-reporting-recipients__filter {
  text-align: right;
  position: relative; }
  .l-reporting-recipients__filter .i-dropdown_filter {
    top: 70px !important;
    right: 0 !important;
    left: auto !important; }
  .l-reporting-recipients__filter_left {
    margin-left: -125px; }

.i-dropdown_add-contragent-suggest {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.l-reporting-recipients__table-wrap {
  height: calc(100vh - 196px);
  background: #fff;
  overflow-x: hidden; }

.l-reporting-recipients__type,
.l-reporting-recipients__dissolution,
.l-reporting-recipients__requisites {
  width: 12%; }

.l-reporting-recipients__contragent {
  width: 9%; }

.l-reporting-recipients__inn,
.l-reporting-recipients__snils,
.l-reporting-recipients__usn {
  width: 7%; }

.l-reporting-recipients__contract-type,
.l-reporting-recipients__date {
  width: 8%; }

.l-reporting-recipients__contract {
  width: 6%; }

.l-reporting-recipients__contact {
  width: 12%; }

.l-reporting-rightholders__table-wrap {
  height: calc(100vh - 196px);
  background: #fff; }

.l-reporting-rightholders__filter {
  text-align: right;
  position: relative; }
  .l-reporting-rightholders__filter_left {
    margin-left: -125px; }
  .l-reporting-rightholders__filter .i-dropdown_filter {
    top: 70px !important;
    right: 0 !important;
    left: auto !important; }
  .l-reporting-rightholders__filter .b-dropdown__content {
    width: 300px; }

.i-dropdown_search-contragent-suggest,
.i-dropdown_search-track-suggest {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.l-reporting-rightholders__table .b-table__header_fixed-div,
.l-reporting-rightholders__table .b-table__header_fixed-td {
  width: 6.6%; }

.l-reporting-rightholders__export-button {
  margin-right: 10px; }

.l-reporting-retained-balance__table-wrap {
  height: calc(100vh - 196px);
  background: #fff;
  width: 100%; }

.l-reporting-retained-balance__filter {
  text-align: right;
  position: relative; }
  .l-reporting-retained-balance__filter_left {
    margin-left: -125px; }
  .l-reporting-retained-balance__filter .i-dropdown_filter {
    top: 70px !important;
    right: 0 !important;
    left: auto !important; }
  .l-reporting-retained-balance__filter .b-dropdown__content {
    width: 300px; }

.i-dropdown_search-contragent-suggest,
.i-dropdown_search-track-suggest {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.l-reporting-retained-balance__table .b-table__header_fixed-div,
.l-reporting-retained-balance__table .b-table__header_fixed-td {
  width: 30%; }

.l-reporting-retained-balance__generate-report-button {
  margin-right: 10px; }

.l-reporting-retained-balance__header_column {
  width: 30%; }

.l-reporting-users__table .b-table__header_fixed-div,
.l-reporting-users__table .b-table__header_fixed-td {
  width: 10%; }

.l-reporting-users__table-wrap {
  height: calc(100vh - 196px);
  background: #fff; }

.l-reporting-users__filter {
  text-align: right;
  position: relative; }
  .l-reporting-users__filter_left {
    margin-left: -125px; }
  .l-reporting-users__filter .i-dropdown_filter {
    top: 70px !important;
    right: 0 !important;
    left: auto !important; }
  .l-reporting-users__filter .b-dropdown__content {
    width: 300px; }

.i-dropdown_search-contragent-suggest,
.i-dropdown_search-rightholder-suggest,
.i-dropdown_search-track-suggest {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.l-reporting-users__export-button {
  margin-right: 10px; }

.l-payment-files__control {
  margin-bottom: 20px; }

.l-payment-files__load-item {
  width: 100px;
  padding: 15px 10px; }

.l-payment-files__load-item:hover {
  background: rgba(220, 244, 197, 0.3); }

.l-payment-files__load-label {
  cursor: pointer; }

.l-payment-files__table-row_link {
  cursor: pointer; }

.l-payment-files__update-file-button {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 0;
  background-color: #f3f3f2; }
  .l-payment-files__update-file-button.i-icon {
    cursor: pointer;
    border-radius: 3px; }

.l-payment-files__table-wrap {
  height: calc(100vh - 250px);
  background: #fff; }

.l-payment-files__table-td-default {
  width: 10%; }

.l-payment-files__table-td-name {
  width: 15%; }

.l-payment-file__control {
  margin: 20px 0; }
  .l-payment-file__control input {
    width: 450px; }

.l-payment-file__table-wrap {
  height: calc(100vh - 334px);
  background: #fff; }

.l-payment-file__table-row {
  cursor: pointer; }

.l-payment-file__table-td-payer {
  width: 10%; }

.l-payment-file__table-td-contract {
  width: 6%; }

.l-payment-file__table-td-num {
  width: 7%; }

.l-payment-file__table-td-summ {
  width: 7%; }

.l-payment-file__table-td-payment-purpose {
  width: 9%; }

.l-payment-file__table-td-date-bank {
  width: 6%; }

.l-payment-file__table-td-date-entrance {
  width: 8%; }

.l-payment-file__table-td-group {
  width: 8%; }

.l-payment-file__table-td-category {
  width: 7%; }

.l-payment-file__table-td-pay-period {
  width: 9%; }

.l-payment-file__table-td-pay-summ {
  width: 9%; }

.l-payment-file__table-td-status {
  width: 6%; }

.l-payment-file__table-td-error {
  width: 8%; }

.l-payments__control {
  margin: 20px 0; }
  .l-payments__control input {
    width: 450px; }

.l-payments__table-wrap {
  height: calc(100vh - 270px);
  background: #fff; }

.l-payments__table-td-pay-num,
.l-payments__table-td-pay-summ {
  width: 7%; }

.l-payments__table-td-pay-purpose,
.l-payments__table-td-payer {
  width: 11%; }

.l-payments__table-td-bank-date,
.l-payments__table-td-pay-type {
  width: 6%; }

.l-payments__table-td-supply-date,
.l-payments__table-td-cat-group,
.l-payments__table-td-status,
.l-payments__table-td-contract {
  width: 8%; }

.l-payments__table-td-category {
  width: 5%; }

.l-payments__table-td-pay-date,
.l-payments__table-td-calc-summ {
  width: 9%; }

.l-contracts__control {
  margin: 20px 0; }
  .l-contracts__control input {
    width: 450px; }

.l-contracts__table-wrap {
  height: calc(100vh - 270px);
  background: #fff; }
  .l-contracts__table-wrap_filter {
    height: calc(100vh - 327px); }

.l-contracts__table-td-default {
  width: 30%; }

.l-contracts__table-td-date {
  width: 10%; }

.l-contragents__control {
  margin: 20px 0; }
  .l-contragents__control input {
    width: 450px; }

.l-contragents__table-wrap {
  height: calc(100vh - 270px);
  background: #fff; }
  .l-contragents__table-wrap_filter {
    height: calc(100vh - 327px); }

.l-contragents__table-td-default {
  width: 26%; }

.l-contragents__table-td-info {
  width: 16%; }

.l-references__edit-const,
.l-references__edit-checker {
  font-size: 0;
  margin-bottom: 30px; }

.l-references__edit-const-label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px; }

.l-references__edit-const-input {
  margin: 0;
  border-radius: 4px 0 0 4px;
  vertical-align: top;
  width: 100px; }

.l-references__edit-const-input--large {
  margin: 0;
  border-radius: 4px 0 0 4px;
  vertical-align: top;
  width: calc(100% - 100px);
  min-width: 100px; }

.l-references__edit-const-input-text {
  margin: 0;
  border-radius: 4px 0 0 4px;
  vertical-align: top;
  width: calc(100% - 38px); }

.l-references__edit-const-button {
  border-radius: 0 4px 4px 0;
  padding: 0 8px; }

.l-payment-protocol__block-title {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 10px 0; }

.l-payment-protocol__table-col-purpose {
  width: 40%; }

.b-track-rightholders {
  width: 700px; }

.b-track-rightholders__table-wrap {
  background: #FFFFFF;
  max-height: 400px; }

.b-track-rightholders__sum,
.b-track-rightholders__name,
.b-track-rightholders__type {
  width: 33%; }

.b-track-payers {
  width: 700px; }

.b-track-payers__table-wrap {
  background: #FFFFFF;
  max-height: 400px; }

.b-track-payers__name {
  width: 70%; }

.b-track-payers__sum {
  width: 30%; }

.b-export-note-modal__content {
  margin-top: 20px;
  width: 550px; }

.b-export-note-modal__load-list-item {
  padding: 10px 0;
  font-size: 13px; }

.b-inline-edit {
  display: block; }
  .b-inline-edit:hover .b-inline-edit__controls {
    display: block; }
  .b-inline-edit:hover .b-inline-edit__preview {
    display: none; }

.b-inline-edit__preview {
  padding: 7px 0 8px;
  display: block; }

.b-inline-edit__controls {
  display: none; }
  .b-inline-edit__controls:hover .b-inline-edit__controls-input {
    border-color: #999999; }
  .b-inline-edit__controls:hover .b-inline-edit__controls-button {
    visibility: visible; }
  .b-inline-edit__controls-input:focus + .b-inline-edit__controls-button {
    visibility: visible; }

.b-inline-edit__controls-input {
  width: 43px;
  margin: 0 -5px 0 0;
  vertical-align: middle;
  border-color: transparent;
  border-radius: 4px 0 0 4px;
  background: #FFFFFF; }

.b-inline-edit__controls-button {
  border-radius: 0 4px 4px 0;
  padding: 0 6px;
  visibility: hidden; }

.b-combo__item-input {
  visibility: hidden;
  position: absolute; }

.l-ratings__control {
  margin-bottom: 20px; }

.l-ratings__button-delete-selected {
  margin-left: 20px; }

.l-ratings__link {
  color: #6bb812; }

.l-ratings__rating-status_error {
  color: #da1414;
  cursor: help; }

.l-ratings__add-rating-form {
  width: 350px; }

.l-ratings__input-sum {
  width: auto; }

.l-ratings__button-get-balance {
  cursor: pointer;
  margin-left: 5px; }

.l-ratings__row-next-year td {
  border-bottom: 8px solid #dcf4c5; }

.l-ratings__table-wrap {
  height: calc(100vh - 250px);
  background: #fff; }

.l-ratings__table-check {
  width: 5%; }

.l-ratings__table-period {
  width: 10%; }

.l-ratings__table-summ {
  width: 20%; }

.l-ratings__table-count {
  width: 15%; }

.l-ratings__table-status {
  width: 16%; }

.l-rightholders-documents__button-accept {
  cursor: pointer; }

.l-rightholders-documents__button-delete {
  cursor: pointer; }

.form-box__input-file-box {
  position: relative; }

.l-rightholders-documents__reason-form-file {
  position: absolute;
  left: 10px;
  opacity: 0;
  width: 137px;
  z-index: 0; }

.l-rightholders-documents__reason-form-input-title {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  height: 32px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  background: #6bb812; }

.l-rightholders-documents__reason-form-upload {
  width: 320px; }

.l-rightholders-documents__reason-form-status {
  margin: 10px 0 0 30px;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  color: #C63F2D;
  display: inline-block; }

.l-reporting-accruals__name {
  font-weight: 500; }

.l-reporting-accruals__content {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.l-reporting-accruals__modal-body {
  width: 700px; }

.l-reporting-accruals__modal-content {
  margin-top: 15px; }

.l-reporting-accruals__modal-subheader {
  color: #6bb812;
  font-weight: bold;
  font-size: 16px; }

.l-reporting-accruals__modal-message {
  margin-top: 10px; }

.l-reporting-accruals__modal-link {
  position: relative;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
  margin-left: 15px;
  padding-left: 15px; }
  .l-reporting-accruals__modal-link:before {
    position: absolute;
    content: "\2022";
    width: 8px;
    height: 8px;
    color: #000000;
    left: 0;
    top: calc(50% - 8px); }

.l-fonmix-report__search input {
  width: 300px;
  margin: 0 10px 0 0; }

.l-fonmix-report__footer-panel {
  padding: 15px 20px;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-fonmix-report__file-name {
  display: block; }

.l-fonmix-report__download-icon {
  padding: 0 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  cursor: pointer;
  background-image: url(/static/img/d14bcfea429b2ed08eb66a4a05e920da.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.l-fonmix-report__doc-icon {
  padding: 0 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  cursor: pointer;
  background-image: url(/static/img/add57dd568644f44fcff8fc7a651e76c.png);
  background-size: contain;
  background-repeat: no-repeat; }

.l-fonmix-report__update-file-button {
  float: none; }

.l-fonmix-report-match__unmatched-count {
  margin-bottom: 10px; }

.l-fonmix-report-match__search input {
  width: 300px;
  margin: 0 10px 0 0; }

.l-fonmix-report-match__footer-panel {
  padding: 15px 20px;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-fonmix-report-match__file-name {
  display: block; }

.l-fonmix-report-match__download-icon {
  padding: 0 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  cursor: pointer;
  background-image: url(/static/img/d14bcfea429b2ed08eb66a4a05e920da.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.l-fonmix-report-match__doc-icon {
  padding: 0 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  cursor: pointer;
  background-image: url(/static/img/add57dd568644f44fcff8fc7a651e76c.png);
  background-size: contain;
  background-repeat: no-repeat; }

.l-fonmix-report-match__update-file-button {
  float: none; }

.l-fonmix-report-match__table-wrap {
  height: calc(100vh - 265px);
  overflow-y: scroll; }

.l-reporting-fonmix-statistics__name {
  font-weight: 600;
  font-size: 18px; }

.l-reporting-fonmix-statistics__content {
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.l-reporting-fonmix-statistics__modal-body {
  width: 700px; }

.l-reporting-fonmix-statistics__modal-content {
  margin-top: 15px; }

.l-reporting-fonmix-statistics__modal-subheader {
  color: #6bb812;
  font-weight: bold;
  font-size: 16px; }

.l-reporting-fonmix-statistics__modal-message {
  margin-top: 10px; }

.l-reporting-fonmix-statistics__modal-link {
  position: relative;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
  margin-left: 15px;
  padding-left: 15px; }
  .l-reporting-fonmix-statistics__modal-link:before {
    position: absolute;
    content: "\2022";
    width: 8px;
    height: 8px;
    color: #000000;
    left: 0;
    top: calc(50% - 8px); }

.l-reporting-fonmix-statistics__filter {
  margin-left: -185px; }
  .l-reporting-fonmix-statistics__filter .b-dropdown__content {
    width: 300px; }
  .l-reporting-fonmix-statistics__filter__form__file__label {
    position: relative;
    padding: 0 18px;
    height: 32px;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    border: solid 1px #cccccc;
    display: inline-block;
    line-height: 32px;
    color: #fff;
    background: #6bb812; }
  .l-reporting-fonmix-statistics__filter__form__file__input {
    position: absolute;
    left: 0;
    opacity: 0;
    font-size: 0;
    cursor: pointer; }
  .l-reporting-fonmix-statistics__filter__form__filename {
    font-size: 10px; }
  .l-reporting-fonmix-statistics__filter__form__export-button {
    width: 100%; }

/*# sourceMappingURL=main.css.map?hash=a595f28096b9213fdc25d8012fc5ef13*/