/*! normalize.css v1.0.2 | MIT License | git.io/normalize */

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents 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 */
}

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

html,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

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

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

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

h1 {
    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;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

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

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */

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

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

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

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

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

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

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

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

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

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

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves 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 */
}

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

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes 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],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes 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: auto;
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}

/*
 * Removes 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;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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: #222;
}

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

::-webkit-input-placeholder {
  color:    #999;
}
:-moz-placeholder,
::-moz-placeholder {
  color:    #999;
}
:-ms-input-placeholder {
  color:    #999;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

svg,
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: #ccc;
  color: #000;
  padding: 0.2em 0;
}

h1,
h2,
h3,
h4 {
  margin:0 0 20px;
  padding:0 0 13px 7px;
  height:40px;
  border-bottom:1px solid #DAE5E8;
  font:31px/40px Arial,sans-serif;
  }

a {
  color: #3397D1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 a,
/* h2 a, */
h3 a,
h4 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: underline;
}

.title-light {
  border-bottom: 0;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262d30;
  font-family: Arial;
}

/* Forms */
form > label {
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
}

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  zoom: 1;
}

.form-horizontal textarea,
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal input[type="datetime"],
.form-horizontal input[type="datetime-local"],
.form-horizontal input[type="date"],
.form-horizontal input[type="month"],
.form-horizontal input[type="time"],
.form-horizontal input[type="week"],
.form-horizontal input[type="number"],
.form-horizontal input[type="email"],
.form-horizontal input[type="url"],
.form-horizontal input[type="search"],
.form-horizontal input[type="tel"],
.form-horizontal input[type="color"] {
  width: 300px;
}

.form-horizontal input[type="checkbox"] {
  margin-top: -4px;
  margin-right: 4px;
}

.hide {
  display: none;
}

.form-horizontal .hide {
  display: none;
}

.control-group {
  margin-bottom: 10px;
}

input.disabled {
  background-color: #F5F5F5;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  zoom: 1;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal .controls .text-block {
  display: block;
  padding-top: 5px;
}

.form-horizontal .help-block {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

.form-horizontal .error-add  {
  font-size: 12px;
  color: #B94A48;
  width: 400px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.checkbox input[type="checkbox"] {
  margin: -2px 10px 0 -18px;
}

.controls > .checkbox:first-child {
  padding-top: 5px;
}

.controls > .link-inline {
  margin-left: 10px;
  border-bottom: 1px dotted;
}
  .controls > .link-inline:hover {
  text-decoration:none;
  border:none;
  }

.control-group.error > label,
.control-group.error .form-check label,
.control-group.error .help-block.error,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .help-inline {
  margin-top: 10px;
  font-size: 12px;
  display: block;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .form-check input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.input-append,
.input-prepend {
  display: inline;
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}

.input-append .btn,
.input-prepend .btn {
  font-size: 13px;
  padding: 8px 10px 7px;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
   -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
   -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
   -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
}


input,
select,
textarea,
.CodeMirrorWrap {
  background-color: #ffffff;

  padding: 4px 3px;
  border: 1px solid #cde0ea;
  -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;

  /* box-shadow: 0 1px 3px #D3E5ED inset; */

  font:16px/19px Arial,sans-serif !important;
}
input[type="radio"],
input[type="checkbox"] {
  box-shadow: none;
}
input,
select {
  height: 20px;
}
input.btn {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input:-webkit-autofill {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
     -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input:-webkit-autofill:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="text"].error,
select.error,
textarea.error,
.CodeMirrorWrap.error {
  border-color: #B94A48;
  box-shadow: 0 1px 2px inset;
  color: #B94A48;
}

input[type="text"].success,
select.success,
textarea.success {
  border-color: #82BF14;
  box-shadow: 0 1px 2px inset;
  color: #82BF14;
}

.sort-icon {
  text-decoration: none;
}

/* select2 style */
.select-box .select2,
.select-box .select2-container {
  width: 100%;
  display: block;
}
  .select2 *:focus {
    outline: none;
  }
  .select2-results__option {
    padding: 2px 8px;
  }
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #cde0ea;
  border-radius: 2px;
  box-shadow: 0 1px 3px #d3e5ed inset;
  font: 16px/19px Arial,sans-serif !important;
  width: 100%;
  padding: 4px 0;
}
  .select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #cde0ea transparent transparent;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #d3e5ed;
  }
/* / select2 style */

/* Buttons
------------------------------------ */
.btn {
  display:inline-block;
  position:relative;
  border:1px solid #dfe5eb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #baccd3;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 10px 24px 12px 24px;
  background-image: -moz-linear-gradient(top, #ffffff 1%, #eaf2f5 100%);
  background-image: -webkit-linear-gradient(top, #ffffff, #eaf2f5);
  background-image: -o-linear-gradient(top, #ffffff, #eaf2f5);
  background-image: linear-gradient(to bottom, #ffffff, #eaf2f5);
  color:#516f76;
  text-align:center;
  vertical-align: middle;
  text-decoration:none;
  font: normal 19px/1 Arial,sans-serif;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.project-remove .btn-red,
.block-buttons .btn-white-list,
.block-buttons .btn-black-list,
.block-buttons .btn-black-list-global
.block-buttons .btn-hide {
  box-shadow: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background: #e6e6e6;
}

.btn:hover,
.btn.zchover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
     -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active,
.btn.zcactive {
  background: #e6e6e6;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background: #e6e6e6;
  opacity: 0.45;
  filter: alpha(opacity=45);
  -webkit-box-shadow: none;
   -moz-box-shadow: none;
        box-shadow: none;
}

.btn-small {
  font-size: 12px;
  padding: 5px 12px 6px 12px;
}
.btn-small.btn-square {
  padding: 5px 6px 6px;
}
.btn-mid {
  font-size: 13px;
  padding: 9px 22px 10px 22px;
}
.btn-mid.btn-square {
  padding: 9px 23px 10px;
}
.approve-panel .btn-mid {
  font-size: 13px;
}



.btn-blue {
  color: #fff;

  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #018CD8;
  background-image: -webkit-linear-gradient(top, #11CAF0, #018CD8);
  background-image: -moz-linear-gradient(top, #11CAF0, #018CD8);
  background-image: -o-linear-gradient(top, #11CAF0, #018CD8);
  background-image: linear-gradient(to bottom, #11CAF0, #018CD8);
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled],
.btn-blue.zchover {
  color: #fff;
  background: #018CD8;
}

.btn-green {
  color: #fff;

  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #7acf52;
  background-image: -webkit-linear-gradient(top, #7acf52 0%,#249410 100%);
  background-image: -moz-linear-gradient(top, #7acf52 0%, #249410 100%);
  background-image: -o-linear-gradient(top, #7acf52 0%, #249410 100%);
  background-image: linear-gradient(to bottom,  #7acf52 0%,#249410 100%);
}

.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled],
.btn-green.zchover {
  color: #fff;
  background: #51a351;
}

.btn-info {
  color: #ffffff;
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background: #2f96b4;
}

.btn-info:active,
.btn-info.active {
  background: #24748c;
}

.btn-red {
  color: #fff;

  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #bd362f;
  background-image: -webkit-linear-gradient(top, #e27264, #bd362f);
  background-image: -moz-linear-gradient(top, #e27264, #bd362f);
  background-image: -o-linear-gradient(top, #e27264, #bd362f);
  background-image: linear-gradient(to bottom, #e27264, #bd362f);
}

.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled],
.btn-red.zchover {
  color: #fff;
  background: #bd362f;
}

.btn-inverse {
  background-color: #363636;
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background: #222222;
  color: #FFFFFF;
}

@-webkit-keyframes btn-progress-stripes {
  from { background-position: 40px 0; }
  to   { background-position: 0 0; }
}

@-moz-keyframes btn-progress-stripes {
  from { background-position: 40px 0; }
  to   { background-position: 0 0; }
}
@-o-keyframes btn-progress-stripes {
  from { background-position: 0 0; }
  to   { background-position: 40px 0; }
}

@keyframes btn-progress-stripes {
  from { background-position: 40px 0; }
  to   { background-position: 0 0; }
}

input[type="text"].progress {
  background-color: #cde0ea;
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
   -moz-background-size: 40px 40px;
     -o-background-size: 40px 40px;
        background-size: 40px 40px;

  -webkit-animation: btn-progress-stripes 2s linear infinite;
   -moz-animation: btn-progress-stripes 2s linear infinite;
    -ms-animation: btn-progress-stripes 2s linear infinite;
     -o-animation: btn-progress-stripes 2s linear infinite;
        animation: btn-progress-stripes 2s linear infinite;
}

.button-next {
  padding-left:40px;
  }
.button-next:after {
  display:block;
  content:"";
  position:absolute;
  top:12px;
  left:11px;
  width:18px;
  height:18px;
  background:url(/s/i/button-next.png) no-repeat;
  }
.button-pay {
  /*padding-left:35px;*/
  font-size:17px;
  margin: 0 20px;
}
/*.button-pay:after {
  display:block;
  content:"";
  position:absolute;
  top:12px;
  left:11px;
  width:18px;
  height:18px;
  background:url(/s/i/button-pay.png) no-repeat;
  }
*/.button-add {
  padding-left:35px;
  font-size:17px;
}
.button-add:after {
  display:block;
  content:"";
  position:absolute;
  top:12px;
  left:11px;
  width:18px;
  height:18px;
  background:url(/s/i/button-add.png) no-repeat;
  }
.button-upload {
  padding:0 32px 0 0;
  height: 39px;
  font-size:17px;
  border-left-color:#007fc3;
}
.button-upload:after {
  display:block;
  content:"";
  position:absolute;
  top:12px;
  left:8px;
  width:18px;
  height:18px;
  background:url(/s/i/button-upload.png) no-repeat;
  }

.button {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 13px 26px 12px 26px;
	color: white;
	font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition: all .2s ease;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.button-green {
	background-color: #30af0b;
}

.button-green:hover, .button-green.hover {
	background-color: #31c509;
	border-color: transparent;
	color: #fff;
  text-decoration: none;
}

.button-green:focus, .button-green.focus {
	background-color: #1e9b00;
	border-color: #1e9b00;
}

.button-green[disabled=disabled], .button-green:disabled, .button-green:disabled, .button-green.disabled {
	color: white;
	background-color: #d6d9dc;
	border-color: #d6d9dc;
}

.button-red {
	background-color: #e01524;
}

.button-red:hover,
.button-red.hover {
	background-color: #c4000e;
	border-color: transparent;
	color: #fff;
  text-decoration: none;
}

.button-red:focus,
.button-red.focus {
	background-color: #e01524;
	border-color: #e01524;
}

.button-red[disabled=disabled],
.button-red:disabled,
.button-red:disabled,
.button-red.disabled {
	color: white;
	background-color: #d6d9dc;
	border-color: #d6d9dc;
}

.button-mini {
  padding: 10px 25px 9px 25px;
  font-size: 13px;
  line-height: 13px;
}

.button-xxl {
  padding: 14px 45px 13px 45px;
  font-size: 16px;
  line-height: 15px;
}

.actions-row {
  display: flex;
  align-items: center;
  align-content: center;
}

.actions-row .button + .button {
  margin-left: 20px;
}

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

/* Tables */
.table {
  width: 100%;
  border-top: 4px solid #bed6dc;
}

.table thead tr {
  line-height: 1.8em;
  background-color: #edf5f6;
  background-image: -moz-linear-gradient(top, #edf5f6 0%, #e3eff2 100%);
  background-image: -webkit-linear-gradient(top, #edf5f6 0%,#e3eff2 100%);
  background-image: -o-linear-gradient(top, #edf5f6 0%,#e3eff2 100%);
  background-image: linear-gradient(to bottom,  #edf5f6 0%,#e3eff2 100%);
}
.table thead tr.row1 td { padding: 10px; }
.table thead tr.row2 {
  background-color: #e3eff2;
  background-image: -moz-linear-gradient(top, #e3eff2 0%, #d1e5e9 99%, #bad4dc 100%);
  background-image: -webkit-linear-gradient(top, #e3eff2 0%,#d1e5e9 99%,#bad4dc 100%);
  background-image: -o-linear-gradient(top, #e3eff2 0%,#d1e5e9 99%,#bad4dc 100%);
  background-image: linear-gradient(to bottom,  #e3eff2 0%,#d1e5e9 99%,#bad4dc 100%); /* W3C */
}
.table thead tr.row2 th {
  border-bottom: 1px solid #d6dcd9;
  padding: 7px;
}
.table thead tr th, .table thead tr td { text-align: left; }
.table thead tr th:first-child, .table thead tr td:first-child { padding-left: 15px; }
.table thead tr th:last-child,  .table thead tr td:last-child  { padding-right: 15px; }

.table tbody tr td {
  padding: 5px;
  padding: 5px;
  background: #fffcf6; border-bottom: 1px solid #e5d7bf;
}
.table tbody tr td:first-child { padding-left:  15px; }
.table tbody tr td:last-child  { padding-right: 15px; }

.table tbody td .none {
  color: #e5d7bf;
}

.table-hover tbody tr:hover td {
  background: #f8f1e5;
}

.table-sorter span.sort,
.tablesorter .tablesorter-icon {
  display: inline-block;
  width: 13px;
  height: 15px;
  margin-left: 5px;
  background: url(/s/i/sort-arrow.png) no-repeat -100px 0px;
}

.table-sorter .sort.asc,
.tablesorter .tablesorter-headerAsc .tablesorter-icon
{
  background-position:   0px 0px;
}
.table-sorter .sort.desc,
.tablesorter .tablesorter-headerDesc .tablesorter-icon
{
  background-position: -50px 0px;
}

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

.hidden { display: none !important; }
.fade { opacity: 0.4; filter: alpha(opacity=40); }

.fade-block {
  position: relative;
}
.fade-block .lock {
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1000;
}

.clear-fade-block {
  z-index: 2000;
}
.fade-text {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.fade-text:after {
  position: absolute;
  right: 0; top: 0;
  content: "";
  height: 100%;
  width: 20%;
  min-width: 25px;
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF);
}

.last_payouts {
  margin-top: 50px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* Wrap */
.body-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
.wrap {
  position:relative;
  padding-left: 30px;
  max-width:1180px;
  margin: 0 auto;
}

/* Home
------------------------------------ */
body.home {
	background:url(/s/i/home.png) 50% 207px no-repeat;
	}
	body.home header .wrap {
			width:960px;
			}

/* Header
------------------------------------ */
header {
	height:57px;
	background:#323640 url(/s/i/header.png) repeat-x;
	position: fixed; width: 100%;
	top: 0px; left: 0;
	z-index: 9999;
	}
	header nav {
			padding-left:211px;
			}
			header nav span,
			header nav a {
					display: block;
					color:#FFF;
					text-decoration:none;
					text-shadow:0 1px 0 #383C47;
					}
			header nav a:hover {
					text-decoration:underline;
					}
			header nav ul {
					margin:0;
					padding:0;
					list-style:none;
					}
			header nav li {
					position: relative;
					float:left;
					margin:0;
					padding:0 20px;
					font:17px/57px -apple-system,"Helvetica Neue",Helvetica,Arial,sans-serif;
					}
			header nav li:first-child {
		border-left: none;
	}
			header nav .homepage {
					display:inline-block;
					width:25px;
					height:25px;
					background:url(/s/i/homepage.png) 0 -25px no-repeat;
					vertical-align:middle;
					}
			header nav .homepage:hover,
			header nav .homepage.active {
					background-position:0 0;
					}

/* Logo */
header .logo {
	position:absolute;
	top:8px;
	left:24px;
	width:170px;
	height:57px;
	/*background:url(/s/i/logo.png) 0 0 no-repeat;*/
	}
	header .logo img {
		float:left;
		margin: 0;
		padding: 0;
		text-decoration: none;
		}

/* Menu */
header .menu {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	list-style:none;
	}
	header .menu a {
	display: block;
	color:#FFF;
	text-decoration:none;
	text-shadow:0 1px 0 #383C47;
	}
	header .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	header .menu > li {
	float:left;
	height: 57px;
	margin:0;
	padding: 0 15px;
	font:14px/57px -apple-system,"Helvetica Neue",Helvetica,Arial,sans-serif;
	border-left: 1px solid #353843;
	}
	header .menu > li:last-child {
	border-right: 1px solid #353843;
	}
	header .expand:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
	}
	header .menu .menu-reg {
	padding-left:23px;
	background:url(/s/i/menu.png) 0 22px no-repeat;
	}
	header .menu .menu-login {
	padding-left:17px;
	background:url(/s/i/menu.png) 0 -79px no-repeat;
	}
	header .menu .common {
	text-align: center;
	padding: 0 15px 0 15px;
	min-width: 50px;
	}
	header .menu .common:hover {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
		cursor: pointer;
	}
	header .menu .common .new {
	font-size: 11px;
	background: #f56370;
	color: white;
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;
					border-radius: 10px;
	position: relative;
	top: -12px;
	margin-left: -12px;
	padding: 2px 8px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) inset;
	}
	header .expand {
	padding-right: 35px;
	position: relative;
	cursor: pointer;
	}
	header .expand:after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 27px;
		right: 12px;
		width: 0;
		height: 0;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
		border:5px dashed transparent;
		border-top-style: solid;
		border-top-color: #dcddde;
		}
	header .menu .user-data {
	padding: 0 35px 0 60px;

	cursor: pointer;
	}
	header .menu .user-data .avatar {
		border: 1px solid #383c47;
		position: absolute;
		top: 13px;
		left: 16px;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8) inset;
	}
	header .menu .user-data .name {
		display: inline-block;
		color: #a7adb4;
		margin-top: 12px;
		line-height: 1.1em;
		text-align: left;
		min-width: 100px;
		max-width: 125px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	header .expand .dropdown {
		visibility: hidden;
		position: absolute;
		left: 0px; top: 50px;
		width: 100%;
		background: #565a62;
		z-index: 20;
		opacity: 0;
			 -moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
				 -o-transition: all 0.3s ease-out;
				-ms-transition: all 0.3s ease-out;
						transition: all 0.3s ease-out;
		-webkit-border-radius: 0 0 3px 3px;
			 -moz-border-radius: 0 0 3px 3px;
						border-radius: 0 0 3px 3px;
	}
	header .expand.open  .dropdown,
	header .expand:hover .dropdown {
		visibility: visible;
		top: 57px;
		opacity: 0.95;
	}
	header .expand .dropdown li {
		display: block;
		float: none;
		height: auto;
		padding: 0;
		line-height: 1.1em;
	}
	header .menu .dropdown li {
		padding: 0 3px 0 18px;
		}
	header .expand .dropdown li:hover {
		background: #000;
	}
	header .expand .dropdown li:last-child:hover {
		border-radius: 0 0 3px 3px;
	}
	header .expand .dropdown li.divider {
		border-bottom: 1px solid #353843;
		height: 1px;
		margin: 9px 1px;
		overflow: hidden;
	}
	header .expand .dropdown li.divider:hover {
		background-color: transparent;
	}
	header .expand .dropdown li a {
		display: block;
		text-shadow: none;
		padding: 10px 24px;
		text-decoration: none;
		}
	header .user-menu li a.profile  { background: url(/s/i/user-menu-profile.png) no-repeat 0px center; }
	header .user-menu li a.referral  { background: url(/s/i/user-menu-referral.png) no-repeat 0px center;}
	header .user-menu li a.reports  { background: url(/s/i/user-menu-reports.png) no-repeat 0px center;}
	header .user-menu li a.lists     { background: url(/s/i/user-menu-lists.png) no-repeat 1px center; }
	header .user-menu li a.agreement { background: url(/s/i/user-menu-agreement.png) no-repeat 2px center; }
	header .user-menu li a.logout    { background: url(/s/i/user-menu-exit.png) no-repeat 1px center; }

	header .user-menu li a.messages  { background: url(/s/i/user-menu-messages.png) no-repeat 0px center; }
	header .user-menu li a.files     { background: url(/s/i/user-menu-files.png) no-repeat 3px center; }
	header .user-menu li a.sites     { background: url(/s/i/user-menu-sites.png) no-repeat 2px center; }
	header .user-menu li a.favs      { background: url(/s/i/user-menu-favs.png) no-repeat 3px center; }
	header .user-menu li a.options   { background: url(/s/i/user-menu-options.png) no-repeat 2px center; }

/* Article
------------------------------------ */
article {
  /*position:relative;*/
  padding-top:21px !important;
  /*margin-left: 230px;*/
  margin-bottom: 35px;
}

article .title-fixed {
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
article .title-fixed .title-fixed-inner {
  position: relative;
  margin: auto;
  max-width: 980px;
  width: 980px;
  padding: 0 0 0 230px;
}
article .title-fixed .title-fixed-inner .title-fixed-inner-bg {
  padding: 20px 0 0 0;
  background: #fff;
}
article .title-fixed .title-fixed-inner .title-fixed-inner-fade {
  height: 50px;
  margin: -17px 0 0;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 50%);
  background-image: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 50%);
}

article .main-actions { float: right; }

article nav.sort-type {
  border-bottom: 2px solid #edf6f7;
  line-height: 35px;
  margin-bottom: 17px;
}
article nav.sort-type ul { display: inline; margin: 25px 0; padding-left: 0; }
article nav.sort-type ul li { display: inline-block; padding: 0 8px; }
article nav.sort-type ul li a {
  color: #3397D1; border-bottom: 1px dotted; text-decoration: none;
}
article nav.sort-type ul li.active {
  background: #edf6f7;
  -webkit-border-radius: 2px 2px 0 0;
   -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
}
article nav.sort-type ul li.active a { border: none; color: #9fb1b6; }
article nav.sort-type ul li span { display: none; }
article nav.sort-type ul li.active span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  background: url(/s/i/sort-arrow.png) no-repeat 0px 0px;
}
article nav.sort-type ul li.active span.asc,
article nav.sort-type ul li.active[order="asc"] span {}
article nav.sort-type ul li.active span.desc,
article nav.sort-type ul li.active[order="desc"] span {
  background-position: -50px 0px;
}
article nav.sort-type .clear {
  display: inline;
  float: right;
  border-bottom: 1px dotted;
  color: #C2C4C8;
  font-size: 14px;
  line-height: 1;
  margin: 13px 0 0;
}
article nav.sort-type .clear.clear-cross {
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  margin-top: 6px;
  margin-left: 6px;
}
article nav.sort-type .clear:hover {
  color: #cd201f;
  border-bottom-color: #cd201f;
  text-decoration: none;
}
article nav.sites-filter .clear {
  display: inline;
  float: right;
  color: #c3c4c8;
  font-size: 22px;
  line-height: 1;
  margin: 6px 6px 0;
  border-bottom: 0;
  transition-duration: 0.5s;
   -webkit-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
   -moz-transition-duration: 0.5s;
}
article nav.sites-filter .clear:hover {
  text-decoration: none;
  color: #bd362f;
}
article .nav {
  display: block;
  border-bottom: 2px solid #edf6f7;
  line-height: 35px;
  margin: 0 0 17px 0;
  padding: 0;
}
article .nav li {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px;
}
  article .nav li .new-label {
    background: #f0ad4e;
    font-size: 10px;
    color: #fff;
    padding: 1px 4px;
    border-radius: 3px;
  }
  article .nav .active .new-label {
    background: #ec971f;
  }
article .nav a {
  color: #3397D1; border-bottom: 1px dotted #3397D1; text-decoration: none;
}
article .nav a:hover {
  border-bottom:none;
}
article .nav .active   {
  background: #edf6f7;
  -webkit-border-radius: 2px 2px 0 0;
   -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
}
article .nav .active a { border: none; color: #9fb1b6; }

article .nav .disabled a {
  border: none;
  color: #eee;
  cursor: default;
}

article nav.filter-type {
  border-bottom: 2px solid #EDF6F7;
}

article nav.filter-type ul li {
  padding: 0 8px;
}

article nav.filter-type ul li sup.danger {
  color: #b94a48;
}

ul.discount li {
  list-style-type: none;
  text-indent: -1.5em;
}

ul.discount li:before {
  content: "—";
  margin-right: 0.5em;
}

.navbar {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 20px;
}
.navbar li { display: inline-block; text-align: center; width: 140px; cursor: pointer; }
.navbar li span {
  color: #3397D1;
  border-bottom: 1px dotted #3397D1;
  text-decoration: none;
}
.navbar li.active   {
  background: #edf6f7;
  -webkit-border-radius: 2px 2px 0 0;
   -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
}
.navbar li.active span { border: none; color: #9fb1b6; }
.navbar-hide {
  display: none;
}
.navbar-error {
  padding-top: 5px;
  height: 68px;
}

.tab-content > .tab-pane { display: none;  }
.tab-content > .active   { display: block; }

.spayment {
  padding: 0 50px 0 170px;
}
.spayment span {
  display: block;
  float: left;
  margin: 0 0 5px 5px;
}

.spayment img {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #516F76;
  padding: 4px;
  height: 40px;
}

.paysystem {
	margin-top: 50px;
	display: flex;
	align-items: center;
}

.paysystem .paysystem__info {
	color: #949494;
	margin-right: 20px;
}

.paysystem .paysystem-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.paysystem .paysystem__item img {
	max-width: 100px;
}

.payment-process {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 25px;
  width: 700px;
}

.payment-process > p {
  font-size: 12px;
  line-height:15px;
  color: #888;
}

.payment-info {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #dae5e8;
  padding-left: 35px;
  width: 380px;
}
.payment-info--help {
  font-size: 12px; margin-top:0;
}
.green {
  color: #2cbf2b;
}
.payment-star {
  font-size: 18px;
  margin-left: 3px;
}
.payment-info table {
  margin-bottom: 10px;
  padding: 20px;
  text-align: left;
}
.payment-info table th {
  font-weight: 400;
  color: #4e5360;
  text-align: center;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.payment-info table tr:hover[data-value] {
  cursor: pointer;
}
.payment-info table tr:hover[data-value] td span {
  border-bottom: 1px dashed;
}
.payment-info table td {
  color: #4e5360;
  padding: 5px 45px 5px 0;
  font-size: 14px;
  text-align: right;
}
.payment-info table td:last-child {
  font-weight: bold;
}
.payment-info table tr:nth-child(2n) {
  background: #f6fafb;
}

.f24 {
  font-size:24px;
}

/* Pagination */
.pagination {
  height: 40px;
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  border-right: 1px solid #E5D7BF;
}

.pagination ul > li > a:hover {
  text-decoration: underline;
}

.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active > span {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  text-decoration: none;
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-right: none;
}

/* Profile */
.legal-status {
  margin-left: 10px;
  color: #777;
}

/* offer in profile page */
.offer-body {
  width: 100% !important;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.offer-body iframe {
	background-color: #fff;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-bottom: 5px;
}

.offer-body iframe + .checkbox {
  line-height: 15px;
}

/* Profile phone */
#input-sms-digest-hour {
  width: 3em;
  margin-left: 10px;
  margin-right: 10px;
}
#input-phone {
  width: 270px;
}
.input-phone-c {
  width: 300px !important;
}
.phone-delete-btn {
  background-color: rgba(189,54,47,.5);
  background-image: linear-gradient(to bottom, rgba(226,113,99,.5), rgba(189,54,47,.5));
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: bold;
}

.phone-delete-btn:hover,
.phone-delete-btn:active,
.phone-delete-btn.active,
.phone-delete-btn.disabled,
.phone-delete-btn[disabled],
.phone-delete-btn.zchover {
  background: none repeat scroll 0 0 #bd362f;
  color: #fff;
}
.phone-delete-cross {
  position: relative;
  top: -2px;
}

.phone-change-btn {
  display: inline-block;
  padding-top: 5px;
  margin-left: 10px;
  border-bottom: 1px dashed;
}
.phone-change-btn:hover {
  border: none;
  text-decoration: none;
}

.phone-cancel-btn {
  margin-left: 10px;
  border-bottom: 1px dashed;
  color: #C2C4C8;
}
.phone-cancel-btn:hover {
  border: none;
  text-decoration: none;
}

.phone-change-form-hidden {
  display: none;
}

/* Push */

.control-group-push-button {
  margin-bottom: 25px;
}

.push-info-browser {
  font-size: 12px;
}

/* / Push */

/* Sites */
.control-group.article-type .controls {
  margin-top: 0.5em;
}
.control-group.article-type .controls label {
  /*
  display: inline-block;
  width: 150px;
  */
}
/*
.control-group.article-type .controls label .help-tooltip {
  float: right;
}
*/
.control-group.article-type .controls .preloader {
  display: inline-block;
  margin-left: 10px;
}

/* Site thumb */

.site .thumb {
  position: relative;
  width: 165px;
  height: 125px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #C3C4C8;
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;

  box-shadow: 0 0 3px #CCCCCC;
  overflow: hidden;
}
.site[data-site-type="profile"] .thumb {
  background-color: rgba(0, 0, 0, 0.25);
}

.site .thumb > .thumb-snapshot {
  max-width: 100%;
  max-height: 100%;
}
.site[data-site-type="profile"] .thumb > .thumb-snapshot {
  border: 2px solid #fff;
  border-radius: 100%;
  height: 110px;
  width: 110px;
  margin: 5px 0 0;
}

.site .thumb > .thumb-logo {
  /*background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0 3px;
  color: #fff;
  height: 22px;
  padding: 3px 0 0;
  width: 25px;
*/
  position: absolute;
  right: 2px;
  top: 2px;
}
/*.site[data-site-type="vk_wall"] .thumb > .thumb-logo,
.site[data-site-type="vk_group"] .thumb > .thumb-logo {
  background-color: rgba(76, 117, 163, 0.8);
}
.site[data-site-type="fb_wall"] .thumb > .thumb-logo,
.site[data-site-type="fb_group"] .thumb > .thumb-logo {
  background-color: rgba(59, 89, 152, 0.8);
}
.site[data-site-type="twitter"] .thumb > .thumb-logo {
  background-color: rgba(108, 173, 222, 0.8);
}
.site[data-site-type="youtube"] .thumb > .thumb-logo {
  background-color: rgba(205, 32, 31, 0.8);
}*/
.site .thumb > .thumb-logo.thumb-logo-profile {
  width: 35px;
}


.site .thumb > .thumb-blur {
  position: absolute;
  box-sizing: content-box;
  height: 100%;
  opacity: 0.5;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  z-index: -10;
}

/* Sites */

.sites-list { margin: 0 0 50px; }
.sites-list .site {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e3eff3; margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(227,239,244,1);
  position: relative;
  z-index: 1;
  height: 175px;
}

.sites-list .site.mt--open {
  z-index: 2;
}

.sites-list .site .panel {
  position: absolute;
  top: 0; left: 0;
  height: 175px; width: 0;
  background: #191919;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;

  color: #fff;
  text-shadow: 0 1px 1px rgba(100,100,100,0.75);

   -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;

  z-index: 10;
}
.sites-list .site .panel .close {
  float: right;
  margin: 3px 8px;
  padding: 0;

  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 0.4;
  filter: alpha(opacity=40);

  text-decoration: none;
}
.sites-list .site .panel .close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.sites-list .site .panel nav {
  margin: 23px 0 0 12px;
  line-height: 25px;
}

.sites-list .site .panel nav li {
  display: inline-block;
  width: 410px;
}
.sites-list .site .panel nav a {
  background: url(/s/i/site-manage-icons.png) no-repeat center center;

  color: white;
  text-decoration: none;
  padding-left: 20px;
}
.sites-list .site .panel nav a.stat     { background-position: 0 3px;   }
.sites-list .site .panel nav a.articles { background-position: 0 -17px; }
.sites-list .site .panel nav a.delete   { background-position: 0 -77px; color: #b50000; text-shadow: 0 1px 1px rgba(100, 0, 0, 0.75); }
.sites-list .site .panel nav a.ask      { background-position: 0 -57px; }
.sites-list .site .panel nav a.params   { background-position: 0 -37px; }
.sites-list .site .panel nav a.settings { background-position: 0 -93px; }

.sites-list .site .panel .action-cnt {
  position: absolute; right: 6px; top: 70px; width: 170px;
  text-align: center;
}
.sites-list .site .panel .action-cnt .action-text {
  color: white; font-size: 1.2em;
  margin-top: 20px;
}
.sites-list .site .panel .button-play-pause {
  padding: 10px 9px;

  -webkit-border-radius: 500px;
   -moz-border-radius: 500px;
        border-radius: 500px;
}
.sites-list .site .panel .button-play-pause .icon-play {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 8px;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("/s/i/play-pause-btn.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.sites-list .site .panel .button-play-pause .icon-pause {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px 4px 0px 4px;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("/s/i/play-pause-btn.png");
  background-position: -16px 0;
  background-repeat: no-repeat;
}
.sites-list .site .panel .site-remove {
  padding-left: 45px;
  color: #fff;
  display: none;
}
.sites-list .site .panel .site-remove form input {
  display: inline-block;
  height: 23px;
}
.sites-list .site .panel .site-remove .btn-site-remove {
  margin-top: -1px;
}

.sites-list .site .panel .tab-pane {
  padding: 10px 15px 0 50px;
}
.sites-list .site .panel .tab-pane span {
  display: block;
  margin-bottom: 5px;
  height: 60px;
  font-size: 15px;
  line-height: 19px;
}
.sites-list .site .panel .tab-pane textarea {
  display: inline-block;
  height: 22px;
  width: 198px;
  margin-top: 1px;
  resize: none;
  font-size: 14px;
}
.sites-list .site .panel .tab-pane span.profile {
  display: block;
  margin-bottom: 4px;
  height: 22px;
  font-size: 15px;
  line-height: 15px;
}
.sites-list .site .panel .tab-pane textarea.profile {
  display: inline-block;
  height: 55px;
  width: 270px;
  margin-bottom: 5px;
  resize: none;
  font-size: 15px !important;
  line-height: 18px !important;
  padding: 4px 6px;
}
.sites-list .site .panel .nav {
  border: medium none;
  line-height: 2;
  margin: 10px 0 0 50px;
  font-size: 14px;
  display: flex;
  text-shadow: 0 1px 1px #666666;
}
.sites-list .site .panel .nav li {
  display: inline-block;
  padding: 0 10px;
  min-width: 35px;
  text-align: center;
}
.sites-list .site .panel .nav a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}
.sites-list .site .panel .nav .active   {
  background: url(/s/i/approve-menu-bg.png) no-repeat 1px 4px;
}
.sites-list .site .panel .nav .active a {
  border: none;
  color: #fff;
}
.sites-list .site .panel .approve-panel .tab-content {
  width: 410px;
}
.sites-list .site .panel .approve-panel nav {
  position: absolute;
  left: -5px;
  bottom: -10px;
}
.sites-list .site .panel .info {
  margin: 10px 10px 0 45px;
}
.sites-list .site .panel .info .close {
  color: #4E5360;
}

.sites-list .site .status {
  width: 35px;
  height: 175px;
  background-color: #a7d828;
  background-image: -webkit-linear-gradient(top, #a7d828 0%,#57a404 100%);
  background-image: -moz-linear-gradient(top, #a7d828 0%, #57a404 100%);
  background-image: -o-linear-gradient(top, #a7d828 0%,#57a404 100%);
  background-image: linear-gradient(to bottom, #a7d828 0%,#57a404 100%);
  position: relative;
  cursor: pointer;
  z-index: 15;
}
.sites-list .site .status:before {
  position: absolute;
  top: 0; left: 0;
  width: 35px; height: 35px;

  background: url(/s/i/status-arrow.png) no-repeat 5px 8px;

  content: '';
}
.sites-list .site .status.open:before {
  background-position: -90px 8px;
}
.sites-list .site .status .note {
  display: block;
  color: white;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  writing-mode: rl-tb;
  width: 163px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  position: absolute; left: -69.5px; bottom: 69.5px;
  padding-left: 10px;
  text-shadow:-1px 0px 0 #666;
  font-weight: bold;
}

.sites-list .site .status-ready:before {}

.sites-list .site .status-approve,
.sites-list .site .block-status-approve {
  background-color: #f0b84a;
  background-image: -webkit-linear-gradient(top, #f0b84a 0%,#da6e0d 100%);
  background-image: -moz-linear-gradient(top, #f0b84a 0%, #da6e0d 100%);
  background-image: -o-linear-gradient(top, #f0b84a 0%,#da6e0d 100%);
  background-image: linear-gradient(to bottom, #f0b84a 0%,#da6e0d 100%); /* W3C */
}
.sites-list .site .status-approve:before {
}

.sites-list .site .block-status-declined,
.sites-list .site .block-status-deleted,
.sites-list .site .status-moderate {
  background-color: #95a5b2;
  background-image: -webkit-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: -moz-linear-gradient(top, #95a5b2 0%, #435563 100%);
  background-image: -o-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: linear-gradient(to bottom, #95a5b2 0%,#435563 100%);
}
.sites-list .site .block-status-declined,
.sites-list .site .block-status-deleted {
  cursor: default;
}
.sites-list .site .block-status-declined:before,
.sites-list .site .block-status-deleted:before {
  background: none;
}

.sites-list .site .block-status-transferred,
.sites-list .site .block-status-pause {
  background-color: #95a5b2;
  background-image: -webkit-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: -moz-linear-gradient(top, #95a5b2 0%, #435563 100%);
  background-image: -o-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: linear-gradient(to bottom,  #95a5b2 0%,#435563 100%);
}
.sites-list .site .block-status-transferred:before,
.sites-list .site .block-status-pause:before {}

.sites-list .site .block-status-blocked,
.sites-list .site .status-error {
  background-color: #f44e5d;
  background-image: -webkit-linear-gradient(top, #f44e5d 1%,#e20e16 100%);
  background-image: -moz-linear-gradient(top, #f44e5d 1%, #e20e16 100%);
  background-image: -o-linear-gradient(top, #f44e5d 1%,#e20e16 100%);
  background-image: linear-gradient(to bottom,  #f44e5d 1%,#e20e16 100%);
}
.sites-list .site .block-status-blocked:before,
.sites-list .site .status-error:before {}

.sites-list .block-name { width: 224px; height: 175px; border-right: 1px solid #e3eff3; padding: 0 5px 0 10px; }
.sites-list .block-name .link { margin: 10px 0; }
.sites-list .block-name .link a { color: #04a0e0; text-decoration: none; font-weight: bold; }
.sites-list .block-name .link a:hover { text-decoration: underline; }

.sites-list         .site .thumb .site-label,
.project-sites-list .site .thumb .site-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  overflow: hidden;
  width: 100px;
}

.site-label > .site-label__type {
  background: #ff6600;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: -30px;
  padding-bottom: 1px;
  position: absolute;
  text-align: center;
  top: 10px;
  transform: rotate(-45deg);
  width: 100px;
}
.site-label > .site-label__type.site-label__type-new     { background-color: #4c75a3; }
.site-label > .site-label__type.site-label__type-vip,
.site-label > .site-label__type.site-label__type-premium { background-color: #669933; }
.site-label > .site-label__type.site-label__type-ags     { background-color: #bd362f; }

.sites-list .block-calc { float: left; width: 230px; height: 175px; border-right: 1px solid #e3eff3; padding-left: 20px; }
.sites-list .block-calc .text { text-align: center; margin: 10px 0; }
.sites-list .block-calc .link { margin: 10px 0; }
.sites-list .block-calc .link a { color: #04a0e0; text-decoration: none; font-weight: bold; }
.sites-list .block-calc .link a:hover { text-decoration: underline; }

.calc-add-buton { text-align: center; padding-top: 10px; }

.sites-list .block-calc .site_error { padding-top: 20px; font-size: 10px; color: red; }
.sites-list .block-text-error { text-align: center; padding-top: 10px; font-size: 18px; }

.sites-list .block-rating { position: relative; width: 230px; height: 175px; border-right: 1px solid #e3eff3; }
.sites-list .block-rating .site-rating-add {
  position: absolute;
  right: 10px;
  top: 10px;
  padding-right: 4px;
  padding-left: 4px;
  }
.sites-list .text {
  font-size: 13px;
  }
.sites-list .block-rating .text { height: 5px; padding: 10px; text-align: center; }
.sites-list .block-rating .text .site-rating-add { position: absolute; margin-top: -5px; margin-left: 5px; }
.sites-list .block-rating .progress {
  margin: 10px auto;
  width: 112px; height: 112px; background: url(/s/i/progress.png) no-repeat center;

  text-align: center;
  line-height: 112px;

  font-weight: bold;
  font-size: 32px;
}
.sites-list .block-rating .progress.proc0   { background-position:  0      50%; }
.sites-list .block-rating .progress.proc5   { background-position: -112px  50%; }
.sites-list .block-rating .progress.proc10  { background-position: -224px  50%; }
.sites-list .block-rating .progress.proc15  { background-position: -336px  50%; }
.sites-list .block-rating .progress.proc20  { background-position: -448px  50%; }
.sites-list .block-rating .progress.proc25  { background-position: -560px  50%; }
.sites-list .block-rating .progress.proc30  { background-position: -672px  50%; }
.sites-list .block-rating .progress.proc35  { background-position: -784px  50%; }
.sites-list .block-rating .progress.proc40  { background-position: -896px  50%; }
.sites-list .block-rating .progress.proc45  { background-position: -1008px 50%; }
.sites-list .block-rating .progress.proc50  { background-position: -1120px 50%; }
.sites-list .block-rating .progress.proc55  { background-position: -1232px 50%; }
.sites-list .block-rating .progress.proc60  { background-position: -1344px 50%; }
.sites-list .block-rating .progress.proc65  { background-position: -1456px 50%; }
.sites-list .block-rating .progress.proc70  { background-position: -1568px 50%; }
.sites-list .block-rating .progress.proc75  { background-position: -1680px 50%; }
.sites-list .block-rating .progress.proc80  { background-position: -1792px 50%; }
.sites-list .block-rating .progress.proc85  { background-position: -1904px 50%; }
.sites-list .block-rating .progress.proc90  { background-position: -2016px 50%; }
.sites-list .block-rating .progress.proc95  { background-position: -2128px 50%; }
.sites-list .block-rating .progress.proc100 { background-position: -2240px 50%; }

.sites-list .block-rating .text a {
  text-decoration: none;
}

.sites-list .block-rating .text a.addrating-link:hover span.addrating-link__item {
  text-decoration: underline;
}

.sites-list .site .block-cost {
  overflow: hidden;
  position: relative;
  width: 230px;
  height: 175px;
  border-right: 1px solid #e3eff3;
  text-align: center;
}
.sites-list .site .block-cost .text { text-align: center; margin: 10px 0 -10px; }
.sites-list .site .block-cost .cost {
  background: url(/s/i/price-bg.png) no-repeat;
  width: 160px; height: 38px;
  line-height: 38px;
  margin: 45px auto 0;

  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.sites-list .site .block-cost .title-type {
  margin-bottom: 8px;
}
.sites-list .site .block-cost .type {
  background: #ffd88d;
  padding: 2px;
  font-size: 12px;
  margin-right: 1px;
}
.sites-list .site .block-cost .cost.none {
  font-size: 12px;
}
.sites-list .site .block-cost .cost .cost-text {
  display: inline-block;
  width: 95px;
}
.sites-list .site .block-cost .cost .cost-text.blur {
  text-shadow: 0 0 3px;
}
.sites-list .site .block-cost .cost .rub {
  font-weight: normal;
}
.sites-list .site .block-cost .cost .price-edit-button {
  display: none;
  color: #fff;
  background-color: #4e5360;
  border-radius: 100%;
  font-size: 0.6em;
  padding: 2px 5px;
  vertical-align: top;
  cursor: pointer;
}
.sites-list .site[data-allow-price-edit="1"] .block-cost .cost .price-edit-button {
  display: inline;
}

.sites-list > .site .settings__cost .cost-control__rub {
  position: absolute;
  top: 4px;
  font-size: 20px;
  right: 5px;
}

.sites-list .block-cost-add { float: left; width: 212px; height: 175px; }
.sites-list .block-cost-add .text { text-align: center; margin: 10px 0 -10px; }
.sites-list .block-cost-add .cost {
  background: url(/s/i/price-bg.png) no-repeat; width: 134px; height: 38px;
  line-height: 38px;
  margin: 55px auto 0;

  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.sites-list .block-cost-add .cost .rub {
  font-weight: normal;
}

.sites-list .block-cost .article-type-block {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 230px;
  height: 40px;
  list-style: none;
}
.sites-list .block-cost .article-type-block .article-type-item {
  display: table-cell;
  width: 115px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
}

.sites-list .block-cost .article-type-block .article-type-item.fade {
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.sites-list .block-cost .article-type-block .article-type-item .article-type-item-description {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 40px;
  visibility: hidden;
  background: inherit;
  height: 0px;
  width: 230px;
  margin: 0;
  padding: 7px 35px 0 30px;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .15s;
     -moz-transition: all .15s;
      -ms-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
  transition-delay: .15s;
}
.sites-list .block-cost .article-type-block .article-type-item:hover .article-type-item-description {
  height: 40px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sites-list .block-cost .article-type-block .article-type-item.fade:hover .article-type-item-description {
  display: none;
}

.sites-list .block-cost .article-type-block .article-type-item .article-type-item-description input[type="checkbox"] {
  position: absolute;
  top: 8px;
  left: 8px;
}
.sites-list .block-cost .article-type-block .article-type-item .article-type-item-description .description-text {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 5px 5px 0 0;
  text-align: left;
  width: 120px;
}
.sites-list .block-cost .article-type-block .article-type-item .article-type-item-description .help-tooltip {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 0;
  margin: 4px 8px 0 0;
  padding: 2px 2px 3px 2px;
  width: 13px;
}

.sites-list .block-cost .article-type-block .article-type-item .article-type-item-cost {
  position: relative;
  padding: 10px 0;
  height: 40px;
  overflow: hidden;
}

.sites-list .block-cost .article-type-block .article-type-item .article-type-item-cost .shield {
  position: absolute;
  top: 0;
  height: 0;
  width: 115px;
  background-color: #fff;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
}
.sites-list .block-cost .article-type-block .article-type-item.active .article-type-item-cost .shield {
  height: 30px;
}
.sites-list .block-cost .article-type-block:hover .article-type-item.active .article-type-item-cost .shield {
  height: 0;
}

.sites-list .block-cost .article-type-block .article-type-item[type="img"]        { background-color: #428BCA;}
.sites-list .block-cost .article-type-block .article-type-item[type="serm"]       { background-color: #5CB85C;}
.sites-list .block-cost .article-type-block .article-type-item[type="pr"]         { background-color: #dda000;}

.sites-list .block-articles { width: 230px; height: 175px; border-right: 1px solid #e3eff3; }
.sites-list .block-articles .text { text-align: center; margin: 10px 0 -10px; }
.sites-list .block-articles .articles-cnt { font-size: 36px; margin: 55px 0 15px; text-align: center; }
.sites-list .block-articles .articles-cnt a { text-decoration: none; color: inherit; }
.sites-list .block-articles .articles-cnt a.dropped { text-decoration: none; color: #b94a48; }
.sites-list .block-articles .articles-cnt .none { color: #c3c4c8; }
.sites-list .block-articles .articles-queries {
  text-align: center;
  margin-top: 20px;
}

.sites-list .block-articles .articles-queries span.none {
  background: url(/s/i/articles-status.png) no-repeat top;
  text-shadow: 1px 1px 0 #c3c4c8;
}

.sites-list .block-articles .articles-queries a.new {
  background: url(/s/i/articles-status.png) no-repeat center;
  text-shadow: 1px 1px 0 #4e5360;
}

.sites-list .block-articles .articles-queries a.dropped {
  background: url(/s/i/articles-status.png) no-repeat bottom;
  text-shadow: 1px 1px 0 #b94a48;
}

.sites-list .block-articles .articles-queries span.none, a.new {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 7px;
  width: 100px;
  color: #fff;
}

/* declined */

.site.site-declined {
  border: 1px solid #bb3300;
  box-shadow: 0 0 1px 1px rgba(223,77,31,.55);
}
.site.site-declined .thumb {
  box-shadow: 0 0 1px #f0e5cc;
}
.block-site-decline {
  background: #f9f5e4;
  margin-left: 35px;
}
.block-site-decline__name {
  padding: 5px 5px 0 10px;
  background: #f0e5cc;
  box-shadow: 0 6px 4px -4px rgba(210, 197, 197, 0.15);
  font-size: 14px;
  height: 25px;
}
.decline-info__link {
  font-weight: bold;
  float:left;
  width: 188px;
}
.decline-info__head {
  float: left;
}
.block-site-decline__name-icon {
  color: #bb3300;
  margin-right: 1px;
  margin-top: 1px;
}
.block-site-decline__thumb {
  float: left;
  margin-left: 12px;
  margin-top: 10px;
}
.block-site-decline__message {
  font-size: 14px;
  height: 147px;
  margin: 0 -20px;
  overflow-y: auto;
  padding: 0 30px 0 10px;
  position: relative;
}
.block-site-decline__message-text {
  margin: 8px 0 20px 10px;
  font-size: 14px;
  line-height: 18px;
}

/* / declined */

.sites-list .block-income { position: relative; width: 230px; height: 175px;text-align: center; }
.sites-list .block-income .text { margin-top: 10px; }
.sites-list .block-income .cost { font-size: 36px; text-align: center; color: #82bf14; margin-top: 45px; }
.sites-list .block-income .cost a { color: inherit; text-decoration: none; }
.sites-list .block-income .cost .none { color: #c3c4c8; }

.sites-list .site.pause .block-name,
.sites-list .site.pause .block-rating,
.sites-list .site.pause .block-cost,
.sites-list .site.pause .block-articles,
.sites-list .site.pause .block-income {
  opacity: 0.5;
}
.red {color: #ff0000;}
.qtip {
  max-width:320px;
}
.qtip-default {
  background-color: #FFFFFF;
  border: 1px solid #D2E6EC;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
  box-shadow: 0 0 10px #9FD8EB;
  -webkit-transition: opacity .25s ease;
     -moz-transition: opacity .25s ease;
      -ms-transition: opacity .25s ease;
       -o-transition: opacity .25s ease;
          transition: opacity .25s ease;
}
.qtip-default .qtip-content {
  font-size: 13px;
  line-height: 1.2;
}

.qtip-error {
  /*color: #b94a48;*/
  border-color: #b94a48;
  -webkit-box-shadow: 0 0 10px #b94a48;
          box-shadow: 0 0 10px #b94a48;
}
.qtip-new-project {
  padding: 7px 8px;
  line-height: 16px;
  }

.qtip-metrika {
  width: 350px !important;
  max-width: 350px !important;
  height: 125px;
  background-color: #fff;
  border: 1px solid #D2E6EC;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
  box-shadow: 0 0 10px #9FD8EB;
}
.qtip-metrika .qtip-close {
  background: none;
  border: none;
  right: 4px;
  top: 4px;
}
.qtip-metrika .qtip-close .ui-icon {
  font-size: 16px;
}
.qtip-metrika .qtip-content {
  font-size: 14px;
  padding: 8px;
  line-height: 1.2;
}
.qtip-metrika .qtip-content.error {
  color: #B50000;
}
.qtip-metrika .qtip-content p {
  margin: 0 0 5px;
  padding: 15px 10px 0;
}
.qtip-metrika .qtip-content .site-matrika-howto {
  display: block;
  background: url(/s/i/metrika-howto-bg.png) no-repeat 1px 1px;
  padding-left: 20px;
  margin-bottom: 8px;
}
.qtip-metrika .qtip-content .btn-chestat-check {
  margin-left: 100px;
}

/* Site */

.site-info-header {
  min-height: 125px;
  margin-bottom: 1em;
}

.site-info-header .thumb {
  position: relative;
  width: 165px;
  height: 125px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #C3C4C8;
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;

  box-shadow: 0 0 3px #CCCCCC;
}
.site-info-header .thumb .thumb-snapshot {
  max-width: 100%;
  max-height: 100%;
}
.site-info-header .thumb .thumb-logo {
  position: absolute;
  top: 2px;
  right: 2px;
}

.site-info-header .site-info-header-status {
  margin-left: 175px;
  font-size: 1.5em;
  line-height: normal;
}

/* Texts */
.texts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.texts-list .text-body {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100px;
}

.texts-list .text {
  /*
  display: inline-block;
  width: 300px;
  */

  margin-bottom: 20px;
  border: 1px solid #e3eff3;
  box-shadow: 0 0 5px rgba(227,239,244,1);
  position: relative;
}

.texts-list .text-body > li {
  float: left;
  border-right: 1px solid #e3eff3;
  padding: 10px 20px;
  height: 80px;
}
.texts-list .text-body > li:last-child {
  border-right: none;
}

.texts-list .text-body .block-intro {
  padding-left: 45px;
  width: 300px;
}
.texts-list .text-body .block-intro .title {
  font-size: 18px;
  text-align: left;
}
.texts-list .text-body .block-intro .description {
  font-size: 10px;
  line-height: 1.2em;
  text-align: left;
  height: 25px;
  margin: 10px 0 0;
}

.texts-list .text-body .block-intro .status {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 90px;
  padding: 10px 0 0;
  background-color: #95a5b2;
  background-image: -webkit-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: -moz-linear-gradient(top, #95a5b2 0%, #435563 100%);
  background-image: -o-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: linear-gradient(to bottom,  #95a5b2 0%,#435563 100%);
}

.texts-list .text-body .block-intro .status-new {}

.texts-list .text-body .block-intro .status-moderating {
  background-color: #95a5b2;
  background-image: -webkit-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: -moz-linear-gradient(top, #95a5b2 0%, #435563 100%);
  background-image: -o-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: linear-gradient(to bottom,  #95a5b2 0%,#435563 100%);
}

.texts-list .text-body .block-intro .status-wait {
  background-color: #018cd8;
  background-image: -webkit-linear-gradient(top, #11CAF0, #018CD8);
  background-image: -moz-linear-gradient(top, #11CAF0, #018CD8);
  background-image: -o-linear-gradient(top, #11CAF0, #018CD8);
  background-image: linear-gradient(to bottom, #11CAF0, #018CD8);
}
.texts-list .text-body .block-intro .status-wait:after {
  content: '';
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: url(/s/i/icon-good.png) no-repeat center 10px;
}

.texts-list .text-body .block-intro .status-ready {
  background-color: #b4dd7e;
  background-image: -webkit-linear-gradient(top, #b4dd7e 0%,#6ab02d 100%);
  background-image: -moz-linear-gradient(top, #b4dd7e 0%, #6ab02d 100%);
  background-image: -o-linear-gradient(top, #b4dd7e 0%,#6ab02d 100%);
  background-image: -ms-linear-gradient(top, #b4dd7e 0%,#6ab02d 100%);
  background-image: linear-gradient(to bottom,  #b4dd7e 0%,#6ab02d 100%);
}
.texts-list .text-body .block-intro .status-ready:after {
  content: '';
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: url(/s/i/icon-good.png) no-repeat center 10px;
}

.texts-list .text-body .block-intro .status-decline,
.texts-list .text-body .block-intro .status-cancel {
  background-color: #faa2ae;
  background-image: -webkit-linear-gradient(top, #faa2ae 0%,#f05363 100%); /* Chrome10+,Safari5.1+ */
  background-image: -moz-linear-gradient(top, #faa2ae 0%, #f05363 100%); /* FF3.6+ */
  background-image: -o-linear-gradient(top, #faa2ae 0%,#f05363 100%); /* Opera 11.10+ */
  background-image: linear-gradient(to bottom,  #faa2ae 0%,#f05363 100%); /* W3C */
}
.texts-list .text-body .block-intro .status-decline:after,
.texts-list .text-body .block-intro .status-cancel:after {
  content: '';
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: url(/s/i/icon-warning.png) no-repeat center 10px;
}

.texts-list .text-body .block-info {
  width: 200px;
  text-align: left;
}
.texts-list .text-body .block-info .title {
  font-size: 18px;
  text-align: left;
}
.texts-list .text-body .block-info p {
  font-size: 10px;
  line-height: 1.2em;
  margin: 5px 0 0;
}

.texts-list .text-body .block-project {
  width: 300px;
}

.texts-list .text-body .block-project .text-errors {
  font-size: smaller;
}

.text-edit-block {}
.text-edit-block .text-edit-block-form {
  float: left;
  width: 950px;
}
.text-edit-block .text-edit-block-project {
  float: right;
  /*margin: 50px 0 0 20px;*/
}
.text-edit-block .text-edit-block-project select {
  height: 30px;
  width: 150px;
}
.text-edit-block-form input.text-add-input {
  width: 520px;
  }

.text-edit-block .text-edit-block-project .fade-text-links {
  width: 150px;
}

.text-edit-block .text-edit-block-project .fade-text-links .link-error {
  color: #bd362f
}

.text-edit-block .text-edit-block-project .title {
  margin-top: 15px;
}

.texts-form-project input {
  width: 300px;
}

.texts-form-project .help-block {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}

.texts-form-project .help-block-error {
  color: #b94a48;
  font-size: 14px;
}

.texts-project-name {
  height: 30px;
  border-bottom: 1px solid #DAE5E8;
  margin-bottom: 10px;
  font-size: 20px;
}

/* Projects */

.projects-list .block-opt-data .package-button,
.site .block-cost .package-button {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 7px;
}
.package-qtip {
  margin: 0;
  padding: 5px 10px;
  }
  .package-qtip .fa {
    float: right;
    margin: 0 -8px 0 0;
    cursor: pointer;
    }
  .package-qtip-text {
    margin: 0;
    padding: 0 0 10px;
    }
  .package-qtip-actions {
    margin: 0;
    padding: 0;
    }
    .package-qtip-actions .btn {
      margin-right: 3px;
      }
    .package-cancel {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 3px;
      padding: 3px 0;
      cursor: pointer;
      }


.kw-table__cell-title .type {
  display: inline-block;
  vertical-align: top;
  margin: 4px 4px 0 8px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  min-width: 1.0725em;
  text-align: center;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  background-color: #777;
  cursor: pointer;
}

.project-show td {
  text-align: center;
}

.project-show td a {
  color: #3397D1 !important;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.project-show td a:hover {
  text-decoration: none !important;
}

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

.report-export a {
  font-size: 13px;
  cursor: pointer;
}

.report-export a:hover {
  text-decoration: none;
}

.ui-autocomplete {
  max-height: 200px;
  overflow: auto;
  z-index: 100001;
}

.form-articles-society__body-field ins {
  color:#006400;
  text-decoration:none;
  font-weight: bold;
}

.form-articles-society__body-field del {
  color:#FA8072;
  text-decoration:line-through
}

/* Project Keywords */
.manage-keywords {}
.manage-keywords thead tr.row2 th {
  padding: 5px;
  white-space: nowrap;
}
.manage-keywords thead tr.row2 th:first-child {
  padding-left: 15px;
}
.manage-keywords thead tr.row2 th:last-child {
  padding-right: 15px;
}
.manage-keywords .list-buttons {
  text-align: right;
}
.manage-keywords .sort-header {
  top: -3px;
  height: 25px;
  color: #3397D1;
  border-bottom: 1px dotted;
  vertical-align: top;
  cursor: pointer;
}
.manage-keywords .sort-header {
  position: relative;
}
.manage-keywords .sort-header:after {
  position: absolute;
  bottom: 0; right: -20px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/s/i/sort-arrow.png) no-repeat -150px 0px;
}
.manage-keywords .tablesorter-headerAsc .sort-header:after
{
  background-position:   0px 0px;
}
.manage-keywords .tablesorter-headerDesc .sort-header:after
{
  background-position: -50px 0px;
}

.manage-keywords .kw-row {
  height: 35px;
}
.manage-keywords .kw-row:hover td {
  background-color: #F8F1E5;
}
.manage-keywords .kw-row.error td {
  background-color: #FFE0E0;
  color: #b94a48;
}
.manage-keywords .kw-row.error input[type="text"],
.manage-keywords .kw-row.error textarea {
  color: #b94a48;
  border-color: #B94A48;
  box-shadow: 0 1px 2px inset;
  color: #B94A48;
}
.manage-keywords .kw-row-check {
  width: 15px;
}
.manage-keywords .kw-row-num {
  text-align: right;
  width: 30px;
}
.manage-keywords .kw-row-title {
  max-width: 285px;
  width: 285px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 7px 5px;
  height: 22px;
}
.manage-keywords .kw-row .kw-row-title span {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.manage-keywords .kw-row .kw-row-title span:after {
  position: absolute;
  right: 0; top: 0;
  content: "";
  height: 100%;
  width: 25px;

  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFCF6); /* W3C */
}
.manage-keywords .kw-row:hover .kw-row-title span:after {
  position: absolute;
  right: 0; top: 0;
  content: "";
  height: 100%;
  width: 25px;

  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #F8F1E5); /* W3C */
}

.manage-keywords .kw-row .kw-row-title input[type="text"] {
  padding: 1px 3px;
}
.manage-keywords .row2 .kw-row-url {
  max-width: 315px;
  width:     315px;
}
.manage-keywords .kw-row .edit-kw {
  max-width: 315px;
  width: 315px;
  overflow: hidden;
  white-space: nowrap;
}
.manage-keywords .kw-row .edit-kw-title {
  display: inline-block;
  float: left;
  max-width: 265px;
  width: 265px;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0 0 5px;
}
.manage-keywords .kw-row .edit-kw span.edit-kw-title {
  position: relative;
  display: block;
  overflow: hidden;
}
.manage-keywords .kw-row .edit-kw span.edit-kw-title:after {
  position: absolute;
  right: 0; top: 0;
  display: block;
  height: 25px;
  width: 35px;

  content: "";

  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFCF6 75%); /* W3C */
}
.manage-keywords .kw-row:hover .edit-kw span.edit-kw-title:after {
  position: absolute;
  right: 0; top: 0;
  display: block;
  height: 25px;
  width: 35px;

  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F8F1E5 75%); /* W3C */

  content: "";
}
.manage-keywords .kw-row span.edit-kw-title a:hover {
  text-decoration: underline;
}
.manage-keywords .kw-row .edit-kw-start-edit,
.manage-keywords .kw-row .edit-kw-no-edit {
  float: right;
}
.manage-keywords .kw-row[kw_id="0"] .edit-kw-start-edit {
  display: none;
}
.manage-keywords .remove-kw {
  width: 25px;
  text-align: center;
}
.manage-keywords .remove-kw .remove-btn {
  cursor: pointer;
}
.manage-keywords .kw-row-tmpl { display: none; }

.manage-keywords .edit-kw-not-relevant {
  float: right;
  cursor: pointer;
  padding: 4px 4px 0;
}
.manage-keywords .edit-kw-input {
  position: relative;
  width: 300px;
  float: left;
  font-size: 0;
}
.manage-keywords .edit-kw-input input[type="text"] {
  border-right: none;
  height: 20px;
  width: 265px;
  font:16px/19px Arial,sans-serif;
  vertical-align: top;
  -webkit-border-radius: 3px 0 0 3px;
   -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
  padding: 1px 3px;
}
.manage-keywords .edit-kw-input .edit-kw-controls {
  position: absolute;
  top: 0; right: -15px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #afccd9;
  height: 22px;
  line-height: 22px;
  padding: 0 4px;
  -webkit-border-radius: 0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
  background: #bbdcea;
  box-shadow: 0 1px 3px #D3E5ED inset;
}
.manage-keywords .edit-kw-input .edit-kw-controls img {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.manage-keywords .kw-row[kw_id="0"] .edit-kw-input .edit-kw-controls .edit-kw-cancel {
  display: none;
}

@-webkit-keyframes img-progress-rotate {
  from { -moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg); }
  to   { -moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg); }
}

@-moz-keyframes img-progress-rotate {
  from { -moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg); }
  to   { -moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg); }
}

@-ms-keyframes img-progress-rotate {
  from { -moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg); }
  to   { -moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg); }
}

@-o-keyframes img-progress-rotate {
  from { -moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg); }
  to   { -moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg); }
}

@keyframes img-progress-rotate {
  from { -moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg); }
  to   { -moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg); }
}

img.progress {
  -webkit-animation: img-progress-rotate 2s linear infinite;
   -moz-animation: img-progress-rotate 2s linear infinite;
    -ms-animation: img-progress-rotate 2s linear infinite;
     -o-animation: img-progress-rotate 2s linear infinite;
        animation: img-progress-rotate 2s linear infinite;
}

.manage-keywords .edit-kw-start-edit {
  cursor: pointer;
}
.manage-keywords .kw-row-ya,
.manage-keywords .kw-row-go {
  width: 65px;
}
.manage-keywords .kw-row-ya span,
.manage-keywords .kw-row-go span {
  display: inline-block;
  position: relative;
  width: 50px;
}
.manage-keywords .kw-row-ya span sup,
.manage-keywords .kw-row-go span sup {
  position: absolute;
  top: 3px;
  left: 50px;
  color: green;
}
.manage-keywords .kw-row-ya span sup.red,
.manage-keywords .kw-row-go span sup.red {
  color: red;
}
.manage-keywords .kw-row-lc {
  width: 70px;
  text-align: right;
}
.project-keywords-form {}
.project-keywords-form .delete-selected {
  display: inline-block;
  margin: 5px 0 0 16px;
  border-bottom: 1px dashed;
}
.project-keywords-form .delete-selected:hover {
  border-bottom: 1px dashed transparent;
}

/* Wizard */
.manage-keywords-wizard .kw-row .kw-row-title {
  padding-left: 20px;
}
.manage-keywords-wizard .row2 .kw-row-title,
.manage-keywords-wizard .row2 .kw-row-url {
  max-width: 380px;
  width:     380px;
  padding-left: 17px;
}
.manage-keywords-wizard .kw-row .kw-row-title,
.manage-keywords-wizard .kw-row .kw-row-url {
  max-width: 380px;
  width:     380px;
}
.manage-keywords-wizard .kw-row .kw-row-title input[type="text"],
.manage-keywords-wizard .edit-kw-input input[type="text"] {
  width: 330px;
}
.manage-keywords-wizard .kw-row .edit-kw-title {
  max-width: 290px;
}
.manage-keywords-wizard .edit-kw-input {
  width: 335px;
}
.wizard-buttons {
  margin: 10px 0;
  text-align: center;
}

/* Sites selector */
.project-sites-form { font-size: 14px; }
.project-sites-form .multicolumn { }
.project-sites-form .multicolumn .column {
  display: inline-block;
  width: 470px;
  vertical-align: top;
}
.project-sites-form .row {
  margin-bottom: 10px;
  min-height: 30px;
}
.project-sites-form .column.last .row {
  margin-left: 97px;
  }
.project-sites-form .row.no-label,
.project-sites-form .row.submit {
  margin-left: 183px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.project-sites-form .no-label label {
  display: inherit;
  width: auto;
  min-width: 103px;
  text-align: inherit;
  padding: 0;
}
.project-sites-form .column.last .row.no-label {
  margin-left: 278px;
}
.project-sites-form label {
  display: inline-block;
  width: 150px;
  text-align: right;
  padding-right: 10px;
}
.project-sites-form .fields {
  display: inline-block;
  color: #c2c4c8;
}
.project-sites-form .no-label .fields {
  display: inline-block;
  color: #4E5360;
}
.project-sites-form .fields input[type="text"] {
  width: 75px;
  font: 14px/17px Arial,sans-serif;
}
.project-sites-form .fields select {
  height: 30px;
  margin-left: 19px;
  width: 190px;
}
.project-sites-form.filter-form { margin-bottom: 35px; }
.project-sites-form.filter-form .fields input[type="text"] { margin: 0 5px; }
.project-sites-form.filter-form .fields input[type="checkbox"] { margin: 0 9px;  }
.project-sites-form.filter-form .row.submit { margin-left: 170px; }

.project-sites-form .ui-widget {
  font-family: inherit !important;
  font-size: inherit !important;
}
.project-sites-form .ui-combobox {
  position: relative;
  display: inline-block;
  margin-left: 19px;
  width: 188px;
  box-shadow: 0 1px 3px #D3E5ED inset;
  border-radius: 2px;
  border: 1px solid #CDE0EA;

  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
     -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
}
.project-sites-form .ui-combobox.focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted; /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.project-sites-form .ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 20px;
  background: url("/s/i/sort-arrow.png") no-repeat scroll -46px 7px transparent;
  border: none;
  border-left: 1px solid #CDE0EA;
  cursor: pointer;
}
.project-sites-form .ui-combobox-input {
  margin: 0;
  padding: 4px 3px;;
  font-family: inherit !important;
  width: 160px;
  background: none;
  box-shadow: none;
  border: none;
}
.project-sites-form .auto_keywords {
  border-bottom: 1px dashed;
  margin-left: 10px;
}
.project-sites-form .auto_keywords:hover,
.filter_clear:hover,
article nav.sort-type ul li a:hover {
  border-bottom: none;
  text-decoration: none;
}
.ui-menu-item {
  font-size: 14px;
}
.ui-autocomplete {
  border-radius: 0 0 2px 2px;
  min-width: 180px;
}

.project-sites-form .type-select-block {
  display: inline-block;
  position: relative;

  margin: 0 0 0 19px;
  width: 758px;
  height: 30px;

  border: 1px solid #CDE0EA;
  box-shadow: 0 1px 3px #D3E5ED inset;

  color:#516f76;
  text-align:center;
  vertical-align: middle;
  text-decoration:none;
  text-shadow: 0 1px 1px rgba(102, 102, 102, 0.5);

  -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;

  cursor: pointer;
}
.project-sites-form .type-select-block.disabled,
.project-sites-form .type-select-block.blocked {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.project-sites-form .type-select-block .type-select-list {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0; left: 0;
  margin: 0;
  padding: 0;
  text-shadow: none;
  white-space: nowrap;
}
.project-sites-form .type-select-block .type-select-list .type-select-list-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding: 6px;
  width: 100px;
  text-align: center;
  -webkit-transition: background .3s;
     -moz-transition: background .3s;
      -ms-transition: background .3s;
       -o-transition: background .3s;
          transition: background .3s;
}
.project-sites-form .type-select-block .type-select-list .type-select-list-item.article-type-anchor {
  width: 105px;
}
.project-sites-form .type-select-block .type-select-list .type-select-list-item.article-type-non-anchor {
  width: 120px;
}
.project-sites-form .type-select-block .type-select-list .type-select-list-item.article-type-serm,
.project-sites-form .type-select-block .type-select-list .type-select-list-item.article-type-pr {
  width: 75px;
}
.project-sites-form .type-select-block .type-select-list .type-select-list-item .fa {
    margin-left: 4px;
    }



.type-select-list-item .red {
  font-size: 11px;
  position: absolute;
  top: -2px;
  right: 4px;
}
.project-sites-form .type-select-block .type-select-list .type-select-list-item.active {
  color: #fff;
  background-color: #018cd8;
  background-image: -webkit-linear-gradient(top, #11CAF0, #018CD8);
  background-image: -moz-linear-gradient(top, #11CAF0, #018CD8);
  background-image: -o-linear-gradient(top, #11CAF0, #018CD8);
  background-image: linear-gradient(to bottom, #11CAF0, #018CD8);
}
.project-sites-form .type-select-block .type-select-list .type-select-list-item .config:hover {
  color: #333;
}
.project-sites-form .type-select-block       .type-select-list .type-select-list-item.active .config {
  color: #fff;
}
.project-sites-form .type-select-block:hover .type-select-list .type-select-list-item.active .config {
  color: #eee;
}

.qtip-type-select-help {
  background-color: #FFFFFF;
  border: 1px solid #D2E6EC;
  min-height: 100px;
  min-width: 200px;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
  box-shadow: 0 0 10px #9FD8EB;
}
.qtip-type-select-help .qtip-content {
  font-size: 13px;
  padding: 10px;
  line-height: 1.2;
}
.qtip-type-select-help .qtip-content h5 {
  font-size: 0.9em;
  margin: 0;
}
.qtip-type-select-help .qtip-content p {
  margin: 10px 0;
}

.filter_clear {
  border-bottom: 1px dashed;
  margin-left: 10px;
  color: #777;
}

.qtip-form-filter-help {
  min-height: 50px;
}

.project-sites-result-more {
  display: block;
  height: 35px;
  text-align: center;
}
.project-sites-result-more .buy-auto {
  float: right;
}
.project-sites-result-more-btn {

}
.project-sites-list {
  display: block;
  list-style: none;
  padding: 0;
}
.project-sites-list .project-sites-list-total {
  margin: 17px 0;
  border-bottom: 2px solid #EDF6F7;
  padding: 0;
  height: 35px;
}
.project-sites-list .project-sites-list-total:after {
  content:"";
  display:table;
  clear:both;
}
.project-sites-list .project-sites-list-total .project-sites-list-everything {
  display: block;
  margin-right: 0;
  float: left;
  line-height: 35px;
}
.project-sites-list .project-sites-list-total .project-sites-list-sort {
  display: block;
  float: right;
  margin: 0 0 0 0;
  border: none;
  text-align: right;
}
.project-sites-list .project-sites-list-total .title { color: #9fb1b6; }
.project-sites-list .project-sites-list-total .result {
  color: #4e5360;
}

.project-sites-list .site {
  border: 1px solid #e3eff3; margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(227,239,244,1);
  overflow: hidden;
  position: relative;
  height: 175px;
}

.project-sites-list .site .panel {
  position: absolute;
  top: 0; left: 0;
  height: 175px; width: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;

   -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;

  z-index: 10;
}
.project-sites-list .site .panel .close {
  float: right;
  margin: 3px 8px;
  padding: 0;

  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 0.4;
  filter: alpha(opacity=40);

  text-decoration: none;
}
.project-sites-list .site .panel .close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.project-sites-list .site .panel .controls {
  display: block;
  position: absolute;
  left: 50px;
  bottom: 10px;
}
.project-sites-list .site .panel.wide {
  width: 100% !important;
  background-color: #000;
  z-index: 1000;
}
.project-sites-list .site .panel.white {
  background-color: #fff;
}

.project-sites-list .site .panel .site-info-table {
  margin: 15px 0 0 45px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  display: block;
}
.project-sites-list .site .panel .site-info-table td {
  padding: 0px 15px;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  line-height: 1.1;
}
.project-sites-list .site .panel .site-info-table td:last-child {
  border: none;
}
.project-sites-list .site .panel .site-info-table .title {
  text-align: left;
}
.project-sites-list .site-social .panel .site-info-table .title {
  min-width: 221px;
  display: block;
}

.project-sites-list .site .panel .site-info-table .value {
  text-align: left;
}
.project-sites-list .site .panel .site-info-table .value > span {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-sites-list .site .panel .site-info-table .value > span .number-position {
  display: inline-block;
  /*
  min-width: 60px;
  text-align: right;
  */
}
.project-sites-list .site .status {
  float: left;
  width: 35px;
  height: 175px;
  background-color: #95a5b2;
  background-image: -webkit-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: -moz-linear-gradient(top, #95a5b2 0%, #435563 100%);
  background-image: -o-linear-gradient(top, #95a5b2 0%,#435563 100%);
  background-image: linear-gradient(to bottom,  #95a5b2 0%,#435563 100%);
  position: relative;
  cursor: pointer;

  z-index: 15;
}
.project-sites-list .site .status:before {
  position: absolute;
  top: 0; left: 0;
  width: 35px; height: 35px;

  background: url(/s/i/status-arrow.png) no-repeat 5px 8px;

  content: '';
}
.project-sites-list .site .status.open:before {
  background-position: -90px 8px;
}
.project-sites-list .site .status .note {
  display: block;
  color: white;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  writing-mode: rl-tb;
  width: 163px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  position: absolute; left: -69.5px; bottom: 69.5px;
  padding-left: 10px;
  text-shadow:-1px 0px 0 #666;
  font-weight: bold;
}

.project-sites-list .site.white-list-site .status {
  background-color: #a7d828;
  background-image: -moz-linear-gradient(top, #a7d828 0%, #57a404 100%);
  background-image: -webkit-linear-gradient(top, #a7d828 0%,#57a404 100%);
  background-image: -o-linear-gradient(top, #a7d828 0%,#57a404 100%);
  background-image: linear-gradient(to bottom, #a7d828 0%,#57a404 100%);
}
.project-sites-list .site.white-list-site .status:before {}

.project-sites-list .block-name { float: left; width: 172px; height: 175px; border-right: 1px solid #e3eff3; padding: 0 5px 0 10px; }
.project-sites-list .block-name .link { margin: 10px 0; }
.project-sites-list .block-name .link a { color: #04a0e0; text-decoration: none; font-weight: bold; }
.project-sites-list .block-name .link a:hover { text-decoration: underline; }

.project-sites-list .block-rating { float: left; width: 180px; height: 175px; border-right: 1px solid #e3eff3; }

.project-sites-list .block-rating > ul {
  list-style:none none;
  margin: 0 auto;
  padding: 10px 0 8px;
  text-align: center;
  white-space: nowrap;
  }
.project-sites-list .block-rating > ul .btn {
  margin: 0 -1px 0 0;
  padding: 4px 12px 3px;
}
.project-sites-list .block-rating > ul .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
.project-sites-list .block-rating > ul .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}
.project-sites-list .block-rating .block-rating-content {
  display: none;
}
.project-sites-list .block-rating .pr-predict {
  margin: 0;
  padding: 8px 0 0;
  text-align: center;
}
.project-sites-list .block-rating .pr-predict span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 14px;
  }
.project-sites-list .block-rating.mode-pr .content-pr,
.project-sites-list .block-rating.mode-rate .content-rate {
  display: block;
}

#buy-page .promo-packages-block {
  display: none;
}

#buy-page.packages-selected .project-sites-list-sort,
#buy-page.packages-selected .prj-form__buttons {
  display: none;
}

#buy-page .prj-form__packages-buttons {
  display: none;
}





.project-sites-list .block-rating .text { text-align: center; margin: 10px 0; }
.project-sites-list .block-rating .progress {
  margin: 7px auto 10px;
  width: 112px; height: 112px; background: url(/s/i/progress.png) no-repeat center;
  text-align: center;
  line-height: 112px;

  font-weight: bold;
  font-size: 32px;
}
.project-sites-list .block-rating .progress.proc0   { background-position:  0      50%; }
.project-sites-list .block-rating .progress.proc5   { background-position: -112px  50%; }
.project-sites-list .block-rating .progress.proc10  { background-position: -224px  50%; }
.project-sites-list .block-rating .progress.proc15  { background-position: -336px  50%; }
.project-sites-list .block-rating .progress.proc20  { background-position: -448px  50%; }
.project-sites-list .block-rating .progress.proc25  { background-position: -560px  50%; }
.project-sites-list .block-rating .progress.proc30  { background-position: -672px  50%; }
.project-sites-list .block-rating .progress.proc35  { background-position: -784px  50%; }
.project-sites-list .block-rating .progress.proc40  { background-position: -896px  50%; }
.project-sites-list .block-rating .progress.proc45  { background-position: -1008px 50%; }
.project-sites-list .block-rating .progress.proc50  { background-position: -1120px 50%; }
.project-sites-list .block-rating .progress.proc55  { background-position: -1232px 50%; }
.project-sites-list .block-rating .progress.proc60  { background-position: -1344px 50%; }
.project-sites-list .block-rating .progress.proc65  { background-position: -1456px 50%; }
.project-sites-list .block-rating .progress.proc70  { background-position: -1568px 50%; }
.project-sites-list .block-rating .progress.proc75  { background-position: -1680px 50%; }
.project-sites-list .block-rating .progress.proc80  { background-position: -1792px 50%; }
.project-sites-list .block-rating .progress.proc85  { background-position: -1904px 50%; }
.project-sites-list .block-rating .progress.proc90  { background-position: -2016px 50%; }
.project-sites-list .block-rating .progress.proc95  { background-position: -2128px 50%; }
.project-sites-list .block-rating .progress.proc100 { background-position: -2240px 50%; }

.project-sites-list .block-info {
  float: left;
  width: 120px;
  height: 175px;
  border-right: 1px solid #e3eff3;
}
.project-sites-list .block-info .text { text-align: center; margin: 10px 0 -10px; }
.project-sites-list .block-info .value { font-size: 36px; padding: 30px 0 24px; text-align: center; border-bottom: 1px solid #e3eff3; }
.project-sites-list .block-info .value:last-child { border-bottom: none; }

.project-sites-list .block-cost {
  float: left;
  width: 210px;
  height: 175px;
  border-right: 1px solid #e3eff3;
}
.project-sites-list .block-cost .text { text-align: center; margin: 10px 0 -10px; }
.project-sites-list .block-cost .cost {
  background: url(/s/i/price-bg.png) no-repeat; width: 134px; height: 38px;
  line-height: 38px;
  margin: 20px auto 0;

  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.project-sites-list .block-cost .cost .cost-text:after {
  margin-left: 4px;
  content: ''; display: inline-block;
}
.project-sites-list .block-cost .cost .rub {
  font-weight: normal;
}
.project-sites-list .block-cost .cost-details { border-top: 1px solid #e5edef; margin: 15px 10px; }
.project-sites-list .block-cost .cost-details .value1 { border-right: 1px solid #e5edef; width: 50%; margin-top: 10px; text-align: center; display: inline-block; }
.project-sites-list .block-cost .cost-details .value1 .title { font-size: 10px; }
.project-sites-list .block-cost .cost-details .value2 {width: 45%; margin-top: 10px; text-align: center; display: inline-block; }
.project-sites-list .block-cost .cost-details .value2 .title { font-size: 10px; }
.project-sites-list .block-cost .cost-details .notes { text-align: center; }
.project-sites-list .block-cost .cost-details .notes .notes-text { display: inline-block; background: #f1f1f1; color: #4e5360; font-size: 12px; margin: 4px 0; padding: 2px 15px; }

.project-sites-list .block-keywords {
  float: left;
  width: 180px;
  text-align: center;
  height: 175px;
}
  .project-sites-list .package-mode .block-keywords {
    width: 270px;
  }
  .project-sites-list .package-mode .block-keywords .text {
    margin: 10px 0 11px 0;
  }
  .project-sites-list .package-mode .block-keywords select {
    height: 35px;
  }
  .project-sites-list .package-mode .block-keywords select:hover {
    box-shadow: 0 1px 3px #d3e5ed, 0 1px 3px #d3e5ed inset;
  }
.package-sites-list .block-keywords {
  width: 250px;
}
.project-sites-list .block-keywords .text {
  text-align: center;
  margin: 10px 0 10px;
}
.project-sites-list .block-keywords select {
  margin: 0px 5px 10px;
  width: 90%;
  height: 30px;
}
.project-sites-list .block-keywords select.grey {
  color: #a7a7a7;
}
.project-sites-list .block-keywords select option {
  color: #222;
}

.project-sites-list .block-keywords .info {
  margin: 0 5px;
  padding: 10px 5px 10px 40px;
}
.project-sites-list .block-keywords .info.success {
  background-position: 5px -195px;
}
.project-sites-list .block-keywords .info.error {
  background-position: 5px -595px;
}


.project-sites-list .block-text-select {
  float: left;
  width: 190px;
  text-align: center;
  height: 175px;
}
.project-sites-list .block-text-select .block-text-purchase {
  position: relative;
  z-index: 1;
  top: -15px;
  }
.project-sites-list .block-text-select .text {
  text-align: center;
  margin: 10px 0 40px;
}
.project-sites-list .block-text-select.selected .text {
  display: none;
}
.project-sites-list .block-text-select.selected .select-articles,
.project-sites-list .block-text-select .block-text-purchase {
  display: none;
}
.project-sites-list .block-text-select.selected .block-text-purchase {
  display: block;
}
.project-sites-list .block-text-select .info {
  position: relative;
  z-index: 1;
  top: -65px;
  margin: 0 5px;
  padding: 10px 5px 10px 40px;
}
.project-sites-list .block-text-select .info.success {
  background-position: 5px -195px;
}
.project-sites-list .block-text-select .info.error {
  background-position: 5px -595px;
}

.project-sites-list .site-social .block-info {
  width: 170px;
}

.project-sites-list .block-cost {
  width: 170px;
}

.project-sites-list .site-social .block-text-select {
  width: 160px;
  position: relative;
}

/* select-keywords-popup */
.select-keywords-popup {
  background-color: #FFFFFF;
  border: 5px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0,0,0,.7);
  color: #4e5360;
  display: none;
  min-width: 400px;
  padding: 0;
  position: fixed;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  top: 150px;
  width: 772px;
  z-index: 100000;
}
.select-keywords-popup .close {
  position: absolute;
  top: 8px; right: 10px;
  margin: 0;
  padding: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #9DA0A4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-decoration: none;
  cursor: pointer;
}
.select-keywords-popup .close:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select-keywords-popup h3 {
    border: medium none;
    font-size: 24px;
    margin: 5px 20px 10px;
    padding: 0;
}
.select-keywords-popup-tcontent {
  margin: 20px;
}
.select-keywords-popup .select-keywords-table-wrapper {
  height: 18em;
  margin: 0 -20px;
  overflow-y: auto;
  padding: 0 20px;
  position: relative;
}
.select-keywords-popup .select-keywords-kw-table {
  width: 100%;
}
.select-keywords-popup .select-keywords-kw-table thead tr {
  background-color: #fff;
  border-top: 1px solid #dae5e8;
}
.select-keywords-popup .select-keywords-kw-table tr {
  border-bottom: 1px solid #dae5e8;
}
.select-keywords-popup .select-keywords-kw-table .kw-row {
  cursor: pointer;
}
.select-keywords-popup .select-keywords-kw-table .kw-row-check input[type="checkbox"] {
  box-shadow: none;
}
.select-keywords-popup th {
  cursor: pointer;
  font-size: 14px;
  padding: 4px 0;
  text-align: left;
}
.select-keywords-popup .tablesorter-header:focus {
  outline: medium none;
}
.select-keywords-popup .tablesorter-header-inner:hover {
  text-decoration: underline;
}
.select-keywords-popup .sorter-false {
  cursor: default !important;
}
.select-keywords-popup .tablesorter-headerAsc .tablesorter-header-inner:after, .social-buy-popup .tablesorter-headerDesc .tablesorter-header-inner:after {
  border-width: 4px;
  content: "";
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 10px 0 0 3px;
  position: absolute;
  width: 0;
}
.select-keywords-popup .tablesorter-headerAsc .tablesorter-header-inner:after {
  border-color: transparent transparent #3e6f77;
  border-style: dashed dashed solid;
  margin-left: 4px;
  top: 1px;
}
.select-keywords-popup .tablesorter-headerDesc .tablesorter-header-inner:after {
  border-color: #4e5360 transparent transparent;
  border-style: solid dashed dashed;
  margin-left: 4px;
  top: 5px;
}
.select-keywords-popup .buttons {
  padding: 10px 20px;
  margin-top: 5px;
  text-align: center;
}
.select-keywords-popup .buttons button {
  width: 100px;
}
.select-keywords-popup .buttons .cancel {
  text-decoration: none;
  font-size: 12px;
  color: #777;
  border-bottom: 1px dotted rgba(119,119,119,.5);
  margin-left: 5px;
}
.select-keywords-popup .buttons .cancel:hover {
  border-bottom: 0;
}
.select-keywords-popup .buttons .edit-kw-button {
  float: left;
  width: 0;
}
.select-keywords-popup .buttons .edit-kw-button a {
  white-space: nowrap;
}
.select-keywords-popup .buttons .edit-kw-button a span {
  margin-right: 5px;
  font-size: 12px;
}
.select-keywords-popup .buttons .btn-kw-action {
  display: none;
}
.select-keywords-popup.mode-buy .buttons .btn-kw-action.btn-buy {
  display: inline-block;
}
.select-keywords-popup.mode-change .buttons .btn-kw-action.btn-change {
  display: inline-block;
}
.select-keywords-popup .kw-row-check {
  padding-right: 5px;
}
.select-keywords-popup .kw-row-title span {
  width: 340px;
}
.select-keywords-popup .kw-row-relevant span{
  width: 210px;
}
.select-keywords-popup .kw-row-title span,
.select-keywords-popup .kw-row-relevant span {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.select-keywords-popup .kw-row-ya,
.select-keywords-popup .kw-row-go {
  width: 20px;
  padding-left: 15px;
}
.select-keywords-popup .kw-row-lc {
  padding-left: 15px;
  padding-right: 10px;
}
.select-keywords-popup .kw-row-ya span,
.select-keywords-popup .kw-row-go span {
  display: inline-block;
  position: relative;
}
.select-keywords-popup .kw-row-ya span sup,
.select-keywords-popup .kw-row-go span sup {
  display: none;
  position: absolute;
  top: 3px;
  left: 20px;
  color: green;
}
.select-keywords-popup .kw-row-ya span sup.red,
.select-keywords-popup .kw-row-go span sup.red {
  color: red;
}
/* / select-keywords-popup */

.badge-new {
  position: absolute;
  top: 25px;
  right: -15px;
  color: #00c4df;
  text-decoration: none !important;
}

.qtip-replace-article {
  background-color: #FFFFFF;
  border: 1px solid #D2E6EC;
  min-height: 120px;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
  box-shadow: 0 0 10px #9FD8EB;
  z-index: 100000 !important;
}
.qtip-replace-article .qtip-close {
  background: none;
  border: none;
  right: 4px;
  top: 4px;
}
.qtip-replace-article .qtip-close .ui-icon {
  font-size: 16px;
}
.qtip-replace-article .qtip-content {
  font-size: 14px;
  padding: 10px;
  line-height: 1.2;
}
.qtip-replace-article .qtip-content.error {
  color: #B50000;
}
.qtip-replace-article .qtip-content p {
  margin: 0 0 10px;
  padding: 0 10px 0 0;
}
.qtip-replace-article .qtip-content .btn-replace-billing,
.qtip-replace-article .qtip-content .btn-replace-agree {
  margin-left: 100px;
}

.project-sites-list .block-buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-align: right;
  height: 175px;
  width: 70px;
}
.project-sites-list .block-buttons .btn {
  height: 44px;
  width: 60px;
  border: none;

  -webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.project-sites-list .block-buttons .btn.btn-white-list:hover,
.project-sites-list .block-buttons .btn.btn-white-list:active{
  color: #fff;
  background-color: #51a351;
}

.project-sites-list .block-buttons .btn.btn-black-list:hover,
.project-sites-list .block-buttons .btn.btn-black-list:active {
  color: #fff;
  background-color: #018CD8;
}

.project-sites-list .block-buttons .btn.btn-black-list-global:hover,
.project-sites-list .block-buttons .btn.btn-black-list-global:active {
  color: #fff;
  background-color: #bd362f;
}

.project-sites-list .block-buttons .btn.btn-hide:hover,
.project-sites-list .block-buttons .btn.btn-hide:active {
  color: #fff;
  background-color: #222222;
}

.project-sites-list .site .block-text-select .orders-count {
  position: absolute;
  top: 38px;
  left: 30px;
}

.project-sites-list .site .block-text-select .orders-count span {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 7px;
  width: 100px;
  color: #fff;
  background: url(/s/i/articles-status.png) no-repeat center;
  text-shadow: 1px 1px 0 #4e5360;
}

.project-sites-list .site .block-text-select .site-basket a {
  text-decoration: none;
}

.project-sites-list .site .block-text-select .site-basket .remove-from-basket {
  display: none;
}

.project-sites-list .site .block-text-select .site-basket.added .add-to-basket {
  display: none;
}

.project-sites-list .site .block-text-select .site-basket.added .remove-from-basket {
  display: block;
}

/* Basket
------------------------------------ */

.shopping-basket {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 950px;
  padding: 10px;
  background-color: #fff;
    border: 1px solid #e3eff3;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}
.shopping-basket:after {
  content: '';
  display: block;
  clear: both;
}
.shopping-basket.unpin {
  position: relative;
  bottom: -35px;
}
.shopping-basket .basket-info {
  margin-top: 13px;
  margin-left: 15px;
}
.basket-info--text {
  color: #bbc7cb;
  font-size: 16px;
}
.basket-count {
  color: #4e5360;
  font-weight: bold;
  margin-left: 4px;
}
.basket-empty .basket-count {
  color: #bbc7cb;
}
.basket-info--link {
  margin-left: 20px;
  font-size: 13px;
  text-transform: lowercase;
}
.site-basket--link {
  font-size: 13px;
  text-transform: lowercase;
  margin-top: 30px;
  display: block;
}
.basket-info--link i,
.site-basket--link i {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.basket-info--link u,
.site-basket--link u {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
.clear-basket,
.remove-from-basket {
  color: #c2c4c8;
}
.basket-info--link.mute {
  color: #c2c4c8;
}
.clear-basket u,
.remove-from-basket u {
  border-bottom-color: rgba(194,196,200,.5);
}
.add-all-sites u,
.add-to-basket u {
  border-bottom-color: rgba(51,151,209,.5);
}
.basket-info--link:hover,
.basket-info--link u:hover,
.site-basket--link u:hover {
  text-decoration: none;
  border: 0;
}
.basket-money {
  font-size: 26px;
  vertical-align: middle;
  padding-right: 15px;
}
.basket-empty .clear-basket,
.basket-empty .basket-money {
  display: none;
}


/* Info
------------------------------------ */
.info {
  margin:0 0 20px;
  padding: 15px 15px 15px 65px;
  border:1px solid #b2d7e8;
  background:#effaff url('/s/i/info-icons.png') 15px 7px no-repeat;
  font:14px/19px Arial,sans-serif;
  color: #4E5360;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
}
.info.error {
  border:1px solid #e5bebe;
  background-color: #fff6f6;
  background-position: 15px -588px;
}
.info.success {
  border:1px solid #cddcad;
  background-color: #faffef;
  background-position: 15px -188px;
}
.info.warning {
  border:1px solid #e5d7be;
  background-color: #fffcf6;
  background-position: 15px -388px;
}
  .social_basket-info_mess {
    display: block;
    margin-bottom: 40px;
    position: fixed;
    width: 870px;
    z-index: 100;
    top: 57px;
  }
.info .close {
  position: relative;
  top: -10px;
  right: -10px;
  line-height: 20px;
}

/* Billing */
.main-actions .button-pay {
  margin-right: 0;
}

.pay-empty {
  text-align: center;
}
.payment-summ {
  text-align: right;
  width: 270px !important;
}
.payment-type {
  text-align: right;
  width: 320px !important;
  height: 30px;
  cursor: pointer;
}
.payout-summ {
  text-align: right;
  width: 255px !important;
}
.cashout-sum {
  font-size: 25px;
}

.paycard-code {
  width: 16em;
  font-family:"Courier New", Courier, monospace;
}

.billing-monthly-print-link {
  float: right;
}

.billing-monthly-table-info th {
  text-align: left;
}

.billing-monthly-table-info th, .billing-monthly-table-info td {
  padding: 5px;
}

.billing-monthly-table-stat thead th .rotated-text {
  width: 3em;
}

.billing-monthly-stamp {
  display: none;
}

.locked_message { margin-top: 60px; }

.qtip-discount-help {
  background-color: #FFFFFF;
  border: 1px solid #D2E6EC;
  min-height: 200px;
  min-width: 350px;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
  box-shadow: 0 0 10px #9FD8EB;
}
.qtip-discount-help .qtip-close {
  background: none;
  border: none;
  right: 4px;
  top: 4px;
}
.qtip-discount-help .qtip-close .ui-icon {
  font-size: 16px;
}
.qtip-discount-help .qtip-content {
  font-size: 13px;
  padding: 10px;
  line-height: 1.2;
}
.qtip-discount-help .qtip-content p.title {
  margin: 0 0 10px;
  padding: 0 10px 0 0;
}
.qtip-discount-help .qtip-content p.discount-item {
  margin: 0 10px 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #C2C4C8;
}
.qtip-discount-help .qtip-content p.discount-item:last-child {
  margin: 0 10px;
  border-bottom: none;
}
.qtip-discount-help .qtip-content p.discount-item .money {
  font-weight: bold;
  font-size: 14px;
}

.money.red {
  color: #bd362f;
}

.table-billing tr.status-rollback span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.table-cashless tr.status-cancel {
  color: #999;
}

.pdf-link,
.table-cashless .invoice-pdf-link {
  background: #4E5360;
  padding: 1px 3px;

  font-size: 0.85em;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;

  -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;
}
.pdf-link:hover,
.table-cashless .invoice-pdf-link:hover {
  text-decoration: none;
}
.table-cashless tr.status-cancel .invoice-pdf-link {
  background: #999;
}

.pdf-link-download,
.table-cashless .invoice-pdf-download {
  color: #4E5360;
  font-size: 110%;
}
.table-cashless tr.status-cancel .invoice-pdf-download {
  color: #999;
}
.pdf-link-download:hover,
.table-cashless .invoice-pdf-download:hover {
  text-decoration: none;
}
.download-link {
  text-decoration: none !important;
  }
.download-link i {
  font-style: normal;
  }
.download-link:hover i {
  text-decoration: underline;
  }

.table-cashless .cashless-cancel {
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  color: #999;
  text-decoration: none;
}

.table-cashless .cashless-cancel:hover {
  color: red;
  text-decoration: none;
}

/* News */
.news-subscribe-icons {
  display: block;
  float: right;
}
.news-rss-icon {
  color: #E3702D;
}
.news-rss-icon:hover {
  text-decoration: none;
}
.news-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-container {
  display: block;
  margin-bottom: 25px;
}
.news-container h1,
.news-container h2,
.news-container h3 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  }
.news-container h1 {
  font-size: 24px;
  }
.news-container h2 {
  font-size: 21px;
  }
.news-container h3 {
  font-size: 18px;
  }
.news-container h4 {
  font-size: 16px;
  }
.news-container .description {
  display: block;
  margin: 10px 0;
  max-width: 760px;
}
.news-container .description p {
  margin: 0 0 10px;
  font-size: 14px;
}
.news-container .description img {
  border: 1px solid #B1B3B8;
  margin: 2px 10px 2px 2px;
  padding: 2px;

  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}
.news-container .news-date {
  color: #B1B3B8;
  font-size: 14px;
  padding-left: 10px;
}
.news-container .news-social {
  margin: 25px 0;
  text-align: center;
  max-width: 760px;
}

/* Referral */
.referral-link {
  color: #3397D1;
  font-size: 12px;
  border-bottom: 1px dotted;
  margin-left: 10px;
  cursor: pointer;
}
.referral-link.zeroclipboard-is-hover {
  color: #ff6600;
  border: none;
}

.referal-description .wanospam {
  color: #b94a48;
  position: relative;
  padding-left: 20px;
}
.referal-description .wanospam i {
  left: 0;
  position: absolute;
  top: 2px;
}

/* Tickets */
.ticket-form-new .control-ticket-message,
.ticket-form-new #inputMessage,
.ticket-form-add .control-ticket-message,
.ticket-form-add #inputMessage {
  width: 580px;
  max-width: 768px;
  height: 145px;
  min-height: 145px;
  padding: 10px;
  resize: both;
  max-height: 400px;
  }
  .ticket-form-new .control-label {
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
  }
.ticket-form-new {
  margin-top: 30px;
}

.table-tickets {
  border-top: 0;
  margin-top: 20px;
}

.table-tickets th {
    text-align: left;
}
.table-tickets th {
    background-color: #fff;
    border-bottom: 1px solid #dae5e8;
    color: #4e5360;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    outline: medium none !important;
    padding: 10px 0;
}

.table-tickets tbody tr td {
    background-color: #fff;
    border-bottom: 1px solid #dae5e8;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    line-height: 18px;
    margin: 0;
    outline: medium none !important;
    padding: 10px 0;
}

.table-tickets tbody tr:hover td {
  background-color: #f9f5e4;
  cursor: pointer;
}
.table-tickets tbody tr.unreaded td {
  font-weight: bold;
}

#selectSite {
  min-width: 405px;
}
#inputMessage {
  min-width: 391px;
  height: 100px;
}
.ticket-status {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -11px;
}
  .ticket-status__label {
    border-radius: 3px;
    color: #fff;
    display: inline;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 9px 3px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
  }
    .ticket-status__label-work {
      background-color: #5cb85c;
    }

    .ticket-status__label-new {
        background-color: #5bc0de;
    }
    .ticket-status__label-close {
        background-color: #d9534f;
    }
.message-author {
  display: block;
  text-align: right;
}
  .message-author__name {
    font-weight: bold;
  }
  .message-author__date {
    color: #777777;
  }

.ticket-body {
  display: block;
  padding: 0 20px 20px 30px;
  margin-bottom: 20px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
  .ticket-body p {
    line-height: 1.5em;
  }
  .ticket-body .message.admin-message {
    background: #f9f5e4;
    padding: 10px 20px 5px 30px;
    border-radius: 3px;
  }
.ticket-messages {
  margin-bottom: 30px;
}
  .ticket-messages .message {
    display: block;
    padding: 10px 20px 30px 20px;
    color: #333333;
  }
  .ticket-messages .message.admin-message {
    background: #f9f5e4;
    padding: 10px 20px 20px 30px;
    border-radius: 3px;
    margin-bottom: 5px;
  }
/* Tickets */

#banner-size-simple-content div div textarea,
#banner-size-animation-content div div textarea,
#banner-size-socialnet-content div div div textarea {
  padding:0.2em 0.5em;
  height: 80px;
  resize:none;
  border:1px solid #b2b2b2;
  vertical-align:top;
  font-size:0.8em;
  font-family:"Courier New", Courier, monospace;
}
#banner-size-simple-content div.tab-column .banner-column,
#banner-size-animation-content div.tab-column .banner-column,
#banner-size-socialnet-content div.tab-column .banner-column {
  float:left;
  width: 50%;
}
#banner-size-simple-content div.tab-column div textarea,
#banner-size-animation-content div.tab-column div textarea,
#banner-size-socialnet-content div.tab-column div textarea {
  padding:0.2em 0.5em;
  width:65%;
  height: 140px;
  resize:none;
  border:1px solid #b2b2b2;
  vertical-align:top;
  font-size:0.8em;
  font-family:"Courier New", Courier, monospace;
}
#banner-size-simple-content div div img,
#banner-size-animation-content div div img,
#banner-size-socialnet-content div div img {
  border:1px solid #b2b2b2 !important;
}

.invite-list-bit a { border-bottom: 1px dashed; margin-left: 5px; }
.invite-list-bit a:hover {text-decoration: none; border-bottom: 0; }
.invite-submit { margin-left: 40px; }

#banner-calc .calc-widget {
  margin: 0 0 20px;
  padding: 0;
  }
#banner-calc textarea {
  float: right;
  padding:0.2em 0.5em;
  width:400px;
  height: 100px;
  resize:none;
  border:1px solid #b2b2b2;
  vertical-align:top;
  font-size:0.8em;
  font-family:"Courier New", Courier, monospace;
  }

/* Reports */
.report-table {
  margin-top: 10px;
  background: #e3eff2;
  padding: 10px 10px 5px 10px;
}
.report-table .report-table-inner {
  position: relative;
  height: 400px;
  width: 100%;
}
.report-table .table-header {
  position: absolute;
  top: 0; left: 0;

  width: 934px;

  z-index: 1;
}
.report-table .table-body {
  position: absolute;
  top: 0px; left: 0;

  width: 100%;
  height: 340px;
  padding: 60px 0 0;

  background: #FFFCF6;

  overflow-x: hidden;
  overflow-y: scroll;
}
.report-table .table-body table {
  width: 100%;
}
.report-table table .report-title {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  text-align: left;
}
.report-table table .report-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.report-table table .report-empty {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}

.report-table-one {
  margin-top: -50px;
}
.report-table table tr th {
  background: white;
  border-bottom: 1px solid #d6dcd9;
  padding: 5px 15px;
  white-space: nowrap;
}
.report-table  .kw-table__head th {
  font-size: 12px;
}
.report-table table tr td {
  padding: 5px;
  padding: 4px 15px;
  white-space: nowrap;
  font-size: 14px;
}
.report-table table tr td.report-value span {
  display: inline-block;
  position: relative;
  width: 50px;
  padding-right: 50px;
}
.report-table table tr td.report-value span sup {
  position: absolute;
  top: 3px;
  left: 50px;
  font-weight: bold;
}
.report-table table tr td.report-value span sup.red {
  color: #c1272d;
}
.report-table table tr td.report-value span sup.green {
  color: #069145;
}

.report-div-period {
  padding: 10px 10px 5px 10px;
  background: #e3eff2;
  margin-top: 9px;
}
.report-table-period {
  position: relative;
  width: 100%;
  height: 400px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.report-table-period table {
  border-left: #eee solid 1px;
  background-color: #ffffff;
}
.report-table-period tr th,
.report-table-period tr td {
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #e3eff2;
    padding: 5px 15px;
    white-space: nowrap;
    color: #4e5360;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}
.report-table-period tr th.report-title,
.report-table-period tr td.report-title {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  text-align: left;
}

.report-table-period tr td.report-title span {
  position: relative;
  display: block;
  overflow: hidden;
}

.report-table-period tr th.report-date,
.report-table-period tr td.report-value {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}

.report-table-period .report-table-dates {
  position: absolute;
  top: 0; left: 0;

  border-bottom: 3px solid #e3eff2;
  background-color: #fff;

  height: 29px;
  min-width: 100%;

  z-index: 1;
}

.report-table-period .report-table-body {
  position: absolute;
  top: 0; left: 0;

  background-color: #ffffff;

  height: 370px;
  min-width: 100%;

  padding: 30px 0 0;

  overflow-x: hidden;
  overflow-y: scroll;
}

.report-table-period .report-table-body table {
  display: block;
  padding-bottom: 20px;
  cursor: pointer;
}
.report-table-period .report-table-body table {
  cursor: pointer;
}
.report-table-period .report-table-body td {
  font-size: 14px;
}
.report-table-period .report-table-body table tr.select {
  background-color: #f60;
}

a.swith {
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}
.report-table-period-active {
  color: #000;
  background: #e3eff2;
}
.graphs {
  margin-top: 10px;
}

.open-graph {
  cursor: pointer;
}

#phrase {
  width: 182px;
  margin-left: 18px;
}

.ui-autocomplete {
  width: 400px;
}

.project-articles .article_no_replace {
  display: none;
}

.help-tooltip {
  display: inline-block;
  cursor: help;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  padding: 1px 1px 2px 2px;
  background: #fff;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  font: 11px Arial, sans-serif;
  font-weight: bold;
  margin-left: 5px;
  -webkit-border-radius: 999px;
   -moz-border-radius: 999px;
        border-radius: 999px;
}

.help-tooltip-link {
  margin-left: 2px;
  color: #e2e2e2;
  cursor: help;
  display: inline-block;
  width: 12px;
}

.link-disabled {
  color: #9da0a4;
  border-bottom: none;
}

.link-disabled:hover {
  color: #9da0a4;
  border-bottom: none;
}

.info-block {
  background: url(/s/i/metrika-howto-bg.png) 0 3px no-repeat;
  width: 16px;
  height: 16px;
  padding-right: 18px;
}

.control-group hr {
  background-color: #DAE5E8;
  border: none;
}

.writer_advice {
  width: 425px !important;
  height: 100px;
}

/* Writer Exchange */
.writerexchange-form textarea {
  width: 310px;
}

.table-user-payouts-hide {
  display: none;
}

.table-user-payouts-all {
  margin-top: 10px;
}

/* ==========================================================================
   Legal wizard classes
   ========================================================================== */

.wizard .steps ul[role="tablist"] > li {
  border-left: 1px solid rgba(127, 127, 127, 0.3);
  min-width: 180px;
  text-align: center;
}
.wizard .steps ul[role="tablist"] > li:first-child {
  border-left: none;
}

.wizard .steps ul[role="tablist"] > li a,
.wizard .steps ul[role="tablist"] > li a:hover,
.wizard .steps ul[role="tablist"] > li a:active {
  display: block;
  margin: 0;
  padding: 1em;
  text-decoration: none;
  width: auto;
  border-radius: 0;
}
.wizard .steps ul[role="tablist"] > li:first-child a,
.wizard .steps ul[role="tablist"] > li:first-child a:hover,
.wizard .steps ul[role="tablist"] > li:first-child a:active {
  border-radius: 5px 0 0 5px;
}
.wizard .steps ul[role="tablist"] > li:last-child a,
.wizard .steps ul[role="tablist"] > li:last-child a:hover,
.wizard .steps ul[role="tablist"] > li:last-child a:active {
  border-radius: 0 5px 5px 0;
}

.wizard .steps ul[role="tablist"] > li .current a,
.wizard .steps ul[role="tablist"] > li .current a:hover,
.wizard .steps ul[role="tablist"] > li .current a:active {
  background: none repeat scroll 0 0 #2184BE;
  color: #ffffff;
  cursor: default;
}

.wizard select {
  height: 32px;
  cursor: pointer;
  width: 500px;
}
.wizard select > option {
  max-width: 500px;
}

.wizard input[type="text"] {
  width: 492px;
}

.wizard .basis_details input {
        width: 235px;
        float: left;
}

.wizard .basis_details .basis_num {
        margin-right: 10px;
}

.wizard .controls {
  margin-left: 195px;
  white-space: nowrap;
}

.wizard .control-label {
  width: 185px;
}

.wizard #fileupload-block {
  display: none;
}

.wizard .errors {
  display: none;
  color: #b94a48;
}

.wizard > .content {
  min-height: 0 !important;
  background-color: #FFF !important;
}

.wizard .actions ul[role="menu"] > li a {
  display:inline-block;
  position:relative;
  border:1px solid #dfe5eb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #baccd3;
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;

  font-size: 13px;
  padding: 6px 22px;

  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow:0 1px 2px 0 #0361C1;
  background-color: #018cd8;
  background-image: -webkit-linear-gradient(top, #11caf0 1%, #018cd8 100%);
  background-image: -moz-linear-gradient(top, #11caf0, #018cd8);
  background-image: -ms-linear-gradient(top, #11caf0, #018cd8);
  background-image: linear-gradient(to bottom,#11caf0, #018cd8);
  color: #FFFFFF;
  text-align:center;
  vertical-align: middle;
  text-decoration:none;
  text-shadow: 0 1px 1px rgba(102, 102, 102, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.wizard .actions ul[role="menu"] > li[aria-disabled="true"] a {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #ffffff, #eaf2f5);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #eaf2f5 100%);
  background-image: -o-linear-gradient(top, #ffffff, #eaf2f5);
  background-image: linear-gradient(to bottom, #ffffff, #eaf2f5);
  color:#516f76;
}


#form-legal .content {
  height: 550px !important;
}

#form-legal-nonresident .content {
  height: 500px !important;
}

#screenshot_error {
  color: #b94a48;
}

#form-legal-nonresident a[href="#previous"] {
  display: none;
}

.text-add-textarea {
  width: 80% !important;
  overflow:scroll;
}

.text-add-div {
  height: 300px;
  overflow:scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  padding: 5px 8px;
  border: 1px solid #cde0ea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 3px #d3e5ed inset;
  font: 16px/19px Arial,sans-serif;
}

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

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.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;
  opacity: 0;
}

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

/* http://kizu.ru/fun/rotated-text/ */
.rotated-text {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
  line-height: 1.5;
}
.rotated-text__inner {
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: translate(0,100%) rotate(-90deg);
     -moz-transform: translate(0,100%) rotate(-90deg);
      -ms-transform: translate(0,100%) rotate(-90deg);
       -o-transform: translate(0,100%) rotate(-90deg);
          transform: translate(0,100%) rotate(-90deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
.rotated-text__inner:before {
  content: "";
  float: left;
  margin-top: 100%;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
      background: transparent !important;
      color: #000 !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 #999;
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }

  .hidden-print {
  display: none;
  }
}

@media screen and (max-width: 1260px) {
  #main, .wrap { margin-left: 0; }
}

.transparent {
  opacity: 0;
}
.noscroll {
  overflow: hidden;
}


.btn-moderate {
  margin-right: 10px;
}

.no-transition * {
  -webkit-transition: none !important;
     -moz-transition: none !important;
      -ms-transition: none !important;
       -o-transition: none !important;
          transition: none !important;
}


.project-search-form {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
  padding: 4px;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.project-search-form .search-query {
  width: 200px;
  height: 23px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.project-search-form .helper {
  position: relative;
  cursor: pointer;
  top: 0;
  width: 33px;
  height: 33px;
  margin: 0 0 0 -33px;
  line-height: 33px;
  text-align: center;
}
.project-search-form .search-query,
.project-search-form .btn-small {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.project-search-form .btn-small {
  position: relative;
  margin-left: -1px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.plag-links-table {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.plag-links-table tr {
  margin: 0;
  border-bottom: 1px solid #d7e6e9;
}
.plag-links-table td {
  margin: 0;
  padding: 2px 0;
}
.btn-group {
  float: right;
}
.btn-group .btn {
  margin: 0 -1px 0 0;
}
.btn-group .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.btn-group .btn + .btn {
  border-radius: 0;
}
.btn-group .btn:last-child {
  border-radius: 0 2px 2px 0;
}

.btn.progress,
.project-texts__footer.progress,
.text-upload__progress {
  background-color: #149bdf;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
   -moz-background-size: 40px 40px;
     -o-background-size: 40px 40px;
        background-size: 40px 40px;

  -webkit-animation: btn-progress-stripes 2s linear infinite;
   -moz-animation: btn-progress-stripes 2s linear infinite;
    -ms-animation: btn-progress-stripes 2s linear infinite;
     -o-animation: btn-progress-stripes 2s linear infinite;
        animation: btn-progress-stripes 2s linear infinite;
}


/* increase rating */

.rating {
  margin: 0;
  padding: 8px;
  width: 320px;
  height: 160px;
  list-style: none;
  }
  .rating__caption {
    margin: 0;
    padding: 0 0 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    }
  .rating__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .rating__item {
      display: block;
      margin: 0;
      padding: 0;
      height: 55px;
      font-size: 12px;
      }
    .rating__item:first-child {
      margin-bottom: 10px;
      }
      .rating__credits {
        overflow: hidden;
        float: left;
        margin: 0 10px 0 0;
        width: 70px;
        height: 55px;
        text-align: center;
        background: #f0f0f0;
        }
      .found .rating__credits,
      .done .rating__credits {
        background-color: #e5e5e5;
        }
        .rating__credits b {
          display: block;
          margin: 0;
          padding: 0;
          height: 35px;
          font-size: 31px;
          font-weight: normal;
          line-height: 40px;
          }
        .found .rating__credits b,
        .done .rating__credits b {
          color: #a0a0a0;
          }
        .rating__credits i {
          display: block;
          margin: 0;
          padding: 0;
          font-size: 11px;
          font-style: normal;
          line-height: 11px;
          }
        .found .rating__credits i,
        .done .rating__credits i {
          color: #a7a7a7;
          }
      .rating__install {
        margin: 0;
        padding: 3px 0 8px;
        font-size: 12px;
        line-height: 18px;
        }
        .rating__label {
          margin-right: 10px;
          }
          .rating__label input {
            vertical-align: middle;
            margin-right: 4px;
            }
        .rating__install a {
          margin-top: 9px;
          vertical-align: baseline;
          }
      .found .rating__install,
      .done .rating__install {
        display: none;
        }
      .rating__found {
        display: none;
        margin: 0;
        padding: 13px 0 0;
        height: 42px;
        line-height: 15px;
        color: #a5a5a5;
        }
      .rating__done {
        display: none;
        margin: 0;
        height: 55px;
        line-height: 10px;
        color: #a5a5a5;
        }
      .rating__update {
        display: none;
        }
      .found .rating__found,
      .done .rating__done {
        display: block;
        }
      .update .rating__done {
        display: none;
        }
      .update .rating__update {
        display: block;
        }
      .update__link {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 0 0 0px;
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        background-color: #fff;
        border: none;
        cursor: pointer;
        }
      .update__link {
        text-decoration: none;
        }
      .update__link:hover {
        text-decoration: none;
        }
      .update__link u {
        margin: 0 0 0 2px;
        color:#3397d1;
        text-decoration: none;
        border-bottom: 1px dotted #7fb8dd;
        }
      .update__link i {
        color:#000;
        text-decoration: none;
        }
      .rating__link {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        background-color: #fff;
        border: none;
        cursor: pointer;
        }
      .rating__link u {
        margin: 0 0 0 2px;
        color:#3397d1;
        text-decoration: none;
        border-bottom: 1px dotted #7fb8dd;
        }
      .rating__link .fa {
        width: 16px;
        height: 1px;
        line-height: 1px;
        }
      .rating__link.disabled,
      .rating__link.disabled u,
      .rating__link.disabled .fa {
        color: #ccc;
        border-color: #ccc;
        cursor: default;
        }


.log-header {
  margin: 0;
  padding: 10px 15px 9px;
  font-size: 13px;
  line-height: 24px;
  background-color: #f5f5f5;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  }
  .log-header__export {
    float: right;
    margin: 0;
    font-size: 11px;
    }
    .log-header__export .fa {
      vertical-align: middle;
      margin: 0 0 0 4px;
      font-size: 14px;
      }
  .log-header__label {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0;
    font-weight: normal;
    }
  .log-header__input {
    width: 85px;
    margin: 0;
    padding: 2px 4px;
    font-size: 13px !important;
    }
  .log-header__button {
    vertical-align: top;
    height: 26px;
    }
  .log-header__list {
    margin: 10px 0;
    padding: 8px 10px 7px;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    }
  .log-header__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
    padding: 0 0 10px;
    text-align: center;
    }
    .log-header__item-descr {
      margin: 0;
      padding: 0;
      font-size: 12px;
      color: #666;
      }
    .log-header__item-digit {
      margin: 0;
      padding: 0;
      font-size: 32px;
      font-weight: bold;
      line-height: 32px;
      letter-spacing: -0.02em;
      }
      .log-header__item-digit ins.rub {
        margin-left: 8px;
        }

.header-package-buy {
  margin: 0;
  padding: 0 0 5px;
  font-size: 18px;
  border-bottom: 0;
  }
.label-package-buy {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  margin: 0 5px 0 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 29px;
  }
.label-package-small {
  margin: 0;
  padding: 10px 0 20px 140px;
  font-size: 11px;
  line-height: 14px;
  color: #999;
  }
.btn-package-repeat,
.btn-package-buy {
  margin: 0 0 0 5px;
  padding: 7px 12px 9px;
  }

.packages-list {
  margin: 10px 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}


.package-popup {
  margin: 0;
  padding: 5px 15px 10px;
  }
  .package-popup p {
    margin: 0;
    padding: 0 0 5px;
    }

.pr-popup {
  margin: 0;
  padding: 15px 0 20px;
  text-align: center;
  }
  .pr-popup h2 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 21px;
    line-height: 24px;
    border: 0;
    }
  .pr-popup img {
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    }
  .pr-popup p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    }
  .pr-popup p ~ p {
    padding-bottom: 10px;
    }

.nav-type-payout li a {
        border-bottom: 0px;
}

.sites-list .block-rating .stat-alert {
  color: #ffaa11;
}

.articles-package-form {
  width: auto !important;
}


.mt {
  position: absolute;
  z-index: 1;
  right: -1px;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  background-color: #e2eff3;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.mt__price {
  color: #3397d1;
}
.mt--open {
  z-index: 2;
}
.mt-popup {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: -75px;
  left: -75px;
  top: 40px;
  width: 350px;
  text-align: left;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: #9fd7eb 0 0 10px 0;
          box-shadow: #9fd7eb 0 0 10px 0;
  opacity: 0;
  cursor: default;
  visibility: hidden;
  -webkit-transition: opacity .25s;
     -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
       -o-transition: opacity .25s;
          transition: opacity .25s;
}
.mt-popup:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}

.mt--open .mt-popup {
  opacity: 1;
  visibility: visible;
}
.mt-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 9px;
  margin: 0;
  padding: 15px;
  cursor: pointer;
}
.mt-popup__close svg {
  vertical-align: top;
}
.mt-popup__logo {
  margin: 0;
  padding: 0 0 10px;
}
.mt-popup__title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.mt-popup__text {
  margin: 0;
  padding: 0 0 10px;
  font-size: 12px;
  line-height: 18px;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
  padding-bottom: 56%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.doc-page {
  font-size: 14px;
  margin: 35px 0 50px;
}

.doc-page:after {
  content: "";
  display: table;
  clear: both;
}

.doc-page-left {
  width: 250px;
  padding: 0 18px 0 0;
  float: left;
}
.doc-page .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
  border-bottom: 0;
}

.doc-page .nav a {
  color: #0091d9;
  border-bottom: 0;
}

.doc-page .nav ul {
  margin: 10px 0 0 20px;
  padding: 0;
  list-style: none;
}

.doc-page .nav li {
  margin: 0 0 11px;
  display: block;
}

.doc-page-content {
  width: 760px;
  float: left;
}

.static-page-body .doc-page-content h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: none;
}

.static-page-body .doc-page-content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: none;
}

.static-page-body .doc-page-content h4 {
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: none;
}

.control-group--who .controls_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-right: 20px;
}
.form-check-input {
  position: absolute;
  margin-top: -1px;
  margin-left: -22px;
  box-shadow: none !important;
}
.form-check-label {
  margin-bottom: 0;
}

.form-check-label .help-tooltip {
  top: -2px;
  width: auto;
  height: auto;
  border: initial;
  padding: 0;
  margin-left: 3px;
}
.form-check-label .help-tooltip svg {
  margin: 0;
  color: #d5d6d7;
  transition: color 0.25s;
  outline: none;
}
.form-check-label .help-tooltip svg:hover {
  color: #a9abad;
}

.control-group .more-actions {
  padding-top: 20px;
  transition: all .25s ease;
  opacity: .8;
}

.control-group .more-actions:hover {
  opacity: 1;
}

.control-group .more-actions p {
  margin: 0;
  padding: 0;
}

.pseudolink {
  color: #3397D1;
  border-bottom: 1px dotted #3397D1;
  text-decoration: none;
  transition: all .25s ease;
  cursor: pointer;
}


.pseudolink:hover {
  border-bottom: 0;
}
