DEPRECATED WARNING: Calling a mixin without parentheses is deprecated in /app/bump-web-mobile/src/main/resources/META-INF/resources/static/mobile/less/common/.core/base-controls.less on line 400, column 22:
400         .h-float-left;

DEPRECATED WARNING: Calling a mixin without parentheses is deprecated in /app/bump-web-mobile/src/main/resources/META-INF/resources/static/mobile/less/common/.core/base-controls.less on line 537, column 18:
537     .h-float-left;

DEPRECATED WARNING: Calling a mixin without parentheses is deprecated in /app/bump-web-mobile/src/main/resources/META-INF/resources/static/mobile/less/common/.core/base-controls.less on line 721, column 12:
721     ._small;

DEPRECATED WARNING: Calling a mixin without parentheses is deprecated in /app/bump-web-mobile/src/main/resources/META-INF/resources/static/mobile/less/common/.core/user-elems.less on line 92, column 12:
92     ._muted;

html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
del,
ins {
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup,
sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}
sup {
  bottom: 0.5em;
}
sub {
  top: 0.5em;
}
:focus {
  outline: 0 none;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
blockquote,
q {
  quotes: none;
}
img {
  vertical-align: top;
  width: auto\9;
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  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%;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
._nowrap {
  white-space: nowrap;
}
._wide {
  width: 100%;
}
._toLeft {
  text-align: left;
}
._toCenter {
  text-align: center;
}
._toRight {
  text-align: right;
}
._pullLeft {
  float: left;
  display: inline;
}
._pullRight {
  float: right;
  display: inline;
}
._offsetTop {
  margin-top: 10px !important;
}
._offsetBottom {
  margin-bottom: 10px !important;
}
._offsetVertical {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
._offsetLeft {
  margin-left: 15px !important;
}
._offsetRight {
  margin-right: 15px !important;
}
._offsetHorizontal {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
._verticalListItem {
  margin-top: 10px;
}
._verticalListItem:first-child {
  margin-top: 0;
}
._muted {
  color: #999;
}
._tiny {
  font-size: 11px !important;
}
._large {
  font-size: 16px !important;
}
._breakWord {
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
._line30.-icon {
  margin-top: 5px;
  margin-bottom: 5px;
}
.hidden {
  display: none;
}
.highlight {
  background: #face00;
}
.-clearfix,
.-group {
  *zoom: 1;
}
.-clearfix:before,
.-group:before {
  display: table;
  line-height: 0;
  content: "";
}
.-clearfix:after,
.-group:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
._crop {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
._cropSimple {
  overflow: hidden;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-centered {
  display: table-cell;
  height: inherit;
  width: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.-bordered {
  position: relative;
}
.-bordered:after,
.-bordered .after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.-sidePanel {
  background: #f4f4f4;
  padding: 20px 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.-sidePanel .-btn {
  width: 180px;
}
.-sidePanel h3 {
  font-size: 17px;
}
.-sidePanel .-sidePlanelFooter {
  margin: 20px -25px 0;
  border-top: 1px dotted #ddd;
  padding: 15px 25px 0;
}
.-sidePanel .-sidePlanelHeader {
  margin: 0 -25px 20px;
  border-bottom: 1px dotted #ddd;
  padding: 0 25px 15px;
}
._txtOverWidth {
  text-overflow: ellipsis;
}
html {
  height: 100%;
  background: #fff;
}
body {
  height: 100%;
  position: relative;
}
.-footerPage {
  background: #929293;
  height: 120px;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: center;
}
.-footerPage ul li {
  margin: 30px 10px !important;
}
.-pageWrapper {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.-main {
  padding-bottom: 120px;
  *zoom: 1;
}
.-main:before {
  display: table;
  line-height: 0;
  content: "";
}
.-main:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-gridWrapper {
  margin: 0 auto;
  *zoom: 1;
}
.-gridWrapper:before {
  display: table;
  line-height: 0;
  content: "";
}
.-gridWrapper:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-content {
  padding: 10px;
  margin: 0 auto;
  word-wrap: break-word;
}
.-navWrapper {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
}
body.navVisible {
  overflow: hidden !important;
  position: fixed;
}
body.navVisible .-navWrapper {
  left: -320px;
  display: block;
}
._subGrid {
  background: #f8f8f8;
}
._subGrid .-content {
  padding-left: 20px;
  padding-right: 20px;
}
._subGrid .-content.-collectionList {
  padding-left: 10px;
  padding-right: 10px;
}
._subGrid .-subHeader {
  border-bottom: 1px solid #bbb;
  background: #e5e5e5;
}
@media screen and (min-width: 710px) {
  .-headerPage .-gridWrapper,
  .-navHeader .-gridWrapper {
    width: 710px;
  }
  ._subGrid .-gridWrapper .-content {
    width: 670px;
  }
  ._subGrid .-subHeader .-content {
    width: 670px;
  }
  .-gridWrapper .-content {
    width: 690px;
  }
  .-gridWrapper .-content.-wideContent {
    width: auto;
  }
  ._wideItemsList {
    width: 710px !important;
  }
}
@media screen and (min-width: 1024px) {
  .-pageWrapper {
    width: 1024px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
  }
  .-footerPage {
    width: 1024px;
    left: 50%;
    margin-left: -512px;
  }
  .-gridWrapper {
    padding-left: 314px;
  }
  .-navWrapper {
    width: 314px;
    display: block;
    left: 50%;
    margin-left: -512px;
  }
  #navToggle {
    display: none;
  }
  .-headerPage .-avatarName {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .-navWrapper {
    margin: 0;
    left: 0;
  }
}
button.-btn::-moz-focus-inner,
input[type="reset"].-btn::-moz-focus-inner,
input[type="button"].-btn::-moz-focus-inner,
input[type="submit"].-btn::-moz-focus-inner,
input[type="file"] > input[type="button"].-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  line-height: normal;
  overflow: visible;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #333;
  background-color: #ccc;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
  background-image: -webkit-linear-gradient(top, #fff, #ccc);
  background-image: -o-linear-gradient(top, #fff, #ccc);
  background-image: -moz-linear-gradient(top, #fff, #ccc);
  background-image: linear-gradient(top, #fff, #ccc);
  background-image: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#fff, EndColorStr=#ccc, GradientType=0);
  filter: none \9;;
  border: 1px solid #a1a1a1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #ccc #ccc #a1a1a1;
  background-repeat: repeat-x;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 10px;
  line-height: 28px !important;
  height: 28px !important;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  *cursor: hand;
}
.-btn:hover,
.-btn:active,
.-btn.active {
  background-color: #ccc;
  border: 1px solid #a1a1a1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #ccc #ccc #a1a1a1;
}
.-btn:hover {
  text-decoration: none;
  color: #333;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #dbdbdb;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.-btn:focus {
  outline: none;
}
.-btn.active,
.-btn:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #bdbdbd;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.-btn input {
  padding: 0 !important;
  border: 0 none !important;
  background: none !important;
}
.-btn.-iconLabel {
  padding: 0 10px 0 30px;
}
.-btn.-iconLabel:before,
.-btn.-iconLabel .before {
  left: 7px;
  top: 8px/2;
}
.-btn.-iconLabel .-icon {
  display: none !important;
}
.-btn .-icon {
  margin: 4px -4px;
}
.-btn.-iconButton .-icon {
  display: none !important;
}
.-btn.-iconButton:before,
.-btn.-iconButton .before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: top;
  content: '';
  position: static !important;
  cursor: pointer;
  *cursor: hand;
  margin: 4px -4px;
}
.-btn.-iconButton._large:before,
.-btn.-iconButton._large .before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: -1px -11px;
}
.-btn.-iconButton._largeIcon {
  padding: 0 19px !important;
}
.-btn.-iconButton._largeIcon:before,
.-btn.-iconButton._largeIcon .before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: -1px -20px !important;
}
.-btn._primary {
  text-shadow: 0 -1px 0 hsla(196.61538462, 68.42105263%, 41.37254902%, 0.75);
  color: #fff;
  background-color: #3e90bd;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZGVmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTkwYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afdef0), color-stop(100%, #3e90bd));
  background-image: -webkit-linear-gradient(top, #afdef0, #3e90bd);
  background-image: -o-linear-gradient(top, #afdef0, #3e90bd);
  background-image: -moz-linear-gradient(top, #afdef0, #3e90bd);
  background-image: linear-gradient(top, #afdef0, #3e90bd);
  background-image: -ms-linear-gradient(top, #afdef0 0%, #3e90bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#afdef0, EndColorStr=#3e90bd, GradientType=0);
  filter: none \9;;
  border: 1px solid #295e7c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #3e90bd #3e90bd #295e7c;
  background-repeat: repeat-x;
}
.-btn._primary:hover,
.-btn._primary:active,
.-btn._primary.active {
  background-color: #3e90bd;
  border: 1px solid #295e7c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #3e90bd #3e90bd #295e7c;
}
.-btn._primary:hover {
  text-decoration: none;
  color: #fff;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #539ec7;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.-btn._primary:focus {
  outline: none;
}
.-btn._primary.active,
.-btn._primary:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #367ea6;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.-btn.-wideBtn {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.-btn.-wideBtn .-iconLabel {
  margin-left: -17px;
  vertical-align: baseline;
  font-weight: bold;
  padding: 0 0 0 34px;
  line-height: 30px;
  height: 30px;
}
.-btn.-wideBtn .-iconLabel:before,
.-btn.-wideBtn .-iconLabel .before {
  width: 30px;
  height: 30px;
}
.-btn.-wideBtn._primary {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  color: #212121;
  background-color: #c6d3eb;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZTZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQzZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dee6f4), color-stop(100%, #c6d3eb));
  background-image: -webkit-linear-gradient(top, #dee6f4, #c6d3eb);
  background-image: -o-linear-gradient(top, #dee6f4, #c6d3eb);
  background-image: -moz-linear-gradient(top, #dee6f4, #c6d3eb);
  background-image: linear-gradient(top, #dee6f4, #c6d3eb);
  background-image: -ms-linear-gradient(top, #dee6f4 0%, #c6d3eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#dee6f4, EndColorStr=#c6d3eb, GradientType=0);
  filter: none \9;;
  border: 1px solid #86a1d4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #c6d3eb #c6d3eb #86a1d4;
  background-repeat: repeat-x;
  line-height: 38px !important;
  height: 38px !important;
  font-size: 16px;
}
.-btn.-wideBtn._primary:hover,
.-btn.-wideBtn._primary:active,
.-btn.-wideBtn._primary.active {
  background-color: #c6d3eb;
  border: 1px solid #86a1d4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #c6d3eb #c6d3eb #86a1d4;
}
.-btn.-wideBtn._primary:hover {
  text-decoration: none;
  color: #212121;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #dde4f3;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.-btn.-wideBtn._primary:focus {
  outline: none;
}
.-btn.-wideBtn._primary.active,
.-btn.-wideBtn._primary:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #afc2e3;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input.-btn,
button.-btn {
  vertical-align: top;
  height: 30px !important;
}
input.-btn.-iconLabel,
button.-btn.-iconLabel {
  padding: 0 10px;
}
input.-btn.-iconLabel:before,
button.-btn.-iconLabel:before,
input.-btn.-iconLabel .before,
button.-btn.-iconLabel .before {
  margin: 0 3px 3px -3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: top;
  content: '';
  position: static !important;
  vertical-align: middle !important;
  cursor: pointer;
  *cursor: hand;
}
._big .-btn,
.-btn._big {
  line-height: 38px !important;
  padding: 0 18px !important;
  font-size: 20px !important;
  height: 38px !important;
}
._big .-btn.-iconLabel,
.-btn._big.-iconLabel {
  padding: 0 18px 0 34px !important;
}
._big .-btn.-iconLabel:before,
.-btn._big.-iconLabel:before,
._big .-btn.-iconLabel .before,
.-btn._big.-iconLabel .before {
  top: 16px/2;
  left: 9px;
}
._big .-btn .-icon,
.-btn._big .-icon {
  margin: 9px -9px;
}
._big .-btn.-iconButton:before,
.-btn._big.-iconButton:before,
._big .-btn.-iconButton .before,
.-btn._big.-iconButton .before {
  margin: 9px -9px;
}
._big button.-btn,
._big input.-btn,
input.-btn._big,
button.-btn._big {
  height: 40px !important;
}
._big button.-btn.-iconLabel,
._big input.-btn.-iconLabel,
input.-btn._big.-iconLabel,
button.-btn._big.-iconLabel {
  padding: 0 18px !important;
}
._big button.-btn.-iconLabel:before,
._big input.-btn.-iconLabel:before,
input.-btn._big.-iconLabel:before,
button.-btn._big.-iconLabel:before,
._big button.-btn.-iconLabel .before,
._big input.-btn.-iconLabel .before,
input.-btn._big.-iconLabel .before,
button.-btn._big.-iconLabel .before {
  margin: 0 5px 4px -9px;
}
._big button.-btn.-iconButton:before,
._big input.-btn.-iconButton:before,
input.-btn._big.-iconButton:before,
button.-btn._big.-iconButton:before,
._big button.-btn.-iconButton .before,
._big input.-btn.-iconButton .before,
input.-btn._big.-iconButton .before,
button.-btn._big.-iconButton .before {
  margin: 9px -9px;
}
._small .-btn,
.-btn._small {
  line-height: 23px !important;
  padding: 0 10px !important;
  font-size: 11px !important;
  height: 22px !important;
}
._small .-btn.-iconLabel,
.-btn._small.-iconLabel {
  padding: 0 10px 0 30px !important;
}
._small .-btn.-iconLabel:before,
.-btn._small.-iconLabel:before,
._small .-btn.-iconLabel .before,
.-btn._small.-iconLabel .before {
  top: 0;
}
._small .-btn .-icon,
.-btn._small .-icon {
  margin: 1px -7px;
}
._small .-btn.-iconButton:before,
.-btn._small.-iconButton:before,
._small .-btn.-iconButton .before,
.-btn._small.-iconButton .before {
  margin: 1px -7px;
}
._small button.-btn,
._small input.-btn,
input.-btn._small,
button.-btn._small {
  height: 24px !important;
}
._small button.-btn.-iconLabel,
._small input.-btn.-iconLabel,
input.-btn._small.-iconLabel,
button.-btn._small.-iconLabel {
  padding: 0 10px !important;
}
._small button.-btn.-iconLabel:before,
._small input.-btn.-iconLabel:before,
input.-btn._small.-iconLabel:before,
button.-btn._small.-iconLabel:before,
._small button.-btn.-iconLabel .before,
._small input.-btn.-iconLabel .before,
input.-btn._small.-iconLabel .before,
button.-btn._small.-iconLabel .before {
  margin: 0 3px 4px -3px;
}
.-btn._formSize,
._formSize .-btn {
  line-height: 28px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  height: 28px !important;
}
.-btn._formSize .-icon,
._formSize .-btn .-icon {
  margin: 2px -7px;
}
.-btn._formSize.-iconButton:before,
._formSize .-btn.-iconButton:before,
.-btn._formSize.-iconButton .before,
._formSize .-btn.-iconButton .before {
  margin: 2px -7px;
}
input.-btn._formSize,
button.-btn._formSize,
._formSize button.-btn,
._formSize input.-btn {
  height: 30px !important;
}
input.-btn._formSize.-iconLabel,
button.-btn._formSize.-iconLabel,
._formSize button.-btn.-iconLabel,
._formSize input.-btn.-iconLabel {
  padding: 0 12px !important;
}
.disabled.-btn,
.disabled .-btn {
  cursor: default;
  background-image: none;
  background: #ccc;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(60)) !important;
  filter: alpha(opacity=(60)) !important;
  -moz-opacity: 0.6 !important;
  opacity: 0.6 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.-btnGroup {
  margin: 0 5px 5px 0;
}
.-btnGroup:last-child {
  margin-right: 0;
}
.-btnGroup .-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  display: inline;
  width: auto;
  margin-left: -1px;
}
.-btnGroup .-btn:first-child {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  margin-left: 0 !important;
}
.-btnGroup .-btn:last-child {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.-btnLink {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.-btnLink._big {
  line-height: 40px;
  height: 40px;
  font-size: 20px;
}
.-btnLink._small {
  line-height: 24px;
  height: 24px;
  font-size: 11px;
}
.-btnLink._formSize {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}
.-btnLink.disabled {
  color: #ccc;
  cursor: default;
}
.-group .-btnLink {
  padding: 0 15px;
}
.-textInput {
  margin: 0;
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-textInput:hover {
  border-color: rgba(102, 102, 102, 0.3);
  outline: 0 none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.-textInput:focus {
  border-color: rgba(153, 153, 153, 0.8) !important;
  outline: 0 none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.-textInput.error {
  border-color: rgba(220, 75, 75, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(220, 75, 75, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(220, 75, 75, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(220, 75, 75, 0.6);
}
input.-textInput {
  height: 30px;
  padding: 10px/2 + 1 3px 10px/2 - 1;
  line-height: 20px;
}
textarea.-textInput {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
textarea._resize-x {
  resize: horizontal;
}
textarea._resize-y {
  resize: vertical;
}
textarea._resize {
  resize: both;
}
._formSize .-textInput,
._formSize.-textInput {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-right: 0 none;
}
._small .-textInput,
._small.-textInput {
  line-height: 22px;
  height: 24px;
}
.-group .-textInput {
  float: left;
  display: inline;
  width: auto;
}
.-checkbox,
.-radio {
  display: block;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  position: relative;
}
.-checkbox input[type="checkbox"],
.-radio input[type="checkbox"],
.-checkbox input[type="radio"],
.-radio input[type="radio"] {
  margin: 7.5px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.-checkbox._inline,
.-radio._inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px;
}
.-checkbox._inline:last-child,
.-radio._inline:last-child {
  padding-right: 0 !important;
}
.-checkbox._rightSide,
.-radio._rightSide {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px 0 0;
  text-align: right;
}
.-checkbox._rightSide input[type="checkbox"],
.-radio._rightSide input[type="checkbox"],
.-checkbox._rightSide input[type="radio"],
.-radio._rightSide input[type="radio"] {
  left: auto;
  right: 0;
}
.-checkbox._rightSide._inline:first-child,
.-radio._rightSide._inline:first-child {
  padding-left: 0 !important;
}
.-checkbox._rightSide._inline:last-child,
.-radio._rightSide._inline:last-child {
  padding-right: 20px !important;
}
.-checkbox._compact,
.-radio._compact {
  padding: 0 0 0 17px;
}
.-checkbox._compact._inline,
.-radio._compact._inline {
  padding: 0 17px;
}
.-checkbox._compact._rightSide._inline:last-child,
.-radio._compact._rightSide._inline:last-child {
  padding-right: 17px !important;
}
.-select {
  margin: 0;
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 30px;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-select._multi-select {
  height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .-select {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 17px;
  }
}
.-form {
  background: #f0f0f0;
  padding: 15px 70px;
  *zoom: 1;
}
.-form:before {
  display: table;
  line-height: 0;
  content: "";
}
.-form:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-form._inline {
  background: none;
  padding: 0;
}
.-form._simple {
  background: transparent;
}
.-form._fullSize {
  padding: 15px;
}
.-form._fullSize .-col1 {
  width: 120px;
}
.-form._fullSize .-col2 {
  width: 255px;
}
.-form._fullSize .-col3 {
  width: 390px;
}
.-form._fullSize .-col4 {
  width: 525px;
}
.-form._fullSize .-col5 {
  width: 660px;
}
.-form._fullSize ._offset1 {
  margin-left: 150px;
}
.-form._fullSize ._offset2 {
  margin-left: 285px;
}
.-form._fullSize ._offset3 {
  margin-left: 410px;
}
.-form._fullSize ._offset4 {
  margin-left: 545px;
}
.-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 22px;
  padding: 4px 0;
  text-align: right;
}
.-defUpload {
  line-height: 18px;
  width: 100%;
}
.-control {
  *zoom: 1;
  position: relative;
  margin-top: 10px;
}
.-control:before {
  display: table;
  line-height: 0;
  content: "";
}
.-control:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-control:first-child {
  margin-top: 0;
}
.-btnControl {
  margin: 20px 0 10px;
}
.-inlineControl {
  *zoom: 1;
  position: relative;
  margin-left: 120px;
  margin-top: 10px;
}
.-inlineControl:before {
  display: table;
  line-height: 0;
  content: "";
}
.-inlineControl:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-inlineControl .-label {
  float: left;
  width: 110px;
  margin-left: -120px;
  text-align: left;
}
.-errorValue {
  font-size: 11px;
  color: #e94545;
}
.-errorValue .-iconLabel,
.-errorValue .-txtLabel,
.-errorValue .-ajaxLink {
  font-size: 11px;
}
.-errorValue .-iconLabel._longText,
.-errorValue .-txtLabel._longText,
.-errorValue .-ajaxLink._longText {
  height: auto;
  line-height: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.-hr {
  overflow: hidden;
  height: 0;
  clear: both;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}
.-fieldDescription,
.-buttonDescription {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 18px;
  padding: 4px 0;
  color: #999;
  vertical-align: top;
}
.-fieldDescription._small,
.-buttonDescription._small {
  line-height: 14px;
  padding: 5px 0;
  font-size: 11px;
}
.-buttonDescription {
  padding: 6px 0;
}
.-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.-group > .-icon {
  margin-left: 10px;
}
.-group > .-icon:first-child {
  margin-left: 0;
}
a._small {
  font-size: 11px;
}
.-ajaxLink {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  line-height: 0.93em;
  vertical-align: baseline;
  cursor: pointer;
}
.-ajaxLink.hidden {
  display: none;
}
._cleanLink {
  text-decoration: none;
}
._cleanLink:hover {
  text-decoration: underline;
}
.-iconLabel,
.-txtLabel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 23px;
  line-height: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
  vertical-align: top;
}
.-iconLabel:before,
.-txtLabel:before,
.-iconLabel .before,
.-txtLabel .before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: top;
  cursor: pointer;
  *cursor: hand;
}
.-iconLabel._small,
.-txtLabel._small {
  font-size: 11px;
}
.-iconLabel._rightSide,
.-txtLabel._rightSide {
  padding: 0 23px 0 0;
}
.-iconLabel._rightSide:before,
.-txtLabel._rightSide:before,
.-iconLabel._rightSide .before,
.-txtLabel._rightSide .before {
  left: auto;
  right: 0;
}
.-iconLabel._large,
.-txtLabel._large {
  padding: 0 0 0 35px;
  line-height: 30px;
  height: 30px;
}
.-iconLabel._large:before,
.-txtLabel._large:before,
.-iconLabel._large .before,
.-txtLabel._large .before {
  width: 30px;
  height: 30px;
}
.-iconLabel._longText,
.-txtLabel._longText {
  height: auto;
  line-height: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.-iconLabel._longText._small,
.-txtLabel._longText._small {
  line-height: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.-txtLabel {
  padding: 0;
}
.-txtLabel._rightSide {
  padding: 0;
}
a.-iconLabel.-ajaxLink {
  padding: 0 !important;
  margin: 3px 0 3px 23px;
  line-height: 12px;
  height: 1em;
  overflow: visible !important;
}
a.-iconLabel.-ajaxLink:before,
a.-iconLabel.-ajaxLink .before {
  left: -23px;
  top: 50%;
  margin-top: -10px;
}
a.-iconLabel.-ajaxLink._small {
  margin-top: 4px;
  margin-bottom: 4px;
}
._small {
  font-size: 11px;
}
._small .-iconLabel,
._small .-txtLabel,
._small .-ajaxLink {
  font-size: 11px;
}
._small .-iconLabel._longText,
._small .-txtLabel._longText,
._small .-ajaxLink._longText {
  height: auto;
  line-height: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.-group > .-iconLabel,
.-group > .-txtLabel {
  margin-left: 10px;
  vertical-align: top;
}
.-group > .-iconLabel:first-child,
.-group > .-txtLabel:first-child {
  margin-left: 0 !important;
}
.-group > .-iconLabel.-btn,
.-group > .-txtLabel.-btn {
  margin-left: -1px;
}
.-group > .-ajaxLink.-iconLabel {
  margin-left: 33px !important;
}
.-group > .-ajaxLink.-iconLabel:first-child {
  margin-left: 23px !important;
}
._withDownArr {
  position: relative;
  padding-right: 20px;
}
._withDownArr:after,
._withDownArr .after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  border-left: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
  z-index: 1;
}
._withDownArr._small:after,
._withDownArr._small .after {
  border-right: 3px solid transparent;
  border-top: 3px solid #999;
  border-left: 3px solid transparent;
}
._withDownArr.-ajaxLink {
  padding-right: 0;
  margin-right: 15px !important;
}
._withDownArr.-ajaxLink:after .after {
  right: -13px;
}
._small ._withDownArr._small:after,
._small ._withDownArr._small .after {
  border-right: 3px solid transparent;
  border-top: 3px solid #999;
  border-left: 3px solid transparent;
}
.-wideMoreButton {
  background: #f7f7f7;
  border-bottom: 1px solid dark(#f7f7f7, 30%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 30px;
  display: block;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 1px 1px #fff;
  cursor: pointer;
  *cursor: hand;
}
.-wideMoreButton.hidden {
  display: none;
}
.-wideMoreButton:hover {
  background: #e9f8fe;
  color: #666;
  border-color: #d7f0fc;
}
.-moreButton {
  display: block;
  text-decoration: underline;
  text-align: center;
  background: #eee;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #d6d6d6;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  *cursor: hand;
}
.-moreButton:before,
.-moreButton .before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #bbb;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11px;
  margin-top: -1px;
  z-index: 1;
}
.-moreButton:after,
.-moreButton .after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  z-index: 2;
}
.-dropdown {
  position: relative;
}
.-dropdown.open > .-dropdownList,
.-dropdown.open > .-dropdownSubList {
  display: block;
}
.-dropdownList li.-dropdown.open > a {
  background: #e9f8fe;
  color: #333;
  position: relative;
  padding-right: 20px;
}
.-dropdownList li.-dropdown.open > a:after,
.-dropdownList li.-dropdown.open > a .after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #999;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -5px;
  z-index: 1;
}
.-dropdownList {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  width: 200px;
  -moz-box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  -webkit-box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
}
.-dropdownList._autoSize {
  width: auto;
}
.-dropdownList.open {
  display: block;
}
.-dropdownList li {
  display: block;
  line-height: 20px;
}
.-dropdownList li._baseListItem {
  padding: 5px 10px;
}
.-dropdownList li._seperator {
  margin: 4px 1px 5px;
  padding: 0;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
}
.-dropdownList li._header {
  padding: 5px 10px;
  margin-top: 7px;
  font-weight: bold;
}
.-dropdownList li._header._nospace {
  margin-top: 0;
}
.-dropdownList li:first-child {
  margin-top: 0 !important;
}
.-dropdownList li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}
.-dropdownList li a:hover {
  background: #e9f8fe;
  color: #333;
}
.-dropdownList li a.-iconLabel {
  padding: 5px 10px 5px 33px;
  line-height: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.-dropdownList li a.-iconLabel:before,
.-dropdownList li a.-iconLabel .before {
  left: 10px;
  top: 5px;
}
.-dropdownList._toTop {
  top: auto;
  bottom: 100%;
  margin: 0 0 2px;
}
.-dropdownList._toLeft {
  left: auto;
  right: 0;
}
.-dropdownSubList {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  width: 200px;
  -moz-box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  -webkit-box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  top: 0;
  left: 100%;
  margin: -1px 0 0;
}
.-dropdownSubList._autoSize {
  width: auto;
}
.-dropdownSubList.open {
  display: block;
}
.-dropdownSubList li {
  display: block;
  line-height: 20px;
}
.-dropdownSubList li._baseListItem {
  padding: 5px 10px;
}
.-dropdownSubList li._seperator {
  margin: 4px 1px 5px;
  padding: 0;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
}
.-dropdownSubList li._header {
  padding: 5px 10px;
  margin-top: 7px;
  font-weight: bold;
}
.-dropdownSubList li._header._nospace {
  margin-top: 0;
}
.-dropdownSubList li:first-child {
  margin-top: 0 !important;
}
.-dropdownSubList li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}
.-dropdownSubList li a:hover {
  background: #e9f8fe;
  color: #333;
}
.-dropdownSubList li a.-iconLabel {
  padding: 5px 10px 5px 33px;
  line-height: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.-dropdownSubList li a.-iconLabel:before,
.-dropdownSubList li a.-iconLabel .before {
  left: 10px;
  top: 5px;
}
.-dropdownSubList._toTop {
  top: auto;
  bottom: 100%;
  margin: 0 0 2px;
}
.-dropdownSubList._toLeft {
  left: auto;
  right: 0;
}
.-dropdownSubList._toTop {
  margin: 0 0 -1px;
  bottom: 0;
}
.-dropdownSubList._toLeft {
  left: auto;
  right: 100%;
}
.-dropdownList._small li,
._small .-dropdownList li {
  font-size: 11px;
}
.-dropdownList._small li._baseListItem,
._small .-dropdownList li._baseListItem {
  padding: 3px 10px;
}
.-dropdownList._small li._seperator,
._small .-dropdownList li._seperator {
  margin: 2px 1px 3px;
}
.-dropdownList._small li._header,
._small .-dropdownList li._header {
  padding: 3px 10px;
  margin-top: 5px;
  font-weight: bold;
}
.-dropdownList._small li a,
._small .-dropdownList li a {
  padding: 3px 10px;
}
.-dropdownList._small li a.-iconLabel,
._small .-dropdownList li a.-iconLabel {
  padding: 3px 10px 3px 28px;
}
.-dropdownList._small li a.-iconLabel:before,
._small .-dropdownList li a.-iconLabel:before,
.-dropdownList._small li a.-iconLabel .before,
._small .-dropdownList li a.-iconLabel .before {
  left: 5px;
  top: 3px;
}
.-uploader {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.-uploader input {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
  zoom: 1;
  width: inherit;
  position: absolute;
  z-index: 10;
  font-size: 120px;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
  *cursor: hand;
}
.-countText {
  padding-top: 15px;
  position: relative;
}
.-countText .-counter {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  color: #999;
  font-size: 11px;
  line-height: 11px;
  z-index: 2;
}
ul._inline {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul._inline:before {
  display: table;
  line-height: 0;
  content: "";
}
ul._inline:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
ul._inline li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul._inline > li {
  float: left;
  display: inline;
}
ul._tile {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -10px 0 0 -15px;
}
ul._tile li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul._tile > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none !important;
  margin: 10px 0 0 15px;
  vertical-align: top;
}
._icon-header-add-friend:before,
._icon-header-add-friend .before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-add-friend > .-icon,
._icon-header-add-friend.-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-add-friend > .-icon:before,
._icon-header-add-friend.-icon:before,
._icon-header-add-friend > .-icon .before,
._icon-header-add-friend.-icon .before {
  display: none !important;
}
._icon-header-remove-friend:before,
._icon-header-remove-friend .before {
  background-position: -30px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-remove-friend > .-icon,
._icon-header-remove-friend.-icon {
  background-position: -30px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-remove-friend > .-icon:before,
._icon-header-remove-friend.-icon:before,
._icon-header-remove-friend > .-icon .before,
._icon-header-remove-friend.-icon .before {
  display: none !important;
}
._icon-header-add-group:before,
._icon-header-add-group .before {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-add-group > .-icon,
._icon-header-add-group.-icon {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-add-group > .-icon:before,
._icon-header-add-group.-icon:before,
._icon-header-add-group > .-icon .before,
._icon-header-add-group.-icon .before {
  display: none !important;
}
._icon-header-remove-group:before,
._icon-header-remove-group .before {
  background-position: -150px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-remove-group > .-icon,
._icon-header-remove-group.-icon {
  background-position: -150px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-remove-group > .-icon:before,
._icon-header-remove-group.-icon:before,
._icon-header-remove-group > .-icon .before,
._icon-header-remove-group.-icon .before {
  display: none !important;
}
._icon-header-follow-brand:before,
._icon-header-follow-brand .before {
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-follow-brand > .-icon,
._icon-header-follow-brand.-icon {
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-follow-brand > .-icon:before,
._icon-header-follow-brand.-icon:before,
._icon-header-follow-brand > .-icon .before,
._icon-header-follow-brand.-icon .before {
  display: none !important;
}
._icon-header-unfollow-brand:before,
._icon-header-unfollow-brand .before {
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-unfollow-brand > .-icon,
._icon-header-unfollow-brand.-icon {
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-unfollow-brand > .-icon:before,
._icon-header-unfollow-brand.-icon:before,
._icon-header-unfollow-brand > .-icon .before,
._icon-header-unfollow-brand.-icon .before {
  display: none !important;
}
._icon-header-rating:before,
._icon-header-rating .before {
  background-position: -180px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-rating > .-icon,
._icon-header-rating.-icon {
  background-position: -180px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-header.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-header.png') 1x, url('/static/mobile/img/icons-header@2x.png') 2x);
  background-size: 240px 30px;
}
._icon-header-rating > .-icon:before,
._icon-header-rating.-icon:before,
._icon-header-rating > .-icon .before,
._icon-header-rating.-icon .before {
  display: none !important;
}
._icon-button-twitter:before,
._icon-button-twitter .before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-social-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-social-large.png') 1x, url('/static/mobile/img/icons-social-large@2x.png') 2x);
  background-size: 160px 40px;
}
._icon-button-twitter > .-icon,
._icon-button-twitter.-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-social-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-social-large.png') 1x, url('/static/mobile/img/icons-social-large@2x.png') 2x);
  background-size: 160px 40px;
}
._icon-button-twitter > .-icon:before,
._icon-button-twitter.-icon:before,
._icon-button-twitter > .-icon .before,
._icon-button-twitter.-icon .before {
  display: none !important;
}
._icon-button-vk:before,
._icon-button-vk .before {
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-social-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-social-large.png') 1x, url('/static/mobile/img/icons-social-large@2x.png') 2x);
  background-size: 160px 40px;
}
._icon-button-vk > .-icon,
._icon-button-vk.-icon {
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-social-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-social-large.png') 1x, url('/static/mobile/img/icons-social-large@2x.png') 2x);
  background-size: 160px 40px;
}
._icon-button-vk > .-icon:before,
._icon-button-vk.-icon:before,
._icon-button-vk > .-icon .before,
._icon-button-vk.-icon .before {
  display: none !important;
}
._icon-button-fb:before,
._icon-button-fb .before {
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-social-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-social-large.png') 1x, url('/static/mobile/img/icons-social-large@2x.png') 2x);
  background-size: 160px 40px;
}
._icon-button-fb > .-icon,
._icon-button-fb.-icon {
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-social-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-social-large.png') 1x, url('/static/mobile/img/icons-social-large@2x.png') 2x);
  background-size: 160px 40px;
}
._icon-button-fb > .-icon:before,
._icon-button-fb.-icon:before,
._icon-button-fb > .-icon .before,
._icon-button-fb.-icon .before {
  display: none !important;
}
._icon-button-google:before,
._icon-button-google .before {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-social-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-social-large.png') 1x, url('/static/mobile/img/icons-social-large@2x.png') 2x);
  background-size: 160px 40px;
}
._icon-button-google > .-icon,
._icon-button-google.-icon {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-social-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-social-large.png') 1x, url('/static/mobile/img/icons-social-large@2x.png') 2x);
  background-size: 160px 40px;
}
._icon-button-google > .-icon:before,
._icon-button-google.-icon:before,
._icon-button-google > .-icon .before,
._icon-button-google.-icon .before {
  display: none !important;
}
._icon-wall-large:before,
._icon-wall-large .before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-wall-large > .-icon,
._icon-wall-large.-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-wall-large > .-icon:before,
._icon-wall-large.-icon:before,
._icon-wall-large > .-icon .before,
._icon-wall-large.-icon .before {
  display: none !important;
}
._icon-news-large:before,
._icon-news-large .before {
  background-position: -30px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-news-large > .-icon,
._icon-news-large.-icon {
  background-position: -30px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-news-large > .-icon:before,
._icon-news-large.-icon:before,
._icon-news-large > .-icon .before,
._icon-news-large.-icon .before {
  display: none !important;
}
._icon-messages-large:before,
._icon-messages-large .before {
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-messages-large > .-icon,
._icon-messages-large.-icon {
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-messages-large > .-icon:before,
._icon-messages-large.-icon:before,
._icon-messages-large > .-icon .before,
._icon-messages-large.-icon .before {
  display: none !important;
}
._icon-photo-large:before,
._icon-photo-large .before {
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-photo-large > .-icon,
._icon-photo-large.-icon {
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-photo-large > .-icon:before,
._icon-photo-large.-icon:before,
._icon-photo-large > .-icon .before,
._icon-photo-large.-icon .before {
  display: none !important;
}
._icon-video-large:before,
._icon-video-large .before {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-video-large > .-icon,
._icon-video-large.-icon {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-video-large > .-icon:before,
._icon-video-large.-icon:before,
._icon-video-large > .-icon .before,
._icon-video-large.-icon .before {
  display: none !important;
}
._icon-audio-large:before,
._icon-audio-large .before {
  background-position: -150px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-audio-large > .-icon,
._icon-audio-large.-icon {
  background-position: -150px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-audio-large > .-icon:before,
._icon-audio-large.-icon:before,
._icon-audio-large > .-icon .before,
._icon-audio-large.-icon .before {
  display: none !important;
}
._icon-files-large:before,
._icon-files-large .before {
  background-position: -180px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-files-large > .-icon,
._icon-files-large.-icon {
  background-position: -180px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-files-large > .-icon:before,
._icon-files-large.-icon:before,
._icon-files-large > .-icon .before,
._icon-files-large.-icon .before {
  display: none !important;
}
._icon-friends-large:before,
._icon-friends-large .before {
  background-position: -210px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-friends-large > .-icon,
._icon-friends-large.-icon {
  background-position: -210px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-friends-large > .-icon:before,
._icon-friends-large.-icon:before,
._icon-friends-large > .-icon .before,
._icon-friends-large.-icon .before {
  display: none !important;
}
._icon-groups-large:before,
._icon-groups-large .before {
  background-position: -240px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-groups-large > .-icon,
._icon-groups-large.-icon {
  background-position: -240px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-groups-large > .-icon:before,
._icon-groups-large.-icon:before,
._icon-groups-large > .-icon .before,
._icon-groups-large.-icon .before {
  display: none !important;
}
._icon-communities-large:before,
._icon-communities-large .before {
  background-position: -270px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-communities-large > .-icon,
._icon-communities-large.-icon {
  background-position: -270px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-communities-large > .-icon:before,
._icon-communities-large.-icon:before,
._icon-communities-large > .-icon .before,
._icon-communities-large.-icon .before {
  display: none !important;
}
._icon-blogs-large:before,
._icon-blogs-large .before {
  background-position: -300px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-blogs-large > .-icon,
._icon-blogs-large.-icon {
  background-position: -300px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-blogs-large > .-icon:before,
._icon-blogs-large.-icon:before,
._icon-blogs-large > .-icon .before,
._icon-blogs-large.-icon .before {
  display: none !important;
}
._icon-brands-large:before,
._icon-brands-large .before {
  background-position: -330px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-brands-large > .-icon,
._icon-brands-large.-icon {
  background-position: -330px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-brands-large > .-icon:before,
._icon-brands-large.-icon:before,
._icon-brands-large > .-icon .before,
._icon-brands-large.-icon .before {
  display: none !important;
}
._icon-settings-large:before,
._icon-settings-large .before {
  background-position: -360px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-settings-large > .-icon,
._icon-settings-large.-icon {
  background-position: -360px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-settings-large > .-icon:before,
._icon-settings-large.-icon:before,
._icon-settings-large > .-icon .before,
._icon-settings-large.-icon .before {
  display: none !important;
}
._icon-bump-large:before,
._icon-bump-large .before {
  background-position: -390px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-bump-large > .-icon,
._icon-bump-large.-icon {
  background-position: -390px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-bump-large > .-icon:before,
._icon-bump-large.-icon:before,
._icon-bump-large > .-icon .before,
._icon-bump-large.-icon .before {
  display: none !important;
}
._icon-exit-large:before,
._icon-exit-large .before {
  background-position: -420px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-exit-large > .-icon,
._icon-exit-large.-icon {
  background-position: -420px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-exit-large > .-icon:before,
._icon-exit-large.-icon:before,
._icon-exit-large > .-icon .before,
._icon-exit-large.-icon .before {
  display: none !important;
}
._icon-nav-top:before,
._icon-nav-top .before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-nav-top > .-icon,
._icon-nav-top.-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-nav-top > .-icon:before,
._icon-nav-top.-icon:before,
._icon-nav-top > .-icon .before,
._icon-nav-top.-icon .before {
  display: none !important;
}
._icon-add-message-top:before,
._icon-add-message-top .before {
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-add-message-top > .-icon,
._icon-add-message-top.-icon {
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-add-message-top > .-icon:before,
._icon-add-message-top.-icon:before,
._icon-add-message-top > .-icon .before,
._icon-add-message-top.-icon .before {
  display: none !important;
}
._icon-add-message-top.disabled:before,
._icon-add-message-top.disabled .before {
  background-position: -40px -50px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-add-message-top.disabled > .-icon,
._icon-add-message-top.disabled.-icon {
  background-position: -40px -50px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-add-message-top.disabled > .-icon:before,
._icon-add-message-top.disabled.-icon:before,
._icon-add-message-top.disabled > .-icon .before,
._icon-add-message-top.disabled.-icon .before {
  display: none !important;
}
._icon-key-top:before,
._icon-key-top .before {
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-key-top > .-icon,
._icon-key-top.-icon {
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-key-top > .-icon:before,
._icon-key-top.-icon:before,
._icon-key-top > .-icon .before,
._icon-key-top.-icon .before {
  display: none !important;
}
._icon-key-top.disabled:before,
._icon-key-top.disabled .before {
  background-position: -80px -50px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-key-top.disabled > .-icon,
._icon-key-top.disabled.-icon {
  background-position: -80px -50px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-key-top.disabled > .-icon:before,
._icon-key-top.disabled.-icon:before,
._icon-key-top.disabled > .-icon .before,
._icon-key-top.disabled.-icon .before {
  display: none !important;
}
._icon-add-friends-top:before,
._icon-add-friends-top .before {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-add-friends-top > .-icon,
._icon-add-friends-top.-icon {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-add-friends-top > .-icon:before,
._icon-add-friends-top.-icon:before,
._icon-add-friends-top > .-icon .before,
._icon-add-friends-top.-icon .before {
  display: none !important;
}
._icon-add-group-top:before,
._icon-add-group-top .before {
  background-position: -160px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-add-group-top > .-icon,
._icon-add-group-top.-icon {
  background-position: -160px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-top.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-top.png') 1x, url('/static/mobile/img/icons-top@2x.png') 2x);
  background-size: 200px 100px;
}
._icon-add-group-top > .-icon:before,
._icon-add-group-top.-icon:before,
._icon-add-group-top > .-icon .before,
._icon-add-group-top.-icon .before {
  display: none !important;
}
._icon-user:before,
._icon-user .before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-user > .-icon,
._icon-user.-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-user > .-icon:before,
._icon-user.-icon:before,
._icon-user > .-icon .before,
._icon-user.-icon .before {
  display: none !important;
}
._icon-group:before,
._icon-group .before {
  background-position: -20px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-group > .-icon,
._icon-group.-icon {
  background-position: -20px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-group > .-icon:before,
._icon-group.-icon:before,
._icon-group > .-icon .before,
._icon-group.-icon .before {
  display: none !important;
}
._icon-pubComments:before,
._icon-pubComments .before {
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-pubComments > .-icon,
._icon-pubComments.-icon {
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-pubComments > .-icon:before,
._icon-pubComments.-icon:before,
._icon-pubComments > .-icon .before,
._icon-pubComments.-icon .before {
  display: none !important;
}
._icon-favorits:before,
._icon-favorits .before {
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-favorits > .-icon,
._icon-favorits.-icon {
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-favorits > .-icon:before,
._icon-favorits.-icon:before,
._icon-favorits > .-icon .before,
._icon-favorits.-icon .before {
  display: none !important;
}
._icon-at:before,
._icon-at .before {
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-at > .-icon,
._icon-at.-icon {
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-at > .-icon:before,
._icon-at.-icon:before,
._icon-at > .-icon .before,
._icon-at.-icon .before {
  display: none !important;
}
._icon-pubRating:before,
._icon-pubRating .before {
  background-position: -100px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-pubRating > .-icon,
._icon-pubRating.-icon {
  background-position: -100px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-pubRating > .-icon:before,
._icon-pubRating.-icon:before,
._icon-pubRating > .-icon .before,
._icon-pubRating.-icon .before {
  display: none !important;
}
._icon-pubViews:before,
._icon-pubViews .before {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-pubViews > .-icon,
._icon-pubViews.-icon {
  background-position: -120px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-pubViews > .-icon:before,
._icon-pubViews.-icon:before,
._icon-pubViews > .-icon .before,
._icon-pubViews.-icon .before {
  display: none !important;
}
._icon-geo:before,
._icon-geo .before {
  background-position: -140px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-geo > .-icon,
._icon-geo.-icon {
  background-position: -140px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-geo > .-icon:before,
._icon-geo.-icon:before,
._icon-geo > .-icon .before,
._icon-geo.-icon .before {
  display: none !important;
}
._icon-phone:before,
._icon-phone .before {
  background-position: -160px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-phone > .-icon,
._icon-phone.-icon {
  background-position: -160px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-phone > .-icon:before,
._icon-phone.-icon:before,
._icon-phone > .-icon .before,
._icon-phone.-icon .before {
  display: none !important;
}
._icon-message:before,
._icon-message .before {
  background-position: -180px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-message > .-icon,
._icon-message.-icon {
  background-position: -180px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-message > .-icon:before,
._icon-message.-icon:before,
._icon-message > .-icon .before,
._icon-message.-icon .before {
  display: none !important;
}
._icon-refresh:before,
._icon-refresh .before {
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-refresh > .-icon,
._icon-refresh.-icon {
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-main.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-main.png') 1x, url('/static/mobile/img/icons-main@2x.png') 2x);
  background-size: 200px 40px;
}
._icon-refresh > .-icon:before,
._icon-refresh.-icon:before,
._icon-refresh > .-icon .before,
._icon-refresh.-icon .before {
  display: none !important;
}
._icon-bold:before,
._icon-bold .before {
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-bold > .-icon,
._icon-bold.-icon {
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-bold > .-icon:before,
._icon-bold.-icon:before,
._icon-bold > .-icon .before,
._icon-bold.-icon .before {
  display: none !important;
}
._icon-italic:before,
._icon-italic .before {
  background-position: 0 -80px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-italic > .-icon,
._icon-italic.-icon {
  background-position: 0 -80px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-italic > .-icon:before,
._icon-italic.-icon:before,
._icon-italic > .-icon .before,
._icon-italic.-icon .before {
  display: none !important;
}
._icon-underline:before,
._icon-underline .before {
  background-position: -60px -120px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-underline > .-icon,
._icon-underline.-icon {
  background-position: -60px -120px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-underline > .-icon:before,
._icon-underline.-icon:before,
._icon-underline > .-icon .before,
._icon-underline.-icon .before {
  display: none !important;
}
._icon-ulist:before,
._icon-ulist .before {
  background-position: -20px -100px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-ulist > .-icon,
._icon-ulist.-icon {
  background-position: -20px -100px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-ulist > .-icon:before,
._icon-ulist.-icon:before,
._icon-ulist > .-icon .before,
._icon-ulist.-icon .before {
  display: none !important;
}
._icon-olist:before,
._icon-olist .before {
  background-position: 0 -100px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-olist > .-icon,
._icon-olist.-icon {
  background-position: 0 -100px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-olist > .-icon:before,
._icon-olist.-icon:before,
._icon-olist > .-icon .before,
._icon-olist.-icon .before {
  display: none !important;
}
._icon-indent:before,
._icon-indent .before {
  background-position: -60px -60px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-indent > .-icon,
._icon-indent.-icon {
  background-position: -60px -60px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-indent > .-icon:before,
._icon-indent.-icon:before,
._icon-indent > .-icon .before,
._icon-indent.-icon .before {
  display: none !important;
}
._icon-outdent:before,
._icon-outdent .before {
  background-position: -40px -60px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-outdent > .-icon,
._icon-outdent.-icon {
  background-position: -40px -60px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-outdent > .-icon:before,
._icon-outdent.-icon:before,
._icon-outdent > .-icon .before,
._icon-outdent.-icon .before {
  display: none !important;
}
._icon-left:before,
._icon-left .before {
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-left > .-icon,
._icon-left.-icon {
  background-position: -40px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-left > .-icon:before,
._icon-left.-icon:before,
._icon-left > .-icon .before,
._icon-left.-icon .before {
  display: none !important;
}
._icon-right:before,
._icon-right .before {
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-right > .-icon,
._icon-right.-icon {
  background-position: -60px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-right > .-icon:before,
._icon-right.-icon:before,
._icon-right > .-icon .before,
._icon-right.-icon .before {
  display: none !important;
}
._icon-center:before,
._icon-center .before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-center > .-icon,
._icon-center.-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-center > .-icon:before,
._icon-center.-icon:before,
._icon-center > .-icon .before,
._icon-center.-icon .before {
  display: none !important;
}
._icon-justify:before,
._icon-justify .before {
  background-position: -20px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-justify > .-icon,
._icon-justify.-icon {
  background-position: -20px 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-justify > .-icon:before,
._icon-justify.-icon:before,
._icon-justify > .-icon .before,
._icon-justify.-icon .before {
  display: none !important;
}
._icon-undo:before,
._icon-undo .before {
  background-position: -40px -120px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-undo > .-icon,
._icon-undo.-icon {
  background-position: -40px -120px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-undo > .-icon:before,
._icon-undo.-icon:before,
._icon-undo > .-icon .before,
._icon-undo.-icon .before {
  display: none !important;
}
._icon-redo:before,
._icon-redo .before {
  background-position: -20px -120px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-redo > .-icon,
._icon-redo.-icon {
  background-position: -20px -120px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-editor.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-editor.png') 1x, url('/static/mobile/img/icons-editor@2x.png') 2x);
  background-size: 80px 180px;
}
._icon-redo > .-icon:before,
._icon-redo.-icon:before,
._icon-redo > .-icon .before,
._icon-redo.-icon .before {
  display: none !important;
}
._icon-add-audio-large:before,
._icon-add-audio-large .before {
  background-position: -150px -30px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-add-audio-large > .-icon,
._icon-add-audio-large.-icon {
  background-position: -150px -30px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-add-audio-large > .-icon:before,
._icon-add-audio-large.-icon:before,
._icon-add-audio-large > .-icon .before,
._icon-add-audio-large.-icon .before {
  display: none !important;
}
._icon-add-file-large:before,
._icon-add-file-large .before {
  background-position: -180px -30px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-add-file-large > .-icon,
._icon-add-file-large.-icon {
  background-position: -180px -30px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-add-file-large > .-icon:before,
._icon-add-file-large.-icon:before,
._icon-add-file-large > .-icon .before,
._icon-add-file-large.-icon .before {
  display: none !important;
}
._icon-play:before,
._icon-play .before {
  background-position: -300px -30px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-play > .-icon,
._icon-play.-icon {
  background-position: -300px -30px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-play > .-icon:before,
._icon-play.-icon:before,
._icon-play > .-icon .before,
._icon-play.-icon .before {
  display: none !important;
}
._icon-pause:before,
._icon-pause .before {
  background-position: -330px -30px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-pause > .-icon,
._icon-pause.-icon {
  background-position: -330px -30px;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icons-large.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icons-large.png') 1x, url('/static/mobile/img/icons-large@2x.png') 2x);
  background-size: 510px 60px;
}
._icon-pause > .-icon:before,
._icon-pause.-icon:before,
._icon-pause > .-icon .before,
._icon-pause.-icon .before {
  display: none !important;
}
.-videoArr {
  position: relative;
}
.-videoArr:after,
.-videoArr .after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/static/mobile/img/icon-video.png');
  background-image: -webkit-image-set(url('/static/mobile/img/icon-video.png') 1x, url('/static/mobile/img/icon-video@2x.png') 2x);
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 3;
  margin: 50% 0 0 50%;
  top: -22px;
  left: -22px;
}
.-avatarName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  color: #333;
}
.-avatarName a {
  position: relative;
  line-height: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 37px;
  color: #333;
}
.-avatarName img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
}
.-avatarName .-smallInfo {
  display: block;
  margin-left: 37px;
}
.-avatarName .-smallInfo.-group .-iconLabel:first-child {
  margin-left: 0 !important;
}
.-avatarName._wide {
  width: 100%;
  *zoom: 1;
}
.-avatarName._wide:before {
  display: table;
  line-height: 0;
  content: "";
}
.-avatarName._wide:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-avatarName._wide a {
  float: left;
  display: inline;
}
.-avatarName._wide .-smallInfo {
  float: right;
  display: inline;
  margin: 2px 0 0 5px;
  line-height: 18px;
}
a.-avatarName,
span.-avatarName {
  line-height: 20px;
  padding: 0 0 0 37px;
}
.-avatarName {
  text-overflow: ellipsis;
}
.-avatarName._simple {
  line-height: 20px;
  padding: 0 0 0 37px;
}
.-avatarName._simple img {
  top: -1px;
}
.-avatarName._simple._inline {
  line-height: 30px;
}
.-avatarName._simple._inline img {
  top: 0;
}
.-avatarName._middleSize {
  padding: 0 0 0 57px;
  height: 50px;
}
.-avatarName._middleSize img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.-smallInfo {
  font-size: 11px;
  line-height: 15px;
  color: #999;
}
.-smallInfo.-group {
  line-height: 20px;
}
.-smallInfo.-group .-iconLabel:first-child {
  margin-left: 10px !important;
}
.-userDescription,
.-userStatus {
  margin-left: 37px;
  color: #999;
}
.-userStatus {
  font-size: 11px;
  line-height: 1em;
}
.-userStatus .-iconLabel,
.-userStatus .-txtLabel,
.-userStatus .-ajaxLink {
  font-size: 11px;
}
.-userStatus .-iconLabel._longText,
.-userStatus .-txtLabel._longText,
.-userStatus .-ajaxLink._longText {
  height: auto;
  line-height: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.-hint {
  position: absolute;
  display: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0));
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  opacity: 0;
  z-index: 100;
  background: #fff;
  padding: 7px 10px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  -webkit-box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.-hint._topArrow {
  margin-top: 10px;
}
.-hint._topArrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ccc;
  position: absolute;
  top: 0;
  left: 13px;
  z-index: 1;
  margin-top: -9px;
}
.-hint._topArrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
  margin-top: -7px;
}
.-updateCounter {
  height: 20px;
  line-height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #4ea547;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63bb5b), color-stop(100%, #4ea547));
  background-image: -webkit-linear-gradient(top, #63bb5b, #4ea547);
  background-image: -o-linear-gradient(top, #63bb5b, #4ea547);
  background-image: -moz-linear-gradient(top, #63bb5b, #4ea547);
  background-image: linear-gradient(top, #63bb5b, #4ea547);
  background-image: -ms-linear-gradient(top, #63bb5b 0%, #4ea547 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#63bb5b, EndColorStr=#4ea547, GradientType=0);
  padding: 0 10px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 0;
}
ul.-sideGroup .active .-updateCounter {
  right: 10px;
}
.-countCloud {
  display: block;
  position: absolute;
  top: 0;
  left: -7px;
  padding: 1px 3px;
  margin: -5px 0 0 100%;
  z-index: 5;
  font-size: 8px;
  line-height: 8px;
  color: #fff;
  background-color: #51a84a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92d08d), color-stop(100%, #51a84a));
  background-image: -webkit-linear-gradient(top, #92d08d, #51a84a);
  background-image: -o-linear-gradient(top, #92d08d, #51a84a);
  background-image: -moz-linear-gradient(top, #92d08d, #51a84a);
  background-image: linear-gradient(top, #92d08d, #51a84a);
  background-image: -ms-linear-gradient(top, #92d08d 0%, #51a84a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#92d08d, EndColorStr=#51a84a, GradientType=0);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.-countCloud:after,
.-countCloud .after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 2px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 3px solid #51a84a;
  border-right: 3px solid transparent;
}
.-baseCloseLink {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  *cursor: hand;
}
.-peopleList,
.-mirrorsList {
  padding: 10px 0;
}
.-peopleList._noticeArea,
.-mirrorsList._noticeArea {
  background: #edf7fd;
}
.-peopleList._noticeArea .-peopleListItem:first-child,
.-mirrorsList._noticeArea .-peopleListItem:first-child {
  border-top: 0 none;
}
.-mirrorsList {
  margin-top: -10px;
}
.-peopleListItem {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.-peopleListItem:first-child {
  border-top: 0 none;
}
.-userInfo {
  text-align: center;
  color: #fff;
}
.-userInfo .-icon {
  width: 30px !important;
  height: 30px !important;
}
.-userInfo .-iconLabel {
  padding-left: 30px;
  line-height: 30px;
}
.-userInfo .-iconLabel:before,
.-userInfo .-iconLabel .before {
  width: 30px;
  height: 30px;
}
.-userAvatar {
  position: relative;
  width: 110px;
  height: 110px;
  overflow: hidden;
  left: 50%;
  margin-left: -58px;
  border: 3px solid #c4d6e8;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.-userAvatar img {
  width: 100%;
  height: 100%;
}
.-userAvatar .-icon {
  position: absolute;
  right: 3px;
  bottom: 0;
}
.-content h2 {
  font-size: 19px;
  font-weight: normal;
}
iframe {
  max-width: 100% !important;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
a {
  color: #0099cc;
}
.-footerPage {
  color: #fff;
}
.-footerPage a {
  color: #fff;
}
.-footerPage .-footerLogo {
  background: url('/static/mobile/img/logo-footer.png') 0 0 no-repeat;
  width: 52px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
._themeColor {
  background: #929293;
}
._themeColor ._innerPad > .-countText {
  margin-top: -15px;
}
.-headerPage {
  background: #929293;
  position: relative;
  z-index: 3;
}
.-headerPage .-icon {
  width: 40px;
  height: 50px;
}
.-headerPage h1 {
  margin: 18px 50px;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
.-headerPage a {
  text-decoration: none;
}
.-headerPage .-headerUserName {
  margin: 10px 45px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.-headerPage .-headerLogo {
  display: block;
  text-align: center;
}
.-headerPage .-headerLogo img {
  height: 50px;
  width: auto;
}
.-subHeader {
  background: #f4f4f4;
  border-bottom: 1px solid #e1e1e1;
  padding: 7px 10px;
  position: relative;
  z-index: 2;
}
.-subHeader .-content {
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.-subHeader .-content:before {
  display: table;
  line-height: 0;
  content: "";
}
.-subHeader .-content:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-subHeader a {
  float: left;
  display: inline;
  color: #5e5e5e;
  line-height: 26px;
  margin-left: 8px;
}
.-subHeader a:first-child {
  margin-left: 0;
}
.-subHeader a:hover {
  color: #333;
}
.-subHeader a.active,
.-subHeader a.inPath {
  background: #959595;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 2px #666;
  -moz-box-shadow: inset 1px 1px 2px #666;
  box-shadow: inset 1px 1px 2px #666;
  padding: 0 8px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.-subHeader h2 {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  line-height: 26px;
}
.-subHeader .-textInput {
  margin: 5px 0;
}
.-subHeader .-lineSearchForm {
  position: relative;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-subHeader .-lineSearchForm .-btn {
  width: 50px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0;
}
._subGrid .-subHeader {
  padding-left: 20px;
  padding-right: 20px;
}
.-mirrorHeader {
  height: 50px;
  text-align: center;
  overflow: hidden;
  background: #d62829;
}
.-navHeader {
  width: 100%;
  background: #929293;
  font-weight: bold;
  position: relative;
  border-bottom: 0;
  *zoom: 1;
}
.-navHeader:before {
  display: table;
  line-height: 0;
  content: "";
}
.-navHeader:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-navHeader ul {
  *zoom: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: none;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e0e0e0;
}
.-navHeader ul:before {
  display: table;
  line-height: 0;
  content: "";
}
.-navHeader ul:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-navHeader li {
  display: inline;
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: -1px;
}
.-navHeader li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  text-shadow: none;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  border-top: 0 none;
}
.-navHeader li a.active,
.-navHeader li a.inPath,
.-navHeader li a:hover,
.-navHeader li a:active {
  background: #d1d1d1;
  border-bottom: 1px solid #e0e0e0;
}
.-navHeader a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 40px;
  text-shadow: 1px 1px 0px #283744;
  text-align: left;
  width: 100%;
  text-indent: 10px;
  border-top: 1px solid #dfdfdf;
}
.-navHeader a:hover,
.-navHeader a:active {
  background-color: #8c99a4;
}
.-navHeader a.active,
.-navHeader a.inPath {
  background-color: #8c99a4;
}
.-navHeader a.-pull {
  display: block;
  background-color: #929293;
  width: auto;
  position: relative;
  line-height: 40px;
  height: 40px;
  padding-right: 40px;
}
.-navHeader a.-pull:before,
.-navHeader a.-pull .before {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background-position: 0 -3px;
}
/*Smartphone*/
@media only screen and (max-width: 320px) {
  .-navHeader li {
    display: block;
    float: none;
    width: 100%;
  }
  .-navHeader li a {
    border-bottom: 1px solid #576979;
  }
}
.-wallItemsList {
  padding: 10px 0;
}
.-wallItem {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.-wallItem:first-child {
  border-top: 0 none;
  margin-top: -10px;
}
.-wallItem._feedMode .-wallItemContent {
  margin-left: 37px;
  margin-top: 20px;
}
.-wallItem._feedMode .-wallItemContent .-avatarName {
  min-height: 33px;
}
.-wallItem._feedMode .-wallItemContent ._noPhoto {
  padding-left: 0;
}
.-wallItem._feedMode .-wallItemContent .-feedFile {
  white-space: nowrap;
  overflow: hidden;
}
.-wallItem._feedMode .-wallItemContent .-collectionItem {
  padding: 10px 0;
}
.-wallItemContent {
  *zoom: 1;
  margin-top: 10px;
}
.-wallItemContent:before {
  display: table;
  line-height: 0;
  content: "";
}
.-wallItemContent:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-wallItemContent .-group {
  margin-bottom: 5px;
}
.-feedHeader {
  margin-left: 37px;
  line-height: 20px;
}
.-feedHeader .-avatarName {
  margin-left: -37px;
}
.-blogPostItem {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.-blogPostItem:first-child {
  border-top: 0 none;
  margin-top: -10px;
}
.-blogPostItemContent {
  *zoom: 1;
  margin-top: 10px;
}
.-blogPostItemContent:before {
  display: table;
  line-height: 0;
  content: "";
}
.-blogPostItemContent:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-wallItemContent .-blogPostItemContent {
  margin-top: 0;
}
.-blogPostItemImage {
  margin-top: 10px;
  text-align: center;
  display: block;
}
.-collectionList {
  padding: 10px 0;
}
.-collectionList._separated .-collectionItem {
  border-top: 1px solid #ccc;
}
.-collectionList._separated .-collectionItem:first-child {
  border-top: 0 none;
}
.-content .-collectionList {
  margin: 0 -10px;
}
@media screen and (min-width: 710px) {
  .-collectionList {
    width: 710px !important;
  }
}
.feedWallMessage {
  padding: 10px 0 0 4px;
  clear: both;
}
.-collectionItem {
  *zoom: 1;
  padding: 10px;
}
.-collectionItem:before {
  display: table;
  line-height: 0;
  content: "";
}
.-collectionItem:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-collectionItem:first-child {
  margin-top: -10px;
}
.-collectionItem._single {
  padding: 0;
  margin-top: 0;
}
.-collectionItem .-previewItem {
  float: left;
  display: inline;
  width: 90px;
  height: 90px;
  padding: 0 4px 4px 0;
  margin: 3px 0 0 3px;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  background: #fff;
}
.-collectionItem .-previewItem .-centered {
  width: 90px;
  height: 90px;
  max-width: 90px;
  position: absolute;
  z-index: 3;
  top: -1px;
  left: -1px;
}
.-collectionItem .-previewItem .-centered img {
  max-height: 100%;
  position: static;
  top: auto;
  left: auto;
}
.-collectionItem .-previewItem img {
  position: absolute;
  z-index: 3;
  top: -1px;
  left: -1px;
}
.-collectionItem .-previewItem:before {
  position: absolute;
  z-index: 1;
  top: -4px;
  left: -4px;
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  padding: 2px;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}
.-collectionItem .-previewItem._flatPreview {
  margin: 0;
  padding: 2px;
}
.-collectionItem .-previewItem._flatPreview:before {
  display: none;
}
.-collectionItem .-previewItem._flatPreview .-centered {
  position: static;
  top: auto;
  left: auto;
}
.-collectionItem .-previewItem._flatPreview img {
  position: static;
  top: auto;
  left: auto;
}
.-collectionItem .-previewItem._flatPreview._pubPreview {
  height: 58px;
}
.-collectionItem .-previewItem._flatPreview._pubPreview .-centered {
  height: 58px;
}
.-collectionDescription {
  margin-left: 110px;
}
.-collectionDescription textarea.-textInput {
  height: 96px;
}
._noPhoto .-previewItem {
  display: none;
}
._noPhoto .-collectionDescription {
  margin-left: 0;
}
.-photo {
  padding-bottom: 0;
}
@media screen and (max-width: 690px) {
  .-photo {
    padding: 0;
  }
}
.-video {
  padding: 25px;
  width: auto !important;
  background: #000;
}
.-video > * {
  vertical-align: top;
  max-width: 640px;
  max-height: 360px;
}
@media screen and (max-width: 640px) {
  .-video {
    padding: 0;
  }
}
.-previewList {
  *zoom: 1;
  margin: -5px 0 0 -3px;
}
.-previewList:before {
  display: table;
  line-height: 0;
  content: "";
}
.-previewList:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-previewList .-previewItem {
  float: left;
  display: inline;
  width: 90px;
  height: 90px;
  padding: 2px;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  margin: 5px 0 0 3px;
}
.-previewList .-previewItem .-centered {
  width: 90px;
  height: 90px;
  max-width: 90px;
}
.-previewList .-previewItem .-centered img {
  max-height: 100%;
}
@media screen and (max-width: 320px) {
  .-previewList {
    margin: -5px 0 0 -6px;
  }
  .-previewList .-previewItem {
    margin: 5px 0 0 6px;
  }
}
@media screen and (max-width: 480px) and (min-width: 480px) {
  .-previewList {
    margin: -5px 0 0 -5px;
  }
  .-previewList .-previewItem {
    margin: 5px 0 0 5px;
    width: 82px;
    height: 82px;
  }
  .-previewList .-previewItem .-centered {
    width: 82px;
    height: 82px;
  }
}
.-wideContent {
  margin: 0;
  padding: 0;
}
.-wideContent .-blockHeader {
  margin: 0 10px;
}
.-blockHeader {
  color: #aaa;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 0;
}
.-blockHeader._primary {
  color: #333;
}
.-commentList {
  background: #f4f4f4;
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.-commentList:before,
.-commentList .before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #aaa;
  position: absolute;
  top: 0;
  left: 25px;
  margin-left: -11px;
  margin-top: -11px;
  z-index: 1;
}
.-commentList:after,
.-commentList .after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #f4f4f4;
  position: absolute;
  top: 0;
  left: 25px;
  margin-left: -12px;
  margin-top: -11px;
  z-index: 2;
}
.-commentItem {
  padding: 7px 10px 10px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  position: relative;
}
.-commentItem:first-child {
  border-top: 0 none;
}
.-commentContent {
  margin: 10px 0 0 37px;
  color: #666;
}
.-addCommentForm {
  margin-top: 5px;
}
@media screen and (min-width: 710px) {
  .-wideContent .-blockHeader {
    width: 690px;
    margin: 0 auto;
  }
  .-commentItem {
    width: 690px;
    margin: 0 auto;
  }
}
.-messagesList {
  padding: 10px 0;
}
.-messageItemContent {
  margin-left: 37px;
}
.-messageItem {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.-messageItem .-avatarName a {
  color: #0099CC;
}
.-messageItem:first-child {
  border-top: 0 none;
  margin-top: -10px;
}
.-messageItem.new {
  background: #edf7fd;
}
.-messageAttach {
  margin: 5px 0 0 34px;
}
.-messageAttach .-audioItem {
  padding: 0 !important;
  margin: 5px 0 5px 3px !important;
  border: 0 none !important;
}
.-messageAttach .-audioItem:first-child {
  margin-top: 10px !important;
}
.-reMessageItem {
  background: #edf7fd;
  position: relative;
}
.-reMessageItem:before,
.-reMessageItem .before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  position: absolute;
  top: 0;
  left: 25px;
  margin-left: -10px;
  margin-top: -11px;
  z-index: 1;
}
.-reMessageItem:after,
.-reMessageItem .after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #edf7fd;
  position: absolute;
  top: 0;
  left: 25px;
  margin-left: -11px;
  margin-top: -10px;
  z-index: 2;
}
.-audioItem {
  *zoom: 1;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.-audioItem:before {
  display: table;
  line-height: 0;
  content: "";
}
.-audioItem:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-audioItem:first-child {
  border-top: 0 none;
  margin-top: -10px;
}
.-audioItem .-btn {
  float: left;
  display: inline;
}
.-audioItem .-baseCloseLink {
  color: #333;
  position: absolute;
  top: 15px;
  right: 0;
  display: none;
}
.-audioStaticItem {
  *zoom: 1;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.-audioStaticItem:before {
  display: table;
  line-height: 0;
  content: "";
}
.-audioStaticItem:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-audioStaticItem .-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
}
.-audioStaticItem:first-child {
  border-top: 0 none;
  margin-top: -10px;
}
.-audioStaticItem .-audioInfo {
  margin-left: 30px;
}
.-audioInfo {
  margin: 0 0 0 37px;
  position: relative;
  height: 30px;
  overflow: hidden;
}
.-audioTitle {
  margin: 0 40px 0 0;
  line-height: 30px;
  padding: 0 5px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.-audioDuration {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  line-height: 20px;
}
.-audioStatus {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 30px;
  width: 0;
  background: #aedf8e;
}
.-audioSeek {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 30px;
}
.active .-audioInfo {
  background: #b8e0ef;
}
.-peopleListGroup {
  position: relative;
}
.-peopleListGroup .-letter {
  top: -10px;
}
.-peopleListGroup .-peopleListItem:first-child {
  border-top: 1px solid #ccc;
}
.-peopleListItem {
  position: relative;
  min-height: 36px;
}
.-peopleListItem .-icon._icon-message {
  position: absolute;
  top: 10px;
  right: 10px;
}
.-peopleListItem .-onlineStatus {
  position: absolute;
  top: 30px;
  right: 10px;
  color: #999;
  font-size: 11px;
}
.-peopleListItem .-onlineStatus .-iconLabel,
.-peopleListItem .-onlineStatus .-txtLabel,
.-peopleListItem .-onlineStatus .-ajaxLink {
  font-size: 11px;
}
.-peopleListItem .-onlineStatus .-iconLabel._longText,
.-peopleListItem .-onlineStatus .-txtLabel._longText,
.-peopleListItem .-onlineStatus .-ajaxLink._longText {
  height: auto;
  line-height: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.-letter {
  position: absolute;
  z-index: 3;
  top: -12px;
  left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #999;
  text-transform: lowercase;
}
.-navWrapper {
  background: #f4f4f4;
  width: 313px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #e9e9e9;
}
.-navWrapper .-iconLabel {
  padding: 0 0 0 35px;
  line-height: 36px;
  height: 36px;
  display: block;
}
.-navWrapper .-iconLabel:before,
.-navWrapper .-iconLabel .before {
  width: 30px;
  height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.-headerSearch .-textInput {
  background-image: url('/static/mobile/img/icon-search.png');
  background-position: 0 -1px;
  background-repeat: no-repeat;
  padding-left: 27px;
}
@media screen and (max-width: 320px) {
  .-navWrapper {
    width: 280px;
  }
}
.-headerSearch {
  display: block;
  height: 30px;
  padding: 10px;
  background: #ddd;
  border-bottom: 1px solid #bbb;
}
.-sideGroup {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dadada;
  padding: 12px 10px;
  text-overflow: ellipsis;
}
.-sideGroup .-avatarName {
  font-weight: bold;
}
.-sideGroup:last-child {
  border-bottom: 0 none;
}
.-mirrorInfo {
  background: #ddd !important;
  border-bottom: 1px solid #bbb !important;
}
.-mirrorInfo .-avatarName {
  margin: -3px 0;
  min-height: 35px;
}
.-mirrorInfo .-avatarName img {
  background: #fff;
}
.-mirrorInfo li.active {
  background: #bebebe !important;
  border-top: 1px solid #b1b1b1 !important;
  border-bottom: 1px solid #e4e4e4 !important;
}
ul.-sideGroup {
  margin: 0;
  padding: 8px 10px;
  list-style: none;
}
ul.-sideGroup li {
  margin: 3px 0 0;
  padding: 0;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  position: relative;
}
ul.-sideGroup li:first-child {
  margin: 0;
}
ul.-sideGroup li a {
  color: #333;
  text-decoration: none;
}
ul.-sideGroup li.active {
  margin: 2px -10px -1px;
  background: #d1d1d1;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #f6f6f6;
}
ul.-sideGroup li.active .-iconLabel {
  margin-left: 10px;
}
ul.-sideGroup._muted a {
  color: #6c6c6c;
}
._small-side-link {
  font-size: 15px !important;
}
.-wysiwygMobile {
  max-height: 250px;
  height: 250px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #cccccc;
  padding: 4px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: scroll;
  outline: none;
}
.-advertPrice {
  font-size: 16px;
  margin: 10px 0;
}
.-freePrice {
  color: #3da426;
}
