/* Minification failed. Returning unminified contents.
(781,1): run-time error CSS1019: Unexpected token, found '@import'
(781,9): run-time error CSS1019: Unexpected token, found '"vars"'
(2080,1): run-time error CSS1019: Unexpected token, found '@import'
(2080,9): run-time error CSS1019: Unexpected token, found '"vars"'
 */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  margin: 0 0 0.67em;
  /*font-size: 2em;*/

  /*margin: 0.67em 0;*/

}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  /*font-weight: bold;*/
  font-weight: normal;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
  background: yellow;
  color: black;
}
/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: 'Open Sans', sans-serif;
  _font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  /*margin: 1em 0;*/
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  /*padding: 0 0 0 40px;*/
  padding: 0;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */

}
/**
 * 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222222;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * Custom styles
 */

li {
  list-style: none;
}
/* fonts
---------------------------------- */
/* sizes
---------------------------------- */
/* colors
---------------------------------- */
/* mixins
---------------------------------- */
@import "vars";
/* master
---------------------------------- */

html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #333333;
}
.lang-switcher {
  position: relative;
  display: inline-block;
}
.lang-switcher .switcher {
  padding-right: 15px;
  background: url("images/combo_gray.png") right center no-repeat;
  cursor: pointer;
}
.lang-switcher .switcher .lang-title {
  height: 16px;
  line-height: 16px;
}
.lang-switcher .switcher .lang-title strong {
  border-bottom: 1px dotted white;
}
.lang-switcher span {
  color: #666666;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 2px 0;
  text-decoration: none;
}
.lang-switcher span:hover {
  text-decoration: underline;
}
.lang-switcher a,
.lang-switcher .lang-title {
  background: url("images/flags.png") no-repeat;
  padding-left: 25px;
}
.lang-switcher a.en,
.lang-switcher .lang-title.en {
  background-position: left -14px;
}
.lang-switcher a.de,
.lang-switcher .lang-title.de {
  background-position: left 2px;
}
.lang-switcher a.fr,
.lang-switcher .lang-title.fr {
  background-position: left -46px;
}
.lang-switcher a.es,
.lang-switcher .lang-title.es {
  background-position: left -30px;
}
.lang-switcher a.ru,
.lang-switcher .lang-title.ru {
  background-position: left -94px;
}
.lang-switcher a.lv,
.lang-switcher .lang-title.lv {
  background-position: left -78px;
}
.lang-switcher a.it,
.lang-switcher .lang-title.it {
  background-position: left -62px;
}
.lang-switcher .action-menu {
  right: -16px;
  top: 26px;
}
/* headers
---------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #3d4a6b;
}
h1 {
  font-size: 18px;
}
/* links
---------------------------------- */

a:link,
a:visited {
  color: #3d4a6b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* forms
---------------------------------- */

.input-box {
  margin-bottom: 25px;
}
.input-box .error {
  color: #bf3703;
}
.input-box label {
  margin-bottom: 6px;
}
.input-box input[type="text"],
.input-box input[type="password"],
.input-box textarea,
.input-box .drop-down .switcher {
  display: block;
  margin: 0;
  border: solid 1px #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-box input[type="text"],
.input-box input[type="password"],
.input-box .drop-down .switcher {
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  padding: 9px;
  width: 290px;
}
.input-box input[type="text"].phone,
.input-box input[type="password"].phone,
.input-box .drop-down .switcher.phone,
.input-box input[type="text"].country,
.input-box input[type="password"].country,
.input-box .drop-down .switcher.country {
  width: 240px;
  border-left: none;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-bottom-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-box textarea {
  height: 100px;
  padding: 10px;
  width: 290px;
  resize: none;
  border: solid 1px #999999;
}
.input-box .drop-down .switcher {
  cursor: pointer;
  background: url("images/combo_gray.png");
  background-position: 285px center;
  background-repeat: no-repeat;
  padding-right: 30px;
  width: 270px;
}
.input-box .drop-down .switcher .inner-text {
  overflow: hidden;
  white-space: nowrap;
}
.input-box .drop-down .action-menu {
  max-height: 200px;
  overflow: auto;
  width: 275px;
}
.input-box .drop-down .action-menu .group-title {
  cursor: default;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.input-box .drop-down .action-menu li {
  cursor: pointer;
  margin: 0;
}
.input-box .drop-down .action-menu li div {
  overflow: hidden;
}
.small-input {
  display: block;
  width: 130px;
  margin: 0;
  padding: 6px 10px 5px;
  border: solid 1px #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
}
.radio-box {
  margin-bottom: 14px;
}
.radio-box label {
  color: #333333;
}
.radio-box textarea {
  margin-top: 20px;
  border: solid 1px #999999;
  height: 100px;
  padding: 10px;
  width: 280px;
  resize: none;
}
.radio-box textarea:disabled {
  border: solid 1px #999999;
  background-color: transparent;
}
.check-box {
  margin: 40px 0 20px;
}
.check-box .validationMessage {
  display: block;
}
.check-box input[type="checkbox"] {
  margin: 3px 7px 0 0;
}
.validationMessage {
  margin-top: 2px;
  font-size: 11px;
  color: #bf3703;
}
.validationMessage.summary {
  margin-top: 10px;
  font-size: 13px;
}
.input-validation-error {
  border: 1px solid #bf3703;
  color: #bf3703;
}
label {
  display: inline-block;
  color: #999999;
}
.required-field-mark {
  color: #bf3703;
}
input[type="checkbox"] {
  float: left;
  padding: 0;
  margin: 0 7px 0 0;
}
.button {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#dedede);
  line-height: 26px;
  border: 1px solid #999999;
  padding: 0 15px;
  color: gray !important;
  text-decoration: none !important;
  cursor: pointer;
}
.submit-button {
  display: inline-block;
  border: none;
  margin-right: 6px;
  padding: 5px 30px;
  height: 40px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.submit-button.green {
  background: -webkit-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#98c040, endColorstr=#598001);
}
.submit-button.green:hover {
  background: -webkit-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4cc4d, endColorstr=#6c901b);
}
.submit-button.green.disabled {
  background: -webkit-gradient(top, #d1eb97, #98b950) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #d1eb97, #98b950) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #d1eb97, #98b950) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #d1eb97, #98b950) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #d1eb97, #98b950) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #d1eb97, #98b950) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1eb97, endColorstr=#98b950);
  cursor: default;
}
.submit-button.blue {
  background: -webkit-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7688b6, endColorstr=#3e4b6c);
}
.submit-button.blue:hover {
  background: -webkit-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f91be, endColorstr=#4c5b80);
}
.submit-button.blue.disabled {
  background: -webkit-gradient(top, #d2d9ec, #949fba) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #d2d9ec, #949fba) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #d2d9ec, #949fba) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #d2d9ec, #949fba) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #d2d9ec, #949fba) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #d2d9ec, #949fba) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d2d9ec, endColorstr=#949fba);
  cursor: default;
}
.submit-button.gray {
  background: -webkit-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#dedede);
  border: 1px solid #bfbfbf;
  color: #666666;
}
.submit-button.gray:hover {
  background: -webkit-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#ebebeb);
}
.submit-button.gray.disabled {
  background: -webkit-gradient(top, white, #f1f1f1) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, white, #f1f1f1) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, white, #f1f1f1) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, white, #f1f1f1) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, white, #f1f1f1) repeat scroll 0 0 transparent;
  background: linear-gradient(top, white, #f1f1f1) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#f1f1f1);
  cursor: default;
}
.submit-button.small {
  height: 26px;
  padding: 0 15px;
  text-transform: none;
}
/* lists
---------------------------------- */

.advansed-filter-list {
  margin-bottom: 20px;
}
.list .header {
  font-size: 12px;
  color: #959595;
}
.list .header a {
  padding-bottom: 1px;
  text-decoration: none;
  color: #959595;
  border-bottom: 1px dotted #959595;
}
.list .header .sort {
  cursor: pointer;
}
.list .header span {
  cursor: pointer;
}
.list .header span.sortActive {
  padding-right: 13px;
  background: url(images/sort-down.png) right no-repeat;
}
.list .header span.sortActive.sortAsc {
  background-image: url(images/sort-up.png);
}
.list .item {
  color: #333333;
}
.list .item:hover {
  background-color: #e5e5e5;
}
.list .item:hover a.item-link {
  color: #333333;
  text-decoration: underline;
}
.list .item:hover a.item-dotted-link {
  border-bottom: 1px dotted #333333;
  color: #333333;
  text-decoration: none;
}
.list .item a.item-link {
  color: #333333;
  text-decoration: none;
}
.list .item a.item-dotted-link {
  border-bottom: medium none;
  color: #333333;
  text-decoration: none;
}
.list .header,
.list .item {
  height: 32px;
  border-bottom: 1px solid #d1d1d1;
}
.list .header .cell,
.list .item .cell {
  float: left;
  height: 32px;
  line-height: 32px;
}
.list .header .cell.right-cell,
.list .item .cell.right-cell {
  float: right;
}
.list .header .actions,
.list .item .actions {
  width: 25px;
  position: relative;
}
.list .header .actions .action-link,
.list .item .actions .action-link {
  margin-top: 6px;
  background: url("images/action_link_small.png") no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.list .header .actions .action-menu,
.list .item .actions .action-menu {
  top: 30px;
  right: -5px;
}
.list .header.big,
.list .item.big {
  height: 50px;
  line-height: 50px;
}
.list .header.big .actions .action-link,
.list .item.big .actions .action-link {
  margin-top: 13px;
}
.list .footer {
  height: 40px;
  line-height: 40px;
}
.list .footer .cell {
  float: left;
  font-weight: bold;
}
.list .item:hover .actions .action-link,
.list .item .actions .action-link.selected {
  background-position: center bottom;
}
.paging-box {
  margin-top: 20px;
}
.paging-box .pages-box {
  position: relative;
  float: left;
}
.paging-box .pages-box span {
  display: block;
  float: left;
  padding: 3px 8px 4px 8px;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
}
.paging-box .pages-box span:hover {
  text-decoration: underline;
}
.paging-box .pages-box span.splitter {
  cursor: default;
  text-decoration: none;
}
.paging-box .previous-page-link,
.paging-box .pages-inner-box {
  float: left;
}
.paging-box .total-box {
  display: block;
  float: right;
  margin-right: 15px;
  color: #666666;
  font-size: 12px;
}
.paging-box .current {
  font-weight: bold;
  background-color: #e9e9e9;
}
.paging-box .current:hover {
  text-decoration: none;
  cursor: default;
}
.paging-box .previous-page-link,
.paging-box .next-page-link {
  text-decoration: none;
}
.paging-box .previous-page-link:hover,
.paging-box .next-page-link:hover {
  text-decoration: underline;
}
.paging-box .previous-page-link::after,
.paging-box .next-page-link::after {
  position: absolute;
  width: 8px;
  height: 11px;
  margin-top: -6px;
  top: 50%;
  content: " ";
}
.paging-box .previous-page-link::after {
  background: url(images/paging_prev_next_links.png) left center no-repeat;
  left: -5px;
}
.paging-box .next-page-link::after {
  background: url(images/paging_prev_next_links.png) right center no-repeat;
  right: -5px;
}
.paging-box .page-size-box {
  display: block;
  float: right;
  margin-right: 15px;
  color: #666666;
  font-size: 12px;
  position: relative;
}
.paging-box .page-size-box .page-size-link {
  cursor: pointer;
  display: inline-block;
  padding-right: 15px;
  background: url(images/sort-down.png) right no-repeat;
}
.paging-box .page-size-box .page-size-link .inner-text {
  border-bottom: 1px dotted #666666;
  margin-left: 8px;
}
.paging-box .page-size-box .action-menu {
  right: -15px;
  top: 20px;
}
.empty-ctrl-box {
  padding-top: 85px;
}
.empty-ctrl-box.empty-filter {
  padding-top: 39px;
}
.empty-ctrl-box .empty-img {
  width: 150px;
  height: 150px;
  float: left;
}
.empty-ctrl-box .empty-img.invoices {
  background: url(images/empty_screens/invoices.png) no-repeat;
}
.empty-ctrl-box .empty-img.keys {
  background: url(images/empty_screens/keys.png) no-repeat;
}
.empty-ctrl-box .empty-img.clients {
  background: url(images/empty_screens/clients.png) no-repeat;
}
.empty-ctrl-box .empty-dscr {
  margin-left: 165px;
}
.empty-ctrl-box h2 {
  margin: 0;
  padding: 30px 0 20px;
  font-size: 23px;
  color: #333333;
}
.empty-ctrl-box p {
  margin: 0;
  width: 470px;
  font-size: 14px;
  line-height: 18px;
}
.empty-list-msg {
  margin-top: 20px;
}
/* popups
---------------------------------- */

.popup {
  display: none;
  background-color: white;
  -webkit-box-shadow: 1px 1px 8px #aaaaaa;
  -moz-box-shadow: 1px 1px 8px #aaaaaa;
  box-shadow: 1px 1px 8px #aaaaaa;
  z-index: 1000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.popup .popup-caption {
  background: #3d4a6b;
  height: 30px;
  color: white;
  font-size: 20px;
  text-align: left;
  padding: 6px 0 4px 25px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
}
.popup .popup-title {
  float: left;
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup .popup-close {
  display: block;
  float: right;
  margin: 10px 16px 0 0;
  width: 20px;
  height: 20px;
  background: url(images/cross_white.png) no-repeat transparent;
  cursor: pointer;
}
.popup .popup-body {
  margin: 25px 25px 0;
  padding-bottom: 25px;
}
.popup.comment-pop textarea {
  width: 430px;
}
.popup-helper {
  display: none;
  width: 280px;
  border: 1px solid #efede8;
  border-bottom: 0;
  padding: 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  z-index: 999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  background-color: cornsilk;
  position: absolute;
}
.popup-helper .popup-helper-body {
  font-size: 12px;
  color: black;
  line-height: 150%;
  font-weight: normal;
  max-height: 200px;
  overflow: auto;
}
.popup-helper .popup-helper-corner {
  background: url('images/helper-corner.png') no-repeat;
  position: absolute;
  left: 30px;
  margin-top: 15px;
  width: 30px;
  height: 20px;
  z-index: 999;
}
/* captcha
----------------------------------------------------------*/

#registration-captcha-box input[type="text"] {
  padding: 0;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.captcha-box {
  margin-bottom: 25px;
}
.captcha-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.captchaHolder {
  margin-top: 20px;
}
#recaptcha_response_field {
  line-height: 1.5em;
  padding-left: 5px;
  border: 1px solid #dfdfdf !important;
  width: 297px !important;
}
#recaptcha_response_field::-webkit-input-placeholder {
  color: #333333;
}
#recaptcha_response_field::-moz-placeholder {
  color: #333333;
}
#recaptcha_response_field:-moz-placeholder {
  color: #333333;
}
#recaptcha_response_field:-ms-input-placeholder {
  color: #333333;
}
/* action menu
----------------------------------------------------------*/

.action-menu {
  display: none;
  position: absolute;
  padding: 10px 20px 15px 15px;
  z-index: 999;
  background: white;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 1px 1px 8px #aaaaaa;
  -moz-box-shadow: 1px 1px 8px #aaaaaa;
  box-shadow: 1px 1px 8px #aaaaaa;
}
.action-menu .action {
  margin: 0 10px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}
.action-menu .action a {
  font-weight: normal;
  text-decoration: none;
}
.action-menu .action a:hover {
  text-decoration: underline;
}
.action-menu .corner {
  background: url("images/corner_top.gif") no-repeat;
  width: 7px;
  height: 6px;
  position: absolute;
  top: -5px;
  right: 16px;
}
/* elements
---------------------------------- */

#password-recovery-show-btn {
  display: inline-block;
  margin: 15px 0 5px;
  color: #3d4a6b;
  text-decoration: underline;
  cursor: pointer;
}
#password-recovery-show-btn:hover {
  text-decoration: none;
}
#no-account-qst {
  color: #999999;
}
/* common
---------------------------------- */

.none {
  display: none !important;
}
.block {
  display: block !important;
}
.error-msg {
  color: #bf3703;
}
.wait-msg {
  font-size: 11px;
  color: #999999;
}
.operation-success-msg {
  display: none;
  margin-bottom: 10px;
  color: #87ad33;
}
.operation-failed-msg {
  display: none;
  margin-bottom: 10px;
  color: #bf3703;
}
.hint {
  font-size: 12px;
  color: #999999;
}
.loading-banner {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 25px;
}
.loading-banner .loader-block {
  background: url('images/loader.gif') no-repeat scroll 10px 50% white;
  border: 1px solid #bfbfbf;
  display: inline-block;
  color: #999999;
  font: 12px Arial;
  height: 30px;
  padding: 0 10px 0 35px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.loading-banner .loader-block div {
  display: inline-block;
  margin-left: 5px;
}
.loading,
.loading * {
  cursor: wait !important;
}
.page-header {
  height: 28px;
  line-height: 28px;
  margin-bottom: 24px;
  white-space: nowrap;
}
.page-header .cell {
  float: left;
}
.page-header .back-link {
  padding: 3px 8px 0 0;
}
.page-header .back-link a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #f3f3f3, #dedede) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#dedede);
  border: 1px solid #bfbfbf;
  padding: 3px 5px 4px 4px;
  text-decoration: none;
  display: block;
}
.page-header .back-link a span {
  background: url("images/up.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 12px;
  width: 12px;
}
.page-header .back-link a:hover {
  background: -webkit-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #f3f3f3, #ebebeb) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#ebebeb);
}
.page-header .header-text {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  float: left;
  padding: 0 8px 0 0;
}
.page-header .actions {
  position: relative;
  padding: 4px 0 0 0;
}
.page-header .actions .action-link {
  background: url("images/action_link_small.png") no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.page-header .actions .action-link.selected,
.page-header .actions .action-link:hover {
  background-position: center bottom;
}
.page-header .actions .action-menu {
  top: 32px;
  right: -8px;
}
/* welcome page
---------------------------------- */

.welcome-header {
  font-size: 40px;
  font-weight: lighter;
  margin: 0 0 25px;
}
.welcome-headerbody-box {
  margin: 0 0 25px;
}
.welcome-headerbody-box .welcome-headerbody-header {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
}
.welcome-headerbody-box.show-hide .welcome-headerbody-header a {
  text-decoration: none;
  cursor: pointer;
}
.welcome-headerbody-box.show-hide .welcome-headerbody-header a:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.welcome-headerbody-box.show-hide .welcome-headerbody-body {
  display: none;
}
.welcome-headerbody-box textarea {
  height: 70px;
  width: 690px;
}
.welcome-lists-box {
  margin: 0 0 40px;
}
.welcome-lists-box .list-box {
  float: left;
  width: 345px;
}
.welcome-lists-box .list-box.left {
  margin-right: 25px;
}
.welcome-lists-box h2 {
  font-size: 18px;
  font-weight: normal;
}
.welcome-lists-box div {
  line-height: 25px;
}
.welcome-lists-box ul {
  margin: 0 0 0 15px;
}
.welcome-lists-box ul li {
  color: #de673c;
  line-height: 25px;
  list-style-type: square;
}
.welcome-lists-box ul li span {
  color: #333333;
}
.welcome-lists-box ul li.decimal {
  list-style-type: decimal;
}
.welcome-buttons-box {
  margin: 0 0 40px;
}
.welcome-buttons-box .button-box {
  float: left;
  width: 345px;
}
.welcome-buttons-box .button-box.left {
  margin-right: 25px;
}
.welcome-buttons-box .button-text {
  margin-bottom: 15px;
}
.welcome-buttons-box a {
  color: white;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  min-width: 250px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  max-width: 295px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.welcome-buttons-box a.green {
  background: -webkit-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #98c040, #598001) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#98c040, endColorstr=#598001);
}
.welcome-buttons-box a.green:hover {
  background: -webkit-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #a4cc4d, #6c901b) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4cc4d, endColorstr=#6c901b);
}
.welcome-buttons-box a.blue {
  background: -webkit-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #7688b6, #3e4b6c) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7688b6, endColorstr=#3e4b6c);
}
.welcome-buttons-box a.blue:hover {
  background: -webkit-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  background: linear-gradient(top, #7f91be, #4c5b80) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f91be, endColorstr=#4c5b80);
}
.welcome-steps-box {
  display: inline-block;
  padding: 25px;
  background-color: #ececec;
  margin: 0 -25px 40px;
  text-decoration: none !important;
}
.welcome-steps-box .step-box {
  padding-top: 20px;
  width: 220px;
  float: left;
}
.welcome-steps-box .step-box.left {
  margin-right: 25px;
}
.welcome-steps-box .step-box span {
  display: block;
  float: left;
  width: 50px;
  padding-left: 10px;
  background-color: #9299ad;
  height: 32px;
  line-height: 32px;
  font-size: 26px;
  font-weight: bold;
  color: white;
}
.welcome-steps-box .step-box em {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 0 16px 8px;
  border-color: transparent transparent transparent #9299ad;
}
.welcome-steps-box .step-box p {
  margin: 15px 0 0;
}
.welcome-steps-box h1 {
  color: #9197a7;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
.welcome-blog-box {
  height: 100px;
  margin: 0 0 40px;
}
.welcome-blog-box .blog-logo {
  display: block;
  width: 100px;
  height: 100px;
  float: left;
}
.welcome-blog-box .blog-text {
  color: #3d4a6b;
  font-size: 13px;
  font-style: italic;
  height: 80px;
  margin-left: 125px;
  padding: 10px 0;
}
.welcome-blog-box .blog-text .blog-author {
  margin-top: 10px;
  display: block;
  color: #999999;
  font-size: 12px;
  font-style: italic;
}
.welcome-question-box {
  margin-top: 40px;
  width: 345px;
}
.welcome-question-box p {
  margin: 0 0 10px;
}
.welcome-question-box .cis-phone,
.welcome-question-box .europe-phone {
  display: none;
}
.welcome-levels-box {
  height: 840px;
  position: relative;
  width: 715px;
}
.welcome-levels-box .header {
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  width: 220px;
}
.welcome-levels-box .header.label {
  background-color: #3c4869;
  left: 0;
}
.welcome-levels-box .header.demo {
  background-color: #008785;
  left: 245px;
}
.welcome-levels-box .header.premium {
  background-color: #197d9a;
  left: 490px;
}
.welcome-levels-box .table {
  left: 0;
  position: absolute;
  top: 73px;
}
.welcome-levels-box .table .odd,
.welcome-levels-box .table .even {
  height: 51px;
  margin: 0;
  position: relative;
  width: 780px;
}
.welcome-levels-box .table .label {
  height: 40px;
  padding: 10px 0 0 0;
  position: absolute;
  text-align: left;
  width: 220px;
}
.welcome-levels-box .table .demo,
.welcome-levels-box .table .premium {
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  width: 220px;
}
.welcome-levels-box .table .odd .demo,
.welcome-levels-box .table .odd .premium {
  background-color: #ebebeb;
}
.welcome-levels-box .table .even .demo,
.welcome-levels-box .table .even .premium {
  background-color: #f4f4f4;
}
.welcome-levels-box .table .odd .demo,
.welcome-levels-box .table .even .demo {
  left: 245px;
}
.welcome-levels-box .table .odd .premium,
.welcome-levels-box .table .even .premium {
  left: 490px;
}
.welcome-levels-box .success {
  background: url("images/icons.png") no-repeat scroll center -22px;
  height: 22px;
}
.welcome-levels-box .reject {
  background: url("images/icons.png") no-repeat scroll center 0px;
  height: 22px;
}
/* registration page
---------------------------------- */

#registration-success-pop .popup-body div {
  margin-bottom: 20px;
}
#registration-hint-box {
  width: 220px;
  float: left;
}
#registration-hint-box span {
  display: block;
  width: 240px;
  color: #3d4a6b;
  font-size: 18px;
  font-weight: bold;
}
#registration-form-data {
  margin-left: 245px;
}
.input-box.vat {
  display: none;
}
/* style for selector (like input)
---------------------------------- */

.styled-select-container .tl-combobox {
  height: 34px;
  line-height: 34px;
  border: 1px solid #999999;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.styled-select-container .tl-combobox .combobox-container,
.styled-select-container .tl-combobox .combobox-container .combobox-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.styled-select-container .tl-combobox .combobox-container {
  box-shadow: none;
  -moz-box-shadow: 0 none;
  -webkit-box-shadow: 0 none;
  border-color: #999999;
  left: -1px;
  margin: 0;
  max-width: none;
  padding: 0;
  right: auto;
}
.styled-select-container .tl-combobox .combobox-container .container-corner {
  display: none;
  width: 0;
  height: 0;
}
.styled-select-container .tl-combobox .combobox-container .combobox-options .option-item {
  padding: 7px 10px;
  background-color: white;
}
.styled-select-container .tl-combobox .combobox-container .combobox-options .option-item.in-focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
.styled-select-container .tl-combobox .combobox-container .combobox-options.has-optgroups .option-group-item {
  padding: 7px 10px 5px 10px;
}
.styled-select-container .tl-combobox .combobox-container .combobox-options.has-optgroups .option-item {
  padding: 7px 10px 7px 25px;
}
.styled-select-container .tl-combobox .combobox-title {
  color: #333333;
}
.styled-select-container .tl-combobox .combobox-title .inner-text {
  margin-left: 10px;
}
.styled-select-container .tl-combobox .combobox-wrapper {
  bottom: -2px;
  display: block;
  height: 1px;
  line-height: 1px;
  position: absolute;
  left: 0;
  width: 1px;
  z-index: 2;
}
.dataItem .styled-select-container {
  margin-left: -10px;
}
@import "vars";
#wrap {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -90px;
}
#wrap.no-footer {
  margin-bottom: 0;
}
#wrap.no-footer #shell {
  margin-bottom: 0;
}
#shell {
  margin-top: 28px;
  margin-bottom: 90px;
}
.outer {
  min-width: 1160px;
}
.outer.wideOuter {
  min-width: 1200px;
}
.outer.longOuter {
  min-width: 1400px;
}
.inner {
  margin: 0 auto;
  width: 960px;
}
.inner.wideInner {
  width: 1100px;
}
.inner.wideInner #sidebar {
  width: 250px;
}
.inner.wideInner #content {
  margin-left: 270px;
}
.inner.longInner {
  width: 1300px;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main-header .header-primary {
  padding-top: 17px;
  height: 63px;
  background-color: #3d4a6b;
}
#main-header .header-primary .brand {
  display: block;
  float: left;
  width: 223px;
  height: 47px;
  background-image: url("images/brand.png");
}
#main-header .header-primary .header-nav {
  float: right;
  margin-top: 15px;
  margin-right: 25px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
#main-header .header-primary .header-nav.active {
  font-weight: bold;
}
#main-header .header-primary .header-nav.last {
  margin-right: 3px;
}
#main-header .header-primary #log-in-box {
  position: relative;
  margin-top: 15px;
  float: right;
}
#main-header .header-primary #log-in-box .log-in-name {
  float: left;
  height: 20px;
  color: white;
  cursor: pointer;
}
#main-header .header-primary #log-in-box .combo {
  float: right;
  width: 19px;
  height: 20px;
  background: url("images/combobox_white.png") left top no-repeat;
}
#main-header .header-primary #log-in-box .action-menu {
  top: 23px;
  right: -16px;
}
#main-header .header-primary #log-in-box .lang-switcher {
  margin-left: 6px;
}
#main-header .header-primary #log-in-box .lang-switcher .lang-title strong {
  color: white;
  border-bottom-color: white;
}
#main-header .header-secondary {
  height: 50px;
  line-height: 50px;
  background-color: #e0e0e0;
}
#main-header .header-secondary .secondary-msg-box {
  float: left;
  margin-right: 60px;
  font-size: 22px;
  font-weight: bold;
  color: #3d4a6b;
}
#main-header .header-secondary .header-secondary-btn {
  font-size: 16px;
  color: #333333;
  margin-right: 16px;
}
#main-header .header-secondary h1 {
  margin: 0;
  font-size: 22px;
}
#main-header .header-secondary nav li.active a {
  font-weight: bold;
  color: #3d4a6b;
}
#main-header .header-secondary nav a {
  display: block;
  float: left;
  margin-right: 20px;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}
#main-header .header-secondary nav a:hover {
  color: #3d4a6b;
}
#sidebar {
  width: 220px;
  float: left;
}
#sidebar li.second {
  margin-left: 10px;
}
#sidebar li.indent {
  margin-top: 24px;
}
#sidebar li.active a {
  font-weight: bold;
  color: #3d4a6b;
}
#sidebar a {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}
#sidebar a:hover {
  color: #3d4a6b;
}
#content {
  margin-left: 245px;
  padding: 0 0 60px;
}
#content.without-nav {
  margin-left: 0;
}
#content.full {
  margin-left: 0;
}
#content .centric-box {
  margin-left: 245px;
}
#content .yellow-info-panel {
  background: url("images/excl.png") no-repeat scroll 15px 50% #fcfbde;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 20px;
  padding: 15px 15px 15px 60px;
}
#content .yellow-info-panel b {
  font-weight: bold;
}
#footer {
  height: 90px;
}
#footer .social-box {
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 15px;
}
#footer .social-box .social-likes-box {
  float: left;
  padding: 10px 0 7px;
  width: 340px;
  height: 25px;
}
#footer .social-box .social-likes-box li {
  display: inline-block;
}
#footer .social-box .common-links-box {
  display: none;
  float: left;
  padding-left: 10px;
  line-height: 43px;
}
#footer .social-box .common-links-box a {
  margin-right: 5px;
  color: #333333;
  text-decoration: none;
}
#footer .social-box .common-links-box a:hover {
  text-decoration: underline;
}
#footer .social-box .social-links-box {
  float: right;
  padding: 8px 0 6px 0;
}
#footer .social-box .social-links-box span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  float: left;
  text-transform: uppercase;
}
#footer .social-box .social-links-box ul {
  display: inline-block;
  float: right;
}
#footer .social-box .social-links-box ul li {
  display: inline-block;
}
#footer .social-box .social-links-box ul a {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url('images/social/socials_sprite_new.png') no-repeat;
}
#footer .social-box .social-links-box ul a.facebook {
  background-position: 0 -28px;
}
#footer .social-box .social-links-box ul a.twitter {
  background-position: 0 -112px;
}
#footer .social-box .social-links-box ul a.linkedin {
  background-position: 0 -84px;
}
#footer .social-box .social-links-box ul a.google {
  background-position: 0 -56px;
}
#footer .social-box .social-links-box ul a.youtube {
  background-position: 0 -140px;
}
#footer .social-box .social-links-box ul a.blog {
  background-position: 0 0;
}
#footer .social-box .social-links-box ul a.vk {
  background-position: 0 -168px;
}
.copyreserved-block {
  float: right;
  height: 60px;
}
#signin-hint-box {
  float: left;
  line-height: 22px;
  width: 220px;
}
#signin-content-box {
  line-height: 22px;
  margin-left: 245px;
}
#terms-content-box h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
}
#terms-content-box em {
  font-style: normal;
  margin-right: 0.2em;
}
#terms-content-box span {
  font-weight: bold;
  margin-right: 5px;
}
#terms-content-box .term-box {
  margin-bottom: 15px;
}
#terms-content-box .term-box div {
  margin-bottom: 10px;
}
#terms-content-box .term-box div ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 17px;
}
