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;
}
._offsetBottom img {
  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;
}
._muted {
  color: #999;
}
._hFade {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
._hFade:after,
._hFade .after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: -20px;
  margin-left: 100%;
  width: 20px;
  height: 20px;
  background: url('/static/less-elems/img/icons-pub-data.png') -100px 0 no-repeat;
}
._tiny {
  font-size: 11px !important;
}
._breakWord {
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.hidden {
  display: none;
}
.-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;
}
.-centered {
  display: table-cell;
  height: inherit;
  width: inherit;
  vertical-align: middle;
  text-align: center;
}
.-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;
}
.-container {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}
.-container:before {
  display: table;
  line-height: 0;
  content: "";
}
.-container:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-row {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  position: relative;
  margin-left: -15px;
}
.-row:before {
  display: table;
  line-height: 0;
  content: "";
}
.-row:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-row .-mainColumn {
  margin-left: 15px;
}
.-col1,
.-col2,
.-col3,
.-col4,
.-col5 {
  float: left;
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-col1 {
  width: 182px;
}
.-col2 {
  width: 379px;
}
.-col3 {
  width: 576px;
}
.-col4 {
  width: 773px;
}
.-col5 {
  width: 970px;
}
._offset1 {
  margin-left: 212px !important;
}
._offset2 {
  margin-left: 419px !important;
}
._offset3 {
  margin-left: 606px !important;
}
._offset4 {
  margin-left: 803px !important;
}
.-row > .-col1,
.-row > .-col2,
.-row > .-col3,
.-row > .-col4,
.-row > .-col5 {
  margin-left: 15px;
}
.-mainColumn .-col1,
.-modalWindow .-col1 {
  width: 126px;
}
.-mainColumn .-col2,
.-modalWindow .-col2 {
  width: 267px;
}
.-mainColumn .-col3,
.-modalWindow .-col3 {
  width: 408px;
}
.-mainColumn .-col4,
.-modalWindow .-col4 {
  width: 549px;
}
.-mainColumn .-col5,
.-modalWindow .-col5 {
  width: 690px;
}
.-mainColumn ._offset1,
.-modalWindow ._offset1 {
  margin-left: 156px;
}
.-mainColumn ._offset2,
.-modalWindow ._offset2 {
  margin-left: 297px;
}
.-mainColumn ._offset3,
.-modalWindow ._offset3 {
  margin-left: 438px;
}
.-mainColumn ._offset4,
.-modalWindow ._offset4 {
  margin-left: 579px;
}
.-mainColumn {
  width: 720px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  float: left;
  display: inline;
}
.-sideColumn {
  width: 280px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  float: left;
  display: inline;
}
._revertColumns .-mainColumn {
  margin-left: 0;
}
._revertColumns .-sideColumn {
  margin-left: 15px;
}
.-wideColumn {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
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;
  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.-btnInline {
  margin-right: 10px;
  float: left;
}
.-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._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._green {
  text-shadow: 0 1px 0 rgba(50, 50, 50, 0.75);
  color: #fff;
  background-color: #468a33;
  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%, #75c45f), color-stop(100%, #468a33));
  background-image: -webkit-linear-gradient(top, #75c45f, #468a33);
  background-image: -o-linear-gradient(top, #75c45f, #468a33);
  background-image: -moz-linear-gradient(top, #75c45f, #468a33);
  background-image: linear-gradient(top, #75c45f, #468a33);
  background-image: -ms-linear-gradient(top, #75c45f 0%, #468a33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#75c45f, EndColorStr=#468a33, GradientType=0);
  filter: none \9;;
  border: 1px solid #264b1c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #468a33 #468a33 #264b1c;
  background-repeat: repeat-x;
}
.-btn._green:hover,
.-btn._green:active,
.-btn._green.active {
  background-color: #468a33;
  border: 1px solid #264b1c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #468a33 #468a33 #264b1c;
}
.-btn._green:hover {
  text-decoration: none;
  color: #fff;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #51a03b;
  -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._green:focus {
  outline: none;
}
.-btn._green.active,
.-btn._green:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #3b742b;
  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._red {
  text-shadow: 0 1px 0 rgba(50, 50, 50, 0.75);
  color: #fff;
  background-color: #9d2520;
  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%, #da4f49), color-stop(100%, #9d2520));
  background-image: -webkit-linear-gradient(top, #da4f49, #9d2520);
  background-image: -o-linear-gradient(top, #da4f49, #9d2520);
  background-image: -moz-linear-gradient(top, #da4f49, #9d2520);
  background-image: linear-gradient(top, #da4f49, #9d2520);
  background-image: -ms-linear-gradient(top, #da4f49 0%, #9d2520 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#da4f49, EndColorStr=#9d2520, GradientType=0);
  filter: none \9;;
  border: 1px solid #551411;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #9d2520 #9d2520 #551411;
  background-repeat: repeat-x;
}
.-btn._red:hover,
.-btn._red:active,
.-btn._red.active {
  background-color: #9d2520;
  border: 1px solid #551411;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #9d2520 #9d2520 #551411;
}
.-btn._red:hover {
  text-decoration: none;
  color: #fff;
  background-position: 0 -10px;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #b62b25;
  -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._red:focus {
  outline: none;
}
.-btn._red.active,
.-btn._red:active {
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *background-color: #841f1b;
  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: 24px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  height: 24px !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: 26px !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;
}
.-group .-btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  display: inline;
  width: auto;
  margin-left: -1px;
}
.-group .-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;
}
.-group .-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: 26px;
  height: 26px;
  font-size: 14px;
}
.-btnLink.disabled {
  color: #999;
  cursor: default;
}
.-group .-btnLink {
  padding: 0 15px;
}
/*---------------------- New button flat --------------------------------*/
.-btnFlat {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.-btnFlat.-btnInline {
  margin-right: 10px;
  float: left;
}
.-btnFlat.-blueBtn {
  background-color: #58a4cc;
  color: #fff;
  padding: 8px 23px;
}
.-btnFlat.-blueBtn:hover {
  background-color: #5daeda;
}
.-btnFlat.-blueBtn._sm {
  padding: 5px 10px;
  font-size: 13px;
}
.-btnFlat.-grayBtn {
  background-color: #aaa;
  border: none;
  color: #fff;
  padding: 8px 23px;
}
.-btnFlat.-grayBtn:hover {
  background-color: #bdbdbd;
}
.-btnFlat.-grayBtn._sm {
  padding: 5px 10px;
  font-size: 13px;
}
.-btnFlat .-whiteBtn {
  background-color: #fff;
  border: 1px solid #59a4cc;
  color: #54a3ce;
  padding: 9px 20px;
}
.-btnFlat .-whiteBtn:hover {
  color: #fff;
  background-color: #59addc;
  border-color: #59addc;
}
.-dropdownFlat .-dropdownFlatWrapper {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  padding: 6px 20px 6px 13px;
}
.-dropdownFlat .-dropdownFlatWrapper .dropdownLink {
  color: #7C7C7C;
}
.-dropdownFlat .-dropdownFlatWrapper .dropdownCaret {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAV/QAAFf0BzXBRYQAAABV0RVh0Q3JlYXRpb24gVGltZQA5LzExLzE0F13cFAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAB7SURBVBiVdc8hCgIBGEThbz2RG0wKGw1eRhBhgkXTXwwaPYlVLDYN3keLwrrg1Pd4ME1VvdAmefizqhrjPkKLXVV1f8QOO7SjT3GPQ1VNBuICG+yTPJoemOCEZZJLVc2xxTrJFZpBqcMKZ8xwTHL78h+5d+aCaZJnn70BBA4r+5TZyJgAAAAASUVORK5CYII=');
  width: 11px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  top: 0px;
  left: 10px;
}
.-dropdownFlat.open .-dropdownFlatWrapper {
  border: 1px solid #9DC5E8;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 6px 0px #9dc5e8;
  -moz-box-shadow: 0px 0px 6px 0px #9dc5e8;
  box-shadow: 0px 0px 6px 0px #9dc5e8;
}
.-dropdownFlat.open .-dropdownFlatWrapper .-dropdownFlatCaret {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAV/QAAFf0BzXBRYQAAABV0RVh0Q3JlYXRpb24gVGltZQA5LzExLzE0F13cFAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAACGSURBVBiVdc8hCgJBAEbhbz3KnMANJoWNBm8xFxhBbBbthjEa5hzWxWLTYJ6raFFYF/zrezz4m1TqC22O4eHPUqlT3CdocUildn/EDge0k0/xiJxKnY3EFXY45hgezQDMcMY6x9CnUpfYY5tjuEIzKnXY4IIFTjmG25f/yIMzPeY5hueQvQHmWyz0O7WfSAAAAABJRU5ErkJggg==');
}
.-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: 26px;
  padding: 0 3px;
  line-height: 24px;
}
.-textInputLarge {
  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);
}
.-textInputLarge: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);
}
.-textInputLarge: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);
}
.-textInputLarge.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.-textInputLarge {
  line-height: 24px;
  height: 39px;
  padding: 0 10px;
  font-size: 24px;
  vertical-align: top;
}
input.-mirrorSearch {
  width: 850px;
}
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;
}
.-flatTextInput {
  margin: 0;
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  background-color: #FFF;
  border: 1px solid #CECECE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-flatTextInput:hover {
  outline: 0 none;
  background: #FAFAFA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.-flatTextInput:focus {
  border-color: rgba(151, 195, 233, 0.8) !important;
  outline: 0 none;
  -webkit-box-shadow: 0px 0px 6px 0px #9dc5e8;
  -moz-box-shadow: 0px 0px 6px 0px #9dc5e8;
  box-shadow: 0px 0px 6px 0px #9dc5e8;
}
.-flatTextInput.error {
  border-color: #FB9A97;
  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.-flatTextInput {
  height: 40px;
  line-height: 24px;
}
.-flatTextInputLarge {
  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: 7px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-flatTextInputLarge:hover {
  outline: 0 none;
  background: #FAFAFA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.-flatTextInputLarge:focus {
  border-color: rgba(151, 195, 233, 0.8) !important;
  outline: 0 none;
  -webkit-box-shadow: 0px 0px 6px 0px #9dc5e8;
  -moz-box-shadow: 0px 0px 6px 0px #9dc5e8;
  box-shadow: 0px 0px 6px 0px #9dc5e8;
}
.-flatTextInputLarge.error {
  border-color: #FB9A97;
  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.-flatTextInputLarge {
  line-height: 24px;
  height: 39px;
  padding: 0 10px;
  font-size: 24px;
  vertical-align: top;
}
textarea.-flatTextInput {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
.-mediaFilesPanel a.-linkArea,
.-mediaFileInformation a.-linkArea,
.-mediaFilesPanel .-baseCloseLink,
.-mediaFileInformation .-baseCloseLink {
  vertical-align: middle;
  display: inline-block;
}
.-mediaFilesPanel a.-linkArea,
.-mediaFileInformation a.-linkArea {
  margin-right: 5px;
}
.-mediaFilesPanel .-mediaFilesContent,
.-mediaFileInformation .-mediaFilesContent {
  margin: 10px 0 35px 0;
  width: 100%;
}
.-mediaFilesPanel .-mediaFilesContent .-imgLinkArea,
.-mediaFileInformation .-mediaFilesContent .-imgLinkArea {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  text-align: center;
  margin-right: 20px;
  padding: 2px;
  border: 1px solid #ccc;
}
.-mediaFilesPanel .-mediaFilesContent .-imgLinkArea img,
.-mediaFileInformation .-mediaFilesContent .-imgLinkArea img {
  margin: 0;
  max-height: 110px;
}
.-mediaFilesPanel .-mediaFilesContent .-contentLinkArea,
.-mediaFileInformation .-mediaFilesContent .-contentLinkArea {
  display: inline-block;
  vertical-align: top;
  width: 67%;
}
.-mediaFilesPanel .-mediaFilesContent .-contentLinkArea .-titleLinkArea,
.-mediaFileInformation .-mediaFilesContent .-contentLinkArea .-titleLinkArea {
  margin-bottom: 10px;
  font-size: 18px;
}
.-mediaFilesPanel .-attachedGroup._inlineGroup:last-child,
.-mediaFileInformation .-attachedGroup._inlineGroup:last-child {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 25px !important;
  margin-bottom: 0;
}
.-attachedFilesPanel .-mediaFileInformation {
  padding-top: 15px;
  float: none;
  clear: both;
}
.-mediaFileInformation {
  margin-top: 10px;
}
.-mediaFileInformation p {
  color: #979797;
  line-height: 15px;
}
.-mediaFileInformation p .-linkArea {
  color: #979797;
  text-decoration: underline;
  vertical-align: baseline;
}
.controls .dropdownMenu {
  margin-top: 10px;
}
textarea._resize-x {
  resize: horizontal;
}
textarea._resize-y {
  resize: vertical;
}
textarea._resize {
  resize: both;
}
._formSize .-flatTextInput,
._formSize.-flatTextInput {
  -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 .-flatTextInput,
._small.-flatTextInput {
  line-height: 22px;
  height: 24px;
}
.-group .-flatTextInput {
  float: left;
  display: inline;
  width: auto;
}
.-checkbox,
.-radio {
  display: block;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  position: relative;
}
.-checkbox input[type="checkbox"],
.-radio input[type="checkbox"],
.-checkbox input[type="radio"],
.-radio input[type="radio"] {
  margin: 6px 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._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._multiline,
.-radio._multiline {
  line-height: 18px;
  padding-top: 8px/2;
  padding-bottom: 8px/2;
  height: auto;
}
.-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: 26px;
  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: #fff;
}
.-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 !important;
}
.-form._fullSize ._offset2 {
  margin-left: 285px !important;
}
.-form._fullSize ._offset3 {
  margin-left: 410px !important;
}
.-form._fullSize ._offset4 {
  margin-left: 545px !important;
}
.-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 18px;
  padding: 4px 0;
  text-align: right;
}
.-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;
}
._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;
}
.-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 .-iconLabel,
._small .-txtLabel {
  font-size: 11px;
}
.-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 {
  margin-left: 33px !important;
}
._withDownArr {
  position: relative;
  padding-right: 20px;
}
._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;
}
.-wideMoreButton {
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  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;
}
.-dropdown {
  position: relative;
}
.-dropdown.open > .-dropdownList,
.-dropdown.open > .-dropdownSubList {
  display: block;
}
.-dropdownList li.-dropdown.open > a {
  background: #d8d8d8;
  position: relative;
  padding-right: 20px;
}
.-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;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  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: #d8d8d8;
  color: #000;
}
.-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;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  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: #d8d8d8;
  color: #000;
}
.-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 30px;
}
.-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: 7px;
  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;
  background: #ccc;
}
.-pageBlockSwitched .-headerPageBlock {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 0 none !important;
  background: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 42px;
}
.-pageBlockSwitched h3 {
  -webkit-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  font-size: 17px;
  line-height: 20px;
  width: 50%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  float: none !important;
  display: block !important;
  position: absolute !important;
  z-index: 1;
  background: #e0e0e0;
  border: 1px solid #d8d8d8;
  border-bottom: 0 none;
  text-shadow: 0 1px 0 #fff !important;
  text-align: center;
  padding: 7px 0 !important;
  color: #666 !important;
  cursor: pointer;
}
.-pageBlockSwitched h3.-leftElement {
  -webkit-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  border-right: 0 none;
  -moz-border-radius: 7px 0 0 0;
  -webkit-border-radius: 7px 0 0 0;
  border-radius: 7px 0 0 0;
}
.-pageBlockSwitched h3.-rightElement {
  -webkit-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.15);
  border-left: 0 none;
  -moz-border-radius: 0 7px 0 0;
  -webkit-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
  left: auto;
  right: 0;
}
.-pageBlockSwitched h3:hover {
  background: #e8e8e8;
  color: #333 !important;
}
.-pageBlockSwitched h3.active {
  background: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  border-left: 1px solid #d8d8d8 !important;
  border-right: 1px solid #d8d8d8 !important;
  padding: 12px 0 9px 0 !important;
  text-shadow: none;
  color: #333 !important;
  z-index: 2;
  cursor: default;
}
.-pageBlockSwitched h3.-headerLinked {
  padding: 0 !important;
}
.-pageBlockSwitched h3.-headerLinked a {
  display: block;
  padding: 7px 0;
  color: #666 !important;
  text-shadow: 0 1px 0 #fff;
}
.-pageBlockSwitched h3.-headerLinked:hover {
  color: #333 !important;
}
.-pageBlockSwitched h3.-headerLinked.active a {
  padding: 12px 0 9px 0 !important;
}
.-pageBlockSwitched .-pageBlockContent {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: 0 none;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  padding: 9px;
}
.-modalContent._innerPad .-pageBlockSwitched {
  margin: 0 -5px -5px;
}
.-modalContent._innerPad .-pageBlockSwitched .-pageBlockContent {
  margin-left: 0;
}
.-helpItemsContainer {
  padding-left: 20px;
}
.-helpItemsContainer h1 {
  font-size: 18px;
  padding-bottom: 20px;
}
.-helpItemsContainer h2 {
  font-size: 16px;
  border-bottom: 1px dotted;
  clear: both;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.-helpItemsContainer p {
  padding-bottom: 10px;
  clear: both;
  display: none;
}
.-helpItemsContainer .-helpColumn {
  padding-right: 20px;
}
.-helpItemsContainer .-helpRightColumn {
  padding-top: 38px;
}
.-mirrorItemWrapper {
  width: 979px;
  overflow: hidden;
  display: block;
}
.-mirrorItemWrapper > div {
  float: left;
  display: inline;
  margin-right: 11px;
  margin-bottom: 10px;
}
.-mirrorItemWrapper > div img {
  border: 1px solid #DBDBDB;
}
.-mirrorItem {
  position: relative;
}
.-mirrorItem .delIcon {
  position: absolute;
  bottom: 8px;
  right: 0;
}
._icon-rating:before,
._icon-rating .before {
  background: url('/static/less-elems/img/main-sprite.png') 0 0 no-repeat;
}
._icon-rating > .-icon,
._icon-rating.-icon {
  background: url('/static/less-elems/img/main-sprite.png') 0 0 no-repeat;
}
._icon-rating > .-icon:before,
._icon-rating.-icon:before,
._icon-rating > .-icon .before,
._icon-rating.-icon .before {
  display: none !important;
}
._icon-favorits:before,
._icon-favorits .before {
  background: url('/static/less-elems/img/main-sprite.png') -60px 0 no-repeat;
}
._icon-favorits > .-icon,
._icon-favorits.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -60px 0 no-repeat;
}
._icon-favorits > .-icon:before,
._icon-favorits.-icon:before,
._icon-favorits > .-icon .before,
._icon-favorits.-icon .before {
  display: none !important;
}
._icon-attach:before,
._icon-attach .before {
  background: url('/static/less-elems/img/main-sprite.png') -160px -80px no-repeat;
}
._icon-attach > .-icon,
._icon-attach.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -160px -80px no-repeat;
}
._icon-attach > .-icon:before,
._icon-attach.-icon:before,
._icon-attach > .-icon .before,
._icon-attach.-icon .before {
  display: none !important;
}
._icon-remove:before,
._icon-remove .before {
  background: url('/static/less-elems/img/main-sprite.png') -220px 0 no-repeat;
}
._icon-remove > .-icon,
._icon-remove.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -220px 0 no-repeat;
}
._icon-remove > .-icon:before,
._icon-remove.-icon:before,
._icon-remove > .-icon .before,
._icon-remove.-icon .before {
  display: none !important;
}
._icon-add:before,
._icon-add .before {
  background: url('/static/less-elems/img/main-sprite.png') 0 -120px no-repeat;
}
._icon-add > .-icon,
._icon-add.-icon {
  background: url('/static/less-elems/img/main-sprite.png') 0 -120px no-repeat;
}
._icon-add > .-icon:before,
._icon-add.-icon:before,
._icon-add > .-icon .before,
._icon-add.-icon .before {
  display: none !important;
}
._icon-blockPost:before,
._icon-blockPost .before {
  background: url('/static/less-elems/img/main-sprite.png') -180px 0 no-repeat;
}
._icon-blockPost > .-icon,
._icon-blockPost.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -180px 0 no-repeat;
}
._icon-blockPost > .-icon:before,
._icon-blockPost.-icon:before,
._icon-blockPost > .-icon .before,
._icon-blockPost.-icon .before {
  display: none !important;
}
._icon-brand:before,
._icon-brand .before {
  background: url('/static/less-elems/img/main-sprite.png') -240px -100px no-repeat;
}
._icon-brand > .-icon,
._icon-brand.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -240px -100px no-repeat;
}
._icon-brand > .-icon:before,
._icon-brand.-icon:before,
._icon-brand > .-icon .before,
._icon-brand.-icon .before {
  display: none !important;
}
._icon-club:before,
._icon-club .before {
  background: url('/static/less-elems/img/main-sprite.png') -180px -60px no-repeat;
}
._icon-club > .-icon,
._icon-club.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -180px -60px no-repeat;
}
._icon-club > .-icon:before,
._icon-club.-icon:before,
._icon-club > .-icon .before,
._icon-club.-icon .before {
  display: none !important;
}
._icon-photoAlbum:before,
._icon-photoAlbum .before {
  background: url('/static/less-elems/img/main-sprite.png') -100px -20px no-repeat;
}
._icon-photoAlbum > .-icon,
._icon-photoAlbum.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -100px -20px no-repeat;
}
._icon-photoAlbum > .-icon:before,
._icon-photoAlbum.-icon:before,
._icon-photoAlbum > .-icon .before,
._icon-photoAlbum.-icon .before {
  display: none !important;
}
._icon-playlist:before,
._icon-playlist .before {
  background: url('/static/less-elems/img/main-sprite.png') -180px -20px no-repeat;
}
._icon-playlist > .-icon,
._icon-playlist.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -180px -20px no-repeat;
}
._icon-playlist > .-icon:before,
._icon-playlist.-icon:before,
._icon-playlist > .-icon .before,
._icon-playlist.-icon .before {
  display: none !important;
}
._icon-videoCollection:before,
._icon-videoCollection .before {
  background: url('/static/less-elems/img/main-sprite.png') -160px -20px no-repeat;
}
._icon-videoCollection > .-icon,
._icon-videoCollection.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -160px -20px no-repeat;
}
._icon-videoCollection > .-icon:before,
._icon-videoCollection.-icon:before,
._icon-videoCollection > .-icon .before,
._icon-videoCollection.-icon .before {
  display: none !important;
}
._icon-folder:before,
._icon-folder .before {
  background: url('/static/less-elems/img/main-sprite.png') -200px -20px no-repeat;
}
._icon-folder > .-icon,
._icon-folder.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -200px -20px no-repeat;
}
._icon-folder > .-icon:before,
._icon-folder.-icon:before,
._icon-folder > .-icon .before,
._icon-folder.-icon .before {
  display: none !important;
}
._icon-news:before,
._icon-news .before {
  background: url('/static/less-elems/img/main-sprite.png') -240px -40px no-repeat;
}
._icon-news > .-icon,
._icon-news.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -240px -40px no-repeat;
}
._icon-news > .-icon:before,
._icon-news.-icon:before,
._icon-news > .-icon .before,
._icon-news.-icon .before {
  display: none !important;
}
._icon-link:before,
._icon-link .before {
  background: url('/static/less-elems/img/main-sprite.png') -180px -80px no-repeat;
}
._icon-link > .-icon,
._icon-link.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -180px -80px no-repeat;
}
._icon-link > .-icon:before,
._icon-link.-icon:before,
._icon-link > .-icon .before,
._icon-link.-icon .before {
  display: none !important;
}
._icon-info:before,
._icon-info .before {
  background: url('/static/less-elems/img/main-sprite.png') -80px -120px no-repeat;
}
._icon-info > .-icon,
._icon-info.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -80px -120px no-repeat;
}
._icon-info > .-icon:before,
._icon-info.-icon:before,
._icon-info > .-icon .before,
._icon-info.-icon .before {
  display: none !important;
}
._icon-edit:before,
._icon-edit .before {
  background: url('/static/less-elems/img/main-sprite.png') -20px 0 no-repeat;
}
._icon-edit > .-icon,
._icon-edit.-icon {
  background: url('/static/less-elems/img/main-sprite.png') -20px 0 no-repeat;
}
._icon-edit > .-icon:before,
._icon-edit.-icon:before,
._icon-edit > .-icon .before,
._icon-edit.-icon .before {
  display: none !important;
}
body._scrollModal {
  overflow: hidden !important;
}
body._scrollModal .-modalWrapper {
  position: relative;
}
body._scrollModal .-modalWindow {
  position: relative;
}
body._scrollModal .-modalBlock {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
}
.-modalLeft,
.-modalRight {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 200;
  *cursor: hand;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  zoom: 1;
  background-attachment: fixed;
}
.-modalLeft:before,
.-modalRight:before,
.-modalLeft .before,
.-modalRight .before {
  content: '';
  display: block;
  overflow: hidden;
  position: fixed;
  zoom: 1;
  z-index: 300;
  top: 100px;
  left: 50px;
  width: 21px;
  height: 31px;
  background: url('/static/less-elems/img/arrors.png') 0 0 no-repeat;
}
.-modalLeft:hover,
.-modalRight:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.-modalRight {
  left: auto;
  right: 0;
  z-index: 200;
}
.-modalRight:before,
.-modalRight .before {
  left: auto;
  right: 72px;
  background-position: -22px 0;
}
.-modalBlock {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  background: url('/static/less-elems/img/bg-lightbox.png');
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
}
.-modalBlock._hasArrows .-modalLeft,
.-modalBlock._hasArrows .-modalRight {
  display: block;
}
.-modalWrapper {
  position: fixed;
  padding: 50px 0;
  overflow: hidden;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-modalWindow {
  position: fixed;
  overflow: hidden;
  z-index: 500;
  top: 0;
  left: 50%;
  margin-left: -355px;
  width: 710px;
  background: #fff;
  -moz-box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.2);
  -webkit-box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.-modalHeader {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 20px;
}
.-modalHeader [class^="-col"] {
  height: 20px;
}
.-modalHeader a {
  color: #333;
}
.-modalSubHeader {
  font-size: 17px;
  font-weight: normal;
  margin: 10px 0;
}
.-modalContent {
  margin: 10px;
}
.-modalContent._innerPad {
  padding: 20px;
}
.-modalFooter {
  padding: 10px;
  border-top: 1px solid #f0f0f0;
}
.-modalBlock ._themeColor .-titleModal- {
  font-size: 19px;
  width: 549px;
  color: #fff;
}
.-modalBlock ._themeColor .-titleModal-:after,
.-modalBlock ._themeColor .-titleModal- .after {
  display: none;
}
.-modalBlock ._themeColor .-counterModal- {
  display: none;
}
.-modalBlock ._themeColor .-closeModal- {
  width: 126px;
}
.-modalBlock ._themeColor .-modalHeader {
  padding-bottom: 0;
  border: 0 none;
}
.-modalBlock ._themeColor .-modalHeader a {
  color: #fff;
}
.-modalBlock ._themeColor .-modalFooter {
  border-top: 0 none;
  padding-top: 0;
}
.-modalBlock ._themeColor .-modalContent {
  background: #fff;
}
.-loginSocialButtons {
  padding: 15px;
  background: #eee;
}
.-modalMedia- .-centered {
  height: 400px;
  width: 690px;
  max-width: 650px;
}
.-modalContentHeader {
  font-size: 19px;
  margin-bottom: 10px;
}
.-modalWindow .-albumsSelectorArea .spinner_mask {
  margin: 20px 5px 5px;
}
.-modalWindow .musicItemWrapper {
  width: 530px;
}
.-modalWindow.-withLeftMenu {
  background: #FFF url('/static/less-elems/img/modal-background.png') repeat-y;
  margin-left: -500px;
}
.-modalWindow.-withLeftMenu .-iconLabel {
  width: 116px;
}
.-avatarName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.-avatarName a {
  position: relative;
  line-height: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 32px;
  white-space: nowrap;
}
.-avatarName img {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
}
.-avatarName .-smallInfo {
  display: block;
  margin-left: 32px;
}
a.-avatarName {
  line-height: 20px;
  padding: 0 0 0 32px;
}
.-avatarName._simple {
  line-height: 20px;
  padding: 0 0 0 32px;
}
.-avatarName._simple img {
  top: -1px;
}
.-avatarName._simple._inline {
  line-height: 25px;
}
.-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;
}
.-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;
}
.-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;
}
.-form-control {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
}
.-form-control:before {
  display: table;
  line-height: 0;
  content: "";
}
.-form-control:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-form-control .cellTitle,
.-form-control .cellInput,
.-form-control .cellInfo {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2%;
  *margin-left: 2%;
}
.-form-control .cellTitle {
  margin-left: 0%;
  *margin-left: 0%;
  width: 26%;
  *width: 26%;
  max-width: 180px;
}
.-form-control .cellInput {
  width: 68%;
  *width: 68%;
}
.-form-control .cellInfo {
  display: none;
}
.-form-control._vertical .cellTitle {
  font-size: 11px;
  width: 100%;
  *width: 100%;
}
.-form-control._vertical .cellInput {
  width: 100%;
  *width: 100%;
}
.-form-control._vertical .cellInfo {
  width: 100%;
  *width: 100%;
}
.-form-control._with-info .cellInput {
  width: 50%;
  *width: 50%;
}
.-form-control._with-info .cellInfo {
  width: 16%;
  *width: 16%;
}
.-form-control._only-title .cellInput {
  width: auto;
  *width: auto;
}
.-form-control._only-title .cellInfo {
  display: block;
  width: auto;
  *width: auto;
}
.-form-control .dateSelector .cellInput {
  width: 70px;
}
.resumeBlockCell {
  *zoom: 1;
}
.resumeBlockCell:before {
  display: table;
  line-height: 0;
  content: "";
}
.resumeBlockCell:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-topPanel {
  height: 32px;
  width: 100%;
  background: #e7e7e7;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e7e7e7));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: -o-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: linear-gradient(top, #f6f6f6, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f6f6f6 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#f6f6f6, EndColorStr=#e7e7e7, GradientType=0);
  filter: none\9;
  position: relative;
  z-index: 2;
  line-height: 1em;
  -webkit-box-shadow: 0 -1px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 2px 2px rgba(0, 0, 0, 0.3);
}
.-topPanel .-countCloud {
  left: -3px;
  margin-top: -3px;
}
.-topPanelSearch {
  padding: 4px 0;
}
.-topPanelLinks .-avatarName {
  font-size: 11px;
  color: #666;
  margin: 6px 0;
}
.-topPanelLinks .-avatarName img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: -2px !important;
}
.-topPanelNav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 6px 0 !important;
  vertical-align: top;
}
.-topPanelNav > li {
  padding: 0 8px !important;
  border-right: 1px solid #ccc;
  border-left: 1px solid #fff;
}
.-topPanelNav > li:first-child {
  border-left: 0 none;
}
.-topPanelNav > li:last-child {
  border-right: 0 none;
  padding-right: 0 !important;
}
.-topPanelNav > li:last-child ._withDownArr {
  padding-right: 10px;
}
.-topPanelNav > li:last-child ._withDownArr:after {
  right: 0;
  border-width: 4px;
  border-bottom-width: 0;
}
.-topPanelNav > li > a {
  color: #666;
  font-size: 11px;
  line-height: 20px;
  position: relative;
}
.-topPanel ._icon-top-search:before,
.-topPanel ._icon-top-search .before {
  background: url('/static/less-elems/img/top-panel-sprite.png') 0 0 no-repeat;
}
.-topPanel ._icon-top-search > .-icon,
.-topPanel ._icon-top-search.-icon {
  background: url('/static/less-elems/img/top-panel-sprite.png') 0 0 no-repeat;
}
.-topPanel ._icon-top-search > .-icon:before,
.-topPanel ._icon-top-search.-icon:before,
.-topPanel ._icon-top-search > .-icon .before,
.-topPanel ._icon-top-search.-icon .before {
  display: none !important;
}
.-topPanel ._icon-rating:before,
.-topPanel ._icon-rating .before {
  background: url('/static/less-elems/img/top-panel-sprite.png') -200px 0 no-repeat;
}
.-topPanel ._icon-rating > .-icon,
.-topPanel ._icon-rating.-icon {
  background: url('/static/less-elems/img/top-panel-sprite.png') -200px 0 no-repeat;
}
.-topPanel ._icon-rating > .-icon:before,
.-topPanel ._icon-rating.-icon:before,
.-topPanel ._icon-rating > .-icon .before,
.-topPanel ._icon-rating.-icon .before {
  display: none !important;
}
.-topPanel ._icon-play:before,
.-topPanel ._icon-play .before {
  background: url('/static/less-elems/img/top-panel-sprite.png') -120px 0 no-repeat;
}
.-topPanel ._icon-play > .-icon,
.-topPanel ._icon-play.-icon {
  background: url('/static/less-elems/img/top-panel-sprite.png') -120px 0 no-repeat;
}
.-topPanel ._icon-play > .-icon:before,
.-topPanel ._icon-play.-icon:before,
.-topPanel ._icon-play > .-icon .before,
.-topPanel ._icon-play.-icon .before {
  display: none !important;
}
.-topPanel ._icon-pause:before,
.-topPanel ._icon-pause .before {
  background: url('/static/less-elems/img/top-panel-sprite.png') -100px 0 no-repeat;
}
.-topPanel ._icon-pause > .-icon,
.-topPanel ._icon-pause.-icon {
  background: url('/static/less-elems/img/top-panel-sprite.png') -100px 0 no-repeat;
}
.-topPanel ._icon-pause > .-icon:before,
.-topPanel ._icon-pause.-icon:before,
.-topPanel ._icon-pause > .-icon .before,
.-topPanel ._icon-pause.-icon .before {
  display: none !important;
}
.-topPanel ._icon-message:before,
.-topPanel ._icon-message .before {
  background: url('/static/less-elems/img/top-panel-sprite.png') -180px 0 no-repeat;
}
.-topPanel ._icon-message > .-icon,
.-topPanel ._icon-message.-icon {
  background: url('/static/less-elems/img/top-panel-sprite.png') -180px 0 no-repeat;
}
.-topPanel ._icon-message > .-icon:before,
.-topPanel ._icon-message.-icon:before,
.-topPanel ._icon-message > .-icon .before,
.-topPanel ._icon-message.-icon .before {
  display: none !important;
}
.-topPanel ._icon-addContent:before,
.-topPanel ._icon-addContent .before {
  background: url('/static/less-elems/img/top-panel-sprite.png') -160px 0 no-repeat;
}
.-topPanel ._icon-addContent > .-icon,
.-topPanel ._icon-addContent.-icon {
  background: url('/static/less-elems/img/top-panel-sprite.png') -160px 0 no-repeat;
}
.-topPanel ._icon-addContent > .-icon:before,
.-topPanel ._icon-addContent.-icon:before,
.-topPanel ._icon-addContent > .-icon .before,
.-topPanel ._icon-addContent.-icon .before {
  display: none !important;
}
.-topPanel ._icon-settings:before,
.-topPanel ._icon-settings .before {
  background: url('/static/less-elems/img/top-panel-sprite.png') -140px 0 no-repeat;
}
.-topPanel ._icon-settings > .-icon,
.-topPanel ._icon-settings.-icon {
  background: url('/static/less-elems/img/top-panel-sprite.png') -140px 0 no-repeat;
}
.-topPanel ._icon-settings > .-icon:before,
.-topPanel ._icon-settings.-icon:before,
.-topPanel ._icon-settings > .-icon .before,
.-topPanel ._icon-settings.-icon .before {
  display: none !important;
}
.-topPanel ._icon-logout:before,
.-topPanel ._icon-logout .before {
  background: url('/static/less-elems/img/top-panel-sprite.png') -20px 0 no-repeat;
}
.-topPanel ._icon-logout > .-icon,
.-topPanel ._icon-logout.-icon {
  background: url('/static/less-elems/img/top-panel-sprite.png') -20px 0 no-repeat;
}
.-topPanel ._icon-logout > .-icon:before,
.-topPanel ._icon-logout.-icon:before,
.-topPanel ._icon-logout > .-icon .before,
.-topPanel ._icon-logout.-icon .before {
  display: none !important;
}
.-topPanel ._icon-flag-ru:before,
.-topPanel ._icon-flag-ru .before {
  background: url('/static/less-elems/img/flags-sprite.png') 0 0 no-repeat;
}
.-topPanel ._icon-flag-ru > .-icon,
.-topPanel ._icon-flag-ru.-icon {
  background: url('/static/less-elems/img/flags-sprite.png') 0 0 no-repeat;
}
.-topPanel ._icon-flag-ru > .-icon:before,
.-topPanel ._icon-flag-ru.-icon:before,
.-topPanel ._icon-flag-ru > .-icon .before,
.-topPanel ._icon-flag-ru.-icon .before {
  display: none !important;
}
.-topPanel ._icon-flag-en:before,
.-topPanel ._icon-flag-en .before {
  background: url('/static/less-elems/img/flags-sprite.png') -20px 0 no-repeat;
}
.-topPanel ._icon-flag-en > .-icon,
.-topPanel ._icon-flag-en.-icon {
  background: url('/static/less-elems/img/flags-sprite.png') -20px 0 no-repeat;
}
.-topPanel ._icon-flag-en > .-icon:before,
.-topPanel ._icon-flag-en.-icon:before,
.-topPanel ._icon-flag-en > .-icon .before,
.-topPanel ._icon-flag-en.-icon .before {
  display: none !important;
}
.-topPanel ._icon-blog:before,
.-topPanel ._icon-blog .before {
  background: url('/static/less-elems/img/add-sprite.png') 0 0 no-repeat;
}
.-topPanel ._icon-blog > .-icon,
.-topPanel ._icon-blog.-icon {
  background: url('/static/less-elems/img/add-sprite.png') 0 0 no-repeat;
}
.-topPanel ._icon-blog > .-icon:before,
.-topPanel ._icon-blog.-icon:before,
.-topPanel ._icon-blog > .-icon .before,
.-topPanel ._icon-blog.-icon .before {
  display: none !important;
}
.-topPanel ._icon-brand:before,
.-topPanel ._icon-brand .before {
  background: url('/static/less-elems/img/add-sprite.png') -20px 0 no-repeat;
}
.-topPanel ._icon-brand > .-icon,
.-topPanel ._icon-brand.-icon {
  background: url('/static/less-elems/img/add-sprite.png') -20px 0 no-repeat;
}
.-topPanel ._icon-brand > .-icon:before,
.-topPanel ._icon-brand.-icon:before,
.-topPanel ._icon-brand > .-icon .before,
.-topPanel ._icon-brand.-icon .before {
  display: none !important;
}
.-topPanel ._icon-group:before,
.-topPanel ._icon-group .before {
  background: url('/static/less-elems/img/add-sprite.png') -40px 0 no-repeat;
}
.-topPanel ._icon-group > .-icon,
.-topPanel ._icon-group.-icon {
  background: url('/static/less-elems/img/add-sprite.png') -40px 0 no-repeat;
}
.-topPanel ._icon-group > .-icon:before,
.-topPanel ._icon-group.-icon:before,
.-topPanel ._icon-group > .-icon .before,
.-topPanel ._icon-group.-icon .before {
  display: none !important;
}
.-topPanel ._icon-photo:before,
.-topPanel ._icon-photo .before {
  background: url('/static/less-elems/img/add-sprite.png') -60px 0 no-repeat;
}
.-topPanel ._icon-photo > .-icon,
.-topPanel ._icon-photo.-icon {
  background: url('/static/less-elems/img/add-sprite.png') -60px 0 no-repeat;
}
.-topPanel ._icon-photo > .-icon:before,
.-topPanel ._icon-photo.-icon:before,
.-topPanel ._icon-photo > .-icon .before,
.-topPanel ._icon-photo.-icon .before {
  display: none !important;
}
.-topPanel ._icon-music:before,
.-topPanel ._icon-music .before {
  background: url('/static/less-elems/img/add-sprite.png') -80px 0 no-repeat;
}
.-topPanel ._icon-music > .-icon,
.-topPanel ._icon-music.-icon {
  background: url('/static/less-elems/img/add-sprite.png') -80px 0 no-repeat;
}
.-topPanel ._icon-music > .-icon:before,
.-topPanel ._icon-music.-icon:before,
.-topPanel ._icon-music > .-icon .before,
.-topPanel ._icon-music.-icon .before {
  display: none !important;
}
.-topPanel ._icon-video:before,
.-topPanel ._icon-video .before {
  background: url('/static/less-elems/img/add-sprite.png') -100px 0 no-repeat;
}
.-topPanel ._icon-video > .-icon,
.-topPanel ._icon-video.-icon {
  background: url('/static/less-elems/img/add-sprite.png') -100px 0 no-repeat;
}
.-topPanel ._icon-video > .-icon:before,
.-topPanel ._icon-video.-icon:before,
.-topPanel ._icon-video > .-icon .before,
.-topPanel ._icon-video.-icon .before {
  display: none !important;
}
.-topPanel ._icon-folder:before,
.-topPanel ._icon-folder .before {
  background: url('/static/less-elems/img/add-sprite.png') -120px 0 no-repeat;
}
.-topPanel ._icon-folder > .-icon,
.-topPanel ._icon-folder.-icon {
  background: url('/static/less-elems/img/add-sprite.png') -120px 0 no-repeat;
}
.-topPanel ._icon-folder > .-icon:before,
.-topPanel ._icon-folder.-icon:before,
.-topPanel ._icon-folder > .-icon .before,
.-topPanel ._icon-folder.-icon .before {
  display: none !important;
}
header {
  height: 50px;
}
.-headerContent {
  background: #336699;
}
.-headerContent .-avatarName {
  float: left;
  display: inline;
  margin: 10px 15px;
  height: 33px;
}
.-headerContent .-avatarName a {
  padding-left: 37px;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}
.-headerContent .-avatarName img {
  width: 30px;
  height: 30px;
}
.-headerContent .-avatarName .-smallInfo {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  left: 0;
  top: 21px;
  margin: 0 0 0 37px;
  color: #fff;
}
.-headerContent .-userRating {
  float: left;
  display: inline;
  margin: 10px 10px 0 0;
}
.-headerContent .-iconLabel {
  color: #fff;
}
.-personalControls {
  float: left;
  display: inline;
  margin: 6px 0 0;
}
.-personalConnect {
  float: right;
  display: inline;
  margin: 6px 6px 0;
}
.-personalButton,
.-personalButtonArrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background: url('/static/less-elems/img/person-control-buttons2.png') -40px 0 no-repeat !important;
  width: 29px;
  height: 26px;
  position: relative;
}
.-personalButton:before,
.-personalButtonArrow:before,
.-personalButton .before,
.-personalButtonArrow .before {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.-personalButton:hover,
.-personalButtonArrow:hover {
  background-position: -40px -26px !important;
}
.-personalButton:active,
.-personalButtonArrow:active {
  background-position: -40px -52px !important;
}
.-personalButton.disabled,
.-personalButtonArrow.disabled {
  background-position: -40px -78px !important;
}
.-personalButtonArrow {
  width: 40px;
  background-position: 0 0 !important;
}
.-personalButtonArrow:before,
.-personalButtonArrow .before {
  left: 12px;
}
.-personalButtonArrow:hover {
  background-position: 0 -26px !important;
}
.-personalButtonArrow:active {
  background-position: 0 -52px !important;
}
.-personalButtonArrow.disabled {
  background-position: 0 -78px !important;
}
.-pageNavigation {
  clear: both;
  display: block;
}
.-pageNavigation .-mainNavigation {
  padding-left: 7px;
  *zoom: 1;
}
.-pageNavigation .-mainNavigation:before {
  display: table;
  line-height: 0;
  content: "";
}
.-pageNavigation .-mainNavigation:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-pageNavigation .-mainNavigation a,
.-pageNavigation .-mainNavigation span {
  float: left;
  display: inline;
  position: relative;
  color: #fff;
  padding: 3px 7px 2px;
  line-height: 20px;
  margin-left: 1px;
  font-size: 15px;
  background: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
}
.-pageNavigation .-mainNavigation a.active,
.-pageNavigation .-mainNavigation span.active {
  background: #fff !important;
  margin: 0 7px;
  color: #333;
}
.-pageNavigation .-mainNavigation a.active._haveSubMenu,
.-pageNavigation .-mainNavigation span.active._haveSubMenu {
  background: #e6e6e6 !important;
  color: #333;
}
.-pageNavigation .-mainNavigation a._hideUnactive,
.-pageNavigation .-mainNavigation span._hideUnactive {
  display: none;
}
.-pageNavigation .-mainNavigation a._hideUnactive.active,
.-pageNavigation .-mainNavigation span._hideUnactive.active {
  display: inline;
}
.-pageNavigation .-mainNavigation a.disabled,
.-pageNavigation .-mainNavigation span.disabled,
.-pageNavigation .-mainNavigation a .inactive,
.-pageNavigation .-mainNavigation span .inactive {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.-pageNavigation .-mainNavigation a.disabled:hover,
.-pageNavigation .-mainNavigation span.disabled:hover,
.-pageNavigation .-mainNavigation a .inactive:hover,
.-pageNavigation .-mainNavigation span .inactive:hover {
  background: none !important;
  cursor: default;
}
.-pageNavigation .-mainNavigation a:hover {
  background: #8cb2d9;
}
.-pageNavigation ._dynamic a,
.-pageNavigation ._dynamic span {
  margin: 0 0 0 7px !important;
}
.-subNavigation {
  clear: both;
  background: #e6e6e6;
  padding: 4px 10px;
  *zoom: 1;
  border: 1px solid #d8d8d8;
  border-top: 0 none;
  border-bottom-color: #b7b7b7;
}
.-subNavigation:before {
  display: table;
  line-height: 0;
  content: "";
}
.-subNavigation:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-subNavigation a,
.-subNavigation span {
  float: left;
  display: inline;
  color: #333;
  background: none;
  line-height: 19px;
  height: 19px;
  font-size: 13px;
  margin: 0 5px;
  padding: 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.-subNavigation a.active,
.-subNavigation span.active {
  background: #336699 !important;
  color: #fff;
  text-decoration: none;
}
.-subNavigation a.disabled,
.-subNavigation span.disabled,
.-subNavigation a.inactive,
.-subNavigation span.inactive {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.-subNavigation a.disabled:hover,
.-subNavigation span.disabled:hover,
.-subNavigation a.inactive:hover,
.-subNavigation span.inactive:hover {
  background: none !important;
  cursor: default;
}
.-subNavigation a:hover {
  background: #8cb2d9;
  color: #333;
}
.-headerContent ._icon-rating:before,
.-headerContent ._icon-rating .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') 0 0 no-repeat;
}
.-headerContent ._icon-rating > .-icon,
.-headerContent ._icon-rating.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') 0 0 no-repeat;
}
.-headerContent ._icon-rating > .-icon:before,
.-headerContent ._icon-rating.-icon:before,
.-headerContent ._icon-rating > .-icon .before,
.-headerContent ._icon-rating.-icon .before {
  display: none !important;
}
.-headerContent ._icon-removeFriend:before,
.-headerContent ._icon-removeFriend .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -60px 0 no-repeat;
}
.-headerContent ._icon-removeFriend > .-icon,
.-headerContent ._icon-removeFriend.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -60px 0 no-repeat;
}
.-headerContent ._icon-removeFriend > .-icon:before,
.-headerContent ._icon-removeFriend.-icon:before,
.-headerContent ._icon-removeFriend > .-icon .before,
.-headerContent ._icon-removeFriend.-icon .before {
  display: none !important;
}
.-headerContent ._icon-addFriend:before,
.-headerContent ._icon-addFriend .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -40px 0 no-repeat;
}
.-headerContent ._icon-addFriend > .-icon,
.-headerContent ._icon-addFriend.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -40px 0 no-repeat;
}
.-headerContent ._icon-addFriend > .-icon:before,
.-headerContent ._icon-addFriend.-icon:before,
.-headerContent ._icon-addFriend > .-icon .before,
.-headerContent ._icon-addFriend.-icon .before {
  display: none !important;
}
.-headerContent ._icon-settings:before,
.-headerContent ._icon-settings .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -160px 0 no-repeat;
}
.-headerContent ._icon-settings > .-icon,
.-headerContent ._icon-settings.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -160px 0 no-repeat;
}
.-headerContent ._icon-settings > .-icon:before,
.-headerContent ._icon-settings.-icon:before,
.-headerContent ._icon-settings > .-icon .before,
.-headerContent ._icon-settings.-icon .before {
  display: none !important;
}
.-headerContent ._icon-groupSettings:before,
.-headerContent ._icon-groupSettings .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -160px 0 no-repeat;
}
.-headerContent ._icon-groupSettings > .-icon,
.-headerContent ._icon-groupSettings.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -160px 0 no-repeat;
}
.-headerContent ._icon-groupSettings > .-icon:before,
.-headerContent ._icon-groupSettings.-icon:before,
.-headerContent ._icon-groupSettings > .-icon .before,
.-headerContent ._icon-groupSettings.-icon .before {
  display: none !important;
}
.-headerContent ._icon-mail:before,
.-headerContent ._icon-mail .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -20px 0 no-repeat;
}
.-headerContent ._icon-mail > .-icon,
.-headerContent ._icon-mail.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -20px 0 no-repeat;
}
.-headerContent ._icon-mail > .-icon:before,
.-headerContent ._icon-mail.-icon:before,
.-headerContent ._icon-mail > .-icon .before,
.-headerContent ._icon-mail.-icon .before {
  display: none !important;
}
.-headerContent ._icon-call:before,
.-headerContent ._icon-call .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -300px 0 no-repeat;
}
.-headerContent ._icon-call > .-icon,
.-headerContent ._icon-call.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -300px 0 no-repeat;
}
.-headerContent ._icon-call > .-icon:before,
.-headerContent ._icon-call.-icon:before,
.-headerContent ._icon-call > .-icon .before,
.-headerContent ._icon-call.-icon .before {
  display: none !important;
}
.-headerContent ._icon-removeMember:before,
.-headerContent ._icon-removeMember .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -120px 0 no-repeat;
}
.-headerContent ._icon-removeMember > .-icon,
.-headerContent ._icon-removeMember.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -120px 0 no-repeat;
}
.-headerContent ._icon-removeMember > .-icon:before,
.-headerContent ._icon-removeMember.-icon:before,
.-headerContent ._icon-removeMember > .-icon .before,
.-headerContent ._icon-removeMember.-icon .before {
  display: none !important;
}
.-headerContent ._icon-removeMember:before,
.-headerContent ._icon-removeMember .before {
  width: 23px;
  left: 10px;
}
.-headerContent ._icon-addMember:before,
.-headerContent ._icon-addMember .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -80px 0 no-repeat;
}
.-headerContent ._icon-addMember > .-icon,
.-headerContent ._icon-addMember.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -80px 0 no-repeat;
}
.-headerContent ._icon-addMember > .-icon:before,
.-headerContent ._icon-addMember.-icon:before,
.-headerContent ._icon-addMember > .-icon .before,
.-headerContent ._icon-addMember.-icon .before {
  display: none !important;
}
.-headerContent ._icon-addMember:before,
.-headerContent ._icon-addMember .before {
  width: 23px;
  left: 10px;
}
.-headerContent ._icon-inviteToGroup:before,
.-headerContent ._icon-inviteToGroup .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -80px 0 no-repeat;
}
.-headerContent ._icon-inviteToGroup > .-icon,
.-headerContent ._icon-inviteToGroup.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -80px 0 no-repeat;
}
.-headerContent ._icon-inviteToGroup > .-icon:before,
.-headerContent ._icon-inviteToGroup.-icon:before,
.-headerContent ._icon-inviteToGroup > .-icon .before,
.-headerContent ._icon-inviteToGroup.-icon .before {
  display: none !important;
}
.-headerContent ._icon-inviteToGroup:before,
.-headerContent ._icon-inviteToGroup .before {
  width: 23px;
}
.-headerContent ._icon-followBrand:before,
.-headerContent ._icon-followBrand .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -220px 0 no-repeat;
}
.-headerContent ._icon-followBrand > .-icon,
.-headerContent ._icon-followBrand.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -220px 0 no-repeat;
}
.-headerContent ._icon-followBrand > .-icon:before,
.-headerContent ._icon-followBrand.-icon:before,
.-headerContent ._icon-followBrand > .-icon .before,
.-headerContent ._icon-followBrand.-icon .before {
  display: none !important;
}
.-headerContent ._icon-followBrand:before,
.-headerContent ._icon-followBrand .before {
  width: 22px;
  left: 11px;
}
.-headerContent ._icon-unfollowBrand:before,
.-headerContent ._icon-unfollowBrand .before {
  background: url('/static/less-elems/img/personal-sprite-2.png') -180px 0 no-repeat;
}
.-headerContent ._icon-unfollowBrand > .-icon,
.-headerContent ._icon-unfollowBrand.-icon {
  background: url('/static/less-elems/img/personal-sprite-2.png') -180px 0 no-repeat;
}
.-headerContent ._icon-unfollowBrand > .-icon:before,
.-headerContent ._icon-unfollowBrand.-icon:before,
.-headerContent ._icon-unfollowBrand > .-icon .before,
.-headerContent ._icon-unfollowBrand.-icon .before {
  display: none !important;
}
.-headerContent ._icon-unfollowBrand:before,
.-headerContent ._icon-unfollowBrand .before {
  width: 22px;
  left: 11px;
}
input.autocomplete_placeholder {
  color: #ccc;
}
.b-input_autocomplete_container {
  position: absolute;
  min-width: 150px;
  background: white;
  border: 1px solid #000;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  z-index: 999;
}
.b-input_autocomplete_container ul.list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #ffffff;
}
.b-input_autocomplete_container li.group-name {
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #a0a0a0;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 3px;
  border-top: 1px solid #ebebeb;
  margin-top: 7px;
}
.b-input_autocomplete_container li.group-name:first-child {
  border-color: white;
  padding-top: 0;
}
.b-input_autocomplete_container li.list-item {
  list-style: none;
  cursor: pointer;
  padding-left: 17px;
  padding-right: 17px;
  line-height: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.b-input_autocomplete_container li.list-item.current {
  background-color: #dce0ff;
}
.b-input_autocomplete_container li.list-item .highlight {
  background-color: #a0a0a0;
  color: white;
}
.b-input_autocomplete_container li.list-item:first-child {
  margin-top: 7px;
}
.b-input_autocomplete_container li.list-item:last-child {
  margin-bottom: 7px;
}
.b-input_autocomplete_container li.autocomplete_empty {
  padding: 17px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: #a0a0a0;
}
.b-input_autocomplete_container .additional-container {
  padding: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
  color: #a0a0a0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-input_autocomplete_container .additional-container span {
  font-weight: bold;
}
.b-input_autocomplete_container .autocomplete_loading {
  height: 42px;
}
.-dialogPreviewItem {
  background: #fff;
  padding: 15px;
  border-top: 1px solid #ebebeb;
  *zoom: 1;
  cursor: pointer;
  *cursor: hand;
}
.-dialogPreviewItem:before {
  display: table;
  line-height: 0;
  content: "";
}
.-dialogPreviewItem:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-dialogPreviewItem:last-child {
  border-bottom: 1px solid #ebebeb;
}
.-dialogPreviewItem:hover {
  background: #f7f7f7;
}
.-dialogPreviewItem.new {
  background: #ebf7fd;
}
.-dialogInfo {
  float: left;
  display: inline;
  width: 250px;
  margin-right: 20px;
}
.-dialogAvatar {
  float: left;
  display: inline;
  width: 50px;
  height: 50px;
}
.-dialogAvatar .-singleAvatar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
}
.-dialogCompanion {
  margin-left: 60px;
}
.-dialogLastMessage {
  margin-left: 270px;
}
.-dialogLastMessage .-dialogAvatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.-dialogLastMessage._withAvatar {
  padding-left: 40px;
  position: relative;
}
.-dialogMessageItem {
  padding: 10px 15px;
}
.-dialogMessageItem:hover {
  background: #f7f7f7;
}
.-dialogMessageItem:hover ._icon-remove {
  visibility: visible;
}
.-dialogMessageItem ._icon-remove {
  cursor: pointer;
  *cursor: hand;
  visibility: hidden;
}
.-dialogMessageItem .-attachedFilesPanel {
  margin-left: 32px;
}
.-unreadMessage {
  background: #f7f7f7;
}
.-dialogMessageBody {
  margin: 3px 100px 0 32px;
}
.-dialogAddForm {
  background: #f7f7f7;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.-dialogAddForm .-textInput {
  margin-left: 60px;
  width: 600px;
  display: block;
}
.-dialogAddForm .-btnFlat {
  margin: 10px 0 0 60px;
}
.-dialogAddForm .dropdownMenu {
  margin-top: 10px;
}
.-dialogAddForm .-attachedPreviewPanel {
  margin-left: 48px;
}
.-dialogAddForm .-attachedPreview {
  margin-left: 12px;
}
.-dialogCompanionSearch .-label,
.-dialogCompanionSearch .-textInput {
  float: left;
  display: inline;
  width: 465px;
}
.-dialogCompanionSearch .-label {
  font-size: 17px;
  width: 210px;
  margin-right: 15px;
  text-align: left;
}
.-dialogCompanionList {
  margin-top: 15px;
}
.companion-item {
  background: #fff;
  padding: 15px;
  border-top: 1px solid #ebebeb;
  *zoom: 1;
  cursor: pointer;
  *cursor: hand;
}
.companion-item:before {
  display: table;
  line-height: 0;
  content: "";
}
.companion-item:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.companion-item:last-child {
  border-bottom: 1px solid #ebebeb;
}
.companion-item:hover {
  background: #f7f7f7;
}
.companion-item .-dialogAvatar {
  width: 30px;
  height: 30px;
}
.companion-item .-dialogCompanion {
  line-height: 18px;
  margin: 6px 20px 6px 10px;
  float: left;
  display: inline;
  width: 210px;
}
.companion-item .-isOnline- {
  line-height: 18px;
  margin: 6px 0;
}
.-dialogCreate {
  width: 690px;
  background: #f7f7f7;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #e8e8e8;
  margin: 15px auto;
  clear: both;
}
.-dialogCreate .-btn {
  margin-top: 15px;
}
.-dialogSideOpen {
  margin: -20px -25px 0;
}
.-dialogSideOpen .opened-dialog-item {
  position: relative;
  padding: 15px 34px 15px 24px;
  background: none;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px dotted #ddd;
}
.-dialogSideOpen .opened-dialog-item.active {
  background: #fff;
}
.-dialogSideOpen .opened-dialog-item.active .-baseCloseLink {
  color: #999;
}
.-dialogSideOpen .opened-dialog-item .-dialogAvatar,
.-dialogSideOpen .opened-dialog-item .-singleAvatar {
  width: 30px;
  height: 30px;
}
.-dialogSideOpen .opened-dialog-item .-dialogCompanion {
  margin: 5px 10px 7px 40px;
  line-height: 18px;
}
.-dialogSideOpen .opened-dialog-item .-baseCloseLink {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #ccc;
}
.-dialogSideOpen .opened-dialog-item .-baseCloseLink:hover {
  color: #666;
}
.-videoPlayer {
  width: 640px;
  height: 360px;
  padding: 5px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.focus {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-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-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #72BDDF;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input > div .remove {
  color: white;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid white;
  text-decoration: none;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #f5f5f5;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: #303030;
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.focus,
.selectize-control.single .selectize-input.focus input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #61b5db;
  background-image: -moz-linear-gradient(top, #72BDDF, #48aad6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#72BDDF), to(#48aad6));
  background-image: -webkit-linear-gradient(top, #72BDDF, #48aad6);
  background-image: -o-linear-gradient(top, #72BDDF, #48aad6);
  background-image: linear-gradient(to bottom, #72BDDF, #48aad6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff72bddf', endColorstr='#ff48aad6', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #3da0cd;
  background-image: -moz-linear-gradient(top, #48aad6, #2b91c0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#48aad6), to(#2b91c0));
  background-image: -webkit-linear-gradient(top, #48aad6, #2b91c0);
  background-image: -o-linear-gradient(top, #48aad6, #2b91c0);
  background-image: linear-gradient(to bottom, #48aad6, #2b91c0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48aad6', endColorstr='#ff2b91c0', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.-fileSelectorArea {
  position: relative;
  margin: -10px 0 0 -10px;
  min-height: 40px;
  z-index: 1;
}
.-fileSelectorItem {
  background: #f0f0f0;
  width: 120px;
  height: 80px;
  overflow: hidden;
  float: left;
  display: inline;
  margin: 10px 0 0 10px;
  position: relative;
}
.-videoPreview:before,
.-videoPreview .before {
  content: '';
  background: url("/static/img/archive-sprite.png") -60px 0 no-repeat;
  display: block;
  width: 30px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -15px;
}
.-audioSelectorArea .musicListItemContainer {
  margin-bottom: 15px;
}
.-audioSelectorArea .musicListItemContainer:last-child {
  margin-bottom: 0;
}
.-audioSelectorArea .musicListItemContainer .musicTime {
  right: 0;
}
.-audioSelectorArea .musicListItemContainer .musicListItem {
  float: left;
  margin: 0 7px 0 0;
  padding-bottom: 10px;
}
.-audioSelectorArea .musicListItemContainer .-ajaxLink {
  font-size: 11px;
  margin-top: 3px;
  cursor: pointer;
  *cursor: hand;
}
.-docSelectorArea {
  position: relative;
  margin: -10px 0 0 -5px;
  z-index: 1;
}
.-docSelectorArea .archiveFilePreview {
  margin: 10px 0 0 4px;
}
.-docSelectorArea .archiveFilePreview .archiveItemTitleFog {
  width: 20px;
}
.-albumsSelectorArea {
  position: relative;
  margin: -20px 0 0 -10px;
  z-index: 1;
  min-height: 40px;
}
.-albumsSelectorArea .bump-albumItem {
  margin: 20px 0 0 10px;
}
.-albumsSelectorArea .bump-albumItem .albumTitle {
  width: 129px;
}
.-attachedPreviewPanel {
  margin: 0 0 0 -10px;
}
.-attachedPreviewPanel .musicListItem {
  margin-top: 12px;
}
.-attachedGroup {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.-attachedGroup:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none;
}
.-attachedGroup._inlineGroup {
  padding-top: 10px;
  margin-left: 10px;
}
.-attachedGroup._inlineGroup:last-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.-attachedGroup .musicListItem .musicItemWrapper {
  background: none;
}
.-attachedPreview {
  width: 90px;
  height: 90px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
  margin: 10px 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);
  border: 1px solid #ccc;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.-attachedPreview img {
  max-width: 90px;
  max-height: 90px;
}
.-attachedPreview .-baseCloseLink {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
._videoPreview,
._audioPreview,
._filePreview {
  position: relative;
  cursor: pointer;
  *cursor: hand;
}
._videoPreview:before,
._audioPreview:before,
._filePreview:before,
._videoPreview .before,
._audioPreview .before,
._filePreview .before {
  display: block;
  content: '';
  position: absolute;
  width: 30px;
  height: 32px;
  top: 29px;
  left: 30px;
  background: url('/static/img/archive-sprite.png') -60px 0 no-repeat;
}
._audioPreview {
  background: #f4f4f4 url(/static/img-new/media/audio.png) 50% 50% no-repeat;
  display: block;
  width: 90px;
  height: 90px;
}
._audioPreview:before,
._audioPreview .before {
  background-position: -30px 0;
}
._filePreview {
  background: #f4f4f4 url("/static/img-new/box/itemicon-document.jpg") 50% 50% no-repeat;
  display: block;
  width: 90px;
  height: 90px;
}
._filePreview:before,
._filePreview .before {
  background-position: 0 0;
}
.bump-contentPage {
  overflow: visible;
  *zoom: 1;
}
.bump-contentPage:before {
  display: table;
  line-height: 0;
  content: "";
}
.bump-contentPage:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.-attachedFilesPanel {
  margin: 0 0 0 12px;
  clear: both;
}
.-attachedFilesPanel .-attachedPreview {
  margin-left: 18px;
}
.commentList {
  overflow: visible;
}
.commentsBlockBump .bump-wallMessageComments {
  margin: 10px 0 0;
}
.feedBodyMiddle .ap-playlistItem .ap-playlistItemTitle {
  width: 530px;
}
._themeColor {
  background: #336699;
}
._themeColor ._innerPad > .-countText {
  margin-top: -15px;
}
