.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
.dblock {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
/*  margin-right: 10px;*/
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0px;
/*  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;*/
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
    margin-right: 17px;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 590px;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 235px;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}

.text-white {
  color: #ffffff;
}
a.text-white:hover {
  color: #953bf9;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline  > li,
ol.inline  > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #ece8ef;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/*Цитата*/
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #79C7ED;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #79C7ED;
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/*Классы выдиления*/
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label-mini {
  font-size: 9.844px;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info-fix,
.badge-info-fix {
  width: 200px;
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  border-top: 1px solid #C0DFF1;
}
.table th {
  font-weight: bold;
}
/*Цвет заголовка таблиц*/
.table thead th {
  background: #2980b9 repeat;
  color: #ffffff;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #C0DFF1;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #C0DFF1;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #C0DFF1;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  /*background-color: #E8F6FF;/*фон столбцов*/
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #9AD7FF;/*фон столбца при наведении*/
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #c7f0b6;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td, .msginfo {
  background-color: var(--light-purple) !important;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
form {
  margin: 0 0 0px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #5897BF;
  border: 0;
  border-bottom: 1px solid #76C9FF;
}
legend small {
  font-size: 15px;
  color: #5897BF;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
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"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  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"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .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,
.uneditable-input:focus {
  border-color: rgba(172, 82, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(172, 82, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(172, 82, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(172, 82, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.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 .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #D1EDFF;/*фон действий в формах*/
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  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,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}
.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;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 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,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 4px 4px 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 input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

/*Кнопки навигации на главной*/

.classname {
	-moz-box-shadow:inset -2px -5px 0px 0px #406a94;
	-webkit-box-shadow:inset -2px -5px 0px 0px #406a94;
	box-shadow:inset -2px -5px 0px 0px #406a94;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0078b8), color-stop(1, #0677bd) );
	background:-moz-linear-gradient( center top, #0078b8 5%, #0677bd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078b8', endColorstr='#0677bd');
	background-color:#0078b8;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
}
.classname:hover {
	color:#ffffff;
	text-decoration: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0065a8), color-stop(1, #0065a8) );
	background:-moz-linear-gradient( center top, #0065a8 5%, #0065a8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065a8', endColorstr='#0065a8');
	background-color:#0065a8;
}.classname:active {
	color:#ffffff;
	text-decoration: none;
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 9px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -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 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  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: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #f4c92d;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  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: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3e2457;
  background-image: -moz-linear-gradient(top, #3A3838, #49B8D8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3A3838), to(#49B8D8));
  background-image: -webkit-linear-gradient(top, #3A3838, #49B8D8);
  background-image: -o-linear-gradient(top, #3A3838, #49B8D8);
  background-image: linear-gradient(to bottom, #6727a5, #3e2457);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  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);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #5f2696;
  *background-color: #3e2457;
}
.btn-info:active,
.btn-info.active {
  background-color: #3e2457 \9;
}

.btn-ammo {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9ad81;
  background-image: -moz-linear-gradient(top, #3A3838, #49B8D8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3A3838), to(#49B8D8));
  background-image: -webkit-linear-gradient(top, #3A3838, #49B8D8);
  background-image: -o-linear-gradient(top, #3A3838, #49B8D8);
  background-image: linear-gradient(to bottom, #f26522, #ff590a);  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  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);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-ammo:hover,
.btn-ammo:active,
.btn-ammo.active,
.btn-ammo.disabled,
.btn-ammo[disabled] {
  color: #ffffff;
  background-color: #ea4b00;
  *background-color: #2a85a0;
}
.btn-ammo:active,
.btn-ammo.active {
  background-color: #24748c \9;
}

.ibwrap > .btn-info {
	position: relative;
	left: 0px;
}

.ibwrap .im-send {
	float: right;
	margin-right: 10px;
	box-shadow: none;
}

.ibwrap .im-smiles {
	float: left;
}

.ibwrap .btn-info:hover {
	background-color: #2e6598;
}

.ibwrap .smile-svg {
	display: inline-block; padding: 3px 12px;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
/*Навигация по привилегиям (при наведении)*/
.nav > li > a:hover {
  text-decoration: none;
  background-color: #235e96;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*Навигачия по привилегиям*/
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #2980b9;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
/*Шапка сайта*/
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f500;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {

  background: url(/main/img/bg_nav.png) repeat-x;
  background-size: cover;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);

}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  /*Фон неактивных ссылок в навигации*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  /*Фон при активных кнопках навигации
  background-color: #111111;*/
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #83C5E9;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
/*Навигация*/
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #DDF5FF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 5px 14px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  border-color: #ece8ef;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #e9e7f3;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: left;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  width: 220px;
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 20px;
  margin-bottom: 20px;
/*  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #1C81E6;
  border-color: #d6e9c6;
  color: #ffffff;
}
.alert-bysanya {
  background-color: #333333;
  border-color: #d6e9c6;
  color: #ffffff;
}
a.text-white-bysanya {
  color: #ffffff;
}
.alert-success h4 {
  color: #468847;
}
/*Опросы*/
.alert-votes {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-votes h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
/*Информация о привилегиях и прочее*/
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #176EA6;
}
.alert-info h4 {
  color: #3a87ad;
}
/*Отступ в информации о привилегиях*/
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #f4c92d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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;
}
/*.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}*/
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.tooltip {
  position: absolute;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 1050;
  width: 80%;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-small {
  text-align: center;
  left: 35%;
  width: 400px;
}
.modal-small-list {
  left: 20%;
  width: 700px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*Информация (зарег. пользователи и тд)*/
.well {
  text-align: left;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
/*Фон шапки сайта*/
.headsite {
background-attachment: scroll;
-moz-background-size: 100%; 
background-size: 100%; 
border-radius: 4px 4px 0px 0px;
}
/*Соц.сети*/
.headseti {
width: 100px;
padding-left: 5px;
padding-bottom: 5px;
position: absolute;
background: #2980b9 repeat-y;
background-size: 100%;
margin-left: -50px;
margin-top: 20px;
border-radius: 3px 0px 0px 3px;

-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
transition: all 1s ease-out;
}
span.headseti:hover {
background: #48B7DD;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

/* Инф.блок */
.headinf {
text-align: center;
color: white;
top: 10px;
right: 7px;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
background: #2980b9 repeat-y;
background-size: 100%;
border-radius: 3px 3px 0px 0px;
}
span.headinf:hover {
background: #48B7DD;
}

body {
	margin:0px;
	padding:0px;
	color: black;/*Основной цвет текста*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color: #212121;
	/*Задний фон сайта*/
	background-image: url(/main/img/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
}

a, a:link, a:visited { 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

img { border: none; }

h1, h2, h3, h4, h5 { font-weight: normal; }
h1 { font-size: 32px; color: #000; margin: 0 0 10px 0; padding: 0px 0; }
h2 { font-size: 20px; color: #000; margin: 0 0 20px 0; padding: 0 0 10px 0; border-bottom: 1px dashed #999; }
h3 { font-size: 21px; color: #333; margin: 0 0 7px 0; padding: 0; text-decoration: none; font-weight: normal; }
h3 a { text-decoration: none; font-weight: normal; }
h3 span { color: #69F; }
h4 { font-size: 18px; color: #000; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 14px; height: 20px; color: #000; margin: 0 0 10px 0; padding: 2px 8px; } 
h6 { font-size: 12px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_r10 { margin-right: 10px; }
/*Фон блока content*/
#templatemo_content_outer {
	background: url(/main/img/content_new.png) repeat;
}
/*Верх коннтент сайта*/
#templatemo_content_inner {
	padding: 12px 12px;
	/*background: url(/main/img/top_new.png) repeat-x;*/
}
#templatemo_padding {
	padding: 5px 30px;
	/*background: url(/main/img/top_new.png) repeat-x;*/
}

#templatemo_main_wrapper {
	min-width: 966px;
	padding: 0 20px;
	margin: 0 auto;
}

#templatemo_content_bottom {
	min-width: 966px;
	height: 25px;
	background: url(/main/img/bottom_new.png) 
}

#sidebar {
	float: left;
	width: 220px;
}

#sidebar-right {
	float: right;
	width: 235px;
}

#templatemo_content {
	float: left;
	max-width: 465px;
}

/* resize page */


/*Web*/
@media (max-width: 4990px) {
	#templatemo_main_wrapper {
		width: 1100px;
		padding: 0 20px;
		margin: 0 auto;
	}

	#templatemo_content_bottom {
		width: 1100px;
		height: 25px;  
		background: url(/main/img/bottom_new.png) 
	}
	#sidebar {
		float: left;
		width: 220px;
	}

	#templatemo_content {
		margin-left:14px;
		float: left;
		min-width: 835px;
	}
}
/*Wap*/
/* @media (min-width: 176px) and (max-width: 520px) {
	#templatemo_main_wrapper {
		width: 176px;
		padding: 0 1px;
		margin: 0 auto;
	}

	#templatemo_content_bottom {
		width: 176px;
		height: 3px;  
		background: url(/main/img/bottom_new.png) 
	}
	#sidebar {
		float: left;
		width: 276px;
	}

	#templatemo_content {
		margin-left:10px;
		float: left;
		max-width: 576px;
	}
} */

/* resize page */

.sidebar_box {
	margin-bottom: 10px;
}

/* end of content */

#templatemo_footer {
	clear: both;
	color: #868686;
	padding: 20px 30px;
	text-align: center;
}

#templatemo_footer a{
	color: #a3a3a3;
	font-weight: normal;
}

/* -------------------------------------- */			

input:focus{
  outline:none;
  border-color:rgba(255,25,33,.75);
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  box-shadow:0 0 8px rgba(255,25,33,.5);
  -moz-box-shadow:0 0 8px rgba(255,25,33,.5);
  -webkit-box-shadow:0 0 8px rgba(255,25,33,.5);
}
input, .pull-input{
  border:1px solid #aaa;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,-moz-box-shadow linear .2s;
  -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;
}

tr.clickable:hover td {
	background: #9AD7FF !important;/*Цвет при наведении (пример в ЛС)*/
	cursor: default;
}

ul.bootstrap-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}
ul.bootstrap-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

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

.obramlenie {
	border: 1px #e0e0e0 solid;
	border-radius: 1px;
	box-shadow: 0px 0px 0px 6px #f6f6f6, 0px 0px 0px 7px #cccccc;
	padding: 7px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: rgba(130, 165, 172, 0.08);
}
.centered {
	text-align:center;
}

.underline {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: verdana;
	text-shadow: 1px 1px 1px rgba(133, 133, 133, .4);
}

#myTabContent li {
	border: 1px rgb(230, 13, 13);
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
	background-color: rgb(247, 247, 247);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgb(199, 198, 193);
}

#Go_Top {
	position: fixed; bottom: 25px; right: 1px; cursor:pointer; display:none; opacity: 0.7; width: 80px; height: 100%; position: fixed; left: 0px; top: 0px; cursor: pointer; text-align: center; line-height: 30px; color: rgb(255, 255, 255); font-weight: bold; background-image: none; display: block; background-position: initial initial; background-repeat: initial initial;
}

/* Личные сообщения */
.create_message {
	background-color: #E8F6FF;
	border: 1px solid #B9C4DA;
	position: relative;
	margin-bottom: 20px;
	
}
#pm_text, #input_text, .textarea_window { 
	height: 60px; 
	margin:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.ibwrap {
	margin:5px 0px 10px 5px;
	height: 30px;
}
.iwrap {
	display: block;
	padding-right: 11px;
}
.smiles {
	display: inline;
	float:right;
	margin-right:10px;
}

.msg_item {
	display: block;
	padding: 5px 7px 7px;
	/*background-color:#F2F7F9;  #BDDBF9*/
	border-left: 1px solid #C5DAE2;
	border-right: 1px solid #C5DAE2;
	border-bottom: 1px solid #C5DAE2;
}
.mi_img, .mi_iwrap {
	width: 40px;
	height: 40px;
	background-color: #E8F6FF;
	overflow: hidden;
	margin: 2px 7px 0 0;
	border-radius: 3px;
	float: left;
}
.mi_head {
	margin-left: 0;
}
.mi_body {
	clear: none;
}
.mi_text {
padding: 3px 0 0;
line-height: 1.4em;
word-wrap: break-word;
margin-right: 30px;
}
.mi_date {
float: right;
color: #777;
padding-left: 4px;
}
.mi_author {
font-weight: bold;
color: #4C6B8F;
}
.mi_cont {
margin-left: 47px;
min-height: 42px;
}

#load span{
   margin: 5px;
   cursor:pointer;
   background: #6483aa;
   color:#fff;
   padding: 4px 10px 4px 10px;
   border:1px solid #2f4561;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

#load{
  width:120px;
  height:30px;
  text-align:left;
  margin: 10px auto;
}

/* Панель BB кодов */


#allmessages {
	margin-bottom:20px;
	padding: 0px; 
	top: 0px; 
	height:430px; 
	overflow:auto;
	margin-top: -20px;
}
/*Фон заголовка постов в форуме*/
.toppost {
	border:1px solid #d8d8d8;text-shadow:rgba(255,255,255,0.8) 0px 1px 0px;background:rgb(214,241,255) url(/main/img/highlight.png) repeat-x 0 0;font-size:11px;font-weight:bold;padding:8px;margin: -8px -8px 8px -8px
}ul#bbpanel li {
	display:inline
}
#bbpanel {
	list-style-type:none; 
	margin-left: 5px;
	margin-top: 5px;
}
.leftpostbody {
	border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC;
}

.rightpostbody {
	word-wrap: break-word; border-right:1px solid #CCCCCC;
}
/*Фон нижней панели в сообщении форума*/
.bottompanelpost {
	background: #5897BF;margin-top:10px;padding:7px;clear:both;overflow:hidden;
}
/*Рамка этой же панели*/
.bottompost {
	border:1px solid #79C7ED;
}

.commentlist {
	margin: 20px 0 0px 0;
	list-style: none;
}
/*Комментарии к новости*/
.cdata {
	text-align:left;
	background: #D1EDFF;
	padding: 3px 3px 3px 7px;
}
.clidata {
	text-align:left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.cdata strong {
	display: block;
}
img.avatar {
	float: left;
	display: inline;
	border: 0;
	margin: 1px 10px 1px 0;
}
.ctext {
	padding: 7px 7px 0px 7px;
	position: relative;
	word-wrap: break-word;
}
.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
	color: #C0DFF1;
}

.commentlist li {
	padding: 8px 0 2px;
	background: #fff;
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #d9d9d9;
}

.commentlist .comment-delete {
	border: none;
    background: none;
}

.commentlist .comment-delete:focus {
	outline: none;
}

.commentlist .comment-delete svg {
	fill: #fff;
}

.commentlist .comment-delete svg:hover {
	fill: #ff0000;
}

.commentlist .clidata .cdata .avatar {
	display: inline-block;
	float: left;
	margin-right: 7px;
}

.commentlist .clidata .cdata .avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.commentlist .clidata .cdata .top-line {
	height: 20px;
}

.commentlist .clidata .cdata .top-line .user-nick {
	float: left;
}

.commentlist .clidata .cdata .top-line .del-button {
	float: right;
}

#author {
	font: 12px "Trebuchet MS", Arial, Sans-Serif;
	padding: 7px 4px;
	width: 200px;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin: 14px 0;
}

.ctext .cdata {
	border: 1px solid #d9d9d9;
	border-bottom: 0;
}

.ctext .ctext {
	border: 1px solid #d9d9d9;
	border-top: 0;
	margin-bottom: 10px;
}
/*Новости*/
.message { 
	background:#E8F6FF /*url(/main/img/highlight.png) repeat-x 0 0*/;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #C0DFF1;
	text-shadow:#fff 0px 1px 0px;
	line-height:1.6;
	font-size:12px;
	-webkit-box-shadow:#fff 0px 1px 3px;
	-moz-box-shadow:#fff 0px 1px 3px;
	box-shadow:#fff 0px 1px 3px
}

/*Рамка левого блока*/
.leftblock {
	border: 1px solid #C0DFF1;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*Цвет заголовков*/
.blockzag {
	border-bottom: 1px solid #d8d8d8;/*Цвет рамики*/
	background: #2980b9 repeat-y;
	background-size: 100%;
	padding: 4px;
	font-weight: bold;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-indent: 7px;
}

.bodyblock {
	text-align: left;
	margin: 7px;
}

.marginleft20 {
	margin-left: 20px;
}
div[class^=likes]
{
	background-color:rgb(238, 238, 238);
}
.blockservers thead th {
/*	height: 28px; *//
	vertical-align: middle;
}

.topiclist td {
	vertical-align: middle;
}

.avaround {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

.resize {
	resize:vertical;
}

.mright3 {
	margin-right: 3px;
}

.group_ban {
	color:pink !important;
}
.group_verify {
	color:#00C359 !important;
}
.group_admin {
	color:#4f19af !important;
}
.group_umni4ka {
	color:blue !important;
}
.group_major {
	color:#FFD800 !important;
}
/*#FF6600 - orange*/
.group_moder {
	color:#C71585 !important;
} 
.group_sm {
	color:#2771d4 !important;
}
.group_notactiv {
	color:#C0C0C0 !important;
}
.group_partner {
	color:#934606 !important;
}
.group_developer {
	color:#037d13 !important;
}
.group_streamer {
	color:#4b367c !important;
}
.group_youtube {
	color:#f00 !important;
}
.group_edit {
	color:#007FFF !important;
}
.group_editvk {
	color:#4a76a8 !important; 
}

.group_user {
	color:#00000 !important;
}

.group_subvip {
	color: #d29f4d !important;
}

.linklastthread {
	color:rgb(131, 131, 131) !important;
}

.linknormal {
	font-weight: normal !important;
}
li a:hover {
	cursor:pointer;
	color:black;
}
.smmargin {
	margin: 0 2px 0 2px;
}

.absolute {
	position: absolute;
}

.video_play_link {
	position: relative;
	top: 25px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 480px;
	height: 305px;
	display: block;
	background: url(/main/img/play.png) 50% 50% no-repeat;
}

.wall_title {
	margin: 0 5px 0 5px;
	color: #F1F1F1;
	position: relative;
	top: -300px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 38px;
	padding: 5px 0 0 10px;
	font: 16px droid sans, Arial, sans-serif;
	font-weight: bold;
	background-color: rgba(139, 139, 139, 0.89);
}
time {
	text-decoration: underline;
}
.walldown {
	height:30px;
	margin-top:5px;
	border-bottom: 3px solid #dadcdd;
	margin-bottom: 10px;
}
.wallpost {
	width:460px;
}
.wallimg {
	width:450px;
}

.fancyNav{
	/* Affects the UL element */
	overflow: hidden;
	display: inline-block;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}

.fancyNav li{
	/* Specifying a fallback color and we define CSS3 gradients for the major browsers: */
	
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51, #e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	
	border-right: 1px solid rgba(9, 9, 9, 0.125);
	
	/* Adding a 1px inset highlight for a more polished efect: */
	
	box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 1px -1px 0 rgba(255, 255, 255, 0.6) inset;
	
	position:relative;
	
	float: left;
	list-style: none;
}

.fancyNav li:after{

	/* This creates a pseudo element inslide each LI */	
	
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	
	/* Gradients! */
	
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(168,168,168,0.5)));
	background-image:-moz-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-o-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-ms-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	
	/* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
	
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	/* This will create a smooth transition for the opacity property */
	
	-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25s all;
	transition:0.25s all;
}

/* Treating the first LI and li:after elements separately */

.fancyNav li:first-child{
	border-radius: 4px 0 0 4px;
}

.fancyNav li:first-child:after,
.fancyNav li.selected:first-child:after{
	box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
	
	border-radius:4px 0 0 4px;
}

.fancyNav li:last-child{
	border-radius: 0 4px 4px 0;
}

/* Treating the last LI and li:after elements separately */

.fancyNav li:last-child:after,
.fancyNav li.selected:last-child:after{
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
	
	border-radius:0 4px 4px 0;
}

.fancyNav li:hover:after,
.fancyNav li.selected:after,
.fancyNav li:target:after{
	/* This property triggers the CSS3 transition */
	opacity:1;
}

.fancyNav:hover li.selected:after,
.fancyNav:hover li:target:after{
	/* Hides the targeted li when we are hovering on the UL */
	opacity:0;
}

.fancyNav li.selected:hover:after,
.fancyNav li:target:hover:after{
	opacity:1 !important;
}

/* Styling the anchor elements */

.fancyNav li a{
	color: #5d5d5d;
	display: inline-block;
	font: 20px/1 Lobster,Arial,sans-serif;
	padding: 12px 35px 14px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
}

.fancyNav a.homeIcon{
	background:url('/main/img/home.png') no-repeat center center;
	display: block;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	text-indent: -9999px;
	width: 16px;
}

nav {
	display: block;
	margin: 7px auto 0;
	text-align: left;
	min-width: 966px;
}

.avatarmini {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.pmdel {
	cursor:pointer;
}

#imgLoad {
	margin-top: 15px;
}

span.tooltips {
  position: relative;
  display: inline;
}
span.tooltips el {
  position: absolute;
  width:470px;
  color: #FFFFFF;
  background: #666262;
  height: 32px;
  line-height: 32px;
  text-align: center;
  visibility: hidden;
  border-radius: 12px;
}
span.tooltips el:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #666262;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
span:hover.tooltips el {
  visibility: visible;
  bottom: 30px;
  left: 50%;
  margin-left: -230px;
  z-index: 999;
}

.nameOfAuthor_Ava {
  width: 79px;
  display: inline-block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#spoiler {
    width:350px;
}

 .spoiler_desc {
	//border: 2px double gray; /*Рамка*/
	 //background: white; /*Цвет фона*/
     padding: 0 5px;
     border-radius: 0 0 5px 5px;
     margin-top: 22px;
 }
 .spoiler_desc p {

    //font:12px 'Forum', cursive;
    padding:2px 5px;
    color:#333;
    cursor: text;
    //color: #98F5FF; /*Цвет текста*/
 }
 .spoiler_close {
     display: none;
     width: 100%;
     height: 22px;
     //background: #FFFF66;
     border-radius: 5px 5px 0 0;
     text-indent: 10px;
     cursor: default;
     border-bottom: 1px double #000000;
     position: absolute;
     top: 0px;
     left: 0;
 }
 .spoiler_close:hover { background: white; }
 .spoiler_open:before {
     content: '[+] Спойлер';
     border-bottom: 2px double #000000;
     cursor: default;
     text-indent: 10px;
     border-radius: 5px 5px 0 0;
     width: 100%;
     height: 22px;
     //background: #FFFF66;
     display: block;
     position: absolute;
     top: 0px;
     left: 0;
 }
 .spoiler_open:hover:before { background: white; }
 .spoiler_open {
     margin: 5px 0 0 15px;
     height: 23px;
     width: 240px;
     outline: none;
     float: center;
     position: relative;
     overflow: hidden;
     -webkit-transition: height 0.3s ease;
     -moz-transition: height 0.3s ease;
     -ms-transition: height 0.3s ease;
     -o-transition: height 0.3s ease;
     transition: height 0.3s ease;

 }
 .spoiler_open:focus { height: auto; }
 .spoiler_open:focus .spoiler_close { display: block; }
 .spoiler_open:focus:before { display: none; }
.test { color:#FFF !important; }
.1 { color:13 !important; }

#sloi1, #sloi2 ,#sloi3 {
position: relative; /* Относительное позиционирование */
}
#sloi1 { z-index: 1; }
#sloi2 { z-index: 2; }
#sloi3 { z-index: 3; }
#sloi4 { z-index: 4; }

.news_image{
	margin-top: 5px;
	width: 220px;
	height: 120px;
	display: inline-block;
	padding: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.news_image img{
	width: 220px;
	height: 120px;
	float: right;
}

.news_head{
	text-align: center;
}

.news_desc{
	text-align: justify;
}



/*.tophbuy {
	height: 26px;
	background-color: #2980b9;
    border-radius: 4px 4px 0px 0px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    box-shadow: -1px -2px 4px rgba(0,0,0,0.5);
}

.tophbuy li {
    list-style: none;
}

.helpbuy1 > a {
	color: black;
	background-color: #f98515;
	padding: 3px 3px 7px 3px;
    border-radius: 4px 0 0 0;
    height: 16px;
	-moz-text-decoration-style: dashed;  
    position: absolute;
     
}
*/


.some-friend {
	border: 1px solid #2980b9;
	width: 400px;
	height: 100px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left !important;
	border-radius: 2px;
}

.some-friend .avatar-friend {
	width: 80px;
	height: 80px;
	float: left;
	padding: 7px;
	
}

.some-friend .fr-name{
	padding-top: 7px;
}

.some-friend .fr-groupe {
	position: relative;
	top: -7px;
	font-size: 10px;
}

.some-friend .creat-im {
	position: relative;
	top: 22px;
}

.some-friend .creat-im > a:last-child {
	color: black;
	font-size: 100%;
	font-weight: 700;
	text-decoration: none;
	user-select: none;
	padding: .25em .5em;
	outline: none;
	border: 1px solid rgb(41, 128, 185);
	border-radius: 4px;
	background: rgb(41, 128, 185) linear-gradient(rgb(90, 183, 245), rgb(41, 128, 185));
	box-shadow: inset 0 -2px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgba(255,255,0,0);
	transition: box-shadow .2s, border-color .2s;	
}

.some-friend .creat-im > a:hover {
  box-shadow: inset 0 -1px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgb(122, 195, 243);
}

.some-friend .creat-im > a:active {
  padding: calc(.25em + 1px) .5em calc(.25em - 1px);
  border-color: rgba(177,159,0,1);
  box-shadow: inset 0 -1px 1px rgba(0,0,0,.1), inset 0 1px 2px rgba(0,0,0,.3), inset 0 0 0 60px rgba(255,255,0,.45);
}

.some-friend .dell-fr {
	position: relative;
	top: -52px;
	right: 7px;
}

.tbsw {
	background: #f5ffff;
	border-collapse: collapse;
	text-align: left;
}

.tbsw th {
  border-top: 1px solid red;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(red, #5a567f);
  color: white;
  padding: 10px 15px;
  position: relative;
  height: 20px;
}

.tbsw th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}

.tbsw tr{
	border: 1px solid #e3eef7;
}

.tbsw td{
	border: 1px solid #e3eef7;
}

.tbsw td:nth-child(2){

}

.tbsw tr:nth-child(2){
	height: 20px;
	text-align: center !important;
}

/*.tbsw tr:nth-child(3){
	padding-left: 100px;
}*/

.tbsw .hin2{
	padding-top: -5px;
	padding-left: 10px;
	display: inline-block;
}

.tbsw .cltext{
	padding-left: 3px;
	display: inline-block;
}

/*.tbsw th2ct {
  border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#21a3df, #5a567f);
  color: white;
  padding: 10px 15px;
  position: relative;
  height: 20px;*/
 .content-news {
	display: inline-block;
	margin-top: 5px;
}

.content-news .img-news {
	float: left;
	clear: both;
	display: inline-block;
	width: 220px;
	height: 120px;
	/*border: 1px solid black;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.content-news .img-news img{
	width: 220px;
	height: 120px;
}

.content-news .info-news {
	display: inline-block;
	width: 327px;
	height: 120px;
	margin-top: -2px;
	margin-left: 15px;
}

.content-news .info-news .header-news {
	height: 17px;
	margin-bottom: 7px;
}

.content-news .info-news .header-news a{
	font-size: 14px;
}

.content-news .text-news {
	display: block;
	height: 80px;
	overflow: hidden;
}

.about-info-news {
	font-size: 11px;
}

.nav-list hr {
	margin: 15px 0px 10px 0px;
}

.gnews-content {
	
}

.gnews-content .gnews-img {
	float: left;
	clear: both;
	display: inline-block;
	width: 300px;
	height: 150px;
	/*border: 1px solid black;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.gnews-content .gnews-img img{
	width: 290px;
	height: 150px;
}

.gnews-content .gnews-header a{
	font-size: 18px;
}

.gnews-content .gnews-text {
	height: 112px;
	overflow: hidden;
}

.gnews-content .gnews-infon {
  height: 17px;
  width: 490px;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #726d89;
}

.gnews-content .gnews-info-create {
	display: inline-block;
	font-size: 12px;
}

.gnews-content .gnews-com {
	display: inline-block;
	float: right;
}

.gnews-content .gnews-com img {
	display: inline-block;
	float: right;
}

.gnews-content .gnews-align {
	margin: 0px 5px;
}

.tpaymets {
	border: 1px solid #C0DFF1;
}

.tpaymets tr{
	border: 1px solid #C0DFF1;
}

.tpaymets td{
	border: 1px solid #C0DFF1;
}

.tpaymets tr td:last-child{
	padding: 0 5px;
}


.pserver {
	float: right;
}

table.tblserv{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
	margin-top: 10px;
}

.tblserv thead th{
    padding: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #568F23;
    border: 1px solid #2980b9;
    border-bottom: 3px solid #2dade2;
    background-color: #4186bc;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(41, 128, 185)), color-stop(0.51, rgb(58, 144, 196)), color-stop(0.87, rgb(46, 182, 243)) );
    background: -moz-linear-gradient( center bottom, rgb(123,192,67) 2%, rgb(139,198,66) 51%, rgb(158,217,41) 87% );
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tblserv thead th:empty{
    background:transparent;
    border:none;
}

/*.tblserv tbody th{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}*/
.tblserv tbody th{
    color:#666;
	text-align: right;
    padding: 10px;
}

.tblserv tbody td{
    padding:10px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

.tblserv tbody span.check::before{
    content : url(../images/check0.png)
}

/*.tblserv tbody th {
    color: #fff;
    text-shadow: 1px 1px 1px #122eb1;
    background-color: #28abe6;
    border: 1px solid #299cd0;
    border-right: 3px solid #32c1e4;
    padding: 0px 10px;
    background: -webkit-gradient( linear, left bottom, right top, color-stop(0.02, rgb(47, 188, 255)), color-stop(0.51, rgb(43, 164, 210)), color-stop(0.87, rgb(67, 132, 187)) );
    background: -moz-linear-gradient( left bottom, rgb(158,217,41) 2%, rgb(139,198,66) 51%, rgb(123,192,67) 87% );
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}*/

.tblserv tbody td:last-child{
    color: #9CD009;
    font-size: 32px;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 1px 1px 1px #444;
}

.zagpricestable {
	border-bottom: 1px solid #d8d8d8;
    background: #2980b9 repeat-y;
    background-size: 100%;
    padding: 4px;
    font-weight: bold;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    text-indent: 7px;
	margin-right: 10px;
}

.table-prices-block {
  /*  border: 1px solid #C0DFF1;*/
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

table.tbl-law-serv{
    font-family:Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.7em;
    text-align:center;
    border-collapse:collapse;
}

.tbl-law-serv thead th{
    padding:6px 10px;
    text-transform:uppercase;
    color:#444;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    border-bottom:5px solid #444;
}

.tbl-law-serv thead th:empty{
    background:transparent;
    border:none;
}

.tbl-law-serv thead :nth-child(2),
.tbl-law-serv tfoot :nth-child(2){
    background-color: #7FD2FF;
}
.tbl-law-serv tfoot :nth-child(2){
    -moz-border-radius:0px 0px 0px 5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.tbl-law-serv thead :nth-child(2){
    -moz-border-radius:5px 0px 0px 0px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.tbl-law-serv thead :nth-child(3),
.tbl-law-serv tfoot :nth-child(3){
    background-color: #45A8DF;
}
.tbl-law-serv thead :nth-child(4),
.tbl-law-serv tfoot :nth-child(4){
    background-color: #2388BF;
}
.tbl-law-serv thead :nth-child(5),
.tbl-law-serv tfoot :nth-child(5){
    background-color: #096A9F;
}
.tbl-law-serv thead :nth-child(5){
    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.tbl-law-serv tfoot :nth-child(5){
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

.tbl-law-serv tfoot td{
    font-size:38px;
    font-weight:bold;
    padding:15px 0px;
    text-shadow:1px 1px 1px #fff;
}

/*.tbl-law-serv tbody td{
    padding:10px;
}*/

.tbl-law-serv tbody tr:nth-child(4) td{
    font-size:26px;
    font-weight:bold;
}

.tbl-law-serv tbody td:nth-child(even){
    background-color:#444;
    color:#444;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
    text-shadow:1px 1px 1px #fff;
}
.tbl-law-serv tbody td:nth-child(odd){
    background-color:#555;
    color:#f0f0f0;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
}

.tbl-law-serv tbody td:nth-last-child(1){
    border-right:1px solid #222;
}

.tbl-law-serv tbody th{
    color:#696969;
    text-align:right;
    padding-right: 10px;
    border-right:1px solid #aaa;
	font-size: 12px;
}

.tbl-law-serv tbody span.check::before{
    content : url(../img/icons/check2.png)
}

.tbl-law-serv tbody span.check2::before{
    content : url(../img/icons/vopros2.png);
}

.tblprices {
	width: 605px;
	border: 1px solid #C0DFF1;
}

.hnprices {
	font-size: 15px;
    font-family: tahoma;
    font-weight: bold;
}

.tblprices th {
	border: 1px solid #C0DFF1;
}
.tblprices td {
	border: 1px solid #C0DFF1;
	text-align: center;
}

.btninmes {
  display: inline-block;
  padding: 2px 9px;
 /* margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;*/
  vertical-align: middle;
 /* cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);*/
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
 /* *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;*/
  border-radius: 4px;
/*  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}

.leftblockzag {
	border-bottom: 1px solid #d8d8d8;/*Цвет рамики*/
	background: #2980b9 repeat-y;
	background-size: 100%;
	padding: 4px;
	font-weight: bold;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-indent: 7px;
	margin-bottom: 0px !important; 
}

.leftblogmine:hover {
	background-color: #2980b9;
    box-shadow: 3px 3px 0 0 #34495e;
    border-bottom: none;
    height: 52px;
}

.leftblogmine {
    border-bottom: 1px solid #C0DFF1;
    width: 209px;
    height: 51px;
    padding: 5px;
}

.leftblogmine:last-child {
    border-bottom: none;
    height: 51px;
}



.leftbodyblock {
	text-align: left;
	/*max-height: 366px;*/
}

/*.avalbc .user-name {
	display: none;
}

.avalbc .user-name:hover { 
	display: inline;
}*/

.avalbc {
	float: left;
	margin-right: 5px;
}

.avalbc img {
	display: inline-block;
	border-radius: 50px;
	width: 47px;
	height: 47px;
	border: 2px solid #C0DFF1;
}

.avalbc img:hover {
	border: 2px solid #f98515;
}

.leftbdate {
	font-size: 9px; 
}

.leftbcontent {
	float: left;
    width: 147px;
    line-height: 14px;
    padding: 2px 0px;
}

.leftbcontent a{
	display: block;
	max-height: 30px; 
	overflow: hidden;
	text-decoration: none;
}

.leftvtitle:hover {
	color: white;
}

.stylelbtext {
	font-size: 10px;
	font-family: Tahoma, bold;
	text-overflow: clip;
    white-space: nowrap;
}

.theme-info {
	margin-top: 6px;
}

.theme-info a:hover {
	color: #f98618;
}


html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('../fonts/glyphicons-regular.eot');
  src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-regular.woff') format('woff'), url('../fonts/glyphicons-regular.ttf') format('truetype'), url('../fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicons {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 35px;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}
.glyphicons i:before {
  position: absolute;
  left: 0;
  top: 0;
  font: 24px/1em 'Glyphicons';
  font-style: normal;
  color: #1d1d1b;
}

.glyphicons-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 48px;
  vertical-align: text-top;
  background-image: url(../img/iconleftblog.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *margin-right: .3em;
}
.no-inlinesvg .glyphicons-icon {
  background-image: url(../img/iconleftblog.png);
}
.glyphicons-icon.white {
  background-image: url(../images/glyphicons-white.svg);
}
.no-inlinesvg .glyphicons-icon.white {
  background-image: url(../images/glyphicons-white.png);
}
.glyphicons-icon.conversation {
  background-position: -5px -10px;
}
.glyphicons-icon.calendar {
  background-position: -34px -10px;
}


#templatemo_content .page-pay{
	margin-left: -1px;
	float: left;
	min-width: 1052px;
}

.mainform {
	width: 523px;
	float: left;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	padding: 10px 15px;
}

.mainform select {
	width: 265px;
}

.mainform select:last-child {
	margin-bottom: 0px;
}

.mainform #lvlchange {
	margin: 9px 5px 0px;
    text-align: left;
}

.refinfo {

}

.page-pay select {
	margin-bottom: 5px;
}

.pay-info {
	width: 483px;
	height: 120px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	float: left;
	border-radius: 3px;
	text-align: left;
}

.pay-info .klogo {
	float: left;
	margin: 10px;
}

.pay-info .ktitle {
	float: left;
	margin: 10px 10px 0px 10px;
	font-size: 18px;
}

.pay-info .ktext {
	float: left;
	font-size: 14px;
	margin: 0px 10px;
}

.pay-info .button {
	float: right;
}

.pay-info a.kbutton {
  position: relative;
  z-index: 0;
  color: black;
  font-size: 115%;
  font-weight: 700;
  text-decoration: none;
  padding: .25em .5em;
}
.pay-info a.kbutton:after {
  content: "Купить";  /* здесь 6 букв */
  position: absolute;
  font-style: italic;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 6*(1em*90/135) - 2px*2*2);  /* где 6*(1em*90/135), где 6 - это 6 букв, 90 - это font-size after, а 135 - это font-size родителя */
  text-align: right;
  color: #fff;
  font-size: 90%;
  padding: .25em .5em;
  border-radius: 3px;
  border: 2px solid #10184d;
  background: linear-gradient(#13338a, #10184d) no-repeat 100% 0;
  background-size: calc(6*(1em*90/135) + .7em) 100%;
  box-shadow: inset calc(-6*(1em*90/135) - .6em) 0 rgba(255,255,255,0);
  transition: .3s;
}
.pay-info a.kbutton:hover:after {
  box-shadow: inset calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,.2);
}
.pay-info a.kbutton:active:after {
  background-image: linear-gradient(#39a3f6, #13338a);
}

.moreform {
	width: 523px;
	float: left;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	height: 239px;
	padding: 10px 15px;
	text-align: left;
}

.moreform label {
	font-size: 13px;
	margin: 0px 0px 4px 2px;
}

.moreform input {
	margin-bottom: 0px;
}

.mform-m {
    text-align: left;
    margin-bottom: 15px;
}

.mform-m .server-data {
   display: inline-block;
}

.moreform .footnote {
	color: #df0000;
	font-size: 11px;
}

.mform-ex {
	width: 100%;
    float: left;
}

.pay-info2 {
	width: 483px;
	height: 259px;
	float: left;
	margin: 10px 0px 0px 10px;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}


.pay-info2 .rb-info-rev img,
.pay-info2 .modal-rbody .avatar img,
.pay-info2 .lb-ava img {
	display: inline-block;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	border: 1px solid #C0DFF1;
	float: left;
}

.pay-info2 .last-buy img {
    margin: 5px 7px 2px 3px;
}

.last-buy {
	width: 190px;
	border-right: 1px solid #CCCCCC;
	float: left;
	text-align: left;
}

.last-buy .lb-info {
	height: 59px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.lb-info .lb-ava {
	float: left;
}

.lb-info .lb-pn {
	width: 129px;
	float: left;
    margin-top: 4px;
}

.lb-info .lb-ps {
	width: 129px;
	float: left;
	font-size: 10px;
	line-height: 1.4em;
	overflow: hidden;
}


.last-buy .lb-info:nth-child(4) {
	height: 59px;
	border-bottom: none;
}

.header-lbuy {
	width: 180px;
	height: 20px;
	padding-left: 10px;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	background-color: #2980b9;
    color: white;
}

.header-rev {
	width: 282px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	background-color: #2980b9;
    color: white;
}

.reviews-buy {
	overflow: hidden;
    width: 292px;
    height: 261px;
    float: left;
}

.reviews-buy .rb-info {
	width: 292px;
	border-bottom: 1px solid #CCCCCC;
}

.reviews-buy .rb-info:hover {
	background: #efefef;
}

.reviews-buy .rb-info .rb-info-rev {
	height: 58px;
	padding-top: 3px;
}

.reviews-buy .rb-info .rbtext {
    width: 232px;
    padding: 3px 1px 3px 5px;
    float: left;
    height: 58px;
    text-align: left;
    overflow: hidden;
}

.reviews-buy .rb-info .rb-info-urev {
	width: 284px;
	height: 20px;
	margin: 1px 3px 1px 3px;
	border-top: 1px dashed #CCCCCC;
}

.reviews-buy .rb-info .rb-info-urev span {
	font-size: 11px;
    margin-bottom: 5px;
    top: -2px;
    position: relative;
}

.button-pnext {
	width: 120px;
	float: left;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.button-pfeedback {

}

.allnext {
	float: left;
	margin: 5px;
}

.clickbrv {
	float: right;
	margin: 5px 25px;
}

.changestr {
	height: 36px;
}

.modal-hreviews {
	padding: 9px 15px;
}
.modal-hreviews .close {
	margin-top: 2px;
}
.modal-hreviews h3 {
	margin: 0;
	line-height: 30px;
	color: #5897BF;
}
.modal-hreviews h3{
	margin: 0;
	border-bottom: 1px solid #1b2838;
}

.modal-rbody {
    position: relative;
    overflow-y: auto;
    padding: 0px 15px;
	max-height: 460px;
}

.openlrev {
	text-align: left;
}

.openlrev .left-info {
	width: 300px;
	float: left;
}

.openlrev .right-info {
	width: 350px;
	float: left;
	background: rgba( 0, 0, 0, 0.2 );
}

.openlrev .avatar {
	
}

.openlrev .avatar img{
	border: 1px solid #163f5a;
}

.openlrev .nickname {
	
}

.openlrev .sumpay {
	color: #809196;
    font-size: 12px;	
}

.openlrev .sttxt {
	margin: -2px 10px;
    float: left;
    font-size: 16px;
    color: #d6d7d8;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: normal;
    padding: 3px 0px 0px 0px;
    line-height: 19px;
    width: 70%;	
}

.openlrev .date {
    margin: 0px 10px;
    float: left;
    color: #8091a2;
    font-size: 11px;
}

.openlrev .status {
	float: left;
}

.openlrev .status img{
	float: left;
    border-radius: 0;
	border: none;
	width: 40px;
	height: 40px;
}

.openlrev .review {
    float: left;
    width: 650px;
    color: #acb2b8;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    height: 100%;
    overflow: hidden;
    word-wrap: break-word;
    margin-top: 7px;
	margin-bottom: 10px;
    border-bottom: 1px solid #1b2838;
}

.catdgpz td {
	text-align: center;
}

.exform .request-help{
	
	border-radius: 0;
    background: none;
    border: none;
	margin: 0px;
	width: 70px;
    height: 100%;
}

.exform .request-help span{
	color: black;
}

.request-help {
    float: right;
}

.request-help span {
	color: white;
}

.request-help .tooltip {
    display: inline;
    position: relative;
	opacity: 1;
}

.request-help .tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1001;
    width: 220px;
}

.request-help .tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.reqvote {
    display: inline-block;
    height: 19px;
    width: 19px;
	margin-right: 18px;
}

.reqvote span {
	color: #111;
	width: 30px;
    height: 24px;
    display: block;
    text-align: right;
	padding: 4px 8px;
    background: url(/main/img/icons/re-agree.png) no-repeat;
}

.reqvote .re-disagree span {
	background: url(/main/img/icons/re-disagree.png) no-repeat;
}

.reqvote .tooltip {
	display: block;
    position: relative;
	opacity: 1;
	width: 30px;
	height: 0px;
	padding: 0;
	text-decoration: none;
}

.reqvote .tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 11px;
    color: #fff;
    content: attr(title);
    left: -150%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1001;
    width: 220px;
}

.reqvote .tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 5px;
    content: "";
    left: 10%;
    position: absolute;
    z-index: 99;
}

.ex-ammo {
	display: inline-block;
	width: 1058px;
	margin: 10px 0px 0px -4px;
}

.ex-ammo .direct {
	width: 500px;
	float: left;
	padding: 10px 0px;
}

.ex-ammo .roulette {
	width: 552px;
	float: left;
}

.ex-ammo .direct .info{
	height: 30px;	
}

.ex-ammo .direct .about{
	float: left;
}

.ex-ammo .direct .refill{
	float: right;
    margin-right: 40px;
}

.ex-ammo .direct .exform{
    text-align: left;
}

.ex-ammo .direct .exform label{
	font-size: 12px;
	margin-bottom: 0px;
}

.ex-ammo .direct .warning {
	width: 450px;
    background: #0477bb;
    border: 1px solid #406a94;
    border-radius: 2px;
    padding: 2px 5px 2px 5px;
	margin-top: 5px;
}

.ex-ammo .roulette .rform {
	margin-top: 8px;
}

.ex-ammo .roulette .rform label{
	display: inline-block;
}

.ex-ammo .roulette .wheel {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
    position: relative;
}

.ex-ammo .roulette .wheel ul {
    
}

.ex-ammo .roulette .wheel .sectors li{
	width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform-origin: left bottom;
	color: #fff;
}

.ex-ammo select, 
.ex-ammo input {
	margin-bottom: 10px;
}

.ex-ammo .roulette .wheel .sectors li span{
	display: block;
    color: white;
    position: absolute;
    bottom: 60px;
    left: 22px;
    text-decoration: none;
    text-align: center;
    transform: skewY(55deg) rotate(12deg);
    font-size: 1.30em;
    width: 38px;
}

.ex-ammo .roulette .wheel .sectors li:first-child{

    background: #d4e20a;
	transform: rotate(0deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(2){
    background: #d4e20a;
	transform: rotate(36deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(3){
    background: #356ec7;
	transform: rotate(72deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(4){
    background: #356ec7;
	transform: rotate(108deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(5){
    background: #05b914;
	transform: rotate(144deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(6){
    background: #05b914;
	transform: rotate(180deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(7){
    background: #d80000;
	transform: rotate(216deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(8){
    background: #d80000;
	transform: rotate(252deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(9){

    background: #f26522;
	transform: rotate(288deg) skewY(126deg);
}
.ex-ammo .roulette .wheel .sectors li:nth-child(10){

    background: #f26522;
	transform: rotate(324deg) skewY(126deg);
}

.anime {
     transition: all 5s cubic-bezier(10, .99, .44, 6.99);
     -webkit-animation: spin 1.25s infinite linear forwards;
     animation: spin 1.25s infinite linear forwards;
	 }
 @-ms-keyframes spin {
     from {
         -ms-transform: rotate(0deg);
     }
     to {
         -ms-transform: rotate(360deg);
     }
 }
 @-moz-keyframes spin {
     from {
         -moz-transform: rotate(0deg);
     }
     to {
         -moz-transform: rotate(360deg);
     }
 }
 @-webkit-keyframes spin {
     from {
         -webkit-transform: rotate(0deg);
     }
     to {
         -webkit-transform: rotate(360deg);
     }
 }
 @keyframes spin {
     from {
         transform:rotate(0deg);
     }
     to {
         transform:rotate(360deg);
     }
 }
 
.wheel button {
     width:50px;
     height:50px;
     background:#fff;
     outline: 0;
     border: 2px solid #FFFEFE;
     border-top-left-radius:100px;
     border-top-right-radius:2px;
     border-bottom-left-radius:100px;
     border-bottom-right-radius:100px;
     transform: rotate(-45deg);
     z-index:100;
     position:absolute;
     left: 50%;
	margin-left: -25px;
    top: 50%;
    margin-top: -20px;
 }
 
.bhats {
	width: 1048px; 
}
 
.bhats .hleft{
	float: left;
	width: 1060px;
}

.bhats .hright{
	float: left;
	margin-top: 10px;
	
}

.hright select {
	margin-bottom: 0px;
	width: 270px;
}

.hright .snick {
	margin-bottom: 0px;
}

.hright .buyteam {
	margin: 9px 0px 10px 10px;	
}

.hright .buyteamtxt {
	display: block;
    margin: 0 300px 0 0;
    float: right;
}


.bhats .blist{
	 
}

.bhats .bnext{
	 
}

.bhats .hright .section-list{
	 
}

.section-list .hats-list {
	
}

.section-list .hats-list img{
    width: 149px;
    border: 1px solid black;
    display: inline-block;
	vertical-align: top;
    margin: 0 17px 16px 0;	
	cursor: pointer;
}

.section-list .hats-list img:nth-child(6n){
    margin: 0 0 8px 0;	
}

.section-hats .hats-list .hats-item:nth-child(4n+4){
    margin: 0 0 16px 0;	
}

.section-hats .hats-list .hats-item .hats-link{
	
}

.promob-18 {
	background: linear-gradient(to top, rgba(6, 74, 123, .9) 0, rgba(93, 179, 214, .9) 100%);
    height: 45px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

.promob-18 .left {
	float: left;
	display: inline-block;
}

.block-gift-code {
    width: 190px;
    height: 38px;
    font-size: 24px;
    background: linear-gradient(rgba(6, 74, 123, 1) 0%, rgba(94, 180, 215, 1) 100%);
    height: 40px;
    line-height: 36px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #145081;
    box-shadow: 0 2px 7px 0 #487693;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0px 0px 65px;
    z-index: 1;
}

.service-table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #C0DFF1;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	table-layout: fixed;
}
.service-table th,
.service-table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	border-top: 1px solid #C0DFF1;
	border-left: 1px solid #C0DFF1;
}
.service-table thead th {
	background: #2980b9 repeat;
	color: #ffffff;
}

.service-table .s-date {
	float: left;
}

.service-table .edit-date {
    padding: 8px 0;
	cursor: pointer
}
.service-table .edit-date:hover {
	opacity: 1.0;
	text-decoration: none;
}

.service-table .edit-date img:hover{
    -webkit-animation: ref-edit-img 1.5s infinite linear;
    -moz-animation: ref-edit-img 1.5s infinite linear;
    -ms-animation: ref-edit-img 1.5s infinite linear;
    -o-animation: ref-edit-img 1.5s infinite linear;
    animation: ref-edit-img 1.5s infinite linear;
}

.service-table .request-link {
	color: #e21b1b;
	border: 0;
    padding: 0;
    background: 0;
    font-weight: bold;
	font-size: 13px;
}

@-webkit-keyframes ref-edit-img {
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes ref-edit-img {
    to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes ref-edit-img {
    to { -ms-transform: rotate(360deg); }
}

@-o-keyframes ref-edit-img {
    to { -o-transform: rotate(360deg); }
}

@keyframes ref-edit-img {
    to { transform: rotate(360deg); }
}

.service-table .edit-date .caret {
	border-top: 4px solid #9a9a9a;
	margin-top: 10px;
	margin-left: 0px;
}

.dropdown-menu .edit-date {
	display: none;
}

.service-table td:first-child {
	width: 210px;
}

.service-table td:nth-child(2) {
	width: 208px;
}

.service-table td:nth-child(3) {
    width: 130px;
    font-weight: bold;
    color: #2d2d2d;
}

.service-table td:nth-child(3) a {
	font-size: 13px;
}

.service-table td:nth-child(4) {
	width: 150px;
}

.service-table td:last-child {
	width: 36px;
}

.service-table .text-success {
	color: #32c134;
}

.service-tooltip .text-success {
	color: #32c134;
}


.service-spoiler > input + label:after {
	content: "+";
	float: right;
	font-family: monospace;
	font-weight: bold;
}
.service-spoiler > input:checked + label:after {
	content: "-";
	float: right;
	font-family: monospace;
	font-weight: bold;
}
.service-spoiler > input {
	display:none;
}
.service-spoiler > input + label , .service-spoiler > .spoiler_body {
	background:#CCC;
	padding:5px 15px;
	overflow:hidden;
	width:100%;
	box-sizing: border-box;
	display: block;
}
.service-spoiler > input + label + .spoiler_body {
	display:none;
}
.service-spoiler > input:checked + label + .spoiler_body {
	display: block;
}
.service-spoiler > .spoiler_body {
	background: #FFF;
	border: 3px solid #CCC;
	border-top: none;
}

.exform .request-help{
	
	border-radius: 0;
    background: none;
    border: none;
	margin: 0px;
	width: 70px;
    height: 100%;
}


.service-tooltip {
    display: inline;
    position: relative;
	opacity: 1;
}

.service-tooltip .text-success span:hover:after {
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(data-title);
    left: -200%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1001;
	width: auto;
    min-width: 96px;
    text-align: center;
}

.service-tooltip .text-success span:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: -25%;
    position: absolute;
    z-index: 99;
}

.flags-table {
	width: 49%;
	margin-bottom: 20px;
	border: 1px solid #C0DFF1;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	table-layout: fixed;
}
.flags-table th,
.flags-table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	border-top: 1px solid #C0DFF1;
	border-left: 1px solid #C0DFF1;
}
.flags-table thead th {
	background: #2980b9 repeat;
	color: #ffffff;
}

.flags-table td:first-child {
	width: 20px;
}

.flags-table td:nth-child(2) {
	
}

.server-change-data .modal {
	width: 40%;
	left: 33%;
}

.server-change-data .modal-title {
	margin: 0;
}

.modal-footer .cost-change {
	float: left;
    display: inline-block;
	margin: 6px 10px;
}

.service-table-profile td:last-child {
	width: 132px; 
	font-weight: bold; 
	color: #2d2d2d;
}

.service-table-profile td:nth-child(3) a {
	font-size: 13px;
}

.rules-violation {
	padding: 0;
    margin: 0 0 10px 25px;
    list-style-type: circle;
}

.bodyblock .boostcs {
	border-radius: 4px;
	/*padding: 5px 25px;*/
	background: #2980b9;
	margin-left: -6px;
	font-size: 13px;
    color: white;
    display: block;
    text-align: center;
}

.bodyblock .boostcs:hover {
    background: #f98516;
    text-decoration: none;
}

.mini-title {
	width: 828px;
	height: 20px;
	border: none;
	text-align: left;
	border-radius: 4px;
	margin-bottom: 6px !important;
}

.wrules {
	padding: 0px;
}


.wrules .nav-rules a {
	background: #ececec;
	text-shadow: 1px 1px 1px rgba(133, 133, 133, .4);
    color: #333;
    text-transform: uppercase;
	border-radius: 4px 4px 0px 0px;
	color: #333;
}

.wrules .nav-rules a:hover {
	background: #fff;
	color: #2980b9;
}

.wrules .active a {
	background: #fff;
	color: #2980b9;
}

.wrules .active a:hover {
	color: #2980b9;
}


.wrules .footnotes {
	font-size: 11.5px;
    color: #616161;
    padding: 4px 12px;
	border-top: 1px solid #d6d6d6;
}

.wrules .footnotes ol {
	margin-bottom: 0px;
}

.wrules .footnotes li a {
	color: #2980b9;
	font-size: 11.5px;
	background: none;
}

.wrules .clear-ul li a {
	color: #2980b9;
	font-size: 13px;
	background: none;
}

.nav-rules {
	display: inline-block;
	width: 33.0%;
}

.nav-rules a {
	padding: 8px;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
	font-family: verdana;
}

.tab-content .alert-block {
	padding-top: 8px;
}

.tab-content .alert-rules {
	background: #fff;
	border: none;
	margin-bottom: 0;
}

.tab-content .alert-rules ol {
	counter-reset: num;
}

.tab-content .alert-rules li {
	color: #111;
}

.tab-content .alert-rules li:hover {
	background-color: #e6e6e6 !important;
}
   
.tab-content .alert-rules ol li::before {
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
}

.tab-content .alert-rules ul li::before {
    content: none; 
}

.tab-content .alert-rules ul {
    margin-left: 50px;
}

.tab-content .alert-rules ul li {
    
}

.table-punishment {
}


.tab-content .clear-ul li:hover::after {
	content: attr(data-descr);
	color: #ff0000;
	float: right;
    margin-right: 5px;
	font-weight: 600;
	font-size: 12px;
}	

.table-punishment .table_col {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	width: 800px;
	background: white;
	text-align: left;
	border-collapse: collapse;
	color: #3E4347;
}
.table-punishment .table_col th {
	font-weight: bold;
	border-bottom: 2px solid #f98414;
	border-right: 20px solid white;
	border-left: 20px solid white;
	padding: 8px 10px;
}
.table-punishment .table_col td {
	border-right: 20px solid white;
	border-left: 20px solid white;
	padding: 12px 10px;
	color: #111;
}

.wrules .main-rule-admin {
	border-top: 2px solid #2980b9;
    padding: 10px 14px;
    margin-top: 15px;
}

.wrules ol .star-item {
	list-style-type: none;
}

.wrules ol .star-item:before {
	content: "* ";
	margin-left: -19px;
    margin-right: 9px;
}

.request-view {
	width: 841px;
}

.request-view .mini-title .date {
	float: right;
	margin-right: 8px;
}

.request-view .mini-title .request-edit svg {
	fill: #ffffff;
	margin-left: 5px;
}

.request-view .mini-title .request-edit svg:hover {
	fill: #fa972d;
}

.request-view .req-left {
	float: left;
	width: 671px;
	min-height: 500px
	overflow: -webkit-paged-x;
}

.request-view .req-right {
	width: 160px;
	height: 600px;
	float: right;
}

.request-view .req-right .voters-list {
	border: 1px solid #c0dff1;
    border-radius: 4px;
    display: flex;
    margin-bottom: 10px;
    padding: 5px 37px;
}

.req-left .info {
	min-height: 145px;
	margin-bottom: 10px;
}

.req-left .info .complaint {
	width: 464px;
	float: left;
	margin-right: 9px;
	border: 1px solid #c0dff1;
    border-radius: 4px;
}

.req-left .info .complaint .t-cmt {
	width: 100%;
	border: 1px solid #c0dff1;
	border-radius: 4px;
	overflow: hidden;
	height: 145px;
}

.complaint .t-cmt td {
	border: 1px solid #c0dff1;
	border-collapse: collapse;
	padding: 0 4px;
}

.complaint .t-cmt td:last-child:first-letter {
	text-transform: uppercase;
}

.complaint .t-cmt .proof i {
	margin: 0px 4px 0 2px;
}

.complaint .t-cmt tr {
	border: none;
}

.complaint .t-cmt .proof li {
	
}

.complaint .t-cmt .proof li:hover {
	background: #2980b9;
}

.complaint .t-cmt .proof li a {
	display: block;
	padding: 4px 3px;
}

.complaint .t-cmt .proof li a:hover {
	text-decoration: none;
	color: #fff;
}


.req-left .info .creator {
	width: 194px;
	height: 145px;
	float: left;
	border: 1px solid #c0dff1;
	border-radius: 4px;
}

.req-left .info .creator .avatar {
	float: left;
    margin: 6px;
}

.req-left .info .creator .info {
	float: left;
	margin: 6px;
	background-color: #fff;
	min-height: 0;
}


.creator .avatar .circle-ava {
	border-radius: 50%;
	height: 78px;
    width: 78px;
    margin-bottom: 5px;
    border: 1px solid #c0dff1;
}

.creator .avatar .nick {
	max-width: 80px;
	word-wrap: break-word;
}


.req-left .action {
	min-height: 52px;
    margin-bottom: 35px;
}

.req-left .action .decisions {
	width: 444px;
	height: 40px;
	float: left;
	margin-right: 9px;
	border: 1px solid #c0dff1;
	border-radius: 4px;
	padding: 5px 10px;
}

.req-left .action .decisions .status {
	float: left;
}

.req-left .action .decisions .status h3{
	font-size: 18px;
	margin: 10px 0;
}

.req-left .action .decisions .choice {
	float: right;
    margin: 5px;
}

.req-left .action .decisions .adm-choice {
	float: right;
    margin: 5px 0;
}

.req-left .action .decisions .choice .set .btn {
	border: none;
	box-shadow: inset 0 -1px 0 1px rgba(0,0,0,.1), inset 0 -10px 20px rgba(0,0,0,.1);
	padding: 4px 4px 5px;
    min-width: 100px;
    margin: 3px 0 0 0;
}

.req-left .action .decisions .choice .set button {
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
    
.req-left .action .decisions .choice .set .guilty {
	background: #d33;
}

.req-left .action .decisions .choice .set .guilty:hover {
	background: #c22;
}

.req-left .action .decisions .choice .set .not-guilty {
	background: #6b6;
}

.req-left .action .decisions .choice .set .not-guilty:hover {
	background: #5a5;
}


.req-left .action .bcontrol {
	width: 194px;
	/*min-height: 80px;*/
	float: left;
	border-radius: 4px;
}

.req-left .action .bcontrol .btn {
	padding: 2px 0px;
    color: white;
    background-image: linear-gradient(to bottom, #2980b9, #2d91d1);
	border: none;
	text-shadow: none;
	margin-bottom: 3px;
}

.req-left .action .bcontrol .btn:hover {
	background-color: #2c8ecc;
}
    
.req-left .action .bcontrol .btn a:hover {
	text-decoration: none;
}
	

.req-left .action .bcontrol .all-user {
    width: 194px;
}

.req-left .action .bcontrol .warn {
    width: 194px;
}

.req-left .action .bcontrol .btn a {
	color: #fff;
}

.req-left .action .bcontrol .back {
	float: left;
	padding: 2px 7px;
}

.req-left .action .bcontrol .next {
	float: right;
	padding: 2px 7px;
}

.req-left .action .status .checked-admin {
	display: block;
	font-size: 10px;
    margin-top: -14px;
	text-align: left;
}

.req-left .action .status .checked-admin span {
	font-size: 10px;
}

.req-left .action .btn-info:hover {
	background-color: #2e6598;
}


#live-poll-area {
	overflow: auto;
}
.graph-container {
	display: none;
}
.canvas .graph-container {
	display: block;
}
.graph-container .graph {
	width: 80px;
	margin: 0 auto 25px auto;
}
.graph-container .graph canvas {
	max-width: 80px;
	height: auto;
}
.bar-chart {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	max-width: 244px;
}
.bar-chart li {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.45;
	overflow: auto;
}
.bar-chart span {
	display: block;
}
.bar-chart .slabel {
	font-weight: 700;
	/*  width: 70%;*/
	float: left;
}
.bar-chart .percentage {
	width: 30%;
	float: right;
	font-size: 10px;
	text-align: right;
}
.bar-chart .bar-track {
	clear: both;
	display: block;
	background: #e6f0f2;
	box-shadow: 0 2px 0 #cccccc;
	height: 5px;
	overflow: visible;
	margin-bottom: 8px;
}
.bar-chart .bar {
	display: block;
	height: 5px;
	float: left;
}
.bar-chart .answer-0 .bar {
	background-color: #72be44;
	box-shadow: 0 2px 0 #538e32;
}
.bar-chart .answer-1 .bar {
	background-color: #db3333;
	box-shadow: 0 2px 0 #99102e;
}
.bar-chart .answer-2 .bar {
	background-color: #379bf1;
	box-shadow: 0 2px 0 #bd4429;
}
.bar-chart .answer-3 .bar {
	background-color: #8b1851;
	box-shadow: 0 2px 0 #53002c;
}

@media only screen and (min-width: 600px) {
  .canvas .graph-container .graph {
	margin: 0 5px;
	padding: 0;
	float: left;
  }
  .canvas .bar-chart {
	float: left;
	min-width: 90px;
  }
}

.graph-container .graph .count-request {
    position: absolute;
    top: 36%;
    left: 31%;
    width: 30px;
}

.graph-container .graph .count-request span {
    font-size: 13px;
    text-align: center;
	font-weight: 600;
}

.request-view .comments .create_message {
	background-color: #2980b9;
    border: 1px solid #406a94;
	border-radius: 4px;
}

.table-request-list tbody tr {
	cursor: pointer;
}

.table-request-list tbody tr:hover td:first-child{
	padding-left: 8px;
}

.table-request-list tbody tr:hover td{
	background: #2980b9 !important; 
	border-left: none;
	padding-left: 9px;
	color: #fff !important;
}

.table-request-list tbody tr:hover td:first-child {
	border-left: 1px solid #C0DFF1;
}

.table .request-nav {
}

.table .request-nav td {
	border: none;
	padding: 3px 0px;
}

table .earlier-screens img {
	border-radius: 20px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
}

.tb-requestcreate {
	margin-bottom: 10px;
}

.tb-requestcreate th {
	width: 160px;
}

.tb-requestcreate textarea{
	max-width: 640px;
}

.tb-requestcreate input[type="url"]{
	margin: 0;
}

.user-interface .main-icon-notif {
	display: inline-block; 
	vertical-align: middle; 
}

.user-interface .notification {
	margin: 4px 6px 0 0;
}

.user-interface .im-notification {
	position: relative;
	margin: 7px 10px 0 0;
	
}

.user-interface .im-notification svg:hover path:nth-child(2) {
	fill: #f98414;
}

.user-interface .notification:hover {
	cursor: pointer;
}

.user-interface .notification:hover svg {
	fill: #f98414 !important;
}

.notification-count {
    position: absolute;
	top: 2px;
    left: 13px;
	min-width: 13px;
	min-height: 13px;
    padding: 2px;
    text-align: center;
	vertical-align: middle;
	background: #0277ba;
	border-radius: 50%;
	color: #fff;
    line-height: 1.25em;
    font-size: 10px;
}

.nlist-block-left {
	float: left;
	width: 643px;
	margin-right: 12px;
}

.nlist-block-left .mini-title {
	width: 635px; 
	margin-bottom: 12px !important;
}

.nlist-block-right {
	float: left;
	width: 180px;
}

.nlist-block-right .create-button {
	margin-bottom: 12px;
}


.nlist-block-right .create-button .btn-bug-report {
	width: 160px;
	color: #fff;
    height: 18px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2980b9;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #086fb3;
    background-image: -moz-linear-gradient(top, #5b83ee, #2f61bd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b83ee), to(#2f61bd));
    background-image: -webkit-linear-gradient(top, #5b83ee, #2f61bd);
    background-image: -o-linear-gradient(top, #5b83ee, #2f61bd);
    background-image: linear-gradient(to bottom, #5b83ee, #2f61bd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #2f61bd #2f61bd #205d80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	line-height: 18px;
}


.nlist-block-right .nav-report {
    width: 178px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.nlist-block-right .nav-report a {
	display: block;
    cursor: pointer;
    padding: 7px 20px;
    text-align: left;
    text-decoration: none;
	font-weight: 400;
}

.nlist-block-right .nav-report .active {
	background: #c0dff1;
    border-right: 2px solid #2980b9;
	font-weight: 600;
}


.nlist-block-right .nav-report a:hover {
	background: #c0dff1;
	color: #000;
}

.nlist-block-right .nav-report hr {
	margin: 5px 0;
}

.report-pmain {
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.nlist-block-left .s-block {
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.nlist-block-left .s-block, .text-left {
    text-align: left;
}

.report-pmain .searh {
	padding: 5px 0;
}

.report-pmain .report-list {
}

.report-pmain .report-list div {
    text-align: left;
}

.report-pmain .report-list .report-item {
	padding: 10px 20px;
	border-bottom: 2px solid #2980b9;
}

.report-pmain .report-list .report-item:last-child {
	border-bottom: none;
}

.report-pmain .report-list .report-item .title {
	word-wrap: break-word;
	margin-bottom: 5px;
}

.report-pmain .report-list .report-item .title a {
	font-size: 13px;
}

.report-pmain .report-list .report-item .server {
}

.report-pmain .report-list .report-item .server a {
	display: inline-block;
    margin-bottom: 5px;
	background: #c0dff1;
    font-weight: normal;
    text-decoration: none;
	padding: 3px 7px;
    border-radius: 2px;
	font-size: 13px;
}

.report-pmain .report-list .report-item .info {
	font-size: 12px;
	color: #656565;
}

.report-pmain .report-list .report-item .info .status {
	float: right;
}

.report-view {
}

.report-view .mini-title .date {
	float: right;
	margin-right: 8px;
}

.report-view .mini-title a {
	color: #fff;
}

.report-view .report-wall {
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.report-view .report-wall div {
    text-align: left;
}

.report-wall .creator {
	padding: 5px 10px;
    border-bottom: 1px solid #2980b9;
    min-height: 47px;
}
    
.report-wall .creator .avatar {
	float: left;
	margin-right: 10px;
}

.report-wall .creator .avatar .circle-avatar {
    height: 40px;
    width: 40px;
	border-radius: 50%;
    border: 1px solid #c0dff1;
}

.report-wall .info-details {
	word-wrap: break-word;
	padding: 10px 10px;
	border-bottom: 1px solid #2980b9;
}

.report-wall .info-details .description-of-bug {
	margin-bottom: 5px;
}

.report-wall .info-details .title {
	font-size: 16px;
    margin: 5px 0 10px 0;
}

.report-wall .info-details .extra-text{
	color: #929292; 
	font-size: 12px;
}

.report-wall .status-block {
	padding: 10px 10px 5px 10px;
    min-height: 20px;
}

.report-wall .status-block .priority {
	float: left;
}

.report-wall .status-block .status {
	float: right;
}

.report-wall .only-admin {
	padding: 10px 10px 5px 10px;
    min-height: 30px;
	border-top: 1px solid #2980b9;
}

.report-view .comments {
	margin-top: 10px;
}

.report-view .comments .create_message {
	background-color: #2980b9;
    border: 1px solid #406a94;
    border-radius: 4px;
}

.report-pmain .report-list tr {
    border-bottom: 1px solid #ccc;
}

.report-pmain .report-list tr:last-child {
    border-bottom: none;
}

.report-pmain .report-list td {
    padding: 5px;
}

.report-pmain .reporter-head th {
	font-weight: 400;
}

.report-pmain .reporter-head th:nth-child(n+3), 
.report-pmain .reporter-head td:nth-child(n+3) {
	width: 25px;
	text-align: center;
}

.report-pmain .report-list td:nth-child(n+3) {
	text-align: center;
}

.report-pmain .report-list .user-avatar img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.report-pmain .reporter-head {
	text-align: left;
    color: #939393;
    font-size: 12px;
}

.prices-left {
	float: left;
	width: 643px;
	margin-right: 12px;
}

.prices-left .mini-title {
	width: 635px; 
	margin-bottom: 10px !important;
}

.prices-right {
	float: left;
	width: 180px;
}

.prices-right .choose-server {
	width: 160px;
	height: 20px;
    background: #2980b9;
    padding: 4px 10px;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    text-indent: 7px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.prices-right .pservers {
	width: 178px;
    padding: 2px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}


.prices-right .pservers a {
	display: block;
    cursor: pointer;
    padding: 7px 20px;
    text-align: left;
    text-decoration: none;
	line-height: 1.5em;
}

.prices-right .pservers li a {
	font-weight: 400;
}

.prices-right .pservers .active a {
	background: #c0dff1;
    border-right: 2px solid #2980b9;
	font-weight: 600;
}

.prices-right .pservers .active a svg {
	display: block;
}

.prices-right .pservers a:hover {
	background: #c0dff1;
	color: #000;
}

.prices-right .pservers hr {
	margin: 5px 0;
}

.prices-right .pservers .game-tip {
	font-size: 10px;
    color: #8b8e91;
    text-align: center;
    padding: 2px;
}

.prices-left .prices-main {
    padding: 5px 0;
    margin: 0 0 7px 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
	text-align: left;
}

.prices-main .table_col {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	width: 100%;
	background: white;
	text-align: left;
	border-collapse: collapse;
	color: #3E4347;
	margin-bottom: 20px;
}
.prices-main .table_col th:first-child, .prices-main .table_col td:first-child {
	color: #F5F6F6;
}

.prices-main .table_col th {
	font-weight: normal;
	border-bottom: 2px solid #f98414;
	border-right: 20px solid white;
	border-left: 20px solid white;
	padding: 8px 10px;
	text-align: center;
}
.prices-main .table_col td {
	border-right: 20px solid white;
	border-left: 20px solid white;
	padding: 5px 10px;
	color: #8b8e91;
	text-align: right;
}

.prices-main .table_col td:first-child {
	text-align: left;
}

.prices-main .list6b {
    padding: 0;
    list-style: none;
}

.prices-main .list6b li{
    padding: 3px 15px;
}

.prices-main .list6b li:before {
    padding-right: 10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}

.prices-main .list6b li:hover:before {
    color: #2980b9;
    content: "\2714";
}    

.prices-main h3 {
    font-size: 18px;
	margin: 5px 0 10px 0;
}

.prices-main .table-arcana td:first-child {
	color: #3E4347;
}

.prices-main .table-arcana td {
	text-align: center;
}


.prices-main .table-arcana th:first-child {
	border-bottom: none;
}

.prices-main .table-arcana th:nth-child(2) {
	border-bottom-color: #16a6fa;
}

.prices-main .table-arcana th:nth-child(3) {
	border-bottom-color: #fa16de;
}

.prices-main .table-arcana th:nth-child(4) {
	border-bottom-color: #16fa27;
}

.prices-main .table-arcana th:nth-child(5) {
	border-bottom-color: #f89406;
}

.best-player-rating {
    width: 635px;
    text-align: left;
    padding: 40px 100px;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2380F'/%3E%3Cstop offset='1' stop-color='%23f40'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='24' height='24' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='12' cy='12' r='12'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.1'/%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
	border-radius: 4px;
}

.best-player-rating div {
	text-align: left;
}

.best-player-rating .title {
	text-align: center;
}

.best-player-rating .title h1 {
    font-weight: bold;
	font-size: 48px;
	color: #fff;
}

.best-player-rating .title .server {
	text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.best-player-rating .first-position {
	display: inline-block;
}

.best-player-rating .season-position {
	display: inline-block;
	width: 150px;
	text-align: center;
	border-radius: 3px;
    background-color: rgba(0,0,0,0.2);
	color: rgba(255, 255, 255, 0.8);
	position: relative;
}

.best-player-rating .season-position .sort-star-icon {
	position: absolute;
    top: 2px;
    left: 5px;
    fill: rgba(255,255,255,0.5);
}

.best-player-rating .season-position .sort-star-icon svg:hover {
	cursor: pointer;
	fill: #ffffff;
}

.best-player-rating .season-position .number {
	text-align: center;
    font-size: 28px;
    letter-spacing: -1.9px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.best-player-rating .current-season {
	border-image: linear-gradient(120deg, #fd32be, #1ed9f3) 1;
    border-width: 1px;
    border-style: solid;
}


.best-player-rating .player-info {
	text-align: center;
}

.best-player-rating .player-info .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%; 
	background: #999;
}

.best-player-rating .player-info .text-info {
	padding: 5px;
	display: inline-block;
	line-height: 25px;
}

.best-player-rating .player-info .text-info .server-nick a {
	color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.best-player-rating .player-info .text-info .server-nick {
	color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.best-player-rating .player-info .text-info .site-nick {
	color: #fff;
    font-size: 13px;
}

.best-player-rating .player-info .text-info .leader-time {
	color: #fff;
    font-size: 13px;
}

.nlist-block-left .rating-player .number {
	display: inline-block;
	text-align: center;
    font-size: 28px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -1px;
	font-family: Poppins,verdana,sans-serif;
	width: 58px;
    vertical-align: middle;
	margin-left: 4px;
}

.nlist-block-left .rating-player .avatar {
	display: inline-block;
	position: relative;
}

.nlist-block-left .rating-player .avatar img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.nlist-block-left .rating-player .avatar .status-img {
	position: absolute;
	top: 17px;
    left: -8px;
}

.nlist-block-left .rating-player .info-player {
	display: inline-block;
    vertical-align: middle;
    margin: -5px 8px;
}

.nlist-block-left .rating-player .info-player .steamid {
	font-weight: normal;
}

.nlist-block-left .rating-player .all-points {
	display: inline-block;
	color: #1eb2e4;
	float: right;
    margin: 15px;
    font-size: 16px;
}

.nlist-block-left .rating-player .spoiler-icon {
	display: inline-block;
}

.nlist-block-left .spoiler-rblock {
	margin-top: 4px; 
}

.nlist-block-left .spoiler-rblock:first-child {
	margin-top: 10px; 
}

.spoiler-rblock .spoiler-content {
	display:none;
	margin-top:5px;
}

.spoiler-rblock .spoiler-title {
	text-decoration:none;
	color:#000; 
	display:block; 
	padding: 6px 0;
}

.spoiler-rblock .spoiler-title:hover {
	cursor: pointer;
}

.spoiler-rblock .spoiler-title .main-info {
	font-weight: 600;
}

.spoiler-rblock .spoiler-content .info-shadow {
    width: 100%;
    height: 12px;
    opacity: 0.06;
    background-image: linear-gradient(to bottom, #000, rgba(0,0,0,0));
    display: block;
}

.spoiler-rblock .spoiler-content .seasons-stats {
	text-align: center;
    max-width: 676px;
    padding: 5px 0 0;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 9px;
    margin: 0 auto;
}

.spoiler-rblock .spoiler-content .seasons-stats .season-rating {
	display: inline-block;
    position: relative;
    vertical-align: top;
    border-right: 1px solid #f0f0f0;
    width: 24%;
    height: 42px;
}

.nlist-block-left .s-block, .spoiler-rblock {
	padding: 0;
}    

.spoiler-rblock .spoiler-content .extra-info {
	text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.spoiler-rblock .spoiler-content .extra-info a {
	color: #4a4a4a;
    font-weight: 400;
    margin: 0 20px;
    font: inherit;
}

.request-list .request-item:hover {
	background: #e9e9e9;
}

.r-archive th:nth-child(-n+6) {
	border: none;
}

.r-archive td {
	border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.restore {
	width: 470px;
	float: left;
    margin-right: 15px;
}

.restore .title {
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.restore input {
	margin: 0;
}

.restore label {
	font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.restore .field {
	padding: 7px 0px;
}

.restore-history {
	float: left;
	width: 270px;
}

.restore-history .title {
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.restore-history .list .item {
    padding: 7px 0px;
    border-bottom: 1px solid #ccc;
}

.restore-history .list .item .date {
	display: inline-block;
    margin-right: 23px;
	width: 115px;
}

.restore-history .list .item .nick {
	display: inline-block;
    width: 135px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.restore-history .list .item .what {
	display: inline-block;
	width: 98px;
}

.prices-right .pservers a svg {
	display: none;
}

.nlist-block-left .group-info {
	padding: 10px 15px;
}

.nlist-block-left .group-info .title {
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.nlist-block-left .group-info .description {
}

.nlist-block-left .group-info .how-get .title {
	font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    margin: 15px 0px 0px 0px;
}

.nlist-block-left .group-info .how-get .desc li {
	    list-style-type: disc;
    list-style-position: inside;
}

.nlist-block-right .choose-something {
	width: 160px;
	height: 20px;
    background: #2980b9;
    padding: 4px 10px;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    text-indent: 7px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nlist-block-left .s-mini {
    width: 294px;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 0px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.nlist-block-left .s-mini .title {
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.nlist-block-left .s-mini label {
	font-size: 13px;
}

.nlist-block-left .set-privileges select, 
.nlist-block-left .set-privileges input {
	margin-bottom: 4px;
}

.nlist-block-left .set-privileges select {
	width: 280px;
}

.nlist-block-left .set-privileges input {
	width: 230px;
}

.payment .title {
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.payment .left-side {
	float: left;
	width: 340px;
    border-right: 1px solid #ccc;
	margin-bottom: 12px;
}

.payment .right-side {
	float: left;
	margin-left: 20px;
}

.payment .right-side .price-text {
	display: inline-block;
    margin-right: 30px;
}

.payment .right-side .price-amount {
	display: inline-block;
}
   
.payment .left-side .sdata {
	display: inline-block;
}

.payment .left-side .sdata .tip {
	font-size: 10px;
    color: #cacaca;
}

.payment .left-side .sdata .data {
	margin-top: -5px;
}

.admin-panel .main-menu-pos {
	float: left;
	margin-right: 12px;
	width: 200px;
}

.admin-panel .main-content-pos {
	float: left;
	width: 860px;
}


.admin-panel .main-content .section-content {
    padding: 0px 0px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

.admin-panel .main-content .transitions {
	height: 20px;
	background: #2980b9;
	padding: 4px 10px;
	font-weight: bold;
	border-radius: 4px;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin-bottom: 12px;
}

.admin-panel .main-menu {
    border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 4px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.admin-panel .main-menu .menu-list .menu-item {
	cursor: pointer;
    padding: 7px 10px;
    text-decoration: none;
    font-weight: 400;
	border-left: 2px solid #fff;
}

.admin-panel .main-menu .menu-list .nav-active {
    background: #c0dff1;
    border-left: 2px solid #2980b9;
    font-weight: 600;
}

.admin-panel .main-menu .menu-list .extra-menu-list {
	padding: 2px 32px;
}

.admin-panel .main-menu .menu-list .extra-menu-list a:hover {
    text-decoration: none;
	color: #406a94;
}

.admin-panel .main-menu .menu-list .extra-menu-list .active a {
    color: #0178b9;
}

.main-content .section-content .toolbar {
	padding: 12px 10px; 
}

.main-content .ap-table {
	width: 100%;
}

.ap-table thead {
	background: #f7f7f7;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.ap-table thead th {
	padding: 12px 12px;
	color: #333;
}

.ap-table thead .pad6-12 {
	padding: 6px 12px;
}

.ap-table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.ap-table td {
	padding: 10px 12px;
}

.ap-table .ap-table-avatar {
	width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main-content .section-content .sett-block {
	padding: 15px 15px;
}

.main-content .section-content .sett-block .title {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}


.main-content .section-content .sett-block label {
	margin-bottom: 3px;
    font-size: 13px;
}

.main-content .section-content .btn-sett-save {
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #086fb3;
    background-image: linear-gradient(to bottom, #2980b9, #2f61bd);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	margin-top: 5px;
}

.admin-panel .main-menu .menu-list .menu-item:hover {
	background: #c0dff1;
	border-left: 2px solid #2980b9;
}

.admin-panel .dashboard-item-pos {
	float:left;
	width: 424px;
	
}

.admin-panel .dashboard-item-pos:nth-child(2n) {
	margin-right: 12px;
}

.admin-panel .dashboard-item-pos:nth-child(-n+2) {
	margin-bottom: 12px;
}

.admin-panel .dashboard-item {
	border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	min-height: 350px;
	overflow: hidden;
}

.admin-panel .dashboard-item .title {
	display: inline-block;
	font-size: 16px;
    font-weight: 400;
    padding: 12px;
}

.dashboard-item .slim-scroll {
	width: 100%;
	overflow: auto;
    height: 350px;
}
.dashboard-item .slim-scroll::-webkit-scrollbar-track {
	border-radius: 4px;
}
.dashboard-item .slim-scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.dashboard-item .slim-scroll::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #f0f2f5;
}
.dashboard-item .slim-scroll:hover::-webkit-scrollbar-thumb {
	background: #2980b9;
}

.banlist {
	text-align: left;
}

.banlist .bn-table {
	width: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.09);
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.bn-table thead {
	background: #f7f7f7;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.bn-table thead th {
	padding: 12px 12px;
	color: #333;
	text-align: left;
}

.bn-table thead .pad6-12 {
	padding: 6px 12px;
}

.bn-table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.bn-table tbody tr:hover {
	cursor: pointer;
}

.bn-table tbody tr.success td {
  background-color: #0cc60012;
}

.bn-table td {
	padding: 8px 12px;
}

.bn-table .bn-table-avatar {
	width: 40px;
    height: 40px;
    border-radius: 50%;
}

.banlist .btn-unban {
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #004e91;
    background-image: linear-gradient(to bottom, #3D93E8, #34648e);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	padding: 3px 10px;
}

.btn-unban:hover,
.btn-unban:active,
.btn-unban.active,
.btn-unban.disabled,
.btn-unban[disabled] {
    color: #ffffff;
    background-color: #004e91;
    background-image: none;
}

.banlist .ban-details .title {
	display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 12px 12px 12px;
}

.banlist .ban-details .bn-table {
}

.banlist .ban-details .bn-table th {
	text-align: left;
	padding: 10px;
}

.banlist .ban-details .bn-table tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.banlist .ban-details .create_message {
	background: none;
	border: none;
}

.banlist .ban-details td:hover,
.banlist .ban-details tr:hover {
	cursor: default;
}

.banlist .ban-details .banlist-tools {
	padding: 5px 12px; 
	margin-bottom: 10px;
}

.banlist .ban-details .banlist-tools a {
	color: #fff;
	font-weight: 400;
}

.banlist .tools-n-info {
	margin-bottom: 8px;
}

.banlist .tools-n-info .search,
.banlist .tools-n-info .info {
	display: inline-block;
}

.banlist .tools-n-info .info {
	float: right;
    margin: 5px 20px;
    font-size: 14px;
}

.banlist .tools-n-info .info .i-item {
	margin-right: 10px;
}

.banlist .tools-n-info .info .i-item .value {
	color: #0088cc;
}

.banlist .search .advanced-search .as-item {
	margin-top: 6px;
}

.banlist .findban {    
	font-size: 18px;
    margin-bottom: 10px;
	padding: 6px 0;
}

.bodyblock .input-block-level {
	margin-bottom: 10px;
}

.new-footer {
	padding: 12px 26px 12px 26px;
	background: #333333; 
	border-radius: 0px 0px 4px 4px;
	font-size: 11px;
}

.new-footer .directory-column {
	display: inline-block;
	vertical-align: top;
	color: #bebebe;
	margin-right: 30px;
}

.new-footer .directory-column .directory-title {
	padding: 12px;
	text-transform: uppercase; 
	font-weight: bold; 
	color: #fff; 
	font-size: 11px;
}

.new-footer .directory-column .directory-list {
	
}

.new-footer .directory-column .directory-list a {
	display: block;
	color: #bebebe;
	padding: 2px 12px;
    min-height: 24px;
	font-size: 11px;
}

.new-footer .directory-column .directory-download {
	padding: 0 12px;
}

.new-footer .directory-column .directory-download .cs-link-download {
	position: relative;
	display: inline-block;
    width: 132px;
    height: 36px;
    background: #000;
    border: 1px solid #555;
    border-radius: 5px;
	font-family: 'Roboto', Arial, sans-serif;
	padding: 5px;
	vertical-align: top;
}

.new-footer .directory-column .directory-download .cs-link-download:hover {
	opacity: 0.6;
}

.directory-download .cs-link-download span {
	color: #fff;
}

.directory-download .cs-link-download img {
	position: absolute;
}

.new-footer .directory-column .directory-extra {
	padding: 16px 12px;
}

.new-footer .directory-column .directory-extra .allusers {
	font-size: 13px; 
	margin-bottom: 8px; 
	text-align: center;
}

.new-footer .directory-column .directory-extra .filter {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: .7;
}

.new-footer .directory-column .directory-extra .filter:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.new-footer .directory-column .directory-extra .stats-info {
	display: inline-block;
}

.request-judge-icon {
	margin-bottom: 2px;
	width: 13px;
}

.request-judge-icon:hover :after {
	content: "";
}

.htip {
	position: absolute;
    background: #333;
    font-size: 14px;
    border-radius: 4px;
	padding: 2px 0px;
    color: #fff;
    top: -67px;
    left: -17%;
}

.htip:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: -5px;
    content: "";
    left: 11%;
    position: absolute;
    z-index: 99;
}

.htip li {
	padding: 4px 10px;
}

.htipt li:hover {
	background: #0178B9;
	cursor: pointer;
}

.user-profile .s-block {
    padding: 10px 16px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.user-profile .s-block .avatar {
	display: inline-block;
}

.user-profile .s-block .avatar .online-status {
	color: #4b4f56;
    font-size: 12.5px;
    text-align: center;
	text-transform: lowercase;
}

.user-profile .s-block .avatar .online-status .dot {
	height: 8px;
	width: 8px;
	background-color: #90ba3c;
	border-radius: 50%;
	display: inline-block;
	margin: 0.2px 4px;
}

.user-profile .s-block .info {
	display: inline-block;
	width: 400px;
	height: 200px;
	vertical-align: top;
    padding: 8px 8px;
}

.user-profile .s-block .info .info-about-ban {
	background: #ffffff;
    border: 1.5px solid #a90000;
    border-radius: 4px;
    padding: 4px 8px;
	margin-top: 4px;
}

.user-profile .s-block .info .info-short {

}

.user-profile .s-block .info .info-short .info-short-row {
    word-break: break-all;
}

.user-profile .s-block .info .info-short .info-short-row span:first-child {
	color: #4b4f56;
    font-size: 13px;
    line-height: 24px;
}

.user-profile .s-block .extra-info {
	display: inline-block;
	width: 180px;
	vertical-align: top;
	position: relative;
}

.user-profile .s-block .extra-info .reputation {
}

.user-profile .s-block .extra-info .user-group {
	width: 160px;
    background: #333333;
    border-radius: 3px;
    padding: 4px 10px;
	color: #fff;
	margin-top: 6px;
}

.user-profile .s-block .extra-info .user-group .group-img {
	float: left;
}

.user-profile .s-block .extra-info .user-group .group-img img {
	width: 38px;
}

.user-profile .s-block .extra-info .user-group .group-info {
	margin-left: 48px;
}  

.user-profile .s-block .extra-info .user-group .name {
	display: inline-block;
}

.user-profile .s-block .extra-info .user-group .achieve {
	font-size: 11.5px;
	width: 115px;
}

.user-profile .s-block .info .login {
	font-weight: bold;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.30);
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
}

.user-profile .tab-alt {
	margin: 6px 0px;
	padding: 0;
}

.user-profile .s-block .tab {

}

.user-profile .s-block .tab .tab-list {
	display: table;
    width: 100%;
}

.user-profile .s-block .tab .tab-list .tab-item {
	display: table-cell;
	cursor: pointer;
	padding: 10px 15px;
	text-align: center;
	box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
	font-weight: normal;
	font-size: 13px;
}

.user-profile .s-block .tab .tab-list .tab-item:last-child {
	box-shadow: none;
}

.user-profile .s-block .tab .tab-list .tab-item:hover {
	background: #c0dff1;
	text-decoration: none;
}

.user-profile .s-block .tab .tab-list .tab-item .count {
	color: #0178B9;
    font-size: 13.5px;
    font-weight: bold;
}

.user-profile .s-block .extra-info .actions {
    position: absolute;
    top: 156px;
}

.user-profile .s-block .extra-info .actions .a-btn {
	margin-top: 4px;
    border: 1px solid;
    border-radius: 2px;
    border-color: rgba(0, 0, 0, .4);
    background-clip: padding-box;
    padding: 4px 10px;
    background-color: #f5f6f7;
    border-color: #ccd0d5;
    text-decoration: none;
	display: inline-block;
	text-align: center;
}

.user-profile .s-block .extra-info .actions .a-btn:hover {
    background-color: #ebedf0;
}

.user-profile .s-block .extra-info .actions .a-btn span {
	color: #4b4f56;
    font-weight: bold;
}

.user-profile .block-style-default .title {
	color: #4b4f56;
    font-weight: bold;
	margin-bottom: 6px;
}

.user-profile .forum-stats {
    line-height: 22px;
	font-size: 13px;
}

.user-profile .s-block .forum-stats .forum-stats-row span:first-child {
	color: #4b4f56;
}

.user-profile .s-block .forum-stats .forum-stats-row span:last-child {
	float: right;
}

.user-profile .profile-comments {
	width: 446px;
	float: left; 
	margin-top: 6px;
}

.user-profile .profile-comments textarea {
    font: 13px/26px Calibri,Arial,sans-serif;
    border: 1px solid #dad8de;
    padding: 5px 8px;
    color: #474747;
    border-radius: 4px;
    outline: none;
    line-height: 1.5;
	resize: vertical;
	margin-bottom: 4px;
	width: 428px;
}

.user-profile .profile-comments textarea:focus {
	border: 1px solid #2980b9;
    box-shadow: 0 0 6px -2px #2980b9;
}

.user-profile .profile-comments .send-tip {
	color: #90949c;
    font-size: 9px;
    margin-top: -3px;
    text-align: right;
}

.user-profile .profile-comments .comment-main {
	margin-left: 44px;
}

.user-profile .profile-comments .comment-main .avatar {
    float: left;
    margin-left: -44px;
    margin-top: 3px;
}

.user-profile .profile-comments .comment-main .avatar img {
	border-radius: 50%;
}

.user-profile .profile-comments .comment-main .comment-extra .comment-date {
	float: right;
	color: #90949c;
    font-size: 11px;
    text-transform: lowercase;
}

.user-profile .profile-comments .comment-main .comment-extra .comment-text {
	word-break: break-all;
	margin-bottom: 0;
	padding-bottom: 22px;
}

.user-profile .profile-comments .comment-main .comment-extra .del-button span {
	color: #fff;
    font-size: 11.5px;
}

.user-profile .profile-comments .comment-main:hover .comment-extra .del-button .comment-delete span {
	color: #4b4f56;
}

.user-profile .profile-comments .comment-main .comment-extra .del-button .comment-delete:hover span {
	color: #db0000;
}

.user-profile .s-block .extra-info .social-networks {
	padding: 8px 0px;
    text-align: center;
}

.user-profile .s-block .extra-info .social-networks a {
	text-decoration: none;
	width: 30px;
    display: inline-block;
}

.user-profile .s-block .extra-info .social-networks svg {
	fill: #333333;
}

.user-profile .s-block .extra-info .social-networks .sn-steam:hover svg {
	fill: #111;
}

.user-profile .s-block .extra-info .social-networks .sn-vk:hover svg {
	fill: #597da3;
}

.user-profile .s-block .extra-info .social-networks .sn-skype:hover svg {
	fill: #00aff0;
}

.user-profile .s-block .extra-info .social-networks .sn-tw:hover svg {
	fill: #00acee;
}

.user-profile .s-block .extra-info .social-networks .sn-fb:hover svg {
	fill: #3b5998;
}
    
.user-profile .profile-comments .blueButton {
    background: #2980b9;
    border: none !important;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    text-align: center;
    text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.4);
    margin: 0;
    cursor: pointer;
}

.user-profile .profile-comments .blueButton:hover {
	background: #0088cc;
}

.user-profile .profile-comments .blueButton:disabled {
	background: #e59c9c;
}

.user-profile .friends-list {
}

.user-profile .friends-list img {
	border-radius: 50%;
	
}

.user-profile .friends-list .friends-item {
	display: inline-block;
	vertical-align: top;
}

.user-profile .friends-list .friends-item .login {
	text-align: center;
	width: 50px;
	word-wrap: break-word;
	font-weight: normal;
}

.user-profile .friends-list .friends-item {
	margin-right: 10px;
}

.user-profile .friends-list .friends-item:nth-child(5n) {
	margin-right: 0px;
}

.user-profile .s-block .actions .profile-drop-more {
	margin-top: 4px;
    border: 1px solid;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #f5f6f7;
    border-color: #ccd0d5;
}

.profile-drop-more li > a, 
.profile-drop-more > a {
	color: #4b4f56;
    font-weight: bold;
}

.profile-drop-more li > a:hover, 
.profile-drop-more li > a:focus, 
.profile-drop-more:hover > a {
	background-color: #ebedf0;
	text-decoration: none;
	color: #4b4f56;
	background-image: none;
}
   
   . { color: !important; }
.testgroup1 { color:#fff !important; }
.testgroup1 { color:#fff !important; }

.zm-server-stat .s-block,
.donation-page .s-block {
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.s-tlist th:nth-child(-n+8) {
	border: none;
	background: #f7f7f7;
}

.s-tlist td {
	border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.s-tlist tr td:last-child {
	text-align: center;
}

.s-tlist tr:nth-child(odd) {
	background: #fafbff;
}

.s-tlist {
	margin-bottom: 0px;
}

.wbb {
	position: relative;
    margin-top: 8px;
}

.wbb #bbpanel {
    position: absolute;
    background-color: rgb(246, 247, 248);
    list-style-type: none;
    margin-left: 1px;
    margin-top: 1px;
    padding: 4px;
	line-height: 0;
	border-radius: 4px;
}

.wbb #bbpanel li {
	display: inline-block;
    padding: 4px;
    line-height: 0px;
    width: 20px;
    height: 20px;
    position: relative;
	float: left;

}

.wbb #bbpanel li a {
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.wbb #bbpanel li a svg {
	fill: #878a8c;
}

.wbb #bbpanel li a:hover svg,
.wbb #bbpanel li a:hover path {
	fill: #0178B9;
}
   
   
.blockservers .maps-players {
	font-family: "Roboto", sans-serif;
    font-weight: 400;
	font-size: 13px;
}

.blockservers .maps-players .players-info {
	font-size: 10px;
}

.blockservers .maps-players .new-online { 
	margin-top: -8px;
	height: 14px;
}

.blockservers .maps-players .new-online .online-bar { 
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 4px;
    width: 98%; 
}

.blockservers .maps-players .new-online .online-bar .max {
	background: #153264; /*#183b76*/
    width: 100%;
    height: 4px;
    border-radius: 2px;
}

.blockservers .maps-players .new-online .online-bar .current {
	position: absolute;
    display: inline-block;
    border-radius: 2px;
    background: #2A77FE;
    background: linear-gradient(to right, #0981fd, #2A77FE);
    height: 4px;
    margin-top: -4px;
}


.blockservers .maps-players .new-bar {
    border-radius: 5px;
    padding: 0px 6px;
    background: #efefef;
	position: relative;
	height: 20px;
}

.blockservers .maps-players .new-bar .max {
}

.blockservers .maps-players .new-bar .current {
	position: absolute;
    height: 20px;
    border-radius: 5px;
    left: 0;
}


.blockservers .maps-players .new-bar .map-name {
	display: inline-block;
	position: inherit;
}

.blockservers .maps-players .new-bar .map-name .a-rotation {
	font-size: 13px;
    font-weight: 400;
}

.blockservers .maps-players .new-bar .map-name .a-rotation:hover {
	cursor: pointer;
	color: #000;
}

.blockservers .maps-players .new-bar .current-players {
	display: inline-block;
	float: right;
	position: inherit;
}

.blockservers .maps-players .new-bar .current-players a {
	font-weight: 400;
}


.blockservers .maps-players .new-bar .background-warning {
	background-color: #ffb05d;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	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);
}

.blockservers .maps-players .new-bar .background-success {
	background-color: #62c462;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	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);
}

.blockservers .maps-players .new-bar .background-danger {
	background-color: #eb4540;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	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);
}
 
.donation-page .s-block table th {
	color: #111;
}

.modal-dg {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.modal-dgcontent {
	
}

.modal-dgheader {
	background: #0477bc;
	border-radius: 4px 4px 0 0;
}

.modal-dgheader h3 {
	color: #fff;
    font-size: 17px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}
    
.modal-dgheader .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
}

.modal-dgbody {
}

.modal-dgbody textarea {
	margin: 0 !important;
	max-width: 659px;
	min-height: 60px;
    max-height: 180px;
}


.modal-dgbody .info {
	font-size: 14px;
	margin-bottom: 10px;
}

.flex-fix {
	display: flex;
    display: -webkit-flex;
}

.inlt-fix {
	display: inline-table;
}

.logo-transform {
    transition: 1.3s;
}

.logo-transform:hover {
	-moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.ns-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.btn-vk-auth {
	background: #5181b8;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    padding: 7px 29px 8px;
    color: #fff !important;
    
}

.btn-vk-auth:hover {
	opacity: .88;
	text-decoration: none;
}

.slc-txt {
	background-color: #E9F6FF;
}