@charset "UTF-8";
/*üõöä*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 * 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.
 */
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; }

@media only screen {
  *, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

  ::-moz-selection {
    background: #00ab90;
    color: #fff; }

  ::-webkit-selection {
    background: #00ab90;
    color: #fff; }

  ::-ms-selection {
    background: #00ab90;
    color: #fff; }

  ::-o-selection {
    background: #00ab90;
    color: #fff; }

  ::selection {
    background: #00ab90;
    color: #fff; }

  body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #444; }
    body * {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -ms-font-smoothing: antialiased;
      -o-font-smoothing: antialiased; }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    line-height: 1;
    margin: 0 0 15px 0; }

  h2 {
    font-size: 27px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 21px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  p {
    margin: 0 0 17px 0; }

  em {
    font-style: italic;
    color: #777;
    border-bottom: 1px dotted #ccc; }

  strong {
    font-weight: 700; }

  blockquote {
    padding: 10px 0 10px 25px;
    border-left: 2px solid #efefef;
    color: #777;
    margin: 0 0 15px 0; }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px; }
    table thead {
      background-color: #00ab90;
      border: 1px solid #00ab90; }
      table thead tr th {
        color: white;
        text-align: left;
        line-height: 40px;
        padding-left: 20px;
        font-size: 14px;
        text-transform: uppercase; }
    table tbody tr:nth-child(odd) {
      background-color: #eee; }
      table tbody tr:nth-child(odd):nth-child(even) {
        background-color: #fff; }
    table tbody tr:hover {
      background-color: #f7f9fb; }
    table tbody tr td {
      padding: 0 20px;
      line-height: 40px;
      border: 1px solid #eee; }
      table tbody tr td:first-child {
        font-weight: bold; }
      table tbody tr td a {
        color: #000; }
        table tbody tr td a:hover {
          text-decoration: underline; }

  input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number] {
    display: block;
    width: 100%;
    padding: 6px 10px;
    height: 45px;
    background: #FFF;
    border: solid;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }
    input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=password]:active, input[type=password]:focus, input[type=url]:active, input[type=url]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=number]:active, input[type=number]:focus {
      color: #333; }

  input[type=radio], input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin-bottom: 12px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

  textarea {
    display: block;
    width: 100%;
    padding: 6px 10px;
    border: none;
    background: #ededed;
    margin-bottom: 12px;
    font-size: 16px;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    textarea:active, textarea:focus {
      background: #e5e5e5;
      color: #333; }

  select {
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

  img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle; }

  .gmnoprint img {
    max-width: none; }

  a {
    text-decoration: none;
    color: #00ab90; }
    a:hover {
      text-decoration: underline; }

  .center {
    text-align: center; }

  .left {
    float: left !important; }

  .right {
    float: right !important; }

  .container {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%; }
    .container:before, .container:after {
      content: "";
      display: table; }
    .container:after {
      clear: both; }

  .button {
    background: #00ab90;
    padding: 8px 26px;
    text-transform: uppercase;
    border: 3px solid #00ab90;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    display: inline-table;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .button:hover {
      text-decoration: none; }

  .button-red {
    background: #ed2024;
    padding: 8px 26px;
    text-transform: uppercase;
    border: 3px solid #ed2024;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    display: inline-table;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .button-red:hover {
      text-decoration: none; } }
@media only screen and (max-width: 767px) {
  .left, .right {
    float: none !important; }

  table tbody tr td {
    padding: 11px 20px;
    line-height: 18px; } }
.row {
  margin: 0 -15px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

[class*='col-'] {
  float: left;
  padding: 0 15px; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 23.00%; }

.col-3 {
  width: 24.99%; }

.col-4 {
  width: 33.32%; }

.col-5 {
  width: 41.65%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.31%; }

.col-8 {
  width: 66.64%; }

.col-9 {
  width: 74.97%; }

.col-10 {
  width: 77.0%; }

.col-11 {
  width: 91.63%; }

.col-12 {
  width: 100%; }

@media only screen and (max-width: 767px) {
  [class*='col-'] {
    float: none;
    width: 100%; } }
/* PROFILE */
.header-actions {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 18px; }
  .header-actions .btn {
    margin: 0 12px; }

.btn {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none; }
  .btn-text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: -.8px;
    text-transform: uppercase;
    color: #000; }
  .btn .fas {
    margin-right: 12px;
    font-size: 21px; }
  .btn-primary, .btn-default {
    display: inline-flex;
    padding: 12px 24px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 2px #01AB8F;
    outline: 0;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
    .btn-primary:focus, .btn-primary:active, .btn-default:focus, .btn-default:active {
      box-shadow: none !important; }
  .btn-primary {
    background: #01AB8F;
    color: #fff; }
    .btn-primary:hover {
      background: #00D0AE;
      border-color: #00D0AE; }
    .btn-primary:active {
      background: #00927A !important;
      border-color: #00927A !important; }
  .btn-default {
    background: #fff;
    color: #000 !important; }
    .btn-default:hover {
      background: #F0FAF9; }

.profile {
  padding: 0; }
  .profile-content {
    display: flex;
    flex: 1;
    flex-direction: row;
    margin-bottom: 40px;
    padding: 80px;
    background: #F5F5F5; }
  .profile-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start; }
    .profile-main h1 {
      margin: 0;
      padding: 0 0 15px 0;
      font-size: 42px;
      line-height: 42px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: -1.2px;
      color: #000; }
    .profile-main .notify {
      margin-top: 9px; }
  .profile-graph {
    display: flex;
    flex-direction: column; }
    .profile-graph .graph-label {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0 0 29px;
      font-size: 16px;
      line-height: 19px;
      font-weight: 600;
      text-transform: uppercase;
      color: #424242; }
    .profile-graph .graph-info {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0; }
      .profile-graph .graph-info .btn-text {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        text-transform: initial;
        letter-spacing: 0;
        color: #00AC90; }
        .profile-graph .graph-info .btn-text span {
          text-decoration: underline; }
        .profile-graph .graph-info .btn-text .fas {
          font-size: 16px; }
  .profile-data {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -.6px;
    text-transform: uppercase;
    color: #000; }
    .profile-data li {
      padding: 9px 0; }
    .profile-data label {
      margin: 0 12px 0 0; }
  .profile-info {
    min-height: 215px; }
  .profile-actions {
    display: flex;
    flex-direction: row;
    border-top: solid 3px #fff;
    padding-top: 56px;
    width: 100%; }
    .profile-actions .fas {
      font-size: 18px; }
    .profile-actions .btn {
      margin-right: 12px; }
      .profile-actions .btn:last-child {
        margin-right: 0; }

.notify {
  display: inline-flex;
  padding: 10px 26px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
  .notify.red {
    background: #EE2324; }

.blocks {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 20px;
  padding: 30px;
  border: solid 2px #eee;
  background: #F5F5F5; }
  .blocks h2 {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -.4px;
    color: #232323; }
  .blocks-expand {
    display: flex;
    align-items: flex-end; }
    .blocks-expand .open-all {
      margin: 0;
      text-decoration: none;
      color: #01AB8F; }
    .blocks-expand.wide {
      padding-top: 26px;
      justify-content: flex-end; }
  .blocks-row {
    display: flex;
    flex-direction: row; }
  .blocks-icon {
    width: 40px; }
    .blocks-icon .far {
      font-size: 24px;
      color: #232323; }
  .blocks-description {
    margin-right: 52px;
    width: 220px; }
    .blocks-description p {
      margin: 0;
      padding: 12px 0 0 0;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #424242; }
  .blocks-data-mid, .blocks-data-full {
    display: flex;
    flex: 1;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-weight: 400;
    color: #424242; }
    .blocks-data-mid p, .blocks-data-full p {
      margin: 0;
      padding: 0; }
  .blocks-data-mid {
    font-size: 16px;
    line-height: 19px; }
  .blocks-data-full {
    font-size: 14px;
    line-height: 26px;
    justify-content: flex-start; }
  .blocks-list {
    display: flex;
    flex-direction: column; }
    .blocks-list-row {
      display: flex;
      flex-direction: row;
      padding: 6px 0;
      border-bottom: solid 3px #fff; }
      .blocks-list-row:last-child {
        border: 0; }
    .blocks-list .label {
      display: flex;
      flex: 1;
      padding-right: 24px;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400;
      color: #424242; }
    .blocks-list .nr {
      font-size: 18px;
      line-height: 19px;
      font-weight: 600;
      color: #00AC90; }
  .blocks h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #424242; }
  .blocks-detail {
    display: none;
    margin: 30px -30px -30px -30px;
    padding: 30px;
    flex-direction: column;
    border-top: solid 2px #eee;
    background: #fff; }
    .blocks-detail h3 {
      padding: 30px 0 18px 0; }
      .blocks-detail h3:first-child {
        padding-top: 0; }
    .blocks-detail.show {
      display: flex; }
  .blocks h4 {
    margin: 0;
    padding: 40px 0 18px 0;
    border-bottom: solid 2px #00AC90;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #00AC90; }
    .blocks h4:first-child {
      padding-top: 0; }

.months {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .months-col {
    display: flex;
    margin: 0 3px 3px 0;
    padding: 9px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    width: 16.2%; }
    .months-col span,
    .months-col strong {
      display: flex;
      padding: 0 14px; }
    .months-col strong {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    .months-col.green {
      background: #01AB8F;
      color: #fff; }
    .months-col.red {
      background: #EE2324;
      color: #fff; }
    .months-col.white {
      background: #fff;
      color: #424242; }

.tbl {
  display: flex;
  flex: 1;
  flex-direction: column;
  border-top: solid 2px #01AB8F; }
  .tbl-row {
    display: flex;
    flex: 1;
    flex-direction: row;
    border-bottom: solid 2px #eee; }
  .tbl-col {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0 18px;
    min-height: 60px; }
    .tbl-col.small-text {
      font-weight: 400;
      text-transform: initial; }
  .tbl-head {
    background: #FAFAFA;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #757575; }
  .tbl-label {
    display: none; }

.red-text {
  font-weight: 500;
  color: #EE2324; }
  .red-text .fas {
    font-size: 12px;
    margin-left: 12px; }

.green-text {
  margin-right: 6px;
  font-weight: 600;
  color: #00AC90; }
  .green-text .fas {
    font-size: 12px;
    margin-left: 12px; }

.detail-data {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding-top: 30px; }
  .detail-data .heading {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -.6px;
    text-transform: uppercase;
    color: #000; }
  .detail-data-left {
    display: flex;
    flex-direction: column; }
  .detail-data-right {
    display: flex;
    flex: 1;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column; }

.data-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 18px; }
  .data-list-row {
    display: flex;
    flex-direction: row;
    padding: 5px 0; }
    .data-list-row:first-child {
      padding-top: 0; }
    .data-list-row:last-child {
      padding-bottom: 0; }
  .data-list .label {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #424242;
    min-width: 154px; }
    .data-list .label.wide {
      min-width: 204px; }
  .data-list .data {
    display: flex;
    flex: 1;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #424242; }

.upsell {
  display: flex;
  flex-direction: row;
  margin-top: -20px;
  margin-bottom: 40px; }
  .upsell-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-right: 20px; }
    .upsell-col:last-child {
      margin-right: 0; }
  .upsell-block {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    border: solid 2px #00AC90;
    background: #F0FAF9; }
    .upsell-block h2 {
      position: relative;
      margin: 0;
      padding: 0 0 12px 0;
      font-size: 18px;
      line-height: 20px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: -.4px;
      color: #232323;
      z-index: 2; }
    .upsell-block p {
      position: relative;
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 26px;
      color: #424242;
      text-align: center;
      max-width: 300px;
      z-index: 2; }
    .upsell-block .btn {
      position: relative;
      z-index: 2; }
    .upsell-block .btn-primary,
    .upsell-block .btn-default {
      font-size: 16px;
      min-width: 254px;
      justify-content: center; }
    .upsell-block .btn-link {
      margin-top: 15px;
      font-size: 14px; }
      .upsell-block .btn-link i {
        font-size: 18px;
        margin-right: 12px; }
  .upsell-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 220px;
    color: #01AB8F;
    -moz-opacity: 0.04;
    -khtml-opacity: 0.04;
    opacity: 0.04;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 4 ")";
    filter: alpha(opacity=4);
    zoom: 1; }

@media (max-width: 1200px) {
  .profile-content {
    padding: 50px; }
  .profile-actions {
    flex-wrap: wrap; }
    .profile-actions .btn {
      margin-bottom: 12px; } }
@media (max-width: 992px) {
  .profile-content {
    padding: 40px 30px;
    flex-direction: column; }
  .profile-main h1 {
    font-size: 32px;
    line-height: 32px; }
  .profile-info {
    min-height: initial;
    padding-bottom: 30px; }
  .profile-actions {
    padding: 30px 0; }
  .profile-graph .graph-info {
    padding-top: 30px; }

  .graph {
    text-align: center; }

  .blocks-row {
    display: flex;
    flex-direction: column; }
  .blocks-icon {
    padding-bottom: 12px; }
  .blocks-description {
    padding-bottom: 6px;
    margin-right: 0;
    width: auto; }
  .blocks-expand {
    padding-top: 12px; }
  .blocks-data-mid, .blocks-data-full {
    padding: 12px 0; }

  .tbl-head {
    display: none; }
  .tbl-row {
    flex-direction: column;
    padding: 6px 0; }
  .tbl-col {
    flex-direction: row;
    min-height: initial;
    padding: 6px 0; }
  .tbl-label {
    display: flex;
    flex: 1;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #424242; }
  .tbl-inner {
    display: flex;
    flex: 1;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #424242; }

  .upsell {
    flex-wrap: wrap; }
    .upsell-col {
      margin-right: 0; }
      .upsell-col:first-child {
        margin-right: 20px; }
      .upsell-col:last-child {
        margin-top: 20px; } }
@media (max-width: 768px) {
  .detail-data {
    flex-direction: column; }
    .detail-data-left {
      padding-bottom: 30px; }
    .detail-data-right {
      align-items: flex-start; }

  .months-col {
    width: 24%; }

  .upsell {
    flex-direction: column; }
    .upsell-col {
      margin-right: 0 !important;
      margin-bottom: 20px;
      flex: 1; }
      .upsell-col:last-child {
        margin-top: 0; } }
@media (max-width: 576px) {
  .header-actions {
    justify-content: flex-start;
    padding-left: 12px; }

  .profile-data {
    font-size: 16px;
    line-height: 22px; }

  .months-col {
    width: 24%; } }
.menu-off {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10; }

body {
  color: #000; }

.left {
  float: left; }

p.person-code .board-role {
  text-transform: uppercase; }

.right {
  float: right; }

.clear {
  clear: both; }

.hide {
  display: none; }

.hidden {
  visibility: hidden; }

.nowrap {
  white-space: nowrap; }

.bankformcell {
  display: inline-block; }

a.search-lnk {
  position: relative;
  color: #eee;
  z-index: -5; }

input[type="text"], select {
  padding-top: 0;
  padding-bottom: 0; }

@font-face {
  font-family: "taust";
  src: url("fonts/taust.eot");
  src: url("fonts/taust.eot?#iefix") format("embedded-opentype"), url("fonts/taust.woff") format("woff"), url("fonts/taust.ttf") format("truetype"), url("fonts/taust.svg#taust") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "taust" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="taust-"]:before,
[class*=" taust-"]:before {
  font-family: "taust" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  font-size: 34px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="sub_taust-"]:before,
[class*=" sub_taust-"]:before {
  font-family: "taust" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: middle;
  font-size: 22px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.taust-info:before, .sub_taust-info:before {
  content: "b"; }

.taust-riigivapp:before, .sub_taust-riigivapp:before {
  content: "t"; }

.taust-raamat:before, .sub_taust-raamat:before {
  content: "n"; }

.taust-pdf:before, .sub_taust-pdf:before {
  content: "l"; }

.taust-pasun:before, .sub_taust-pasun:before {
  content: "k"; }

.taust-mtr:before, .sub_taust-mtr:before {
  content: "j"; }

.taust-maksud:before, .sub_taust-maksud:before {
  content: "i"; }

.taust-majandus-tulemused:before, .sub_taust-majandus-tulemused:before {
  content: "h"; }

.taust-maja:before, .sub_taust-maja:before {
  content: "g"; }

.taust-log-out2:before {
  content: "f"; }

.taust-log-out:before {
  content: "e"; }

.taust-kurb:before {
  content: "d"; }

.taust-kaalud:before, .sub_taust-kaalud:before {
  content: "c"; }

.taust-print:before, .sub_taust-print:before {
  content: "r"; }

.taust-register:before, .sub_taust-register:before {
  content: "u"; }

.taust-checkmark:before {
  content: "v"; }

.taust-close:before {
  content: "w"; }

.ui-autocomplete {
  max-height: 500px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden; }

.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5; }

table thead th.no-bg {
  background-color: white;
  border: 1px solid white; }

:first-child.priceList {
  padding-left: 0px; }

.priceList {
  background-color: #fff;
  padding-bottom: 25px;
  width: 101%; }
  .priceList .empty-cell {
    padding: 11px 26px;
    font-size: 16px;
    display: inline-table; }
  .priceList .first {
    /*padding-left: 0px !important;*/ }
  .priceList .columns {
    float: left;
    width: 25%;
    padding: 8px; }
  .priceList .active {
    border: 1px solid #00ab90 !important;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2); }
    .priceList .active .header {
      background-color: #00ab90 !important;
      color: #fff !important; }
  .priceList .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .priceList .price .header {
      background-color: #eee;
      color: #000;
      font-size: 25px; }
    .priceList .price li {
      border-bottom: 1px solid #eee;
      padding: 20px;
      text-align: center; }
    .priceList .price .nested {
      display: table;
      width: 100%; }
      .priceList .price .nested .small {
        display: block;
        width: 33.33%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px; }
      .priceList .price .nested .large {
        display: block;
        width: 66.66%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px; }
  .priceList .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #00ab90; }
    .priceList .price:hover .header {
      background-color: #00ab90 !important;
      color: #fff; }

.small p {
  font-size: 22px;
  margin-top: -3px;
  margin-bottom: 0px; }
  .small p .cash {
    display: block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -8px; }
  .small p .icon-no {
    color: #cc0000; }
  .small p .icon {
    color: #00ab90; }

.icon-close:before {
  content: \63; }

.large p {
  font-size: 11px;
  text-align: left;
  margin-bottom: 0px;
  text-transform: uppercase; }

#header .container {
  background: #EEE;
  min-height: 135px; }
  #header .container .logo {
    padding: 45px 30px 0; }
  #header .container .search-content {
    padding: 0;
    margin-top: 40px; }
    #header .container .search-content .tab-btn {
      padding: 0 20px; }
      #header .container .search-content .tab-btn li {
        border: 1px solid #00ab90;
        margin-right: 15px;
        border-bottom: 0px;
        padding: 3px 15px;
        background: transparent; }
        #header .container .search-content .tab-btn li a {
          color: #000; }
      #header .container .search-content .tab-btn .active {
        background: #00ab90; }
        #header .container .search-content .tab-btn .active a {
          color: #fff; }
    #header .container .search-content input {
      height: 50px;
      border: 2px solid #00ab90; }
      #header .container .search-content input.search-submit {
        top: 4px;
        right: 4px;
        width: 42px;
        height: 42px;
        border: none; }
  #header .container .access {
    position: relative;
    margin-top: 31px;
    padding: 0 30px 0 0; }
    #header .container .access .main-menu {
      float: right;
      list-style: none;
      margin: 0;
      padding: 0; }
      #header .container .access .main-menu.icons-menu li {
        margin-top: 23px; }
        #header .container .access .main-menu.icons-menu li a {
          width: 30px;
          height: 30px;
          text-indent: -9999px;
          text-align: left;
          border: none;
          padding: 0; }
          #header .container .access .main-menu.icons-menu li a:hover {
            border: none; }
        #header .container .access .main-menu.icons-menu li.show-menu {
          margin: 15px 0 0 7px; }
        #header .container .access .main-menu.icons-menu li.langs {
          margin-left: 0px;
          width: 25px; }
      #header .container .access .main-menu li {
        float: left;
        margin-left: 15px;
        margin-top: 15px; }
        #header .container .access .main-menu li a {
          padding: 9px 26px;
          text-transform: uppercase;
          border: 2px solid #000;
          color: #000;
          display: block;
          background: #fff; }
          #header .container .access .main-menu li a:hover {
            border: 2px solid #00ab90;
            background: #00ab90;
            color: #fff;
            text-decoration: none; }
        #header .container .access .main-menu li.log-out a {
          background: url(../images/log-out.png) center center no-repeat; }
        #header .container .access .main-menu li.lang-en a {
          background: url(../images/lang-en.png) center center no-repeat;
          opacity: 0.3;
          background-size: 20px 20px; }
        #header .container .access .main-menu li.lang-en-active a {
          background: url(../images/lang-en.png) center center no-repeat; }
        #header .container .access .main-menu li.lang-et a {
          background: url(../images/lang-et.png) center center no-repeat;
          opacity: 0.3;
          background-size: 20px 20px; }
        #header .container .access .main-menu li.lang-et-active a {
          background: url(../images/lang-et.png) center center no-repeat; }
        #header .container .access .main-menu li.settings a {
          background: url(../images/settings.png) center center no-repeat; }
        #header .container .access .main-menu li.show-menu {
          margin-top: 15px; }
          #header .container .access .main-menu li.show-menu a {
            background: url(../images/mobile-menu.png) no-repeat;
            background-position: 10px 11px;
            width: 46px;
            height: 43px;
            padding: 0;
            border: none;
            text-align: left;
            text-indent: -9999px; }
        #header .container .access .main-menu li.open a {
          background: #303030 url(../images/mobile-menu.png) no-repeat 10px -31px; }
        #header .container .access .main-menu li .menu {
          display: none;
          position: absolute;
          top: 58px;
          right: 30px;
          padding: 0;
          margin: 0;
          background: #333;
          background: rgba(0, 0, 0, 0.8);
          text-align: left;
          list-style-type: none;
          text-transform: uppercase;
          font-size: 16px;
          z-index: 11; }
          #header .container .access .main-menu li .menu li {
            float: none;
            display: block;
            margin: 0; }
            #header .container .access .main-menu li .menu li a {
              color: #fff;
              display: block;
              padding: 10px 20px;
              margin: 0;
              background: none;
              text-indent: 0;
              width: auto;
              height: auto;
              top: 0; }
              #header .container .access .main-menu li .menu li a:hover {
                background: #00ab90;
                text-decoration: none; }

.search-content {
  padding: 0 0 104px 0;
  margin: 0 auto;
  float: none; }
  .search-content .search-submit {
    background: url(../images/search.png) center center no-repeat;
    background-color: #00ab90;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 50px;
    height: 51px;
    padding: 0; }
    .search-content .search-submit:hover {
      background-color: #0D816F; }
  .search-content .tab-btn {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0;
    font-size: 12px; }
    .search-content .tab-btn li {
      display: inline-block;
      background: rgba(0, 0, 0, 0.5);
      margin-right: 5px;
      padding: 5px 25px;
      display: inline-block; }
      .search-content .tab-btn li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #fff; }
    .search-content .tab-btn .active {
      background: #fff; }
      .search-content .tab-btn .active a {
        color: #000; }
  .search-content form {
    position: relative; }
    .search-content form input {
      border: none;
      padding: 6px 70px 6px 20px;
      height: 55px; }

#register-content {
  /* Hide the tooltip content by default */ }
  #register-content [data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
    background-clip: padding-box; }
  #register-content [data-tooltip]:before,
  #register-content [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none; }
  #register-content [data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -60px;
    padding: 12px;
    background-color: white;
    color: #000;
    width: auto;
    min-width: 350px;
    max-width: 500px;
    border: 2px solid #CCC;
    content: attr(data-tooltip);
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    text-transform: none;
    display: table-caption; }
  #register-content [data-tooltip]:hover:before,
  #register-content [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  #register-content table.mtx td, #register-content table.mtx th {
    border: 1px solid #CCC;
    background-color: white;
    padding: 0 20px;
    line-height: 40px; }
    #register-content table.mtx td a, #register-content table.mtx th a {
      color: #00ab90; }
  #register-content a.btn-green {
    display: inline-block;
    margin-top: 8px;
    border: 3px solid #00ab90;
    background: #00ab90;
    padding: 7px 26px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #register-content a.btn-green:hover {
      background: white;
      border: 3px solid black;
      color: black;
      text-decoration: none; }
  #register-content .form-section {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px; }
    #register-content .form-section div.error {
      color: red; }
    #register-content .form-section h1 {
      font-size: 35px;
      margin-left: 25%;
      margin-bottom: 20px;
      padding: 0;
      line-height: 2; }
    #register-content .form-section h1.success {
      margin-left: 25px; }
    #register-content .form-section table {
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    #register-content .form-section form {
      width: 50%;
      margin-top: 10px;
      margin-left: 25%; }
      #register-content .form-section form label {
        font-weight: bold;
        text-transform: uppercase; }
    #register-content .form-section p.form-separator {
      margin-top: 15px;
      margin-bottom: 1px; }
    #register-content .form-section #maindata-form label, #register-content .form-section #register-form label, #register-content .form-section #edit-claim-data-content #editclaimdata-form #register-form label, #edit-claim-data-content #editclaimdata-form #register-content .form-section #register-form label, #register-content .form-section #add-claim-data-content #editclaimdata-form #register-form label, #add-claim-data-content #editclaimdata-form #register-content .form-section #register-form label {
      font-weight: normal;
      font-size: 12px;
      color: #959595; }
    #register-content .form-section #maindata-form select, #register-content .form-section #register-form select, #register-content .form-section #edit-claim-data-content #editclaimdata-form #register-form select, #edit-claim-data-content #editclaimdata-form #register-content .form-section #register-form select, #register-content .form-section #add-claim-data-content #editclaimdata-form #register-form select, #add-claim-data-content #editclaimdata-form #register-content .form-section #register-form select {
      height: 30px;
      width: 145px;
      border: 1px solid #959595;
      font-weight: normal;
      display: block; }
    #register-content .form-section #maindata-form textarea, #register-content .form-section #register-form textarea, #register-content .form-section #edit-claim-data-content #editclaimdata-form #register-form textarea, #edit-claim-data-content #editclaimdata-form #register-content .form-section #register-form textarea, #register-content .form-section #add-claim-data-content #editclaimdata-form #register-form textarea, #add-claim-data-content #editclaimdata-form #register-content .form-section #register-form textarea {
      background: white;
      border: 1px solid #959595;
      width: 205px;
      height: 145px; }
    #register-content .form-section #maindata-form .required-data, #register-content .form-section #register-form .required-data, #register-content .form-section #edit-claim-data-content #editclaimdata-form #register-form .required-data, #edit-claim-data-content #editclaimdata-form #register-content .form-section #register-form .required-data, #register-content .form-section #add-claim-data-content #editclaimdata-form #register-form .required-data, #add-claim-data-content #editclaimdata-form #register-content .form-section #register-form .required-data {
      display: none; }
    #register-content .form-section #maindata-form p.note-green, #register-content .form-section #register-form p.note-green, #register-content .form-section #edit-claim-data-content #editclaimdata-form #register-form p.note-green, #edit-claim-data-content #editclaimdata-form #register-content .form-section #register-form p.note-green, #register-content .form-section #add-claim-data-content #editclaimdata-form #register-form p.note-green, #add-claim-data-content #editclaimdata-form #register-content .form-section #register-form p.note-green {
      color: #00ab90;
      width: 350px; }
    #register-content .form-section #maindata-form input[type="submit"], #register-content .form-section #register-form input[type="submit"], #register-content .form-section #edit-claim-data-content #editclaimdata-form #register-form input[type="submit"], #edit-claim-data-content #editclaimdata-form #register-content .form-section #register-form input[type="submit"], #register-content .form-section #add-claim-data-content #editclaimdata-form #register-form input[type="submit"], #add-claim-data-content #editclaimdata-form #register-content .form-section #register-form input[type="submit"], #register-content .form-section #maindata-form input[type="button"], #register-content .form-section #register-form input[type="button"], #register-content .form-section #edit-claim-data-content #editclaimdata-form #register-form input[type="button"], #edit-claim-data-content #editclaimdata-form #register-content .form-section #register-form input[type="button"], #register-content .form-section #add-claim-data-content #editclaimdata-form #register-form input[type="button"], #add-claim-data-content #editclaimdata-form #register-content .form-section #register-form input[type="button"] {
      background: #00ab90;
      padding: 3px 26px;
      color: white;
      text-transform: uppercase;
      border: 3px solid #00ab90;
      font-size: 13px;
      font-weight: normal;
      display: inline-block;
      *zoom: 1;
      *display: inline;
      display: inline-table;
      margin-top: 15px;
      margin-right: 1px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #register-content .form-section input[type="text"], #register-content .form-section input[type="password"] {
      height: 30px;
      width: 205px;
      border: 1px solid #959595;
      font-weight: normal; }

tr.deactive td, tr.deactive td a {
  color: gray; }

ul.ui-autocomplete li .deleted {
  color: #fe9a9a;
  font-style: italic; }
ul.ui-autocomplete li .bankruptcy {
  color: #fe9a9a;
  font-style: italic; }
ul.ui-autocomplete li .ended {
  color: #a2b9ea;
  font-style: italic; }

.logged-in-menu {
  background: #00ab90;
  padding: 0 120px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; }
  .logged-in-menu ul {
    padding: 0; }
    .logged-in-menu ul li {
      display: inline-block;
      border-right: 2px solid #fff;
      padding: 0 15px; }
      .logged-in-menu ul li:first-child {
        padding-left: 0; }
      .logged-in-menu ul li:last-child {
        border-right: none; }
      .logged-in-menu ul li a {
        text-transform: uppercase;
        color: #fff; }
  .logged-in-menu .person-in {
    padding: 0;
    text-align: right; }
    .logged-in-menu .person-in span {
      font-weight: bold;
      line-height: 50px; }
  .logged-in-menu .sub-menu ul {
    display: none;
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    margin-left: -33px;
    background-color: #00ab90;
    z-index: 1; }
    .logged-in-menu .sub-menu ul li {
      display: block;
      border: none;
      padding: 0 0 0 10px; }
  .logged-in-menu .sub-menu:hover ul {
    display: block; }

#login-area {
  margin-bottom: 15px;
  margin-top: 20px; }
  #login-area a {
    color: #00ab90; }
  #login-area .login-bar {
    border: 2px solid #eee;
    position: relative;
    padding: 20px 15px; }
    #login-area .login-bar a {
      text-decoration: underline; }
      #login-area .login-bar a:hover {
        text-decoration: none; }
    #login-area .login-bar p {
      margin: 0;
      font-size: 16px;
      padding-right: 60px; }
    #login-area .login-bar .close {
      background: url(../images/close.png) center center no-repeat;
      background-color: #eee;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 64px;
      height: 100%;
      padding: 0;
      border: 0; }
      #login-area .login-bar .close:hover {
        background-color: #ccc; }

#login-view {
  max-width: 680px; }
  #login-view .login-heading {
    background: #eeeeee;
    padding: 18px 20px;
    position: relative; }
    #login-view .login-heading h3 {
      margin: 0; }
  #login-view .login-content {
    padding: 25px 30px;
    background: white; }
    #login-view .login-content .popup-login {
      padding: 0 130px 0 0; }
      #login-view .login-content .popup-login label {
        margin-bottom: 10px;
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
      #login-view .login-content .popup-login input {
        margin-bottom: 10px;
        border: 1px solid #959595;
        height: 30px; }
      #login-view .login-content .popup-login input[type="text"], #login-view .login-content .popup-login input[type="password"] {
        max-width: 200px; }
      #login-view .login-content .popup-login .submit {
        height: auto;
        font-size: 12px;
        margin-top: 5px; }
        #login-view .login-content .popup-login .submit:hover {
          background: #07816e; }
    #login-view .login-content .login-id p {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #login-view .login-content .login-id a {
      display: block;
      margin-bottom: 15px; }
  #login-view .login-footer {
    padding: 0 30px 35px;
    background: white; }
    #login-view .login-footer p {
      text-transform: uppercase; }
    #login-view .login-footer .links a {
      display: inline-block;
      margin-right: 25px; }
  #login-view #closeLogin {
    position: absolute;
    top: 0;
    right: 0;
    background: #00ab90 url(../images/x.png) center center no-repeat;
    width: 60px;
    height: 60px;
    border: none; }
    #login-view #closeLogin:hover {
      background-color: #07816e; }

.more-info {
  display: none;
  position: absolute;
  top: -220px;
  left: 50%;
  margin-left: -115px;
  width: 230px;
  height: 190px;
  background-color: white;
  border: 1px solid #eeeeee;
  padding: 20px;
  text-align: left; }
  .more-info h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0; }
  .more-info p {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin-top: 10px; }
  .more-info:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: #ffffff transparent transparent transparent; }

.wide:after {
  margin-top: -13px; }

.accordion .more-info {
  height: auto;
  top: -60px;
  padding: 15px 20px; }
  .accordion .more-info:after {
    border: none;
    width: 22px;
    height: 11px;
    bottom: -11px; }

#intro {
  margin-bottom: 60px;
  margin-top: 20px; }
  #intro:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 27px 0 27px;
    border-color: #00ab91 transparent transparent transparent; }
  #intro .intro-top {
    background: url(../images/intro-bg.jpg) top center no-repeat; }
  #intro h1 {
    text-align: center;
    color: white;
    font-size: 74px;
    padding: 120px 120px 30px 120px; }
  #intro .intro-bottom {
    background-color: #00ab90;
    padding: 60px 0 45px;
    text-align: center; }
    #intro .intro-bottom .fields {
      margin: 0;
      padding: 0; }
      #intro .intro-bottom .fields li {
        position: relative;
        display: inline-block;
        width: 140px; }
        #intro .intro-bottom .fields li .inner-field {
          width: 115px;
          height: 115px;
          border: 2px solid white;
          margin: 0 auto;
          background-image: url(../images/icons.png);
          background-repeat: no-repeat; }
          #intro .intro-bottom .fields li .inner-field:hover {
            background-color: white; }
          #intro .intro-bottom .fields li .inner-field.maksehaired {
            background-position: 20px 21px; }
            #intro .intro-bottom .fields li .inner-field.maksehaired:hover {
              background-position: 20px -89px; }
          #intro .intro-bottom .fields li .inner-field.maksuvolad {
            background-position: -120px 21px; }
            #intro .intro-bottom .fields li .inner-field.maksuvolad:hover {
              background-position: -120px -89px; }
          #intro .intro-bottom .fields li .inner-field.finants {
            background-position: -261px 21px; }
            #intro .intro-bottom .fields li .inner-field.finants:hover {
              background-position: -261px -89px; }
          #intro .intro-bottom .fields li .inner-field.kohtulahendid {
            background-position: -402px 21px; }
            #intro .intro-bottom .fields li .inner-field.kohtulahendid:hover {
              background-position: -402px -89px; }
          #intro .intro-bottom .fields li .inner-field.kinnitusraamat {
            background-position: -544px 21px; }
            #intro .intro-bottom .fields li .inner-field.kinnitusraamat:hover {
              background-position: -544px -89px; }
          #intro .intro-bottom .fields li .inner-field.maksude-tasumine {
            background-position: -685px 21px; }
            #intro .intro-bottom .fields li .inner-field.maksude-tasumine:hover {
              background-position: -685px -89px; }
          #intro .intro-bottom .fields li .inner-field.seitsmes-pilt {
            background-position: -825px 21px; }
            #intro .intro-bottom .fields li .inner-field.seitsmes-pilt:hover {
              background-position: -825px -89px; }
          #intro .intro-bottom .fields li .inner-field.majandusaasta-aruanne {
            background-position: -943px 21px; }
            #intro .intro-bottom .fields li .inner-field.majandusaasta-aruanne:hover {
              background-position: -943px -89px; }
        #intro .intro-bottom .fields li h2 {
          font-size: 12px;
          color: white;
          text-align: center;
          line-height: 50px;
          margin: 0; }
          #intro .intro-bottom .fields li h2 span {
            display: inline-block;
            line-height: 1;
            vertical-align: middle; }

.slider {
  padding-bottom: 65px; }
  .slider .slider-inner {
    float: none;
    margin: 0 auto; }
    .slider .slider-inner .bx-wrapper {
      position: relative; }
      .slider .slider-inner .bx-wrapper .bxslider {
        text-align: center; }
        .slider .slider-inner .bx-wrapper .bxslider li {
          display: table;
          height: 210px; }
          .slider .slider-inner .bx-wrapper .bxslider li .middle {
            display: table-cell;
            vertical-align: middle; }
            .slider .slider-inner .bx-wrapper .bxslider li .middle p {
              font-size: 16px; }
              .slider .slider-inner .bx-wrapper .bxslider li .middle p:nth-of-type(2) {
                margin-bottom: 0; }
            .slider .slider-inner .bx-wrapper .bxslider li .middle p.comp-middle {
              font-size: 12px;
              margin-bottom: 0; }
            .slider .slider-inner .bx-wrapper .bxslider li .middle .comp {
              font-size: 12px; }
            .slider .slider-inner .bx-wrapper .bxslider li .middle .author {
              font-size: 12px;
              font-weight: bold;
              text-transform: uppercase; }
        .slider .slider-inner .bx-wrapper .bxslider h2 {
          color: #000;
          font-size: 30px;
          margin-bottom: 20px;
          text-transform: none; }
          .slider .slider-inner .bx-wrapper .bxslider h2 .green-bg {
            position: relative;
            top: 5px;
            color: #fff;
            background: #00ab90;
            padding: 0px 15px;
            display: inline-block;
            line-height: 56px; }
    .slider .slider-inner .bx-controls-direction a {
      background: url(../images/arrows.png) no-repeat;
      display: inline-block;
      text-indent: -9999px;
      height: 85px;
      width: 50px; }
    .slider .slider-inner .bx-controls-direction .bx-prev {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -42px;
      left: -165px; }
      .slider .slider-inner .bx-controls-direction .bx-prev:hover {
        background-position: 0px -115px; }
    .slider .slider-inner .bx-controls-direction .bx-next {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -42px;
      right: -165px;
      background-position: -75px 0px; }
      .slider .slider-inner .bx-controls-direction .bx-next:hover {
        background-position: -75px -115px; }

#content #connections {
  padding: 0px 120px; }
  #content #connections #e.error {
    color: red; }
#content .owlslider .partner {
  color: #000;
  font-size: 30px;
  text-transform: none;
  font-weight: bold;
  text-align: center;
  line-height: 4; }
#content .left-newsbox-link {
  margin-top: 7px;
  margin-bottom: 0px; }
  #content .left-newsbox-link a {
    color: #000; }
  #content .left-newsbox-link.sub-title {
    margin-bottom: 0px;
    font-size: 12px; }
    #content .left-newsbox-link.sub-title a {
      border-bottom: 1px solid #888;
      text-decoration: none; }
    #content .left-newsbox-link.sub-title a:hover {
      border-bottom: 1px solid #000; }
    #content .left-newsbox-link.sub-title.other {
      line-height: 26px;
      font-size: 14px; }
#content .newsgroup-link, #content #simple-comp a, #content #main_news a {
  color: #000;
  text-decoration: underline; }
#content .header-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse; }
  #content .header-wrapper .heading-wrapper {
    border-bottom: 3px solid #00ab90;
    display: table-cell;
    bottom: 0; }
  #content .header-wrapper .reiting-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 5px solid #eee;
    min-width: 20px; }
    #content .header-wrapper .reiting-wrapper .reiting-letter {
      text-transform: uppercase;
      text-align: center;
      font-size: 30px;
      color: #FFFFFF;
      font-weight: bold;
      width: 100%;
      display: none; }
  #content .header-wrapper a:hover {
    text-decoration: none; }
  #content .header-wrapper .open .reiting-letter {
    display: block; }
  #content .header-wrapper .open.reiting-c {
    background-color: #e4313b; }
  #content .header-wrapper .open.reiting-b {
    background-color: #eadc24; }
  #content .header-wrapper .open.reiting-a {
    background-color: #03bc38; }
  #content .header-wrapper .reiting-b {
    border-bottom: 3px solid #d9c600; }
  #content .header-wrapper .reiting-c {
    border-bottom: 3px solid #bf1f27; }
  #content .header-wrapper .reiting-a {
    border-bottom: 3px solid #01982d; }
#content #main_news {
  margin-bottom: 20px; }
  #content #main_news .pagination {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
    font-size: 18px; }
    #content #main_news .pagination li {
      display: inline-block;
      border: 1px solid #eee;
      margin-right: 5px; }
      #content #main_news .pagination li:hover {
        border: 1px solid #00ab90; }
      #content #main_news .pagination li a {
        padding: 7px 15px;
        color: #000;
        display: inline-block;
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        #content #main_news .pagination li a:hover {
          background: #00ab90;
          color: #fff; }
#content .featured {
  background: #fff;
  padding: 65px 105px;
  color: black; }
  #content .featured .featured-box h2 {
    font-size: 25px;
    color: black;
    margin-bottom: 25px; }
  #content .featured .featured-box h3 {
    font-size: 18px;
    color: black;
    margin-top: 21px;
    margin-bottom: 6px;
    text-transform: none;
    height: 36px;
    overflow-y: hidden; }
  #content .featured .featured-box p {
    margin: 0 0 20px 0;
    height: 84px;
    overflow-y: hidden; }
  #content .featured .featured-box .button {
    display: inline-block;
    margin-top: 8px;
    border: 3px solid #00ab90;
    padding: 7px 26px;
    font-size: 12px; }
    #content .featured .featured-box .button:hover {
      background: white;
      border: 3px solid black;
      color: black; }
#content .info {
  background: #00ab90;
  padding: 70px 120px 70px;
  color: white; }
  #content .info .about {
    padding: 0 45px 0 0; }
  #content .info h2 {
    color: white;
    margin-bottom: 25px; }
  #content .info .button {
    border: 3px solid white;
    margin-top: 30px;
    font-size: 12px; }
    #content .info .button:hover {
      background-color: white;
      color: #00ab90; }
  #content .info .statistics {
    padding: 5px 0 15px 25px; }
    #content .info .statistics .statistic-box {
      padding: 0;
      margin-bottom: 25px; }
      #content .info .statistics .statistic-box p {
        text-transform: uppercase;
        margin: 0;
        font-size: 12px; }
      #content .info .statistics .statistic-box .statistic-nr {
        font-size: 40px;
        line-height: 1; }
  #content .info #tabs-1 a {
    font-family: sans-serif; }
  #content .info #tabs-1 li a {
    text-transform: uppercase; }
  #content .info .quotes {
    line-height: 20px;
    margin-top: 40px;
    padding-left: 7%;
    width: 78%; }
    #content .info .quotes .quote {
      font-family: 'Roboto', sans-serif;
      font-size: 17px; }
    #content .info .quotes .quote-author {
      display: block;
      font-style: italic;
      margin-top: 10px;
      text-align: right; }

#finance .button {
  border: 1px solid white;
  font-size: 10px;
  border-radius: 3px;
  margin-left: 20px;
  display: inline; }
  #finance .button:hover {
    background-color: white;
    color: #00ab90; }
#finance select {
  color: #00ab90; }
#finance .close:before {
  size: 9px;
  top: 10px;
  content: '✕'; }
#finance .close {
  position: relative;
  top: -5px;
  right: 5px;
  font-size: 8px;
  cursor: pointer; }
#finance .show_year {
  position: relative;
  display: inline-block; }
#finance .order-data {
  background: url(https://taust.ee/images/finance.png) no-repeat;
  width: 960px;
  height: 534px;
  text-align: center;
  font-size: 24px; }
  #finance .order-data select {
    font-size: 24px; }
  #finance .order-data .button {
    font-size: 24px;
    border-radius: 5px; }
    #finance .order-data .button:hover {
      border: 1px solid #00ab90;
      background-color: #EEE;
      color: #00ab90; }
#finance .fa-question-circle {
  color: #00ab90; }

#content .positive {
  color: #00ab90; }
#content .negative {
  color: #ed2024; }
#content.monitoring.container .btn-green {
  display: inline-block;
  margin-top: 8px;
  border: 3px solid #00ab90;
  background: #00ab90;
  padding: 7px 26px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #content.monitoring.container .btn-green:hover {
    background: white;
    border: 3px solid black;
    color: black;
    text-decoration: none; }
#content.free ul li {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
#content.free .purchase-information {
  position: fixed;
  display: block;
  width: 220px;
  height: 330px;
  top: 282px;
  right: 0;
  cursor: pointer;
  border: solid 1px #0C6B5C;
  background-color: #00ab90;
  text-align: center;
  color: #fff;
  padding: 10px 17px 0 17px; }
  #content.free .purchase-information p {
    font-size: 24px;
    line-height: 33px; }
    #content.free .purchase-information p span {
      color: #fff;
      text-decoration: underline; }
#content #claim-content table tbody tr td {
  line-height: 26px; }
#content #claim-content td.first {
  font-weight: normal; }
#content #claim-content td.second {
  font-weight: bold; }
#content #claim-content input[type="text"] {
  height: 30px;
  width: 205px;
  border: 1px solid #959595;
  font-weight: normal; }
#content #claim-content .claims-table-container {
  width: 100%;
  overflow-x: auto; }
#content #claim-content .form-section {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px; }
  #content #claim-content .form-section div.error {
    color: red; }
  #content #claim-content .form-section h1 {
    font-size: 40px;
    margin-bottom: 25px;
    padding: 20px; }
  #content #claim-content .form-section table {
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  #content #claim-content .form-section form {
    width: 70%;
    margin-top: 10px;
    margin-left: 25%; }
    #content #claim-content .form-section form label {
      font-weight: bold;
      text-transform: uppercase; }
    #content #claim-content .form-section form #notices label {
      display: block; }
  #content #claim-content .form-section #claim-status-form label {
    font-weight: normal;
    font-size: 12px;
    color: #959595; }
  #content #claim-content .form-section #claim-status-form select {
    height: 30px;
    width: 145px;
    border: 1px solid #959595;
    font-weight: normal;
    display: block; }
  #content #claim-content .form-section #claim-status-form input[type="submit"], #content #claim-content .form-section #claim-status-form input[type="button"] {
    background: #00ab90;
    padding: 3px 26px;
    color: white;
    text-transform: uppercase;
    border: 3px solid #00ab90;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    display: inline-table;
    margin-top: 5px;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
#content .csv-import {
  overflow-x: auto; }
  #content .csv-import #claimscsv-list .table-layout {
    margin-bottom: 15px; }
    #content .csv-import #claimscsv-list .table-layout .input-error {
      color: red; }
    #content .csv-import #claimscsv-list .table-layout .headings p {
      color: #fff;
      margin: 7px 0 7px 5px; }
    #content .csv-import #claimscsv-list .table-layout tbody {
      background-color: #eee; }
      #content .csv-import #claimscsv-list .table-layout tbody tr:hover {
        background-color: #eee; }
      #content .csv-import #claimscsv-list .table-layout tbody td .small_text {
        border: solid 1px #a9a9a9;
        font-size: 12px;
        font-weight: normal;
        height: 32px; }
      #content .csv-import #claimscsv-list .table-layout tbody td select.small_text {
        width: 100px;
        height: 32px;
        margin-bottom: 0; }
    #content .csv-import #claimscsv-list .table-layout a.btn_delete {
      display: inline-block;
      width: 22px;
      height: 22px;
      vertical-align: middle;
      background: url(../gfx_kr/table/btn_delete.png) no-repeat; }
      #content .csv-import #claimscsv-list .table-layout a.btn_delete:hover {
        background-position: left -22px; }
  #content .csv-import #claimscsv-list .btn {
    display: block;
    margin-bottom: 5px; }

#edit-claim-data-content #editclaimdata-form, #add-claim-data-content #editclaimdata-form {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px; }
  #edit-claim-data-content #editclaimdata-form div.error, #add-claim-data-content #editclaimdata-form div.error {
    color: red; }
  #edit-claim-data-content #editclaimdata-form h1, #add-claim-data-content #editclaimdata-form h1 {
    font-size: 40px;
    margin-bottom: 25px;
    padding: 20px; }
  #edit-claim-data-content #editclaimdata-form h2, #add-claim-data-content #editclaimdata-form h2 {
    margin-left: 20px; }
  #edit-claim-data-content #editclaimdata-form table, #add-claim-data-content #editclaimdata-form table {
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  #edit-claim-data-content #editclaimdata-form form, #add-claim-data-content #editclaimdata-form form {
    width: 50%;
    margin-top: 10px;
    margin-left: 25%; }
    #edit-claim-data-content #editclaimdata-form form textarea, #add-claim-data-content #editclaimdata-form form textarea {
      min-height: 200px;
      max-width: 800px;
      margin-top: 10px;
      border: solid 1px #c2c2c2;
      background-color: white;
      resize: none; }
    #edit-claim-data-content #editclaimdata-form form label, #add-claim-data-content #editclaimdata-form form label {
      font-weight: bold;
      text-transform: uppercase; }
    #edit-claim-data-content #editclaimdata-form form #maindata-form_paymentschedule_file, #add-claim-data-content #editclaimdata-form form #maindata-form_paymentschedule_file {
      margin-left: 5px; }
    #edit-claim-data-content #editclaimdata-form form span.overdue-percent, #add-claim-data-content #editclaimdata-form form span.overdue-percent {
      position: absolute;
      margin-top: -25px;
      margin-left: 210px; }
    #edit-claim-data-content #editclaimdata-form form select.maindata-form_type, #add-claim-data-content #editclaimdata-form form select.maindata-form_type {
      font-size: 16px; }
  #edit-claim-data-content #editclaimdata-form .common-form label, #add-claim-data-content #editclaimdata-form .common-form label {
    font-weight: normal;
    font-size: 12px;
    color: #959595; }
  #edit-claim-data-content #editclaimdata-form .common-form select, #add-claim-data-content #editclaimdata-form .common-form select {
    height: 30px;
    width: 145px;
    border: 1px solid #959595;
    font-size: 14px;
    font-weight: normal;
    display: block; }
  #edit-claim-data-content #editclaimdata-form .common-form input[type="submit"], #add-claim-data-content #editclaimdata-form .common-form input[type="submit"], #edit-claim-data-content #editclaimdata-form .common-form input[type="button"], #add-claim-data-content #editclaimdata-form .common-form input[type="button"] {
    background: #00ab90;
    padding: 3px 26px;
    color: white;
    text-transform: uppercase;
    border: 3px solid #00ab90;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    display: inline-table;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #edit-claim-data-content #editclaimdata-form input[type="text"], #add-claim-data-content #editclaimdata-form input[type="text"], #edit-claim-data-content #editclaimdata-form input[type="password"], #add-claim-data-content #editclaimdata-form input[type="password"] {
    height: 30px;
    width: 205px;
    border: 1px solid #959595;
    font-weight: normal; }

#add-claim-data-content .button-row {
  display: inline-block; }

.graph-legend {
  margin-top: 18px;
  padding: 24px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #757575;
  background: #FAFAFA;
  height: 60px; }
  .graph-legend .square, .graph-legend .line {
    display: inline-block;
    margin-right: 12px;
    width: 12px;
    height: 12px; }
  .graph-legend ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-direction: row; }
    .graph-legend ul li {
      display: flex;
      padding: 0 15px;
      align-items: center; }
  .graph-legend .line {
    height: 4px; }
  .graph-legend .green {
    background: #00AC90; }
  .graph-legend .gray {
    background: #616161; }
  .graph-legend .orange {
    background: #F5A623; }
  .graph-legend .blue {
    background: #4A90E2; }

.nav-pills {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .nav-pills .nav-item {
    padding: 3px; }
  .nav-pills .nav-link {
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    background: #eee;
    text-decoration: none;
    color: #000;
    height: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px; }
    .nav-pills .nav-link.active {
      background: #00AC90;
      color: #fff; }
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 18px 0 0 0;
  list-style-type: none; }
  .nav-tabs-green {
    border-bottom: solid 2px #00AC90; }
    .nav-tabs-green .nav-link {
      display: flex;
      align-items: center;
      padding: 0 24px;
      font-size: 16px;
      line-height: 16px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none !important;
      color: #000;
      height: 50px; }
      .nav-tabs-green .nav-link.active {
        background: #00AC90;
        color: #fff; }
.nav-tabs-gray .nav-link {
  display: flex;
  align-items: center;
  padding: 0 24px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none !important;
  color: #00AD90;
  height: 50px; }
  .nav-tabs-gray .nav-link.active {
    background: #F5F5F5;
    color: #424242; }

.tab-pane {
  display: none; }
  .tab-pane.active {
    display: block; }

.filter {
  padding: 24px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  .filter-col {
    flex-direction: row;
    padding-right: 9px; }
    .filter-col label {
      font-size: 20px;
      line-height: 23px;
      font-weight: 400;
      color: #202020; }

.rating {
  display: flex;
  flex-wrap: wrap;
  background: #F5F5F5; }
  .rating-head {
    /*		display: flex;*/
    flex-wrap: nowrap;
    align-items: center;
    padding: 12px 0;
    /*		height: 60px; */ }
    .rating-head .col {
      flex: 1; }
    .rating-head h4 {
      margin: 0;
      padding: 0;
      font-size: 18px;
      line-height: 18px;
      font-weight: 500 !important;
      text-transform: uppercase;
      color: #202020; }
    .rating-head .related {
      margin-top: 5px;
      margin-bottom: 0px;
      padding: 0;
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #00AC90; }
  .rating-col {
    display: flex;
    position: relative;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 124px;
    width: 33.333%; }
    .rating-col strong {
      display: flex;
      text-align: center;
      font-size: 36px;
      line-height: 36px;
      font-weight: 500;
      text-transform: uppercase;
      color: #00AD90; }
    .rating-col span {
      display: flex;
      padding-top: 12px;
      text-align: center;
      font-size: 14px;
      line-height: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #757575; }

section#content .top-company {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
  background: #FFFAD4;
  background-image: linear-gradient(-180deg, #E3D295 3%, #FFFAD4 37%, #FFFCE7 100%); }
  section#content .top-company .rating-box {
    display: none; }
  section#content .top-company .page-title {
    border-color: transparent; }
  section#content .top-company .top-bar {
    display: block; }
section#content .data-section:after {
  border-color: #FFFCE7 transparent transparent transparent; }

#content {
  margin-top: 20px; }
  #content .data-section {
    position: relative;
    background: #eee;
    padding: 55px 120px;
    /* Hide the tooltip content by default */ }
    #content .data-section:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -26px;
      margin-left: -27px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 27px 27px 0 27px;
      border-color: #eee transparent transparent transparent; }
    #content .data-section #detailed-info.person-main {
      padding-top: 35px; }
    #content .data-section #main-person-name.page-title {
      width: 100%; }
    #content .data-section .page-title {
      font-size: 40px;
      border-bottom: 3px solid #00ab90;
      padding-bottom: 10px;
      margin-bottom: 25;
      display: inline-block;
      width: 76%; }
    #content .data-section .rating-box {
      position: relative;
      font-size: 40px;
      padding-bottom: 10px;
      padding-top: 10px;
      margin: 0 2px 25px 2px;
      display: inline-block;
      width: 7%;
      text-align: center;
      text-transform: uppercase;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      line-height: 1; }
    #content .data-section .rate-a {
      border-bottom: 3px solid #34A85D; }
    #content .data-section .rate-a-sel {
      background-color: #53BD77; }
    #content .data-section .rate-b {
      border-bottom: 3px solid #EBDA24; }
    #content .data-section .rate-b-sel {
      background-color: #F9EB4F; }
    #content .data-section .rate-c {
      border-bottom: 3px solid #BC040C; }
    #content .data-section .rate-c-sel {
      background-color: #EB141F; }
    #content .data-section div[data-tooltip] {
      position: relative;
      z-index: 8;
      cursor: pointer;
      background-clip: padding-box; }
    #content .data-section div[data-tooltip]:before,
    #content .data-section div[data-tooltip]:after {
      visibility: hidden;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      pointer-events: none; }
    #content .data-section div[data-tooltip]:before {
      position: absolute;
      bottom: -220px;
      left: -220px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding: 12px;
      background-color: white;
      color: #000;
      width: auto;
      min-width: 500px;
      max-width: 500px;
      border: 2px solid #CCC;
      content: attr(data-tooltip);
      text-align: left;
      font-size: 12px;
      line-height: 1.8;
      font-weight: normal;
      text-transform: none;
      display: table-caption; }
    #content .data-section div.person[data-tooltip]:before {
      position: absolute;
      bottom: -120px;
      left: -220px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding: 12px;
      background-color: white;
      color: #000;
      width: auto;
      min-width: 500px;
      max-width: 500px;
      border: 2px solid #CCC;
      content: attr(data-tooltip);
      text-align: left;
      font-size: 12px;
      line-height: 1.8;
      font-weight: normal;
      text-transform: none;
      display: table-caption; }
    #content .data-section div[data-tooltip]:hover:before,
    #content .data-section div[data-tooltip]:hover:after {
      visibility: visible;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    #content .data-section .related {
      float: right;
      position: relative;
      margin-bottom: 10px; }
      #content .data-section .related ul {
        padding: 0;
        margin: 0; }
        #content .data-section .related ul li {
          display: inline-block;
          margin-left: 15px; }
          #content .data-section .related ul li a {
            display: inline-block;
            width: 21px;
            color: black;
            height: 20px; }
    #content .data-section .data-table {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #content .data-section .data-table li, #content .data-section .data-table #person-data {
        position: relative;
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 14px;
        padding-left: 155px; }
        #content .data-section .data-table li span, #content .data-section .data-table #person-data span {
          position: absolute;
          left: 0;
          display: inline-block;
          text-transform: uppercase;
          font-weight: normal;
          line-height: 19px;
          font-size: 12px; }
    #content .data-section #register-card {
      margin-bottom: 6px; }
      #content .data-section #register-card .register-card-link {
        text-decoration: underline; }
  #content .clientsettings-section {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px; }
    #content .clientsettings-section h2 {
      margin-left: 20%; }
    #content .clientsettings-section .page-messages {
      margin-left: 20%;
      list-style-type: none;
      padding: 0;
      font-weight: bold; }
    #content .clientsettings-section #clientsettings-form {
      margin-left: 20%; }
      #content .clientsettings-section #clientsettings-form input[type="text"] {
        border: 1px solid #959595;
        display: inline-block;
        height: 30px;
        width: 250px;
        margin-right: 10px;
        font-size: 14px; }
      #content .clientsettings-section #clientsettings-form input[type="checkbox"] {
        margin-right: 10px; }
      #content .clientsettings-section #clientsettings-form .button {
        font-size: 12px;
        line-height: 18px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-right: 5px; }
      #content .clientsettings-section #clientsettings-form label {
        display: inline-block;
        width: 200px; }
      #content .clientsettings-section #clientsettings-form .error {
        font-weight: bold; }
  #content .monitoring-section {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px; }
    #content .monitoring-section h2 {
      margin-left: 20%; }
    #content .monitoring-section #monitoring-form {
      margin-left: 20%; }
      #content .monitoring-section #monitoring-form input[type="text"] {
        border: 1px solid #959595;
        height: 30px;
        width: 250px; }
      #content .monitoring-section #monitoring-form input[type="checkbox"] {
        margin-right: 10px; }
      #content .monitoring-section #monitoring-form .button {
        font-size: 12px;
        line-height: 18px;
        padding-top: 3px;
        padding-bottom: 3px; }
      #content .monitoring-section #monitoring-form #monitoring-form_name_compfiller,
      #content .monitoring-section #monitoring-form #monitoring-form_code_compfiller {
        margin-top: 10px; }
      #content .monitoring-section #monitoring-form div.error {
        color: red; }
  #content .reports-section {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto; }
    #content .reports-section #search-form-buttons {
      padding-top: 20px;
      padding-bottom: 20px; }
    #content .reports-section #reports-search-form {
      width: 750px;
      margin-left: auto;
      margin-right: auto; }
      #content .reports-section #reports-search-form input[type="text"] {
        border: 1px solid #959595;
        display: block;
        height: 30px;
        width: 150px;
        font-size: 14px; }
      #content .reports-section #reports-search-form select {
        display: block;
        border: 1px solid #959595;
        height: 30px;
        min-width: 275px;
        padding-top: 3px;
        margin: 0; }
      #content .reports-section #reports-search-form tr:hover {
        background: #eee; }
      #content .reports-section #reports-search-form tr td {
        line-height: 21px;
        font-weight: normal; }
      #content .reports-section #reports-search-form .btn-green {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        border: 3px solid #00ab90;
        background: #00ab90;
        padding: 3px 26px;
        font-size: 12px;
        line-height: 18px;
        color: white;
        text-transform: uppercase;
        text-decoration: none; }
      #content .reports-section #reports-search-form .button {
        font-size: 12px;
        line-height: 18px;
        padding-top: 3px !important;
        padding-bottom: 3px;
        display: inline; }
  #content #report-result td {
    line-height: 21px;
    font-weight: normal;
    border: solid 1px white; }
  #content #report-result .odd {
    background-color: #eee; }
    #content #report-result .odd td {
      border-top: solid 1px #eee;
      border-bottom: solid 1px #eee; }
    #content #report-result .odd td:first-child {
      border-left: solid 1px #eee; }
    #content #report-result .odd td:last-child {
      border-right: solid 1px #eee; }
  #content #report-result .even {
    background-color: white; }
    #content #report-result .even td:first-child {
      border-left: solid 1px #eee; }
    #content #report-result .even td:last-child {
      border-right: solid 1px #eee; }
  #content #report-result p.results {
    margin-left: 20px;
    font-weight: bold; }
  #content #report-result .table-layout a.shrink {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: url(../gfx2/table/shrink.gif) no-repeat;
    vertical-align: middle; }
  #content #report-result .table-layout a.expand {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: url(../gfx2/table/expand.gif) no-repeat;
    vertical-align: middle; }
  #content #report-result .table-layout a.shrink2 {
    display: inline-block;
    height: 22px;
    width: 87px;
    background: url(../gfx2/table/shrink.gif) no-repeat;
    background-position: right center;
    text-align: left; }
  #content #report-result .table-layout a.expand2 {
    display: inline-block;
    height: 22px;
    width: 87px;
    background: url(../gfx2/table/expand.gif) no-repeat;
    background-position: right center;
    text-align: left; }
  #content #report-result .expanded-table tr {
    background-color: inherit;
    border: none; }
    #content #report-result .expanded-table tr td {
      border: none; }
      #content #report-result .expanded-table tr td:first-child {
        border: none; }
  #content .filter-section {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto; }
    #content .filter-section table {
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    #content .filter-section form {
      width: 50%;
      margin-top: 10px;
      margin-left: 25%; }
      #content .filter-section form textarea {
        min-height: 200px;
        max-width: 800px;
        margin-top: 10px;
        border: solid 1px #c2c2c2;
        background-color: white; }
      #content .filter-section form label {
        font-weight: bold;
        text-transform: uppercase; }
    #content .filter-section .debtor-claim {
      margin-left: 25%;
      text-align: left; }
      #content .filter-section .debtor-claim .title {
        font-size: 18px; }
      #content .filter-section .debtor-claim .compact {
        line-height: 20px; }
      #content .filter-section .debtor-claim th {
        width: 200px;
        text-transform: uppercase; }
      #content .filter-section .debtor-claim tr:hover {
        background-color: #eee; }
      #content .filter-section .debtor-claim button {
        height: 25px;
        line-height: normal;
        font-weight: normal; }
    #content .filter-section #claims-search-form {
      width: 1000px;
      margin-left: auto;
      margin-right: auto; }
      #content .filter-section #claims-search-form input[type="text"] {
        border: 1px solid #959595;
        display: block;
        height: 30px;
        width: 150px;
        font-size: 14px; }
      #content .filter-section #claims-search-form select {
        display: block;
        border: 1px solid #959595;
        height: 30px;
        width: 150px;
        padding-top: 3px;
        margin: 0; }
      #content .filter-section #claims-search-form label {
        font-weight: normal;
        text-transform: capitalize;
        color: #959595; }
      #content .filter-section #claims-search-form tr:hover {
        background: #eee; }
      #content .filter-section #claims-search-form tr td {
        line-height: 21px;
        font-weight: normal;
        padding-left: 5px;
        padding-right: 5px; }
      #content .filter-section #claims-search-form .btn-green {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        border: 3px solid #00ab90;
        background: #00ab90;
        padding: 3px 26px;
        font-size: 12px;
        line-height: 18px;
        color: white;
        text-transform: uppercase;
        text-decoration: none; }
      #content .filter-section #claims-search-form .button {
        font-size: 12px;
        line-height: 18px;
        padding-top: 3px !important;
        padding-bottom: 3px;
        display: inline; }
    #content .filter-section.monitoring #claims-filter {
      margin-left: 14px;
      margin-right: 0; }
      #content .filter-section.monitoring #claims-filter input[type="text"] {
        width: 250px; }
  #content .data {
    padding: 0; }
    #content .data .more-info {
      height: auto;
      top: -60px;
      padding: 15px 20px;
      border: solid 1px #d3d3d3; }
      #content .data .more-info p {
        display: none; }
      #content .data .more-info:after {
        display: none; }
  #content a.simple-text {
    font-weight: normal;
    color: #000; }
  #content #lists-section {
    padding: 5px 120px; }
    #content #lists-section #lists-links a.btn-green {
      font-size: 18px; }
  #content #lists-buttons-section {
    padding: 20px 120px;
    text-align: center; }
    #content #lists-buttons-section #lists-links a.btn-green {
      width: 250px;
      font-size: 18px;
      line-height: 60px; }
  #content #lists-emtak-section {
    padding: 5px 40px; }
    #content #lists-emtak-section #lists-links a.btn-green {
      font-size: 18px; }
    #content #lists-emtak-section #stat-companies {
      font-size: 11px;
      position: relative;
      margin-top: 10px;
      top: 0;
      right: 0;
      width: 100%;
      border-collapse: collapse;
      font-size: 12px; }
      #content #lists-emtak-section #stat-companies tr th {
        background-color: #00ab90;
        border-bottom: 1px solid white !important;
        color: white;
        text-align: left;
        line-height: 30px;
        padding-left: 20px;
        font-size: 12px;
        text-transform: uppercase; }
      #content #lists-emtak-section #stat-companies tr td {
        background-color: #EEE;
        border-bottom: 1px solid white !important; }
  #content .emtak_list li span {
    cursor: pointer; }
  #content .emtak-filter-text {
    position: relative;
    z-index: 10000;
    top: 30px;
    left: 15px;
    color: #fff; }
  #content .entry-content {
    padding: 55px 120px; }
    #content .entry-content.company-search {
      overflow-x: auto; }
    #content .entry-content.person-search {
      overflow-x: auto; }
    #content .entry-content h1 {
      font-size: 40px;
      margin-bottom: 25px; }
    #content .entry-content th a {
      color: white !important; }
      #content .entry-content th a.btn-green {
        display: inline-block;
        margin-top: 4px;
        border: 3px solid #00ab90;
        background: #00ab90;
        padding: 1px 14px;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #content .entry-content th a#link-black-color.btn-green:hover {
        background: white;
        border: 3px solid black;
        color: black !important;
        text-decoration: none; }
    #content .entry-content td:first-child {
      font-weight: normal; }
    #content .entry-content #ariregister {
      margin-top: 25px; }
      #content .entry-content #ariregister a {
        text-decoration: underline; }
    #content .entry-content .btn-green {
      display: inline-block;
      margin-top: 8px;
      border: 3px solid #00ab90;
      background: #00ab90;
      padding: 7px 26px;
      font-size: 12px;
      color: white;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #content .entry-content .btn-green:hover {
        background: white;
        border: 3px solid black;
        color: black;
        text-decoration: none; }
    #content .entry-content a.btn-green.active {
      background: #fff;
      color: #000;
      text-decoration: none; }
      #content .entry-content a.btn-green.active:hover {
        background: #00ab90;
        color: white;
        border: 3px solid #00ab90; }
    #content .entry-content .btn_edit, #content .entry-content .btn_delete, #content .entry-content .btn_list {
      display: inline-block;
      width: 22px;
      height: 22px;
      vertical-align: middle;
      margin-left: 8px;
      background: url(../gfx_kr/table/btn_edit.png) no-repeat; }
      #content .entry-content .btn_edit:hover, #content .entry-content .btn_delete:hover, #content .entry-content .btn_list:hover {
        background-position: left -22px; }
    #content .entry-content .btn_delete {
      background: url(../gfx_kr/table/btn_delete.png) no-repeat; }
    #content .entry-content .btn_list {
      background: url(../gfx_kr/table/btn_list.png) no-repeat; }
    #content .entry-content .scroll-table {
      overflow-x: auto; }
    #content .entry-content .compact th, #content .entry-content .compact td {
      padding-top: 11px;
      padding-bottom: 11px;
      line-height: 18px; }
    #content .entry-content .pagination {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-top: 20px;
      font-size: 18px; }
      #content .entry-content .pagination li {
        display: inline-block;
        border: 1px solid #eee;
        margin-right: 5px; }
        #content .entry-content .pagination li:hover {
          border: 1px solid #00ab90; }
        #content .entry-content .pagination li a {
          padding: 7px 15px;
          color: #000;
          display: inline-block;
          text-decoration: none;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -ms-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
          #content .entry-content .pagination li a:hover {
            background: #00ab90;
            color: #fff; }
    #content .entry-content .testimonials {
      padding: 0;
      margin: 0 -10px; }
      #content .entry-content .testimonials .testimonial-box {
        padding: 0 10px 20px; }
        #content .entry-content .testimonials .testimonial-box .inner-box {
          border: 1px solid #eee;
          padding: 20px; }
          #content .entry-content .testimonials .testimonial-box .inner-box h2 {
            font-size: 16px;
            text-transform: none; }
          #content .entry-content .testimonials .testimonial-box .inner-box .text {
            font-style: italic; }
        #content .entry-content .testimonials .testimonial-box img {
          float: left; }
        #content .entry-content .testimonials .testimonial-box .testimonial-info {
          margin-left: 80px;
          margin-bottom: 15px; }
          #content .entry-content .testimonials .testimonial-box .testimonial-info p {
            margin-bottom: 10px;
            line-height: 1; }
        #content .entry-content .testimonials .testimonial-box .person {
          font-weight: bold;
          text-transform: capitalize; }
        #content .entry-content .testimonials .testimonial-box p {
          margin-bottom: 20px; }
    #content .entry-content #companycard-order span {
      font-size: 16px;
      margin-right: 5px; }
    #content .entry-content #companycard-order .button {
      padding-top: 6px;
      padding-bottom: 6px; }
    #content .entry-content #register-information {
      margin-top: 10px; }
      #content .entry-content #register-information span {
        font-size: 16px;
        margin-right: 5px; }
      #content .entry-content #register-information .button {
        padding-top: 6px;
        padding-bottom: 6px; }
    #content .entry-content #subscriber-form-toggle {
      margin-top: 25px;
      text-decoration: underline; }
    #content .entry-content #subscriber-form input[type="text"] {
      width: 250px;
      border: 1px solid #959595;
      height: 30px; }
    #content .entry-content #subscriber-form #subscriber-form-submit {
      margin-top: 10px;
      margin-bottom: 20px; }
      #content .entry-content #subscriber-form #subscriber-form-submit #ajax-loader {
        margin-left: 5px;
        display: none; }
    #content .entry-content #subscriber-form.processing #subscriber-form-submit {
      color: gray; }
    #content .entry-content #subscriber-form #subscriber-form-notifications {
      display: none; }
    #content .entry-content #subscriber-form .error {
      color: red; }
  #content .dark {
    background-color: #eee; }
    #content .dark .error {
      color: red; }
    #content .dark #maindata-form label, #content .dark #register-content .form-section #register-form label, #register-content .form-section #content .dark #register-form label, #content .dark #edit-claim-data-content #editclaimdata-form #register-form label, #edit-claim-data-content #editclaimdata-form #content .dark #register-form label, #content .dark #add-claim-data-content #editclaimdata-form #register-form label, #add-claim-data-content #editclaimdata-form #content .dark #register-form label {
      margin-right: 50px; }
    #content .dark #maindata-form .save-btn, #content .dark #register-content .form-section #register-form .save-btn, #register-content .form-section #content .dark #register-form .save-btn, #content .dark #edit-claim-data-content #editclaimdata-form #register-form .save-btn, #edit-claim-data-content #editclaimdata-form #content .dark #register-form .save-btn, #content .dark #add-claim-data-content #editclaimdata-form #register-form .save-btn, #add-claim-data-content #editclaimdata-form #content .dark #register-form .save-btn {
      margin-right: 10px; }
  #content #estate-order p.field-row input[type="checkbox"] {
    margin-right: 5px; }
  #content #ajax-container {
    padding-top: 70;
    display: none;
    /* Hide the tooltip content by default */ }
    #content #ajax-container .hide {
      display: inline-block; }
    #content #ajax-container .detailed-reports tbody td:first-child {
      width: 50%; }
    #content #ajax-container .detailed-reports tbody td:last-child {
      width: 140px; }
    #content #ajax-container table.mtx td, #content #ajax-container table.mtx th {
      border: 1px solid #CCC;
      background-color: white;
      padding: 0 15px;
      line-height: 30px; }
      #content #ajax-container table.mtx td a, #content #ajax-container table.mtx th a {
        color: #00ab90; }
    #content #ajax-container table#finance td:first-child {
      font-weight: bold; }
    #content #ajax-container table#finance .data {
      text-align: right;
      padding-right: 10px; }
    #content #ajax-container table#finance .year {
      text-align: right;
      padding-right: 20px; }
    #content #ajax-container [data-tooltip] {
      position: relative;
      z-index: 2;
      cursor: pointer;
      background-clip: padding-box; }
    #content #ajax-container [data-tooltip]:before,
    #content #ajax-container [data-tooltip]:after {
      visibility: hidden;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      pointer-events: none; }
    #content #ajax-container [data-tooltip]:before {
      position: absolute;
      bottom: 150%;
      left: 50%;
      margin-bottom: 5px;
      margin-left: -80px;
      padding: 12px;
      background-color: white;
      color: #000;
      width: auto;
      min-width: 350px;
      max-width: 500px;
      border: 2px solid #CCC;
      content: attr(data-tooltip);
      text-align: left;
      font-size: 14px;
      line-height: 1.8;
      font-weight: normal;
      text-transform: none;
      display: table-caption; }
    #content #ajax-container [data-tooltip]:hover:before,
    #content #ajax-container [data-tooltip]:hover:after {
      visibility: visible;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      white-space: pre-wrap; }
    #content #ajax-container #paid-taxes-scroll td, #content #ajax-container #emta-turnover-table td, #content #ajax-container #emta-workers-table td {
      padding: 0 8px; }
    #content #ajax-container #paid-taxes-scroll th, #content #ajax-container #emta-turnover-table th, #content #ajax-container #emta-workers-table th {
      /*padding-left: 8px;*/ }
    #content #ajax-container #paid-taxes-scroll .paid-taxes th.vertical-field, #content #ajax-container #emta-turnover-table .paid-taxes th.vertical-field, #content #ajax-container #emta-workers-table .paid-taxes th.vertical-field {
      /*writing-mode: vertical-rl;
      text-orientation: upright;
      display: block;
      font-size: 10px;*/
      width: 60px; }
    #content #ajax-container #paid-taxes-scroll .paid-taxes td.vertical-field, #content #ajax-container #emta-turnover-table .paid-taxes td.vertical-field, #content #ajax-container #emta-workers-table .paid-taxes td.vertical-field {
      width: 60px; }
    #content #ajax-container .paid-taxes {
      /* Hide the tooltip content by default */ }
      #content #ajax-container .paid-taxes [data-tooltip] {
        position: relative;
        z-index: 2;
        cursor: pointer;
        background-clip: padding-box; }
      #content #ajax-container .paid-taxes [data-tooltip]:before,
      #content #ajax-container .paid-taxes [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none; }
      #content #ajax-container .paid-taxes [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -60px;
        padding: 12px;
        background-color: white;
        color: #000;
        width: auto;
        min-width: 150px;
        max-width: 300px;
        border: 2px solid #CCC;
        content: attr(data-tooltip);
        text-align: left;
        font-size: 14px;
        line-height: 1.8;
        font-weight: normal;
        text-transform: none;
        display: table-caption;
        white-space: nowrap; }
      #content #ajax-container .paid-taxes [data-tooltip]:hover:before,
      #content #ajax-container .paid-taxes [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }

.top-data {
  /*display: flex;*/
  flex-wrap: nowrap;
  padding: 18px;
  background: #F5F5F5;
    /*.tab-pane {
		display: none;
		&.active {
			display: block;
		}
	}*/ }
  .top-data-col {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 104px; }
    .top-data-col:after {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      background: #fff;
      width: 3px;
      height: 100%; }
    .top-data-col:last-child:after {
      display: none; }
  .top-data strong {
    display: flex;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00AD90; }
  .top-data span {
    display: flex;
    padding-top: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #757575; }
  .top-data.active {
    display: flex; }
.top-content {
  padding: 55px 120px;
  padding-bottom: 10px; }
.top-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/top-line.svg") no-repeat 50% 0;
  width: 100%;
  height: 27px; }
  .top-bar:before, .top-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    width: 40px;
    height: 27px; }
  .top-bar:before {
    left: -40px;
    background: url("/images/top-flag-left.svg") no-repeat 0 0; }
  .top-bar:after {
    right: -40px;
    background: url("/images/top-flag-right.svg") no-repeat 0 0; }
.top-emblem {
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -60px;
  padding: 20px;
  background: url("/images/top-emblem.svg") no-repeat 0 0;
  width: 122px;
  height: 122px; }
  .top-emblem-text {
    position: relative;
    padding: 4px 0 11px 0;
    text-align: center;
    text-transform: uppercase; }
    .top-emblem-text:before {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(270deg, rgba(115, 80, 0, 0) 0%, #735000 50%, rgba(115, 80, 0, 0) 100%);
      width: 100%;
      height: 1px; }
    .top-emblem-text strong {
      display: block;
      padding-bottom: 2px;
      font-size: 16px;
      line-height: 16px;
      font-weight: 500;
      color: #4D2B0D; }
    .top-emblem-text span {
      display: block;
      font-size: 13px;
      line-height: 13px;
      font-weight: 500;
      color: #4D2B0D; }
  .top-emblem-year {
    display: block;
    padding-top: 8px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    color: #4D2B0D; }
.top-info .table {
  margin-top: -50px; }
.top-heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600; }
  .top-heading .header-nr {
    display: inline-block;
    margin-left: 14px;
    padding: 2px 11px 3px 11px;
    background: #00AC90;
    color: #fff;
    border-radius: 44px; }

.table {
  display: table;
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%; }
  .table-row {
    display: table-row; }
  .table-head, .table-cell {
    display: table-cell;
    padding: 20px 30px;
    text-align: center; }
    .table-head:first-child, .table-cell:first-child {
      font-size: 14px;
      line-height: 14px;
      font-weight: 300;
      text-transform: uppercase;
      color: #616161;
      text-align: left;
      width: 35%; }
  .table-head {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #757575; }
  .table-cell {
    background: #F5F5F5;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.5px;
    color: #00AC90; }

#top-companies-buttons {
  margin-top: -10px;
  margin-bottom: 30px; }
  #top-companies-buttons a:first-child {
    margin-right: 10px; }

#top-companies-table tr td {
  padding: 20px 20px;
  line-height: 20px; }

.open-all {
  display: inline-block;
  margin: 15px 55px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold; }
  .open-all .close-all-text {
    display: none; }
  .open-all .open-icon {
    background: #00ab90 url(../images/active_sprite.png) no-repeat;
    width: 20px;
    height: 20px;
    background-position: 3px 3px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px; }

.open-all.active .close-all-text {
  display: inline; }
.open-all.active .open-all-text {
  display: none; }
.open-all.active .open-icon {
  background-position: 3px -19px; }

#view-toggle {
  display: inline-block;
  margin: 15px 0px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold; }
  #view-toggle .close-conne {
    display: none; }
  #view-toggle .close-fltr {
    display: none; }
  #view-toggle .open-icon {
    background: #00ab90 url(../images/active_sprite.png) no-repeat;
    width: 20px;
    height: 20px;
    background-position: 3px 3px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px; }

#view-toggle.active .close-conne {
  display: inline; }
#view-toggle.active .open-conne {
  display: none; }
#view-toggle.active .close-fltr {
  display: inline; }
#view-toggle.active .open-fltr {
  display: none; }
#view-toggle.active .open-icon {
  background-position: 3px -19px; }

.data-icons {
  margin: 0 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  text-align: right; }
  .data-icons li {
    position: relative;
    display: inline-block;
    width: 50px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold; }
    .data-icons li.negative .icon {
      border: 2px solid #ed2024; }
      .data-icons li.negative .icon.small {
        border: 2px solid #ed2024; }
    .data-icons li .icon {
      width: 100%;
      height: 60px;
      border: 2px solid #00ab90;
      text-align: center;
      line-height: 54px;
      background: #fff;
      cursor: pointer; }
      .data-icons li .icon.small {
        height: 30px;
        border: 2px solid #00ab90;
        line-height: 24px; }
        .data-icons li .icon.small img {
          max-width: auto;
          height: 50%;
          border: none;
          vertical-align: middle; }
    .data-icons li span {
      width: 50%;
      background-color: #00ab90;
      color: white;
      float: left;
      text-align: center;
      line-height: 25px;
      cursor: pointer; }
      .data-icons li span.full-width {
        width: 100%; }
      .data-icons li span.red {
        background-color: #ed2024; }

.accordion {
  position: relative; }
  .accordion h2 {
    font-size: 24px;
    margin: 0; }
  .accordion h4 {
    font-size: 18px;
    display: inline-block;
    margin: 0;
    line-height: 1; }
  .accordion .data-icons li .icon {
    display: none; }
    .accordion .data-icons li .icon.show-icon {
      display: block; }
  .accordion .accordion-heading {
    padding: 20px 0;
    border-bottom: 2px solid #00ab90; }
  .accordion .toggle-section .heading {
    padding: 0; }
    .accordion .toggle-section .heading h3 {
      position: relative;
      font-size: 20px;
      line-height: 25px;
      display: inline-block;
      margin: 0; }
      .accordion .toggle-section .heading h3 a {
        color: #000; }
      .accordion .toggle-section .heading h3 span {
        cursor: pointer; }
  .accordion .toggle-section .status-all {
    padding: 0; }
  .accordion .toggle-section .open {
    float: left;
    width: 25px;
    height: 25px;
    background: #00ab90 url(../images/active_sprite.png) no-repeat;
    background-position: 6px 6px;
    margin: 0 10px 0 0; }
    .accordion .toggle-section .open.active {
      background-position: 6px -16px; }
  .accordion .toggle-section .header-nr {
    position: absolute;
    right: -40px;
    top: -2px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    background: #eee;
    border: 1px solid #eee;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }
  .accordion .toggle-section .toggler-chooser {
    padding: 0;
    display: none; }
    .accordion .toggle-section .toggler-chooser .toggler-row {
      border-bottom: 1px solid #eee;
      padding: 15px 0 15px; }
      .accordion .toggle-section .toggler-chooser .toggler-row a.name {
        color: black; }
    .accordion .toggle-section .toggler-chooser .person-details {
      padding: 0; }
      .accordion .toggle-section .toggler-chooser .person-details h3 {
        margin: 0 0 5px; }
      .accordion .toggle-section .toggler-chooser .person-details p {
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        line-height: 1; }
        .accordion .toggle-section .toggler-chooser .person-details p span {
          font-size: 12px;
          font-weight: normal;
          display: inline-block;
          text-transform: uppercase;
          margin-right: 85px; }
    .accordion .toggle-section .toggler-chooser .person-icons {
      text-align: right;
      padding: 0 0; }

#footer {
  margin-bottom: 50px; }
  #footer .footer-inner {
    border-bottom: 5px solid #eee; }
  #footer .social {
    line-height: 50px;
    height: 100%;
    text-align: center; }
  #footer .footer-menu {
    padding-left: 80px; }
    #footer .footer-menu li {
      display: inline-block;
      padding: 0px 10px;
      border-right: 1px solid #00ab90;
      list-style-type: none;
      line-height: 10px; }
      #footer .footer-menu li:last-child {
        border-right: none; }
      #footer .footer-menu li a {
        color: #999;
        font-size: 12px; }

#overlay, #overlayBD {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.8); }

#modalWindow, #modalWindowPP, #go-payment, #modalWindowPPI, #modalWindowTopRegister, #big-data-modal {
  display: none;
  width: 680px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -230px;
  margin-left: -340px;
  z-index: 13; }
  #modalWindow .modal-heading, #modalWindowPP .modal-heading, #go-payment .modal-heading, #modalWindowPPI .modal-heading, #modalWindowTopRegister .modal-heading, #big-data-modal .modal-heading {
    background: #eeeeee;
    padding: 18px 20px;
    position: relative; }
    #modalWindow .modal-heading h3, #modalWindowPP .modal-heading h3, #go-payment .modal-heading h3, #modalWindowPPI .modal-heading h3, #modalWindowTopRegister .modal-heading h3, #big-data-modal .modal-heading h3 {
      margin: 0; }
  #modalWindow .modal-content, #modalWindowPP .modal-content, #go-payment .modal-content, #modalWindowPPI .modal-content, #modalWindowTopRegister .modal-content, #big-data-modal .modal-content {
    padding: 25px 30px;
    background: white; }
    #modalWindow .modal-content .popup-login, #modalWindowPP .modal-content .popup-login, #go-payment .modal-content .popup-login, #modalWindowPPI .modal-content .popup-login, #modalWindowTopRegister .modal-content .popup-login, #big-data-modal .modal-content .popup-login {
      padding: 0 130px 0 0; }
      #modalWindow .modal-content .popup-login label, #modalWindowPP .modal-content .popup-login label, #go-payment .modal-content .popup-login label, #modalWindowPPI .modal-content .popup-login label, #modalWindowTopRegister .modal-content .popup-login label, #big-data-modal .modal-content .popup-login label {
        margin-bottom: 10px;
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
      #modalWindow .modal-content .popup-login input, #modalWindowPP .modal-content .popup-login input, #go-payment .modal-content .popup-login input, #modalWindowPPI .modal-content .popup-login input, #modalWindowTopRegister .modal-content .popup-login input, #big-data-modal .modal-content .popup-login input {
        margin-bottom: 10px;
        border: 1px solid #959595;
        height: 30px; }
      #modalWindow .modal-content .popup-login .submit, #modalWindowPP .modal-content .popup-login .submit, #go-payment .modal-content .popup-login .submit, #modalWindowPPI .modal-content .popup-login .submit, #modalWindowTopRegister .modal-content .popup-login .submit, #big-data-modal .modal-content .popup-login .submit {
        height: auto;
        font-size: 12px;
        margin-top: 5px; }
        #modalWindow .modal-content .popup-login .submit:hover, #modalWindowPP .modal-content .popup-login .submit:hover, #go-payment .modal-content .popup-login .submit:hover, #modalWindowPPI .modal-content .popup-login .submit:hover, #modalWindowTopRegister .modal-content .popup-login .submit:hover, #big-data-modal .modal-content .popup-login .submit:hover {
          background: #07816e; }
    #modalWindow .modal-content .login-id p, #modalWindowPP .modal-content .login-id p, #go-payment .modal-content .login-id p, #modalWindowPPI .modal-content .login-id p, #modalWindowTopRegister .modal-content .login-id p, #big-data-modal .modal-content .login-id p {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #modalWindow .modal-content .login-id a, #modalWindowPP .modal-content .login-id a, #go-payment .modal-content .login-id a, #modalWindowPPI .modal-content .login-id a, #modalWindowTopRegister .modal-content .login-id a, #big-data-modal .modal-content .login-id a {
      display: block;
      margin-bottom: 15px; }
  #modalWindow .modal-footer, #modalWindowPP .modal-footer, #go-payment .modal-footer, #modalWindowPPI .modal-footer, #modalWindowTopRegister .modal-footer, #big-data-modal .modal-footer {
    padding: 0 30px 35px;
    background: white; }
    #modalWindow .modal-footer p, #modalWindowPP .modal-footer p, #go-payment .modal-footer p, #modalWindowPPI .modal-footer p, #modalWindowTopRegister .modal-footer p, #big-data-modal .modal-footer p {
      text-transform: uppercase; }
    #modalWindow .modal-footer .links a, #modalWindowPP .modal-footer .links a, #go-payment .modal-footer .links a, #modalWindowPPI .modal-footer .links a, #modalWindowTopRegister .modal-footer .links a, #big-data-modal .modal-footer .links a {
      display: inline-block;
      margin-right: 25px; }
  #modalWindow #closeModal, #modalWindowPP #closeModal, #go-payment #closeModal, #modalWindowPPI #closeModal, #modalWindowTopRegister #closeModal, #big-data-modal #closeModal, #modalWindow #closeModalPP, #modalWindowPP #closeModalPP, #go-payment #closeModalPP, #modalWindowPPI #closeModalPP, #modalWindowTopRegister #closeModalPP, #big-data-modal #closeModalPP, #modalWindow #closeModalPPI, #modalWindowPP #closeModalPPI, #go-payment #closeModalPPI, #modalWindowPPI #closeModalPPI, #modalWindowTopRegister #closeModalPPI, #big-data-modal #closeModalPPI, #modalWindow #closeModalBD, #modalWindowPP #closeModalBD, #go-payment #closeModalBD, #modalWindowPPI #closeModalBD, #modalWindowTopRegister #closeModalBD, #big-data-modal #closeModalBD, #modalWindow #closeModalWindowTopRegister, #modalWindowPP #closeModalWindowTopRegister, #go-payment #closeModalWindowTopRegister, #modalWindowPPI #closeModalWindowTopRegister, #modalWindowTopRegister #closeModalWindowTopRegister, #big-data-modal #closeModalWindowTopRegister, #modalWindow #close-go-payment, #modalWindowPP #close-go-payment, #go-payment #close-go-payment, #modalWindowPPI #close-go-payment, #modalWindowTopRegister #close-go-payment, #big-data-modal #close-go-payment {
    position: absolute;
    top: 0;
    right: 0;
    background: #00ab90 url(../images/x.png) center center no-repeat;
    width: 60px;
    height: 60px;
    border: none; }
    #modalWindow #closeModal:hover, #modalWindowPP #closeModal:hover, #go-payment #closeModal:hover, #modalWindowPPI #closeModal:hover, #modalWindowTopRegister #closeModal:hover, #big-data-modal #closeModal:hover, #modalWindow #closeModalPP:hover, #modalWindowPP #closeModalPP:hover, #go-payment #closeModalPP:hover, #modalWindowPPI #closeModalPP:hover, #modalWindowTopRegister #closeModalPP:hover, #big-data-modal #closeModalPP:hover, #modalWindow #closeModalPPI:hover, #modalWindowPP #closeModalPPI:hover, #go-payment #closeModalPPI:hover, #modalWindowPPI #closeModalPPI:hover, #modalWindowTopRegister #closeModalPPI:hover, #big-data-modal #closeModalPPI:hover, #modalWindow #closeModalBD:hover, #modalWindowPP #closeModalBD:hover, #go-payment #closeModalBD:hover, #modalWindowPPI #closeModalBD:hover, #modalWindowTopRegister #closeModalBD:hover, #big-data-modal #closeModalBD:hover, #modalWindow #closeModalWindowTopRegister:hover, #modalWindowPP #closeModalWindowTopRegister:hover, #go-payment #closeModalWindowTopRegister:hover, #modalWindowPPI #closeModalWindowTopRegister:hover, #modalWindowTopRegister #closeModalWindowTopRegister:hover, #big-data-modal #closeModalWindowTopRegister:hover, #modalWindow #close-go-payment:hover, #modalWindowPP #close-go-payment:hover, #go-payment #close-go-payment:hover, #modalWindowPPI #close-go-payment:hover, #modalWindowTopRegister #close-go-payment:hover, #big-data-modal #close-go-payment:hover {
      background-color: #07816e; }

#modalWindowPPI input {
  border-color: #00ab90; }

#modalWindowTopRegister input {
  border-color: #00ab90; }
#modalWindowTopRegister .required-data {
  display: none; }

#big-data-modal input {
  width: 80%;
  font-size: 14px;
  height: 36px;
  border: 1px solid; }
#big-data-modal select {
  display: block; }
#big-data-modal .button {
  display: inline-block;
  margin-top: 8px;
  border: 3px solid #00ab90;
  padding: 7px 26px;
  font-size: 12px; }
  #big-data-modal .button:hover {
    background: white;
    border: 3px solid black;
    color: black; }

.wrap h1.notice, .wrap h2.notice, .wrap h3.notice {
  margin-top: 20px; }
.wrap .notice {
  margin-left: 40px; }

.bordered {
  border: 2px solid #eeeeee;
  padding: 40px 70px;
  margin-bottom: 20px; }
  .bordered h2 {
    text-transform: inherit;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5em; }
  .bordered a {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 40px; }

.reginfo blockquote, #top-tabs blockquote {
  color: #222; }
.reginfo .ui-tabs, #top-tabs .ui-tabs {
  border: none; }
.reginfo .ui-tabs-nav, #top-tabs .ui-tabs-nav {
  border: none;
  border-radius: 0;
  background: #00ab90;
  padding: 35px 0px 0px 35px; }
.reginfo .ui-state-default, #top-tabs .ui-state-default {
  border: none;
  border-radius: 0;
  font-weight: 700;
  padding: 10px !important;
  background: #008f78;
  margin-left: 10px !important; }
  .reginfo .ui-state-default a, #top-tabs .ui-state-default a {
    color: #fff; }
  .reginfo .ui-state-default:hover, #top-tabs .ui-state-default:hover {
    background: #fff; }
    .reginfo .ui-state-default:hover a, #top-tabs .ui-state-default:hover a {
      color: #212121; }
.reginfo #slider-turnover:hover, #top-tabs #slider-turnover:hover, .reginfo #slider-companystart:hover, #top-tabs #slider-companystart:hover, .reginfo #slider-lastq-turnover:hover, #top-tabs #slider-lastq-turnover:hover {
  border: 1px solid #00ab90; }
.reginfo #slider-turnover a, #top-tabs #slider-turnover a, .reginfo #slider-companystart a, #top-tabs #slider-companystart a, .reginfo #slider-lastq-turnover a, #top-tabs #slider-lastq-turnover a {
  margin-left: -10px !important; }
  .reginfo #slider-turnover a:hover, #top-tabs #slider-turnover a:hover, .reginfo #slider-companystart a:hover, #top-tabs #slider-companystart a:hover, .reginfo #slider-lastq-turnover a:hover, #top-tabs #slider-lastq-turnover a:hover {
    border: 1px solid #00ab90; }
  .reginfo #slider-turnover a:active, #top-tabs #slider-turnover a:active, .reginfo #slider-companystart a:active, #top-tabs #slider-companystart a:active, .reginfo #slider-lastq-turnover a:active, #top-tabs #slider-lastq-turnover a:active {
    border: 1px solid #00ab90; }
.reginfo #slider-turnover .ui-widget-header, #top-tabs #slider-turnover .ui-widget-header, .reginfo #slider-companystart .ui-widget-header, #top-tabs #slider-companystart .ui-widget-header, .reginfo #slider-lastq-turnover .ui-widget-header, #top-tabs #slider-lastq-turnover .ui-widget-header {
  background: #00ab90; }
.reginfo .ui-state-active, #top-tabs .ui-state-active {
  border: none;
  border-radius: 0;
  font-weight: 700;
  padding: 10px !important;
  background: #fff !important; }
  .reginfo .ui-state-active a, #top-tabs .ui-state-active a {
    color: #212121 !important; }
  .reginfo .ui-state-active:focus, #top-tabs .ui-state-active:focus {
    outline: none !important; }

#content .pagetabs {
  background: #00ab90;
  padding-bottom: 0;
  height: 61px; }

.pagetabs {
  border-radius: 0;
  border: none; }
  .pagetabs .ui-tabs-nav {
    border: none;
    border-radius: 0;
    padding: 15px 15px 0;
    background: #00ab90; }
  .pagetabs .ui-state-default {
    border: none;
    border-radius: 0;
    padding: 10px 5px 5px !important;
    margin-right: 15px !important; }
    .pagetabs .ui-state-default a {
      font-weight: 700;
      line-height: 1em;
      padding-top: 4px !important;
      font-family: 'Roboto', sans-serif; }
    .pagetabs .ui-state-default span {
      padding-left: 50px !important;
      font-weight: 300;
      font-size: 0.89em;
      text-align: right; }
  .pagetabs .ui-state-default[aria-selected=false] {
    background: #008f78;
    font-weight: normal;
    color: #fff !important;
    margin-bottom: -1px; }
    .pagetabs .ui-state-default[aria-selected=false] a {
      margin-bottom: -1px;
      color: #fff !important; }

/* overlibs in main page */
div#real-estate-over {
  height: 351px;
  top: -381px; }

div#adjudication-over {
  height: 297px;
  top: -327px; }

div#kolmas-over {
  height: 171px;
  top: -201px; }

div#kuues-over {
  height: 195px;
  top: -225px; }

div#seitsmes-over {
  height: 158px;
  top: -188px; }

div#kaheksas-over {
  height: 316px;
  top: -346px; }

div#tax-debts-over {
  height: 369px;
  top: -399px; }

div#credit-disorders-over {
  height: 261px;
  top: -291px; }

@media only screen and (max-width: 1295px) {
  .top-bar:before, .top-bar:after {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .priceList h2 {
    padding-left: 10px; }
    .priceList h2 .introText {
      padding-left: 10px; } }
@media only screen and (max-width: 1024px) {
  .top-content {
    padding: 10px 20px; }

  #content .data-section {
    padding: 60px 20px; }

  .top-info .table {
    margin-top: 0; } }
@media only screen and (max-width: 991px) {
  .priceList .columns {
    width: 33.33%; } }
@media only screen and (max-width: 790px) {
  #content .pagetabs {
    background: #fff;
    padding-bottom: 0;
    height: 0px; } }
@media only screen and (max-width: 768px) {
  .priceList .columns {
    width: 100% !important; }

  .table-head, .table-cell {
    padding: 12px; }
  .table-cell {
    font-size: 18px;
    line-height: 18px; } }
@media only screen and (min-width: 768px) and (max-width: 1110px) {
  #header.separated .container .logo {
    width: 100%;
    padding: 25px 0 0;
    text-align: center; }
  #header.separated .container .search-content {
    padding: 0 20px;
    padding-right: 60px;
    margin-top: 20px;
    width: 100%; }
  #header.separated .container .access {
    margin: 0;
    padding: 0;
    width: 100%; }
    #header.separated .container .access .main-menu {
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      padding-top: 5px;
      padding-bottom: 20px;
      text-align: center; }
      #header.separated .container .access .main-menu li {
        display: inline-block;
        float: none; }
        #header.separated .container .access .main-menu li.icon-top {
          position: absolute;
          top: -63px;
          right: 10px; }
          #header.separated .container .access .main-menu li.icon-top ul.menu {
            top: 43px;
            right: 0;
            min-width: 155px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .container .access {
    padding-right: 20px; }
    #header .container .access .main-menu li .menu {
      right: 20px; }

  #intro .intro-top h1 {
    font-size: 55px;
    padding: 50px 120px 35px 120px; }
  #intro .intro-bottom {
    padding: 60px 0 15px; }
    #intro .intro-bottom ul li {
      margin: 0 13px 45px; }

  .slider {
    padding-bottom: 35px; }
    .slider .slider-inner .bx-wrapper .bxslider li {
      height: auto; }

  .search-content {
    padding: 0 0 65px; }

  .logged-in-menu {
    padding: 0 15px; }
    .logged-in-menu .log-menu li {
      padding: 0 15px; }

  #content .featured {
    padding: 55px 30px; }
  #content .info {
    padding: 50px 45px 55px; }
    #content .info .statistics .statistic-box p {
      font-size: 11px; }
  #content .entry-content {
    padding: 25px 40px; }
    #content .entry-content #companycard-order {
      padding-top: 30px; }
  #content .data-section {
    padding: 20px; }
    #content .data-section .data-icons li {
      margin-bottom: 20px; }
  #content .data-details {
    padding: 30px;
    text-align: center; }

  .accordion .toggle-section .toggler-chooser .person-icons {
    width: 100%; }
  .accordion .toggle-section .toggler-chooser .person-details p span {
    margin-right: 30px; }
  .accordion .toggle-section .heading {
    width: 100%; }
  .accordion .accordion-heading {
    padding: 20px 0 10px; }
  .accordion .data-icons {
    width: 100%;
    text-align: left;
    margin: 10px 0 0; }
    .accordion .data-icons li {
      margin: 0 15px 15px 0; }

  #footer .footer-menu {
    padding-left: 45px; }
    #footer .footer-menu li {
      padding: 0 5px; } }
@media only screen and (max-width: 810px) {
  #content .data-section #main-person-name.page-title {
    width: 100%; }
  #content .data-section .page-title {
    width: 75%; } }
@media only screen and (max-width: 640px) {
  .top-emblem {
    top: -24px;
    margin-left: -30px;
    padding: 10px;
    background-size: 100%;
    width: 82px;
    height: 82px; }
    .top-emblem-text {
      padding-bottom: 6px; }
      .top-emblem-text strong {
        font-size: 12px;
        line-height: 12px; }
      .top-emblem-text span {
        font-size: 10px;
        line-height: 10px; }
    .top-emblem-year {
      padding-top: 4px;
      font-size: 15px;
      line-height: 15px; } }
@media only screen and (max-width: 620px) {
  #content .data-section #main-person-name.page-title {
    width: 100%; }
  #content .data-section .page-title {
    width: 74%; }
  #content .data-section .rating-box {
    margin: 0 1px 25px 1px; } }
@media only screen and (max-width: 520px) {
  #content .data-section #main-person-name.page-title {
    width: 100%; }
  #content .data-section .page-title {
    width: 87%; }
  #content .data-section .rating-box:not(.open) {
    display: none; }
  #content .data-section .rating-box {
    width: 10%; } }
@media only screen and (max-width: 767px) {
  #header .container {
    height: auto; }
    #header .container .logo {
      padding: 25px 0 0;
      text-align: center; }
    #header .container .search-content {
      padding: 0 20px; }
    #header .container .access {
      margin: 0;
      padding: 0;
      text-align: center;
      float: none; }
      #header .container .access .main-menu {
        float: none;
        padding: 20px 0 10px; }
        #header .container .access .main-menu li {
          margin: 0 10px 10px;
          float: none;
          display: inline-block; }
          #header .container .access .main-menu li.show-menu {
            position: absolute;
            top: -45px;
            right: 10px;
            margin: 0; }
          #header .container .access .main-menu li.icon-top {
            top: -140px; }
          #header .container .access .main-menu li .menu {
            top: 44px;
            right: 0; }
      #header .container .access .icons-menu {
        padding: 0; }
        #header .container .access .icons-menu li {
          margin: 15px 5px; }
          #header .container .access .icons-menu li.show-menu {
            top: -147px; }

  .logged-in-menu {
    font-size: 18px;
    padding: 0; }
    .logged-in-menu .log-menu {
      margin: 0;
      padding: 10px 0; }
      .logged-in-menu .log-menu li {
        display: block;
        border: none;
        margin: 0;
        padding: 5px 0;
        text-align: center; }
    .logged-in-menu .person-in {
      text-align: center; }
    .logged-in-menu .sub-menu ul {
      border: solid 2px #fff;
      width: 300px;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }

  #intro {
    margin: 0 0 35px; }
    #intro:after {
      display: none; }
    #intro .intro-top {
      padding: 20px 20px; }
    #intro .search-content {
      padding-bottom: 20px; }
    #intro .intro-bottom {
      display: none; }
    #intro h1 {
      padding: 20px;
      font-size: 30px; }

  .slider {
    padding-bottom: 25px; }
    .slider .slider-inner .bx-controls-direction .bx-prev {
      left: -10px; }
    .slider .slider-inner .bx-controls-direction .bx-next {
      right: -10px; }
    .slider .slider-inner .bx-wrapper .bxslider li {
      height: 280px; }
      .slider .slider-inner .bx-wrapper .bxslider li .middle {
        padding-left: 35px;
        padding-right: 35px; }
    .slider .slider-inner .bx-wrapper .bxslider h2 {
      font-size: 20px; }
      .slider .slider-inner .bx-wrapper .bxslider h2 .green-bg {
        line-height: 36px;
        top: 3px; }

  #content .featured {
    padding: 25px 20px 0; }
    #content .featured .featured-box {
      padding: 0 0 30px; }
  #content .heading-wrapper {
    word-break: break-all; }
  #content .reiting-wrapper {
    padding: 0 20px; }
  #content .reiting-wrapper:not(.open) {
    display: none; }
  #content .data-icons li {
    margin-top: 0; }
  #content .data-icons {
    margin: 0 0 0; }
  #content .info {
    padding: 25px 0; }
    #content .info .about {
      padding: 0 45px 55px 0; }
    #content .info .statistics {
      border: 0;
      text-align: left;
      padding: 0; }
    #content .info .quotes {
      width: 100%;
      padding-left: 0; }
  #content .entry-content {
    padding: 20px; }
    #content .entry-content #companycard-order {
      padding-top: 35px; }
    #content .entry-content .testimonials {
      margin: 0; }
      #content .entry-content .testimonials .testimonial-box {
        padding: 0;
        margin-bottom: 10px; }
  #content .data-section {
    padding: 20px; }
    #content .data-section .page-title {
      font-size: 29px;
      padding: 0 70px 10px 0; }
    #content .data-section .rating-box {
      font-size: 29px; }
    #content .data-section .data-table {
      margin-bottom: 25px; }
  #content #claim-content #claim-status-form .claim-form-buttons {
    width: 200px; }
    #content #claim-content #claim-status-form .claim-form-buttons input[type="submit"],
    #content #claim-content #claim-status-form .claim-form-buttons input[type="button"] {
      width: 190px; }

  #login-area {
    padding: 0 20px; }

  .accordion .toggle-section {
    text-align: center; }
    .accordion .toggle-section .heading {
      text-align: left;
      padding-right: 50px; }
    .accordion .toggle-section .toggler-chooser {
      overflow-x: auto; }
      .accordion .toggle-section .toggler-chooser td {
        padding: 10px; }
      .accordion .toggle-section .toggler-chooser .person-details {
        text-align: left; }
        .accordion .toggle-section .toggler-chooser .person-details p span {
          margin-right: 10px; }

  .data-icons {
    text-align: left;
    margin: 20px 0 0; }
    .data-icons li {
      margin: 0 10px 10px 0; }

  .open-all {
    margin: 0; }

  #modalWindow, #modalWindowPP, #go-payment, #modalWindowPPI, #modalWindowTopRegister, #big-data-modal {
    margin: 0;
    top: 10%;
    left: auto;
    padding: 20px;
    margin: 0 auto; }
    #modalWindow .modal-heading, #modalWindowPP .modal-heading, #go-payment .modal-heading, #modalWindowPPI .modal-heading, #modalWindowTopRegister .modal-heading, #big-data-modal .modal-heading {
      height: 60px; }
      #modalWindow .modal-heading h3, #modalWindowPP .modal-heading h3, #go-payment .modal-heading h3, #modalWindowPPI .modal-heading h3, #modalWindowTopRegister .modal-heading h3, #big-data-modal .modal-heading h3 {
        font-size: 18px;
        line-height: 27px; }

  .login-id {
    padding-left: 0;
    margin-top: 10px; }

  .modal-footer .links a {
    margin-bottom: 10px; }

  #footer {
    margin: 0;
    padding-top: 15px; }
    #footer .footer-menu {
      padding: 0; }
      #footer .footer-menu li {
        display: block;
        border-right: none;
        text-align: center;
        padding-bottom: 10px;
        margin: 0; }

  #facebox {
    left: 0 !important; }

  .reginfo .ui-state-default, #top-tabs .ui-state-default {
    width: 91%; } }
@media only screen and (max-width: 475px) {
  #header .container .access ul.main-menu {
    width: 280px;
    margin-left: auto;
    margin-right: auto; }
    #header .container .access ul.main-menu li.menu-button {
      min-width: 200px; }

  #register-content .form-section h1 {
    font-size: 32px;
    margin-left: 10%;
    line-height: 1; }
  #register-content .form-section form {
    margin-left: 10%; }
  #register-content a.btn-green {
    display: inline-block;
    margin-top: 8px;
    border: 3px solid #00ab90;
    background: #00ab90;
    padding: 7px 26px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #register-content a.btn-green:hover {
      background: white;
      border: 3px solid black;
      color: black;
      text-decoration: none; }

  #editclaimdata-form #maindata-form_save_send_bt,
  #editclaimdata-form #maindata-form_save_send_sms_bt,
  #editclaimdata-form #maindata-form_save_send_letter_bt {
    width: 200px;
    white-space: normal; }

  #content .entry-content h1.page-title {
    font-size: 32px; }

  #modalWindow .modal-content .popup-login input[type="text"], #modalWindowPP .modal-content .popup-login input[type="text"], #go-payment .modal-content .popup-login input[type="text"], #modalWindowPPI .modal-content .popup-login input[type="text"], #modalWindowTopRegister .modal-content .popup-login input[type="text"], #big-data-modal .modal-content .popup-login input[type="text"],
  #modalWindow .modal-content .popup-login input[type="password"],
  #modalWindowPP .modal-content .popup-login input[type="password"],
  #go-payment .modal-content .popup-login input[type="password"],
  #modalWindowPPI .modal-content .popup-login input[type="password"],
  #modalWindowTopRegister .modal-content .popup-login input[type="password"],
  #big-data-modal .modal-content .popup-login input[type="password"] {
    width: auto; } }
@media only screen and (max-width: 400px) {
  .reginfo .ui-state-default, #top-tabs .ui-state-default {
    width: 85%; } }

/*# sourceMappingURL=style.css.map */
