/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 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,
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 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;
  -webkit-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 */
  padding: 0; }

/**
 * 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"] {
  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; }

@font-face {
  font-family: 'roboto';
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/Roboto-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'roboto-bold';
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/Roboto-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'roboto-light';
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/Roboto-Light.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-weight: 300; }
body {
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  line-height: 1; }

a {
  text-decoration: none;
  color: #009fe8; }

p,
h1,
h2,
h3,
fieldset,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal; }

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

.units-container,
.units-row-end,
.units-row, .nav-tiles__tiles-group, .expanded-box__header, .clearfix {
 /*
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/ }
  .units-container:before,
  .units-row-end:before,
  .units-row:before, .nav-tiles__tiles-group:before, .expanded-box__header:before, .clearfix:before, .units-container:after,
  .units-row-end:after,
  .units-row:after, .nav-tiles__tiles-group:after, .expanded-box__header:after, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .units-container:after,
  .units-row-end:after,
  .units-row:after, .nav-tiles__tiles-group:after, .expanded-box__header:after, .clearfix:after {
    visibility: hidden;
    height: 0;
    clear: both; }

.tooltip, .tooltip_bottom:before {
  position: absolute; }

.form-group {
  position: relative; }

.nav-tiles__tile, .expanded-box {
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }

.top-logo:before, .time-bar:before, .top-notify:before, .profile-link:before, .update-log:before, .user-guide:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.top-notify .notify-counter, .update-log .notify-counter, .collect-data .notify-counter{
  display: none; }
.is-active.top-notify .notify-counter, .is-active.update-log .notify-counter {
  display: inline-block; }
.is-active.top-notify:before {
  display: none; }

.fake-sel-type2, .input-group__field_btngroup {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.form-1-legend, .expanded-box__title, .tbl-caption-1 {
  margin-bottom: .9em;
  font: 18px/1 "roboto-bold", arial, sans-serif; }

.unit-1:first-child, .unit-1:nth-child(12n + 1), .unit-2:first-child, .unit-2:nth-child(6n + 1), .unit-3:first-child, .unit-3:nth-child(4n + 1), .unit-4:first-child, .unit-4:nth-child(3n + 1), .unit-5:first-child, .unit-6:first-child, .unit-6:nth-child(2n + 1), .unit-7:first-child, .unit-8:first-child, .unit-9:first-child, .unit-10:first-child, .unit-11:first-child, .unit-12:first-child, .unit-12:nth-child(1n + 1), .nav-tiles__tiles-group_4 > .nav-tiles__tile:first-child, .nav-tiles__tiles-group_4 > .nav-tiles__tile:nth-child(4n + 1), .nav-tiles__tiles-group_3 > .nav-tiles__tile:first-child, .nav-tiles__tiles-group_3 > .nav-tiles__tile:nth-child(3n + 1), .nav-tiles__tiles-group_2 > .nav-tiles__tile:first-child, .nav-tiles__tiles-group_2 > .nav-tiles__tile:nth-child(2n + 1) {
  margin-left: 0; }

.unit-1, .unit-2, .unit-3, .unit-4, .unit-5, .unit-6, .unit-7, .unit-8, .unit-9, .unit-10, .unit-11, .unit-12, .units-split .unit-1, .units-split .unit-2, .units-split .unit-3, .units-split .unit-4, .units-split .unit-5, .units-split .unit-6, .units-split .unit-7, .units-split .unit-8, .units-split .unit-9, .units-split .unit-10, .units-split .unit-11, .units-split .unit-12, .nav-tiles__tiles-group_4 > .nav-tiles__tile, .nav-tiles__tiles-group_3 > .nav-tiles__tile, .nav-tiles__tiles-group_2 > .nav-tiles__tile {
  float: left; }

.units-split .unit-1 {
  width: 80.66667px; }

.units-split .unit-2 {
  width: 161.33333px; }

.units-split .unit-3 {
  width: 242px; }

.units-split .unit-4 {
  width: 322.66667px; }

.units-split .unit-5 {
  width: 403.33333px; }

.units-split .unit-6 {
  width: 484px; }

.units-split .unit-7 {
  width: 564.66667px; }

.units-split .unit-8 {
  width: 645.33333px; }

.units-split .unit-9 {
  width: 726px; }

.units-split .unit-10 {
  width: 806.66667px; }

.units-split .unit-11 {
  width: 887.33333px; }

.units-split .unit-12 {
  width: 968px; }

.unit-1 {
  width: 76.08333px;
  margin-left: 5px; }

.unit-2 {
  width: 157.16667px;
  margin-left: 5px; }

.unit-3 {
  width: 238.25px;
  margin-left: 5px; }

.nav-tiles__tiles-group_4 > .nav-tiles__tile {
  width: 291.25px;
  margin-left: 5px; }

.unit-4 {
  width: 319.33333px;
  margin-left: 5px; }

.nav-tiles__tiles-group_3 > .nav-tiles__tile {
  width: 390px;
  margin-left: 5px; }

.unit-5 {
  width: 400.41667px;
  margin-left: 5px; }

.unit-6, .nav-tiles__tiles-group_2 > .nav-tiles__tile {
  width: 481.5px;
  margin-left: 5px; }

.unit-7 {
  width: 562.58333px;
  margin-left: 5.0px; }

.unit-8 {
  width: 643.66667px;
  margin-left: 5px; }

.unit-9 {
  width: 724.75px;
  margin-left: 5.0px; }

.unit-10 {
  width: 805.83333px;
  margin-left: 5.0px; }

.unit-11 {
  width: 886.91667px;
  margin-left: 5.0px; }

.unit-12 {
  width: 100%;
  margin-left: 0; }

.units-split .unit-1 {
  margin-left: 0; }
.units-split .unit-2 {
  margin-left: 0; }
.units-split .unit-3 {
  margin-left: 0; }
.units-split .unit-4 {
  margin-left: 0; }
.units-split .unit-5 {
  margin-left: 0; }
.units-split .unit-6 {
  margin-left: 0; }
.units-split .unit-7 {
  margin-left: 0; }
.units-split .unit-8 {
  margin-left: 0; }
.units-split .unit-9 {
  margin-left: 0; }
.units-split .unit-10 {
  margin-left: 0; }
.units-split .unit-11 {
  margin-left: 0; }
.units-split .unit-12 {
  margin-left: 0; }

.units-container {
  /* it's the trick to not collapse padding-top in the child element */
  padding-top: 1px;
  margin-top: -1px; }

.units-row-end {
  margin-bottom: 0; }

.width-140 {
  width: 140%; }

.width-100, .unit-100 {
  width: 100%; }
.width-90, .unit-90 {
  width: 90%; }
.width-80, .unit-80 {
  width: 80%; }

.width-75, .unit-75 {
  width: 75%; }

.width-70, .unit-70 {
  width: 70%; }

.width-66, .unit-66 {
  width: 66.6%; }

.width-65 {
  width: 65%; }

.width-60, .unit-60 {
  width: 60%; }

.width-50, .unit-50 {
  width: 50%; }

.width-40, .unit-40 {
  width: 40%; }

.width-35 {
  width: 35%; }

.width-33, .unit-33 {
  width: 33.3%; }

.width-30, .unit-30 {
  width: 30%; }

.width-25, .unit-25 {
  width: 25%; }

.width-20, .unit-20 {
  width: 20%; }

.width-15, .unit-15 {
  width: 15%; }

.width-10, .unit-10 {
  width: 10%;
}

.width-0, .unit-0{
  width: 0%;
}

.height-30{
  height: 30px;
}

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

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

.units-row .unit-80,
.units-row .unit-75,
.units-row .unit-70,
.units-row .unit-66,
.units-row .unit-60,
.units-row .unit-50,
.units-row .unit-40,
.units-row .unit-33,
.units-row .unit-30,
.units-row .unit-25,
.units-row .unit-20,
.units-row .unit-15 {
  float: left;
  margin-left: 0.51653%; }

.units-row .unit-80:first-child,
.units-row .unit-75:first-child,
.units-row .unit-70:first-child,
.units-row .unit-66:first-child,
.units-row .unit-60:first-child,
.units-row .unit-50:first-child,
.units-row .unit-40:first-child,
.units-row .unit-33:first-child,
.units-row .unit-30:first-child,
.units-row .unit-25:first-child,
.units-row .unit-20:first-child,
.units-row .unit-15:first-child {
  margin-left: 0; }

.units-row .unit-80,
.units-row-end .unit-80 {
  width: 79.89669%; }

.units-row .unit-75,
.units-row-end .unit-75 {
  width: 74.87087%; }

.units-row .unit-70,
.units-row-end .unit-70 {
  width: 69.84504%; }

.units-row .unit-66,
.units-row-end .unit-66 {
  width: 66.49449%; }

.units-row .unit-60,
.units-row-end .unit-60 {
  width: 59.79339%; }

.units-row .unit-50,
.units-row-end .unit-50 {
  width: 49.74174%; }

.units-row .unit-40,
.units-row-end .unit-40 {
  width: 39.69008%; }

.units-row .unit-30,
.units-row-end .unit-30 {
  width: 29.63843%; }

.units-row .unit-33,
.units-row-end .unit-33 {
  width: 32.98898%; }

.units-row .unit-25,
.units-row-end .unit-25 {
  width: 24.6126%; }

.units-row .unit-20,
.units-row-end .unit-20 {
  width: 19.58678%; }

.unit-push-1,
.unit-push-2,
.unit-push-3,
.unit-push-4,
.unit-push-5,
.unit-push-6,
.unit-push-7,
.unit-push-8,
.unit-push-9,
.unit-push-10,
.unit-push-11,
.unit-push-12,
.unit-push-80,
.unit-push-75,
.unit-push-70,
.unit-push-66,
.unit-push-60,
.unit-push-50,
.unit-push-40,
.unit-push-33,
.unit-push-30,
.unit-push-25,
.unit-push-20 {
  position: relative; }

.unit-push-1 {
  left: 8.37638%; }

.unit-push-2 {
  left: 16.75275%; }

.unit-push-3 {
  left: 25.12913%; }

.unit-push-4 {
  left: 33.50551%; }

.unit-push-6 {
  left: 50.25826%; }

.unit-push-5 {
  left: 41.88189%; }

.unit-push-7 {
  left: 58.63464%; }

.unit-push-8 {
  left: 67.01102%; }

.unit-push-9 {
  left: 75.3874%; }

.unit-push-10 {
  left: 83.76377%; }

.unit-push-11 {
  left: 92.14015%; }

.unit-push-30 {
  left: 30.15496%; }

.unit-push-80 {
  left: 80.41322%; }

.unit-push-75 {
  left: 75.3874%; }

.unit-push-70 {
  left: 70.36157%; }

.unit-push-66 {
  left: 67.01102%; }

.unit-push-60 {
  left: 60.30992%; }

.unit-push-50 {
  left: 50.25826%; }

.unit-push-40 {
  left: 40.20661%; }

.unit-push-33 {
  left: 33.50551%; }

.unit-push-25 {
  left: 25.12913%; }

.unit-push-20 {
  left: 20.10331%; }

.unit-push-right {
  float: right; }

.centered,
.unit-centered {
  float: none !important;
  margin: 0 auto !important; }

.units-split .unit-80,
.units-split .unit-75,
.units-split .unit-70,
.units-split .unit-66,
.units-split .unit-60,
.units-split .unit-50,
.units-split .unit-40,
.units-split .unit-33,
.units-split .unit-30,
.units-split .unit-25,
.units-split .unit-20 {
  margin-left: 0; }

.units-split .unit-80 {
  width: 80%; }

.units-split .unit-75 {
  width: 75%; }

.units-split .unit-70 {
  width: 70%; }

.units-split .unit-66 {
  width: 66.6%; }

.units-split .unit-60 {
  width: 60%; }

.units-split .unit-50 {
  width: 50%; }

.units-split .unit-40 {
  width: 40%; }

.units-split .unit-33 {
  width: 33.3%; }

.units-split .unit-30 {
  width: 30%; }

.units-split .unit-25 {
  width: 25%; }

.units-split .unit-20 {
  width: 20%; }

.p-html {
  height: 100%; }

.p-body {
  height: 100%;
  background: #f0f0f0;
  position: relative; }
  .p-body_bg-white {
    background-color: #fff; }

.p-wrap {
  height: 100%;
  height: auto !important;
  min-height: 100%;
  min-width: 1020px;
  position: relative; }

.p-content-inner {
  width: 1180px;
  margin: auto;
  padding: 130px 0 60px; }

.p-content-inner-basic {
  padding: 80px 0 60px;}

.p-content-inner_view-page {
    width: 1280px;
    padding: 70px 40px 70px 80px; }

.link-in-text {
  text-decoration: underline; }

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: 700; }

.normal {
  font-weight: 400; }

.italic {
  font-style: italic; }

.c-head-36 {
  margin-bottom: .75em;
  font: 36px/1 "roboto-light", arial, sans-serif; }

.c-head-20 {
  font: 20px/1 Roboto, arial, sans-serif; }

.c-head-14 {
  font: 14px/1 Roboto, arial, sans-serif;
  margin-bottom: .75em; }

.info-strong {
  font-family: "roboto-bold", arial, sans-serif;
  color: #000; }

.par-regular {
  margin-bottom: 1em;
  color: #333;
  line-height: 1.2; }

.button-main, .btn-small-search, .btn-calendar, .btn-structure, .btn-data-search {
  padding: 0;
  border: 0;
  background: none;
  font-family: inherit; }
  .button-main:focus, .btn-small-search:focus, .btn-calendar:focus, .btn-structure:focus, .btn-data-search:focus {
    outline: none; }

.button-main {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 100%; }

.button-main {
  height: 40px;
  padding: 0 40px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  background-color: rgb(27, 58, 101);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(27, 58, 101)), to(rgb(27, 58, 101)));
  background-image: -webkit-linear-gradient(bottom, rgb(27, 58, 101)e 0%, rgb(27, 58, 101) 100%);
  background-image: linear-gradient(to top, rgb(27, 58, 101) 0%, rgb(27, 58, 101) 100%);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .button-main:hover {
    background: rgb(27, 58, 101) -webkit-gradient(linear, left top, left bottom, from(rgb(27, 58, 101)), to(rgb(27, 58, 101)));
    background: rgb(27, 58, 101) -webkit-linear-gradient(top, rgb(27, 58, 101) 0%, rgb(27, 58, 101) 100%);
    background: rgb(27, 58, 101) linear-gradient(to bottom, rgb(27, 58, 101) 0%, rgb(27, 58, 101) 100%); }

.btn-type-1, .btn-type-2 {
  height: 31px;
  min-width: 140px;
  padding: 0 1.1em;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
.btn-type-1 {
  background-color: #0197e3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0088de), to(#01abe8));
  background-image: -webkit-linear-gradient(bottom, #0088de 0%, #01abe8 100%);
  background-image: linear-gradient(to top, #0088de 0%, #01abe8 100%); }
  .btn-type-1:hover {
    background: #1bb4ea -webkit-gradient(linear, left top, left bottom, from(#1bb4ea), to(#1a94e1));
    background: #1bb4ea -webkit-linear-gradient(top, #1bb4ea 0%, #1a94e1 100%);
    background: #1bb4ea linear-gradient(to bottom, #1bb4ea 0%, #1a94e1 100%); }
  .btn-type-1:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25) inset;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#269ae3), to(#27b7eb));
    background-image: -webkit-linear-gradient(bottom, #269ae3 0%, #27b7eb 100%);
    background-image: linear-gradient(to top, #269ae3 0%, #27b7eb 100%); }

.btn-type-2 {
  background-color: #878787;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6f6f6f), to(#989898));
  background-image: -webkit-linear-gradient(bottom, #6f6f6f 0%, #989898 100%);
  background-image: linear-gradient(to top, #6f6f6f 0%, #989898 100%); }
  .btn-type-2:active, .btn-type-2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), to(#868686));
    background-image: -webkit-linear-gradient(top, #a8a8a8 0%, #868686 100%);
    background-image: linear-gradient(to bottom, #a8a8a8 0%, #868686 100%); }

.button__min-width__130{
    min-width: 130px;
}

.input-small {
  width: calc(100% - 85px) !important;
}

.btn-small-search, .btn-calendar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999em; }

.btn-small-search {
  background: transparent url(../img/ico-search-dark.png) no-repeat 50% 50%; }

.btn-calendar {
  background: transparent url(../img/ico-datepick.png) no-repeat 50% 50%; }

.btn-structure {
  background: transparent url(../img/ico-structure.png) no-repeat 50% 50%; }

.btn-data-search {
  background: transparent url(../img/ico-data-search.png) no-repeat 50% 50%; }

.btn-rel-action {
  color: #009fe8;
  border-bottom: 1px dashed;
  cursor: pointer; }

.btn-bar_bot {
  margin-top: 30px; }
.btn-bar_top {
  margin-bottom: 30px; }
.btn-bar__item {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }
  .btn-bar__item_last {
    margin-right: 0; }

.form-group {
  margin-bottom: 20px; }

.input-main, .input-type-2, .sel-2-wrap, .tarea-type-2, .input-type-1, .sel-type-1 {
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font: 14px/1 Roboto, arial, sans-serif; }

.input-main, .input-type-2, .sel-2-wrap, .tarea-type-2 {
  width: 100%;
  padding: 0 8px;
  display: inline-block;
  background-color: #ececec;
  color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25); }

.input-main {
  height: 36px; }
  .form-group_error > .input-main {
    background: #f7dfdf; }

.input-type-1, .sel-type-1 {
  height: 30px;
  padding: 0 8px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25); }

.input-type-1, .sel-type-1 {
  background: rgba(255, 255, 255, 0.33); }

.input-type-1[readonly], .input-type-2[readonly] {
  background: #dbdbdb;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default; }

.input-type-1_searchgroup {
  width: 100%;
  padding-right: 38px; }
.input-type-1:focus {
  background: #e5e5e5; }

.input-type-2 {
  height: 30px; }
  .input-type-2.width-auto {
    width: auto; }
  .input-type-2_paspno {
    width: 35%; }
  .input-type-2_paspsn {
    width: 45%; }

.input-error {
  background-color: #f7dfdf !important; }

.input-valid {
  background-color: #e5f4d9 !important; }

.sel-type-2 {
  height: 30px;
  position: relative;
  opacity: 0; }
  .sel-type-2 > option {
    padding: 8px 8px; }

.sel-2-wrap {
  padding: 0;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  background: #ececec url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFVJREFUeNpi/P//P8NAACaGAQKjFo9aPGrxqMWjFhMNWEjVIGOdhrNWeXJ0FiMtfcxIojhVg5qREkspjWNGci0FaxptCIxaPGrxqMWjFo9ajAsABBgAup8KPdSL6J8AAAAASUVORK5CYII=") 100% 50% no-repeat; }
  .sel-2-wrap.width-auto {
    width: auto; }
  .sel-2-wrap.is-disabled {
    background-color: #dbdbdb;
    color: #999;
    position: relative; }
    .sel-2-wrap.is-disabled:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }

.fake-sel-type2 {
  margin: 0 30px -30px 8px;
  line-height: 30px;
  position: relative; }

.tarea-type-2 {
  min-height: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
  resize: none; }

.tarea-type-2.resize-vertical {
  resize: vertical; }

.tarea-type-2.medium {
  min-height: 120px; }

.input-group__field, .input-group__btn, .input-group__prefix {
  vertical-align: middle;
  display: table-cell;
  white-space: nowrap; }

.input-group {
  table-layout: fixed;
  border-collapse: separate;
  display: table;
  line-height: 1;
  position: relative; }
  .input-group__field_tel {
    padding-left: -webkit-calc(8px + 1.5em);
    padding-left: calc(8px + 1.5em); }
  .input-group__field_btngroup {
    padding-right: 38px; }
  .input-group__btn {
    font-size: 0; }
    .input-group__btn_pos-inside {
      position: absolute;
      top: 0;
      right: 0; }
  .input-group__prefix {
    height: 1em;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    left: 8px; }
    .input-group__prefix_tel {
      width: 1.5em;
      color: #999; }

.inrow-checkbox, .inrow-radio {
  margin-right: .2em;
  display: inline-block; }

.inrow-checkbox {
  vertical-align: middle; }

.inrow-checkbox_col {
  margin-right: 10px; }

.inrow-radio {
  vertical-align: top; }

.label-14 {
  font: 14px/1 Roboto, arial, sans-serif;
  color: #333; }

.label-14_top {
  display: inline-block;
  margin-bottom: .6em; }

.label-required {
  white-space: nowrap; }
  .label-required:after {
    content: '*';
    margin-left: .08em;
    display: inline-block;
    vertical-align: top;
    color: #cc0000;
    font-size: 14px; }

.inrow-label {
  display: inline-block;
  vertical-align: middle; }
  .inrow-label_stend-next {
    margin-left: .7em; }
  .inrow-label_paspsn {
    width: -webkit-calc(100% - (35% + 45%) - 1em);
    width: calc(100% - (35% + 45%) - 1em);
    text-align: right; }

.field-note {
  margin-top: .5em;
  font-size: 12px;
  color: #666;
  display: inline-block; }

.tooltip {
  display: block;
  padding: 13px;
  font-size: 12px;
  border: 1px solid;
  background: #fff;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.1; }
  .tooltip_bottom {
    top: 0;
    margin-top: 7px;
    -webkit-transition: opacity 0.4s, top 0.4s;
            transition: opacity 0.4s, top 0.4s; }
    .tooltip_bottom:before {
      content: '';
      width: 10px;
      height: 10px;
      top: -6px;
      left: 20px;
      background: #fff;
      border-width: 1px 0 0 1px;
      border-style: solid;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .form-group_error > .tooltip_bottom {
      z-index: 100;
      opacity: 1;
      top: 100%;
      border-color: #db0024; }
      .form-group_error > .tooltip_bottom:before {
        border-color: #db0024; }

.hint_bg-blue, .hint_bg-gray {
  color: #fff;
  left: 103% !important;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }

.hint_bg-blue:after, .hint_bg-gray:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: inherit;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.hint {
  width: 100%;
  max-width: 200px;
  min-width: 100px;
  padding: .7em 1em .8em;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 102%;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default; }
  .hint_bg-blue {
    background: #037cbb; }
  .hint_bg-gray {
    background: #999; }
  .hint_bg-white {
    padding-top: .4em;
    padding-bottom: .5em;
    color: #767676;
    border: 1px solid;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e5e6f1));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e5e6f1 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e5e6f1 100%);
    border-radius: 4px;
    -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.15); }
  .hint_bg-yellow {
    color: #767676;
    background: #ffedc1;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15), -2px 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15), -2px 2px 4px rgba(0, 0, 0, 0.15); }

.floating-unit {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11; }

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.p-ticker:before, .p-ticker:after {
  content: '';
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3; }

.p-ticker {
  width: 100%;
  height: 30px;
  display: block;
  line-height: 30px;
  background: #fff;
  font-size: 12px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
  .p-ticker:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(70%, rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%); }
  .p-ticker:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(70%, rgba(255, 255, 255, 0.9)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%); }
  .p-ticker__txt {
    white-space: nowrap; }
  .p-ticker__item {
    margin-right: 40px;
    display: inline-block; }

/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move; }

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0; }

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit; }

.notify-bar {
  padding: 0 50px;
  background: #ffedc1;
  position: relative;
  display: none;
  z-index: 3; }
  .notify-bar.is-open {
    display: block; }
  .notify-bar__txt {
    padding: 17.8px 0;
    font-size: 12px;
    line-height: 1.2; }
  .notify-bar__label {
    width: 16px;
    height: 16px;
    background: url('../img/ui-icons-s6d40853d02.png') -1px -298px;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    left: 30px; }
  .notify-bar__close {
    width: 13px;
    height: 13px;
    background: url('../img/ui-icons-s6d40853d02.png') -3px -32px;
    background-repeat: no-repeat;
    position: absolute;
    top: 19px;
    right: 30px;
    cursor: pointer; }

.top-notify, .profile-link, .update-log, .user-guide, .collect-data {
  color: #7dbee6;
  font-size: 12px; }
  .top-notify:hover, .profile-link:hover, .update-log:hover, .user-guide:hover, .collect-data:hover {
    color: #fff; }

.p-header {
  position: relative;
  z-index: 2; }

.hor-bar {
  height: 40px;
  background: #1b3a65;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2); }

.hor-bar-unit {
  line-height: 40px;
  display: inline-block;
  vertical-align: middle; }
  .hor-bar-unit_pos-left {
    margin-right: 35px; }
  .hor-bar-unit_pos-right {
    margin-left: 35px; }

.top-logo {
  font-size: 20px;
  color: #8d9db2; }
  .top-logo:before {
    width: 17px;
    height: 25px;
    margin: -4px 11.5px 0;
    background: url('../img/ui-icons-s6d40853d02.png') -1px -194px;
    background-repeat: no-repeat; }

.time-bar {
  color: #8d9db2;
  font-size: 12px; }
  .time-bar:before {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    background: url('../img/ui-icons-s6d40853d02.png') -1px -266px;
    background-repeat: no-repeat; }

.search-requests {
  width: 140px; }

.top-notify:before {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url('../img/ui-icons-s6d40853d02.png') -1px 0;
  background-repeat: no-repeat; }

.notify-counter {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: #ffedc1;
  border-radius: 50%;
  color: #000;
  font-size: 11px;
  text-align: center;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle; }

.profile-link:before {
  width: 16px;
  height: 15px;
  margin: 0 8px 0 0;
  background: url('../img/ui-icons-s6d40853d02.png') 0 -161px;
  background-repeat: no-repeat; }

.user-guide:before {
  width: 19px;
  height: 19px;
  margin: 0 8px 0 0;
  background: url('../img/ui-icons-s6d40853d02.png') 0 -127px;
  background-repeat: no-repeat; }

.logout {
  width: 40px;
  height: 40px;
  opacity: .4;
  cursor: pointer;
  background: #162e51 url(../img/ico-logout.png) no-repeat 50% 50%; }
  .logout:hover {
    background-color: #324e75;
    opacity: 1; }

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

.auth-page__logo-img {
  margin: 0 auto 30px;
  display: block; }

.auth-page__header-title {
  font-family: "roboto-light", arial, sans-serif;
  font-weight: 100;
  font-size: 45px;
  margin: 0 0 45px; }

.auth-page__box {
  padding: 60px 78px;
  background: #fff; }

.auth-page__box-title {
  font-family: "roboto-bold", arial, sans-serif;
  margin: 0 0 25px;
  font-size: 30px; }

.nav-tiles a:not([href]) {
  color: gray;
}

.nav-tiles__tiles-group {
  margin-bottom: 20px; }

.nav-tiles__tiles-group_2 > .nav-tiles__tile > .nav-tiles__tile-bg-img {
  height: 130px;
  float: left;
  width: 200px;
  margin-bottom: 0; }
.nav-tiles__tiles-group_2 > .nav-tiles__tile > .nav-tiles__tile-list, .nav-tiles__tiles-group_2 > .nav-tiles__tile > .nav-tiles__tile-title {
  margin-left: 240px; }
.nav-tiles__tiles-group_admin > .nav-tiles__tile > .nav-tiles__tile-list {
  margin-left: 70px;
  word-spacing: 33px; }
  .nav-tiles__tiles-group_admin > .nav-tiles__tile > .nav-tiles__tile-list > .nav-tiles__tile-list-item {
    display: inline-block;
    word-spacing: normal; }
.nav-tiles__tiles-group_admin > .nav-tiles__tile > .nav-tiles__tile-title {
  margin-left: 70px; }

.nav-tiles__tile-bg-img {
  background: #1b3a65;
  text-align: center;
  height: 100px;
  margin-bottom: 15px; }
  .nav-tiles__tile-bg-img:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

.nav-tiles__tile-ico {
  float: left; }

.nav-tiles__tile-img {
  display: inline-block;
  vertical-align: middle; }

.nav-tiles__tile-title {
  margin: 0 0 15px;
  font-size: 18px; }

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

.nav-tiles__tile-list-item {
  margin-bottom: 10px;
  line-height: 1.2; }
  .nav-tiles__tile-list-item:last-child {
    margin-bottom: 0; }

.nav-tiles__tile-favorite-ico {
  margin: -1px 0; }

.col-2-1,
.col-2-2, .col-3-1,
.col-3-2, .col-3-12,
.col-3-3, .col, .col-3-free, .col-3-2x { float: left; }

.col-2-1, .col-2-2 { width: 46.3%; }

.col-3-12 {
	width: calc(66% - 5px);
}

.col-5-1, .col-5-2, .col-5-3, .col-5-4, .col-5-5 {
    float: left;
    width: 20%;
}

.col-3-1,
.col-3-2,
.col-3-3 {
  width: 30.73%; }

.col-2-2 {
  margin-left: 7.4%; }

.col-3-2,
.col-3-3 {
  margin-left: 3.9%; }

.col-3-free {
  margin-left: 3.9%; }

.col-3-2x {
  width: 65.36%;
  margin-left: 3.9%; }
  .col-3-2x_stand-alone {
    margin-left: 0; }

.col-4-1, .col-4-2, .col-4-3, .col-4-4 {
  float: left;
  width: 25%;
}
.col-4-3x{
  float: left;
  width: 75%;
}

.col-4-2x{
  float: left;
  width: 50%;
}

.col-60-percentage{
    float: left;
    width: 60%;
}
.col-50-percentage{
    float: left;
    width: 50%;
}
.col-40-percentage{
    float: left;
    width: 40%;
}
.col-30-percentage{
    float: left;
    width: 30%;
}
.col-20-percentage{
    float: left;
    width: 20%;
}
.col-25-percentage{
    float: left;
    width: 25%;
}
.col-15-percentage{
    float: left;
    width: 15%;
}
.col-10-percentage{
    float: left;
    width: 10%;
}

.label-col-in3cols, .field-col-in3cols, .label-col-in2cols, .field-col-in2cols, .field-col-in4cols,
.field-col-in5cols, .field-col-60, .field-col-30, .field-col-40, .label-col-in4cols, .field-col-in4cols {
  display: inline-block;
  vertical-align: top; }

.label-col-in3cols {
  width: 34%;
  max-width: 140px;
  margin: .5em 10px 0 0; }

.field-col-in3cols {
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px); }

.label-col-in4cols {
  width: 34%;
  max-width: 110px;
  margin: .5em 10px 0 0; }

.field-col-in4cols {
  width: -webkit-calc(100% - 125px);
  width: calc(100% - 125px); }

.field-col-60{
    width: 60%;
}
.field-col-30{
    width: 30%;
}
.field-col-40{
    width: 40%;
}
.label-col-in2cols {
  width: 41.7%;
  max-width: 140px;
  margin: .5em 10px 0 0; }
  .label-col-in2cols_width-auto {
    width: auto;
    max-width: none; }

.field-col-in2cols {
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px); }

.label-col-in2cols {
  width: 41.7%;
  max-width: 140px;
  margin: .5em 10px 0 0; }
  .label-col-in2cols_width-auto {
    width: auto;
    max-width: none; }

.field-col-in2cols {
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px); }

.form-1-section {
  padding: 30px 0;
  border-bottom: 1px solid #ccc; }
  .form-1-section_stand-alone {
    border-bottom: 0; }

.form-1-row {
  margin-bottom: 10px;
  display: block; }

.form-1-row_check-col {
  padding-left: 25px; }

  .form-1-row_x2 {
    margin-bottom: 20px; }
  .form-1-row_x3 {
    margin-bottom: 30px; }
  .form-1-row:last-of-type {
    margin-bottom: 0; }

.form-1-fieldset {
  margin-bottom: 30px; }
  .form-1-fieldset_stand-alone {
    margin-bottom: 0; }

.form-1-legend {
  display: inline-block; }
  .form-1-legend_size-13 {
    font-size: 13px;
    margin-bottom: 1.1em; }

.form-1-list > li {
  margin-bottom: 14px; }

/*
    Created on : Jul 28, 2015, 5:31:45 PM
    Author     : mann
*/
.serv-total {
  padding: 30px;
  background: #ececec; }
  .serv-total__section {
    margin-bottom: 25px; }
    .serv-total__section:last-of-type {
      margin-bottom: 0; }
  .serv-total__title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: .4em; }
  .serv-total__sum {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: .4em; }
  .serv-total__data td {
    padding: .2em 0;
    line-height: 1.1; }

.tbl-1 tr:nth-child(odd) td {
  background: #f4f4f4; }
.tbl-1 td {
  padding: 1.3em 1em;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  color: #333; }
  .tbl-1 td.alig-left {
    text-align: left; }

.tbl-2 td {
  /*padding: 1.3em 1em;*/
  border: 1px solid #ccc;
  text-align: left;
  font-size: 12px;
  color: #333; }

.thead-1__item {
  padding: .4em .6em;
  border-right: 1px solid #c6ced9;
  vertical-align: middle; }
.thead-1__th-wrap {
  width: 100%;
  height: 30px;
  line-height: 15px; }
.thead-1 th {
  height: 50px;
  background: #8d9db2;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #C6CED9;
  border-bottom: 1px solid #C6CED9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  .thead-1 th:first-child {
    border-left: 1px solid #8d9db2; }
  .thead-1 th:last-child .thead-1__th-wrap {
    border: 0; }

.tbl-caption-1 {
  text-align: left; }

.doc-tree li:last-child {
  padding-bottom: 0; }
.doc-tree__inner {
  padding: 10px 0 0;
  margin: 0 0 0 22px; }
  .doc-tree__inner.is-open {
    background: url(../img/doc-tree.png) -93px -1px repeat-y; }
  .doc-tree__inner > li {
    padding-left: 7px; }
    .doc-tree__inner > li:last-child {
      position: relative; }
      .doc-tree__inner > li:last-child:after {
        content: '';
        width: 1px;
        height: 100%;
        height: -webkit-calc(100% - 4px);
        height: calc(100% - 4px);
        background: #fff;
        position: absolute;
        top: 16px;
        left: 0; }
    .doc-tree__inner > li:before {
      margin-left: -11px; }
  .doc-tree__inner .doc-tree__inner {
    margin: -3px 0 0 11px; }
.doc-tree__folder, .doc-tree__doc {
  padding-bottom: 9px; }
  .doc-tree__folder:before, .doc-tree__doc:before {
    content: '';
    width: 32px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/doc-tree.png) no-repeat;
    position: relative;
    top: 1px; }
.doc-tree__folder:before {
  background-position: -47px -44px; }
.doc-tree__folder:last-child:before {
  background-position: -7px -66px; }
.doc-tree__folder.is-open:before {
  background-position: -47px -22px;
  top: 0; }
.doc-tree__folder_root.is-open:before {
  background-position: -7px -22px; }
.doc-tree__doc:last-child:before {
  background-position: -43px -66px; }
.doc-tree__doc:before {
  background-position: -3px 0; }

.tree-label {
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%; }

.tree-label_violet {
  background: #cc00cc; }
.tree-label_red {
  background: #cc0000; }
.tree-label_green {
  background: #33cc00; }
.tree-label_blue {
  background: #0099cc; }

.sidebar-wrap {
  top: 0;
  width: 40px;
  height: 100%;
  background: #495563;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: width .4s ease-in-out;
          transition: width .4s ease-in-out;
  z-index: 10; }
  .sidebar-wrap.is-open {
    width: 370px;
    overflow-y: auto; }
    .sidebar-wrap.is-open .sidebar.is-fixed {
      width: 370px; }

.sidebar {
  padding: 0 0 40px 0;
  position: relative;
  top: 40px;
  -webkit-transition: width .4s ease-in-out;
          transition: width .4s ease-in-out; }
  .sidebar.is-fixed {
    width: 40px;
    position: fixed;
    overflow: hidden; }

.sidebar-item__label:before, .search-category__ico {
  background-image: url('../img/sidebar-icons-sf9d2ab2f3a.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer; }

.sidebar-item {
  border-bottom: 1px solid #38424f; }
  .sidebar-item:hover {
    background: #5c6673; }
  .sidebar-item__label {
    padding: 12px 0 11px 40px;
    color: #ccd0d4;
    white-space: nowrap;
    font-size: 16px;
    position: relative; }
    .sidebar-item__label:hover {
      color: #fff;
      cursor: pointer; }
      .sidebar-item__label:hover:before {
        opacity: 1; }
    .sidebar-item__label:before {
      content: '';
      opacity: .7; }
    .sidebar-item__label.is-active {
      color: #6bc3ff; }
    .sidebar-item__label_abonents:before {
      width: 19px;
      height: 15px;
      left: 10.5px;
      margin-top: -7.5px;
      background-position: 0 -324px; }
    .sidebar-item__label_abonents.is-active:before {
      background-position: 0 0; }
    .sidebar-item__label_adm:before {
      width: 17px;
      height: 17px;
      left: 11.5px;
      margin-top: -8.5px;
      background-position: -1px -355px; }
    .sidebar-item__label_adm.is-active:before {
      background-position: -1px -31px; }
    .sidebar-item__label_bill:before {
      width: 14px;
      height: 17px;
      left: 13px;
      margin-top: -8.5px;
      background-position: -2px -388px; }
    .sidebar-item__label_bill.is-active:before {
      background-position: -2px -64px; }
    .sidebar-item__label_analytics:before {
      width: 20px;
      height: 20px;
      left: 10px;
      margin-top: -9.5px;
      background-position: 0px -712px; }
    .sidebar-item__label_analytics.is-active:before {
      background-position: 0px -747px; }
    .sidebar-item__label_crm:before {
      width: 20px;
      height: 20px;
      left: 10px;
      margin-top: -9.5px;
      background-position: 0px -780px;}
    .sidebar-item__label_crm.is-active:before {
      background-position: 0px -814px;}
    .sidebar-item__label_control:before {
      width: 18px;
      height: 18px;
      left: 11px;
      margin-top: -9px;
      background-position: 0 -421px; }
    .sidebar-item__label_control.is-active:before {
      background-position: 0 -97px; }
    .sidebar-item__label_favorits:before {
      width: 15px;
      height: 14px;
      left: 12.5px;
      margin-top: -7px;
      background-position: -2px -455px; }
    .sidebar-item__label_favorits.is-active:before {
      background-position: -2px -131px; }
    .sidebar-item__label_reports:before {
      width: 18px;
      height: 17px;
      left: 11px;
      margin-top: -8.5px;
      background-position: 0 -485px; }
    .sidebar-item__label_reports.is-active:before {
      background-position: 0 -161px; }
    .sidebar-item__label_selling:before {
      width: 18px;
      height: 15px;
      left: 11px;
      margin-top: -7.5px;
      background-position: 0 -584px; }
    .sidebar-item__label_selling.is-active:before {
      background-position: 0 -194px; }
    .sidebar-item__label_services:before {
      width: 16px;
      height: 16px;
      left: 12px;
      margin-top: -8px;
      background-position: -1px -615px; }
    .sidebar-item__label_services.is-active:before {
      background-position: -1px -225px; }
    .sidebar-item__label_shop:before {
      width: 19px;
      height: 18px;
      left: 10.5px;
      margin-top: -9px;
      background-position: 0 -647px; }
    .sidebar-item__label_shop.is-active:before {
      background-position: 0 -257px; }
    .sidebar-item__label_storage:before {
      width: 17px;
      height: 17px;
      left: 11.5px;
      margin-top: -8.5px;
      background-position: -1px -681px; }
    .sidebar-item__label_storage.is-active:before {
      background-position: -1px -291px; }
.sidebar-item__label_eo:before {
  width: 17px;
  height: 17px;
  left: 11.5px;
  margin-top: -8.5px;
  background-position: 0 -389px; }
.sidebar-item__label_eo.is-active:before {
  background-position: 0 -65px; }
  .sidebar-item.is-open {
    padding-bottom: 10px;
    background-color: #38424f;
    border-right: 4px solid #495563; }
    .sidebar-item.is-open:first-child {
      padding-bottom: 0; }
    .sidebar-item.is-open:hover {
      background-color: #38424f; }

.sidebar-list-box {
  height: 0;
  margin: 0;
  background: #e6e6e6;
  overflow: hidden;
  -webkit-transition: height .3s;
          transition: height .3s; }
  .sidebar-list-box.is-open {
    height: 150px;
    margin: 0 2px;
    padding: 4px 0;
    overflow: auto; }

.sidebar-list a, .sidebar-list-dir {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000;
  display: block;
  white-space: nowrap; }
  .sidebar-list a:hover, .sidebar-list-dir:hover {
    background: #add9f8; }

.sidebar-list {
  font-size: 12px; }
  .sidebar-list > li > .sidebar-list-dir,
  .sidebar-list > li > a {
    padding-left: 24px; }

.sidebar-list-inner {
  display: none; }
  .sidebar-list-inner > li > .sidebar-list-dir {
    padding-left: 40px; }
  .sidebar-list-inner > li > a {
    padding-left: 54px; }

.sidebar-list-dir {
  font-family: "roboto-bold", arial, sans-serif;
  position: relative;
  cursor: pointer; }
  .sidebar-list-dir:before {
    content: '';
    width: 5px;
    height: 10px;
    margin: 0 5px 0 -10px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/dir-icons-s1a62a71530.png') -2px 0;
    background-repeat: no-repeat;
    position: relative; }
  .sidebar-list-dir.is-open:before {
    width: 10px;
    height: 5px;
    margin: 0 5px 0 -15px;
    top: .22em;
    background-position: 0 -26px; }

  .menu-tooltip {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e5e6f1)) !important;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e5e6f1 100%) !important;
    background: linear-gradient(to bottom, #fefefe 0%, #e5e6f1 100%) !important;
    background-image: linear-gradient(rgb(254, 254, 254) 0%, rgb(229, 230, 241) 100%) !important;
    padding: .7em 1em .8em  !important;
    line-height: 1.2  !important;
    color: #767676 !important;
    border: 1px solid #aaaaaa !important;
    font-size: 12px !important;
    font-family: Roboto, arial, sans-serif !important;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.15) !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    cursor: default !important;
    max-width:300px !important;
    z-index: 100 !important;
    border-radius: 0px !important;
    margin: 0px !important;
  }

.search-category {
  padding: 5px 10px 4px 40px;
  position: relative; }
  .search-category__ico {
    width: 17px;
    height: 17px;
    left: 11.5px;
    margin-top: -8.5px;
    background-position: -1px -518px; }
    .search-category__ico:hover {
      background-position: -1px -551px; }

.suggestion-list {
  width: 100%;
  border: 1px solid #bfbfbf;
  background: #f0f0f0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 12;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25); }
  .suggestion-list > li {
    padding: 6px 8px;
    cursor: pointer; }
    .suggestion-list > li:hover {
      background: #add9f8; }
    .suggestion-list > li > b {
      font-family: "roboto-bold", arial, sans-serif; }

.p-content {
  padding-bottom: 40px; }

.p-footer {
  width: 100%;
  height: 40px;
  position: fixed;
  left: 0;
  bottom: 0; }

.p-footer {
  z-index: 11; }

.footer-copy {
  color: #8d9db2;
  font-size: 12px; }

.update-log:before {
  width: 14px;
  height: 17px;
  margin: 0 8px 0 0;
  background: url('../img/ui-icons-s6d40853d02.png') -2px -61px;
  background-repeat: no-repeat; }

.p-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11; }
  .p-overlay.is-visible {
    display: block; }

.p-popup {
  width: 480px;
  margin: 0 0 0 -240px;
  padding: 40px;
  text-align: center;
  display: none;
  background: #fff;
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 11; }
  .p-popup.is-visible {
    display: block; }

.popup-head {
  font-size: 24px; }
  .popup-head_color-red {
    color: #cc0000; }

.popup-txt {
  margin: 2em 0;
  color: #333; }

.rel-wrap, .hint-wrap {
  display: inline-block;
  position: relative; }

.hint-wrap {
  width: 100%; }

.active-elem {
  color: #009fe8;
  cursor: pointer; }

.ui-tooltip, .arrow:after {
    position: absolute;
}

.ui-ico {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .ui-ico_pos-right {
    margin-left: 6px; }

.levels-list {
  margin-bottom: 30px; }
  .levels-list_stand-alone {
    margin-bottom: 0; }
  .levels-list li {
    margin: .6em 0; }
  .levels-list ul {
    margin-left: 1.5em; }

.add-device-tab td {
  padding: 2px;
}
.add-device-tab td.delim {
  padding-right: 13px;
}

.expanded-box {
  margin-bottom: 10px;
  padding: 0; }
  .expanded-box__header {
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
  .expanded-box__title {
    margin: 0 0 0 20px;
    float: left; }
  .expanded-box__desc {
    margin: 4px 0 0 30px;
    float: left;
    color: #666; }
  .expanded-box__ico {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    border: 3px solid #afb6bd;
    float: right;
    border-radius: 50%;
    position: relative;
    cursor: pointer; }
    .expanded-box__ico:after {
      content: '';
      margin: -3px 0 0 -5px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid transparent;
      border-top: 7px solid #afb6bd; }
    .expanded-box__ico_open:after {
      margin-top: -11px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid #afb6bd;
      border-top: 7px solid transparent; }
  .expanded-box__body {
    padding: 12px 20px;
    display: none; }
    .expanded-box__body_open {
      display: block; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.div-inline {
	display: inline-block !important;
}

.float-right {
  float: right;
}

.color-grey{
  color: #808080;
}

.color-green{
  color: #33cc00;
}

.color-blue{
  color: #0099cc;
}

.word-wrap-normal{
  word-wrap: normal;
}

.display-flex {
  display: flex;
}

.flex-align-strtch{
  align-items: stretch;
  flex: 1;
}

.width-100-important{
    width: 100% !important;
    min-width: auto !important;
}

.elem-small {
	min-width: 30px;
}

.box-shadow__yellow {
    box-shadow: 0 0 10px #FF0;
}

.box-shadow__red {
    box-shadow: 0 0 10px #F00;
}

.box-shadow__green {
    box-shadow: 0 0 10px #008000;
}

.select__box-shadow__inset-yellow {
    -webkit-box-shadow: inset 0 0 10px #FF0;
    box-shadow: inset 0 0 10px #FF0;
}

.select__box-shadow__inset-red {
    box-shadow: inset 0 0 10px #F00;
}

.select__box-shadow__inset-green {
    box-shadow: inset 0 0 10px #008000;
}

.box-shadow__inset-yellow>td:first-child {
    box-shadow:
    inset 0px 11px 8px -10px  #FF0,
    inset 0px -11px 8px -10px  #FF0,
    inset 11px 0px 8px -10px  #FF0;
    border-lefy-style: none;
}
.box-shadow__inset-yellow>td {
    box-shadow:
    inset 0px 11px 8px -10px  #FF0,
    inset 0px -11px 8px -10px  #FF0;
    border-top-style: none;
    border-bottom-style: none;
}
.box-shadow__inset-yellow>td:last-child {
    box-shadow:
    inset 0px 11px 8px -10px  #FF0,
    inset 0px -11px 8px -10px  #FF0,
    inset -11px 0px 8px -10px  #FF0;

    border-right-style: none;
}

.box-shadow__inset-red>td:first-child {
    box-shadow:
    inset 0px 11px 8px -10px  #F00,
    inset 0px -11px 8px -10px  #F00,
    inset 11px 0px 8px -10px  #F00;
    border-lefy-style: none;
}
.box-shadow__inset-red>td {
    box-shadow:
    inset 0px 11px 8px -10px  #F00,
    inset 0px -11px 8px -10px  #F00;
    border-top-style: none;
    border-bottom-style: none;
}
.box-shadow__inset-red>td:last-child {
    box-shadow:
    inset 0px 11px 8px -10px  #F00,
    inset 0px -11px 8px -10px  #F00,
    inset -11px 0px 8px -10px  #F00;
    border-right-style: none;
}

.box-shadow__inset-green>td:first-child {
    box-shadow:
    inset 0px 11px 8px -10px  #008000,
    inset 0px -11px 8px -10px  #008000,
    inset 11px 0px 8px -10px  #008000;
    border-lefy-style: none;
}
.box-shadow__inset-green>td {
    box-shadow:
    inset 0px 11px 8px -10px  #008000,
    inset 0px -11px 8px -10px  #008000;
    border-top-style: none;
    border-bottom-style: none;
}
.box-shadow__inset-green>td:last-child {
    box-shadow:
    inset 0px 11px 8px -10px  #008000,
    inset 0px -11px 8px -10px  #008000,
    inset -11px 0px 8px -10px  #008000;
    border-right-style: none;
}

.margin-left-2 {
  margin-left: 2px;
}
.top-table-border {
	border-top: 1px solid #C6CED9;
}

/* Отступы для компонента v-address-search */
.margin-bot-city {
  margin-bottom: 10px;
}

.ie-hyphens {
  -ms-hyphens: auto;
}

.warn-field {
  border-color: red;
  border-width: 1px;
  border-style: solid;
}

td .datapicker-wrapper-abon, td .datapicker-wrapper-abon>input{
  height: 24px;
}
td .datapicker-wrapper-abon>.btn-calendar{
  height: 23px;
}

.wordBreak {
  word-wrap: break-word;
  word-break: break-all;
}

.text-as-link {
  cursor: pointer;
  text-decoration: underline;
  color: #009fe8;
}