.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.b-header-logo {
  width: 122px;
  height: 55px;
  display: block;
  background: url('../images/sprite.png') 0 -16px no-repeat;
  text-indent: -10000px;
}
a.b-header-logo:hover {
  background-color: #393b3d;
  padding-right: 1px;
  margin-right: -1px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.b-header-link-to-site {
  position: relative;
  display: block;
  height: 55px;
  padding-right: 19px;
  line-height: 55px;
  vertical-align: middle;
  color: #fff;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  /*text-indent: -100000px;*/
  text-decoration: none;
}
.b-header-link-to-site:before,
.b-header-link-to-site:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  height: 55px;
}
.b-header-link-to-site:before {
  display: block;
  left: 0;
  width: 1px;
  background: url('../images/sprite.png') 0 -126px no-repeat;
}
.b-header-link-to-site:after {
  right: 0;
  width: 19px;
  background: url('../images/sprite.png') -375px -126px no-repeat;
}
.b-header-link-to-site:hover {
  background: #393b3d;
  text-decoration: none;
}
.b-header-link-to-site:hover:after {
  display: block;
}
.b-header-link-to-site span {
  padding-left: 19px;
  padding-right: 2px;
  display: block;
  /*width: 190px;*/
  height: 55px;
  /*background: url('../images/sprite.png') 0 -126px no-repeat;*/
}
.b-header-link-to-site strong {
  color: #63b1ca;
}
.b-header {
  width: 940px;
  height: 55px;
  margin: 20px auto;
  background: #2d2f31;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-header .b-header-logo,
.b-header .b-header-link-to-site {
  float: left;
}
.b-header-controls {
  position: relative;
  float: right;
}
.b-header-controls .menu-button,
.b-header-controls .user-button {
  float: left;
  display: block;
  cursor: default;
  text-decoration: none;
}
.b-header-controls .user-button {
  line-height: 55px;
  vertical-align: middle;
  padding-right: 4px;
  color: #e0e0e0;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 12px;
}
/*.b-header-controls .user-button:hover {
	text-decoration: underline;
}*/
.b-header-controls .user-button img {
  display: block;
  float: right;
  margin: 9px 0;
  margin-left: 6px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
}
.b-header-controls .menu-button {
  width: 44px;
  height: 55px;
  background: url('../images/sprite.png') -300px 0 no-repeat;
  cursor: pointer;
  margin-left: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.b-header-controls .dropdown-menu {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
  width: 173px;
  margin-top: 5px;
  color: #2d2f31;
  font-size: 13px;
  font-family: helveticaneuecyrroman, sans-serif;
}
.b-header-controls .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: -4px;
  width: 9px;
  height: 4px;
  background: url('../images/sprite.png') -304px -58px no-repeat;
}
.b-header-controls .dropdown-menu.top-item-selected:before {
  background-position: -316px -58px;
}
.b-header-controls .dropdown-menu .divider {
  height: 0;
  display: block;
  overflow: hidden;
  margin: 0 10px;
  border-top: 1px solid #d7d7d7;
}
.b-header-controls .dropdown-menu .item a {
  position: relative;
  display: block;
  padding: 13px 12px 15px 40px;
  color: #2d2f31;
  text-decoration: none;
}
.b-header-controls .dropdown-menu .item:first-child a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.b-header-controls .dropdown-menu .item:last-child a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.b-header-controls .dropdown-menu .item a:hover {
  color: #ffffff;
  background: #63b1ca;
}
.b-header-controls .dropdown-menu .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  display: block;
  width: 16px;
  height: 16px;
}
/* Блок. Ими являются блоки контента.
   ========================================================================== */
.b-block {
  display: block;
  background: #f4f4f4;
  margin-bottom: 20px;
  word-break: break-word;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* Контентный блок. В основном - из центральной колонки.
   ========================================================================== */
.b-content-block {
  padding: 13px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
/* Кнопки.
   ========================================================================== */
.b-button {
  height: 36px;
  margin: 0;
  padding: 0 8px;
  display: inline-block;
  border: 0;
  background: #63b1ca url('../images/button-hover.gif') 0 -1000px repeat-x;
  color: #ffffff;
  text-decoration: none;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
}
.b-button.small {
  height: 30px;
  line-height: 30px;
}
.b-button.wider {
  padding: 0 16px;
}
.b-button.widest {
  padding: 0 22px;
}
.b-button.too-wide {
  padding: 0 35px;
}
.b-button.vspaced {
  margin-bottom: 20px;
}
.b-button.orange {
  background: #f85e3a url('../images/button-orange-hover.gif') 0 -1000px repeat-x;
}
.b-button.grey {
  background: #ababab url('../images/button-grey-hover.gif') 0 -1000px repeat-x;
}
.b-button.disabled,
.b-button:disabled {
  background: #ccc !important;
  cursor: default;
  color: #fff;
}
.b-button.progress {
  position: relative;
  background: #63b1ca !important;
  cursor: default;
  color: #fff;
}
.b-button.progress:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: #63b1ca url('../images/button-progress.gif') 50% 50% no-repeat;
  cursor: default;
}
.b-button.large {
  font-size: 14px;
}
.b-button:hover,
.b-button:focus {
  background-color: #83d0e8;
  background-position: 0 0;
}
.b-button.orange:hover,
.b-button.orange:focus {
  background-color: #fa8a6b;
}
.b-button.grey:hover,
.b-button.grey:focus {
  background-color: #c6c6c6;
}
.b-load-more-button {
  margin: 0 0 20px;
  text-align: center;
}
.b-load-more-button .b-button {
  padding: 0 22px;
}
.b-main-coulumn-buttons-group {
  margin: 0 0 20px;
}
/* Блок сайдбара.
   ========================================================================== */
.b-sidebar-block {
  padding: 14px 0;
}
/* Меню навигации слева.
   ========================================================================== */
.b-nav-menu {
  font-size: 13px;
  font-family: helveticaneuecyrroman, sans-serif;
  color: #2d2f31;
}
.b-nav-menu .divider {
  height: 0;
  display: block;
  overflow: hidden;
  margin: 6px 19px;
  border-top: 1px solid #d7d7d7;
}
.b-nav-menu .item a {
  position: relative;
  display: block;
  padding: 15px 12px 13px 61px;
  color: #2d2f31;
  text-decoration: none;
}
.b-nav-menu .item.current a,
.b-nav-menu .item a:hover {
  color: #ffffff;
  background: #63b1ca;
}
.b-nav-menu .icon {
  position: absolute;
  left: 20px;
  top: 12px;
  display: block;
  width: 22px;
  height: 22px;
}
.b-nav-menu .icon .baloon {
  position: absolute;
  left: 17px;
  top: -8px;
  display: block;
  width: 42px;
  height: 18px;
  margin-left: -21px;
  color: white;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
}
.b-nav-menu .icon .baloon span {
  display: inline-block;
  padding: 0 6px;
  background: #ff5438;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
/* Кнопка в сайлбаре.
   ========================================================================== */
.b-sidebar-button {
  position: relative;
  padding-left: 52px;
  height: 36px;
  background: #787878;
  line-height: 36px;
  vertical-align: middle;
  color: #ffffff;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
.b-sidebar-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 12px;
  height: 16px;
  background: url('../images/sprite.png') -146px -74px no-repeat;
}
.b-sidebar-button:hover {
  background-color: #ff5438;
}
/* Аттачменты. Используется повсюду.
   ========================================================================== */
.b-attachments-list {
  color: #36839b;
  font-size: 12px;
  padding-top: 5px;
}
.b-attachments-list .item {
  margin: 16px 0 0;
}
.b-attachments-list a {
  color: #36839b;
  text-decoration: underline;
  word-break: break-all;
}
.b-attachments-list a .icon {
  margin-right: 6px;
}
/* Блок с анонсом
   ========================================================================== */
.b-announcement-block {
  position: relative;
}
.b-announcement-block:hover {
  background: #fff;
}
.b-announcement-block .block-body {
  position: relative;
  padding: 14px 19px 21px;
}
.p-main-column.tree .b-announcement-block:before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 9px;
  height: 1px;
  border-top: 1px solid #3d3d3d;
  display: block;
  content: "";
}
.b-announcement-block .block-header {
  position: relative;
  overflow: hidden;
  padding: 0 21px;
  cursor: default;
}
.b-announcement-block .block-header .colored-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #468cb3;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.b-announcement-block:hover .block-header .colored-part {
  background: #63B0CA;
}
.b-announcement-block.new .block-header .colored-part {
  background: #e88e5b;
}
.b-announcement-block.new:hover .block-header .colored-part {
  background: #f69670;
}
.b-announcement-block .block-header .edit-news-button,
.b-announcement-block .block-header .delete-news-button {
  position: relative;
  z-index: 1;
  display: block;
  width: 14px;
  height: 19px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  background: url(../images/sprite.png) -59px -79px no-repeat;
  cursor: pointer;
  visibility: hidden;
}
.b-announcement-block:hover .block-header .edit-news-button,
.b-announcement-block:hover .block-header .delete-news-button {
  visibility: visible;
}
.b-announcement-block:hover .block-header .edit-news-button {
  width: 19px;
  height: 19px;
  background: url('../images/edit.png') 0 0 no-repeat;
}
.b-announcement-block .block-header .poster {
  position: relative;
  overflow: hidden;
  height: 36px;
  z-index: 1;
  margin: 10px 0;
  color: #ffffff;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 15px;
}
.b-announcement-block .block-header .poster .avatar {
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.b-announcement-block .block-header .poster .avatar img {
  border-radius: 18px;
}
.b-announcement-block .block-header .poster .name {
  overflow: hidden;
  line-height: 37px;
  vertical-align: middle;
  word-break: normal;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-announcement-block .block-header .poster .name span {
  cursor: pointer;
}
.b-announcement-block .block-header .announcement-title {
  clear: both;
  float: none;
}
.b-announcement-block .block-header .announcement-title .date {
  float: left;
  height: 18px;
  padding: 0 4px;
  margin-right: 6px;
  border: 1px solid #63b1ca;
  color: #63b1ca;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 11px;
  line-height: 19px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.b-announcement-block .block-header .announcement-title .title {
  /*height: 18px;*/
  overflow: hidden;
  color: #458aa0;
  font-family: helveticaneuecyrmedium, helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  /*white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;*/
}
.b-announcement-block .block-body {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  color: #616161;
}
.b-announcement-block .block-body .short-content {
  display: none;
  position: relative;
  overflow: hidden;
}
.b-announcement-block .block-body .short-content .content {
  max-height: 63px;
  margin-bottom: 49px;
  overflow: hidden;
}
.b-announcement-block .block-body .short-content .fade {
  position: absolute;
  left: 0;
  top: 50px;
  height: 13px;
  width: 100%;
  background: url('../images/text-block-fades.png') 0 0 repeat-x;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.b-announcement-block .block-body .short-content .fade.large {
  top: 30px;
  height: 33px;
  background-position: 0 -60px;
}
.b-announcement-block:hover .block-body .short-content .fade {
  background-position: 0 -20px;
}
.b-announcement-block:hover .block-body .short-content .fade.large {
  background-position: 0 -100px;
}
.b-announcement-block .block-body .short-content .attachments-count {
  position: absolute;
  left: 0;
  bottom: 11px;
  color: #000;
  font-size: 12px;
  cursor: default;
}
.b-announcement-block .block-body .short-content .attachments-count .icon {
  margin-right: 6px;
}
.b-announcement-block .block-body .short-content .b-button.read-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.b-announcement-block .block-footer .b-button.read {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 10px;
}
.b-announcement-block .block-footer .b-button.read .icon.check {
  margin: 0 11px 0 4px;
}
.b-announcement-block .users-that-read {
  position: relative;
  padding: 10px 20px 16px;
  padding-left: 10px;
  margin-top: -16px;
  float: right;
  color: #9f9f9f;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  cursor: pointer;
}
.b-announcement-block:hover .users-that-read {
  color: #5bb5e8;
}
.b-announcement-block.attachments .users-that-read {
  margin-top: -25px;
}
/* Переключаем видимость классом collapsed */
.b-announcement-block.collapsed .short-content {
  display: block;
}
.b-announcement-block.collapsed .full-content,
.b-announcement-block.collapsed .block-footer {
  display: none;
}
.b-announcement-block.collapsed .full-content,
.b-announcement-block.collapsed .block-footer {
  display: none;
}
.b-announcement-block.collapsed .users-that-read,
.b-announcement-block.collapsed.attachments .users-that-read {
  margin-top: -16px;
}
/* Блок дискуссии
   ========================================================================== */
.b-discussion-block {
  position: relative;
  cursor: pointer;
}
.b-discussion-block:hover {
  background: #fff;
}
.b-discussion-block.search-result-block .highlight {
  background: #ffc5bb;
}
.b-discussion-block .block-body {
  position: relative;
  padding: 14px 19px 21px;
}
.b-discussion-block.search-result-block .block-body {
  padding-bottom: 10px;
}
.p-main-column.tree .b-discussion-block:before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 9px;
  height: 1px;
  border-top: 1px solid #3d3d3d;
  display: block;
  content: "";
}
.b-discussion-block .block-header {
  position: relative;
  overflow: hidden;
  padding: 0 21px;
  cursor: default;
}
.b-discussion-block .block-header .post-controls {
  display: none;
  float: right;
  margin: 15px -2px 0 20px;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
}
.b-discussion-block:hover .block-header .post-controls {
  display: block;
}
.b-discussion-block .block-header .post-controls span {
  cursor: pointer;
}
.b-discussion-block .block-header .post-controls .report {
  color: #ff7878;
}
.b-discussion-block .block-header .post-controls .report.reported {
  color: #ff7878;
  cursor: default;
}
.b-discussion-block .block-header .post-controls .icon {
  margin-left: 16px;
  vertical-align: -2px;
}
.b-discussion-block .block-header .poster {
  position: relative;
  overflow: hidden;
  height: 36px;
  z-index: 1;
  margin: 10px 0;
  color: #2d2f31;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 15px;
}
.b-discussion-block .block-header .poster .avatar {
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.b-discussion-block .block-header .poster .avatar img {
  border-radius: 18px;
}
.b-discussion-block .block-header .poster .name {
  overflow: hidden;
  line-height: 37px;
  vertical-align: middle;
  word-break: normal;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-discussion-block .block-header .poster .name span {
  cursor: pointer;
}
.b-discussion-block .block-header .discussion-title {
  clear: both;
  float: none;
}
.b-discussion-block.search-result-block.message .discussion-title {
  margin-bottom: 10px;
}
.b-discussion-block.search-result-block.message .block-header .discussion-title {
  margin-top: -12px;
  margin-left: 42px;
}
.b-discussion-block .block-header .discussion-title .found-in-theme {
  vertical-align: -1px;
}
.b-discussion-block .block-header .discussion-title {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  color: #a2a2a2;
}
.b-discussion-block .block-header .discussion-title .date {
  float: left;
  height: 18px;
  padding: 0 4px;
  margin-right: 6px;
  border: 1px solid #63b1ca;
  color: #63b1ca;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 11px;
  line-height: 19px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.b-discussion-block .block-header .discussion-title .title {
  /*height: 18px;*/
  overflow: hidden;
  color: #458aa0;
  font-family: helveticaneuecyrmedium, helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  /*white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;*/
}
.b-discussion-block .block-body {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  color: #616161;
}
.b-discussion-block .block-body .short-content {
  position: relative;
  overflow: hidden;
}
.b-discussion-block .block-body .short-content .content {
  max-height: 63px;
  margin-bottom: 25px;
  overflow: hidden;
}
.b-discussion-block.search-result-block .block-body .short-content .content {
  margin-bottom: 0;
}
.b-discussion-block.search-result-block.message .short-content .content {
  max-height: 48px;
}
.b-discussion-block .block-body .short-content .fade {
  position: absolute;
  left: 0;
  top: 50px;
  height: 13px;
  width: 100%;
  background: url('../images/text-block-fades.png') 0 0 repeat-x;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.b-discussion-block .block-body .short-content .fade.large {
  top: 30px;
  height: 33px;
  background-position: 0 -60px;
}
.b-discussion-block.search-result-block.message .short-content .fade {
  top: 35px;
}
.b-discussion-block:hover .block-body .short-content .fade {
  background-position: 0 -20px;
}
.b-discussion-block:hover .block-body .short-content .fade.large {
  background-position: 0 -100px;
}
.b-discussion-block .block-body .short-content .comments-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #616161;
  font-size: 12px;
  text-decoration: none;
}
.b-discussion-block:hover .block-body .short-content .comments-link {
  color: #63b1ca;
}
.b-discussion-block .block-body .short-content .comments-link .icon {
  vertical-align: -3px;
  margin-right: 6px;
}
.b-discussion-block .block-body .short-content .attachments-count {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
  font-size: 12px;
  cursor: default;
}
.b-discussion-block .block-body .short-content .attachments-count .icon {
  margin-right: 6px;
}
/* Блок одной дискуссии
   ========================================================================== */
.b-single-discussion-block {
  position: relative;
}
.b-single-discussion-block .block-body {
  position: relative;
  padding: 14px 19px 21px;
}
.p-main-column.tree .b-single-discussion-block:before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 9px;
  height: 1px;
  border-top: 1px solid #3d3d3d;
  display: block;
  content: "";
}
.b-single-discussion-block .block-header {
  position: relative;
  overflow: hidden;
  padding: 0 21px;
  cursor: default;
}
.b-single-discussion-block .block-header .post-controls {
  display: none;
  float: right;
  margin: 15px -2px 0 20px;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
}
.b-single-discussion-block:hover .block-header .post-controls {
  display: block;
}
.b-single-discussion-block .block-header .post-controls span {
  cursor: pointer;
}
.b-single-discussion-block .block-header .post-controls .report {
  color: #ff7878;
}
.b-single-discussion-block .block-header .post-controls .report.reported {
  color: #ff7878;
  cursor: default;
}
.b-single-discussion-block .block-header .post-controls .icon {
  margin-left: 16px;
  vertical-align: -2px;
}
.b-single-discussion-block .block-header .poster {
  position: relative;
  overflow: hidden;
  height: 36px;
  z-index: 1;
  margin: 10px 0;
  color: #2d2f31;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 15px;
}
.b-single-discussion-block .block-header .poster .avatar {
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.b-single-discussion-block .block-header .poster .avatar img {
  border-radius: 18px;
}
.b-single-discussion-block .block-header .poster .name {
  overflow: hidden;
  line-height: 37px;
  vertical-align: middle;
  word-break: normal;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-single-discussion-block .block-header .poster .name span {
  cursor: pointer;
}
.b-single-discussion-block .block-header .discussion-title {
  clear: both;
  float: none;
}
.b-single-discussion-block .block-header .discussion-title .date {
  float: left;
  height: 18px;
  padding: 0 4px;
  margin-right: 6px;
  border: 1px solid #63b1ca;
  color: #63b1ca;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 11px;
  line-height: 19px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.b-single-discussion-block .block-header .discussion-title .title {
  /*height: 18px;*/
  overflow: hidden;
  color: #458aa0;
  font-family: helveticaneuecyrmedium, helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  /*white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;*/
}
.b-single-discussion-block .block-body {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  color: #616161;
}
.b-single-discussion-block .block-body .short-content {
  position: relative;
  overflow: hidden;
}
.b-single-discussion-block .block-body .short-content .content {
  max-height: 63px;
  margin-bottom: 25px;
  overflow: hidden;
}
.b-single-discussion-block .block-body .short-content .fade {
  position: absolute;
  left: 0;
  top: 50px;
  height: 13px;
  width: 100%;
  background: url('../images/text-block-fades.png') 0 0 repeat-x;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.b-single-discussion-block .block-body .short-content .fade.large {
  top: 30px;
  height: 33px;
  background-position: 0 -60px;
}
.b-single-discussion-block:hover .block-body .short-content .fade {
  background-position: 0 -20px;
}
.b-single-discussion-block:hover .block-body .short-content .fade.large {
  background-position: 0 -100px;
}
.b-single-discussion-block .block-body .short-content .comments-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #616161;
  font-size: 12px;
  text-decoration: none;
}
.b-single-discussion-block:hover .block-body .short-content .comments-link {
  color: #63b1ca;
}
.b-single-discussion-block .block-body .short-content .comments-link .icon {
  vertical-align: -3px;
  margin-right: 6px;
}
.b-single-discussion-block .block-body .short-content .attachments-count {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
  font-size: 12px;
  cursor: default;
}
.b-single-discussion-block .block-body .short-content .attachments-count .icon {
  margin-right: 6px;
}
.b-single-discussion-block .hrule {
  position: relative;
  border-top: 1px solid #c9c9c9;
  margin: 22px 0;
}
/* Комментарии к дискуссии
   ========================================================================== */
.b-discussion-comment {
  padding-bottom: 19px;
  margin-bottom: 19px;
  border-bottom: 1px solid #e8e8e8;
  color: #616161;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
}
.b-discussion-comment .delete-comment-button {
  float: right;
  margin: 9px 0 0 3px;
  padding: 3px;
  cursor: pointer;
  visibility: hidden;
}
.b-discussion-comment:hover .delete-comment-button {
  visibility: visible;
}
.b-discussion-comment .avatar {
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.b-discussion-comment .avatar img {
  display: block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.b-discussion-comment .text-content {
  display: block;
  padding: 0 23px 0 42px;
  overflow: visible;
}
.b-discussion-comment .text-content .author-name {
  color: #2d2f31;
  margin: 2px 0 3px;
  font-size: 13px;
}
.b-discussion-comment .text-content .author-name span {
  cursor: pointer;
}
.b-discussion-comment .text-content .date-and-time {
  color: #63b1ca;
  font-size: 11px;
  margin: 0 0 10px;
}
.b-discussion-comment .edit-link {
  color: #63b1ca;
  font-size: 11px;
  margin: 0 0 10px;
  cursor: pointer;
  float: right;
  text-decoration: underline;
}
.b-discussion-comment .edit-link:hover {
  text-decoration: none;
}
.b-discussion-comment .editing-block textarea {
  display: block;
  width: 458px;
  height: 56px;
  margin: 0;
  padding: 13px 11px;
  outline: none;
  resize: none;
  border: 1px solid #cac5c5;
  background: #f4f4f4;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-discussion-comment .editing-block .b-button {
  margin-top: 11px;
  right: 0;
}
.b-discussion-comment .editing-block .discussion-comment-form {
  text-align: right;
  display: none;
}
/* Блок диалога
   ========================================================================== */
.b-dialog-block {
  position: relative;
  cursor: pointer;
}
.b-dialog-block:hover {
  background: #fff;
}
.b-dialog-block.unread {
  background: #d1e8ef;
}
.b-dialog-block .block-body {
  position: relative;
  padding: 14px 17px 10px 19px;
}
.p-main-column.tree .b-dialog-block:before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 9px;
  height: 1px;
  border-top: 1px solid #3d3d3d;
  display: block;
  content: "";
}
.b-dialog-block .post-controls {
  /*display: none;*/
  float: right;
  margin: 0 0 0 20px;
  visibility: hidden;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
}
.b-dialog-block:hover .post-controls {
  /*display: block;*/
  visibility: visible;
}
.b-dialog-block .post-controls span {
  cursor: pointer;
}
.b-dialog-block .post-controls .report {
  color: #ff7878;
}
.b-dialog-block .post-controls .report.reported {
  color: #ff7878;
  cursor: default;
}
.b-dialog-block .post-controls .icon {
  margin-left: 16px;
  vertical-align: -2px;
}
.b-dialog-block .poster {
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 0 13px;
  z-index: 1;
  color: #2d2f31;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
}
.b-dialog-block .poster .avatar {
  float: left;
  margin: 3px 0;
  margin-right: 6px;
}
.b-dialog-block .poster .avatar img {
  border-radius: 18px;
}
.b-dialog-block .poster .text {
  width: 125px;
  float: left;
  line-height: 15px;
}
.b-dialog-block .poster .name {
  font-size: 12px;
  vertical-align: middle;
}
.b-dialog-block .poster .name div {
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-dialog-block .poster .date {
  color: #63b1ca;
  font-size: 11px;
}
.b-dialog-block .block-body {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  color: #616161;
}
.b-dialog-block .block-body .short-content {
  margin-left: 174px;
  position: relative;
  overflow: hidden;
}
.b-dialog-block .block-body .short-content .content {
  margin-right: 2px;
  max-height: 107px;
  overflow: hidden;
}
.b-dialog-block .block-body .short-content .content a {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  color: #616161;
  text-decoration: none;
}
.b-dialog-block .block-body .short-content .fade {
  position: absolute;
  left: 0;
  top: 94px;
  height: 13px;
  width: 100%;
  background: url('../images/text-block-fades.png') 0 0 repeat-x;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.b-dialog-block .block-body .short-content .fade.large {
  top: 74px;
  height: 33px;
  background-position: 0 -60px;
}
.b-dialog-block:hover .block-body .short-content .fade {
  background-position: 0 -20px;
}
.b-dialog-block:hover .block-body .short-content .fade.large {
  background-position: 0 -100px;
}
.b-dialog-block.unread .block-body .short-content .fade {
  background-position: 0 -40px;
}
.b-dialog-block.unread .block-body .short-content .fade.large {
  background-position: 0 -140px;
}
.b-dialog-block .block-body .message-header {
  position: relative;
  overflow: hidden;
  margin-left: 174px;
  margin-bottom: 8px;
  color: black;
}
.b-dialog-block .block-body .message-header .datetime {
  color: #63b1ca;
}
.b-dialog-block .block-body .message-header .icon {
  margin-right: 2px;
  vertical-align: -3px;
}
.b-dialog-block.op .block-body .short-content,
.b-dialog-block.op .block-body .message-header {
  clear: both;
  margin-left: 0;
}
/* Страница диалога.
   ========================================================================== */
.b-main-column-header {
  margin: 0 0 20px;
}
.b-main-column-header .icon {
  vertical-align: -2px;
  margin-right: 16px;
}
.b-single-dialog-block {
  position: absolute;
  top: 56px;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
.b-single-dialog-block .single-dialog-inner {
  padding: 14px 19px 20px;
}
.b-single-dialog-block .messages-area {
  position: relative;
}
.b-single-dialog-block .messages-area .scrollable-content {
  overflow: hidden;
  height: 512px;
  padding-right: 13px;
}
.b-single-dialog-block .scrollbar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  width: 7px;
  background: #e3e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.b-single-dialog-block .scrollbar .body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 67px;
  min-height: 10px;
  background: #5aa7d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.b-single-dialog-block .post-form-area {
  /*overflow: hidden;*/
  margin-bottom: 20px;
}
.b-single-dialog-block .post-form-area .ruler {
  margin: 19px 0 20px;
  border-top: 1px solid #e8e8e8;
}
.b-single-dialog-block .post-form-area .attached-files-list {
  position: relative;
}
.b-single-dialog-block .post-form-area .attached-files-list .scrollable-content {
  min-height: 60px;
  max-height: 150px;
  overflow: hidden;
}
.b-single-dialog-block .post-form-area .attached-files-list .scrollbar {
  top: 24px;
}
.b-single-dialog-block .post-form-area .attached-files-list .scrollable-content.has-scroll .attachments .b-upload-form-attachment {
  padding-right: 50px;
}
.b-single-dialog-block .post-form-area .attached-files-list .scrollable-content.has-scroll .attachments .b-upload-form-attachment .icon-cancel-remove {
  right: -10px;
}
.b-single-dialog-block .post-form-area .attached-files-list .attachments .b-upload-form-attachment:last-child {
  margin-bottom: 0;
  padding-bottom: 4px;
}
.b-single-dialog-block .post-form-area .attached-files-list .attachments .b-upload-form-attachment:last-child .icon-cancel-remove {
  padding-bottom: 20px;
}
.b-dialog-message {
  color: #616161;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 30px;
}
.b-dialog-message:last-child {
  margin-bottom: 0;
}
.b-dialog-message .author {
  margin-bottom: 6px;
}
.b-dialog-message.my-own .author {
  margin-bottom: 6px;
  float: right;
}
.b-dialog-message .author .avatar {
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.b-dialog-message .author .avatar img {
  display: block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.b-dialog-message .author .text {
  display: block;
  overflow: hidden;
}
.b-dialog-message .author .text .author-name {
  color: #2d2f31;
  margin: 2px 0 3px;
  font-size: 13px;
}
.b-dialog-message .author .text .author-name span {
  cursor: pointer;
}
.b-dialog-message .author .text .date-and-time {
  color: #63b1ca;
  font-size: 11px;
  margin: 0 0 10px;
}
.b-dialog-message .author .text .client-icon {
  float: right;
}
.b-dialog-message .message {
  clear: both;
}
.b-dialog-message.my-own .message {
  text-align: right;
}
.b-dialog-message.my-own .b-attachments-list {
  float: right;
}
/* Заголовок секции контента.
   ========================================================================== */
.b-section-title {
  overflow: hidden;
  padding: 9px 0 14px;
  font-family: helveticaneuecyrmedium, sans-serif;
  color: #fff;
  font-size: 15px;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-category-title {
  margin: 9px 0;
  font-family: helveticaneuecyrmedium, sans-serif;
  color: #fff;
  font-size: 15px;
}
.p-main-column.documents .b-category-title {
  overflow: hidden;
  margin: 10px 0 8px;
  float: left;
  max-width: 370px;
  word-break: normal;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.p-main-column.documents .b-category-title {
  max-width: 280px;
}
/* Строка поиска
   ========================================================================== */
.b-search-field {
  position: relative;
  height: 30px;
  margin: -1px -1px 19px;
  border: 1px solid #525455;
  background: #3f4649;
  color: #ffffff;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-search-field.focus {
  border: 1px solid #727c7e;
}
.b-search-field .search-button {
  width: 30px;
  height: 30px;
  float: right;
  border: 0;
  background: url('../images/sprite.png') -15px -74px no-repeat;
  cursor: pointer;
  text-align: left;
  text-indent: -1000000px;
}
.b-search-field label {
  height: 100%;
  display: block;
  margin-right: 30px;
  padding-left: 11px;
  cursor: text;
}
.b-search-field input {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: white;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  outline: none;
}
.b-search-field .placeholder {
  position: absolute;
  left: 11px;
  top: 0;
  color: #b9b9b9;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  cursor: text;
}
/* Строка поиска c выбором тегов.
   ========================================================================== */
.b-search-field-complicated {
  position: relative;
}
.b-search-field-complicated.search-block-showing .search-type-radio-wrapper {
  display: block;
  opacity: 1;
}
.b-search-field-complicated .search-notification {
  position: absolute;
  top: -24px;
  left: 168px;
  opacity: 0;
  display: none;
}
.b-search-field-complicated .search-type-radio-wrapper {
  width: 326px;
  position: absolute;
  right: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.3);
  background-color: #f4f4f4;
  color: #2d2f31;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  display: none;
  opacity: 0;
}
.b-search-field-complicated .search-type-radio-wrapper .search-type-radio-inner {
  padding: 10px 20px;
}
.b-search-field-complicated .search-type-radio-wrapper .item-wrapper {
  cursor: pointer;
}
.b-search-field-complicated .search-type-radio-wrapper .item-wrapper:hover {
  background-color: #b2b2b2;
}
.b-search-field-complicated .search-type-radio-wrapper .item-wrapper input[type=radio] {
  vertical-align: middle;
  cursor: pointer;
}
.b-search-field-complicated .search-type-radio-wrapper .item-wrapper .item-label {
  cursor: pointer;
  color: #2d2f31;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  width: 76%;
}
.b-search-field-complicated .search-field {
  position: relative;
  z-index: 10;
  height: 30px;
  margin: -1px -1px 19px;
  border: 1px solid #525455;
  background: #3f4649;
  color: #ffffff;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-search-field-complicated .search-field.focus {
  border: 1px solid #727c7e;
}
.b-search-field-complicated .dropdown {
  position: relative;
  height: 22px;
  width: 130px;
  margin: 3px;
  margin-right: 0;
  padding: 0 24px 0 4px;
  border: 1px solid #63b1ca;
  float: left;
  color: white;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #3f4649;
  z-index: 9999;
  cursor: pointer;
}
.b-search-field-complicated .dropdown:hover,
.b-search-field-complicated.dropdown-opened .dropdown {
  background: #63b1ca;
}
.b-search-field-complicated .dropdown:after {
  content: '';
  display: block;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: url('../images/sprite.png') -150px -46px no-repeat;
}
.b-search-field-complicated .dropdown:hover:after,
.b-search-field-complicated.dropdown-opened .dropdown:after {
  background: url('../images/sprite.png') -150px -62px no-repeat;
}
.b-search-field-complicated .dropdown .dropdown-content {
  overflow: hidden;
  word-break: normal;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-search-field-complicated .input-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.b-search-field-complicated .search-button {
  width: 30px;
  height: 30px;
  float: right;
  border: 0;
  background: url('../images/sprite.png') -15px -74px no-repeat;
  cursor: pointer;
  text-align: left;
  text-indent: -1000000px;
}
.b-search-field-complicated label {
  height: 100%;
  display: block;
  margin-right: 30px;
  padding-left: 11px;
  cursor: text;
}
.b-search-field-complicated input[type=text] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: white;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  outline: none;
  height: 29px;
  padding-left: 28px;
  box-sizing: border-box;
}
.b-search-field-complicated .calendar-link {
  position: absolute;
  top: 3px;
  left: 168px;
  cursor: pointer;
  z-index: 999;
}
.b-search-field-complicated .datepicker-input {
  position: absolute;
}
.b-search-field-complicated .placeholder {
  position: absolute;
  left: 11px;
  top: 0;
  color: #b9b9b9;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  cursor: text;
  margin-left: 30px;
}
.b-search-field-complicated .dropdown-options {
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 312px;
  padding: 10px 0 8px;
  border-radius: 0 0 5px 5px;
  background: #767a7b;
}
.b-search-field-complicated.dropdown-opened .dropdown-options {
  display: block;
}
.b-search-field-complicated .dropdown-options .options {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  color: white;
}
.b-search-field-complicated .dropdown-options.scrollbar-visible .options {
  margin-right: 24px;
}
.b-search-field-complicated .dropdown-options .options .option {
  padding: 3px 16px;
  margin: 2px 0;
  cursor: pointer;
}
.b-search-field-complicated .dropdown-options.scrollbar-visible .options .option {
  border-radius: 0 3px 3px 0;
}
.b-search-field-complicated .dropdown-options .options .option:hover {
  background: #63b1ca;
}
.b-search-field-complicated .dropdown-options .scrollable-area {
  max-height: 312px;
}
.b-search-field-complicated .dropdown-options .scrollable-area,
.b-search-field-complicated .dropdown-options .scrollable-area .content {
  position: relative;
  overflow: hidden;
}
.b-search-field-complicated .dropdown-options .scrollbar {
  /*display: none;*/
  position: absolute;
  top: 9px;
  right: 11px;
  width: 7px;
  bottom: 6px;
  background: #e3e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.b-search-field-complicated .dropdown-options .scrollbar .body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  min-height: 10px;
  background: #5aa7d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
/* Фильтры списка пользователей
   ========================================================================== */
.b-user-list-controls {
  overflow: hidden;
  background: #525455;
  margin: -1px -1px 0;
  padding: 1px 1px 0;
}
.b-user-filters {
  position: relative;
  margin-bottom: 20px;
}
.b-user-filters .row {
  position: relative;
  height: 24px;
}
.b-user-filters .filter-item {
  float: left;
  height: 22px;
  padding: 0 7px;
  margin-right: 1px;
  border: 1px solid red;
  border-color: #6b7072 #444647 #444647 #6b7072;
  background: #6b7072;
  color: #ececec;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}
.b-user-filters .filter-item:hover,
.b-user-filters .filter-item.hover {
  border-color: #6b7072;
  background: #6b7072;
}
.b-user-filters .filter-item.active {
  border-color: #373e40 #3f4649 #3f4649 #373e40;
  background: #3f4649;
}
.b-user-filters .filter-item.notaries {
  width: 60px;
}
.b-user-filters .filter-item.assistants {
  width: 67px;
}
.b-user-filters .row .filter-item.notaries {
  position: absolute;
  left: 0;
  top: 0;
}
.b-user-filters .row .filter-item.assistants {
  position: absolute;
  right: 0;
  top: 0;
}
.b-user-filters .filter-item.block {
  width: auto;
  clear: both;
  float: none;
  margin: 3px 0;
}
.b-user-filters .filter-item:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.b-user-filters .filter-item:last-child {
  margin-right: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Список пользователей
   ========================================================================== */
.b-users-list .user {
  clear: both;
}
.b-users-list .user.admin {
  display: none !important;
}
.b-users-list .user .inner {
  position: relative;
  /*margin: 0 0 22px -10px;*/
  margin: 0 0 13px 0;
  /*padding: 8px 10px;*/
  padding: 8px 10px 8px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.b-users-list .user:last-child .inner {
  margin-bottom: 0;
}
/*.b-users-list .user:hover .inner {
	float: left;
	background: #797a7a;
}*/
.b-users-list .user .inner .fade {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 13px;
  background: url('../images/user-name-fades.png') 0 0 repeat-y;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
/*.b-users-list .user:hover .inner .fade {
	display: none;
}*/
.b-users-list .user .photo,
.b-user-list-helper-layer .photo {
  position: relative;
  float: left;
}
.b-users-list .user .photo .assistant-badge,
.b-users-list .user .photo .house-member-badge,
.b-users-list .user .photo .unavailable-badge,
.b-user-list-helper-layer .photo .assistant-badge,
.b-user-list-helper-layer .photo .house-member-badge,
.b-user-list-helper-layer .photo .unavailable-badge {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.b-users-list .user .photo .assistant-badge,
.b-user-list-helper-layer .photo .assistant-badge {
  background: #63b1ca url('../images/sprite.png') -134px -16px no-repeat;
}
.b-users-list .user .photo .house-member-badge,
.b-user-list-helper-layer .photo .house-member-badge {
  background: #63ca94 url('../images/sprite.png') -134px -31px no-repeat;
}
.b-users-list .user .photo .unavailable-badge,
.b-user-list-helper-layer .photo .unavailable-badge {
  background: #bb5656 url('../images/sprite.png') -292px -126px no-repeat;
}
.b-users-list .user .photo img,
.b-user-list-helper-layer .photo img {
  display: block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.b-users-list .user .name,
.b-user-list-helper-layer .name {
  overflow: hidden;
  margin-left: 69px;
  color: #f4f4f4;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}
.b-users-list .user .name div:first-child,
.b-user-list-helper-layer .name div:first-child {
  margin-top: -2px;
}
.b-users-list .user .icons,
.b-user-list-helper-layer .icons {
  height: 15px;
  margin-top: 2px;
  margin-left: 69px;
}
.b-users-list .user .icons .icon,
.b-user-list-helper-layer .icons .icon {
  margin-right: 3px;
}
/* Слой-контейнер для развернутых карточек пользователей (по ховеру)
   ========================================================================== */
.b-user-list-helper-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 8px 10px;
  background: #797a7a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.b-user-list-helper-layer .name div {
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/*
   ========================================================================== */
.b-category-edit-panel {
  float: left;
  padding: 4px 6px;
  margin: 0 0 0 8px;
}
.b-category-edit-panel .button {
  width: 28px;
  height: 28px;
  display: none;
  float: left;
  margin-left: 1px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.b-category-edit-panel .button.edit {
  display: block;
  background: url('../images/sprite.png') -79px -67px no-repeat;
}
.b-category-edit-panel .button.delete {
  display: block;
  background: url('../images/sprite.png') -104px -67px no-repeat;
}
.b-category-edit-panel .button:hover {
  background-color: #e0e0e0;
}
/* Блок добавления новых документов
   ========================================================================== */
.b-documents-add-files {
  margin-bottom: 20px;
}
.b-documents-add-files .block-header .expanded,
.b-documents-add-files .block-header .collapsed {
  float: right;
}
.b-documents-add-files .block-header .collapsed {
  display: none;
}
.b-documents-add-files .block-header .icon {
  margin-right: 11px;
  vertical-align: -3px;
}
.b-documents-add-files .block-header .expanded .b-button,
.b-documents-add-files .block-header .collapsed .b-button {
  padding-left: 11px;
  padding-right: 11px;
}
.b-documents-add-files .block-header .expanded .b-button.cancellation {
  padding-bottom: 16px;
  margin-bottom: -7px;
  position: relative;
}
.b-documents-add-files .block-header .expanded .b-button.cancellation .icon {
  margin-left: 11px;
  margin-right: 0;
}
.b-documents-add-files .block-header .expanded .b-button.clone {
  background: #f4f4f4 !important;
  color: #63b1ca;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-left-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 10px;
}
.b-documents-add-files .block-content {
  position: relative;
  z-index: 1;
  padding: 17px 16px;
  /*-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	border-top-right-radius: 0;*/
}
/* Блок для существующих документов
   ========================================================================== */
.b-documents-block {
  padding: 15px;
}
.b-documents-block .sorting-widget {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}
.b-documents-block .sorting-widget.hidden {
  display: none;
}
.b-documents-block .sorting-widget .sorting-link {
  position: relative;
  top: 3px;
  margin: 0 8px;
  cursor: pointer;
  user-select: none;
}
.b-documents-block .sorting-widget .sorting-link .sorting-link-icon {
  cursor: pointer;
}
.b-documents-block .sorting-widget .sorting-link .datepicker-input {
  width: 1px;
  height: 1px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.b-documents-block .sorting-widget .sorting-link .desc,
.b-documents-block .sorting-widget .sorting-link .asc {
  font-size: 22px;
  color: #787878 ;
}
.b-documents-block .sorting-widget .sorting-link .desc,
.b-documents-block .sorting-widget .sorting-link .asc,
.b-documents-block .sorting-widget .sorting-link .calendar,
.b-documents-block .sorting-widget .sorting-link .close {
  display: none;
}
.b-documents-block .sorting-widget .sorting-link .desc.showing,
.b-documents-block .sorting-widget .sorting-link .asc.showing,
.b-documents-block .sorting-widget .sorting-link .calendar.showing,
.b-documents-block .sorting-widget .sorting-link .close.showing {
  display: inline;
}
.b-documents-block .sorting-widget .selected-date {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
  font-weight: bold;
  color: #787878;
}
.b-documents-block .block-title {
  margin: 6px 0 22px;
  color: #242424;
  font-size: 13px;
  font-family: helveticaneuecyrroman, sans-serif;
}
.b-documents-block .documents-list {
  margin: 0 -15px;
}
.b-documents-block .documents-list .document {
  position: relative;
  /*padding-left: 21px;
	margin-bottom: 8px;*/
  padding: 8px 15px 4px 36px;
  color: #b2b2b2;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
}
.b-documents-block .documents-list .document:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 16px;
  width: 14px;
  height: 14px;
  background-image: url('../images/sprite.png');
  background-position: -39px -108px;
}
.b-documents-block .documents-list .document:hover {
  background-color: #e8e8e8;
  color: #525455;
}
.b-documents-block .documents-list .document.fixed-hover {
  background-color: #e8e8e8;
  color: #525455;
}
.b-documents-block .documents-list .document .title {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  color: #36839B;
  word-break: break-all;
  text-decoration: underline;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-documents-block .documents-list .document .divider {
  margin: 0 10px;
}
.b-documents-block .documents-list .document .uploader {
  cursor: pointer;
}
.b-documents-block .documents-list .document .tags {
  margin-top: 6px;
}
.b-documents-block .documents-list .document .tags .tag {
  display: block;
  margin: 0 6px 6px 0;
  overflow: hidden;
  float: left;
  max-width: 80%;
  background: #e8e8e8;
  color: white;
  word-break: normal;
  white-space: nowrap;
  border-radius: 4px;
}
.b-documents-block .documents-list .document:hover .tags .tag {
  background: #63b1ca;
}
.b-documents-block .documents-list .document.fixed-hover .tags .tag {
  background: #63b1ca;
}
.b-documents-block .documents-list .document .tags .tag:hover {
  background: #67bae9;
}
.b-documents-block .documents-list .document .tags .tag .tag-inner {
  display: block;
  overflow: hidden;
  padding: 3px 6px;
  color: white;
  text-decoration: none;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-documents-block .documents-list .document .block-content {
  margin-right: 35px;
}
.b-documents-block .documents-list .document.controls .block-content {
  margin-right: 150px;
}
.b-documents-block .documents-list .document .document-buttons {
  float: right;
  margin-top: 8px;
  visibility: hidden;
}
.b-documents-block .documents-list .document .document-buttons .print-icon {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  padding-top: 6px;
}
.b-documents-block .documents-list .document:hover .document-buttons {
  visibility: visible;
}
.b-documents-block .documents-list .document.fixed-hover .document-buttons {
  visibility: visible;
}
.b-documents-block .documents-list .document .document-buttons .button {
  width: 28px;
  height: 28px;
  display: none;
  float: left;
  margin-left: 1px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.b-documents-block .documents-list .document .document-buttons .button.download {
  display: block;
  background: url('../images/sprite.png') -89px -89px no-repeat;
}
.b-documents-block .documents-list .document .document-buttons .button.edit {
  display: block;
  background: url('../images/sprite.png') -79px -67px no-repeat;
}
.b-documents-block .documents-list .document .document-buttons .button.delete {
  display: block;
  background: url('../images/sprite.png') -104px -67px no-repeat;
}
.b-documents-block .documents-list .document .document-buttons .button:hover {
  background-color: #e0e0e0;
}
.b-documents-block .documents-list .document .document-buttons .button.email {
  display: block;
  text-align: center;
}
.b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  position: absolute;
  right: 0;
  top: 42px;
  display: none;
  z-index: 100;
  margin-top: 5px;
  padding: 20px;
  margin-right: 6px;
  border-radius: 10px;
  color: #2d2f31;
  font-size: 13px;
  background-color: #63b1ca;
  font-family: helveticaneuecyrroman, sans-serif;
}
.b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  width: 194px;
  border: 1px solid #c6c6c6;
  display: block;
  margin-top: 10px;
  padding: 5px 7px;
  outline: none;
  background: #fff;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-documents-block .documents-list .document .document-buttons .button.email .dropdown form {
  text-align: left;
}
.b-documents-block .documents-list .document .document-buttons .button.email.show-send-popup .dropdown {
  display: block;
}
.b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-submit {
  position: relative;
  display: inline-block;
  margin: 0 0 5px 4px;
  vertical-align: bottom;
  cursor: pointer;
  background: #F85E3A;
  height: 27px;
  margin-bottom: 1px;
  margin-left: -1px;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  outline: none;
  float: right;
  margin-top: 10px;
}
.b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-submit.disabled {
  cursor: default;
  opacity: 0.4;
}
.b-documents-block .documents-list .document .document-buttons .button.email .dropdown:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #63b1ca;
  right: 75px;
  top: -4px;
  width: 10px;
  height: 4px;
  background: url('../images/sprite.png') -316px -58px no-repeat;
}
.b-documents-block .documents-list .document .document-buttons .button.email .icon {
  display: inline-block;
  margin-top: 6px;
}
.b-document-actions-buttons-popup {
  position: fixed;
  top: 35px;
  z-index: 99999999;
  background-color: #525455;
  border-radius: 8px;
  padding: 0 8px 9px;
  left: 50%;
  margin-left: -52px;
  display: none;
}
.b-document-actions-buttons-popup .document-buttons {
  float: right;
  margin-top: 8px;
}
.b-document-actions-buttons-popup .document-buttons .print-icon {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  padding-top: 6px;
}
.b-document-actions-buttons-popup .document-buttons .button {
  width: 28px;
  height: 28px;
  float: left;
  margin-left: 1px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.b-document-actions-buttons-popup .document-buttons .button.download {
  display: block;
  background: url('../images/sprite.png') -89px -89px no-repeat;
}
.b-document-actions-buttons-popup .document-buttons .button.edit {
  display: block;
  background: url('../images/sprite.png') -79px -67px no-repeat;
}
.b-document-actions-buttons-popup .document-buttons .button.delete {
  display: block;
  background: url('../images/sprite.png') -104px -67px no-repeat;
}
.b-document-actions-buttons-popup .document-buttons .button:hover {
  background-color: #e0e0e0;
}
.b-document-actions-buttons-popup .document-buttons .button.email {
  display: block;
  text-align: center;
}
.b-document-actions-buttons-popup .document-buttons .button.email .dropdown {
  position: absolute;
  right: -35px;
  top: 35px;
  display: none;
  z-index: 100;
  margin-top: 5px;
  padding: 20px;
  margin-right: 6px;
  border-radius: 10px;
  color: #2d2f31;
  font-size: 13px;
  background-color: #63b1ca;
  font-family: helveticaneuecyrroman, sans-serif;
}
.b-document-actions-buttons-popup .document-buttons .button.email .dropdown .email-input {
  width: 194px;
  border: 1px solid #c6c6c6;
  display: block;
  margin-top: 10px;
  padding: 5px 7px;
  outline: none;
  background: #fff;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-document-actions-buttons-popup .document-buttons .button.email .dropdown form {
  text-align: left;
}
.b-document-actions-buttons-popup .document-buttons .button.email.show-send-popup .dropdown {
  display: block;
}
.b-document-actions-buttons-popup .document-buttons .button.email .dropdown .email-submit {
  position: relative;
  display: inline-block;
  margin: 0 0 5px 4px;
  vertical-align: bottom;
  cursor: pointer;
  background: #F85E3A;
  height: 27px;
  margin-bottom: 1px;
  margin-left: -1px;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  outline: none;
  float: right;
  margin-top: 10px;
}
.b-document-actions-buttons-popup .document-buttons .button.email .dropdown .email-submit.disabled {
  cursor: default;
  opacity: 0.4;
}
.b-document-actions-buttons-popup .document-buttons .button.email .dropdown:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #63b1ca;
  right: 75px;
  top: -4px;
  width: 10px;
  height: 4px;
  background: url('../images/sprite.png') -316px -58px no-repeat;
}
.b-document-actions-buttons-popup .document-buttons .button.email .icon {
  display: inline-block;
  margin-top: 6px;
}
.b-attachments-list .item {
  position: relative;
}
.b-attachments-list .item .document-buttons {
  float: right;
  margin-top: -7px;
  visibility: visible;
}
.b-attachments-list .item .document-buttons .print-icon {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  padding-top: 6px;
}
.b-attachments-list .item .document-buttons .button {
  width: 28px;
  height: 28px;
  display: none;
  float: left;
  margin-left: 1px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.b-attachments-list .item .document-buttons .button.download {
  display: block;
  background: url('../images/sprite.png') -89px -89px no-repeat;
}
.b-attachments-list .item .document-buttons .button.edit {
  display: block;
  background: url('../images/sprite.png') -79px -67px no-repeat;
}
.b-attachments-list .item .document-buttons .button.delete {
  display: block;
  background: url('../images/sprite.png') -104px -67px no-repeat;
}
.b-attachments-list .item .document-buttons .button:hover {
  background-color: #e0e0e0;
}
.b-attachments-list .item .document-buttons .button.email {
  display: block;
  text-align: center;
}
.b-attachments-list .item .document-buttons .button.email .dropdown {
  position: absolute;
  right: -13px;
  top: 17px;
  display: none;
  z-index: 100;
  margin-top: 5px;
  padding: 20px;
  margin-right: 6px;
  border-radius: 10px;
  color: #2d2f31;
  font-size: 13px;
  background-color: #63b1ca;
  font-family: helveticaneuecyrroman, sans-serif;
}
.b-attachments-list .item .document-buttons .button.email .dropdown.open-to-top {
  top: -143px;
}
.b-attachments-list .item .document-buttons .button.email .dropdown.open-to-top:before {
  bottom: -10px;
  top: auto;
  right: 15px;
  width: 7px;
  height: 14px;
  background-position: -151px -47px;
}
.b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  width: 194px;
  border: 1px solid #c6c6c6;
  display: block;
  margin-top: 10px;
  padding: 5px 7px;
  outline: none;
  background: #fff;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-attachments-list .item .document-buttons .button.email .dropdown form {
  text-align: left;
}
.b-attachments-list .item .document-buttons .button.email.show-send-popup .dropdown {
  display: block;
}
.b-attachments-list .item .document-buttons .button.email .dropdown .email-submit {
  position: relative;
  display: inline-block;
  margin: 0 0 5px 4px;
  vertical-align: bottom;
  cursor: pointer;
  background: #F85E3A;
  height: 27px;
  margin-bottom: 1px;
  margin-left: -1px;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  outline: none;
  float: right;
  margin-top: 10px;
}
.b-attachments-list .item .document-buttons .button.email .dropdown .email-submit.disabled {
  cursor: default;
  opacity: 0.4;
}
.b-attachments-list .item .document-buttons .button.email .dropdown:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #63b1ca;
  right: 15px;
  top: -4px;
  width: 10px;
  height: 4px;
  background: url('../images/sprite.png') -316px -58px no-repeat;
}
.b-attachments-list .item .document-buttons .button.email .icon {
  display: inline-block;
  margin-top: 6px;
}
/* Попап с данными пользователя
   ========================================================================== */
.b-user-data-popup {
  width: 318px;
  margin: 0 9px;
  padding-top: 14px;
  font-family: helveticaneuecyrroman, sans-serif;
  font-size: 13px;
}
.b-user-data-popup .avatar {
  width: 59px;
  float: left;
  /*margin-right: 11px;*/
  text-align: center;
}
.b-user-data-popup .avatar img {
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.b-user-data-popup .avatar .avatar-wrapper {
  position: relative;
}
.b-user-data-popup .avatar .avatar-wrapper.changeable:before,
.b-user-data-popup .avatar .avatar-wrapper.changeable:after {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 59px;
  height: 59px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 75ms linear;
  -moz-transition: opacity 75ms linear;
  -o-transition: opacity 75ms linear;
  transition: opacity 75ms linear;
}
.b-user-data-popup .avatar .avatar-wrapper.changeable:hover:before,
.b-user-data-popup .avatar .avatar-wrapper.changeable:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  display: block;
}
.b-user-data-popup .avatar .avatar-wrapper.changeable:before {
  background: url('../images/black-77.png');
}
.b-user-data-popup .avatar .avatar-wrapper.changeable:after {
  background: url('../images/change-avatar.png') 50% 50% no-repeat;
}
.b-user-data-popup .avatar .status-icons {
  margin-top: 8px;
}
.b-user-data-popup .user-data {
  overflow: hidden;
  margin-left: 70px;
}
.b-user-data-popup .user-data .name {
  margin-top: -5px;
  font-size: 18px;
  line-height: 24px;
  cursor: default;
}
.b-user-data-popup .user-data .rank {
  margin: 2px 0 9px;
  color: #808283;
  cursor: default;
}
.b-user-data-popup .user-data .unavailable-status {
  display: none;
  margin: 9px 0;
  color: #ff5438;
  cursor: default;
}
.b-user-data-popup .user-data .usercard {
  margin: 9px 0 0;
  color: #808283;
}
.b-user-data-popup .user-data .usercard dl {
  float: none;
  clear: both;
  overflow: hidden;
  margin: 11px 0 14px;
}
.b-user-data-popup .user-data .usercard dl:last-child {
  margin-bottom: 0;
}
.b-user-data-popup .user-data .usercard dt {
  position: relative;
  min-height: 16px;
  padding-left: 19px;
  float: left;
  width: 68px;
  cursor: default;
}
.b-user-data-popup .user-data .usercard dt .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.b-user-data-popup .user-data .usercard dd {
  margin-left: 88px;
  color: #262626;
}
.b-user-data-popup .user-data .usercard a {
  color: #3ea3dc;
  text-decoration: underline;
}
.b-user-data-popup .b-button {
  display: block;
  margin: 14px 0;
  margin-left: 69px;
  width: 180px;
  font-size: 13px;
  word-break: normal;
  white-space: nowrap;
}
.b-user-data-popup .ruler {
  margin: 19px 0;
  border-top: 1px solid #cecfcf;
}
.b-user-data-popup .subtitle {
  margin: 22px 0;
  color: #424242;
  cursor: default;
}
/* Список пользователей в попапе
   ========================================================================== */
.b-popup-users-listing {
  margin-right: -6px;
}
.b-popup-users-listing .user {
  float: left;
  margin: 0 6px 6px 0;
  width: 156px;
}
.b-popup-users-listing .user .inner {
  position: relative;
  margin: 0;
  padding: 8px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.b-popup-users-listing .user:hover .inner {
  background: #e8e8e8;
}
.b-popup-users-listing .user .inner .fade {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 13px;
  background: url('../images/user-name-fades.png') -20px 0 repeat-y;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.b-popup-users-listing .user:hover .inner .fade {
  background: url('../images/user-name-fades.png') -40px 0 repeat-y;
}
.b-popup-users-listing .user .photo {
  position: relative;
  float: left;
}
.b-popup-users-listing .user .photo .assistant-badge,
.b-popup-users-listing .user .photo .house-member-badge,
.b-popup-users-listing .user .photo .unavailable-badge {
  display: none;
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.b-popup-users-listing .user .photo .assistant-badge {
  background: #63b1ca url('../images/sprite.png') -134px -16px no-repeat;
}
.b-popup-users-listing .user .photo .house-member-badge {
  background: #63ca94 url('../images/sprite.png') -134px -31px no-repeat;
}
.b-popup-users-listing .user .photo .unavailable-badge {
  background: #bb5656 url('../images/sprite.png') -292px -126px no-repeat;
}
.b-popup-users-listing .user .photo img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.b-popup-users-listing .user .name {
  overflow: hidden;
  margin-left: 69px;
  color: #424242;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}
.b-popup-users-listing .user .icons {
  margin-top: 3px;
  margin-left: 69px;
}
.b-popup-users-listing .user .icons .icon {
  margin-right: 3px;
}
.b-popup-users-listing .user .icons .icon.birthday {
  display: none;
}
/* Модальные окошки alert и confirm
   ========================================================================== */
.b-popup-modal {
  width: 494px;
  text-align: center;
  color: #2b2b2b;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
}
.b-popup-modal .text {
  padding: 6px 0 8px;
}
.b-popup-modal .footer {
  padding: 20px 0 9px;
}
.b-popup-modal .footer .b-button {
  width: 114px;
  margin: 0 8px;
}
/* Окно опций.
   ========================================================================== */
.b-popup-profile-edition {
  position: relative;
  width: 720px;
  min-height: 397px;
  /*overflow: hidden;*/
  background: url('../images/settings-popup-background.gif') -19px 0 repeat-y;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
  font-size: 13px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.b-popup-profile-edition .tabs {
  float: left;
  width: 181px;
  padding: 14px 0;
}
.b-popup-profile-edition .tabs .tab {
  color: #262626;
  font-size: 15px;
  padding: 13px 8px 11px;
  padding-left: 26px;
  border-bottom: 1px solid #bababa;
  cursor: pointer;
}
.b-popup-profile-edition .tabs .tab:first-child {
  border-top: 1px solid #bababa;
}
.b-popup-profile-edition .tabs .tab:hover {
  background: #bfbfbf;
}
.b-popup-profile-edition .tabs .tab.current {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.b-popup-profile-edition .tabs-contents {
  margin-left: 183px;
}
.b-popup-profile-edition .tabs-contents .tab-body {
  padding: 27px 30px;
  padding-left: 28px;
}
.b-popup-profile-edition .tabs-contents .tab-body.hidden {
  position: absolute;
  top: -1000000px;
  left: -1000000px;
}
.b-popup-profile-edition .header {
  font-size: 15px;
  margin-bottom: 16px;
}
.b-popup-profile-edition .header.top-spaced {
  margin-top: 32px;
}
.b-popup-profile-edition .hrule {
  margin: 20px 0;
  border-top: 1px solid #CECFCF;
}
.b-popup-profile-edition .hrule.smaller {
  margin: 14px 0;
}
.b-popup-profile-edition .hrule.highter {
  margin: 25px 0;
}
.b-popup-profile-edition .hrule.no-top-margin {
  margin-top: 0;
}
.b-popup-profile-edition .hrule.no-bottom-margin {
  margin-bottom: -10px;
}
.b-popup-profile-edition input[type="radio"] {
  outline: none;
}
.b-popup-profile-edition .js-link {
  color: #62cbec;
  font-family: helveticaneuecyrroman, sans-serif;
  cursor: pointer;
}
/* расчитано на * в качестве контента и ничего кроме */
.b-popup-profile-edition .tip {
  color: #f85e3a;
  font-size: 26px;
  line-height: 10px;
  vertical-align: -4px;
}
.b-popup-profile-edition .tabs-contents .status-options table {
  margin-bottom: 20px;
}
.b-popup-profile-edition .tabs-contents table.options-wrapper-table {
  width: 100%;
  margin-bottom: 14px;
  background: white;
  text-align: center;
}
.b-popup-profile-edition .tabs-contents table.options-wrapper-table td {
  padding: 10px 0 12px;
}
.b-popup-profile-edition .b-user-block {
  background: white;
  border: 1px solid #ccc;
}
.b-popup-profile-edition .b-assistant-settings .b-user-block {
  margin-bottom: 10px;
}
.b-popup-profile-edition .b-assistant-settings .header-small {
  margin: 25px 0;
}
.b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  margin: 12px 0;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  color: #909090;
}
.b-popup-profile-edition .b-assistant-settings .checkbox-wrapper:last-child {
  margin-bottom: 0;
}
.b-popup-profile-edition .b-assistant-settings .checkbox-wrapper.checked {
  color: #444;
}
.b-popup-profile-edition .b-assistant-settings .checkbox-wrapper input {
  margin: 0;
  outline: none;
}
.b-popup-profile-edition .unavaliable-status-datepicker {
  text-align: center;
}
.b-popup-profile-edition .unavaliable-status-datepicker.inactive {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b-popup-profile-edition .dk_container {
  display: inline-block !important;
  text-align: left;
}
.b-popup-profile-edition .dk_options {
  z-index: 1;
}
.b-popup-profile-edition .select2-chosen {
  text-align: left;
}
.b-popup-profile-edition .notice {
  position: relative;
  margin: 14px 0;
  padding: 14px 35px 16px;
  background: white;
  color: #414141;
  font-family: helveticaneuecyrlight_italic, sans-serif;
  font-size: 13px;
  line-height: 17px;
}
.b-popup-profile-edition .notice .icon {
  position: absolute;
  top: 20px;
  left: 15px;
  color: #f85e3a;
  font-family: 'Myriad Pro', sans-serif;
  font-size: 32px;
}
.b-popup-profile-edition .notice .phone {
  word-break: normal;
  white-space: nowrap;
}
.b-popup-profile-edition .b-assistants-list .b-button {
  margin-bottom: 26px;
}
.b-popup-profile-edition .change-password.inactive {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b-popup-profile-edition .change-password .tooltip,
.b-popup-profile-edition .change-password .error-message {
  float: right;
  margin-top: 12px;
}
.b-popup-profile-edition .change-password .error-message {
  color: #f85e3a;
}
.b-popup-profile-edition .change-password .tooltip {
  color: #808283;
  font-family: helveticaneuecyrlight_italic, sans-serif;
}
.b-popup-profile-edition .control-group {
  margin: 26px 0;
}
.b-popup-profile-edition .control-group .label {
  padding-bottom: 14px;
}
.b-popup-profile-edition .tab-body.general .control-group .label {
  padding-bottom: 10px;
}
.b-popup-profile-edition .tab-body .error-message {
  float: right;
  color: #F00;
  margin-top: 10px;
  overflow: hidden;
  max-width: 330px;
  word-break: normal;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.b-popup-profile-edition .control-group .label .icon {
  vertical-align: -3px;
}
.b-popup-profile-edition .control-group .label,
.b-popup-profile-edition .control-group .description {
  color: #808283;
}
.b-popup-profile-edition .control-group .description {
  width: 258px;
  float: right;
  margin-top: 6px;
  font-family: helveticaneuecyrlight_italic, sans-serif;
}
.b-popup-profile-edition .tab-body.general .control-group .control {
  margin-left: 22px;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row {
  overflow: hidden;
  position: relative;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .add-phone-button {
  position: relative;
  display: none;
  margin-bottom: 5px;
  margin-left: 4px;
  width: 19px;
  height: 19px;
  vertical-align: bottom;
  border-radius: 3px;
  cursor: pointer;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row:last-child .add-phone-button {
  display: inline-block;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row.last-child .add-phone-button {
  display: inline-block;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .add-phone-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
  margin-left: -5.5px;
  background: url('../images/sprite.png') -140px -93px no-repeat;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .add-phone-button {
  background-color: #63b1ca;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .remove-row {
  position: absolute;
  top: 7.5px;
  left: 190px;
  display: block;
  width: 14px;
  height: 14px;
  background: url('../images/sprite.png') -340px -109px no-repeat;
  cursor: pointer;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .remove-row:hover {
  background-position: -323px -109px;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row.alone .remove-row {
  display: none;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .add-phone-button:hover {
  background-color: #67b9d3;
}
.b-popup-profile-edition .control-group .control input {
  width: 194px;
  border: 1px solid #c6c6c6;
  display: block;
  margin: 1px;
  padding: 5px 7px;
  outline: none;
  background: #fff;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-popup-profile-edition .control-group.edit-name .control {
  overflow: hidden;
}
.b-popup-profile-edition .control-group.edit-name .control input {
  width: 134px;
  float: left;
  color: black;
}
.b-popup-profile-edition .control-group.inactive-flag .control input {
  display: inline-block;
  width: auto;
  float: none;
  margin-right: 4px;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row input {
  display: inline-block;
  padding-right: 26px;
  width: 175px;
  color: black;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row.alone input {
  display: inline-block;
  padding-right: 7px;
  width: 194px;
  color: black;
}
.b-popup-profile-edition .control-group .control input.error {
  border: 2px solid #f85e3a;
  margin: 0;
}
.b-popup-profile-edition .control-group .control textarea {
  width: 294px;
  height: 60px;
  border: 1px solid #c6c6c6;
  display: block;
  margin: 1px;
  padding: 5px 7px;
  outline: none;
  background: #fff;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  resize: none;
}
.b-popup-profile-edition .control-group .control textarea.error {
  border: 2px solid #f85e3a;
  margin: 0;
}
/* primary button/label */
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label {
  /*position: relative;*/
  display: inline-block;
  margin-bottom: 5px;
  margin: 0 0 5px 4px;
  background: #63b1ca;
  height: 19px;
  vertical-align: bottom;
  border-radius: 3px;
  cursor: pointer;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label:hover {
  background-color: #67b9d3;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label .is-primary,
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label .make-primary {
  padding: 0 4px;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  vertical-align: middle;
  line-height: 19px;
  color: white;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label .is-primary {
  display: none;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label.primary {
  cursor: default;
  background: #F85E3A;
  height: 27px;
  margin-bottom: 1px;
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label.primary .is-primary {
  display: inline-block;
  line-height: 25px;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label.primary .make-primary {
  display: none;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .tip {
  display: none;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row:first-child .tip {
  display: inline;
  padding: 0 2px;
}
.b-popup-profile-edition .tab-body.general .control-group .control .row .primary-label input {
  display: none;
}
.b-popup-profile-edition .b-button.notifications {
  margin-left: 10px;
}
.b-popup-profile-edition .b-button.general {
  margin-left: 22px;
}
/* табличка нотификаций */
.b-popup-profile-edition table.notification-settings {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  margin-bottom: 15px;
}
.b-popup-profile-edition table.notification-settings td {
  width: 33%;
  padding: 8px 10px;
  position: relative;
  text-align: center;
  background: white;
}
.b-popup-profile-edition table.notification-settings tr.odd td {
  background: none;
}
.b-popup-profile-edition table.notification-settings td:first-child {
  width: 34%;
  text-align: left;
}
.b-popup-profile-edition .avatar {
  width: 59px;
  float: left;
  /*margin-right: 11px;*/
  text-align: center;
}
.b-popup-profile-edition .avatar .avatar-wrapper {
  position: relative;
}
.b-popup-profile-edition .avatar .avatar-wrapper.changeable:before,
.b-popup-profile-edition .avatar .avatar-wrapper.changeable:after {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 59px;
  height: 59px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 75ms linear;
  -moz-transition: opacity 75ms linear;
  -o-transition: opacity 75ms linear;
  transition: opacity 75ms linear;
}
.b-popup-profile-edition .avatar .avatar-wrapper.changeable:hover:before,
.b-popup-profile-edition .avatar .avatar-wrapper.changeable:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  display: block;
}
.b-popup-profile-edition .avatar .avatar-wrapper.changeable:before {
  background: url('../images/black-77.png');
}
.b-popup-profile-edition .avatar .avatar-wrapper.changeable:after {
  background: url('../images/change-avatar.png') 50% 50% no-repeat;
}
.b-popup-profile-edition .avatar img {
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.b-popup-profile-edition .avatar .status-icons {
  margin-top: 8px;
}
.b-popup-profile-edition .user-data {
  height: 59px;
  overflow: hidden;
  margin-left: 70px;
}
.b-popup-profile-edition .user-data .name {
  margin-top: -5px;
  font-size: 18px;
  line-height: 24px;
  color: #424242;
}
.b-popup-profile-edition .user-data .rank {
  margin: 2px 0 9px;
  color: #808283;
}
/* Блок настроек ассистента
   ========================================================================== */
.b-assistant-settings {
  border-bottom: 1px solid #cecfcf;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
/* Сообщение, что помощников нет.
   ========================================================================== */
.b-you-have-no-assistants {
  margin: 119px 0 30px;
  padding: 13px 0;
  border: 1px solid #cecfcf;
  border-width: 1px 0 1px;
}
.b-you-have-no-assistants .message {
  padding: 14px 30px 16px;
  text-align: center;
  background: white;
  color: #525455;
  font-family: helveticaneuecyrbold_italic, sans-serif;
  font-size: 13px;
}
.b-you-have-no-assistants .message a {
  color: #5cb5e8;
  padding-top: 4px;
  text-decoration: underline;
  font-family: helveticaneuecyrlight_italic, sans-serif;
  font-size: 13px;
}
/* Попап с перечнем тех, кто осведомлен.
   ========================================================================== */
.b-user-that-read-popup {
  width: 574px;
  font-family: helveticaneuecyrroman, sans-serif;
  font-size: 13px;
}
.b-user-that-read-popup .header {
  margin: 10px 30px 0;
}
.b-user-that-read-popup .popup-title {
  margin-bottom: 10px;
  color: #5bb5e8;
  font-size: 15px;
}
.b-user-that-read-popup .users-listing-filters {
  margin: 20px 0;
}
.b-user-that-read-popup .users-listing-filters .item {
  display: block;
  float: left;
  height: 24px;
  margin-right: 9px;
  padding: 0 14px;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #525455;
  vertical-align: middle;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.b-user-that-read-popup .users-listing-filters .item:hover {
  background: #e9f4f8;
  border-color: #c1e0ea;
}
.b-user-that-read-popup .users-listing-filters .item.current {
  background: #fff;
  color: #63b1ca;
  border-color: #63b1ca;
}
.b-user-that-read-popup .b-popup-users-listing .user {
  width: 187px;
}
/* Список категорий документов в левом меню.
   ========================================================================== */
.b-documents-categories-listing {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  padding-bottom: 0;
  margin-bottom: -14px;
  background: #e9e9e9;
  border-top: 1px solid #969899;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-left-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-left-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-documents-categories-listing:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #cecfcf;
  border-bottom: 1px solid #e2e3e3;
}
.b-documents-categories-listing .list-wrapper {
  position: relative;
}
.b-documents-categories-listing .list-wrapper.scrollable {
  padding-right: 15px;
}
.b-documents-categories-listing .list-wrapper .scrollbar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  width: 7px;
  background: #e3e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.b-documents-categories-listing .list-wrapper .scrollbar .body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 67px;
  min-height: 10px;
  background: #5aa7d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.b-documents-categories-listing .list-wrapper.scrollable .scrollbar {
  display: block;
}
.b-documents-categories-listing .list {
  color: #468cb3;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-documents-categories-listing .list.level0 {
  margin-left: 21px;
}
.b-documents-categories-listing .list .item {
  position: relative;
  padding-left: 12px;
}
.b-documents-categories-listing .list.level0 .list .item {
  margin-left: 0;
}
.b-documents-categories-listing .list .item .cat-data,
.b-documents-categories-listing .list .item .category {
  position: relative;
}
.b-documents-categories-listing .list .item .link {
  display: block;
  padding: 3px 4px;
  padding-left: 0;
  color: #468cb3;
  text-decoration: none;
}
.b-documents-categories-listing.space-reserved .list .item .link {
  padding-right: 20px;
}
.b-documents-categories-listing .list .item .category .highlight {
  position: absolute;
  left: -100000px;
  width: 1000000px;
  height: 100%;
  margin: 0 -40px;
}
.b-documents-categories-listing .list .item .category:hover .highlight {
  background: #f4f4f4;
}
.b-documents-categories-listing .list .item .category .highlight .link {
  display: block;
  width: 100%;
  height: 100%;
}
.b-documents-categories-listing .list .item .category.current .highlight {
  background: #63b1ca;
}
.b-documents-categories-listing .list .item .category.current .link {
  color: white;
}
/* кнопка добавления подкатегории */
.b-documents-categories-listing .category .cat-data .add-subcategory {
  display: block;
  visibility: hidden;
  width: 12px;
  height: 12px;
  margin: 4px 4px 1px;
  float: right;
  background: url('../images/sprite.png') -170px -93px no-repeat;
  cursor: pointer;
}
.b-documents-categories-listing .category:hover .cat-data .add-subcategory {
  visibility: visible;
}
.b-documents-categories-listing .category.current .cat-data .add-subcategory {
  background: url('../images/sprite.png') -154px -93px no-repeat;
}
/* стрелочки слева для категорий с дочерними */
.b-documents-categories-listing .list .item.has-child > .category .cat-data .arrow {
  content: '';
  display: none;
  position: absolute;
  left: -12px;
  top: 5px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.b-documents-categories-listing .list .item.has-child.expanded > .category .cat-data .arrow {
  display: block;
  background: url('../images/sprite.png') -150px -46px no-repeat;
}
.b-documents-categories-listing .list .item.has-child.collapsed > .category .cat-data .arrow {
  display: block;
  background: url('../images/sprite.png') -134px -46px no-repeat;
}
.b-documents-categories-listing .list .item.has-child.expanded > .category.current .cat-data .arrow {
  display: block;
  background: url('../images/sprite.png') -150px -62px no-repeat;
}
.b-documents-categories-listing .list .item.has-child.collapsed > .category.current .cat-data .arrow {
  display: block;
  background: url('../images/sprite.png') -134px -62px no-repeat;
}
.b-documents-categories-listing .list .item.collapsed .list {
  display: none;
}
/* Кнопка в левом меню для добавления категории верхнего уровня.
   ========================================================================== */
.b-create-new-top-level-category {
  position: relative;
  background: #e9e9e9;
  margin: 10px 0 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-left-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-left-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-create-new-top-level-category:hover {
  /*background: #f4f4f4;*/
}
.b-create-new-top-level-category .dashed-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  border-top: 1px dashed #c7c8c8;
  border-bottom: 1px dashed #fff;
}
.b-create-new-top-level-category .button-wrapper {
  position: relative;
  overflow: hidden;
}
.b-create-new-top-level-category .button-wrapper.save-categories-order {
  overflow: visible;
  float: right;
  width: 54px;
  height: 54px;
  margin-right: -54px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.b-create-new-top-level-category.unsaved-changes .button-wrapper.save-categories-order {
  margin-right: 0;
}
.b-create-new-top-level-category .button-wrapper.save-categories-order:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  border-left: 1px dashed #c7c8c8;
  border-right: 1px dashed #fff;
}
.b-create-new-top-level-category .button {
  display: block;
  position: relative;
  cursor: pointer;
}
.b-create-new-top-level-category .button:hover {
  background: #f4f4f4;
}
.b-create-new-top-level-category .button.create-category {
  padding: 12px 2px 12px 61px;
  padding-left: 27.9%;
  color: #999;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.b-create-new-top-level-category .button.create-category:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 10.9%;
  width: 17px;
  height: 18px;
  background: url('../images/sprite.png') -16px -105px no-repeat;
}
.b-create-new-top-level-category .button-wrapper.save-categories-order .button {
  width: 54px;
  height: 54px;
  background-image: url('../images/quick-made-save-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  position: relative;
  z-index: 10;
  margin-top: -44px;
  margin-left: 54px;
  background: black;
  background: rgba(0, 0, 0, 0.54);
  color: white;
  padding: 0 10px;
  font-weight: bolder;
  font-family: helveticaneuecyrmedium, sans-serif;
  line-height: 34px;
  cursor: default;
  opacity: 0;
  -webkit-transition: all 300ms 400ms ease-out;
  -moz-transition: all 300ms 400ms ease-out;
  -o-transition: all 300ms 400ms ease-out;
  transition: all 300ms 400ms ease-out;
}
.b-create-new-top-level-category.unsaved-changes .button-wrapper.save-categories-order .tooltip {
  position: fixed;
  opacity: 1;
}
.b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}
/* Блок, сообщающий об отсутствии данных.
   ========================================================================== */
.b-nodata {
  text-align: center;
  padding: 15px 20px;
  color: #999;
  font-family: helveticaneuecyrlight_italic, helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  cursor: default;
}
.b-popup-nodata {
  text-align: center;
  padding: 15px 20px;
  color: #999;
  font-family: helveticaneuecyrlight_italic, helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  cursor: default;
}
.b-sidebar-nodata {
  text-align: center;
  padding: 5px 20px;
  color: #979797;
  font-family: helveticaneuecyrlight_italic, helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  cursor: default;
}
.b-maincolumn-nodata {
  text-align: center;
  padding: 13px 20px 30px;
  color: #979797;
  font-family: helveticaneuecyrlight_italic, helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  cursor: default;
}
.b-sidebar-nodata-filters {
  display: none;
  text-align: center;
  padding: 10px 8px;
  color: #979797;
  font-family: helveticaneuecyrlight_italic, helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  padding-left: 40px;
  background: url('../images/arrow-upside.png') 15px 0 no-repeat;
  cursor: default;
}
/* ообщение успеха здесь же */
.b-maincolumn-success {
  text-align: center;
  padding: 20px;
  color: #1f971f;
  /*font-family: helveticaneuecyrlight_italic, helveticaneuecyrroman, Helvetica, sans-serif;*/
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
/* Простенькая форма ответа. Используется в диалогах, в дискуссиях.
   ========================================================================== */
.b-reply-form {
  margin: 0;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-reply-form .textarea-wrapper {
  position: relative;
  overflow: hidden;
}
.b-reply-form .textarea-wrapper .placeholder {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #909090;
}
.b-reply-form .textarea-wrapper textarea {
  display: block;
  width: 458px;
  height: 112px;
  margin: 0;
  padding: 13px 11px;
  outline: none;
  resize: none;
  border: 1px solid #cac5c5;
  background: #f4f4f4;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-reply-form .textarea-wrapper textarea.error {
  border-color: #f85e3a;
}
.b-reply-form .textarea-wrapper textarea:focus {
  background: #fff;
}
.b-reply-form .buttons {
  margin: 10px 0 0;
}
.b-reply-form .upload-button {
  float: left;
  height: 36px;
  padding-right: 20px;
  color: #36839b;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
}
.b-reply-form .b-button {
  float: right;
  margin-right: 0;
}
.b-reply-form .attached-files-list {
  display: none;
  margin-top: 20px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-reply-form .attached-files-list .subtitle {
  color: #909090;
  padding-bottom: 9px;
  border-bottom: 1px solid #d1d1d1;
  cursor: default;
}
/* Вложение из формы загрузки.
   ========================================================================== */
.b-upload-form-attachment {
  position: relative;
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #d1d1d1;
}
.b-upload-form-attachment:last-child {
  border-bottom: none;
  margin-bottom: -20px;
}
.b-upload-form-attachment.error {
  color: #bc0000;
}
.b-upload-form-attachment .icon-cancel-remove {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -20px;
  width: 56px;
  height: 100%;
  background: none;
  cursor: pointer;
}
.b-upload-form-attachment:hover .icon-cancel-remove {
  visibility: visible;
}
.b-upload-form-attachment .icon-cancel-remove .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  background: url('../images/sprite.png') -323px -75px no-repeat;
}
.b-upload-form-attachment .icon-cancel-remove:hover .icon {
  background: url('../images/sprite.png') -323px -109px no-repeat;
}
.b-upload-form-attachment .filename {
  position: relative;
  margin: 6px 0;
  padding-left: 20px;
  color: #36839b;
  word-wrap: break-word;
}
.b-upload-form-attachment.placeholder .filename {
  color: #909090;
}
.b-upload-form-attachment.error .filename {
  color: #d55954;
}
.b-upload-form-attachment .filename:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url('../images/sprite.png');
  background-position: -39px -108px;
}
.b-upload-form-attachment.placeholder .filename:after {
  background-position: -56px -108px;
}
.b-upload-form-attachment.error .filename:after {
  background-position: -73px -108px;
}
.b-upload-form-attachment .progress-indicator {
  position: relative;
  overflow: hidden;
  margin: 11px 0 6px;
  height: 11px;
  background: #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.b-upload-form-attachment .progress-indicator .bar {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  background: #5bb5e8;
}
/* Форма создания новой новости.
   ========================================================================== */
.b-new-news-discussion {
  padding: 20px 19px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-news-discussion .input-wrapper {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.b-new-news-discussion .input-wrapper .placeholder {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #afafaf;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-news-discussion .input-wrapper input {
  width: 466px;
  border: 1px solid #c6c6c6;
  display: block;
  margin: 0;
  padding: 7px 7px;
  outline: none;
  background: #f4f4f4;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-news-discussion .input-wrapper input.error {
  border-color: #f85e3a;
}
.b-new-news-discussion .input-wrapper input:focus {
  background: #fff;
}
.b-new-news-discussion .textarea-wrapper {
  position: relative;
  height: 140px;
  overflow: hidden;
}
.b-new-news-discussion .textarea-wrapper .placeholder {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #909090;
}
.b-new-news-discussion .textarea-wrapper textarea {
  display: block;
  width: 458px;
  height: 112px;
  margin: 0;
  padding: 13px 11px;
  outline: none;
  resize: none;
  border: 1px solid #cac5c5;
  background: #f4f4f4;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-new-news-discussion .textarea-wrapper textarea.error {
  border-color: #f85e3a;
}
.b-new-news-discussion .textarea-wrapper textarea:focus {
  background: #fff;
}
.b-new-news-discussion .checkbox-wrapper {
  margin: 0 0 6px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  color: #909090;
}
.b-new-news-discussion .checkbox-wrapper.checked {
  color: #444;
}
.b-new-news-discussion .checkbox-wrapper input {
  margin: 0;
  outline: none;
}
.b-new-news-discussion .buttons {
  margin: 10px 0 0;
}
.b-new-news-discussion .upload-button {
  float: left;
  height: 36px;
  padding-right: 20px;
  color: #36839b;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
}
.b-new-news-discussion .b-button {
  float: right;
  margin-right: 0;
}
.b-new-news-discussion .attached-files-list {
  display: none;
  margin-top: 20px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-news-discussion .attached-files-list .subtitle {
  color: #909090;
  padding-bottom: 9px;
  border-bottom: 1px solid #d1d1d1;
  cursor: default;
}
/* Попап создания новой категории.
   ========================================================================== */
.b-new-category-popup {
  width: 480px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-category-popup .popup-title2 {
  color: #202121;
  padding-bottom: 13px;
  border-bottom: 1px solid #d1d1d1;
}
.b-new-category-popup dd {
  margin: 13px 0 17px;
}
.b-new-category-popup .input-wrapper,
.b-new-category-popup .select-wrapper {
  position: relative;
  background: #f4f4f4;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  margin: 5px 0 10px;
}
.b-new-category-popup .input-wrapper .placeholder {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #afafaf;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-category-popup .input-wrapper input {
  width: 464px;
  border: 1px solid #c6c6c6;
  display: block;
  margin: 0;
  padding: 7px 7px;
  outline: none;
  background: #f4f4f4;
  color: #22201e;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-category-popup .input-wrapper input.error {
  border-color: #f85e3a;
}
.b-new-category-popup .input-wrapper input:focus {
  background: #fff;
}
.b-new-category-popup .hrule {
  margin: -7px 0 10px;
  border-top: 1px solid #d1d1d1;
}
.b-new-category-popup .dk_container a {
  width: auto !important;
}
/* Попап подтверждения прочтения за других пользователей.
   ========================================================================== */
.b-confirm-for-users {
  width: 315px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-confirm-for-users .b-popup-title2 {
  color: #2b2b2b;
  margin-bottom: 10px;
}
.b-confirm-for-users .b-popup-users-listing .user {
  margin-right: -3px;
}
.b-confirm-for-users .b-popup-users-listing .user {
  margin: 0 3px 3px 0;
}
.b-confirm-for-users .b-popup-users-listing .user .inner {
  background: #ffffff;
  border: 1px solid #c8c8c8;
}
.b-confirm-for-users .b-popup-users-listing .user.selected .inner {
  background: #e8e8e8;
}
.b-confirm-for-users .b-popup-users-listing .user .inner .fade {
  background-image: url('../images/user-name-fades.png');
  background-position: -60px 0;
}
.b-confirm-for-users .b-popup-users-listing .user.selected .inner .fade {
  background-image: url('../images/user-name-fades.png');
  background-position: -80px 0;
}
.b-confirm-for-users .b-popup-users-listing .user .inner .checkbox {
  margin-top: 10px;
  margin-left: 69px;
}
.b-confirm-for-users .b-popup-users-listing .user .inner .checkbox input {
  margin: 0;
}
.b-confirm-for-users .button-wrapper {
  margin: 20px 0 11px;
  text-align: center;
}
.b-confirm-for-users .button-wrapper .b-button {
  padding: 0 10px;
}
.b-confirm-for-users .button-wrapper .b-button .icon {
  margin: 0 11px 0 4px;
}
.b-confirm-for-users .error-message {
  min-height: 15px;
  visibility: hidden;
  color: red;
  text-align: center;
}
/* Форма создания нового диалога
   ========================================================================== */
.b-new-dialog {
  padding: 20px 19px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
/* Выпадающий список выбора пользователей
   ========================================================================== */
.b-user-dropdown {
  border: 1px solid #ccc;
  position: relative;
  background: #fff;
}
.b-user-dropdown .selected-option-wrapper {
  position: relative;
}
.b-user-dropdown .selected-option-container {
  cursor: pointer;
  padding-right: 20px;
}
.b-user-dropdown .selected-option-container * {
  cursor: pointer;
}
.b-user-dropdown .unchangeable .selected-option-container {
  padding-right: 0;
}
.b-user-dropdown .unchangeable .selected-option-container,
.b-user-dropdown .unchangeable .selected-option-container * {
  cursor: default;
}
.b-user-dropdown .placeholder {
  padding: 7px 10px;
}
.b-user-dropdown .arrow {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 2;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  cursor: pointer;
  background: url('../images/sprite.png') -150px -46px no-repeat;
}
.b-user-dropdown.open .arrow {
  background-position: -166px -46px;
}
.b-user-dropdown .selected-option-wrapper.unchangeable .arrow {
  display: none;
}
.b-user-dropdown .options {
  display: none;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
  background: #fff;
}
.b-user-dropdown.open .options {
  display: block;
}
.b-user-dropdown .options .options-list-header .arrow {
  background-position: -32px 0;
}
.b-user-dropdown .options .options-list-header {
  position: relative;
  overflow: hidden;
  margin: 0 14px;
  margin-right: 24px;
  min-height: 46px;
  border-bottom: 1px solid #ccc;
}
.b-user-dropdown .options .options-list-header .search-box {
  position: absolute;
  top: 10px;
  left: 100%;
  width: 100%;
  height: 26px;
  overflow: hidden;
  margin-left: -26px;
  background: white;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.b-user-dropdown .options .options-list-header.search-open .search-box {
  left: 0;
  margin-left: 0;
}
.b-user-dropdown .options .options-list-header .users-listing-filters {
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.b-user-dropdown .options .options-list-header.search-open .users-listing-filters {
  opacity: 0;
}
.b-user-dropdown .options .options-list-header .search-box .times-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 7px;
  top: 50%;
  margin-top: -7px;
  background: url('../images/sprite.png') -323px -75px no-repeat;
  cursor: pointer;
}
.b-user-dropdown .options .options-list-header .search-box .search-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 50%;
  margin-top: -8px;
  background: url('../images/sprite.png') -271px -116px no-repeat;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.b-user-dropdown .options .options-list-header.search-open .search-box .search-icon {
  opacity: 0;
}
.b-user-dropdown .options .options-list-header .search-box input {
  width: 90%;
  height: 16px;
  right: 7px;
  top: 50%;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 10px;
  border: 0;
  background: white;
  outline: none;
}
.b-user-dropdown .options .scrollable {
  position: relative;
}
.b-user-dropdown .options .scrollable {
  padding-right: 9px;
}
.b-user-dropdown .options .scrollable .scrollbar {
  /*display: none;*/
  position: absolute;
  top: -1px;
  right: 13px;
  width: 7px;
  bottom: 1px;
  background: #e3e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.b-user-dropdown.nofilters .options .scrollable .scrollbar {
  top: 48px;
}
.b-user-dropdown .options .scrollable .scrollbar .body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  min-height: 10px;
  background: #5aa7d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.b-user-dropdown .options .scrollable .scrollable-content-wrapper {
  overflow: hidden;
  max-height: 280px;
  padding-right: 13px;
}
.b-user-dropdown .options .options-listing .option {
  clear: both;
  padding: 0 14px;
  cursor: pointer;
}
.b-user-dropdown .options .option .b-user-block {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.b-user-dropdown .options .option:last-child .b-user-block {
  border-bottom: none;
}
.b-user-dropdown .options .options-listing .option .b-user-block {
  cursor: pointer;
}
.b-new-dialog .users-listing-filters {
  margin: 10px 0;
  padding: 0 7px;
}
.b-new-dialog .users-listing-filters .item {
  display: block;
  float: left;
  height: 24px;
  margin-right: 9px;
  padding: 0 13px;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #525455;
  vertical-align: middle;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.b-new-dialog .users-listing-filters .item:hover {
  background: #e9f4f8;
  border-color: #c1e0ea;
}
.b-new-dialog .users-listing-filters .item.current {
  background: #fff;
  color: #63b1ca;
  border-color: #63b1ca;
}
.b-new-dialog .hrule {
  margin: 20px 0;
  border-top: 1px solid #ccc;
}
.b-new-dialog .input-wrapper {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.b-new-dialog .input-wrapper .placeholder {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #afafaf;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-dialog .input-wrapper input {
  width: 466px;
  border: 1px solid #c6c6c6;
  display: block;
  margin: 0;
  padding: 7px 7px;
  outline: none;
  background: #f4f4f4;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-dialog .input-wrapper input.error {
  border-color: #f85e3a;
}
.b-new-dialog .input-wrapper input:focus {
  background: #fff;
}
.b-new-dialog .textarea-wrapper {
  position: relative;
  height: 140px;
  overflow: hidden;
}
.b-new-dialog .textarea-wrapper .placeholder {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #909090;
}
.b-new-dialog .textarea-wrapper textarea {
  display: block;
  width: 458px;
  height: 112px;
  margin: 0;
  padding: 13px 11px;
  outline: none;
  resize: none;
  border: 1px solid #cac5c5;
  background: #f4f4f4;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-new-dialog .textarea-wrapper textarea.error {
  border-color: #f85e3a;
}
.b-new-dialog .textarea-wrapper textarea:focus {
  background: #fff;
}
.b-new-dialog .checkbox-wrapper {
  margin: 0 0 6px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  color: #909090;
}
.b-new-dialog .checkbox-wrapper.checked {
  color: #444;
}
.b-new-dialog .checkbox-wrapper input {
  margin: 0;
  outline: none;
}
.b-new-dialog .buttons {
  margin: 10px 0 0;
}
.b-new-dialog .upload-button {
  float: left;
  height: 36px;
  padding-right: 20px;
  color: #36839b;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
}
.b-new-dialog .b-button {
  float: right;
  margin-right: 0;
}
.b-new-dialog .attached-files-list {
  display: none;
  margin-top: 20px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-dialog .attached-files-list .subtitle {
  color: #909090;
  padding-bottom: 9px;
  border-bottom: 1px solid #d1d1d1;
  cursor: default;
}
.b-new-dialog .link-to-dialog {
  display: none;
  float: right;
  color: #36839B;
  text-decoration: none;
}
.b-new-dialog .link-to-dialog:hover {
  text-decoration: underline;
}
/* Строковой вариант отображения пользователя. Используется, например, в дропдаунах.
   ========================================================================== */
.b-user-block {
  height: 37px;
  padding: 9px 7px;
  line-height: 36px;
  vertical-align: middle;
  cursor: default;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-user-block .status-icon-wrapper {
  padding-right: 10px;
  float: right;
}
.b-user-block .avatar {
  position: relative;
  height: 36px;
  width: 36px;
  overflow: hidden;
  float: left;
  margin-right: 6px;
}
.b-user-block.assistant .avatar:after,
.b-user-block.house-member .avatar:after,
.b-user-block.unavailable .avatar:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #63b1ca;
}
.b-user-block.house-member .avatar:after {
  background: #63ca94;
}
.b-user-block.unavailable .avatar:after {
  background: #bb5656;
}
.b-user-block .avatar img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.b-user-block .name {
  color: #161616;
  overflow: hidden;
  word-break: normal;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* Блок страницы авторизации.
   ========================================================================== */
.b-login {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -259px;
  margin-top: -130px;
  width: 482px;
  padding: 34px 18px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-login.password-recovery {
  margin-top: -110px;
}
.b-login.password-recovery.success {
  margin-top: -140px;
  padding: 78px 18px 20px;
  text-align: center;
}
.b-login a {
  color: #4f9fcd;
}
.b-login a.b-button {
  color: white;
}
.b-login .title {
  position: absolute;
  width: 80%;
  /*left: 15px;*/
  top: -25px;
  font-family: helveticaneuecyrroman, sans-serif;
  color: #ffffff;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.b-login .title b,
.b-login .title strong {
  font-family: helveticaneuecyrblack, sans-serif;
  font-weight: normal;
}
.b-login .hrule {
  margin: 20px 0;
  border-top: 1px solid #e8e8e8;
}
.b-login .inputs {
  position: relative;
}
.b-login .inputs dd {
  position: relative;
  margin-right: 16px;
  margin-bottom: 21px;
}
.b-login.password-recovery .inputs dd {
  margin-bottom: 10px;
}
.b-login .inputs dt {
  margin-bottom: 6px;
  font-family: helveticaneuecyrroman, sans-serif;
  color: #525455;
  font-size: 13px;
}
.b-login .inputs dl.password {
  /*margin-right: 235px;*/
}
.b-login.sms .inputs dl.password {
  margin-right: 0px;
}
.b-login.sms.unsent .inputs dl.password {
  display: none;
}
.b-login.sms .inputs .b-button.send-sms-password {
  display: none;
}
.b-login.sms.unsent .inputs .b-button.send-sms-password {
  display: inline-block;
  margin: 2px 0 33px;
}
.b-login .inputs input {
  /*width: 466px;*/
  width: 100%;
  border: 1px solid #c6c6c6;
  display: block;
  margin: 0;
  padding: 6px 7px;
  outline: none;
  background: #fff;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-login .inputs input.error {
  border-color: #ff5438;
}
.b-login .inputs input:disabled {
  background: #f8f8f4;
  color: #666;
}
.b-login .b-button.sms-passw {
  float: right;
  min-width: 147px;
  margin-top: 14px;
}
.b-login .sms-password-repeat {
  float: right;
}
.b-login.sms .b-button.sms-passw {
  display: none;
}
.b-login .block-footer {
  border-top: 1px solid #e8e8e8;
  margin-top: -10px;
  padding-top: 20px;
}
.b-login.password-recovery.success .block-footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 69px;
  padding-top: 20px;
}
.b-login .block-footer .password-recovery-link {
  float: right;
}
.b-login .block-footer .password-recovery-link a {
  line-height: 36px;
  vertical-align: middle;
  color: #4f9fcd;
}
.b-login .error-message {
  display: none;
  float: right;
  margin-top: 3px;
  color: #ff5438;
  text-align: right;
}
.b-login.password-recovery.success .repeat-button {
  margin-top: 23px;
}
.b-login .success-message {
  display: none;
}
.b-login.password-recovery.success .success-message {
  display: block;
}
.b-login.password-recovery.success .recovery-form-content {
  display: none;
}
.b-login .error-message-block {
  display: none;
  border: 1px solid red;
  color: darkred;
  background: lightpink;
  padding: 8px 6px 7px;
  margin-bottom: 30px;
  background-color: #FFDADA;
}
/* Попап редактирования документа
   ========================================================================== */
/* Попап создания новой категории.
   ========================================================================== */
.b-document-edit-popup {
  width: 480px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-document-edit-popup .popup-title2 {
  color: #202121;
  padding-bottom: 13px;
  border-bottom: 1px solid #d1d1d1;
}
.b-document-edit-popup dd {
  margin: 13px 0 17px;
}
.b-document-edit-popup .input-wrapper,
.b-document-edit-popup .select-wrapper {
  position: relative;
  background: #f4f4f4;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  margin: 5px 0 10px;
}
.b-document-edit-popup .input-wrapper .placeholder {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #afafaf;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-document-edit-popup .input-wrapper input {
  width: 464px;
  border: 1px solid #c6c6c6;
  display: block;
  margin: 0;
  padding: 7px 7px;
  outline: none;
  background: #f4f4f4;
  color: #22201e;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-document-edit-popup .input-wrapper input.error {
  border-color: #f85e3a;
}
.b-document-edit-popup .input-wrapper input:focus {
  background: #fff;
}
.b-document-edit-popup .hrule {
  margin: 10px 0 10px;
  border-top: 1px solid #d1d1d1;
}
.b-document-edit-popup .select-wrapper select {
  width: 100%;
}
/* Внутренности формы загрузки новых документов
   ========================================================================== */
.b-new-documents-form {
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-documents-form .buttons {
  margin: 0;
}
.b-new-documents-form .upload-button {
  float: left;
  height: 36px;
  color: #36839b;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
}
.b-new-documents-form .submit-button {
  display: none;
  margin: 7px 0 0;
  padding-top: 18px;
  border-top: 1px solid #D1D1D1;
}
.b-new-documents-form .attached-files-list {
  display: none;
  margin-bottom: 7px;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-new-documents-form .attached-files-list .subtitle {
  color: #909090;
  padding-bottom: 9px;
  border-bottom: 1px solid #d1d1d1;
  cursor: default;
}
.b-new-documents-form .attached-files-list .attachments .attachment {
  position: relative;
  padding: 16px 40px 16px 0;
  border-bottom: 1px solid #d1d1d1;
}
.b-new-documents-form .attached-files-list .attachments .attachment.error {
  color: #bc0000;
}
.b-new-documents-form .attached-files-list .attachments .attachment .icon-cancel-remove {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -20px;
  width: 56px;
  height: 100%;
  background: none;
  cursor: pointer;
}
.b-new-documents-form .attached-files-list .attachments .attachment:hover .icon-cancel-remove {
  visibility: visible;
}
.b-new-documents-form .attached-files-list .attachments .attachment .icon-cancel-remove .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  background: url('../images/sprite.png') -323px -75px no-repeat;
}
.b-new-documents-form .attached-files-list .attachments .attachment .icon-cancel-remove:hover .icon {
  background: url('../images/sprite.png') -323px -109px no-repeat;
}
.b-new-documents-form .attached-files-list .attachments .attachment .filename {
  position: relative;
  margin: 0 0 10px;
  padding-left: 20px;
  color: #36839b;
  word-wrap: break-word;
}
.b-new-documents-form .attached-files-list .attachments .attachment.placeholder .filename {
  color: #909090;
}
.b-new-documents-form .attached-files-list .attachments .attachment.error .filename {
  color: #d55954;
}
.b-new-documents-form .attached-files-list .attachments .attachment .filename:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url('../images/sprite.png');
  background-position: -39px -108px;
}
.b-new-documents-form .attached-files-list .attachments .attachment.placeholder .filename:after {
  background-position: -56px -108px;
}
.b-new-documents-form .attached-files-list .attachments .attachment.error .filename:after {
  background-position: -73px -108px;
}
.b-new-documents-form .attached-files-list .attachments .attachment .progress-indicator {
  position: relative;
  overflow: hidden;
  margin: 11px 0 6px;
  height: 11px;
  background: #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.b-new-documents-form .attached-files-list .attachments .attachment .progress-indicator .bar {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  background: #5bb5e8;
}
.b-new-documents-form .attached-files-list .attachments .attachment.error-no-categories .select2-container-multi .select2-choices {
  border-color: #f85e3a !important;
}
.b-new-documents-form .error-message {
  display: none;
  float: right;
  margin-top: 11px;
  color: #f85e3a;
  font-size: 13px;
}
/* Блок, сообщающий об отсутствии прав на чтение новостей. И тут же сообщение об ошибке - они похожи.
   ========================================================================== */
.b-error-message {
  text-align: center;
}
.b-no-access-to-news {
  text-align: center;
  background: url('../images/arrow-big-1.png') 0 100% no-repeat;
  padding-bottom: 90px;
}
.b-no-access-to-news.menu-length3 {
  background: url('../images/arrow-big-2.png') 0 100% no-repeat;
  padding-bottom: 54px;
}
.b-no-access-to-news.menu-length2 {
  background: url('../images/arrow-big-3.png') 0 100% no-repeat;
  padding-bottom: 40px;
}
.b-no-access-to-news .brick {
  height: 101px;
  margin-bottom: 30px;
  background: url('../images/nope.png') 50% 0 no-repeat;
}
.b-no-access-to-news.menu-length2 .brick {
  margin-bottom: 13px;
}
.b-error-message .message,
.b-no-access-to-news .message {
  color: #cacaca;
  font-family: helveticaneuecyrbold, sans-serif;
  font-size: 14px;
  margin-bottom: 14px;
}
.b-no-access-to-news.menu-length2 .message {
  margin-bottom: 10px;
}
.b-error-message .advice,
.b-no-access-to-news .advice {
  color: #cacaca;
  font-family: helveticaneuecyrroman, sans-serif;
  font-size: 12px;
}
.b-error-message .error-code {
  margin: 10px auto 20px;
  color: #6b7072;
  font-family: 'consolas', 'Courier New', monospace, sans-serif;
  font-size: 54px;
  font-weight: bold;
  text-shadow: 3px 5px 0 #3f4649;
}
/* Кнопки фильтров для результатов поиска
   ========================================================================== */
.b-search-results-filters {
  display: block;
  margin: 20px 0;
  font-family: helveticaneuecyrroman, sans-serif;
  font-size: 13px;
}
.b-search-results-filters .item {
  display: block;
  float: left;
  height: 24px;
  margin-right: 9px;
  padding: 0 14px;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #525455;
  vertical-align: middle;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.b-search-results-filters .item:hover {
  background: #e9f4f8;
  border-color: #c1e0ea;
}
.b-search-results-filters .item.current {
  background: #fff;
  color: #63b1ca;
  border-color: #63b1ca;
}
/* Футер.
   ========================================================================== */
.b-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 940px;
  height: 75px;
  margin-left: -470px;
  overflow: hidden;
  border-top: 1px solid #3d3d3d;
}
.b-footer .left-side {
  float: left;
}
.b-footer .right-side {
  float: right;
}
.b-footer .logo {
  width: 100px;
  height: 75px;
  margin-right: 20px;
  float: left;
  background: url('../images/sprite.png') -202px 0 no-repeat;
}
.b-footer .copyright {
  float: left;
  line-height: 75px;
  vertical-align: middle;
  color: #c8c8c8;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  cursor: default;
}
.b-footer .developed-by {
  width: 199px;
  height: 13px;
  padding: 0;
  margin: 31px 0;
  display: block;
  background: url('../images/sprite.png') 0 0 no-repeat;
  text-indent: -100000px;
}
/* Блок обновления/загрузки аватара
   ========================================================================== */
.b-change-avatar {
  overflow: hidden;
}
.b-change-avatar .avatar-block,
.b-change-avatar .image-container {
  width: 60px;
  height: 60px;
}
.b-change-avatar.rectangle .avatar-block,
.b-change-avatar.rectangle .image-container {
  width: 120px;
  height: 136px;
}
.b-change-avatar .avatar-block {
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.b-change-avatar .image-container {
  position: relative;
  background: #ccc;
}
.b-change-avatar .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  /*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;*/
}
.b-change-avatar.in-progress .image-container {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.b-change-avatar .loader,
.b-change-avatar .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-change-avatar .loader {
  display: none;
  background: url('../images/ajaxload.gif') 50% 50% no-repeat;
}
.b-change-avatar.in-progress .loader {
  display: block;
}
.b-change-avatar .mask {
  background: url('../images/circle-mask-large.png') 0 0;
}
.b-change-avatar.rectangle .mask {
  display: none;
}
.b-change-avatar .loader .loader-foreground {
  width: 100%;
  height: 100%;
}
.b-change-avatar .loader .loader-foreground {
  width: 100%;
  height: 100%;
}
.b-change-avatar .helper {
  font-size: 11px;
  color: #777;
  margin-top: 5px;
}
/* Блок формы.
   ========================================================================== */
.b-form strong {
  font-weight: normal;
}
.b-form .form-title {
  font-size: 14px;
  margin: 30px 0 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.b-form .form-title:first-child {
  margin-top: 0;
}
.b-form .form-control {
  margin: 26px 0;
}
.b-form .form-control:first-child {
  margin-top: 0;
}
.b-form .form-control:last-child {
  margin-bottom: 0;
}
.b-form .form-control .label {
  margin-bottom: 10px;
  color: #808283;
}
.b-form .form-control .label strong {
  font-weight: normal;
  color: #000;
}
.b-form .form-control .controls {
  margin-top: 10px;
}
.b-form .form-control .controls .row input {
  vertical-align: top;
}
.b-form .form-control .controls input[type="text"],
.b-form .form-control .controls input[type="email"],
.b-form .form-control .controls input[type="password"],
.b-form .form-control .controls select {
  width: 194px;
  border: 1px solid #C6C6C6;
  display: inline-block;
  margin: 1px;
  padding: 5px 7px;
  outline: none;
  background: #FFF;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
}
.b-form .form-control .controls .select2-container {
  width: 211px;
}
.b-form .form-control .controls textarea {
  width: 294px;
  height: 60px;
  border: 1px solid #C6C6C6;
  display: inline-block;
  margin: 1px;
  padding: 5px 7px;
  outline: none;
  background: #FFF;
  color: black;
  font-family: helveticaneuecyrroman, Helvetica, sans-serif;
  font-size: 13px;
  resize: none;
}
.b-form .form-control .controls input[type="text"].error,
.b-form .form-control .controls input[type="email"].error,
.b-form .form-control .controls input[type="password"].error,
.b-form .form-control .controls textarea.error {
  border: 2px solid #f85e3a;
  margin: 0;
}
.b-form .form-control .controls .hint {
  padding: 3px 0 0 3px;
  color: #666;
  font-size: 0.92em;
}
.b-form .form-control .controls .autocompletion-hint {
  color: #999;
  display: inline-block;
  margin: 0 0 0 2px;
  line-height: 28px;
  vertical-align: bottom;
}
.b-form .form-control .controls .autocompletion-hint span {
  border-bottom: 1px dashed #349CBD;
  color: #349CBD;
  cursor: pointer;
}
.b-form .form-control .label {
  cursor: pointer;
}
.b-form .form-control.unclickable-label .label {
  cursor: default;
}
.b-form.icons .form-control .label {
  position: relative;
  margin-left: 22px;
  cursor: pointer;
}
.b-form.icons .form-control .label .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.b-form.icons .form-control .controls {
  margin-left: 22px;
}
.b-form .form-control .error-message {
  margin-top: 8px;
  color: #f85e3a;
}
.b-form .form-control .controls .row .add-row-button {
  position: relative;
  display: none;
  margin-bottom: 5px;
  margin-left: 4px;
  width: 19px;
  height: 19px;
  vertical-align: bottom;
  border-radius: 3px;
  cursor: pointer;
}
.b-form .form-control .controls .row .add-row-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
  margin-left: -5.5px;
  background: url('../images/sprite.png') -140px -93px no-repeat;
}
.b-form .form-control .controls .row:last-child .add-row-button {
  display: inline-block;
}
.b-form .form-control .controls .row.last-child .add-row-button {
  display: inline-block;
}
.b-form .form-control .controls .row .add-row-button {
  background-color: #63b1ca;
}
.b-form .form-control .controls .row .add-row-button:hover {
  background-color: #67b9d3;
}
.b-form .hrule {
  position: relative;
  border-top: 1px solid #c9c9c9;
  margin: 22px 0;
}
.b-form .hrule.negative-margin {
  margin: -22px 0;
}
.b-form .hrule.small {
  margin: 12px 0;
}
.b-form .hrule.negative-margin.small {
  margin: -12px 0;
}
.b-form .error-message-block {
  padding: 8px 6px 7px;
  margin: 20px 0;
  border: 1px solid red;
  color: darkred;
  /*background: lightpink;*/
  background-color: #FFDADA;
}
.b-form .success-message-block {
  padding: 8px 6px 7px;
  margin: 20px 0;
  border: 1px solid lime;
  color: darkgreen;
  /*background: lightgreen;*/
  background-color: #dbffdb;
}
.b-form .error-message-block:first-child {
  margin-top: 0;
}
.b-form .error-message-block:last-child {
  margin-bottom: 0;
}
.b-form .error-message-block strong {
  font-family: helveticaneuecyrbold, sans-serif;
}
.b-form .error-message-block a {
  color: #a20000;
}
.b-form .error-message-block a:hover {
  color: #d73732;
}
/* Админские формы
   ========================================================================== */
.b-user-public-profile input.address {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-user-public-profile .google-map-wrap {
  margin-top: 6px;
  border: 1px solid #C6C6C6;
}
.b-user-public-profile .google-map {
  height: 300px;
}
.b-assign-assistant .b-user-dropdown {
  margin-bottom: 13px;
}
.b-assign-assistant .b-user-dropdown .options .scrollable .scrollbar {
  top: 29px;
}
.b-assign-assistant .b-user-dropdown.value-selected .options .scrollable .scrollbar {
  top: 54px;
}
.b-assign-assistant .b-user-dropdown .options .options-listing .option {
  padding-right: 5px;
}
.b-assign-assistant .current-assistants .assistant-wrapper {
  border-radius: 3px;
}
.b-assign-assistant .current-assistants .assistant-wrapper.hover {
  background: #E9E9E9;
}
.b-assign-assistant .current-assistants .remove-button-wrapper {
  position: relative;
  height: 55px;
  float: right;
  width: 40px;
  margin-left: 10px;
  border-left: 1px dashed #CCC;
  cursor: pointer;
}
.b-assign-assistant .current-assistants .remove-button-wrapper .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  background: url('../images/sprite.png') -323px -75px no-repeat;
}
.b-assign-assistant .current-assistants .remove-button-wrapper:hover .icon {
  background: url('../images/sprite.png') -323px -109px no-repeat;
}
.b-assign-assistant .current-assistants .b-user-block .avatar,
.b-assign-assistant .current-assistants .b-user-block .name span {
  cursor: pointer;
}
.partner-banner img {
  margin-top: 10px;
}
.no_mobile {
  display: none;
}
.b-document-list-subcategories {
  margin-top: 20px;
}
.b-document-list-subcategories .cat-data .arrow {
  display: none;
}
.b-document-list-subcategories .cat-data .add-subcategory {
  display: none;
}
.b-document-list-subcategories ul a {
  display: inline-block;
  padding: 3px 4px 3px 0;
  color: #468cb3;
  font-size: 13px;
  font-family: helveticaneuecyrroman, sans-serif;
  text-decoration: none;
}
.b-document-list-subcategories ul .highlight {
  display: none;
}
.b-document-list-subcategories ul {
  list-style: disc;
  margin-left: 16px;
  color: #666;
}
.b-document-list-subcategories ul ul {
  margin-left: 10px;
}
.b-document-list-subcategories .list.level0 .item {
  background-color: #f4f4f4;
}
.b-document-list-subcategories .list.level0 .item.ui-sortable-helper {
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
}
.b-save-documents-order-btn {
  float: right;
  width: 50px;
  height: 50px;
  margin: -10px -10px 0 0;
  background-image: url('../images/quick-made-save-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.b-save-documents-order-btn:hover {
  background-color: #e6e6e6;
}
.b-font-settings {
  position: relative;
  color: #2d2f31;
  font-size: 13px;
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
}
.b-font-settings .font-settings-button {
  background-color: #787878;
  border-radius: 5px;
  margin-top: 23px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #f4f4f4;
  position: relative;
  cursor: pointer;
}
.b-font-settings .font-settings-button .icon.settings {
  background-position: -205px -96px;
}
.b-font-settings .icon.settings {
  display: block;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.b-font-settings .font-settings-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 9999;
}
.b-font-settings .font-settings-widget-overlay.showed {
  display: block;
}
.b-font-settings .font-settings-widget {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -203px;
  margin-top: -205px;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 0 20px 22px;
}
.b-font-settings .font-settings-widget .font-settings-header {
  height: 36px;
  padding-bottom: 8px;
  margin-bottom: 14px;
  line-height: 36px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.b-font-settings .size-choose {
  font-size: 0;
  padding-bottom: 17px;
  margin-top: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #d7d7d7;
}
.b-font-settings .font-size-input {
  display: none;
}
.b-font-settings .letter-container {
  display: inline-block;
  width: 54px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid #f4f4f4;
  font-family: Arial, sans-serif;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  color: #63b1ca;
  cursor: pointer;
  margin-right: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-font-settings .letter-container:hover {
  border-color: #acacac;
}
.b-font-settings .letter-container.active {
  border: 1px solid #63b1ca;
  background-color: #63b1ca;
  color: #f4f4f4;
  cursor: default;
}
.b-font-settings .letter-container.smallest {
  font-size: 11px;
  line-height: 82px;
}
.b-font-settings .letter-container.less {
  font-size: 18px;
  line-height: 80px;
}
.b-font-settings .letter-container.small {
  font-size: 23px;
  line-height: 77px;
}
.b-font-settings .letter-container.medium {
  font-size: 36px;
  line-height: 65px;
}
.b-font-settings .letter-container.more {
  font-size: 44px;
  line-height: 61px;
}
.b-font-settings .letter-container.large {
  font-size: 51px;
  margin-right: 0;
  line-height: 57px;
}
.b-font-settings .family-choose {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 19px;
}
.b-font-settings .family-choose .select2-container {
  width: 100%;
  margin-top: 14px;
}
.b-font-settings .family-choose .select2-container .select2-choice {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.b-font-settings .family-choose.helvetica .select2-choice {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
}
.b-font-settings .family-choose.times .select2-choice {
  font-family: "Times New Roman";
}
.b-font-settings .family-choose.impact .select2-choice {
  font-family: Impact;
}
.b-font-settings .file-attachment-block {
  cursor: pointer;
  margin-top: 14px;
  margin-left: 3px;
  color: #36839b;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 19px;
  position: relative;
}
.b-font-settings .icon.attachment {
  cursor: pointer;
}
.b-font-settings .icon.attachment.close {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 1px;
  background-position: -323px -109px;
}
.b-font-settings .upload-file-name {
  cursor: pointer;
}
.b-font-settings .upload-file-name {
  width: 310px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  left: 7px;
  top: 3px;
}
.b-font-settings .file-upload-input {
  display: none;
}
.b-font-settings .b-button {
  width: 180px;
}
.font-settings-drop .select2-search {
  display: none;
}
.font-settings-drop .select2-results {
  font-size: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 8px;
  max-height: 285px;
}
.font-settings-drop .select2-results .select2-result {
  height: 56px;
  line-height: 56px;
  padding: 0 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.font-settings-drop .select2-results .select2-result:nth-child(1) {
  font-family: helveticaneuecyrroman, helvetica, sans-serif;
}
.font-settings-drop .select2-results .select2-result:nth-child(2) {
  font-family: "Times New Roman";
}
.font-settings-drop .select2-results .select2-result:nth-child(3) {
  font-family: Impact;
}
.font-settings-drop .select2-results .select2-result:nth-child(4) {
  font-family: 'Courier New';
}
.font-settings-drop .select2-results .select2-result:nth-child(5) {
  font-family: 'Arial';
}
.select2-hidden-accessible {
  display: none;
}
body.times.smallest .b-header-link-to-site {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-header-controls .user-button {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-header-controls .dropdown-menu {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-content-block {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-button {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-button.large {
  font-size: 9.8px;
}
body.times.smallest .b-nav-menu {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-nav-menu .icon .baloon {
  font-size: 8.4px;
}
body.times.smallest .b-sidebar-button {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-attachments-list {
  font-size: 8.4px;
}
body.times.smallest .b-announcement-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 10.5px;
}
body.times.smallest .b-announcement-block .block-header .announcement-title .date {
  font-family: "Times New Roman";
  font-size: 7.7px;
}
body.times.smallest .b-announcement-block .block-header .announcement-title .title {
  font-family: "Times New Roman";
  font-size: 9.8px;
}
body.times.smallest .b-announcement-block .block-body {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.times.smallest .b-announcement-block .users-that-read {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 10.5px;
}
body.times.smallest .b-discussion-block .block-header .discussion-title {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 7.7px;
}
body.times.smallest .b-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 9.8px;
}
body.times.smallest .b-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-discussion-block .block-body .short-content .comments-link {
  font-size: 8.4px;
}
body.times.smallest .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.times.smallest .b-single-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-single-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 10.5px;
}
body.times.smallest .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 7.7px;
}
body.times.smallest .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 9.8px;
}
body.times.smallest .b-single-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-discussion-comment {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-discussion-comment .text-content .author-name {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-discussion-comment .text-content .date-and-time {
  font-family: "Times New Roman";
  font-size: 7.7px;
}
body.times.smallest .b-discussion-comment .edit-link {
  font-family: "Times New Roman";
  font-size: 7.7px;
}
body.times.smallest .b-discussion-comment .editing-block textarea {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-dialog-block .post-controls {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-dialog-block .poster {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-dialog-block .poster .name {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-dialog-block .poster .date {
  font-family: "Times New Roman";
  font-size: 7.7px;
}
body.times.smallest .b-dialog-block .block-body {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-dialog-block .block-body .short-content .content a {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-dialog-message {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-dialog-message .author .text .author-name {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-dialog-message .author .text .date-and-time {
  font-family: "Times New Roman";
  font-size: 7.7px;
}
body.times.smallest .b-section-title {
  font-family: "Times New Roman";
  font-size: 10.5px;
}
body.times.smallest .b-category-title {
  font-family: "Times New Roman";
  font-size: 10.5px;
}
body.times.smallest .b-search-field {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-search-field input {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-search-field .placeholder {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-search-field-complicated .search-field {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-search-field-complicated input {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-search-field-complicated .placeholder {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-search-field-complicated .dropdown-options .options {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-user-filters .filter-item {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-users-list .user .name,
body.times.smallest .b-user-list-helper-layer .name {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-documents-block .block-title {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-documents-block .documents-list .document {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-user-data-popup {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-user-data-popup .user-data .name {
  font-family: "Times New Roman";
  font-size: 12.6px;
}
body.times.smallest .b-user-data-popup .b-button {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-popup-users-listing .user .name {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-popup-modal {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-popup-profile-edition {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-popup-profile-edition .tabs .tab {
  font-family: "Times New Roman";
  font-size: 10.5px;
}
body.times.smallest .b-popup-profile-edition .header {
  font-family: "Times New Roman";
  font-size: 10.5px;
}
body.times.smallest .b-popup-profile-edition .js-link {
  font-family: "Times New Roman";
}
body.times.smallest .b-popup-profile-edition .tip {
  font-size: 18.2px;
}
body.times.smallest .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-popup-profile-edition .notice {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-popup-profile-edition .change-password .tooltip {
  font-family: "Times New Roman";
}
body.times.smallest .b-popup-profile-edition .control-group .description {
  font-family: "Times New Roman";
}
body.times.smallest .b-popup-profile-edition .control-group .control input {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-popup-profile-edition .control-group .control textarea {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-popup-profile-edition .user-data .name {
  font-size: 12.6px;
}
body.times.smallest .b-you-have-no-assistants .message {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-you-have-no-assistants .message a {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-user-that-read-popup {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-user-that-read-popup .popup-title {
  font-family: "Times New Roman";
  font-size: 10.5px;
}
body.times.smallest .b-documents-categories-listing .list {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-create-new-top-level-category .button.create-category {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Times New Roman";
}
body.times.smallest .b-nodata {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-popup-nodata {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-sidebar-nodata {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-maincolumn-nodata {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-sidebar-nodata-filters {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-maincolumn-success {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-reply-form {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-reply-form .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-reply-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-news-discussion {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-news-discussion .input-wrapper {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-news-discussion .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-news-discussion .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-news-discussion .attached-files-list {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-category-popup {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-category-popup .input-wrapper,
body.times.smallest .b-new-category-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-category-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-confirm-for-users {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-dialog {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Times New Roman";
  font-size: 11.2px;
}
body.times.smallest .b-new-dialog .input-wrapper {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-dialog .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-dialog .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-dialog .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-dialog .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-dialog .attached-files-list {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-user-block {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-login {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-login .title {
  font-family: "Times New Roman";
  font-size: 16.1px;
}
body.times.smallest .b-login .title b,
body.times.smallest .b-login .title strong {
  font-family: "Times New Roman";
}
body.times.smallest .b-login .inputs dt {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-login .inputs input {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-document-edit-popup {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-document-edit-popup .input-wrapper,
body.times.smallest .b-document-edit-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-document-edit-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-documents-form {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-documents-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-new-documents-form .error-message {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-error-message .message,
body.times.smallest .b-no-access-to-news .message {
  font-family: "Times New Roman";
  font-size: 9.8px;
}
body.times.smallest .b-error-message .advice,
body.times.smallest .b-no-access-to-news .advice {
  font-family: "Times New Roman";
  font-size: 8.4px;
}
body.times.smallest .b-search-results-filters {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-footer .copyright {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-change-avatar .helper {
  font-family: "Times New Roman";
  font-size: 7.7px;
}
body.times.smallest .b-form .form-title {
  font-family: "Times New Roman";
  font-size: 9.8px;
}
body.times.smallest .b-form .form-control .controls input[type="text"],
body.times.smallest .b-form .form-control .controls input[type="email"],
body.times.smallest .b-form .form-control .controls input[type="password"],
body.times.smallest .b-form .form-control .controls select {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-form .form-control .controls textarea {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-document-list-subcategories ul a {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.smallest .b-font-settings {
  font-family: "Times New Roman";
  font-size: 9.1px;
}
body.times.less .b-header-link-to-site {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-header-controls .user-button {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-header-controls .dropdown-menu {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-content-block {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-button {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-button.large {
  font-size: 11.9px;
}
body.times.less .b-nav-menu {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-nav-menu .icon .baloon {
  font-size: 10.2px;
}
body.times.less .b-sidebar-button {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-attachments-list {
  font-size: 10.2px;
}
body.times.less .b-announcement-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 12.75px;
}
body.times.less .b-announcement-block .block-header .announcement-title .date {
  font-family: "Times New Roman";
  font-size: 9.35px;
}
body.times.less .b-announcement-block .block-header .announcement-title .title {
  font-family: "Times New Roman";
  font-size: 11.9px;
}
body.times.less .b-announcement-block .block-body {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.times.less .b-announcement-block .users-that-read {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 12.75px;
}
body.times.less .b-discussion-block .block-header .discussion-title {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 9.35px;
}
body.times.less .b-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 11.9px;
}
body.times.less .b-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-discussion-block .block-body .short-content .comments-link {
  font-size: 10.2px;
}
body.times.less .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.times.less .b-single-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-single-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 12.75px;
}
body.times.less .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 9.35px;
}
body.times.less .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 11.9px;
}
body.times.less .b-single-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-discussion-comment {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-discussion-comment .text-content .author-name {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-discussion-comment .text-content .date-and-time {
  font-family: "Times New Roman";
  font-size: 9.35px;
}
body.times.less .b-discussion-comment .edit-link {
  font-family: "Times New Roman";
  font-size: 9.35px;
}
body.times.less .b-discussion-comment .editing-block textarea {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-dialog-block .post-controls {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-dialog-block .poster {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-dialog-block .poster .name {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-dialog-block .poster .date {
  font-family: "Times New Roman";
  font-size: 9.35px;
}
body.times.less .b-dialog-block .block-body {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-dialog-block .block-body .short-content .content a {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-dialog-message {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-dialog-message .author .text .author-name {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-dialog-message .author .text .date-and-time {
  font-family: "Times New Roman";
  font-size: 9.35px;
}
body.times.less .b-section-title {
  font-family: "Times New Roman";
  font-size: 12.75px;
}
body.times.less .b-category-title {
  font-family: "Times New Roman";
  font-size: 12.75px;
}
body.times.less .b-search-field {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-search-field input {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-search-field .placeholder {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-search-field-complicated .search-field {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-search-field-complicated input {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-search-field-complicated .placeholder {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-search-field-complicated .dropdown-options .options {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-user-filters .filter-item {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-users-list .user .name,
body.times.less .b-user-list-helper-layer .name {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-documents-block .block-title {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-documents-block .documents-list .document {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-user-data-popup {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-user-data-popup .user-data .name {
  font-family: "Times New Roman";
  font-size: 15.3px;
}
body.times.less .b-user-data-popup .b-button {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-popup-users-listing .user .name {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-popup-modal {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-popup-profile-edition {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-popup-profile-edition .tabs .tab {
  font-family: "Times New Roman";
  font-size: 12.75px;
}
body.times.less .b-popup-profile-edition .header {
  font-family: "Times New Roman";
  font-size: 12.75px;
}
body.times.less .b-popup-profile-edition .js-link {
  font-family: "Times New Roman";
}
body.times.less .b-popup-profile-edition .tip {
  font-size: 22.1px;
}
body.times.less .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-popup-profile-edition .notice {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-popup-profile-edition .change-password .tooltip {
  font-family: "Times New Roman";
}
body.times.less .b-popup-profile-edition .control-group .description {
  font-family: "Times New Roman";
}
body.times.less .b-popup-profile-edition .control-group .control input {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-popup-profile-edition .control-group .control textarea {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-popup-profile-edition .user-data .name {
  font-size: 15.3px;
}
body.times.less .b-you-have-no-assistants .message {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-you-have-no-assistants .message a {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-user-that-read-popup {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-user-that-read-popup .popup-title {
  font-family: "Times New Roman";
  font-size: 12.75px;
}
body.times.less .b-documents-categories-listing .list {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-create-new-top-level-category .button.create-category {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Times New Roman";
}
body.times.less .b-nodata {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-popup-nodata {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-sidebar-nodata {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-maincolumn-nodata {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-sidebar-nodata-filters {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-maincolumn-success {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-reply-form {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-reply-form .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-reply-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-news-discussion {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-news-discussion .input-wrapper {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-news-discussion .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-news-discussion .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-news-discussion .attached-files-list {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-category-popup {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-category-popup .input-wrapper,
body.times.less .b-new-category-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-category-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-confirm-for-users {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-dialog {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Times New Roman";
  font-size: 13.6px;
}
body.times.less .b-new-dialog .input-wrapper {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-dialog .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-dialog .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-dialog .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-dialog .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-dialog .attached-files-list {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-user-block {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-login {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-login .title {
  font-family: "Times New Roman";
  font-size: 19.55px;
}
body.times.less .b-login .title b,
body.times.less .b-login .title strong {
  font-family: "Times New Roman";
}
body.times.less .b-login .inputs dt {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-login .inputs input {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-document-edit-popup {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-document-edit-popup .input-wrapper,
body.times.less .b-document-edit-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-document-edit-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-documents-form {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-documents-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-new-documents-form .error-message {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-error-message .message,
body.times.less .b-no-access-to-news .message {
  font-family: "Times New Roman";
  font-size: 11.9px;
}
body.times.less .b-error-message .advice,
body.times.less .b-no-access-to-news .advice {
  font-family: "Times New Roman";
  font-size: 10.2px;
}
body.times.less .b-search-results-filters {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-footer .copyright {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-change-avatar .helper {
  font-family: "Times New Roman";
  font-size: 9.35px;
}
body.times.less .b-form .form-title {
  font-family: "Times New Roman";
  font-size: 11.9px;
}
body.times.less .b-form .form-control .controls input[type="text"],
body.times.less .b-form .form-control .controls input[type="email"],
body.times.less .b-form .form-control .controls input[type="password"],
body.times.less .b-form .form-control .controls select {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-form .form-control .controls textarea {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-document-list-subcategories ul a {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.less .b-font-settings {
  font-family: "Times New Roman";
  font-size: 11.05px;
}
body.times.small .b-header-link-to-site {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-header-controls .user-button {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-header-controls .dropdown-menu {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-content-block {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-button {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-button.large {
  font-size: 14px;
}
body.times.small .b-nav-menu {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-nav-menu .icon .baloon {
  font-size: 12px;
}
body.times.small .b-sidebar-button {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-attachments-list {
  font-size: 12px;
}
body.times.small .b-announcement-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 15px;
}
body.times.small .b-announcement-block .block-header .announcement-title .date {
  font-family: "Times New Roman";
  font-size: 11px;
}
body.times.small .b-announcement-block .block-header .announcement-title .title {
  font-family: "Times New Roman";
  font-size: 14px;
}
body.times.small .b-announcement-block .block-body {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.times.small .b-announcement-block .users-that-read {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 15px;
}
body.times.small .b-discussion-block .block-header .discussion-title {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 11px;
}
body.times.small .b-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 14px;
}
body.times.small .b-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-discussion-block .block-body .short-content .comments-link {
  font-size: 12px;
}
body.times.small .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.times.small .b-single-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-single-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 15px;
}
body.times.small .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 11px;
}
body.times.small .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 14px;
}
body.times.small .b-single-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-discussion-comment {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-discussion-comment .text-content .author-name {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-discussion-comment .text-content .date-and-time {
  font-family: "Times New Roman";
  font-size: 11px;
}
body.times.small .b-discussion-comment .edit-link {
  font-family: "Times New Roman";
  font-size: 11px;
}
body.times.small .b-discussion-comment .editing-block textarea {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-dialog-block .post-controls {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-dialog-block .poster {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-dialog-block .poster .name {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-dialog-block .poster .date {
  font-family: "Times New Roman";
  font-size: 11px;
}
body.times.small .b-dialog-block .block-body {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-dialog-block .block-body .short-content .content a {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-dialog-message {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-dialog-message .author .text .author-name {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-dialog-message .author .text .date-and-time {
  font-family: "Times New Roman";
  font-size: 11px;
}
body.times.small .b-section-title {
  font-family: "Times New Roman";
  font-size: 15px;
}
body.times.small .b-category-title {
  font-family: "Times New Roman";
  font-size: 15px;
}
body.times.small .b-search-field {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-search-field input {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-search-field .placeholder {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-search-field-complicated .search-field {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-search-field-complicated input {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-search-field-complicated .placeholder {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-search-field-complicated .dropdown-options .options {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-user-filters .filter-item {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-users-list .user .name,
body.times.small .b-user-list-helper-layer .name {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-documents-block .block-title {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-documents-block .documents-list .document {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-user-data-popup {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-user-data-popup .user-data .name {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.small .b-user-data-popup .b-button {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-popup-users-listing .user .name {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-popup-modal {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-popup-profile-edition {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-popup-profile-edition .tabs .tab {
  font-family: "Times New Roman";
  font-size: 15px;
}
body.times.small .b-popup-profile-edition .header {
  font-family: "Times New Roman";
  font-size: 15px;
}
body.times.small .b-popup-profile-edition .js-link {
  font-family: "Times New Roman";
}
body.times.small .b-popup-profile-edition .tip {
  font-size: 26px;
}
body.times.small .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-popup-profile-edition .notice {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-popup-profile-edition .change-password .tooltip {
  font-family: "Times New Roman";
}
body.times.small .b-popup-profile-edition .control-group .description {
  font-family: "Times New Roman";
}
body.times.small .b-popup-profile-edition .control-group .control input {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-popup-profile-edition .control-group .control textarea {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-popup-profile-edition .user-data .name {
  font-size: 18px;
}
body.times.small .b-you-have-no-assistants .message {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-you-have-no-assistants .message a {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-user-that-read-popup {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-user-that-read-popup .popup-title {
  font-family: "Times New Roman";
  font-size: 15px;
}
body.times.small .b-documents-categories-listing .list {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-create-new-top-level-category .button.create-category {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Times New Roman";
}
body.times.small .b-nodata {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-popup-nodata {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-sidebar-nodata {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-maincolumn-nodata {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-sidebar-nodata-filters {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-maincolumn-success {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-reply-form {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-reply-form .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-reply-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-news-discussion {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-news-discussion .input-wrapper {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-news-discussion .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-news-discussion .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-news-discussion .attached-files-list {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-category-popup {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-category-popup .input-wrapper,
body.times.small .b-new-category-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-category-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-confirm-for-users {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-dialog {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Times New Roman";
  font-size: 16px;
}
body.times.small .b-new-dialog .input-wrapper {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-dialog .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-dialog .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-dialog .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-dialog .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-dialog .attached-files-list {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-user-block {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-login {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-login .title {
  font-family: "Times New Roman";
  font-size: 23px;
}
body.times.small .b-login .title b,
body.times.small .b-login .title strong {
  font-family: "Times New Roman";
}
body.times.small .b-login .inputs dt {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-login .inputs input {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-document-edit-popup {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-document-edit-popup .input-wrapper,
body.times.small .b-document-edit-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-document-edit-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-documents-form {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-documents-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-new-documents-form .error-message {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-error-message .message,
body.times.small .b-no-access-to-news .message {
  font-family: "Times New Roman";
  font-size: 14px;
}
body.times.small .b-error-message .advice,
body.times.small .b-no-access-to-news .advice {
  font-family: "Times New Roman";
  font-size: 12px;
}
body.times.small .b-search-results-filters {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-footer .copyright {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-change-avatar .helper {
  font-family: "Times New Roman";
  font-size: 11px;
}
body.times.small .b-form .form-title {
  font-family: "Times New Roman";
  font-size: 14px;
}
body.times.small .b-form .form-control .controls input[type="text"],
body.times.small .b-form .form-control .controls input[type="email"],
body.times.small .b-form .form-control .controls input[type="password"],
body.times.small .b-form .form-control .controls select {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-form .form-control .controls textarea {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-document-list-subcategories ul a {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.small .b-font-settings {
  font-family: "Times New Roman";
  font-size: 13px;
}
body.times.medium .b-header-link-to-site {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-header-controls .user-button {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-header-controls .dropdown-menu {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-content-block {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-button {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-button.large {
  font-size: 15.4px;
}
body.times.medium .b-nav-menu {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-nav-menu .icon .baloon {
  font-size: 13.2px;
}
body.times.medium .b-sidebar-button {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-attachments-list {
  font-size: 13.2px;
}
body.times.medium .b-announcement-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 16.5px;
}
body.times.medium .b-announcement-block .block-header .announcement-title .date {
  font-family: "Times New Roman";
  font-size: 12.1px;
}
body.times.medium .b-announcement-block .block-header .announcement-title .title {
  font-family: "Times New Roman";
  font-size: 15.4px;
}
body.times.medium .b-announcement-block .block-body {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.times.medium .b-announcement-block .users-that-read {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 16.5px;
}
body.times.medium .b-discussion-block .block-header .discussion-title {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 12.1px;
}
body.times.medium .b-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 15.4px;
}
body.times.medium .b-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-discussion-block .block-body .short-content .comments-link {
  font-size: 13.2px;
}
body.times.medium .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.times.medium .b-single-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-single-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 16.5px;
}
body.times.medium .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 12.1px;
}
body.times.medium .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 15.4px;
}
body.times.medium .b-single-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-discussion-comment {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-discussion-comment .text-content .author-name {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-discussion-comment .text-content .date-and-time {
  font-family: "Times New Roman";
  font-size: 12.1px;
}
body.times.medium .b-discussion-comment .edit-link {
  font-family: "Times New Roman";
  font-size: 12.1px;
}
body.times.medium .b-discussion-comment .editing-block textarea {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-dialog-block .post-controls {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-dialog-block .poster {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-dialog-block .poster .name {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-dialog-block .poster .date {
  font-family: "Times New Roman";
  font-size: 12.1px;
}
body.times.medium .b-dialog-block .block-body {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-dialog-block .block-body .short-content .content a {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-dialog-message {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-dialog-message .author .text .author-name {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-dialog-message .author .text .date-and-time {
  font-family: "Times New Roman";
  font-size: 12.1px;
}
body.times.medium .b-section-title {
  font-family: "Times New Roman";
  font-size: 16.5px;
}
body.times.medium .b-category-title {
  font-family: "Times New Roman";
  font-size: 16.5px;
}
body.times.medium .b-search-field {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-search-field input {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-search-field .placeholder {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-search-field-complicated .search-field {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-search-field-complicated input {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-search-field-complicated .placeholder {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-search-field-complicated .dropdown-options .options {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-user-filters .filter-item {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-users-list .user .name,
body.times.medium .b-user-list-helper-layer .name {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-documents-block .block-title {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-documents-block .documents-list .document {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-user-data-popup {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-user-data-popup .user-data .name {
  font-family: "Times New Roman";
  font-size: 19.8px;
}
body.times.medium .b-user-data-popup .b-button {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-popup-users-listing .user .name {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-popup-modal {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-popup-profile-edition {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-popup-profile-edition .tabs .tab {
  font-family: "Times New Roman";
  font-size: 16.5px;
}
body.times.medium .b-popup-profile-edition .header {
  font-family: "Times New Roman";
  font-size: 16.5px;
}
body.times.medium .b-popup-profile-edition .js-link {
  font-family: "Times New Roman";
}
body.times.medium .b-popup-profile-edition .tip {
  font-size: 28.6px;
}
body.times.medium .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-popup-profile-edition .notice {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-popup-profile-edition .change-password .tooltip {
  font-family: "Times New Roman";
}
body.times.medium .b-popup-profile-edition .control-group .description {
  font-family: "Times New Roman";
}
body.times.medium .b-popup-profile-edition .control-group .control input {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-popup-profile-edition .control-group .control textarea {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-popup-profile-edition .user-data .name {
  font-size: 19.8px;
}
body.times.medium .b-you-have-no-assistants .message {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-you-have-no-assistants .message a {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-user-that-read-popup {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-user-that-read-popup .popup-title {
  font-family: "Times New Roman";
  font-size: 16.5px;
}
body.times.medium .b-documents-categories-listing .list {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-create-new-top-level-category .button.create-category {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Times New Roman";
}
body.times.medium .b-nodata {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-popup-nodata {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-sidebar-nodata {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-maincolumn-nodata {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-sidebar-nodata-filters {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-maincolumn-success {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-reply-form {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-reply-form .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-reply-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-news-discussion {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-news-discussion .input-wrapper {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-news-discussion .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-news-discussion .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-news-discussion .attached-files-list {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-category-popup {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-category-popup .input-wrapper,
body.times.medium .b-new-category-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-category-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-confirm-for-users {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-dialog {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Times New Roman";
  font-size: 17.6px;
}
body.times.medium .b-new-dialog .input-wrapper {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-dialog .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-dialog .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-dialog .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-dialog .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-dialog .attached-files-list {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-user-block {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-login {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-login .title {
  font-family: "Times New Roman";
  font-size: 25.3px;
}
body.times.medium .b-login .title b,
body.times.medium .b-login .title strong {
  font-family: "Times New Roman";
}
body.times.medium .b-login .inputs dt {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-login .inputs input {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-document-edit-popup {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-document-edit-popup .input-wrapper,
body.times.medium .b-document-edit-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-document-edit-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-documents-form {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-documents-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-new-documents-form .error-message {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-error-message .message,
body.times.medium .b-no-access-to-news .message {
  font-family: "Times New Roman";
  font-size: 15.4px;
}
body.times.medium .b-error-message .advice,
body.times.medium .b-no-access-to-news .advice {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.medium .b-search-results-filters {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-footer .copyright {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-change-avatar .helper {
  font-family: "Times New Roman";
  font-size: 12.1px;
}
body.times.medium .b-form .form-title {
  font-family: "Times New Roman";
  font-size: 15.4px;
}
body.times.medium .b-form .form-control .controls input[type="text"],
body.times.medium .b-form .form-control .controls input[type="email"],
body.times.medium .b-form .form-control .controls input[type="password"],
body.times.medium .b-form .form-control .controls select {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-form .form-control .controls textarea {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-document-list-subcategories ul a {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.medium .b-font-settings {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.more .b-header-link-to-site {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-header-controls .user-button {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-header-controls .dropdown-menu {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-content-block {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-button {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-button.large {
  font-size: 16.8px;
}
body.times.more .b-nav-menu {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-nav-menu .icon .baloon {
  font-size: 14.4px;
}
body.times.more .b-sidebar-button {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-attachments-list {
  font-size: 14.4px;
}
body.times.more .b-announcement-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.more .b-announcement-block .block-header .announcement-title .date {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.more .b-announcement-block .block-header .announcement-title .title {
  font-family: "Times New Roman";
  font-size: 16.8px;
}
body.times.more .b-announcement-block .block-body {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.times.more .b-announcement-block .users-that-read {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.more .b-discussion-block .block-header .discussion-title {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.more .b-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 16.8px;
}
body.times.more .b-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-discussion-block .block-body .short-content .comments-link {
  font-size: 14.4px;
}
body.times.more .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.times.more .b-single-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-single-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.more .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.more .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 16.8px;
}
body.times.more .b-single-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-discussion-comment {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-discussion-comment .text-content .author-name {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-discussion-comment .text-content .date-and-time {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.more .b-discussion-comment .edit-link {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.more .b-discussion-comment .editing-block textarea {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-dialog-block .post-controls {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-dialog-block .poster {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-dialog-block .poster .name {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-dialog-block .poster .date {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.more .b-dialog-block .block-body {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-dialog-block .block-body .short-content .content a {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-dialog-message {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-dialog-message .author .text .author-name {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-dialog-message .author .text .date-and-time {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.more .b-section-title {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.more .b-category-title {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.more .b-search-field {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-search-field input {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-search-field .placeholder {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-search-field-complicated .search-field {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-search-field-complicated input {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-search-field-complicated .placeholder {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-search-field-complicated .dropdown-options .options {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-user-filters .filter-item {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-users-list .user .name,
body.times.more .b-user-list-helper-layer .name {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-documents-block .block-title {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-documents-block .documents-list .document {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-user-data-popup {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-user-data-popup .user-data .name {
  font-family: "Times New Roman";
  font-size: 21.6px;
}
body.times.more .b-user-data-popup .b-button {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-popup-users-listing .user .name {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-popup-modal {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-popup-profile-edition {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-popup-profile-edition .tabs .tab {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.more .b-popup-profile-edition .header {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.more .b-popup-profile-edition .js-link {
  font-family: "Times New Roman";
}
body.times.more .b-popup-profile-edition .tip {
  font-size: 31.2px;
}
body.times.more .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-popup-profile-edition .notice {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-popup-profile-edition .change-password .tooltip {
  font-family: "Times New Roman";
}
body.times.more .b-popup-profile-edition .control-group .description {
  font-family: "Times New Roman";
}
body.times.more .b-popup-profile-edition .control-group .control input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-popup-profile-edition .control-group .control textarea {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-popup-profile-edition .user-data .name {
  font-size: 21.6px;
}
body.times.more .b-you-have-no-assistants .message {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-you-have-no-assistants .message a {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-user-that-read-popup {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-user-that-read-popup .popup-title {
  font-family: "Times New Roman";
  font-size: 18px;
}
body.times.more .b-documents-categories-listing .list {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-create-new-top-level-category .button.create-category {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Times New Roman";
}
body.times.more .b-nodata {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-popup-nodata {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-sidebar-nodata {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-maincolumn-nodata {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-sidebar-nodata-filters {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-maincolumn-success {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-reply-form {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-reply-form .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-reply-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-news-discussion {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-news-discussion .input-wrapper {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-news-discussion .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-news-discussion .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-news-discussion .attached-files-list {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-category-popup {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-category-popup .input-wrapper,
body.times.more .b-new-category-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-category-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-confirm-for-users {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-dialog {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Times New Roman";
  font-size: 19.2px;
}
body.times.more .b-new-dialog .input-wrapper {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-dialog .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-dialog .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-dialog .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-dialog .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-dialog .attached-files-list {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-user-block {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-login {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-login .title {
  font-family: "Times New Roman";
  font-size: 27.6px;
}
body.times.more .b-login .title b,
body.times.more .b-login .title strong {
  font-family: "Times New Roman";
}
body.times.more .b-login .inputs dt {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-login .inputs input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-document-edit-popup {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-document-edit-popup .input-wrapper,
body.times.more .b-document-edit-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-document-edit-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-documents-form {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-documents-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-new-documents-form .error-message {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-error-message .message,
body.times.more .b-no-access-to-news .message {
  font-family: "Times New Roman";
  font-size: 16.8px;
}
body.times.more .b-error-message .advice,
body.times.more .b-no-access-to-news .advice {
  font-family: "Times New Roman";
  font-size: 14.4px;
}
body.times.more .b-search-results-filters {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-footer .copyright {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-change-avatar .helper {
  font-family: "Times New Roman";
  font-size: 13.2px;
}
body.times.more .b-form .form-title {
  font-family: "Times New Roman";
  font-size: 16.8px;
}
body.times.more .b-form .form-control .controls input[type="text"],
body.times.more .b-form .form-control .controls input[type="email"],
body.times.more .b-form .form-control .controls input[type="password"],
body.times.more .b-form .form-control .controls select {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-form .form-control .controls textarea {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-document-list-subcategories ul a {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.more .b-font-settings {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-header-link-to-site {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-header-controls .user-button {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-header-controls .dropdown-menu {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-content-block {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-button {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-button.large {
  font-size: 18.2px;
}
body.times.large .b-nav-menu {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-nav-menu .icon .baloon {
  font-size: 15.6px;
}
body.times.large .b-sidebar-button {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-attachments-list {
  font-size: 15.6px;
}
body.times.large .b-announcement-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 19.5px;
}
body.times.large .b-announcement-block .block-header .announcement-title .date {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.large .b-announcement-block .block-header .announcement-title .title {
  font-family: "Times New Roman";
  font-size: 18.2px;
}
body.times.large .b-announcement-block .block-body {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.times.large .b-announcement-block .users-that-read {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 19.5px;
}
body.times.large .b-discussion-block .block-header .discussion-title {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.large .b-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 18.2px;
}
body.times.large .b-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-discussion-block .block-body .short-content .comments-link {
  font-size: 15.6px;
}
body.times.large .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.times.large .b-single-discussion-block .block-header .post-controls {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-single-discussion-block .block-header .poster {
  font-family: "Times New Roman";
  font-size: 19.5px;
}
body.times.large .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.large .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Times New Roman";
  font-size: 18.2px;
}
body.times.large .b-single-discussion-block .block-body {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-discussion-comment {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-discussion-comment .text-content .author-name {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-discussion-comment .text-content .date-and-time {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.large .b-discussion-comment .edit-link {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.large .b-discussion-comment .editing-block textarea {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-dialog-block .post-controls {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-dialog-block .poster {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-dialog-block .poster .name {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-dialog-block .poster .date {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.large .b-dialog-block .block-body {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-dialog-block .block-body .short-content .content a {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-dialog-message {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-dialog-message .author .text .author-name {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-dialog-message .author .text .date-and-time {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.large .b-section-title {
  font-family: "Times New Roman";
  font-size: 19.5px;
}
body.times.large .b-category-title {
  font-family: "Times New Roman";
  font-size: 19.5px;
}
body.times.large .b-search-field {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-search-field input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-search-field .placeholder {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-search-field-complicated .search-field {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-search-field-complicated input {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-search-field-complicated .placeholder {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-search-field-complicated .dropdown-options .options {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-user-filters .filter-item {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-users-list .user .name,
body.times.large .b-user-list-helper-layer .name {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-documents-block .block-title {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-documents-block .documents-list .document {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-user-data-popup {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-user-data-popup .user-data .name {
  font-family: "Times New Roman";
  font-size: 23.4px;
}
body.times.large .b-user-data-popup .b-button {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-popup-users-listing .user .name {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-popup-modal {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-popup-profile-edition {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-popup-profile-edition .tabs .tab {
  font-family: "Times New Roman";
  font-size: 19.5px;
}
body.times.large .b-popup-profile-edition .header {
  font-family: "Times New Roman";
  font-size: 19.5px;
}
body.times.large .b-popup-profile-edition .js-link {
  font-family: "Times New Roman";
}
body.times.large .b-popup-profile-edition .tip {
  font-size: 33.8px;
}
body.times.large .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-popup-profile-edition .notice {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-popup-profile-edition .change-password .tooltip {
  font-family: "Times New Roman";
}
body.times.large .b-popup-profile-edition .control-group .description {
  font-family: "Times New Roman";
}
body.times.large .b-popup-profile-edition .control-group .control input {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-popup-profile-edition .control-group .control textarea {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-popup-profile-edition .user-data .name {
  font-size: 23.4px;
}
body.times.large .b-you-have-no-assistants .message {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-you-have-no-assistants .message a {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-user-that-read-popup {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-user-that-read-popup .popup-title {
  font-family: "Times New Roman";
  font-size: 19.5px;
}
body.times.large .b-documents-categories-listing .list {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-create-new-top-level-category .button.create-category {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Times New Roman";
}
body.times.large .b-nodata {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-popup-nodata {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-sidebar-nodata {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-maincolumn-nodata {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-sidebar-nodata-filters {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-maincolumn-success {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-reply-form {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-reply-form .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-reply-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-news-discussion {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-news-discussion .input-wrapper {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-news-discussion .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-news-discussion .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-news-discussion .attached-files-list {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-category-popup {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-category-popup .input-wrapper,
body.times.large .b-new-category-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-category-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-confirm-for-users {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-dialog {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Times New Roman";
  font-size: 20.8px;
}
body.times.large .b-new-dialog .input-wrapper {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-dialog .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-dialog .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-dialog .textarea-wrapper textarea {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-dialog .checkbox-wrapper {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-dialog .attached-files-list {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-user-block {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-login {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-login .title {
  font-family: "Times New Roman";
  font-size: 29.9px;
}
body.times.large .b-login .title b,
body.times.large .b-login .title strong {
  font-family: "Times New Roman";
}
body.times.large .b-login .inputs dt {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-login .inputs input {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-document-edit-popup {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-document-edit-popup .input-wrapper,
body.times.large .b-document-edit-popup .select-wrapper {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-document-edit-popup .input-wrapper input {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-documents-form {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-documents-form .attached-files-list {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-new-documents-form .error-message {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-error-message .message,
body.times.large .b-no-access-to-news .message {
  font-family: "Times New Roman";
  font-size: 18.2px;
}
body.times.large .b-error-message .advice,
body.times.large .b-no-access-to-news .advice {
  font-family: "Times New Roman";
  font-size: 15.6px;
}
body.times.large .b-search-results-filters {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-footer .copyright {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-change-avatar .helper {
  font-family: "Times New Roman";
  font-size: 14.3px;
}
body.times.large .b-form .form-title {
  font-family: "Times New Roman";
  font-size: 18.2px;
}
body.times.large .b-form .form-control .controls input[type="text"],
body.times.large .b-form .form-control .controls input[type="email"],
body.times.large .b-form .form-control .controls input[type="password"],
body.times.large .b-form .form-control .controls select {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-form .form-control .controls textarea {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-document-list-subcategories ul a {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-font-settings {
  font-family: "Times New Roman";
  font-size: 16.9px;
}
body.times.large .b-font-settings .font-settings-button {
  text-indent: 24px;
}
body.times.large .b-font-settings .font-settings-header {
  text-indent: 24px;
}
body.helvetica.smallest .b-header-link-to-site {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-header-controls .user-button {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-header-controls .dropdown-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-content-block {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-button.large {
  font-size: 9.8px;
}
body.helvetica.smallest .b-nav-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-nav-menu .icon .baloon {
  font-size: 8.4px;
}
body.helvetica.smallest .b-sidebar-button {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-attachments-list {
  font-size: 8.4px;
}
body.helvetica.smallest .b-announcement-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 10.5px;
}
body.helvetica.smallest .b-announcement-block .block-header .announcement-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 7.7px;
}
body.helvetica.smallest .b-announcement-block .block-header .announcement-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 9.8px;
}
body.helvetica.smallest .b-announcement-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.helvetica.smallest .b-announcement-block .users-that-read {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 10.5px;
}
body.helvetica.smallest .b-discussion-block .block-header .discussion-title {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 7.7px;
}
body.helvetica.smallest .b-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 9.8px;
}
body.helvetica.smallest .b-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-discussion-block .block-body .short-content .comments-link {
  font-size: 8.4px;
}
body.helvetica.smallest .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.helvetica.smallest .b-single-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-single-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 10.5px;
}
body.helvetica.smallest .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 7.7px;
}
body.helvetica.smallest .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 9.8px;
}
body.helvetica.smallest .b-single-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-discussion-comment {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-discussion-comment .text-content .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-discussion-comment .text-content .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 7.7px;
}
body.helvetica.smallest .b-discussion-comment .edit-link {
  font-family: "helveticaneuecyrroman";
  font-size: 7.7px;
}
body.helvetica.smallest .b-discussion-comment .editing-block textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-dialog-block .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-dialog-block .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-dialog-block .poster .name {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-dialog-block .poster .date {
  font-family: "helveticaneuecyrroman";
  font-size: 7.7px;
}
body.helvetica.smallest .b-dialog-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-dialog-block .block-body .short-content .content a {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-dialog-message {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-dialog-message .author .text .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-dialog-message .author .text .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 7.7px;
}
body.helvetica.smallest .b-section-title {
  font-family: "helveticaneuecyrroman";
  font-size: 10.5px;
}
body.helvetica.smallest .b-category-title {
  font-family: "helveticaneuecyrroman";
  font-size: 10.5px;
}
body.helvetica.smallest .b-search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-search-field input {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-search-field .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-search-field-complicated .search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-search-field-complicated input {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-search-field-complicated .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-search-field-complicated .dropdown-options .options {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-user-filters .filter-item {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-users-list .user .name,
body.helvetica.smallest .b-user-list-helper-layer .name {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-documents-block .block-title {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-documents-block .documents-list .document {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-user-data-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-user-data-popup .user-data .name {
  font-family: "helveticaneuecyrroman";
  font-size: 12.6px;
}
body.helvetica.smallest .b-user-data-popup .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-popup-users-listing .user .name {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-popup-modal {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-popup-profile-edition {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-popup-profile-edition .tabs .tab {
  font-family: "helveticaneuecyrroman";
  font-size: 10.5px;
}
body.helvetica.smallest .b-popup-profile-edition .header {
  font-family: "helveticaneuecyrroman";
  font-size: 10.5px;
}
body.helvetica.smallest .b-popup-profile-edition .js-link {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.smallest .b-popup-profile-edition .tip {
  font-size: 18.2px;
}
body.helvetica.smallest .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-popup-profile-edition .notice {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-popup-profile-edition .change-password .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.smallest .b-popup-profile-edition .control-group .description {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.smallest .b-popup-profile-edition .control-group .control input {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-popup-profile-edition .control-group .control textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-popup-profile-edition .user-data .name {
  font-size: 12.6px;
}
body.helvetica.smallest .b-you-have-no-assistants .message {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-you-have-no-assistants .message a {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-user-that-read-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-user-that-read-popup .popup-title {
  font-family: "helveticaneuecyrroman";
  font-size: 10.5px;
}
body.helvetica.smallest .b-documents-categories-listing .list {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-create-new-top-level-category .button.create-category {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.smallest .b-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-popup-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-sidebar-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-maincolumn-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-sidebar-nodata-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-maincolumn-success {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-reply-form {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-reply-form .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-reply-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-news-discussion {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-news-discussion .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-news-discussion .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-news-discussion .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-news-discussion .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-category-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-category-popup .input-wrapper,
body.helvetica.smallest .b-new-category-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-category-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-category-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-confirm-for-users {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-dialog {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.2px;
}
body.helvetica.smallest .b-new-dialog .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-dialog .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-dialog .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-dialog .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-dialog .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-dialog .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-user-block {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-login {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-login .title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.1px;
}
body.helvetica.smallest .b-login .title b,
body.helvetica.smallest .b-login .title strong {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.smallest .b-login .inputs dt {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-login .inputs input {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-document-edit-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-document-edit-popup .input-wrapper,
body.helvetica.smallest .b-document-edit-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-document-edit-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-documents-form {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-documents-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-new-documents-form .error-message {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-error-message .message,
body.helvetica.smallest .b-no-access-to-news .message {
  font-family: "helveticaneuecyrroman";
  font-size: 9.8px;
}
body.helvetica.smallest .b-error-message .advice,
body.helvetica.smallest .b-no-access-to-news .advice {
  font-family: "helveticaneuecyrroman";
  font-size: 8.4px;
}
body.helvetica.smallest .b-search-results-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-footer .copyright {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-change-avatar .helper {
  font-family: "helveticaneuecyrroman";
  font-size: 7.7px;
}
body.helvetica.smallest .b-form .form-title {
  font-family: "helveticaneuecyrroman";
  font-size: 9.8px;
}
body.helvetica.smallest .b-form .form-control .controls input[type="text"],
body.helvetica.smallest .b-form .form-control .controls input[type="email"],
body.helvetica.smallest .b-form .form-control .controls input[type="password"],
body.helvetica.smallest .b-form .form-control .controls select {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-form .form-control .controls textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-document-list-subcategories ul a {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.smallest .b-font-settings {
  font-family: "helveticaneuecyrroman";
  font-size: 9.1px;
}
body.helvetica.less .b-header-link-to-site {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-header-controls .user-button {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-header-controls .dropdown-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-content-block {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-button.large {
  font-size: 11.9px;
}
body.helvetica.less .b-nav-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-nav-menu .icon .baloon {
  font-size: 10.2px;
}
body.helvetica.less .b-sidebar-button {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-attachments-list {
  font-size: 10.2px;
}
body.helvetica.less .b-announcement-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 12.75px;
}
body.helvetica.less .b-announcement-block .block-header .announcement-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 9.35px;
}
body.helvetica.less .b-announcement-block .block-header .announcement-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 11.9px;
}
body.helvetica.less .b-announcement-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.helvetica.less .b-announcement-block .users-that-read {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 12.75px;
}
body.helvetica.less .b-discussion-block .block-header .discussion-title {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 9.35px;
}
body.helvetica.less .b-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 11.9px;
}
body.helvetica.less .b-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-discussion-block .block-body .short-content .comments-link {
  font-size: 10.2px;
}
body.helvetica.less .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.helvetica.less .b-single-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-single-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 12.75px;
}
body.helvetica.less .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 9.35px;
}
body.helvetica.less .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 11.9px;
}
body.helvetica.less .b-single-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-discussion-comment {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-discussion-comment .text-content .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-discussion-comment .text-content .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 9.35px;
}
body.helvetica.less .b-discussion-comment .edit-link {
  font-family: "helveticaneuecyrroman";
  font-size: 9.35px;
}
body.helvetica.less .b-discussion-comment .editing-block textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-dialog-block .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-dialog-block .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-dialog-block .poster .name {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-dialog-block .poster .date {
  font-family: "helveticaneuecyrroman";
  font-size: 9.35px;
}
body.helvetica.less .b-dialog-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-dialog-block .block-body .short-content .content a {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-dialog-message {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-dialog-message .author .text .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-dialog-message .author .text .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 9.35px;
}
body.helvetica.less .b-section-title {
  font-family: "helveticaneuecyrroman";
  font-size: 12.75px;
}
body.helvetica.less .b-category-title {
  font-family: "helveticaneuecyrroman";
  font-size: 12.75px;
}
body.helvetica.less .b-search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-search-field input {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-search-field .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-search-field-complicated .search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-search-field-complicated input {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-search-field-complicated .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-search-field-complicated .dropdown-options .options {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-user-filters .filter-item {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-users-list .user .name,
body.helvetica.less .b-user-list-helper-layer .name {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-documents-block .block-title {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-documents-block .documents-list .document {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-user-data-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-user-data-popup .user-data .name {
  font-family: "helveticaneuecyrroman";
  font-size: 15.3px;
}
body.helvetica.less .b-user-data-popup .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-popup-users-listing .user .name {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-popup-modal {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-popup-profile-edition {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-popup-profile-edition .tabs .tab {
  font-family: "helveticaneuecyrroman";
  font-size: 12.75px;
}
body.helvetica.less .b-popup-profile-edition .header {
  font-family: "helveticaneuecyrroman";
  font-size: 12.75px;
}
body.helvetica.less .b-popup-profile-edition .js-link {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.less .b-popup-profile-edition .tip {
  font-size: 22.1px;
}
body.helvetica.less .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-popup-profile-edition .notice {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-popup-profile-edition .change-password .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.less .b-popup-profile-edition .control-group .description {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.less .b-popup-profile-edition .control-group .control input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-popup-profile-edition .control-group .control textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-popup-profile-edition .user-data .name {
  font-size: 15.3px;
}
body.helvetica.less .b-you-have-no-assistants .message {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-you-have-no-assistants .message a {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-user-that-read-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-user-that-read-popup .popup-title {
  font-family: "helveticaneuecyrroman";
  font-size: 12.75px;
}
body.helvetica.less .b-documents-categories-listing .list {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-create-new-top-level-category .button.create-category {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.less .b-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-popup-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-sidebar-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-maincolumn-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-sidebar-nodata-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-maincolumn-success {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-reply-form {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-reply-form .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-reply-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-news-discussion {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-news-discussion .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-news-discussion .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-news-discussion .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-news-discussion .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-category-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-category-popup .input-wrapper,
body.helvetica.less .b-new-category-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-category-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-category-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-confirm-for-users {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-dialog {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "helveticaneuecyrroman";
  font-size: 13.6px;
}
body.helvetica.less .b-new-dialog .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-dialog .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-dialog .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-dialog .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-dialog .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-dialog .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-user-block {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-login {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-login .title {
  font-family: "helveticaneuecyrroman";
  font-size: 19.55px;
}
body.helvetica.less .b-login .title b,
body.helvetica.less .b-login .title strong {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.less .b-login .inputs dt {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-login .inputs input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-document-edit-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-document-edit-popup .input-wrapper,
body.helvetica.less .b-document-edit-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-document-edit-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-documents-form {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-documents-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-new-documents-form .error-message {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-error-message .message,
body.helvetica.less .b-no-access-to-news .message {
  font-family: "helveticaneuecyrroman";
  font-size: 11.9px;
}
body.helvetica.less .b-error-message .advice,
body.helvetica.less .b-no-access-to-news .advice {
  font-family: "helveticaneuecyrroman";
  font-size: 10.2px;
}
body.helvetica.less .b-search-results-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-footer .copyright {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-change-avatar .helper {
  font-family: "helveticaneuecyrroman";
  font-size: 9.35px;
}
body.helvetica.less .b-form .form-title {
  font-family: "helveticaneuecyrroman";
  font-size: 11.9px;
}
body.helvetica.less .b-form .form-control .controls input[type="text"],
body.helvetica.less .b-form .form-control .controls input[type="email"],
body.helvetica.less .b-form .form-control .controls input[type="password"],
body.helvetica.less .b-form .form-control .controls select {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-form .form-control .controls textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-document-list-subcategories ul a {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.less .b-font-settings {
  font-family: "helveticaneuecyrroman";
  font-size: 11.05px;
}
body.helvetica.small .b-header-link-to-site {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-header-controls .user-button {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-header-controls .dropdown-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-content-block {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-button.large {
  font-size: 14px;
}
body.helvetica.small .b-nav-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-nav-menu .icon .baloon {
  font-size: 12px;
}
body.helvetica.small .b-sidebar-button {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-attachments-list {
  font-size: 12px;
}
body.helvetica.small .b-announcement-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 15px;
}
body.helvetica.small .b-announcement-block .block-header .announcement-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 11px;
}
body.helvetica.small .b-announcement-block .block-header .announcement-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 14px;
}
body.helvetica.small .b-announcement-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.helvetica.small .b-announcement-block .users-that-read {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 15px;
}
body.helvetica.small .b-discussion-block .block-header .discussion-title {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 11px;
}
body.helvetica.small .b-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 14px;
}
body.helvetica.small .b-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-discussion-block .block-body .short-content .comments-link {
  font-size: 12px;
}
body.helvetica.small .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.helvetica.small .b-single-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-single-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 15px;
}
body.helvetica.small .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 11px;
}
body.helvetica.small .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 14px;
}
body.helvetica.small .b-single-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-discussion-comment {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-discussion-comment .text-content .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-discussion-comment .text-content .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 11px;
}
body.helvetica.small .b-discussion-comment .edit-link {
  font-family: "helveticaneuecyrroman";
  font-size: 11px;
}
body.helvetica.small .b-discussion-comment .editing-block textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-dialog-block .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-dialog-block .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-dialog-block .poster .name {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-dialog-block .poster .date {
  font-family: "helveticaneuecyrroman";
  font-size: 11px;
}
body.helvetica.small .b-dialog-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-dialog-block .block-body .short-content .content a {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-dialog-message {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-dialog-message .author .text .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-dialog-message .author .text .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 11px;
}
body.helvetica.small .b-section-title {
  font-family: "helveticaneuecyrroman";
  font-size: 15px;
}
body.helvetica.small .b-category-title {
  font-family: "helveticaneuecyrroman";
  font-size: 15px;
}
body.helvetica.small .b-search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-search-field input {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-search-field .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-search-field-complicated .search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-search-field-complicated input {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-search-field-complicated .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-search-field-complicated .dropdown-options .options {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-user-filters .filter-item {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-users-list .user .name,
body.helvetica.small .b-user-list-helper-layer .name {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-documents-block .block-title {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-documents-block .documents-list .document {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-user-data-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-user-data-popup .user-data .name {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.small .b-user-data-popup .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-popup-users-listing .user .name {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-popup-modal {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-popup-profile-edition {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-popup-profile-edition .tabs .tab {
  font-family: "helveticaneuecyrroman";
  font-size: 15px;
}
body.helvetica.small .b-popup-profile-edition .header {
  font-family: "helveticaneuecyrroman";
  font-size: 15px;
}
body.helvetica.small .b-popup-profile-edition .js-link {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.small .b-popup-profile-edition .tip {
  font-size: 26px;
}
body.helvetica.small .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-popup-profile-edition .notice {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-popup-profile-edition .change-password .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.small .b-popup-profile-edition .control-group .description {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.small .b-popup-profile-edition .control-group .control input {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-popup-profile-edition .control-group .control textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-popup-profile-edition .user-data .name {
  font-size: 18px;
}
body.helvetica.small .b-you-have-no-assistants .message {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-you-have-no-assistants .message a {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-user-that-read-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-user-that-read-popup .popup-title {
  font-family: "helveticaneuecyrroman";
  font-size: 15px;
}
body.helvetica.small .b-documents-categories-listing .list {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-create-new-top-level-category .button.create-category {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.small .b-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-popup-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-sidebar-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-maincolumn-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-sidebar-nodata-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-maincolumn-success {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-reply-form {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-reply-form .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-reply-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-news-discussion {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-news-discussion .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-news-discussion .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-news-discussion .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-news-discussion .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-category-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-category-popup .input-wrapper,
body.helvetica.small .b-new-category-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-category-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-category-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-confirm-for-users {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-dialog {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "helveticaneuecyrroman";
  font-size: 16px;
}
body.helvetica.small .b-new-dialog .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-dialog .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-dialog .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-dialog .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-dialog .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-dialog .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-user-block {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-login {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-login .title {
  font-family: "helveticaneuecyrroman";
  font-size: 23px;
}
body.helvetica.small .b-login .title b,
body.helvetica.small .b-login .title strong {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.small .b-login .inputs dt {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-login .inputs input {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-document-edit-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-document-edit-popup .input-wrapper,
body.helvetica.small .b-document-edit-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-document-edit-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-documents-form {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-documents-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-new-documents-form .error-message {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-error-message .message,
body.helvetica.small .b-no-access-to-news .message {
  font-family: "helveticaneuecyrroman";
  font-size: 14px;
}
body.helvetica.small .b-error-message .advice,
body.helvetica.small .b-no-access-to-news .advice {
  font-family: "helveticaneuecyrroman";
  font-size: 12px;
}
body.helvetica.small .b-search-results-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-footer .copyright {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-change-avatar .helper {
  font-family: "helveticaneuecyrroman";
  font-size: 11px;
}
body.helvetica.small .b-form .form-title {
  font-family: "helveticaneuecyrroman";
  font-size: 14px;
}
body.helvetica.small .b-form .form-control .controls input[type="text"],
body.helvetica.small .b-form .form-control .controls input[type="email"],
body.helvetica.small .b-form .form-control .controls input[type="password"],
body.helvetica.small .b-form .form-control .controls select {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-form .form-control .controls textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-document-list-subcategories ul a {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.small .b-font-settings {
  font-family: "helveticaneuecyrroman";
  font-size: 13px;
}
body.helvetica.medium .b-header-link-to-site {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-header-controls .user-button {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-header-controls .dropdown-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-content-block {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-button.large {
  font-size: 15.4px;
}
body.helvetica.medium .b-nav-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-nav-menu .icon .baloon {
  font-size: 13.2px;
}
body.helvetica.medium .b-sidebar-button {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-attachments-list {
  font-size: 13.2px;
}
body.helvetica.medium .b-announcement-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 16.5px;
}
body.helvetica.medium .b-announcement-block .block-header .announcement-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 12.1px;
}
body.helvetica.medium .b-announcement-block .block-header .announcement-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 15.4px;
}
body.helvetica.medium .b-announcement-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.helvetica.medium .b-announcement-block .users-that-read {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 16.5px;
}
body.helvetica.medium .b-discussion-block .block-header .discussion-title {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 12.1px;
}
body.helvetica.medium .b-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 15.4px;
}
body.helvetica.medium .b-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-discussion-block .block-body .short-content .comments-link {
  font-size: 13.2px;
}
body.helvetica.medium .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.helvetica.medium .b-single-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-single-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 16.5px;
}
body.helvetica.medium .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 12.1px;
}
body.helvetica.medium .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 15.4px;
}
body.helvetica.medium .b-single-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-discussion-comment {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-discussion-comment .text-content .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-discussion-comment .text-content .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 12.1px;
}
body.helvetica.medium .b-discussion-comment .edit-link {
  font-family: "helveticaneuecyrroman";
  font-size: 12.1px;
}
body.helvetica.medium .b-discussion-comment .editing-block textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-dialog-block .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-dialog-block .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-dialog-block .poster .name {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-dialog-block .poster .date {
  font-family: "helveticaneuecyrroman";
  font-size: 12.1px;
}
body.helvetica.medium .b-dialog-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-dialog-block .block-body .short-content .content a {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-dialog-message {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-dialog-message .author .text .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-dialog-message .author .text .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 12.1px;
}
body.helvetica.medium .b-section-title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.5px;
}
body.helvetica.medium .b-category-title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.5px;
}
body.helvetica.medium .b-search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-search-field input {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-search-field .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-search-field-complicated .search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-search-field-complicated input {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-search-field-complicated .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-search-field-complicated .dropdown-options .options {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-user-filters .filter-item {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-users-list .user .name,
body.helvetica.medium .b-user-list-helper-layer .name {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-documents-block .block-title {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-documents-block .documents-list .document {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-user-data-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-user-data-popup .user-data .name {
  font-family: "helveticaneuecyrroman";
  font-size: 19.8px;
}
body.helvetica.medium .b-user-data-popup .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-popup-users-listing .user .name {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-popup-modal {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-popup-profile-edition {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-popup-profile-edition .tabs .tab {
  font-family: "helveticaneuecyrroman";
  font-size: 16.5px;
}
body.helvetica.medium .b-popup-profile-edition .header {
  font-family: "helveticaneuecyrroman";
  font-size: 16.5px;
}
body.helvetica.medium .b-popup-profile-edition .js-link {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.medium .b-popup-profile-edition .tip {
  font-size: 28.6px;
}
body.helvetica.medium .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-popup-profile-edition .notice {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-popup-profile-edition .change-password .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.medium .b-popup-profile-edition .control-group .description {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.medium .b-popup-profile-edition .control-group .control input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-popup-profile-edition .control-group .control textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-popup-profile-edition .user-data .name {
  font-size: 19.8px;
}
body.helvetica.medium .b-you-have-no-assistants .message {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-you-have-no-assistants .message a {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-user-that-read-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-user-that-read-popup .popup-title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.5px;
}
body.helvetica.medium .b-documents-categories-listing .list {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-create-new-top-level-category .button.create-category {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.medium .b-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-popup-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-sidebar-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-maincolumn-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-sidebar-nodata-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-maincolumn-success {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-reply-form {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-reply-form .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-reply-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-news-discussion {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-news-discussion .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-news-discussion .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-news-discussion .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-news-discussion .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-category-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-category-popup .input-wrapper,
body.helvetica.medium .b-new-category-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-category-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-category-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-confirm-for-users {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-dialog {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "helveticaneuecyrroman";
  font-size: 17.6px;
}
body.helvetica.medium .b-new-dialog .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-dialog .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-dialog .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-dialog .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-dialog .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-dialog .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-user-block {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-login {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-login .title {
  font-family: "helveticaneuecyrroman";
  font-size: 25.3px;
}
body.helvetica.medium .b-login .title b,
body.helvetica.medium .b-login .title strong {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.medium .b-login .inputs dt {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-login .inputs input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-document-edit-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-document-edit-popup .input-wrapper,
body.helvetica.medium .b-document-edit-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-document-edit-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-documents-form {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-documents-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-new-documents-form .error-message {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-error-message .message,
body.helvetica.medium .b-no-access-to-news .message {
  font-family: "helveticaneuecyrroman";
  font-size: 15.4px;
}
body.helvetica.medium .b-error-message .advice,
body.helvetica.medium .b-no-access-to-news .advice {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.medium .b-search-results-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-footer .copyright {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-change-avatar .helper {
  font-family: "helveticaneuecyrroman";
  font-size: 12.1px;
}
body.helvetica.medium .b-form .form-title {
  font-family: "helveticaneuecyrroman";
  font-size: 15.4px;
}
body.helvetica.medium .b-form .form-control .controls input[type="text"],
body.helvetica.medium .b-form .form-control .controls input[type="email"],
body.helvetica.medium .b-form .form-control .controls input[type="password"],
body.helvetica.medium .b-form .form-control .controls select {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-form .form-control .controls textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-document-list-subcategories ul a {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.medium .b-font-settings {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.more .b-header-link-to-site {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-header-controls .user-button {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-header-controls .dropdown-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-content-block {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-button.large {
  font-size: 16.8px;
}
body.helvetica.more .b-nav-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-nav-menu .icon .baloon {
  font-size: 14.4px;
}
body.helvetica.more .b-sidebar-button {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-attachments-list {
  font-size: 14.4px;
}
body.helvetica.more .b-announcement-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.more .b-announcement-block .block-header .announcement-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.more .b-announcement-block .block-header .announcement-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.8px;
}
body.helvetica.more .b-announcement-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.helvetica.more .b-announcement-block .users-that-read {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.more .b-discussion-block .block-header .discussion-title {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.more .b-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.8px;
}
body.helvetica.more .b-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-discussion-block .block-body .short-content .comments-link {
  font-size: 14.4px;
}
body.helvetica.more .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.helvetica.more .b-single-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-single-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.more .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.more .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.8px;
}
body.helvetica.more .b-single-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-discussion-comment {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-discussion-comment .text-content .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-discussion-comment .text-content .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.more .b-discussion-comment .edit-link {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.more .b-discussion-comment .editing-block textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-dialog-block .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-dialog-block .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-dialog-block .poster .name {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-dialog-block .poster .date {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.more .b-dialog-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-dialog-block .block-body .short-content .content a {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-dialog-message {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-dialog-message .author .text .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-dialog-message .author .text .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.more .b-section-title {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.more .b-category-title {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.more .b-search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-search-field input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-search-field .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-search-field-complicated .search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-search-field-complicated input {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-search-field-complicated .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-search-field-complicated .dropdown-options .options {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-user-filters .filter-item {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-users-list .user .name,
body.helvetica.more .b-user-list-helper-layer .name {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-documents-block .block-title {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-documents-block .documents-list .document {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-user-data-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-user-data-popup .user-data .name {
  font-family: "helveticaneuecyrroman";
  font-size: 21.6px;
}
body.helvetica.more .b-user-data-popup .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-popup-users-listing .user .name {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-popup-modal {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-popup-profile-edition {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-popup-profile-edition .tabs .tab {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.more .b-popup-profile-edition .header {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.more .b-popup-profile-edition .js-link {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.more .b-popup-profile-edition .tip {
  font-size: 31.2px;
}
body.helvetica.more .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-popup-profile-edition .notice {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-popup-profile-edition .change-password .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.more .b-popup-profile-edition .control-group .description {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.more .b-popup-profile-edition .control-group .control input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-popup-profile-edition .control-group .control textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-popup-profile-edition .user-data .name {
  font-size: 21.6px;
}
body.helvetica.more .b-you-have-no-assistants .message {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-you-have-no-assistants .message a {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-user-that-read-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-user-that-read-popup .popup-title {
  font-family: "helveticaneuecyrroman";
  font-size: 18px;
}
body.helvetica.more .b-documents-categories-listing .list {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-create-new-top-level-category .button.create-category {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.more .b-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-popup-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-sidebar-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-maincolumn-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-sidebar-nodata-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-maincolumn-success {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-reply-form {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-reply-form .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-reply-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-news-discussion {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-news-discussion .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-news-discussion .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-news-discussion .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-news-discussion .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-category-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-category-popup .input-wrapper,
body.helvetica.more .b-new-category-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-category-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-category-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-confirm-for-users {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-dialog {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "helveticaneuecyrroman";
  font-size: 19.2px;
}
body.helvetica.more .b-new-dialog .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-dialog .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-dialog .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-dialog .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-dialog .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-dialog .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-user-block {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-login {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-login .title {
  font-family: "helveticaneuecyrroman";
  font-size: 27.6px;
}
body.helvetica.more .b-login .title b,
body.helvetica.more .b-login .title strong {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.more .b-login .inputs dt {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-login .inputs input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-document-edit-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-document-edit-popup .input-wrapper,
body.helvetica.more .b-document-edit-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-document-edit-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-documents-form {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-documents-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-new-documents-form .error-message {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-error-message .message,
body.helvetica.more .b-no-access-to-news .message {
  font-family: "helveticaneuecyrroman";
  font-size: 16.8px;
}
body.helvetica.more .b-error-message .advice,
body.helvetica.more .b-no-access-to-news .advice {
  font-family: "helveticaneuecyrroman";
  font-size: 14.4px;
}
body.helvetica.more .b-search-results-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-footer .copyright {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-change-avatar .helper {
  font-family: "helveticaneuecyrroman";
  font-size: 13.2px;
}
body.helvetica.more .b-form .form-title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.8px;
}
body.helvetica.more .b-form .form-control .controls input[type="text"],
body.helvetica.more .b-form .form-control .controls input[type="email"],
body.helvetica.more .b-form .form-control .controls input[type="password"],
body.helvetica.more .b-form .form-control .controls select {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-form .form-control .controls textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-document-list-subcategories ul a {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.more .b-font-settings {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-header-link-to-site {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-header-controls .user-button {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-header-controls .dropdown-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-content-block {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-button.large {
  font-size: 18.2px;
}
body.helvetica.large .b-nav-menu {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-nav-menu .icon .baloon {
  font-size: 15.6px;
}
body.helvetica.large .b-sidebar-button {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-attachments-list {
  font-size: 15.6px;
}
body.helvetica.large .b-announcement-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 19.5px;
}
body.helvetica.large .b-announcement-block .block-header .announcement-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.large .b-announcement-block .block-header .announcement-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 18.2px;
}
body.helvetica.large .b-announcement-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.helvetica.large .b-announcement-block .users-that-read {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 19.5px;
}
body.helvetica.large .b-discussion-block .block-header .discussion-title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.large .b-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 18.2px;
}
body.helvetica.large .b-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-discussion-block .block-body .short-content .comments-link {
  font-size: 15.6px;
}
body.helvetica.large .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.helvetica.large .b-single-discussion-block .block-header .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-single-discussion-block .block-header .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 19.5px;
}
body.helvetica.large .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.large .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "helveticaneuecyrroman";
  font-size: 18.2px;
}
body.helvetica.large .b-single-discussion-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-discussion-comment {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-discussion-comment .text-content .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-discussion-comment .text-content .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.large .b-discussion-comment .edit-link {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.large .b-discussion-comment .editing-block textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-dialog-block .post-controls {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-dialog-block .poster {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-dialog-block .poster .name {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-dialog-block .poster .date {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.large .b-dialog-block .block-body {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-dialog-block .block-body .short-content .content a {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-dialog-message {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-dialog-message .author .text .author-name {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-dialog-message .author .text .date-and-time {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.large .b-section-title {
  font-family: "helveticaneuecyrroman";
  font-size: 19.5px;
}
body.helvetica.large .b-category-title {
  font-family: "helveticaneuecyrroman";
  font-size: 19.5px;
}
body.helvetica.large .b-search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-search-field input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-search-field .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-search-field-complicated .search-field {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-search-field-complicated input {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-search-field-complicated .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-search-field-complicated .dropdown-options .options {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-user-filters .filter-item {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-users-list .user .name,
body.helvetica.large .b-user-list-helper-layer .name {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-documents-block .block-title {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-documents-block .documents-list .document {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-user-data-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-user-data-popup .user-data .name {
  font-family: "helveticaneuecyrroman";
  font-size: 23.4px;
}
body.helvetica.large .b-user-data-popup .b-button {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-popup-users-listing .user .name {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-popup-modal {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-popup-profile-edition {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-popup-profile-edition .tabs .tab {
  font-family: "helveticaneuecyrroman";
  font-size: 19.5px;
}
body.helvetica.large .b-popup-profile-edition .header {
  font-family: "helveticaneuecyrroman";
  font-size: 19.5px;
}
body.helvetica.large .b-popup-profile-edition .js-link {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.large .b-popup-profile-edition .tip {
  font-size: 33.8px;
}
body.helvetica.large .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-popup-profile-edition .notice {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-popup-profile-edition .change-password .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.large .b-popup-profile-edition .control-group .description {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.large .b-popup-profile-edition .control-group .control input {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-popup-profile-edition .control-group .control textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-popup-profile-edition .user-data .name {
  font-size: 23.4px;
}
body.helvetica.large .b-you-have-no-assistants .message {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-you-have-no-assistants .message a {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-user-that-read-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-user-that-read-popup .popup-title {
  font-family: "helveticaneuecyrroman";
  font-size: 19.5px;
}
body.helvetica.large .b-documents-categories-listing .list {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-create-new-top-level-category .button.create-category {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.large .b-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-popup-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-sidebar-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-maincolumn-nodata {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-sidebar-nodata-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-maincolumn-success {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-reply-form {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-reply-form .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-reply-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-news-discussion {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-news-discussion .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-news-discussion .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-news-discussion .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-news-discussion .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-category-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-category-popup .input-wrapper,
body.helvetica.large .b-new-category-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-category-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-category-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-confirm-for-users {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-dialog {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "helveticaneuecyrroman";
  font-size: 20.8px;
}
body.helvetica.large .b-new-dialog .input-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-dialog .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-dialog .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-dialog .textarea-wrapper textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-dialog .checkbox-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-dialog .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-user-block {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-login {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-login .title {
  font-family: "helveticaneuecyrroman";
  font-size: 29.9px;
}
body.helvetica.large .b-login .title b,
body.helvetica.large .b-login .title strong {
  font-family: "helveticaneuecyrroman";
}
body.helvetica.large .b-login .inputs dt {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-login .inputs input {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-document-edit-popup {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-document-edit-popup .input-wrapper,
body.helvetica.large .b-document-edit-popup .select-wrapper {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-document-edit-popup .input-wrapper input {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-documents-form {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-documents-form .attached-files-list {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-new-documents-form .error-message {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-error-message .message,
body.helvetica.large .b-no-access-to-news .message {
  font-family: "helveticaneuecyrroman";
  font-size: 18.2px;
}
body.helvetica.large .b-error-message .advice,
body.helvetica.large .b-no-access-to-news .advice {
  font-family: "helveticaneuecyrroman";
  font-size: 15.6px;
}
body.helvetica.large .b-search-results-filters {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-footer .copyright {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-change-avatar .helper {
  font-family: "helveticaneuecyrroman";
  font-size: 14.3px;
}
body.helvetica.large .b-form .form-title {
  font-family: "helveticaneuecyrroman";
  font-size: 18.2px;
}
body.helvetica.large .b-form .form-control .controls input[type="text"],
body.helvetica.large .b-form .form-control .controls input[type="email"],
body.helvetica.large .b-form .form-control .controls input[type="password"],
body.helvetica.large .b-form .form-control .controls select {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-form .form-control .controls textarea {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-document-list-subcategories ul a {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-font-settings {
  font-family: "helveticaneuecyrroman";
  font-size: 16.9px;
}
body.helvetica.large .b-font-settings .font-settings-button {
  text-indent: 24px;
}
body.helvetica.large .b-font-settings .font-settings-header {
  text-indent: 24px;
}
body.impact.smallest .b-header-link-to-site {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-header-controls .user-button {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-header-controls .dropdown-menu {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-content-block {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-button {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-button.large {
  font-size: 9.8px;
}
body.impact.smallest .b-nav-menu {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-nav-menu .icon .baloon {
  font-size: 8.4px;
}
body.impact.smallest .b-sidebar-button {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-attachments-list {
  font-size: 8.4px;
}
body.impact.smallest .b-announcement-block .block-header .poster {
  font-family: "Impact";
  font-size: 10.5px;
}
body.impact.smallest .b-announcement-block .block-header .announcement-title .date {
  font-family: "Impact";
  font-size: 7.7px;
}
body.impact.smallest .b-announcement-block .block-header .announcement-title .title {
  font-family: "Impact";
  font-size: 9.8px;
}
body.impact.smallest .b-announcement-block .block-body {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.impact.smallest .b-announcement-block .users-that-read {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 10.5px;
}
body.impact.smallest .b-discussion-block .block-header .discussion-title {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 7.7px;
}
body.impact.smallest .b-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 9.8px;
}
body.impact.smallest .b-discussion-block .block-body {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-discussion-block .block-body .short-content .comments-link {
  font-size: 8.4px;
}
body.impact.smallest .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.impact.smallest .b-single-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-single-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 10.5px;
}
body.impact.smallest .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 7.7px;
}
body.impact.smallest .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 9.8px;
}
body.impact.smallest .b-single-discussion-block .block-body {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-discussion-comment {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-discussion-comment .text-content .author-name {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-discussion-comment .text-content .date-and-time {
  font-family: "Impact";
  font-size: 7.7px;
}
body.impact.smallest .b-discussion-comment .edit-link {
  font-family: "Impact";
  font-size: 7.7px;
}
body.impact.smallest .b-discussion-comment .editing-block textarea {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-dialog-block .post-controls {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-dialog-block .poster {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-dialog-block .poster .name {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-dialog-block .poster .date {
  font-family: "Impact";
  font-size: 7.7px;
}
body.impact.smallest .b-dialog-block .block-body {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-dialog-block .block-body .short-content .content a {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-dialog-message {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-dialog-message .author .text .author-name {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-dialog-message .author .text .date-and-time {
  font-family: "Impact";
  font-size: 7.7px;
}
body.impact.smallest .b-section-title {
  font-family: "Impact";
  font-size: 10.5px;
}
body.impact.smallest .b-category-title {
  font-family: "Impact";
  font-size: 10.5px;
}
body.impact.smallest .b-search-field {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-search-field input {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-search-field .placeholder {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-search-field-complicated .search-field {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-search-field-complicated input {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-search-field-complicated .placeholder {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-search-field-complicated .dropdown-options .options {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-user-filters .filter-item {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-users-list .user .name,
body.impact.smallest .b-user-list-helper-layer .name {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-documents-block .block-title {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-documents-block .documents-list .document {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-user-data-popup {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-user-data-popup .user-data .name {
  font-family: "Impact";
  font-size: 12.6px;
}
body.impact.smallest .b-user-data-popup .b-button {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-popup-users-listing .user .name {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-popup-modal {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-popup-profile-edition {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-popup-profile-edition .tabs .tab {
  font-family: "Impact";
  font-size: 10.5px;
}
body.impact.smallest .b-popup-profile-edition .header {
  font-family: "Impact";
  font-size: 10.5px;
}
body.impact.smallest .b-popup-profile-edition .js-link {
  font-family: "Impact";
}
body.impact.smallest .b-popup-profile-edition .tip {
  font-size: 18.2px;
}
body.impact.smallest .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-popup-profile-edition .notice {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-popup-profile-edition .change-password .tooltip {
  font-family: "Impact";
}
body.impact.smallest .b-popup-profile-edition .control-group .description {
  font-family: "Impact";
}
body.impact.smallest .b-popup-profile-edition .control-group .control input {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-popup-profile-edition .control-group .control textarea {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-popup-profile-edition .user-data .name {
  font-size: 12.6px;
}
body.impact.smallest .b-you-have-no-assistants .message {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-you-have-no-assistants .message a {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-user-that-read-popup {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-user-that-read-popup .popup-title {
  font-family: "Impact";
  font-size: 10.5px;
}
body.impact.smallest .b-documents-categories-listing .list {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-create-new-top-level-category .button.create-category {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Impact";
}
body.impact.smallest .b-nodata {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-popup-nodata {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-sidebar-nodata {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-maincolumn-nodata {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-sidebar-nodata-filters {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-maincolumn-success {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-reply-form {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-reply-form .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-reply-form .attached-files-list {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-news-discussion {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-news-discussion .input-wrapper {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-news-discussion .input-wrapper input {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-news-discussion .checkbox-wrapper {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-news-discussion .attached-files-list {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-category-popup {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-category-popup .input-wrapper,
body.impact.smallest .b-new-category-popup .select-wrapper {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-category-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-confirm-for-users {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-dialog {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Impact";
  font-size: 11.2px;
}
body.impact.smallest .b-new-dialog .input-wrapper {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-dialog .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-dialog .input-wrapper input {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-dialog .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-dialog .checkbox-wrapper {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-dialog .attached-files-list {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-user-block {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-login {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-login .title {
  font-family: "Impact";
  font-size: 16.1px;
}
body.impact.smallest .b-login .title b,
body.impact.smallest .b-login .title strong {
  font-family: "Impact";
}
body.impact.smallest .b-login .inputs dt {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-login .inputs input {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-document-edit-popup {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-document-edit-popup .input-wrapper,
body.impact.smallest .b-document-edit-popup .select-wrapper {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-document-edit-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-documents-form {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-documents-form .attached-files-list {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-new-documents-form .error-message {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-error-message .message,
body.impact.smallest .b-no-access-to-news .message {
  font-family: "Impact";
  font-size: 9.8px;
}
body.impact.smallest .b-error-message .advice,
body.impact.smallest .b-no-access-to-news .advice {
  font-family: "Impact";
  font-size: 8.4px;
}
body.impact.smallest .b-search-results-filters {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-footer .copyright {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-change-avatar .helper {
  font-family: "Impact";
  font-size: 7.7px;
}
body.impact.smallest .b-form .form-title {
  font-family: "Impact";
  font-size: 9.8px;
}
body.impact.smallest .b-form .form-control .controls input[type="text"],
body.impact.smallest .b-form .form-control .controls input[type="email"],
body.impact.smallest .b-form .form-control .controls input[type="password"],
body.impact.smallest .b-form .form-control .controls select {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-form .form-control .controls textarea {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-document-list-subcategories ul a {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.smallest .b-font-settings {
  font-family: "Impact";
  font-size: 9.1px;
}
body.impact.less .b-header-link-to-site {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-header-controls .user-button {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-header-controls .dropdown-menu {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-content-block {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-button {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-button.large {
  font-size: 11.9px;
}
body.impact.less .b-nav-menu {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-nav-menu .icon .baloon {
  font-size: 10.2px;
}
body.impact.less .b-sidebar-button {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-attachments-list {
  font-size: 10.2px;
}
body.impact.less .b-announcement-block .block-header .poster {
  font-family: "Impact";
  font-size: 12.75px;
}
body.impact.less .b-announcement-block .block-header .announcement-title .date {
  font-family: "Impact";
  font-size: 9.35px;
}
body.impact.less .b-announcement-block .block-header .announcement-title .title {
  font-family: "Impact";
  font-size: 11.9px;
}
body.impact.less .b-announcement-block .block-body {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.impact.less .b-announcement-block .users-that-read {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 12.75px;
}
body.impact.less .b-discussion-block .block-header .discussion-title {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 9.35px;
}
body.impact.less .b-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 11.9px;
}
body.impact.less .b-discussion-block .block-body {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-discussion-block .block-body .short-content .comments-link {
  font-size: 10.2px;
}
body.impact.less .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.impact.less .b-single-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-single-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 12.75px;
}
body.impact.less .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 9.35px;
}
body.impact.less .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 11.9px;
}
body.impact.less .b-single-discussion-block .block-body {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-discussion-comment {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-discussion-comment .text-content .author-name {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-discussion-comment .text-content .date-and-time {
  font-family: "Impact";
  font-size: 9.35px;
}
body.impact.less .b-discussion-comment .edit-link {
  font-family: "Impact";
  font-size: 9.35px;
}
body.impact.less .b-discussion-comment .editing-block textarea {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-dialog-block .post-controls {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-dialog-block .poster {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-dialog-block .poster .name {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-dialog-block .poster .date {
  font-family: "Impact";
  font-size: 9.35px;
}
body.impact.less .b-dialog-block .block-body {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-dialog-block .block-body .short-content .content a {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-dialog-message {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-dialog-message .author .text .author-name {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-dialog-message .author .text .date-and-time {
  font-family: "Impact";
  font-size: 9.35px;
}
body.impact.less .b-section-title {
  font-family: "Impact";
  font-size: 12.75px;
}
body.impact.less .b-category-title {
  font-family: "Impact";
  font-size: 12.75px;
}
body.impact.less .b-search-field {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-search-field input {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-search-field .placeholder {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-search-field-complicated .search-field {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-search-field-complicated input {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-search-field-complicated .placeholder {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-search-field-complicated .dropdown-options .options {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-user-filters .filter-item {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-users-list .user .name,
body.impact.less .b-user-list-helper-layer .name {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-documents-block .block-title {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-documents-block .documents-list .document {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-user-data-popup {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-user-data-popup .user-data .name {
  font-family: "Impact";
  font-size: 15.3px;
}
body.impact.less .b-user-data-popup .b-button {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-popup-users-listing .user .name {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-popup-modal {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-popup-profile-edition {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-popup-profile-edition .tabs .tab {
  font-family: "Impact";
  font-size: 12.75px;
}
body.impact.less .b-popup-profile-edition .header {
  font-family: "Impact";
  font-size: 12.75px;
}
body.impact.less .b-popup-profile-edition .js-link {
  font-family: "Impact";
}
body.impact.less .b-popup-profile-edition .tip {
  font-size: 22.1px;
}
body.impact.less .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-popup-profile-edition .notice {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-popup-profile-edition .change-password .tooltip {
  font-family: "Impact";
}
body.impact.less .b-popup-profile-edition .control-group .description {
  font-family: "Impact";
}
body.impact.less .b-popup-profile-edition .control-group .control input {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-popup-profile-edition .control-group .control textarea {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-popup-profile-edition .user-data .name {
  font-size: 15.3px;
}
body.impact.less .b-you-have-no-assistants .message {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-you-have-no-assistants .message a {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-user-that-read-popup {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-user-that-read-popup .popup-title {
  font-family: "Impact";
  font-size: 12.75px;
}
body.impact.less .b-documents-categories-listing .list {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-create-new-top-level-category .button.create-category {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Impact";
}
body.impact.less .b-nodata {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-popup-nodata {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-sidebar-nodata {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-maincolumn-nodata {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-sidebar-nodata-filters {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-maincolumn-success {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-reply-form {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-reply-form .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-reply-form .attached-files-list {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-news-discussion {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-news-discussion .input-wrapper {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-news-discussion .input-wrapper input {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-news-discussion .checkbox-wrapper {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-news-discussion .attached-files-list {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-category-popup {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-category-popup .input-wrapper,
body.impact.less .b-new-category-popup .select-wrapper {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-category-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-confirm-for-users {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-dialog {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Impact";
  font-size: 13.6px;
}
body.impact.less .b-new-dialog .input-wrapper {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-dialog .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-dialog .input-wrapper input {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-dialog .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-dialog .checkbox-wrapper {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-dialog .attached-files-list {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-user-block {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-login {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-login .title {
  font-family: "Impact";
  font-size: 19.55px;
}
body.impact.less .b-login .title b,
body.impact.less .b-login .title strong {
  font-family: "Impact";
}
body.impact.less .b-login .inputs dt {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-login .inputs input {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-document-edit-popup {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-document-edit-popup .input-wrapper,
body.impact.less .b-document-edit-popup .select-wrapper {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-document-edit-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-documents-form {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-documents-form .attached-files-list {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-new-documents-form .error-message {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-error-message .message,
body.impact.less .b-no-access-to-news .message {
  font-family: "Impact";
  font-size: 11.9px;
}
body.impact.less .b-error-message .advice,
body.impact.less .b-no-access-to-news .advice {
  font-family: "Impact";
  font-size: 10.2px;
}
body.impact.less .b-search-results-filters {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-footer .copyright {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-change-avatar .helper {
  font-family: "Impact";
  font-size: 9.35px;
}
body.impact.less .b-form .form-title {
  font-family: "Impact";
  font-size: 11.9px;
}
body.impact.less .b-form .form-control .controls input[type="text"],
body.impact.less .b-form .form-control .controls input[type="email"],
body.impact.less .b-form .form-control .controls input[type="password"],
body.impact.less .b-form .form-control .controls select {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-form .form-control .controls textarea {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-document-list-subcategories ul a {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.less .b-font-settings {
  font-family: "Impact";
  font-size: 11.05px;
}
body.impact.small .b-header-link-to-site {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-header-controls .user-button {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-header-controls .dropdown-menu {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-content-block {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-button {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-button.large {
  font-size: 14px;
}
body.impact.small .b-nav-menu {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-nav-menu .icon .baloon {
  font-size: 12px;
}
body.impact.small .b-sidebar-button {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-attachments-list {
  font-size: 12px;
}
body.impact.small .b-announcement-block .block-header .poster {
  font-family: "Impact";
  font-size: 15px;
}
body.impact.small .b-announcement-block .block-header .announcement-title .date {
  font-family: "Impact";
  font-size: 11px;
}
body.impact.small .b-announcement-block .block-header .announcement-title .title {
  font-family: "Impact";
  font-size: 14px;
}
body.impact.small .b-announcement-block .block-body {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.impact.small .b-announcement-block .users-that-read {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 15px;
}
body.impact.small .b-discussion-block .block-header .discussion-title {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 11px;
}
body.impact.small .b-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 14px;
}
body.impact.small .b-discussion-block .block-body {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-discussion-block .block-body .short-content .comments-link {
  font-size: 12px;
}
body.impact.small .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.impact.small .b-single-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-single-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 15px;
}
body.impact.small .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 11px;
}
body.impact.small .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 14px;
}
body.impact.small .b-single-discussion-block .block-body {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-discussion-comment {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-discussion-comment .text-content .author-name {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-discussion-comment .text-content .date-and-time {
  font-family: "Impact";
  font-size: 11px;
}
body.impact.small .b-discussion-comment .edit-link {
  font-family: "Impact";
  font-size: 11px;
}
body.impact.small .b-discussion-comment .editing-block textarea {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-dialog-block .post-controls {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-dialog-block .poster {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-dialog-block .poster .name {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-dialog-block .poster .date {
  font-family: "Impact";
  font-size: 11px;
}
body.impact.small .b-dialog-block .block-body {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-dialog-block .block-body .short-content .content a {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-dialog-message {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-dialog-message .author .text .author-name {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-dialog-message .author .text .date-and-time {
  font-family: "Impact";
  font-size: 11px;
}
body.impact.small .b-section-title {
  font-family: "Impact";
  font-size: 15px;
}
body.impact.small .b-category-title {
  font-family: "Impact";
  font-size: 15px;
}
body.impact.small .b-search-field {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-search-field input {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-search-field .placeholder {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-search-field-complicated .search-field {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-search-field-complicated input {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-search-field-complicated .placeholder {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-search-field-complicated .dropdown-options .options {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-user-filters .filter-item {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-users-list .user .name,
body.impact.small .b-user-list-helper-layer .name {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-documents-block .block-title {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-documents-block .documents-list .document {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-user-data-popup {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-user-data-popup .user-data .name {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.small .b-user-data-popup .b-button {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-popup-users-listing .user .name {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-popup-modal {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-popup-profile-edition {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-popup-profile-edition .tabs .tab {
  font-family: "Impact";
  font-size: 15px;
}
body.impact.small .b-popup-profile-edition .header {
  font-family: "Impact";
  font-size: 15px;
}
body.impact.small .b-popup-profile-edition .js-link {
  font-family: "Impact";
}
body.impact.small .b-popup-profile-edition .tip {
  font-size: 26px;
}
body.impact.small .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-popup-profile-edition .notice {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-popup-profile-edition .change-password .tooltip {
  font-family: "Impact";
}
body.impact.small .b-popup-profile-edition .control-group .description {
  font-family: "Impact";
}
body.impact.small .b-popup-profile-edition .control-group .control input {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-popup-profile-edition .control-group .control textarea {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-popup-profile-edition .user-data .name {
  font-size: 18px;
}
body.impact.small .b-you-have-no-assistants .message {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-you-have-no-assistants .message a {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-user-that-read-popup {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-user-that-read-popup .popup-title {
  font-family: "Impact";
  font-size: 15px;
}
body.impact.small .b-documents-categories-listing .list {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-create-new-top-level-category .button.create-category {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Impact";
}
body.impact.small .b-nodata {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-popup-nodata {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-sidebar-nodata {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-maincolumn-nodata {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-sidebar-nodata-filters {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-maincolumn-success {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-reply-form {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-reply-form .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-reply-form .attached-files-list {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-news-discussion {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-news-discussion .input-wrapper {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-news-discussion .input-wrapper input {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-news-discussion .checkbox-wrapper {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-news-discussion .attached-files-list {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-category-popup {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-category-popup .input-wrapper,
body.impact.small .b-new-category-popup .select-wrapper {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-category-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-confirm-for-users {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-dialog {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Impact";
  font-size: 16px;
}
body.impact.small .b-new-dialog .input-wrapper {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-dialog .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-dialog .input-wrapper input {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-dialog .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-dialog .checkbox-wrapper {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-dialog .attached-files-list {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-user-block {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-login {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-login .title {
  font-family: "Impact";
  font-size: 23px;
}
body.impact.small .b-login .title b,
body.impact.small .b-login .title strong {
  font-family: "Impact";
}
body.impact.small .b-login .inputs dt {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-login .inputs input {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-document-edit-popup {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-document-edit-popup .input-wrapper,
body.impact.small .b-document-edit-popup .select-wrapper {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-document-edit-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-documents-form {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-documents-form .attached-files-list {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-new-documents-form .error-message {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-error-message .message,
body.impact.small .b-no-access-to-news .message {
  font-family: "Impact";
  font-size: 14px;
}
body.impact.small .b-error-message .advice,
body.impact.small .b-no-access-to-news .advice {
  font-family: "Impact";
  font-size: 12px;
}
body.impact.small .b-search-results-filters {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-footer .copyright {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-change-avatar .helper {
  font-family: "Impact";
  font-size: 11px;
}
body.impact.small .b-form .form-title {
  font-family: "Impact";
  font-size: 14px;
}
body.impact.small .b-form .form-control .controls input[type="text"],
body.impact.small .b-form .form-control .controls input[type="email"],
body.impact.small .b-form .form-control .controls input[type="password"],
body.impact.small .b-form .form-control .controls select {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-form .form-control .controls textarea {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-document-list-subcategories ul a {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.small .b-font-settings {
  font-family: "Impact";
  font-size: 13px;
}
body.impact.medium .b-header-link-to-site {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-header-controls .user-button {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-header-controls .dropdown-menu {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-content-block {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-button {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-button.large {
  font-size: 15.4px;
}
body.impact.medium .b-nav-menu {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-nav-menu .icon .baloon {
  font-size: 13.2px;
}
body.impact.medium .b-sidebar-button {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-attachments-list {
  font-size: 13.2px;
}
body.impact.medium .b-announcement-block .block-header .poster {
  font-family: "Impact";
  font-size: 16.5px;
}
body.impact.medium .b-announcement-block .block-header .announcement-title .date {
  font-family: "Impact";
  font-size: 12.1px;
}
body.impact.medium .b-announcement-block .block-header .announcement-title .title {
  font-family: "Impact";
  font-size: 15.4px;
}
body.impact.medium .b-announcement-block .block-body {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.impact.medium .b-announcement-block .users-that-read {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 16.5px;
}
body.impact.medium .b-discussion-block .block-header .discussion-title {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 12.1px;
}
body.impact.medium .b-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 15.4px;
}
body.impact.medium .b-discussion-block .block-body {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-discussion-block .block-body .short-content .comments-link {
  font-size: 13.2px;
}
body.impact.medium .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.impact.medium .b-single-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-single-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 16.5px;
}
body.impact.medium .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 12.1px;
}
body.impact.medium .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 15.4px;
}
body.impact.medium .b-single-discussion-block .block-body {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-discussion-comment {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-discussion-comment .text-content .author-name {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-discussion-comment .text-content .date-and-time {
  font-family: "Impact";
  font-size: 12.1px;
}
body.impact.medium .b-discussion-comment .edit-link {
  font-family: "Impact";
  font-size: 12.1px;
}
body.impact.medium .b-discussion-comment .editing-block textarea {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-dialog-block .post-controls {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-dialog-block .poster {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-dialog-block .poster .name {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-dialog-block .poster .date {
  font-family: "Impact";
  font-size: 12.1px;
}
body.impact.medium .b-dialog-block .block-body {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-dialog-block .block-body .short-content .content a {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-dialog-message {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-dialog-message .author .text .author-name {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-dialog-message .author .text .date-and-time {
  font-family: "Impact";
  font-size: 12.1px;
}
body.impact.medium .b-section-title {
  font-family: "Impact";
  font-size: 16.5px;
}
body.impact.medium .b-category-title {
  font-family: "Impact";
  font-size: 16.5px;
}
body.impact.medium .b-search-field {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-search-field input {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-search-field .placeholder {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-search-field-complicated .search-field {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-search-field-complicated input {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-search-field-complicated .placeholder {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-search-field-complicated .dropdown-options .options {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-user-filters .filter-item {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-users-list .user .name,
body.impact.medium .b-user-list-helper-layer .name {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-documents-block .block-title {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-documents-block .documents-list .document {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-user-data-popup {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-user-data-popup .user-data .name {
  font-family: "Impact";
  font-size: 19.8px;
}
body.impact.medium .b-user-data-popup .b-button {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-popup-users-listing .user .name {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-popup-modal {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-popup-profile-edition {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-popup-profile-edition .tabs .tab {
  font-family: "Impact";
  font-size: 16.5px;
}
body.impact.medium .b-popup-profile-edition .header {
  font-family: "Impact";
  font-size: 16.5px;
}
body.impact.medium .b-popup-profile-edition .js-link {
  font-family: "Impact";
}
body.impact.medium .b-popup-profile-edition .tip {
  font-size: 28.6px;
}
body.impact.medium .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-popup-profile-edition .notice {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-popup-profile-edition .change-password .tooltip {
  font-family: "Impact";
}
body.impact.medium .b-popup-profile-edition .control-group .description {
  font-family: "Impact";
}
body.impact.medium .b-popup-profile-edition .control-group .control input {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-popup-profile-edition .control-group .control textarea {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-popup-profile-edition .user-data .name {
  font-size: 19.8px;
}
body.impact.medium .b-you-have-no-assistants .message {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-you-have-no-assistants .message a {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-user-that-read-popup {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-user-that-read-popup .popup-title {
  font-family: "Impact";
  font-size: 16.5px;
}
body.impact.medium .b-documents-categories-listing .list {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-create-new-top-level-category .button.create-category {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Impact";
}
body.impact.medium .b-nodata {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-popup-nodata {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-sidebar-nodata {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-maincolumn-nodata {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-sidebar-nodata-filters {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-maincolumn-success {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-reply-form {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-reply-form .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-reply-form .attached-files-list {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-news-discussion {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-news-discussion .input-wrapper {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-news-discussion .input-wrapper input {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-news-discussion .checkbox-wrapper {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-news-discussion .attached-files-list {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-category-popup {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-category-popup .input-wrapper,
body.impact.medium .b-new-category-popup .select-wrapper {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-category-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-confirm-for-users {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-dialog {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Impact";
  font-size: 17.6px;
}
body.impact.medium .b-new-dialog .input-wrapper {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-dialog .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-dialog .input-wrapper input {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-dialog .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-dialog .checkbox-wrapper {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-dialog .attached-files-list {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-user-block {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-login {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-login .title {
  font-family: "Impact";
  font-size: 25.3px;
}
body.impact.medium .b-login .title b,
body.impact.medium .b-login .title strong {
  font-family: "Impact";
}
body.impact.medium .b-login .inputs dt {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-login .inputs input {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-document-edit-popup {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-document-edit-popup .input-wrapper,
body.impact.medium .b-document-edit-popup .select-wrapper {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-document-edit-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-documents-form {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-documents-form .attached-files-list {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-new-documents-form .error-message {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-error-message .message,
body.impact.medium .b-no-access-to-news .message {
  font-family: "Impact";
  font-size: 15.4px;
}
body.impact.medium .b-error-message .advice,
body.impact.medium .b-no-access-to-news .advice {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.medium .b-search-results-filters {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-footer .copyright {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-change-avatar .helper {
  font-family: "Impact";
  font-size: 12.1px;
}
body.impact.medium .b-form .form-title {
  font-family: "Impact";
  font-size: 15.4px;
}
body.impact.medium .b-form .form-control .controls input[type="text"],
body.impact.medium .b-form .form-control .controls input[type="email"],
body.impact.medium .b-form .form-control .controls input[type="password"],
body.impact.medium .b-form .form-control .controls select {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-form .form-control .controls textarea {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-document-list-subcategories ul a {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.medium .b-font-settings {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.more .b-header-link-to-site {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-header-controls .user-button {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-header-controls .dropdown-menu {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-content-block {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-button {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-button.large {
  font-size: 16.8px;
}
body.impact.more .b-nav-menu {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-nav-menu .icon .baloon {
  font-size: 14.4px;
}
body.impact.more .b-sidebar-button {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-attachments-list {
  font-size: 14.4px;
}
body.impact.more .b-announcement-block .block-header .poster {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.more .b-announcement-block .block-header .announcement-title .date {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.more .b-announcement-block .block-header .announcement-title .title {
  font-family: "Impact";
  font-size: 16.8px;
}
body.impact.more .b-announcement-block .block-body {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.impact.more .b-announcement-block .users-that-read {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.more .b-discussion-block .block-header .discussion-title {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.more .b-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 16.8px;
}
body.impact.more .b-discussion-block .block-body {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-discussion-block .block-body .short-content .comments-link {
  font-size: 14.4px;
}
body.impact.more .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.impact.more .b-single-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-single-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.more .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.more .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 16.8px;
}
body.impact.more .b-single-discussion-block .block-body {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-discussion-comment {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-discussion-comment .text-content .author-name {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-discussion-comment .text-content .date-and-time {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.more .b-discussion-comment .edit-link {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.more .b-discussion-comment .editing-block textarea {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-dialog-block .post-controls {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-dialog-block .poster {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-dialog-block .poster .name {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-dialog-block .poster .date {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.more .b-dialog-block .block-body {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-dialog-block .block-body .short-content .content a {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-dialog-message {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-dialog-message .author .text .author-name {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-dialog-message .author .text .date-and-time {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.more .b-section-title {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.more .b-category-title {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.more .b-search-field {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-search-field input {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-search-field .placeholder {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-search-field-complicated .search-field {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-search-field-complicated input {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-search-field-complicated .placeholder {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-search-field-complicated .dropdown-options .options {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-user-filters .filter-item {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-users-list .user .name,
body.impact.more .b-user-list-helper-layer .name {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-documents-block .block-title {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-documents-block .documents-list .document {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-user-data-popup {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-user-data-popup .user-data .name {
  font-family: "Impact";
  font-size: 21.6px;
}
body.impact.more .b-user-data-popup .b-button {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-popup-users-listing .user .name {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-popup-modal {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-popup-profile-edition {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-popup-profile-edition .tabs .tab {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.more .b-popup-profile-edition .header {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.more .b-popup-profile-edition .js-link {
  font-family: "Impact";
}
body.impact.more .b-popup-profile-edition .tip {
  font-size: 31.2px;
}
body.impact.more .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-popup-profile-edition .notice {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-popup-profile-edition .change-password .tooltip {
  font-family: "Impact";
}
body.impact.more .b-popup-profile-edition .control-group .description {
  font-family: "Impact";
}
body.impact.more .b-popup-profile-edition .control-group .control input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-popup-profile-edition .control-group .control textarea {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-popup-profile-edition .user-data .name {
  font-size: 21.6px;
}
body.impact.more .b-you-have-no-assistants .message {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-you-have-no-assistants .message a {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-user-that-read-popup {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-user-that-read-popup .popup-title {
  font-family: "Impact";
  font-size: 18px;
}
body.impact.more .b-documents-categories-listing .list {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-create-new-top-level-category .button.create-category {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Impact";
}
body.impact.more .b-nodata {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-popup-nodata {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-sidebar-nodata {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-maincolumn-nodata {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-sidebar-nodata-filters {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-maincolumn-success {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-reply-form {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-reply-form .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-reply-form .attached-files-list {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-news-discussion {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-news-discussion .input-wrapper {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-news-discussion .input-wrapper input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-news-discussion .checkbox-wrapper {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-news-discussion .attached-files-list {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-category-popup {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-category-popup .input-wrapper,
body.impact.more .b-new-category-popup .select-wrapper {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-category-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-confirm-for-users {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-dialog {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Impact";
  font-size: 19.2px;
}
body.impact.more .b-new-dialog .input-wrapper {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-dialog .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-dialog .input-wrapper input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-dialog .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-dialog .checkbox-wrapper {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-dialog .attached-files-list {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-user-block {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-login {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-login .title {
  font-family: "Impact";
  font-size: 27.6px;
}
body.impact.more .b-login .title b,
body.impact.more .b-login .title strong {
  font-family: "Impact";
}
body.impact.more .b-login .inputs dt {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-login .inputs input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-document-edit-popup {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-document-edit-popup .input-wrapper,
body.impact.more .b-document-edit-popup .select-wrapper {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-document-edit-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-documents-form {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-documents-form .attached-files-list {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-new-documents-form .error-message {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-error-message .message,
body.impact.more .b-no-access-to-news .message {
  font-family: "Impact";
  font-size: 16.8px;
}
body.impact.more .b-error-message .advice,
body.impact.more .b-no-access-to-news .advice {
  font-family: "Impact";
  font-size: 14.4px;
}
body.impact.more .b-search-results-filters {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-footer .copyright {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-change-avatar .helper {
  font-family: "Impact";
  font-size: 13.2px;
}
body.impact.more .b-form .form-title {
  font-family: "Impact";
  font-size: 16.8px;
}
body.impact.more .b-form .form-control .controls input[type="text"],
body.impact.more .b-form .form-control .controls input[type="email"],
body.impact.more .b-form .form-control .controls input[type="password"],
body.impact.more .b-form .form-control .controls select {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-form .form-control .controls textarea {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-document-list-subcategories ul a {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.more .b-font-settings {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-header-link-to-site {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-header-controls .user-button {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-header-controls .dropdown-menu {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-content-block {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-button {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-button.large {
  font-size: 18.2px;
}
body.impact.large .b-nav-menu {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-nav-menu .icon .baloon {
  font-size: 15.6px;
}
body.impact.large .b-sidebar-button {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-attachments-list {
  font-size: 15.6px;
}
body.impact.large .b-announcement-block .block-header .poster {
  font-family: "Impact";
  font-size: 19.5px;
}
body.impact.large .b-announcement-block .block-header .announcement-title .date {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.large .b-announcement-block .block-header .announcement-title .title {
  font-family: "Impact";
  font-size: 18.2px;
}
body.impact.large .b-announcement-block .block-body {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.impact.large .b-announcement-block .users-that-read {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 19.5px;
}
body.impact.large .b-discussion-block .block-header .discussion-title {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.large .b-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 18.2px;
}
body.impact.large .b-discussion-block .block-body {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-discussion-block .block-body .short-content .comments-link {
  font-size: 15.6px;
}
body.impact.large .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.impact.large .b-single-discussion-block .block-header .post-controls {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-single-discussion-block .block-header .poster {
  font-family: "Impact";
  font-size: 19.5px;
}
body.impact.large .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.large .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Impact";
  font-size: 18.2px;
}
body.impact.large .b-single-discussion-block .block-body {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-discussion-comment {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-discussion-comment .text-content .author-name {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-discussion-comment .text-content .date-and-time {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.large .b-discussion-comment .edit-link {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.large .b-discussion-comment .editing-block textarea {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-dialog-block .post-controls {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-dialog-block .poster {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-dialog-block .poster .name {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-dialog-block .poster .date {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.large .b-dialog-block .block-body {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-dialog-block .block-body .short-content .content a {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-dialog-message {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-dialog-message .author .text .author-name {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-dialog-message .author .text .date-and-time {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.large .b-section-title {
  font-family: "Impact";
  font-size: 19.5px;
}
body.impact.large .b-category-title {
  font-family: "Impact";
  font-size: 19.5px;
}
body.impact.large .b-search-field {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-search-field input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-search-field .placeholder {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-search-field-complicated .search-field {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-search-field-complicated input {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-search-field-complicated .placeholder {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-search-field-complicated .dropdown-options .options {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-user-filters .filter-item {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-users-list .user .name,
body.impact.large .b-user-list-helper-layer .name {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-documents-block .block-title {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-documents-block .documents-list .document {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-user-data-popup {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-user-data-popup .user-data .name {
  font-family: "Impact";
  font-size: 23.4px;
}
body.impact.large .b-user-data-popup .b-button {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-popup-users-listing .user .name {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-popup-modal {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-popup-profile-edition {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-popup-profile-edition .tabs .tab {
  font-family: "Impact";
  font-size: 19.5px;
}
body.impact.large .b-popup-profile-edition .header {
  font-family: "Impact";
  font-size: 19.5px;
}
body.impact.large .b-popup-profile-edition .js-link {
  font-family: "Impact";
}
body.impact.large .b-popup-profile-edition .tip {
  font-size: 33.8px;
}
body.impact.large .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-popup-profile-edition .notice {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-popup-profile-edition .change-password .tooltip {
  font-family: "Impact";
}
body.impact.large .b-popup-profile-edition .control-group .description {
  font-family: "Impact";
}
body.impact.large .b-popup-profile-edition .control-group .control input {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-popup-profile-edition .control-group .control textarea {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-popup-profile-edition .user-data .name {
  font-size: 23.4px;
}
body.impact.large .b-you-have-no-assistants .message {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-you-have-no-assistants .message a {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-user-that-read-popup {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-user-that-read-popup .popup-title {
  font-family: "Impact";
  font-size: 19.5px;
}
body.impact.large .b-documents-categories-listing .list {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-create-new-top-level-category .button.create-category {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Impact";
}
body.impact.large .b-nodata {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-popup-nodata {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-sidebar-nodata {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-maincolumn-nodata {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-sidebar-nodata-filters {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-maincolumn-success {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-reply-form {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-reply-form .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-reply-form .attached-files-list {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-news-discussion {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-news-discussion .input-wrapper {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-news-discussion .input-wrapper input {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-news-discussion .checkbox-wrapper {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-news-discussion .attached-files-list {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-category-popup {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-category-popup .input-wrapper,
body.impact.large .b-new-category-popup .select-wrapper {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-category-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-confirm-for-users {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-dialog {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Impact";
  font-size: 20.8px;
}
body.impact.large .b-new-dialog .input-wrapper {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-dialog .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-dialog .input-wrapper input {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-dialog .textarea-wrapper textarea {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-dialog .checkbox-wrapper {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-dialog .attached-files-list {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-user-block {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-login {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-login .title {
  font-family: "Impact";
  font-size: 29.9px;
}
body.impact.large .b-login .title b,
body.impact.large .b-login .title strong {
  font-family: "Impact";
}
body.impact.large .b-login .inputs dt {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-login .inputs input {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-document-edit-popup {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-document-edit-popup .input-wrapper,
body.impact.large .b-document-edit-popup .select-wrapper {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-document-edit-popup .input-wrapper input {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-documents-form {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-documents-form .attached-files-list {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-new-documents-form .error-message {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-error-message .message,
body.impact.large .b-no-access-to-news .message {
  font-family: "Impact";
  font-size: 18.2px;
}
body.impact.large .b-error-message .advice,
body.impact.large .b-no-access-to-news .advice {
  font-family: "Impact";
  font-size: 15.6px;
}
body.impact.large .b-search-results-filters {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-footer .copyright {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-change-avatar .helper {
  font-family: "Impact";
  font-size: 14.3px;
}
body.impact.large .b-form .form-title {
  font-family: "Impact";
  font-size: 18.2px;
}
body.impact.large .b-form .form-control .controls input[type="text"],
body.impact.large .b-form .form-control .controls input[type="email"],
body.impact.large .b-form .form-control .controls input[type="password"],
body.impact.large .b-form .form-control .controls select {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-form .form-control .controls textarea {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-document-list-subcategories ul a {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-font-settings {
  font-family: "Impact";
  font-size: 16.9px;
}
body.impact.large .b-font-settings .font-settings-button {
  text-indent: 24px;
}
body.impact.large .b-font-settings .font-settings-header {
  text-indent: 24px;
}
body.courier.smallest .b-header-link-to-site {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-header-controls .user-button {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-header-controls .dropdown-menu {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-content-block {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-button {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-button.large {
  font-size: 9.8px;
}
body.courier.smallest .b-nav-menu {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-nav-menu .icon .baloon {
  font-size: 8.4px;
}
body.courier.smallest .b-sidebar-button {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-attachments-list {
  font-size: 8.4px;
}
body.courier.smallest .b-announcement-block .block-header .poster {
  font-family: "Courier New";
  font-size: 10.5px;
}
body.courier.smallest .b-announcement-block .block-header .announcement-title .date {
  font-family: "Courier New";
  font-size: 7.7px;
}
body.courier.smallest .b-announcement-block .block-header .announcement-title .title {
  font-family: "Courier New";
  font-size: 9.8px;
}
body.courier.smallest .b-announcement-block .block-body {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.courier.smallest .b-announcement-block .users-that-read {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 10.5px;
}
body.courier.smallest .b-discussion-block .block-header .discussion-title {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 7.7px;
}
body.courier.smallest .b-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 9.8px;
}
body.courier.smallest .b-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-discussion-block .block-body .short-content .comments-link {
  font-size: 8.4px;
}
body.courier.smallest .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.courier.smallest .b-single-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-single-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 10.5px;
}
body.courier.smallest .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 7.7px;
}
body.courier.smallest .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 9.8px;
}
body.courier.smallest .b-single-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-discussion-comment {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-discussion-comment .text-content .author-name {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-discussion-comment .text-content .date-and-time {
  font-family: "Courier New";
  font-size: 7.7px;
}
body.courier.smallest .b-discussion-comment .edit-link {
  font-family: "Courier New";
  font-size: 7.7px;
}
body.courier.smallest .b-discussion-comment .editing-block textarea {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-dialog-block .post-controls {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-dialog-block .poster {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-dialog-block .poster .name {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-dialog-block .poster .date {
  font-family: "Courier New";
  font-size: 7.7px;
}
body.courier.smallest .b-dialog-block .block-body {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-dialog-block .block-body .short-content .content a {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-dialog-message {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-dialog-message .author .text .author-name {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-dialog-message .author .text .date-and-time {
  font-family: "Courier New";
  font-size: 7.7px;
}
body.courier.smallest .b-section-title {
  font-family: "Courier New";
  font-size: 10.5px;
}
body.courier.smallest .b-category-title {
  font-family: "Courier New";
  font-size: 10.5px;
}
body.courier.smallest .b-search-field {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-search-field input {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-search-field .placeholder {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-search-field-complicated .search-field {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-search-field-complicated input {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-search-field-complicated .placeholder {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-search-field-complicated .dropdown-options .options {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-user-filters .filter-item {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-users-list .user .name,
body.courier.smallest .b-user-list-helper-layer .name {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-documents-block .block-title {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-documents-block .documents-list .document {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-user-data-popup {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-user-data-popup .user-data .name {
  font-family: "Courier New";
  font-size: 12.6px;
}
body.courier.smallest .b-user-data-popup .b-button {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-popup-users-listing .user .name {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-popup-modal {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-popup-profile-edition {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-popup-profile-edition .tabs .tab {
  font-family: "Courier New";
  font-size: 10.5px;
}
body.courier.smallest .b-popup-profile-edition .header {
  font-family: "Courier New";
  font-size: 10.5px;
}
body.courier.smallest .b-popup-profile-edition .js-link {
  font-family: "Courier New";
}
body.courier.smallest .b-popup-profile-edition .tip {
  font-size: 18.2px;
}
body.courier.smallest .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-popup-profile-edition .notice {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-popup-profile-edition .change-password .tooltip {
  font-family: "Courier New";
}
body.courier.smallest .b-popup-profile-edition .control-group .description {
  font-family: "Courier New";
}
body.courier.smallest .b-popup-profile-edition .control-group .control input {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-popup-profile-edition .control-group .control textarea {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-popup-profile-edition .user-data .name {
  font-size: 12.6px;
}
body.courier.smallest .b-you-have-no-assistants .message {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-you-have-no-assistants .message a {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-user-that-read-popup {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-user-that-read-popup .popup-title {
  font-family: "Courier New";
  font-size: 10.5px;
}
body.courier.smallest .b-documents-categories-listing .list {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-create-new-top-level-category .button.create-category {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Courier New";
}
body.courier.smallest .b-nodata {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-popup-nodata {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-sidebar-nodata {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-maincolumn-nodata {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-sidebar-nodata-filters {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-maincolumn-success {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-reply-form {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-reply-form .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-reply-form .attached-files-list {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-news-discussion {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-news-discussion .input-wrapper {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-news-discussion .input-wrapper input {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-news-discussion .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-news-discussion .attached-files-list {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-category-popup {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-category-popup .input-wrapper,
body.courier.smallest .b-new-category-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-category-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-confirm-for-users {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-dialog {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Courier New";
  font-size: 11.2px;
}
body.courier.smallest .b-new-dialog .input-wrapper {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-dialog .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-dialog .input-wrapper input {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-dialog .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-dialog .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-dialog .attached-files-list {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-user-block {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-login {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-login .title {
  font-family: "Courier New";
  font-size: 16.1px;
}
body.courier.smallest .b-login .title b,
body.courier.smallest .b-login .title strong {
  font-family: "Courier New";
}
body.courier.smallest .b-login .inputs dt {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-login .inputs input {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-document-edit-popup {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-document-edit-popup .input-wrapper,
body.courier.smallest .b-document-edit-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-document-edit-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-documents-form {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-documents-form .attached-files-list {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-new-documents-form .error-message {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-error-message .message,
body.courier.smallest .b-no-access-to-news .message {
  font-family: "Courier New";
  font-size: 9.8px;
}
body.courier.smallest .b-error-message .advice,
body.courier.smallest .b-no-access-to-news .advice {
  font-family: "Courier New";
  font-size: 8.4px;
}
body.courier.smallest .b-search-results-filters {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-footer .copyright {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-change-avatar .helper {
  font-family: "Courier New";
  font-size: 7.7px;
}
body.courier.smallest .b-form .form-title {
  font-family: "Courier New";
  font-size: 9.8px;
}
body.courier.smallest .b-form .form-control .controls input[type="text"],
body.courier.smallest .b-form .form-control .controls input[type="email"],
body.courier.smallest .b-form .form-control .controls input[type="password"],
body.courier.smallest .b-form .form-control .controls select {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-form .form-control .controls textarea {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-document-list-subcategories ul a {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.smallest .b-font-settings {
  font-family: "Courier New";
  font-size: 9.1px;
}
body.courier.less .b-header-link-to-site {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-header-controls .user-button {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-header-controls .dropdown-menu {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-content-block {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-button {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-button.large {
  font-size: 11.9px;
}
body.courier.less .b-nav-menu {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-nav-menu .icon .baloon {
  font-size: 10.2px;
}
body.courier.less .b-sidebar-button {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-attachments-list {
  font-size: 10.2px;
}
body.courier.less .b-announcement-block .block-header .poster {
  font-family: "Courier New";
  font-size: 12.75px;
}
body.courier.less .b-announcement-block .block-header .announcement-title .date {
  font-family: "Courier New";
  font-size: 9.35px;
}
body.courier.less .b-announcement-block .block-header .announcement-title .title {
  font-family: "Courier New";
  font-size: 11.9px;
}
body.courier.less .b-announcement-block .block-body {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.courier.less .b-announcement-block .users-that-read {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 12.75px;
}
body.courier.less .b-discussion-block .block-header .discussion-title {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 9.35px;
}
body.courier.less .b-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 11.9px;
}
body.courier.less .b-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-discussion-block .block-body .short-content .comments-link {
  font-size: 10.2px;
}
body.courier.less .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.courier.less .b-single-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-single-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 12.75px;
}
body.courier.less .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 9.35px;
}
body.courier.less .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 11.9px;
}
body.courier.less .b-single-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-discussion-comment {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-discussion-comment .text-content .author-name {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-discussion-comment .text-content .date-and-time {
  font-family: "Courier New";
  font-size: 9.35px;
}
body.courier.less .b-discussion-comment .edit-link {
  font-family: "Courier New";
  font-size: 9.35px;
}
body.courier.less .b-discussion-comment .editing-block textarea {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-dialog-block .post-controls {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-dialog-block .poster {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-dialog-block .poster .name {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-dialog-block .poster .date {
  font-family: "Courier New";
  font-size: 9.35px;
}
body.courier.less .b-dialog-block .block-body {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-dialog-block .block-body .short-content .content a {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-dialog-message {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-dialog-message .author .text .author-name {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-dialog-message .author .text .date-and-time {
  font-family: "Courier New";
  font-size: 9.35px;
}
body.courier.less .b-section-title {
  font-family: "Courier New";
  font-size: 12.75px;
}
body.courier.less .b-category-title {
  font-family: "Courier New";
  font-size: 12.75px;
}
body.courier.less .b-search-field {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-search-field input {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-search-field .placeholder {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-search-field-complicated .search-field {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-search-field-complicated input {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-search-field-complicated .placeholder {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-search-field-complicated .dropdown-options .options {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-user-filters .filter-item {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-users-list .user .name,
body.courier.less .b-user-list-helper-layer .name {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-documents-block .block-title {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-documents-block .documents-list .document {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-user-data-popup {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-user-data-popup .user-data .name {
  font-family: "Courier New";
  font-size: 15.3px;
}
body.courier.less .b-user-data-popup .b-button {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-popup-users-listing .user .name {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-popup-modal {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-popup-profile-edition {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-popup-profile-edition .tabs .tab {
  font-family: "Courier New";
  font-size: 12.75px;
}
body.courier.less .b-popup-profile-edition .header {
  font-family: "Courier New";
  font-size: 12.75px;
}
body.courier.less .b-popup-profile-edition .js-link {
  font-family: "Courier New";
}
body.courier.less .b-popup-profile-edition .tip {
  font-size: 22.1px;
}
body.courier.less .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-popup-profile-edition .notice {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-popup-profile-edition .change-password .tooltip {
  font-family: "Courier New";
}
body.courier.less .b-popup-profile-edition .control-group .description {
  font-family: "Courier New";
}
body.courier.less .b-popup-profile-edition .control-group .control input {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-popup-profile-edition .control-group .control textarea {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-popup-profile-edition .user-data .name {
  font-size: 15.3px;
}
body.courier.less .b-you-have-no-assistants .message {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-you-have-no-assistants .message a {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-user-that-read-popup {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-user-that-read-popup .popup-title {
  font-family: "Courier New";
  font-size: 12.75px;
}
body.courier.less .b-documents-categories-listing .list {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-create-new-top-level-category .button.create-category {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Courier New";
}
body.courier.less .b-nodata {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-popup-nodata {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-sidebar-nodata {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-maincolumn-nodata {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-sidebar-nodata-filters {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-maincolumn-success {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-reply-form {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-reply-form .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-reply-form .attached-files-list {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-news-discussion {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-news-discussion .input-wrapper {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-news-discussion .input-wrapper input {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-news-discussion .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-news-discussion .attached-files-list {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-category-popup {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-category-popup .input-wrapper,
body.courier.less .b-new-category-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-category-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-confirm-for-users {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-dialog {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Courier New";
  font-size: 13.6px;
}
body.courier.less .b-new-dialog .input-wrapper {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-dialog .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-dialog .input-wrapper input {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-dialog .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-dialog .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-dialog .attached-files-list {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-user-block {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-login {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-login .title {
  font-family: "Courier New";
  font-size: 19.55px;
}
body.courier.less .b-login .title b,
body.courier.less .b-login .title strong {
  font-family: "Courier New";
}
body.courier.less .b-login .inputs dt {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-login .inputs input {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-document-edit-popup {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-document-edit-popup .input-wrapper,
body.courier.less .b-document-edit-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-document-edit-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-documents-form {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-documents-form .attached-files-list {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-new-documents-form .error-message {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-error-message .message,
body.courier.less .b-no-access-to-news .message {
  font-family: "Courier New";
  font-size: 11.9px;
}
body.courier.less .b-error-message .advice,
body.courier.less .b-no-access-to-news .advice {
  font-family: "Courier New";
  font-size: 10.2px;
}
body.courier.less .b-search-results-filters {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-footer .copyright {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-change-avatar .helper {
  font-family: "Courier New";
  font-size: 9.35px;
}
body.courier.less .b-form .form-title {
  font-family: "Courier New";
  font-size: 11.9px;
}
body.courier.less .b-form .form-control .controls input[type="text"],
body.courier.less .b-form .form-control .controls input[type="email"],
body.courier.less .b-form .form-control .controls input[type="password"],
body.courier.less .b-form .form-control .controls select {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-form .form-control .controls textarea {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-document-list-subcategories ul a {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.less .b-font-settings {
  font-family: "Courier New";
  font-size: 11.05px;
}
body.courier.small .b-header-link-to-site {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-header-controls .user-button {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-header-controls .dropdown-menu {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-content-block {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-button {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-button.large {
  font-size: 14px;
}
body.courier.small .b-nav-menu {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-nav-menu .icon .baloon {
  font-size: 12px;
}
body.courier.small .b-sidebar-button {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-attachments-list {
  font-size: 12px;
}
body.courier.small .b-announcement-block .block-header .poster {
  font-family: "Courier New";
  font-size: 15px;
}
body.courier.small .b-announcement-block .block-header .announcement-title .date {
  font-family: "Courier New";
  font-size: 11px;
}
body.courier.small .b-announcement-block .block-header .announcement-title .title {
  font-family: "Courier New";
  font-size: 14px;
}
body.courier.small .b-announcement-block .block-body {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.courier.small .b-announcement-block .users-that-read {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 15px;
}
body.courier.small .b-discussion-block .block-header .discussion-title {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 11px;
}
body.courier.small .b-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 14px;
}
body.courier.small .b-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-discussion-block .block-body .short-content .comments-link {
  font-size: 12px;
}
body.courier.small .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.courier.small .b-single-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-single-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 15px;
}
body.courier.small .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 11px;
}
body.courier.small .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 14px;
}
body.courier.small .b-single-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-discussion-comment {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-discussion-comment .text-content .author-name {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-discussion-comment .text-content .date-and-time {
  font-family: "Courier New";
  font-size: 11px;
}
body.courier.small .b-discussion-comment .edit-link {
  font-family: "Courier New";
  font-size: 11px;
}
body.courier.small .b-discussion-comment .editing-block textarea {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-dialog-block .post-controls {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-dialog-block .poster {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-dialog-block .poster .name {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-dialog-block .poster .date {
  font-family: "Courier New";
  font-size: 11px;
}
body.courier.small .b-dialog-block .block-body {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-dialog-block .block-body .short-content .content a {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-dialog-message {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-dialog-message .author .text .author-name {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-dialog-message .author .text .date-and-time {
  font-family: "Courier New";
  font-size: 11px;
}
body.courier.small .b-section-title {
  font-family: "Courier New";
  font-size: 15px;
}
body.courier.small .b-category-title {
  font-family: "Courier New";
  font-size: 15px;
}
body.courier.small .b-search-field {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-search-field input {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-search-field .placeholder {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-search-field-complicated .search-field {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-search-field-complicated input {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-search-field-complicated .placeholder {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-search-field-complicated .dropdown-options .options {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-user-filters .filter-item {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-users-list .user .name,
body.courier.small .b-user-list-helper-layer .name {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-documents-block .block-title {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-documents-block .documents-list .document {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-user-data-popup {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-user-data-popup .user-data .name {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.small .b-user-data-popup .b-button {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-popup-users-listing .user .name {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-popup-modal {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-popup-profile-edition {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-popup-profile-edition .tabs .tab {
  font-family: "Courier New";
  font-size: 15px;
}
body.courier.small .b-popup-profile-edition .header {
  font-family: "Courier New";
  font-size: 15px;
}
body.courier.small .b-popup-profile-edition .js-link {
  font-family: "Courier New";
}
body.courier.small .b-popup-profile-edition .tip {
  font-size: 26px;
}
body.courier.small .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-popup-profile-edition .notice {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-popup-profile-edition .change-password .tooltip {
  font-family: "Courier New";
}
body.courier.small .b-popup-profile-edition .control-group .description {
  font-family: "Courier New";
}
body.courier.small .b-popup-profile-edition .control-group .control input {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-popup-profile-edition .control-group .control textarea {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-popup-profile-edition .user-data .name {
  font-size: 18px;
}
body.courier.small .b-you-have-no-assistants .message {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-you-have-no-assistants .message a {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-user-that-read-popup {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-user-that-read-popup .popup-title {
  font-family: "Courier New";
  font-size: 15px;
}
body.courier.small .b-documents-categories-listing .list {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-create-new-top-level-category .button.create-category {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Courier New";
}
body.courier.small .b-nodata {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-popup-nodata {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-sidebar-nodata {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-maincolumn-nodata {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-sidebar-nodata-filters {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-maincolumn-success {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-reply-form {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-reply-form .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-reply-form .attached-files-list {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-news-discussion {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-news-discussion .input-wrapper {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-news-discussion .input-wrapper input {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-news-discussion .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-news-discussion .attached-files-list {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-category-popup {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-category-popup .input-wrapper,
body.courier.small .b-new-category-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-category-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-confirm-for-users {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-dialog {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Courier New";
  font-size: 16px;
}
body.courier.small .b-new-dialog .input-wrapper {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-dialog .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-dialog .input-wrapper input {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-dialog .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-dialog .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-dialog .attached-files-list {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-user-block {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-login {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-login .title {
  font-family: "Courier New";
  font-size: 23px;
}
body.courier.small .b-login .title b,
body.courier.small .b-login .title strong {
  font-family: "Courier New";
}
body.courier.small .b-login .inputs dt {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-login .inputs input {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-document-edit-popup {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-document-edit-popup .input-wrapper,
body.courier.small .b-document-edit-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-document-edit-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-documents-form {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-documents-form .attached-files-list {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-new-documents-form .error-message {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-error-message .message,
body.courier.small .b-no-access-to-news .message {
  font-family: "Courier New";
  font-size: 14px;
}
body.courier.small .b-error-message .advice,
body.courier.small .b-no-access-to-news .advice {
  font-family: "Courier New";
  font-size: 12px;
}
body.courier.small .b-search-results-filters {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-footer .copyright {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-change-avatar .helper {
  font-family: "Courier New";
  font-size: 11px;
}
body.courier.small .b-form .form-title {
  font-family: "Courier New";
  font-size: 14px;
}
body.courier.small .b-form .form-control .controls input[type="text"],
body.courier.small .b-form .form-control .controls input[type="email"],
body.courier.small .b-form .form-control .controls input[type="password"],
body.courier.small .b-form .form-control .controls select {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-form .form-control .controls textarea {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-document-list-subcategories ul a {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.small .b-font-settings {
  font-family: "Courier New";
  font-size: 13px;
}
body.courier.medium .b-header-link-to-site {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-header-controls .user-button {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-header-controls .dropdown-menu {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-content-block {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-button {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-button.large {
  font-size: 15.4px;
}
body.courier.medium .b-nav-menu {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-nav-menu .icon .baloon {
  font-size: 13.2px;
}
body.courier.medium .b-sidebar-button {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-attachments-list {
  font-size: 13.2px;
}
body.courier.medium .b-announcement-block .block-header .poster {
  font-family: "Courier New";
  font-size: 16.5px;
}
body.courier.medium .b-announcement-block .block-header .announcement-title .date {
  font-family: "Courier New";
  font-size: 12.1px;
}
body.courier.medium .b-announcement-block .block-header .announcement-title .title {
  font-family: "Courier New";
  font-size: 15.4px;
}
body.courier.medium .b-announcement-block .block-body {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.courier.medium .b-announcement-block .users-that-read {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 16.5px;
}
body.courier.medium .b-discussion-block .block-header .discussion-title {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 12.1px;
}
body.courier.medium .b-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 15.4px;
}
body.courier.medium .b-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-discussion-block .block-body .short-content .comments-link {
  font-size: 13.2px;
}
body.courier.medium .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.courier.medium .b-single-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-single-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 16.5px;
}
body.courier.medium .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 12.1px;
}
body.courier.medium .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 15.4px;
}
body.courier.medium .b-single-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-discussion-comment {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-discussion-comment .text-content .author-name {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-discussion-comment .text-content .date-and-time {
  font-family: "Courier New";
  font-size: 12.1px;
}
body.courier.medium .b-discussion-comment .edit-link {
  font-family: "Courier New";
  font-size: 12.1px;
}
body.courier.medium .b-discussion-comment .editing-block textarea {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-dialog-block .post-controls {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-dialog-block .poster {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-dialog-block .poster .name {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-dialog-block .poster .date {
  font-family: "Courier New";
  font-size: 12.1px;
}
body.courier.medium .b-dialog-block .block-body {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-dialog-block .block-body .short-content .content a {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-dialog-message {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-dialog-message .author .text .author-name {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-dialog-message .author .text .date-and-time {
  font-family: "Courier New";
  font-size: 12.1px;
}
body.courier.medium .b-section-title {
  font-family: "Courier New";
  font-size: 16.5px;
}
body.courier.medium .b-category-title {
  font-family: "Courier New";
  font-size: 16.5px;
}
body.courier.medium .b-search-field {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-search-field input {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-search-field .placeholder {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-search-field-complicated .search-field {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-search-field-complicated input {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-search-field-complicated .placeholder {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-search-field-complicated .dropdown-options .options {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-user-filters .filter-item {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-users-list .user .name,
body.courier.medium .b-user-list-helper-layer .name {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-documents-block .block-title {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-documents-block .documents-list .document {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-user-data-popup {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-user-data-popup .user-data .name {
  font-family: "Courier New";
  font-size: 19.8px;
}
body.courier.medium .b-user-data-popup .b-button {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-popup-users-listing .user .name {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-popup-modal {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-popup-profile-edition {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-popup-profile-edition .tabs .tab {
  font-family: "Courier New";
  font-size: 16.5px;
}
body.courier.medium .b-popup-profile-edition .header {
  font-family: "Courier New";
  font-size: 16.5px;
}
body.courier.medium .b-popup-profile-edition .js-link {
  font-family: "Courier New";
}
body.courier.medium .b-popup-profile-edition .tip {
  font-size: 28.6px;
}
body.courier.medium .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-popup-profile-edition .notice {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-popup-profile-edition .change-password .tooltip {
  font-family: "Courier New";
}
body.courier.medium .b-popup-profile-edition .control-group .description {
  font-family: "Courier New";
}
body.courier.medium .b-popup-profile-edition .control-group .control input {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-popup-profile-edition .control-group .control textarea {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-popup-profile-edition .user-data .name {
  font-size: 19.8px;
}
body.courier.medium .b-you-have-no-assistants .message {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-you-have-no-assistants .message a {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-user-that-read-popup {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-user-that-read-popup .popup-title {
  font-family: "Courier New";
  font-size: 16.5px;
}
body.courier.medium .b-documents-categories-listing .list {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-create-new-top-level-category .button.create-category {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Courier New";
}
body.courier.medium .b-nodata {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-popup-nodata {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-sidebar-nodata {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-maincolumn-nodata {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-sidebar-nodata-filters {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-maincolumn-success {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-reply-form {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-reply-form .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-reply-form .attached-files-list {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-news-discussion {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-news-discussion .input-wrapper {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-news-discussion .input-wrapper input {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-news-discussion .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-news-discussion .attached-files-list {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-category-popup {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-category-popup .input-wrapper,
body.courier.medium .b-new-category-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-category-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-confirm-for-users {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-dialog {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Courier New";
  font-size: 17.6px;
}
body.courier.medium .b-new-dialog .input-wrapper {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-dialog .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-dialog .input-wrapper input {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-dialog .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-dialog .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-dialog .attached-files-list {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-user-block {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-login {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-login .title {
  font-family: "Courier New";
  font-size: 25.3px;
}
body.courier.medium .b-login .title b,
body.courier.medium .b-login .title strong {
  font-family: "Courier New";
}
body.courier.medium .b-login .inputs dt {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-login .inputs input {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-document-edit-popup {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-document-edit-popup .input-wrapper,
body.courier.medium .b-document-edit-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-document-edit-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-documents-form {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-documents-form .attached-files-list {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-new-documents-form .error-message {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-error-message .message,
body.courier.medium .b-no-access-to-news .message {
  font-family: "Courier New";
  font-size: 15.4px;
}
body.courier.medium .b-error-message .advice,
body.courier.medium .b-no-access-to-news .advice {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.medium .b-search-results-filters {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-footer .copyright {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-change-avatar .helper {
  font-family: "Courier New";
  font-size: 12.1px;
}
body.courier.medium .b-form .form-title {
  font-family: "Courier New";
  font-size: 15.4px;
}
body.courier.medium .b-form .form-control .controls input[type="text"],
body.courier.medium .b-form .form-control .controls input[type="email"],
body.courier.medium .b-form .form-control .controls input[type="password"],
body.courier.medium .b-form .form-control .controls select {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-form .form-control .controls textarea {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-document-list-subcategories ul a {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.medium .b-font-settings {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.more .b-header-link-to-site {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-header-controls .user-button {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-header-controls .dropdown-menu {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-content-block {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-button {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-button.large {
  font-size: 16.8px;
}
body.courier.more .b-nav-menu {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-nav-menu .icon .baloon {
  font-size: 14.4px;
}
body.courier.more .b-sidebar-button {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-attachments-list {
  font-size: 14.4px;
}
body.courier.more .b-announcement-block .block-header .poster {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.more .b-announcement-block .block-header .announcement-title .date {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.more .b-announcement-block .block-header .announcement-title .title {
  font-family: "Courier New";
  font-size: 16.8px;
}
body.courier.more .b-announcement-block .block-body {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.courier.more .b-announcement-block .users-that-read {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.more .b-discussion-block .block-header .discussion-title {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.more .b-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 16.8px;
}
body.courier.more .b-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-discussion-block .block-body .short-content .comments-link {
  font-size: 14.4px;
}
body.courier.more .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.courier.more .b-single-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-single-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.more .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.more .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 16.8px;
}
body.courier.more .b-single-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-discussion-comment {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-discussion-comment .text-content .author-name {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-discussion-comment .text-content .date-and-time {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.more .b-discussion-comment .edit-link {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.more .b-discussion-comment .editing-block textarea {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-dialog-block .post-controls {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-dialog-block .poster {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-dialog-block .poster .name {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-dialog-block .poster .date {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.more .b-dialog-block .block-body {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-dialog-block .block-body .short-content .content a {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-dialog-message {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-dialog-message .author .text .author-name {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-dialog-message .author .text .date-and-time {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.more .b-section-title {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.more .b-category-title {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.more .b-search-field {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-search-field input {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-search-field .placeholder {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-search-field-complicated .search-field {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-search-field-complicated input {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-search-field-complicated .placeholder {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-search-field-complicated .dropdown-options .options {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-user-filters .filter-item {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-users-list .user .name,
body.courier.more .b-user-list-helper-layer .name {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-documents-block .block-title {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-documents-block .documents-list .document {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-user-data-popup {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-user-data-popup .user-data .name {
  font-family: "Courier New";
  font-size: 21.6px;
}
body.courier.more .b-user-data-popup .b-button {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-popup-users-listing .user .name {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-popup-modal {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-popup-profile-edition {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-popup-profile-edition .tabs .tab {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.more .b-popup-profile-edition .header {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.more .b-popup-profile-edition .js-link {
  font-family: "Courier New";
}
body.courier.more .b-popup-profile-edition .tip {
  font-size: 31.2px;
}
body.courier.more .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-popup-profile-edition .notice {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-popup-profile-edition .change-password .tooltip {
  font-family: "Courier New";
}
body.courier.more .b-popup-profile-edition .control-group .description {
  font-family: "Courier New";
}
body.courier.more .b-popup-profile-edition .control-group .control input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-popup-profile-edition .control-group .control textarea {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-popup-profile-edition .user-data .name {
  font-size: 21.6px;
}
body.courier.more .b-you-have-no-assistants .message {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-you-have-no-assistants .message a {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-user-that-read-popup {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-user-that-read-popup .popup-title {
  font-family: "Courier New";
  font-size: 18px;
}
body.courier.more .b-documents-categories-listing .list {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-create-new-top-level-category .button.create-category {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Courier New";
}
body.courier.more .b-nodata {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-popup-nodata {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-sidebar-nodata {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-maincolumn-nodata {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-sidebar-nodata-filters {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-maincolumn-success {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-reply-form {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-reply-form .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-reply-form .attached-files-list {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-news-discussion {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-news-discussion .input-wrapper {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-news-discussion .input-wrapper input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-news-discussion .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-news-discussion .attached-files-list {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-category-popup {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-category-popup .input-wrapper,
body.courier.more .b-new-category-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-category-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-confirm-for-users {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-dialog {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Courier New";
  font-size: 19.2px;
}
body.courier.more .b-new-dialog .input-wrapper {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-dialog .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-dialog .input-wrapper input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-dialog .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-dialog .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-dialog .attached-files-list {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-user-block {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-login {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-login .title {
  font-family: "Courier New";
  font-size: 27.6px;
}
body.courier.more .b-login .title b,
body.courier.more .b-login .title strong {
  font-family: "Courier New";
}
body.courier.more .b-login .inputs dt {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-login .inputs input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-document-edit-popup {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-document-edit-popup .input-wrapper,
body.courier.more .b-document-edit-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-document-edit-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-documents-form {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-documents-form .attached-files-list {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-new-documents-form .error-message {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-error-message .message,
body.courier.more .b-no-access-to-news .message {
  font-family: "Courier New";
  font-size: 16.8px;
}
body.courier.more .b-error-message .advice,
body.courier.more .b-no-access-to-news .advice {
  font-family: "Courier New";
  font-size: 14.4px;
}
body.courier.more .b-search-results-filters {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-footer .copyright {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-change-avatar .helper {
  font-family: "Courier New";
  font-size: 13.2px;
}
body.courier.more .b-form .form-title {
  font-family: "Courier New";
  font-size: 16.8px;
}
body.courier.more .b-form .form-control .controls input[type="text"],
body.courier.more .b-form .form-control .controls input[type="email"],
body.courier.more .b-form .form-control .controls input[type="password"],
body.courier.more .b-form .form-control .controls select {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-form .form-control .controls textarea {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-document-list-subcategories ul a {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.more .b-font-settings {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-header-link-to-site {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-header-controls .user-button {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-header-controls .dropdown-menu {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-content-block {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-button {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-button.large {
  font-size: 18.2px;
}
body.courier.large .b-nav-menu {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-nav-menu .icon .baloon {
  font-size: 15.6px;
}
body.courier.large .b-sidebar-button {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-attachments-list {
  font-size: 15.6px;
}
body.courier.large .b-announcement-block .block-header .poster {
  font-family: "Courier New";
  font-size: 19.5px;
}
body.courier.large .b-announcement-block .block-header .announcement-title .date {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.large .b-announcement-block .block-header .announcement-title .title {
  font-family: "Courier New";
  font-size: 18.2px;
}
body.courier.large .b-announcement-block .block-body {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.courier.large .b-announcement-block .users-that-read {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 19.5px;
}
body.courier.large .b-discussion-block .block-header .discussion-title {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.large .b-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 18.2px;
}
body.courier.large .b-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-discussion-block .block-body .short-content .comments-link {
  font-size: 15.6px;
}
body.courier.large .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.courier.large .b-single-discussion-block .block-header .post-controls {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-single-discussion-block .block-header .poster {
  font-family: "Courier New";
  font-size: 19.5px;
}
body.courier.large .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.large .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Courier New";
  font-size: 18.2px;
}
body.courier.large .b-single-discussion-block .block-body {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-discussion-comment {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-discussion-comment .text-content .author-name {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-discussion-comment .text-content .date-and-time {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.large .b-discussion-comment .edit-link {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.large .b-discussion-comment .editing-block textarea {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-dialog-block .post-controls {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-dialog-block .poster {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-dialog-block .poster .name {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-dialog-block .poster .date {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.large .b-dialog-block .block-body {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-dialog-block .block-body .short-content .content a {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-dialog-message {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-dialog-message .author .text .author-name {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-dialog-message .author .text .date-and-time {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.large .b-section-title {
  font-family: "Courier New";
  font-size: 19.5px;
}
body.courier.large .b-category-title {
  font-family: "Courier New";
  font-size: 19.5px;
}
body.courier.large .b-search-field {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-search-field input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-search-field .placeholder {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-search-field-complicated .search-field {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-search-field-complicated input {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-search-field-complicated .placeholder {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-search-field-complicated .dropdown-options .options {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-user-filters .filter-item {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-users-list .user .name,
body.courier.large .b-user-list-helper-layer .name {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-documents-block .block-title {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-documents-block .documents-list .document {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-user-data-popup {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-user-data-popup .user-data .name {
  font-family: "Courier New";
  font-size: 23.4px;
}
body.courier.large .b-user-data-popup .b-button {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-popup-users-listing .user .name {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-popup-modal {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-popup-profile-edition {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-popup-profile-edition .tabs .tab {
  font-family: "Courier New";
  font-size: 19.5px;
}
body.courier.large .b-popup-profile-edition .header {
  font-family: "Courier New";
  font-size: 19.5px;
}
body.courier.large .b-popup-profile-edition .js-link {
  font-family: "Courier New";
}
body.courier.large .b-popup-profile-edition .tip {
  font-size: 33.8px;
}
body.courier.large .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-popup-profile-edition .notice {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-popup-profile-edition .change-password .tooltip {
  font-family: "Courier New";
}
body.courier.large .b-popup-profile-edition .control-group .description {
  font-family: "Courier New";
}
body.courier.large .b-popup-profile-edition .control-group .control input {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-popup-profile-edition .control-group .control textarea {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-popup-profile-edition .user-data .name {
  font-size: 23.4px;
}
body.courier.large .b-you-have-no-assistants .message {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-you-have-no-assistants .message a {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-user-that-read-popup {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-user-that-read-popup .popup-title {
  font-family: "Courier New";
  font-size: 19.5px;
}
body.courier.large .b-documents-categories-listing .list {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-create-new-top-level-category .button.create-category {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Courier New";
}
body.courier.large .b-nodata {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-popup-nodata {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-sidebar-nodata {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-maincolumn-nodata {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-sidebar-nodata-filters {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-maincolumn-success {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-reply-form {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-reply-form .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-reply-form .attached-files-list {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-news-discussion {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-news-discussion .input-wrapper {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-news-discussion .input-wrapper input {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-news-discussion .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-news-discussion .attached-files-list {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-category-popup {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-category-popup .input-wrapper,
body.courier.large .b-new-category-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-category-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-confirm-for-users {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-dialog {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Courier New";
  font-size: 20.8px;
}
body.courier.large .b-new-dialog .input-wrapper {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-dialog .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-dialog .input-wrapper input {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-dialog .textarea-wrapper textarea {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-dialog .checkbox-wrapper {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-dialog .attached-files-list {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-user-block {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-login {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-login .title {
  font-family: "Courier New";
  font-size: 29.9px;
}
body.courier.large .b-login .title b,
body.courier.large .b-login .title strong {
  font-family: "Courier New";
}
body.courier.large .b-login .inputs dt {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-login .inputs input {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-document-edit-popup {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-document-edit-popup .input-wrapper,
body.courier.large .b-document-edit-popup .select-wrapper {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-document-edit-popup .input-wrapper input {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-documents-form {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-documents-form .attached-files-list {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-new-documents-form .error-message {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-error-message .message,
body.courier.large .b-no-access-to-news .message {
  font-family: "Courier New";
  font-size: 18.2px;
}
body.courier.large .b-error-message .advice,
body.courier.large .b-no-access-to-news .advice {
  font-family: "Courier New";
  font-size: 15.6px;
}
body.courier.large .b-search-results-filters {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-footer .copyright {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-change-avatar .helper {
  font-family: "Courier New";
  font-size: 14.3px;
}
body.courier.large .b-form .form-title {
  font-family: "Courier New";
  font-size: 18.2px;
}
body.courier.large .b-form .form-control .controls input[type="text"],
body.courier.large .b-form .form-control .controls input[type="email"],
body.courier.large .b-form .form-control .controls input[type="password"],
body.courier.large .b-form .form-control .controls select {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-form .form-control .controls textarea {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-document-list-subcategories ul a {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-font-settings {
  font-family: "Courier New";
  font-size: 16.9px;
}
body.courier.large .b-font-settings .b-button {
  width: 210px;
}
body.arial.smallest .b-header-link-to-site {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-header-controls .user-button {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-header-controls .dropdown-menu {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-content-block {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-button {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-button.large {
  font-size: 9.8px;
}
body.arial.smallest .b-nav-menu {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-nav-menu .icon .baloon {
  font-size: 8.4px;
}
body.arial.smallest .b-sidebar-button {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-attachments-list {
  font-size: 8.4px;
}
body.arial.smallest .b-announcement-block .block-header .poster {
  font-family: "Arial";
  font-size: 10.5px;
}
body.arial.smallest .b-announcement-block .block-header .announcement-title .date {
  font-family: "Arial";
  font-size: 7.7px;
}
body.arial.smallest .b-announcement-block .block-header .announcement-title .title {
  font-family: "Arial";
  font-size: 9.8px;
}
body.arial.smallest .b-announcement-block .block-body {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.arial.smallest .b-announcement-block .users-that-read {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 10.5px;
}
body.arial.smallest .b-discussion-block .block-header .discussion-title {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 7.7px;
}
body.arial.smallest .b-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 9.8px;
}
body.arial.smallest .b-discussion-block .block-body {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-discussion-block .block-body .short-content .comments-link {
  font-size: 8.4px;
}
body.arial.smallest .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 8.4px;
}
body.arial.smallest .b-single-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-single-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 10.5px;
}
body.arial.smallest .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 7.7px;
}
body.arial.smallest .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 9.8px;
}
body.arial.smallest .b-single-discussion-block .block-body {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-discussion-comment {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-discussion-comment .text-content .author-name {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-discussion-comment .text-content .date-and-time {
  font-family: "Arial";
  font-size: 7.7px;
}
body.arial.smallest .b-discussion-comment .edit-link {
  font-family: "Arial";
  font-size: 7.7px;
}
body.arial.smallest .b-discussion-comment .editing-block textarea {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-dialog-block .post-controls {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-dialog-block .poster {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-dialog-block .poster .name {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-dialog-block .poster .date {
  font-family: "Arial";
  font-size: 7.7px;
}
body.arial.smallest .b-dialog-block .block-body {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-dialog-block .block-body .short-content .content a {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-dialog-message {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-dialog-message .author .text .author-name {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-dialog-message .author .text .date-and-time {
  font-family: "Arial";
  font-size: 7.7px;
}
body.arial.smallest .b-section-title {
  font-family: "Arial";
  font-size: 10.5px;
}
body.arial.smallest .b-category-title {
  font-family: "Arial";
  font-size: 10.5px;
}
body.arial.smallest .b-search-field {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-search-field input {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-search-field .placeholder {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-search-field-complicated .search-field {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-search-field-complicated input {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-search-field-complicated .placeholder {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-search-field-complicated .dropdown-options .options {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-user-filters .filter-item {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-users-list .user .name,
body.arial.smallest .b-user-list-helper-layer .name {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-documents-block .block-title {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-documents-block .documents-list .document {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-user-data-popup {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-user-data-popup .user-data .name {
  font-family: "Arial";
  font-size: 12.6px;
}
body.arial.smallest .b-user-data-popup .b-button {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-popup-users-listing .user .name {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-popup-modal {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-popup-profile-edition {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-popup-profile-edition .tabs .tab {
  font-family: "Arial";
  font-size: 10.5px;
}
body.arial.smallest .b-popup-profile-edition .header {
  font-family: "Arial";
  font-size: 10.5px;
}
body.arial.smallest .b-popup-profile-edition .js-link {
  font-family: "Arial";
}
body.arial.smallest .b-popup-profile-edition .tip {
  font-size: 18.2px;
}
body.arial.smallest .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-popup-profile-edition .notice {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-popup-profile-edition .change-password .tooltip {
  font-family: "Arial";
}
body.arial.smallest .b-popup-profile-edition .control-group .description {
  font-family: "Arial";
}
body.arial.smallest .b-popup-profile-edition .control-group .control input {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-popup-profile-edition .control-group .control textarea {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-popup-profile-edition .user-data .name {
  font-size: 12.6px;
}
body.arial.smallest .b-you-have-no-assistants .message {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-you-have-no-assistants .message a {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-user-that-read-popup {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-user-that-read-popup .popup-title {
  font-family: "Arial";
  font-size: 10.5px;
}
body.arial.smallest .b-documents-categories-listing .list {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-create-new-top-level-category .button.create-category {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Arial";
}
body.arial.smallest .b-nodata {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-popup-nodata {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-sidebar-nodata {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-maincolumn-nodata {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-sidebar-nodata-filters {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-maincolumn-success {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-reply-form {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-reply-form .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-reply-form .attached-files-list {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-news-discussion {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-news-discussion .input-wrapper {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-news-discussion .input-wrapper input {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-news-discussion .checkbox-wrapper {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-news-discussion .attached-files-list {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-category-popup {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-category-popup .input-wrapper,
body.arial.smallest .b-new-category-popup .select-wrapper {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-category-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-confirm-for-users {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-dialog {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Arial";
  font-size: 11.2px;
}
body.arial.smallest .b-new-dialog .input-wrapper {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-dialog .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-dialog .input-wrapper input {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-dialog .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-dialog .checkbox-wrapper {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-dialog .attached-files-list {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-user-block {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-login {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-login .title {
  font-family: "Arial";
  font-size: 16.1px;
}
body.arial.smallest .b-login .title b,
body.arial.smallest .b-login .title strong {
  font-family: "Arial";
}
body.arial.smallest .b-login .inputs dt {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-login .inputs input {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-document-edit-popup {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-document-edit-popup .input-wrapper,
body.arial.smallest .b-document-edit-popup .select-wrapper {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-document-edit-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-documents-form {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-documents-form .attached-files-list {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-new-documents-form .error-message {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-error-message .message,
body.arial.smallest .b-no-access-to-news .message {
  font-family: "Arial";
  font-size: 9.8px;
}
body.arial.smallest .b-error-message .advice,
body.arial.smallest .b-no-access-to-news .advice {
  font-family: "Arial";
  font-size: 8.4px;
}
body.arial.smallest .b-search-results-filters {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-footer .copyright {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-change-avatar .helper {
  font-family: "Arial";
  font-size: 7.7px;
}
body.arial.smallest .b-form .form-title {
  font-family: "Arial";
  font-size: 9.8px;
}
body.arial.smallest .b-form .form-control .controls input[type="text"],
body.arial.smallest .b-form .form-control .controls input[type="email"],
body.arial.smallest .b-form .form-control .controls input[type="password"],
body.arial.smallest .b-form .form-control .controls select {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-form .form-control .controls textarea {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-document-list-subcategories ul a {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.smallest .b-font-settings {
  font-family: "Arial";
  font-size: 9.1px;
}
body.arial.less .b-header-link-to-site {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-header-controls .user-button {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-header-controls .dropdown-menu {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-content-block {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-button {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-button.large {
  font-size: 11.9px;
}
body.arial.less .b-nav-menu {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-nav-menu .icon .baloon {
  font-size: 10.2px;
}
body.arial.less .b-sidebar-button {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-attachments-list {
  font-size: 10.2px;
}
body.arial.less .b-announcement-block .block-header .poster {
  font-family: "Arial";
  font-size: 12.75px;
}
body.arial.less .b-announcement-block .block-header .announcement-title .date {
  font-family: "Arial";
  font-size: 9.35px;
}
body.arial.less .b-announcement-block .block-header .announcement-title .title {
  font-family: "Arial";
  font-size: 11.9px;
}
body.arial.less .b-announcement-block .block-body {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.arial.less .b-announcement-block .users-that-read {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 12.75px;
}
body.arial.less .b-discussion-block .block-header .discussion-title {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 9.35px;
}
body.arial.less .b-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 11.9px;
}
body.arial.less .b-discussion-block .block-body {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-discussion-block .block-body .short-content .comments-link {
  font-size: 10.2px;
}
body.arial.less .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 10.2px;
}
body.arial.less .b-single-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-single-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 12.75px;
}
body.arial.less .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 9.35px;
}
body.arial.less .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 11.9px;
}
body.arial.less .b-single-discussion-block .block-body {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-discussion-comment {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-discussion-comment .text-content .author-name {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-discussion-comment .text-content .date-and-time {
  font-family: "Arial";
  font-size: 9.35px;
}
body.arial.less .b-discussion-comment .edit-link {
  font-family: "Arial";
  font-size: 9.35px;
}
body.arial.less .b-discussion-comment .editing-block textarea {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-dialog-block .post-controls {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-dialog-block .poster {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-dialog-block .poster .name {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-dialog-block .poster .date {
  font-family: "Arial";
  font-size: 9.35px;
}
body.arial.less .b-dialog-block .block-body {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-dialog-block .block-body .short-content .content a {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-dialog-message {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-dialog-message .author .text .author-name {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-dialog-message .author .text .date-and-time {
  font-family: "Arial";
  font-size: 9.35px;
}
body.arial.less .b-section-title {
  font-family: "Arial";
  font-size: 12.75px;
}
body.arial.less .b-category-title {
  font-family: "Arial";
  font-size: 12.75px;
}
body.arial.less .b-search-field {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-search-field input {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-search-field .placeholder {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-search-field-complicated .search-field {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-search-field-complicated input {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-search-field-complicated .placeholder {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-search-field-complicated .dropdown-options .options {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-user-filters .filter-item {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-users-list .user .name,
body.arial.less .b-user-list-helper-layer .name {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-documents-block .block-title {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-documents-block .documents-list .document {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-user-data-popup {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-user-data-popup .user-data .name {
  font-family: "Arial";
  font-size: 15.3px;
}
body.arial.less .b-user-data-popup .b-button {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-popup-users-listing .user .name {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-popup-modal {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-popup-profile-edition {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-popup-profile-edition .tabs .tab {
  font-family: "Arial";
  font-size: 12.75px;
}
body.arial.less .b-popup-profile-edition .header {
  font-family: "Arial";
  font-size: 12.75px;
}
body.arial.less .b-popup-profile-edition .js-link {
  font-family: "Arial";
}
body.arial.less .b-popup-profile-edition .tip {
  font-size: 22.1px;
}
body.arial.less .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-popup-profile-edition .notice {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-popup-profile-edition .change-password .tooltip {
  font-family: "Arial";
}
body.arial.less .b-popup-profile-edition .control-group .description {
  font-family: "Arial";
}
body.arial.less .b-popup-profile-edition .control-group .control input {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-popup-profile-edition .control-group .control textarea {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-popup-profile-edition .user-data .name {
  font-size: 15.3px;
}
body.arial.less .b-you-have-no-assistants .message {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-you-have-no-assistants .message a {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-user-that-read-popup {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-user-that-read-popup .popup-title {
  font-family: "Arial";
  font-size: 12.75px;
}
body.arial.less .b-documents-categories-listing .list {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-create-new-top-level-category .button.create-category {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Arial";
}
body.arial.less .b-nodata {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-popup-nodata {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-sidebar-nodata {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-maincolumn-nodata {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-sidebar-nodata-filters {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-maincolumn-success {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-reply-form {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-reply-form .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-reply-form .attached-files-list {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-news-discussion {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-news-discussion .input-wrapper {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-news-discussion .input-wrapper input {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-news-discussion .checkbox-wrapper {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-news-discussion .attached-files-list {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-category-popup {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-category-popup .input-wrapper,
body.arial.less .b-new-category-popup .select-wrapper {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-category-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-confirm-for-users {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-dialog {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Arial";
  font-size: 13.6px;
}
body.arial.less .b-new-dialog .input-wrapper {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-dialog .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-dialog .input-wrapper input {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-dialog .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-dialog .checkbox-wrapper {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-dialog .attached-files-list {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-user-block {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-login {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-login .title {
  font-family: "Arial";
  font-size: 19.55px;
}
body.arial.less .b-login .title b,
body.arial.less .b-login .title strong {
  font-family: "Arial";
}
body.arial.less .b-login .inputs dt {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-login .inputs input {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-document-edit-popup {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-document-edit-popup .input-wrapper,
body.arial.less .b-document-edit-popup .select-wrapper {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-document-edit-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-documents-form {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-documents-form .attached-files-list {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-new-documents-form .error-message {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-error-message .message,
body.arial.less .b-no-access-to-news .message {
  font-family: "Arial";
  font-size: 11.9px;
}
body.arial.less .b-error-message .advice,
body.arial.less .b-no-access-to-news .advice {
  font-family: "Arial";
  font-size: 10.2px;
}
body.arial.less .b-search-results-filters {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-footer .copyright {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-change-avatar .helper {
  font-family: "Arial";
  font-size: 9.35px;
}
body.arial.less .b-form .form-title {
  font-family: "Arial";
  font-size: 11.9px;
}
body.arial.less .b-form .form-control .controls input[type="text"],
body.arial.less .b-form .form-control .controls input[type="email"],
body.arial.less .b-form .form-control .controls input[type="password"],
body.arial.less .b-form .form-control .controls select {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-form .form-control .controls textarea {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-document-list-subcategories ul a {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.less .b-font-settings {
  font-family: "Arial";
  font-size: 11.05px;
}
body.arial.small .b-header-link-to-site {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-header-controls .user-button {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-header-controls .dropdown-menu {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-content-block {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-button {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-button.large {
  font-size: 14px;
}
body.arial.small .b-nav-menu {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-nav-menu .icon .baloon {
  font-size: 12px;
}
body.arial.small .b-sidebar-button {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-attachments-list {
  font-size: 12px;
}
body.arial.small .b-announcement-block .block-header .poster {
  font-family: "Arial";
  font-size: 15px;
}
body.arial.small .b-announcement-block .block-header .announcement-title .date {
  font-family: "Arial";
  font-size: 11px;
}
body.arial.small .b-announcement-block .block-header .announcement-title .title {
  font-family: "Arial";
  font-size: 14px;
}
body.arial.small .b-announcement-block .block-body {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.arial.small .b-announcement-block .users-that-read {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 15px;
}
body.arial.small .b-discussion-block .block-header .discussion-title {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 11px;
}
body.arial.small .b-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 14px;
}
body.arial.small .b-discussion-block .block-body {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-discussion-block .block-body .short-content .comments-link {
  font-size: 12px;
}
body.arial.small .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 12px;
}
body.arial.small .b-single-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-single-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 15px;
}
body.arial.small .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 11px;
}
body.arial.small .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 14px;
}
body.arial.small .b-single-discussion-block .block-body {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-discussion-comment {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-discussion-comment .text-content .author-name {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-discussion-comment .text-content .date-and-time {
  font-family: "Arial";
  font-size: 11px;
}
body.arial.small .b-discussion-comment .edit-link {
  font-family: "Arial";
  font-size: 11px;
}
body.arial.small .b-discussion-comment .editing-block textarea {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-dialog-block .post-controls {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-dialog-block .poster {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-dialog-block .poster .name {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-dialog-block .poster .date {
  font-family: "Arial";
  font-size: 11px;
}
body.arial.small .b-dialog-block .block-body {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-dialog-block .block-body .short-content .content a {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-dialog-message {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-dialog-message .author .text .author-name {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-dialog-message .author .text .date-and-time {
  font-family: "Arial";
  font-size: 11px;
}
body.arial.small .b-section-title {
  font-family: "Arial";
  font-size: 15px;
}
body.arial.small .b-category-title {
  font-family: "Arial";
  font-size: 15px;
}
body.arial.small .b-search-field {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-search-field input {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-search-field .placeholder {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-search-field-complicated .search-field {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-search-field-complicated input {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-search-field-complicated .placeholder {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-search-field-complicated .dropdown-options .options {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-user-filters .filter-item {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-users-list .user .name,
body.arial.small .b-user-list-helper-layer .name {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-documents-block .block-title {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-documents-block .documents-list .document {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-user-data-popup {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-user-data-popup .user-data .name {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.small .b-user-data-popup .b-button {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-popup-users-listing .user .name {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-popup-modal {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-popup-profile-edition {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-popup-profile-edition .tabs .tab {
  font-family: "Arial";
  font-size: 15px;
}
body.arial.small .b-popup-profile-edition .header {
  font-family: "Arial";
  font-size: 15px;
}
body.arial.small .b-popup-profile-edition .js-link {
  font-family: "Arial";
}
body.arial.small .b-popup-profile-edition .tip {
  font-size: 26px;
}
body.arial.small .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-popup-profile-edition .notice {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-popup-profile-edition .change-password .tooltip {
  font-family: "Arial";
}
body.arial.small .b-popup-profile-edition .control-group .description {
  font-family: "Arial";
}
body.arial.small .b-popup-profile-edition .control-group .control input {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-popup-profile-edition .control-group .control textarea {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-popup-profile-edition .user-data .name {
  font-size: 18px;
}
body.arial.small .b-you-have-no-assistants .message {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-you-have-no-assistants .message a {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-user-that-read-popup {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-user-that-read-popup .popup-title {
  font-family: "Arial";
  font-size: 15px;
}
body.arial.small .b-documents-categories-listing .list {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-create-new-top-level-category .button.create-category {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Arial";
}
body.arial.small .b-nodata {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-popup-nodata {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-sidebar-nodata {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-maincolumn-nodata {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-sidebar-nodata-filters {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-maincolumn-success {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-reply-form {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-reply-form .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-reply-form .attached-files-list {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-news-discussion {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-news-discussion .input-wrapper {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-news-discussion .input-wrapper input {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-news-discussion .checkbox-wrapper {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-news-discussion .attached-files-list {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-category-popup {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-category-popup .input-wrapper,
body.arial.small .b-new-category-popup .select-wrapper {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-category-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-confirm-for-users {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-dialog {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Arial";
  font-size: 16px;
}
body.arial.small .b-new-dialog .input-wrapper {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-dialog .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-dialog .input-wrapper input {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-dialog .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-dialog .checkbox-wrapper {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-dialog .attached-files-list {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-user-block {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-login {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-login .title {
  font-family: "Arial";
  font-size: 23px;
}
body.arial.small .b-login .title b,
body.arial.small .b-login .title strong {
  font-family: "Arial";
}
body.arial.small .b-login .inputs dt {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-login .inputs input {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-document-edit-popup {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-document-edit-popup .input-wrapper,
body.arial.small .b-document-edit-popup .select-wrapper {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-document-edit-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-documents-form {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-documents-form .attached-files-list {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-new-documents-form .error-message {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-error-message .message,
body.arial.small .b-no-access-to-news .message {
  font-family: "Arial";
  font-size: 14px;
}
body.arial.small .b-error-message .advice,
body.arial.small .b-no-access-to-news .advice {
  font-family: "Arial";
  font-size: 12px;
}
body.arial.small .b-search-results-filters {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-footer .copyright {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-change-avatar .helper {
  font-family: "Arial";
  font-size: 11px;
}
body.arial.small .b-form .form-title {
  font-family: "Arial";
  font-size: 14px;
}
body.arial.small .b-form .form-control .controls input[type="text"],
body.arial.small .b-form .form-control .controls input[type="email"],
body.arial.small .b-form .form-control .controls input[type="password"],
body.arial.small .b-form .form-control .controls select {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-form .form-control .controls textarea {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-document-list-subcategories ul a {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.small .b-font-settings {
  font-family: "Arial";
  font-size: 13px;
}
body.arial.medium .b-header-link-to-site {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-header-controls .user-button {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-header-controls .dropdown-menu {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-content-block {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-button {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-button.large {
  font-size: 15.4px;
}
body.arial.medium .b-nav-menu {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-nav-menu .icon .baloon {
  font-size: 13.2px;
}
body.arial.medium .b-sidebar-button {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-attachments-list {
  font-size: 13.2px;
}
body.arial.medium .b-announcement-block .block-header .poster {
  font-family: "Arial";
  font-size: 16.5px;
}
body.arial.medium .b-announcement-block .block-header .announcement-title .date {
  font-family: "Arial";
  font-size: 12.1px;
}
body.arial.medium .b-announcement-block .block-header .announcement-title .title {
  font-family: "Arial";
  font-size: 15.4px;
}
body.arial.medium .b-announcement-block .block-body {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.arial.medium .b-announcement-block .users-that-read {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 16.5px;
}
body.arial.medium .b-discussion-block .block-header .discussion-title {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 12.1px;
}
body.arial.medium .b-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 15.4px;
}
body.arial.medium .b-discussion-block .block-body {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-discussion-block .block-body .short-content .comments-link {
  font-size: 13.2px;
}
body.arial.medium .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 13.2px;
}
body.arial.medium .b-single-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-single-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 16.5px;
}
body.arial.medium .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 12.1px;
}
body.arial.medium .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 15.4px;
}
body.arial.medium .b-single-discussion-block .block-body {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-discussion-comment {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-discussion-comment .text-content .author-name {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-discussion-comment .text-content .date-and-time {
  font-family: "Arial";
  font-size: 12.1px;
}
body.arial.medium .b-discussion-comment .edit-link {
  font-family: "Arial";
  font-size: 12.1px;
}
body.arial.medium .b-discussion-comment .editing-block textarea {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-dialog-block .post-controls {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-dialog-block .poster {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-dialog-block .poster .name {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-dialog-block .poster .date {
  font-family: "Arial";
  font-size: 12.1px;
}
body.arial.medium .b-dialog-block .block-body {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-dialog-block .block-body .short-content .content a {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-dialog-message {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-dialog-message .author .text .author-name {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-dialog-message .author .text .date-and-time {
  font-family: "Arial";
  font-size: 12.1px;
}
body.arial.medium .b-section-title {
  font-family: "Arial";
  font-size: 16.5px;
}
body.arial.medium .b-category-title {
  font-family: "Arial";
  font-size: 16.5px;
}
body.arial.medium .b-search-field {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-search-field input {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-search-field .placeholder {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-search-field-complicated .search-field {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-search-field-complicated input {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-search-field-complicated .placeholder {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-search-field-complicated .dropdown-options .options {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-user-filters .filter-item {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-users-list .user .name,
body.arial.medium .b-user-list-helper-layer .name {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-documents-block .block-title {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-documents-block .documents-list .document {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-user-data-popup {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-user-data-popup .user-data .name {
  font-family: "Arial";
  font-size: 19.8px;
}
body.arial.medium .b-user-data-popup .b-button {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-popup-users-listing .user .name {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-popup-modal {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-popup-profile-edition {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-popup-profile-edition .tabs .tab {
  font-family: "Arial";
  font-size: 16.5px;
}
body.arial.medium .b-popup-profile-edition .header {
  font-family: "Arial";
  font-size: 16.5px;
}
body.arial.medium .b-popup-profile-edition .js-link {
  font-family: "Arial";
}
body.arial.medium .b-popup-profile-edition .tip {
  font-size: 28.6px;
}
body.arial.medium .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-popup-profile-edition .notice {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-popup-profile-edition .change-password .tooltip {
  font-family: "Arial";
}
body.arial.medium .b-popup-profile-edition .control-group .description {
  font-family: "Arial";
}
body.arial.medium .b-popup-profile-edition .control-group .control input {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-popup-profile-edition .control-group .control textarea {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-popup-profile-edition .user-data .name {
  font-size: 19.8px;
}
body.arial.medium .b-you-have-no-assistants .message {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-you-have-no-assistants .message a {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-user-that-read-popup {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-user-that-read-popup .popup-title {
  font-family: "Arial";
  font-size: 16.5px;
}
body.arial.medium .b-documents-categories-listing .list {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-create-new-top-level-category .button.create-category {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Arial";
}
body.arial.medium .b-nodata {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-popup-nodata {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-sidebar-nodata {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-maincolumn-nodata {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-sidebar-nodata-filters {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-maincolumn-success {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-reply-form {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-reply-form .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-reply-form .attached-files-list {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-news-discussion {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-news-discussion .input-wrapper {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-news-discussion .input-wrapper input {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-news-discussion .checkbox-wrapper {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-news-discussion .attached-files-list {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-category-popup {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-category-popup .input-wrapper,
body.arial.medium .b-new-category-popup .select-wrapper {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-category-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-confirm-for-users {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-dialog {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Arial";
  font-size: 17.6px;
}
body.arial.medium .b-new-dialog .input-wrapper {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-dialog .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-dialog .input-wrapper input {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-dialog .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-dialog .checkbox-wrapper {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-dialog .attached-files-list {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-user-block {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-login {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-login .title {
  font-family: "Arial";
  font-size: 25.3px;
}
body.arial.medium .b-login .title b,
body.arial.medium .b-login .title strong {
  font-family: "Arial";
}
body.arial.medium .b-login .inputs dt {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-login .inputs input {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-document-edit-popup {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-document-edit-popup .input-wrapper,
body.arial.medium .b-document-edit-popup .select-wrapper {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-document-edit-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-documents-form {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-documents-form .attached-files-list {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-new-documents-form .error-message {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-error-message .message,
body.arial.medium .b-no-access-to-news .message {
  font-family: "Arial";
  font-size: 15.4px;
}
body.arial.medium .b-error-message .advice,
body.arial.medium .b-no-access-to-news .advice {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.medium .b-search-results-filters {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-footer .copyright {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-change-avatar .helper {
  font-family: "Arial";
  font-size: 12.1px;
}
body.arial.medium .b-form .form-title {
  font-family: "Arial";
  font-size: 15.4px;
}
body.arial.medium .b-form .form-control .controls input[type="text"],
body.arial.medium .b-form .form-control .controls input[type="email"],
body.arial.medium .b-form .form-control .controls input[type="password"],
body.arial.medium .b-form .form-control .controls select {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-form .form-control .controls textarea {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-document-list-subcategories ul a {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.medium .b-font-settings {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.more .b-header-link-to-site {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-header-controls .user-button {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-header-controls .dropdown-menu {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-content-block {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-button {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-button.large {
  font-size: 16.8px;
}
body.arial.more .b-nav-menu {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-nav-menu .icon .baloon {
  font-size: 14.4px;
}
body.arial.more .b-sidebar-button {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-attachments-list {
  font-size: 14.4px;
}
body.arial.more .b-announcement-block .block-header .poster {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.more .b-announcement-block .block-header .announcement-title .date {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.more .b-announcement-block .block-header .announcement-title .title {
  font-family: "Arial";
  font-size: 16.8px;
}
body.arial.more .b-announcement-block .block-body {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.arial.more .b-announcement-block .users-that-read {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.more .b-discussion-block .block-header .discussion-title {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.more .b-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 16.8px;
}
body.arial.more .b-discussion-block .block-body {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-discussion-block .block-body .short-content .comments-link {
  font-size: 14.4px;
}
body.arial.more .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 14.4px;
}
body.arial.more .b-single-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-single-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.more .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.more .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 16.8px;
}
body.arial.more .b-single-discussion-block .block-body {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-discussion-comment {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-discussion-comment .text-content .author-name {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-discussion-comment .text-content .date-and-time {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.more .b-discussion-comment .edit-link {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.more .b-discussion-comment .editing-block textarea {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-dialog-block .post-controls {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-dialog-block .poster {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-dialog-block .poster .name {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-dialog-block .poster .date {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.more .b-dialog-block .block-body {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-dialog-block .block-body .short-content .content a {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-dialog-message {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-dialog-message .author .text .author-name {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-dialog-message .author .text .date-and-time {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.more .b-section-title {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.more .b-category-title {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.more .b-search-field {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-search-field input {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-search-field .placeholder {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-search-field-complicated .search-field {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-search-field-complicated input {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-search-field-complicated .placeholder {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-search-field-complicated .dropdown-options .options {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-user-filters .filter-item {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-users-list .user .name,
body.arial.more .b-user-list-helper-layer .name {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-documents-block .block-title {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-documents-block .documents-list .document {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-user-data-popup {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-user-data-popup .user-data .name {
  font-family: "Arial";
  font-size: 21.6px;
}
body.arial.more .b-user-data-popup .b-button {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-popup-users-listing .user .name {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-popup-modal {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-popup-profile-edition {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-popup-profile-edition .tabs .tab {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.more .b-popup-profile-edition .header {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.more .b-popup-profile-edition .js-link {
  font-family: "Arial";
}
body.arial.more .b-popup-profile-edition .tip {
  font-size: 31.2px;
}
body.arial.more .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-popup-profile-edition .notice {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-popup-profile-edition .change-password .tooltip {
  font-family: "Arial";
}
body.arial.more .b-popup-profile-edition .control-group .description {
  font-family: "Arial";
}
body.arial.more .b-popup-profile-edition .control-group .control input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-popup-profile-edition .control-group .control textarea {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-popup-profile-edition .user-data .name {
  font-size: 21.6px;
}
body.arial.more .b-you-have-no-assistants .message {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-you-have-no-assistants .message a {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-user-that-read-popup {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-user-that-read-popup .popup-title {
  font-family: "Arial";
  font-size: 18px;
}
body.arial.more .b-documents-categories-listing .list {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-create-new-top-level-category .button.create-category {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Arial";
}
body.arial.more .b-nodata {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-popup-nodata {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-sidebar-nodata {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-maincolumn-nodata {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-sidebar-nodata-filters {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-maincolumn-success {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-reply-form {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-reply-form .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-reply-form .attached-files-list {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-news-discussion {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-news-discussion .input-wrapper {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-news-discussion .input-wrapper input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-news-discussion .checkbox-wrapper {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-news-discussion .attached-files-list {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-category-popup {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-category-popup .input-wrapper,
body.arial.more .b-new-category-popup .select-wrapper {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-category-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-confirm-for-users {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-dialog {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Arial";
  font-size: 19.2px;
}
body.arial.more .b-new-dialog .input-wrapper {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-dialog .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-dialog .input-wrapper input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-dialog .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-dialog .checkbox-wrapper {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-dialog .attached-files-list {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-user-block {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-login {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-login .title {
  font-family: "Arial";
  font-size: 27.6px;
}
body.arial.more .b-login .title b,
body.arial.more .b-login .title strong {
  font-family: "Arial";
}
body.arial.more .b-login .inputs dt {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-login .inputs input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-document-edit-popup {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-document-edit-popup .input-wrapper,
body.arial.more .b-document-edit-popup .select-wrapper {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-document-edit-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-documents-form {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-documents-form .attached-files-list {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-new-documents-form .error-message {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-error-message .message,
body.arial.more .b-no-access-to-news .message {
  font-family: "Arial";
  font-size: 16.8px;
}
body.arial.more .b-error-message .advice,
body.arial.more .b-no-access-to-news .advice {
  font-family: "Arial";
  font-size: 14.4px;
}
body.arial.more .b-search-results-filters {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-footer .copyright {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-change-avatar .helper {
  font-family: "Arial";
  font-size: 13.2px;
}
body.arial.more .b-form .form-title {
  font-family: "Arial";
  font-size: 16.8px;
}
body.arial.more .b-form .form-control .controls input[type="text"],
body.arial.more .b-form .form-control .controls input[type="email"],
body.arial.more .b-form .form-control .controls input[type="password"],
body.arial.more .b-form .form-control .controls select {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-form .form-control .controls textarea {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-document-list-subcategories ul a {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.more .b-font-settings {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-header-link-to-site {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-header-controls .user-button {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-header-controls .dropdown-menu {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-content-block {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-button {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-button.large {
  font-size: 18.2px;
}
body.arial.large .b-nav-menu {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-nav-menu .icon .baloon {
  font-size: 15.6px;
}
body.arial.large .b-sidebar-button {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-attachments-list {
  font-size: 15.6px;
}
body.arial.large .b-announcement-block .block-header .poster {
  font-family: "Arial";
  font-size: 19.5px;
}
body.arial.large .b-announcement-block .block-header .announcement-title .date {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.large .b-announcement-block .block-header .announcement-title .title {
  font-family: "Arial";
  font-size: 18.2px;
}
body.arial.large .b-announcement-block .block-body {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-announcement-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.arial.large .b-announcement-block .users-that-read {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 19.5px;
}
body.arial.large .b-discussion-block .block-header .discussion-title {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.large .b-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 18.2px;
}
body.arial.large .b-discussion-block .block-body {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-discussion-block .block-body .short-content .comments-link {
  font-size: 15.6px;
}
body.arial.large .b-discussion-block .block-body .short-content .attachments-count {
  font-size: 15.6px;
}
body.arial.large .b-single-discussion-block .block-header .post-controls {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-single-discussion-block .block-header .poster {
  font-family: "Arial";
  font-size: 19.5px;
}
body.arial.large .b-single-discussion-block .block-header .discussion-title .date {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.large .b-single-discussion-block .block-header .discussion-title .title {
  font-family: "Arial";
  font-size: 18.2px;
}
body.arial.large .b-single-discussion-block .block-body {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-single-discussion-block .block-body .short-content .comments-link {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-single-discussion-block .block-body .short-content .attachments-count {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-discussion-comment {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-discussion-comment .text-content .author-name {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-discussion-comment .text-content .date-and-time {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.large .b-discussion-comment .edit-link {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.large .b-discussion-comment .editing-block textarea {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-dialog-block .post-controls {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-dialog-block .poster {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-dialog-block .poster .name {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-dialog-block .poster .date {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.large .b-dialog-block .block-body {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-dialog-block .block-body .short-content .content a {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-dialog-message {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-dialog-message .author .text .author-name {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-dialog-message .author .text .date-and-time {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.large .b-section-title {
  font-family: "Arial";
  font-size: 19.5px;
}
body.arial.large .b-category-title {
  font-family: "Arial";
  font-size: 19.5px;
}
body.arial.large .b-search-field {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-search-field input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-search-field .placeholder {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-search-field-complicated .search-field {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-search-field-complicated input {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-search-field-complicated .placeholder {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-search-field-complicated .dropdown-options .options {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-user-filters .filter-item {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-users-list .user .name,
body.arial.large .b-user-list-helper-layer .name {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-documents-block .block-title {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-documents-block .documents-list .document {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-documents-block .documents-list .document .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-attachments-list .item .document-buttons .button.email .dropdown {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-attachments-list .item .document-buttons .button.email .dropdown .email-input {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-user-data-popup {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-user-data-popup .user-data .name {
  font-family: "Arial";
  font-size: 23.4px;
}
body.arial.large .b-user-data-popup .b-button {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-popup-users-listing .user .name {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-popup-modal {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-popup-profile-edition {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-popup-profile-edition .tabs .tab {
  font-family: "Arial";
  font-size: 19.5px;
}
body.arial.large .b-popup-profile-edition .header {
  font-family: "Arial";
  font-size: 19.5px;
}
body.arial.large .b-popup-profile-edition .js-link {
  font-family: "Arial";
}
body.arial.large .b-popup-profile-edition .tip {
  font-size: 33.8px;
}
body.arial.large .b-popup-profile-edition .b-assistant-settings .checkbox-wrapper {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-popup-profile-edition .notice {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-popup-profile-edition .change-password .tooltip {
  font-family: "Arial";
}
body.arial.large .b-popup-profile-edition .control-group .description {
  font-family: "Arial";
}
body.arial.large .b-popup-profile-edition .control-group .control input {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-popup-profile-edition .control-group .control textarea {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-popup-profile-edition .user-data .name {
  font-size: 23.4px;
}
body.arial.large .b-you-have-no-assistants .message {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-you-have-no-assistants .message a {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-user-that-read-popup {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-user-that-read-popup .popup-title {
  font-family: "Arial";
  font-size: 19.5px;
}
body.arial.large .b-documents-categories-listing .list {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-create-new-top-level-category .button.create-category {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-create-new-top-level-category .button-wrapper.save-categories-order .tooltip {
  font-family: "Arial";
}
body.arial.large .b-nodata {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-popup-nodata {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-sidebar-nodata {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-maincolumn-nodata {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-sidebar-nodata-filters {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-maincolumn-success {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-reply-form {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-reply-form .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-reply-form .attached-files-list {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-news-discussion {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-news-discussion .input-wrapper {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-news-discussion .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-news-discussion .input-wrapper input {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-news-discussion .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-news-discussion .checkbox-wrapper {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-news-discussion .attached-files-list {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-category-popup {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-category-popup .input-wrapper,
body.arial.large .b-new-category-popup .select-wrapper {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-category-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-category-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-confirm-for-users {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-dialog {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-user-dropdown .options .options-list-header .search-box input {
  font-family: "Arial";
  font-size: 20.8px;
}
body.arial.large .b-new-dialog .input-wrapper {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-dialog .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-dialog .input-wrapper input {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-dialog .textarea-wrapper textarea {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-dialog .checkbox-wrapper {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-dialog .attached-files-list {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-user-block {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-login {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-login .title {
  font-family: "Arial";
  font-size: 29.9px;
}
body.arial.large .b-login .title b,
body.arial.large .b-login .title strong {
  font-family: "Arial";
}
body.arial.large .b-login .inputs dt {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-login .inputs input {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-document-edit-popup {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-document-edit-popup .input-wrapper,
body.arial.large .b-document-edit-popup .select-wrapper {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-document-edit-popup .input-wrapper .placeholder {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-document-edit-popup .input-wrapper input {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-documents-form {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-documents-form .attached-files-list {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-new-documents-form .error-message {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-error-message .message,
body.arial.large .b-no-access-to-news .message {
  font-family: "Arial";
  font-size: 18.2px;
}
body.arial.large .b-error-message .advice,
body.arial.large .b-no-access-to-news .advice {
  font-family: "Arial";
  font-size: 15.6px;
}
body.arial.large .b-search-results-filters {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-footer .copyright {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-change-avatar .helper {
  font-family: "Arial";
  font-size: 14.3px;
}
body.arial.large .b-form .form-title {
  font-family: "Arial";
  font-size: 18.2px;
}
body.arial.large .b-form .form-control .controls input[type="text"],
body.arial.large .b-form .form-control .controls input[type="email"],
body.arial.large .b-form .form-control .controls input[type="password"],
body.arial.large .b-form .form-control .controls select {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-form .form-control .controls textarea {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-document-list-subcategories ul a {
  font-family: "Arial";
  font-size: 16.9px;
}
body.arial.large .b-font-settings {
  font-family: "Arial";
  font-size: 16.9px;
}
