/*
 * Styling of Mobile Forum
 *
 * To compile, install Node and Less:
 *      Node: http://nodejs.org/download/
 *      Less: sudo npm install -g less
 *
 * Compile for development (shoudn't be necessary because this happens live/frontend)
 *      lessc less/mobile-forum.less > css/mobile/forum.css
 *
 * Compile for production:
 *      lessc less/mobile-forum.less > css/mobile/forum-min.css --yui-compress
 */
/* -- TOOLS - SHARED -- */
/* -- CSS RESET -- */
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
  margin: 0px;
  padding: 0px;
}
html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
input:focus,
textarea:focus {
  outline: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.hidden {
  display: none;
}
/* -- PLUGINS -- */
/* -- MAIN SETUP - MOBILE  -- */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
h1 {
  font-weight: bold;
  font-size: 16px;
  color: #444;
  margin: 0;
  padding: 0;
}
h2 {
  font-weight: bold;
  font-size: 15px;
  color: #444;
  margin: 0;
  padding: 0;
}
h3 {
  font-weight: bold;
  font-size: 13px;
  color: #444;
  margin: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
a {
  color: #444444;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
body {
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-user-select: none;
  /* prevent iphone selection */
}
body.withMenuOpen {
  position: fixed;
  /* Needed to prevent scrolling x when menu is slide out */
}
.withMenuOpen .login_overlay,
.withMenuOpen .popup {
  display: none;
}
p,
.unreadPostCounterForums {
  margin-bottom: 5px;
}
.page {
  background: #FFFFFF;
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.currentPage {
  z-index: 1;
}
.newPage {
  z-index: 2;
}
.newPage .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#loadingPage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 100%;
  padding-top: 44px;
}
#loadingPage.visible {
  display: table-cell;
  vertical-align: middle;
}
#loadingPage .content {
  display: table;
  height: 100%;
  width: 100%;
}
#loadingPage .content .center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#loadingPage .loader {
  display: block;
  background: url('../../images/mobile/loader@2x.gif');
  background-size: 100%;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.link {
  color: #00ace6;
}
.link,
.menu_item {
  cursor: pointer;
}
.container {
  background: #FFFFFF;
  z-index: 999;
  position: relative;
  -webkit-transition: all 0.5s ease, height 0;
  -moz-transition: all 0.5s ease, height 0;
  transition: all 0.5s ease, height 0;
  top: 0;
  bottom: 0;
  left: 0;
  min-height: 100%;
}
.container.toRight {
  left: 262px;
  height: 100%;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
}
.container.toRight header {
  left: 262px;
  right: -262px;
}
header {
  height: 44px;
  width: 100%;
  background-color: #484848;
  background-image: -moz-linear-gradient(top, #515151, #3a3a3a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#3a3a3a));
  background-image: -webkit-linear-gradient(top, #515151, #3a3a3a);
  background-image: -o-linear-gradient(top, #515151, #3a3a3a);
  background-image: linear-gradient(to bottom, #515151, #3a3a3a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151', endColorstr='#ff3a3a3a', GradientType=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
  z-index: 10;
}
header.toRight {
  left: 262px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
}
header .headerLink {
  position: absolute;
  background-image: url("../../images/mobile/top-menu-icons@2x.png");
  background-size: 44px 176px;
  height: 44px;
  text-indent: -9999px;
}
header .headerLink.menuLink {
  left: 0;
  width: 58px;
  border-right: solid 1px #222;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  background-position: center -44px;
}
header .headerLink.backLink {
  right: 0;
  border-left: solid 1px #222;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
  background-position: center 3px;
  width: 44px;
}
header .headerLink.loader {
  background: url("../../images/loading.gif") no-repeat center;
  background-size: 16px 11px;
}
header .headerLink:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
header #logo {
  position: absolute;
  left: 58px;
  right: 44px;
  height: 44px;
  background-size: 86px auto;
  background-image: url("../../images/mobile/logo@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
section#content.noheader {
  padding-top: 0px;
}
section#content.noheader #pageTitle {
  border-top: none;
}
#pageTitle {
  padding: 8px 10px 8px 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-top: solid 1px #D2D2D2;
  *zoom: 1;
}
#pageTitle:before,
#pageTitle:after {
  display: table;
  content: "";
  line-height: 0;
}
#pageTitle:after {
  clear: both;
}
#pageTitle h1 {
  float: left;
  line-height: 26px;
}
#pageTitle .new {
  float: right;
  border-radius: 4px;
  background-image: url("../../images/mobile/new-icon@2x.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0, #2ec1ec), color-stop(0.02, #00b3e8), color-stop(1, #00a2e2));
  background-image: url("../../images/mobile/new-icon@2x.png"), -webkit-linear-gradient(top, #2ec1ec 0%, #00b3e8 2%, #00a2e2 100%);
  background-image: url("../../images/mobile/new-icon@2x.png"), -moz-linear-gradient(top, #2ec1ec 0%, #00b3e8 2%, #00a2e2 100%);
  background-image: url("../../images/mobile/new-icon@2x.png"), -ms-linear-gradient(top, #2ec1ec 0%, #00b3e8 2%, #00a2e2 100%);
  background-image: url("../../images/mobile/new-icon@2x.png"), -o-linear-gradient(top, #2ec1ec 0%, #00b3e8 2%, #00a2e2 100%);
  background-image: url("../../images/mobile/new-icon@2x.png"), linear-gradient(top, #2ec1ec 0%, #00b3e8 2%, #00a2e2 100%);
  background-size: 15px auto, auto;
  background-position: center 7px , center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 30px;
  padding: 0;
}
#pageTitle .new:active {
  background-image: url("../../images/mobile/new-icon@2x.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0, #2ec1ec), color-stop(0.02, #00bdec), color-stop(1, #0091db));
  background-image: url("../../images/mobile/new-icon@2x.png"), -webkit-linear-gradient(top, #2ec1ec 0%, #00bdec 2%, #0091db 100%);
  background-image: url("../../images/mobile/new-icon@2x.png"), -moz-linear-gradient(top, #2ec1ec 0%, #00bdec 2%, #0091db 100%);
  background-image: url("../../images/mobile/new-icon@2x.png"), -ms-linear-gradient(top, #2ec1ec 0%, #00bdec 2%, #0091db 100%);
  background-image: url("../../images/mobile/new-icon@2x.png"), -o-linear-gradient(top, #2ec1ec 0%, #00bdec 2%, #0091db 100%);
  background-image: url("../../images/mobile/new-icon@2x.png"), linear-gradient(top, #2ec1ec 0%, #00bdec 2%, #0091db 100%);
}
#pageTitle.topic {
  box-shadow: none;
}
#pageTitle.topic h1 {
  line-height: 20px;
}
.setTableDisplay {
  display: table;
  width: 100%;
}
.sectionTitle {
  border: solid 1px #d2d2d2;
  border-width: 1px 0 1px 0;
  padding: 6px 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sectionTitle.grey {
  background: #f1f1f1;
  border-color: #D2D2D2;
}
.sectionTitle.dark {
  background: #444;
  border-color: #222;
}
.sectionTitle.dark h2 {
  color: #fff;
}
.sectionTitle .comments_count,
.sectionTitle .comments_btn {
  display: table-cell;
  vertical-align: middle;
}
.sectionTitle .comments_count {
  height: 100%;
  line-height: 100%;
}
.sectionTitle .comments_btn {
  float: right;
}
.sectionTitle .comments_btn span.btn,
.sectionTitle .comments_btn a.btn {
  border-color: #1083bc;
  padding: 9px 9px 10px 9px;
}
#search {
  padding: 8px 8px;
  border-top: solid 1px #D2D2D2;
  background: #fafafa;
}
#search .search {
  width: 100%;
}
#footer a {
  display: table;
  margin: 10px auto;
  font-size: 12px;
  text-decoration: none;
  color: #444444;
}
#footer a:active {
  text-decoration: underline;
}
.threadbits .thread {
  border-bottom: solid 1px #d2d2d2;
  line-height: 18px;
}
.threadbits .thread.even {
  background: #f9f9f9;
}
.threadbits .thread.firstPost {
  border: none;
}
.threadbits .thread .threadUserInfo {
  padding: 10px 10px 0;
  margin-bottom: 10px;
  *zoom: 1;
}
.threadbits .thread .threadUserInfo:before,
.threadbits .thread .threadUserInfo:after {
  display: table;
  content: "";
  line-height: 0;
}
.threadbits .thread .threadUserInfo:after {
  clear: both;
}
.threadbits .thread .threadUserInfo .avatarHolder {
  float: left;
  margin-right: 10px;
  line-height: 0;
}
.threadbits .thread .threadUserInfo .userInfo {
  float: left;
  padding: 3px 0;
  font-size: 12px;
  line-height: 16px;
  margin-right: 5px;
}
.threadbits .thread .threadUserInfo .userInfo .userName {
  display: block;
  color: #00ace6;
  font-weight: bold;
  text-decoration: none;
}
.threadbits .thread .threadUserInfo .userInfo .userMeta {
  display: block;
}
.threadbits .thread .threadUserInfo .userInfo .userMeta .userLevel {
  text-indent: -9999px;
  background: url("../../images/sprite_reputation.png");
  background-position: -4px -3px;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 3px;
}
.threadbits .thread .threadUserInfo .userInfo .reactionTime {
  display: block;
  color: #888888;
}
.threadbits .thread .threadUserInfo .postInfo {
  margin-top: 7px;
}
.threadbits .thread .threadUserInfo .postInfo .perma {
  background: #ffffff;
  float: right;
  border: 1px solid #d2d2d2;
  padding: 0 6px;
  border-radius: 5px;
  height: 20px;
  line-height: 19px;
  margin-bottom: 2px;
  font-size: 11px;
}
.threadbits .thread .threadUserInfo .postInfo .threaduserLabel {
  float: right;
  margin-right: 2px;
  margin-bottom: 2px;
}
.threadbits .thread .threadContent {
  padding: 0 10px;
  color: #444444;
  font-size: 13px;
  padding-bottom: 12px;
}
.threadbits .thread .threadContent a {
  color: #00ACE6;
}
.threadbits .thread .threadContent p {
  line-height: 18px;
  margin-bottom: 12px;
}
.threadbits .thread .threadContent iframe {
  max-width: 300px;
  height: 180px;
}
.threadbits .thread .threadContent .footer {
  margin-top: 10px;
}
.threadbits .thread .threadContent .likeWrapper {
  height: 25px;
  float: left;
}
.threadbits .thread .threadContent .likeWrapper .button {
  position: relative;
  display: inline-block;
  background: #fafafa;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 0 8px;
  height: 26px;
  line-height: 25px;
  background: -moz-linear-gradient(top, #fefefe 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #fefefe 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f6f6f6 100%);
  padding-left: 25px;
  /* for heart */
}
.threadbits .thread .threadContent .likeWrapper .button:before {
  content: '';
  background-image: url('../../images/mobile/heart@2x.png');
  background-size: 100%;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 8px;
  top: 7px;
}
.threadbits .thread .threadContent .likeWrapper .counter {
  position: relative;
  background: #ffffff;
  display: inline-block;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 0 6px;
  height: 26px;
  line-height: 25px;
  margin-left: 6px;
  /* for the arrow */
  /* creates the smaller  triangle */
}
.threadbits .thread .threadContent .likeWrapper .counter:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 40px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #d2d2d2 transparent;
  display: block;
  width: 0;
  top: 8px;
  bottom: auto;
  left: -7px;
  border-width: 4px 6px 4px 0;
  border-color: transparent #d2d2d2;
}
.threadbits .thread .threadContent .likeWrapper .counter:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 47px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
  top: 8px;
  bottom: auto;
  left: -6px;
  border-width: 4px 6px 4px 0;
  border-color: transparent #fff;
}
.threadbits .thread .threadContent .bestAnswer {
  color: #8ec728;
  float: left;
  padding: 5px 0 0 18px;
  margin-left: 15px;
  position: relative;
}
.threadbits .thread .threadContent .bestAnswer:before {
  background-image: url("../../images/mobile/checkmark@2x.png");
  background-size: 100%;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 15px;
}
.threadbits .thread .threadContent .threadQuote {
  font-style: italic;
  border-left: 2px solid #c5c5c5;
  padding-left: 8px;
}
.threadbits .thread .threadCode {
  background: none repeat scroll 0 0 #F3F3F3;
  font-family: 'Courier New', Courier, monospace;
  padding: 12px;
  margin-bottom: 12px;
}
.threadbits .thread .threadCode p {
  margin-bottom: 0;
}
.threadbits .thread ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}
.threadbits .thread ol li {
  list-style: decimal;
}
.threadbits .thread ul {
  list-style-type: none;
  margin: 0 0 20px 0;
}
.threadbits .thread ul li {
  background-image: url("../../images/mobile/arrow_list@2x.png");
  background-repeat: no-repeat;
  background-position: 0px -4px;
  padding-left: 20px;
  background-size: 10px 25px;
}
.threadbits .thread .threadAnswer {
  background-color: #F9F9F9;
  border-left: 3px solid #8EC728;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 12px;
}
.threadbits .thread .threadAnswer strong {
  display: block;
}
.threadbits .thread .threadAnswer .original {
  color: #8EC728;
  text-decoration: none;
}
.threadbits .thread .threadAnswer .original:hover,
.threadbits .thread .threadAnswer .original:active {
  text-decoration: underline;
}
.threadbits .thread .attachements {
  *zoom: 1;
  margin-bottom: 20px;
}
.threadbits .thread .attachements:before,
.threadbits .thread .attachements:after {
  display: table;
  content: "";
  line-height: 0;
}
.threadbits .thread .attachements:after {
  clear: both;
}
.threadbits .thread .attachements strong {
  display: block;
  margin: 0 0 6px 0;
}
.threadbits .thread .attachements .imageHolder {
  border: solid 1px #c6c6c6;
  padding: 1px;
  width: 68px;
  height: 68px;
  float: left;
  margin: 0 6px 6px 0;
}
.threadbits .thread .attachements .imageHolder img {
  background: #ccc;
  width: 68px;
  height: 68px;
}
.threadbits .thread.modbreak .threadHolder {
  border-left: solid 4px #00ace6;
}
.react {
  padding: 12px 20px;
}
.pagination {
  padding: 0;
  line-height: 36px;
  border-bottom: solid 1px #d2d2d2;
  background-color: #f9f9f9;
  *zoom: 1;
}
.pagination:before,
.pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination:after {
  clear: both;
}
.pagination .arrow {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pagination .arrow span {
  display: block;
  width: 36px;
  height: 36px;
  background-size: 100%;
  text-indent: -9999px;
  background-image: url("../../images/mobile/pagination-icons@2x.png");
}
.pagination .arrow.first span {
  background-position: 0 0;
}
.pagination .arrow.prev {
  border-left: 1px solid #d2d2d2;
}
.pagination .arrow.prev span {
  background-position: -2px -36px;
}
.pagination .arrow.next {
  border-right: 1px solid #d2d2d2;
}
.pagination .arrow.next span {
  background-position: 1px -72px;
}
.pagination .arrow.last span {
  background-position: 0 -108px;
}
.pagination .arrow.inactive span {
  opacity: 0.4;
}
.pagination .arrow:active,
.pagination .arrow:hover {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.pagination .left {
  float: left;
  border-right: 1px solid #d2d2d2;
  *zoom: 1;
}
.pagination .left:before,
.pagination .left:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination .left:after {
  clear: both;
}
.pagination .middle {
  text-align: center;
  font-size: 14px;
  color: #444;
}
.pagination .right {
  float: right;
  border-left: 1px solid #d2d2d2;
  *zoom: 1;
}
.pagination .right:before,
.pagination .right:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination .right:after {
  clear: both;
}
.threadMenu_btn {
  text-align: center;
  display: block;
  padding: 0 0 12px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.threadMenu_btn span {
  display: inline-block;
  text-indent: -9999px;
  height: 22px;
  width: 55px;
  background-image: url("../../images/mobile/Options_btn@2x.png");
  background-size: 100%;
}
.threadMenu_btn.active span {
  background-position: 0 -44px;
}
.threadMenu {
  display: none;
}
.threadMenu .threadMenuHolder {
  height: 50px;
  background: #444444;
  border: solid 1px #222222;
  border-width: 1px 0;
}
.threadMenu .threadMenuHolder ul {
  display: table;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.threadMenu .threadMenuHolder ul li {
  float: left;
  background: none;
  line-height: normal;
  padding-left: 0;
}
.threadMenu .threadMenuHolder ul li a {
  display: block;
  border-right: solid 1px #222222;
  box-shadow: inset 2px 0 2px -2px rgba(255, 255, 255, 0.1), inset -2px 0 2px -2px rgba(255, 255, 255, 0.1);
  text-indent: -99999px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.threadMenu .threadMenuHolder ul li a span {
  width: 50px;
  height: 50px;
  background-image: url("../../images/mobile/threadMenu-icons@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
}
.threadMenu .threadMenuHolder ul li a:active,
.threadMenu .threadMenuHolder ul li a:hover {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.threadMenu .threadMenuHolder ul li a.reply span {
  background-position: center 0px;
}
.threadMenu .threadMenuHolder ul li a.reply span:active,
.threadMenu .threadMenuHolder ul li a.reply span:hover {
  background-position: center -50px;
}
.threadMenu .threadMenuHolder ul li a.quote span {
  background-position: center -100px;
}
.threadMenu .threadMenuHolder ul li a.quote span:active,
.threadMenu .threadMenuHolder ul li a.quote span:hover {
  background-position: center -150px;
}
.threadMenu .threadMenuHolder ul li a.mark span {
  background-position: center -200px;
}
.threadMenu .threadMenuHolder ul li a.mark span:active,
.threadMenu .threadMenuHolder ul li a.mark span:hover {
  background-position: center -250px;
}
.threadMenu .threadMenuHolder ul li a.reputation span {
  background-position: center -300px;
}
.threadMenu .threadMenuHolder ul li a.reputation span:active,
.threadMenu .threadMenuHolder ul li a.reputation span:hover {
  background-position: center -350px;
}
.threadMenu .threadMenuHolder ul li a.flag span {
  background-position: center -400px;
}
.threadMenu .threadMenuHolder ul li a.flag span:active,
.threadMenu .threadMenuHolder ul li a.flag span:hover {
  background-position: center -450px;
}
.threadMenu .threadMenuHolder ul li a.edit span {
  background-position: center -500px;
}
.threadMenu .threadMenuHolder ul li:last-child a {
  border: none;
}
.generalInfo {
  height: 96px;
  width: 100%;
}
.generalInfo .avatarHolder {
  float: left;
  margin: 11px;
}
.generalInfo .right {
  float: left;
  margin: 12px 12px 12px 0;
}
.generalInfo .right h3,
.generalInfo .right h3 a {
  color: #00ace6;
  font-size: 12px;
  font-weight: bold;
}
.generalInfo .right .userMeta {
  margin: 3px 0;
}
.generalInfo .right .userMeta .userLevel {
  background-image: url("../../images/mobile/sprite-reputation@2x.png");
  width: 15px;
  height: 12px;
  display: block;
  float: left;
  background-size: 15px 105px;
  margin: 0 3px 0 0;
}
.generalInfo .right .userMeta .userLevel.level2 {
  background-position: 0 -32px;
}
.generalInfo .right .userMeta .userTitle {
  float: left;
}
.generalInfo .right .badgeHolder {
  margin: 6px 0;
}
.generalInfo .right .badgeHolder .badgeContainer {
  float: left;
  margin: 0 3px 0 0;
}
.summary {
  height: 50px;
  width: 100%;
  background: #f9f9f9;
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.summary .sum {
  float: left;
  width: 33%;
  border-right: solid 1px #D2D2D2;
  height: 100%;
}
.summary .sum .sumItem {
  padding: 12px;
}
.summary .sum .sumItem span {
  display: block;
  font-weight: bold;
  margin: 0px 0px 3px 0px;
}
.summary .sum:last-child {
  border-right: none;
}
.contactUser {
  height: 50px;
  padding: 0 20px;
  border-bottom: solid 1px #D2D2D2;
}
.contactUser .btn {
  padding: 6px 0;
  margin: 11px 0;
  width: 100%;
}
.contactUser .splitter {
  float: left;
  width: 50%;
}
.contactUser .splitter .follow {
  position: relative;
  right: 6px;
}
.contactUser .splitter .sendPM {
  position: relative;
  left: 6px;
}
.signature {
  border-bottom: solid 1px #D2D2D2;
  padding: 18px 12px;
  font-size: 14px;
}
.detail {
  border-bottom: solid 1px #D2D2D2;
}
.detail .detailInfo {
  padding: 12px 12px 0;
  position: relative;
}
.detail .detailInfo:last-child {
  padding-bottom: 12px;
}
.detail .detailInfo .userfieldtitle {
  display: block;
  float: left;
  width: 40%;
}
.detail .detailInfo .userprofilefield {
  display: block;
  float: right;
  font-weight: bold;
  width: 55%;
}
.profileMenu li {
  height: 50px;
  border-bottom: solid 1px #D2D2D2;
}
.profileMenu li div {
  display: block;
  height: 100%;
  line-height: 50px;
  font-size: 12px;
  padding: 0 20px 0 12px;
}
.profileMenu li div .labelCounter {
  float: right;
  border-radius: 3px;
  background: #e5e5e5;
  color: #888;
  padding: 6px;
  font-weight: bold;
  line-height: normal;
  margin: 12px 0;
}
.profileMenu li div .arrow {
  float: right;
  margin: 22px 0;
  text-indent: -9999px;
  background: url("../../images/mobile/arrow@2x.png") no-repeat -2px -34px;
  background-size: 10px 50px;
  display: block;
  width: 6px;
  height: 7px;
}
.list li:active {
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.threaduserLabel {
  padding: 0 10px;
  background: #d2d2d2;
  border: 1px solid #d2d2d2;
  color: #ffffff;
  height: 20px;
  line-height: 19px;
  border-radius: 5px;
  font-size: 11px;
}
.threaduserLabel.author {
  background: #00ace6;
  border: 1px solid #00ace6;
  color: #ffffff;
}
.threaduserLabel.answer {
  background: #8ec728;
  border: 1px solid #8ec728;
  color: #ffffff;
}
.noTransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.paddingBox {
  margin: 10px;
}
.noEditor {
  padding: 20px;
  text-align: center;
  background: #f0f0f0;
  margin: 0;
}
/* -- GUI - SHARED -- */
/* -- GUI - MOBILE FORUM -- */
.btn {
  display: block;
  border-radius: 6px;
  border: solid 1px #f2f2f2;
  text-align: center;
  text-decoration: none;
}
.btn.blue {
  border-color: #0096c9;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #00afe7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#38c4ed), color-stop(0%, #00b3e8), to(#00a1e2));
  background-image: -webkit-linear-gradient(#38c4ed, #00b3e8 0%, #00a1e2);
  background-image: -moz-linear-gradient(top, #38c4ed, #00b3e8 0%, #00a1e2);
  background-image: -o-linear-gradient(#38c4ed, #00b3e8 0%, #00a1e2);
  background-image: linear-gradient(#38c4ed, #00b3e8 0%, #00a1e2);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff38c4ed', endColorstr='#ff00a1e2', GradientType=0);
}
.btn.blue:active {
  background-color: #00a2dc;
  background-image: -moz-linear-gradient(top, #0098d5, #00b2e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0098d5), to(#00b2e7));
  background-image: -webkit-linear-gradient(top, #0098d5, #00b2e7);
  background-image: -o-linear-gradient(top, #0098d5, #00b2e7);
  background-image: linear-gradient(to bottom, #0098d5, #00b2e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0098d5', endColorstr='#ff00b2e7', GradientType=0);
}
.btn.green {
  border-color: #7cb517;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #93c930;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aed761), color-stop(0%, #97cc33), to(#82bf22));
  background-image: -webkit-linear-gradient(#aed761, #97cc33 0%, #82bf22);
  background-image: -moz-linear-gradient(top, #aed761, #97cc33 0%, #82bf22);
  background-image: -o-linear-gradient(#aed761, #97cc33 0%, #82bf22);
  background-image: linear-gradient(#aed761, #97cc33 0%, #82bf22);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaed761', endColorstr='#ff82bf22', GradientType=0);
}
.btn.green:active {
  background-color: #8fc72c;
  background-image: -moz-linear-gradient(top, #97cc33, #82bf22);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97cc33), to(#82bf22));
  background-image: -webkit-linear-gradient(top, #97cc33, #82bf22);
  background-image: -o-linear-gradient(top, #97cc33, #82bf22);
  background-image: linear-gradient(to bottom, #97cc33, #82bf22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97cc33', endColorstr='#ff82bf22', GradientType=0);
}
.btn.grey {
  border-color: #c5c5c5;
  color: #444;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #FFF, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #FFF, #f5f5f5);
  background-image: -o-linear-gradient(top, #FFF, #f5f5f5);
  background-image: linear-gradient(to bottom, #FFF, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
}
.btn.grey:active {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #DDD, #FFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DDD), to(#FFF));
  background-image: -webkit-linear-gradient(top, #DDD, #FFF);
  background-image: -o-linear-gradient(top, #DDD, #FFF);
  background-image: linear-gradient(to bottom, #DDD, #FFF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=0);
}
.btn_normal {
  font-size: 11px;
  padding: 6px 12px;
}
.btn_large {
  font-size: 13px;
  padding: 8px 16px;
}
.form input {
  width: 100%;
}
.form .intro {
  margin: 0 0 15px;
}
.form .item {
  margin-bottom: 10px;
  position: relative;
}
.form .item input[type="checkbox"] {
  display: block;
  float: left;
  width: auto;
  margin-right: 8px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
  display: block;
  height: 29px;
  padding: 0px 8px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="search"]:active {
  outline: 0;
  border-color: #0096c9;
  box-shadow: 0 0px 5px #50bbe0;
}
.maskedSubmit {
  position: relative;
}
.maskedSubmit input[type="submit"] {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 1px;
  width: 1px;
  visibility: hidden;
  z-index: -1;
  font-size: 1px;
  line-height: 1px;
  padding: 0;
  margin: 0;
}
input[type="checkbox"] {
  visibility: hidden;
  height: 20px !important;
  width: 20px !important;
  display: block;
}
input[type="checkbox"]::before {
  content: '';
  background-image: url("../../images/mobile/checkbox@2x.png");
  background-size: 100%;
  height: 20px;
  width: 20px;
  visibility: visible;
  display: block;
}
input[type="checkbox"]:checked::before {
  background-position: 0 -20px;
}
input[type="checkbox"] + label {
  line-height: 20px;
}
#search {
  display: none;
}
/***********************/
/****  SWITCH  *********/
/***********************/
.switch input {
  display: none;
}
/*.checkbox {
    input[type="checkbox"] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    input[type=checkbox] + label {
        padding-left: 28px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox]:checked + label {
        background-position: 0 -20px;
    }

    label {
        background-image: url("@{imagePath}/mobile/checkbox@2x.png");
        background-size: 20px;
    }
}*/
.on .cb-bg .on-bg {
  width: 54%;
}
.on .cb-bg .off-bg {
  width: 46%;
}
.off .cb-bg .on-bg {
  width: 46%;
}
.off .cb-bg .off-bg {
  width: 54%;
}
.cb-bg {
  position: relative;
  width: 76px;
  height: 25px;
}
.cb-bg .switch-bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 30;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
  line-height: 25px;
  text-align: center;
}
.cb-bg .switch-bg.on-bg {
  color: #fff;
  left: 0;
  border-radius: 6px 0 0 6px;
  background-image: -webkit-linear-gradient(top, #00b3e8, #00a2e2);
  background-image: -moz-linear-gradient(top, #00b3e8, #00a2e2);
}
.cb-bg .switch-bg.off-bg {
  color: #444444;
  right: 0;
  border-radius: 0 6px 6px 0;
  background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
  background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
}
.cb-bg .switchItem {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 50;
  cursor: pointer;
  line-height: 27px;
  text-align: center;
}
.cb-bg .switchItem.on {
  left: 0;
}
.cb-bg .switchItem.off {
  right: 0;
}
.cb-bg .switch-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 25px;
  z-index: 40;
  background: url("../../images/mobile/bg-cb-switch@2x.png") no-repeat 0 0;
  background-size: 100%;
  -webkit-transition: right 0.25s ease-in-out;
  -moz-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}
.cb-bg .switch-btn.off {
  right: 38px;
}
.cb-bg .switch-btn.on {
  right: 0;
}
.avatarHolder {
  border: solid 1px #c9c9c9;
  padding: 1px;
  position: relative;
}
.avatarHolder .ForumUserImageLabel {
  position: absolute;
  top: 3px;
  right: 3px;
}
.avatarHolder .avatar72 {
  width: 68px;
  height: 68px;
}
.avatarHolder .avatar55 {
  width: 51px;
  height: 51px;
}
.avatarHolder .avatar36 {
  width: 32px;
  height: 32px;
}
.default-avatar {
  border: 1px solid #C5C5C5;
  padding: 1px;
  background: #FFF;
}
/***************/
/** POLLS ******/
/***************/
#pollContent {
  margin: 20px 0px;
}
.pollHolder {
  padding: 0;
}
.pollHolder h4 {
  font-weight: bold;
}
.pollHolder ul li {
  list-style: none;
}
.pollList {
  margin: 5px 0 0;
}
.pollList li {
  border: none;
  padding: 6px 0px;
}
.pollResults {
  margin: 5px 0 0;
  line-height: 17px;
  list-style: none;
}
.pollResults li {
  padding: 1px 0;
  border: none;
  position: relative;
  list-style: none;
  background: none;
  margin-bottom: 5px;
}
.pollResults li:last-child {
  border-bottom: none;
}
.pollResults li .item {
  margin-bottom: 3px;
}
.pollResults .result {
  border-style: solid;
  border-width: 1px;
  border-color: #D2D2D2;
  border-radius: 5px;
  padding: 6px;
  position: relative;
}
.pollResults .bg_result {
  background-color: #D2EFFD;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.pollResults .pollAnswer {
  position: relative;
  z-index: 788;
  color: #333;
  max-width: 80%;
  float: left;
  margin: 0 6px 0 0;
}
.pollResults .pollVotes {
  position: relative;
  z-index: 788;
  color: #666;
}
.pollResults .pollPercent {
  position: relative;
  z-index: 788;
  color: #666;
}
.pollSubmit {
  padding: 0 12px;
}
.notification {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 8px;
}
.notification.notification--spacing,
.notification.generalErrorMsg {
  margin-bottom: 12px;
}
.notification.spacing {
  margin: 10px;
}
.notification p {
  margin: 0;
}
.notification ul li {
  list-style: square inside;
}
#content > .notification {
  margin: 10px;
}
.notification {
  color: #444;
}
.notification.red {
  background-color: #ffebe8;
  border-color: #db3d20;
}
.notification.green {
  background-color: #f2f7e8;
  border-color: #8fc027;
}
.notification.yellow {
  background-color: #ffe9ad;
  border-color: #fab319;
}
html.landscape .right,
body.landscape .right,
html.landscape .editorInput,
body.landscape .editorInput {
  max-height: 50px !important;
}
html.portrait .right,
body.portrait .right,
html.portrait .editorInput,
body.portrait .editorInput {
  max-height: 120px !important;
}
.editorHolder {
  background: #f4f4f4;
  padding: 10px 20px;
  margin-bottom: -20px;
  *zoom: 1;
}
.editorHolder:before,
.editorHolder:after {
  display: table;
  content: "";
  line-height: 0;
}
.editorHolder:after {
  clear: both;
}
.editorHolder .right {
  float: right;
  min-width: 74px;
  max-width: 30%;
  position: relative;
  min-height: 32px;
  height: 100%;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.editorHolder .right .btn.blue {
  width: 74px;
  height: 32px;
  float: right;
  padding: 8px;
  bottom: 0;
  position: absolute;
  outline: none;
}
.editorHolder .right .btn.blue.loading {
  color: transparent !important;
  /* to prevent from overruling in custom css */
  text-shadow: none;
}
.editorHolder .right .btn.blue.loading:before {
  content: '';
  background: url("../../images/loading.gif") no-repeat center;
  background-size: 16px 11px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.editorHolder .left {
  overflow: hidden;
  padding: 0 3px 0 0;
  min-height: 32px;
  position: relative;
}
.editorHolder .left .editorInput {
  width: 100%;
  margin: 0 80px 0 0;
  float: left;
  padding: 10px 10px 5px 10px;
  outline: none;
  resize: none;
  border: solid 1px #c5c5c5;
  background: #fff;
  border-radius: 6px;
  height: 32px;
  left: 0;
  top: auto;
  right: 3px;
  bottom: 0;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
  position: relative;
}
#createPost .notificationHolder {
  margin: 0 0 10px;
}
.searchBox {
  background: #E9E9E9;
  border-bottom: solid 1px #d2d2d2;
  height: 44px;
  padding: 7px 20px 0;
}
.searchBox .searchHolder {
  border: solid 1px #c5c5c5;
  border-radius: 4px;
  background: #FFF;
  background: url("../../images/mobile/search-icon@2x.png") no-repeat #fff;
  background-size: 14px auto;
  background-position: 6px 7px;
  padding: 0 0 0 24px;
  position: relative;
}
.searchBox .searchHolder input[type="search"] {
  background-color: white;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  height: 28px;
  width: 100%;
}
.searchBox .searchHolder .searchbtn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 41px;
}
.searchBox.onSearchPage {
  background: #f9f9f9;
  border-bottom: 0;
  padding: 0;
  height: auto;
}
.searchBox.onSearchPage .searchForm {
  margin: 10px;
}
.searchBox.onSearchPage .searchForm .searchHolder {
  position: relative;
}
.searchBox.onSearchPage .searchForm .searchHolder .searchBTN {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  display: block;
  border: solid 1px #008bb8;
  margin: -1px -1px 0px 0px;
  height: 30px;
  width: 20%;
  max-width: 46px;
  cursor: pointer;
  text-indent: -9999px;
  text-align: left;
  background: url("../../images/icon_search.png") no-repeat center #00ace6;
  font-size: 0;
  line-height: 0;
}
.mediaContainer {
  margin-top: 20px;
}
.mediaContainer .mediaHolder {
  float: left;
  margin-left: 5px;
}
.mediaContainer .mediaHolder:first-child {
  margin-left: 0;
}
.mediaContainer h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.mediaContainer .imageHolder img {
  max-height: 70px;
  max-width: 100px;
}
.loginBox .intro,
.registerBox .intro,
.forgotPasswordBox .intro {
  margin: 0 0 15px;
}
.loginBox .memberlogin,
.registerBox .memberlogin,
.forgotPasswordBox .memberlogin,
.loginBox .memberregister,
.registerBox .memberregister,
.forgotPasswordBox .memberregister,
.loginBox .memberforgotpassword,
.registerBox .memberforgotpassword,
.forgotPasswordBox .memberforgotpassword {
  overflow: hidden;
}
.loginBox .footerlinks,
.registerBox .footerlinks,
.forgotPasswordBox .footerlinks {
  margin-top: 30px;
  text-align: center;
}
.loginBox .footerlinks .sep,
.registerBox .footerlinks .sep,
.forgotPasswordBox .footerlinks .sep {
  margin: 0 15px;
}
.loginBox .error,
.registerBox .error,
.forgotPasswordBox .error {
  margin-bottom: 10px;
}
.loginBox .socialHolder {
  margin-bottom: 15px;
}
.loginBox .socialHolder .socialButtons > span {
  margin-top: 10px;
  font-weight: bold;
}
.loginBox .socialHolder .socialButtons > span:first-child {
  margin-top: 0;
}
.loginBox .loginSplit {
  text-align: center;
  height: 1px;
  background: #d2d2d2;
  margin: 25px 0;
  position: relative;
}
.loginBox .loginSplit span {
  position: relative;
  top: -8px;
  background: #fff;
  padding: 0 3px;
  color: #888888;
}
.loginBox .memberlogin.withSSO {
  margin-top: 40px;
}
.loginBox .memberlogin .subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}
.loginBox .memberlogin .loginBTN {
  font-weight: bold;
}
.registerBox .memberregister .signupBTN {
  margin-top: 10px;
}
.facebookBTN {
  display: inline-block;
  height: 30px;
  width: 100%;
  padding: 8px 7px 0 0;
  text-align: center;
  color: #FFF;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #6479a1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
}
.facebookBTN:before {
  content: "";
  display: block;
  background: url("../../images/mobile/facebook@2x.png");
  background-size: 8px 16px;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 10px;
}
.facebookBTN:active,
.facebookBTN:hover,
.facebookBTN.active {
  background-color: #7385a8;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
}
.twitterBTN {
  display: inline-block;
  height: 30px;
  width: 100%;
  padding: 7px 7px 0 38px;
  text-align: center;
  color: #FFF;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #5ccdf3;
  background: -moz-linear-gradient(top, #5ccdf3 0%, #50c2e9 3%, #42b4e4 97%, #44baea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ccdf3), color-stop(3%, #50c2e9), color-stop(97%, #42b4e4), color-stop(100%, #44baea));
  background: -webkit-linear-gradient(top, #5ccdf3 0%, #50c2e9 3%, #42b4e4 97%, #44baea 100%);
  background: -o-linear-gradient(top, #5ccdf3 0%, #50c2e9 3%, #42b4e4 97%, #44baea 100%);
  background: -ms-linear-gradient(top, #5ccdf3 0%, #50c2e9 3%, #42b4e4 97%, #44baea 100%);
  background: linear-gradient(top bottom, #5ccdf3 0%, #50c2e9 3%, #42b4e4 97%, #44baea 100%);
  border: 1px solid #42a1c5;
  border-top-color: #57a6c1;
  border-bottom-color: #3997bd;
  border-radius: 3px 2px 2px 3px;
  box-shadow: 0px 1px 3px #888;
}
.twitterBTN:before {
  content: "";
  display: block;
  background: url("../../images/mobile/sprite_social@2x.png");
  background-size: 200%;
  background-position: 0 30px;
  width: 31px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.twitterBTN:active,
.twitterBTN:hover,
.twitterBTN.active {
  background: #b5edff;
  background: -moz-linear-gradient(top, #b5edff 0%, #a2dbf0 3%, #59c0e7 97%, #5acaf3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5edff), color-stop(3%, #a2dbf0), color-stop(97%, #59c0e7), color-stop(100%, #5acaf3));
  background: -webkit-linear-gradient(top, #b5edff 0%, #a2dbf0 3%, #59c0e7 97%, #5acaf3 100%);
  background: -o-linear-gradient(top, #b5edff 0%, #a2dbf0 3%, #59c0e7 97%, #5acaf3 100%);
  background: -ms-linear-gradient(top, #b5edff 0%, #a2dbf0 3%, #59c0e7 97%, #5acaf3 100%);
  background: linear-gradient(to bottom, #b5edff 0%, #a2dbf0 3%, #59c0e7 97%, #5acaf3 100%);
  border-top-color: #819fb5;
  border-bottom-color: #4180a0;
}
.twitterBTN:active:before,
.twitterBTN:hover:before,
.twitterBTN.active:before {
  background-position: 31px 30px;
}
.linkedinBTN {
  display: inline-block;
  height: 30px;
  width: 100%;
  padding: 8px 7px 0 0;
  text-align: center;
  color: #FFF;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #418bbd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #418bbd 0%, #316ca9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #418bbd), color-stop(100%, #316ca9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #418bbd 0%, #316ca9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #418bbd 0%, #316ca9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #418bbd 0%, #316ca9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #418bbd 0%, #316ca9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#418bbd', endColorstr='#316ca9', GradientType=0);
  /* IE6-9 */
}
.linkedinBTN:before {
  content: "";
  display: block;
  background: url("../../images/mobile/linkedin@2x.png");
  background-size: 17px 16px;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 10px;
}
.linkedinBTN:active,
.linkedinBTN:hover,
.linkedinBTN.active {
  background: #418bbd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #316ca9 0%, #418bbd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #316ca9), color-stop(100%, #418bbd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #316ca90 0%, #418bbd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #316ca9 0%, #418bbd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #316ca9 0%, #418bbd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #316ca9 0%, #418bbd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#316ca9', endColorstr='#418bbd', GradientType=0);
  /* IE6-9 */
}
#customfield .item .label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}
#customfield .item .content .custom-radio,
#customfield .item .content .custom-checkbox {
  margin-bottom: 10px;
}
#customfield .item .content input[type="radio"],
#customfield .item .content input[type="checkbox"] {
  width: auto;
  margin-right: 6px;
}
#mainMenu {
  position: fixed;
  width: 262px;
  height: 100%;
  top: 0;
  background: #f9f9f9;
  left: -262px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mainMenu.open {
  left: 0;
  overflow-x: hidden;
}
#mainMenu .loginBox {
  border-bottom: solid 1px #d2d2d2;
  padding: 20px;
}
#mainMenu .loginBox h3 {
  margin: 0 0 6px 0;
}
#mainMenu .loginBox p {
  margin: 0 0 12px 0;
}
#mainMenu .loginBox .btn {
  padding: 6px;
}
#mainMenu .my-profile {
  background: #F9F9F9;
  padding: 10px 20px;
  border-bottom: solid 1px #d2d2d2;
  overflow: hidden;
}
#mainMenu .my-profile .avatar {
  border: 1px solid #C5C5C5;
  padding: 1px;
  background: #FFF;
  max-width: 50px;
  float: left;
  margin-right: 10px;
}
#mainMenu .my-profile span {
  float: left;
  line-height: 50px;
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
#mainMenu .mainMenu li {
  height: 44px;
  border-bottom: solid 1px #d2d2d2;
  box-shadow: inset 0 1px 1px #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}
#mainMenu .mainMenu li.profileItem {
  line-height: 44px;
  *zoom: 1;
}
#mainMenu .mainMenu li.profileItem:before,
#mainMenu .mainMenu li.profileItem:after {
  display: table;
  content: "";
  line-height: 0;
}
#mainMenu .mainMenu li.profileItem:after {
  clear: both;
}
#mainMenu .mainMenu li.profileItem .avatarHolder60 {
  border-radius: 13px;
  border: none;
  width: 26px;
  height: 26px;
  margin: 9px 10px;
  float: left;
  padding: 0;
}
#mainMenu .mainMenu li.profileItem .avatarHolder60 .avatar60 {
  border-radius: 13px;
  width: 26px;
  height: 26px;
}
#mainMenu .mainMenu li.profileItem .avatarHolder60 .ForumUserImageLabel {
  top: -3px;
  right: -3px;
}
#mainMenu .mainMenu li.profileItem .ForumUserImageLabel {
  width: 14px;
  height: 14px;
}
#mainMenu .mainMenu li:active {
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#mainMenu .mainMenu li .avatarHolder {
  width: 60px;
  height: 60px;
}
#mainMenu .mainMenu li > span {
  display: block;
  line-height: 44px;
  color: #444444;
}
#mainMenu .mainMenu li > span .icon {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  background: url("../../images/mobile/nav-icons@2x.png") no-repeat;
  background-size: 30px auto;
  background-position: -2px -2px;
  margin: 9px 10px 0 0;
}
#mainMenu .mainMenu li > span.inbox .labelCounter {
  margin: 0 0 0 6px;
  color: #00ace6;
}
#mainMenu .mainMenu li > span.inbox .icon {
  background-position: -2px -32px;
}
#mainMenu .mainMenu li > span.participate .icon {
  background-position: -2px -2px;
}
#mainMenu .mainMenu li > span.Ask .icon {
  background-position: -2px -62px;
}
#mainMenu .mainMenu li > span.overview .icon {
  background-position: -2px -92px;
}
#mainMenu .mainMenu li > span.recently .icon {
  background-position: -2px -122px;
}
#mainMenu .mainMenu li > span.unanswered .icon {
  background-position: -2px -152px;
}
#mainMenu .mainMenu li > span.blogoverview .icon {
  background-position: -2px -182px;
}
#mainMenu .mainMenu li > span.researchoverview .icon {
  background-position: -2px -212px;
}
#mainMenu .logOut {
  display: block;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  font-style: italic;
  font-size: 12px;
  color: #444444;
}
#mainMenu .borderBottom {
  border-bottom: 1px solid #d2d2d2;
}
#mainMenu .submenu {
  margin: 20px 0 54px 0;
}
#mainMenu .submenu li a {
  text-align: center;
  display: block;
  line-height: 18px;
}
.mobileOverview .item,
.forumOverview .item,
.forumList .item {
  border-bottom: solid 1px #D2D2D2;
  margin: 0;
  list-style-type: none;
}
.mobileOverview .item .row,
.forumOverview .item .row,
.forumList .item .row {
  background: #ffffff;
  display: block;
  line-height: 60px;
  padding: 0 20px;
  position: relative;
  *zoom: 1;
}
.mobileOverview .item .row:before,
.forumOverview .item .row:before,
.forumList .item .row:before,
.mobileOverview .item .row:after,
.forumOverview .item .row:after,
.forumList .item .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.mobileOverview .item .row:after,
.forumOverview .item .row:after,
.forumList .item .row:after {
  clear: both;
}
.mobileOverview .item .row:active,
.forumOverview .item .row:active,
.forumList .item .row:active,
.mobileOverview .item .row.active,
.forumOverview .item .row.active,
.forumList .item .row.active {
  background: #f2f2f2;
}
.mobileOverview .item.navigation,
.forumOverview .item.navigation,
.forumList .item.navigation {
  display: none;
}
.mobileOverview .item.sticky .row,
.forumOverview .item.sticky .row,
.forumList .item.sticky .row {
  background-color: #eff7fa;
}
.mobileOverview .item.sticky .row:active,
.forumOverview .item.sticky .row:active,
.forumList .item.sticky .row:active,
.mobileOverview .item.sticky .row.active,
.forumOverview .item.sticky .row.active,
.forumList .item.sticky .row.active {
  background: #dcedf4;
}
.forumInfo {
  line-height: 18px;
  margin: 12px 0;
  float: left;
  width: 90%;
}
.forumInfo h3 {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  max-height: 36px;
}
.forumInfo p,
.forumInfo .unreadPostCounterForums,
.forumInfo .js-unreadPostCounterOverview {
  color: #888888;
  font-size: 12px;
}
.forumInfo div.js-unreadPostCounterOverview a {
  color: #888888;
}
.icon.arrow {
  position: absolute;
  right: 20px;
  color: #00ace6;
  font-size: 12px;
  font-weight: bold;
  top: 50%;
  line-height: 12px;
  margin-top: -5px;
}
.forumOverview .item:first-child,
.mobileOverview .item:first-child,
.forumList .item:first-child {
  border-top: 2px solid #D2D2D2;
}
.pullToLoad #infscr-loading,
.pullToLoad .theEnd {
  background: #f9f9f9;
  text-align: center;
  padding: 15px;
}
.pullToLoad .theEnd {
  display: none;
}
.pullToLoad #infscr-loading img {
  width: 16px;
  height: 16px;
}
div.time {
  display: inline;
}
.profile-cont {
  font-size: 0.8em;
}
.profile-cont h1 {
  padding: 10px 20px;
}
.profile-cont h2 {
  padding: 10px 20px;
  border-bottom: 1px solid #C5C5C5;
  color: #444444;
}
.profile-cont hr {
  border-top: 0;
  border-bottom: 1px solid #C5C5C5;
  margin: 0;
}
.profile-cont hr.blank-spacer {
  height: 7px;
  background: #eff3f6;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #d5d7db;
  border-bottom: 1px solid #d5d7db;
  box-shadow: none;
}
.profile-cont .baloon {
  display: none;
}
.profile-cont .userLevel {
  text-indent: -9999px;
  background: url("../../images/sprite_reputation.png");
  background-position: -4px -3px;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 3px;
}
.profile-cont .avatar {
  overflow: hidden;
  position: relative;
}
.profile-cont .avatar__label {
  position: absolute;
  top: 3px;
  right: 3px;
}
.profile-cont .avatar__img {
  border: 1px solid #C5C5C5;
  padding: 1px;
  background: #FFF;
  max-width: 50px;
}
.profile-cont .profile-counters {
  overflow: hidden;
  background: #f0f2f6;
  border-top: 1px solid #d5d7db;
  border-bottom: 1px solid #d5d7db;
}
.profile-cont .profile-counters a {
  display: block;
  color: #444;
}
.profile-cont .profile-counters .counter {
  padding: 10px 0;
  width: 33.33%;
  float: left;
  overflow: hidden;
  border-left: 1px solid #C5C5C5;
}
.profile-cont .profile-counters .counter span {
  font-size: 1.4em;
  padding: 0 20px;
  display: block;
  font-weight: bold;
}
.profile-cont .profile-counters .counter span.label {
  font-size: 1.2em;
  font-weight: normal;
}
.profile-cont .profile-counters .counter.no-border {
  border: 0;
}
.profile-cont .conversation {
  border-bottom: 1px solid #CCC;
}
.profile-cont .message-box__body {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  overflow: hidden;
}
.profile-cont .message-box__username {
  font-weight: bold;
}
.profile-cont .message-box__time {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #999;
  font-size: 10px;
  line-height: 10px;
}
.profile-cont .message-box__intro {
  color: #333;
}
.profile-cont .avatar {
  margin-right: 10px;
  float: left;
}
.profile-main-desc {
  padding: 10px 20px;
  overflow: hidden;
  clear: both;
}
.profile-main-desc .badgeContainer img {
  width: 14px;
}
.profile-main-desc .user-desc {
  float: left;
}
.profile-main-desc .user-desc h3 {
  color: #1dadf5;
}
.profile-main-desc .user-desc > div {
  margin-bottom: 4px;
}
.profile-main-desc .user-desc .user-meta-desc {
  overflow: hidden;
  clear: both;
}
.profile-main-desc .user-desc .user-badges {
  clear: both;
}
.profile-main-desc .user-desc .user-badges .badgeHolder figure {
  float: left;
  margin-right: 5px;
}
.profile-messages {
  padding: 10px 20px;
  border-bottom: 1px solid #d5d7db;
}
.profile-messages div.link {
  display: block;
  width: 100%;
  font-size: 1.2em;
  overflow: hidden;
  line-height: 20px;
}
.profile-messages div.link span {
  float: right;
  line-height: 10px;
  background: #F5F5F5;
  padding: 7px 10px;
  margin: 0;
  border-radius: 2px;
  color: #333;
  font-weight: bold;
}
.profile-messages div.link span.message-label__new {
  color: #FFF;
  background-color: #333;
}
.profile-messages a.btn {
  padding: 7px;
  font-weight: bold;
}
.profile-signature {
  padding: 10px 20px;
  border-bottom: 1px solid #C5C5C5;
}
.profile-details {
  padding: 10px 20px 0 20px;
  border-bottom: 1px solid #C5C5C5;
}
.profile-details .detail {
  border: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.profile-details .detail span {
  display: block;
  float: right;
}
.profile-details .detail .label {
  width: 35%;
  border: 0;
}
.profile-details .detail .value {
  width: 65%;
  font-weight: bold;
}
.profile-cntrls {
  padding: 10px 20px;
}
.profile-cntrls a {
  color: #1dadf5;
}
.inbox-cont {
  font-size: 0.8em;
}
.inbox-cont h1 {
  padding: 10px 20px;
}
.inbox-cont h2 {
  padding: 10px 20px;
  border-bottom: 1px solid #C5C5C5;
  color: #444444;
}
.inbox-cont hr {
  border-top: 0;
  border-bottom: 1px solid #C5C5C5;
  margin: 0;
}
.inbox-cont hr.blank-spacer {
  height: 7px;
  background: #eff3f6;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #d5d7db;
  border-bottom: 1px solid #d5d7db;
  box-shadow: none;
}
.inbox-cont .baloon {
  display: none;
}
.inbox-cont .userLevel {
  text-indent: -9999px;
  background: url("../../images/sprite_reputation.png");
  background-position: -4px -3px;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 3px;
}
.inbox-cont .avatar {
  overflow: hidden;
  position: relative;
}
.inbox-cont .avatar__label {
  position: absolute;
  top: 3px;
  right: 3px;
}
.inbox-cont .avatar__img {
  border: 1px solid #C5C5C5;
  padding: 1px;
  background: #FFF;
  max-width: 35px;
}
.inbox-cont .inbox-counters {
  overflow: hidden;
  background: #f0f2f6;
  border-top: 1px solid #d5d7db;
  border-bottom: 1px solid #d5d7db;
}
.inbox-cont .inbox-counters a {
  display: block;
  color: #444;
}
.inbox-cont .inbox-counters .counter {
  padding: 10px 0;
  width: 33.33%;
  float: left;
  overflow: hidden;
  border-left: 1px solid #C5C5C5;
}
.inbox-cont .inbox-counters .counter span {
  font-size: 1.4em;
  padding: 0 20px;
  display: block;
  font-weight: bold;
}
.inbox-cont .inbox-counters .counter span.label {
  font-size: 1.2em;
  font-weight: normal;
}
.inbox-cont .inbox-counters .counter.no-border {
  border: 0;
}
.inbox-cont .conversation {
  border-bottom: 1px solid #CCC;
}
.inbox-cont .message-box__body {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  overflow: hidden;
}
.inbox-cont .message-box__username {
  font-weight: bold;
}
.inbox-cont .message-box__time {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #999;
  font-size: 10px;
  line-height: 10px;
}
.inbox-cont .message-box__intro {
  color: #333;
}
.inbox-cont .avatar {
  float: left;
  margin-right: 10px;
  max-height: 35px;
}
.inbox-conversations li {
  padding: 10px 20px;
  overflow: hidden;
}
.conversation-cont {
  font-size: 0.8em;
}
.conversation-cont h1 {
  padding: 10px 20px;
}
.conversation-cont h2 {
  padding: 10px 20px;
  border-bottom: 1px solid #C5C5C5;
  color: #444444;
}
.conversation-cont hr {
  border-top: 0;
  border-bottom: 1px solid #C5C5C5;
  margin: 0;
}
.conversation-cont hr.blank-spacer {
  height: 7px;
  background: #eff3f6;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #d5d7db;
  border-bottom: 1px solid #d5d7db;
  box-shadow: none;
}
.conversation-cont .baloon {
  display: none;
}
.conversation-cont .userLevel {
  text-indent: -9999px;
  background: url("../../images/sprite_reputation.png");
  background-position: -4px -3px;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 3px;
}
.conversation-cont .avatar {
  overflow: hidden;
  position: relative;
}
.conversation-cont .avatar__label {
  position: absolute;
  top: 3px;
  right: 3px;
}
.conversation-cont .avatar__img {
  border: 1px solid #C5C5C5;
  padding: 1px;
  background: #FFF;
  max-width: 35px;
}
.conversation-cont .conversation-counters {
  overflow: hidden;
  background: #f0f2f6;
  border-top: 1px solid #d5d7db;
  border-bottom: 1px solid #d5d7db;
}
.conversation-cont .conversation-counters a {
  display: block;
  color: #444;
}
.conversation-cont .conversation-counters .counter {
  padding: 10px 0;
  width: 33.33%;
  float: left;
  overflow: hidden;
  border-left: 1px solid #C5C5C5;
}
.conversation-cont .conversation-counters .counter span {
  font-size: 1.4em;
  padding: 0 20px;
  display: block;
  font-weight: bold;
}
.conversation-cont .conversation-counters .counter span.label {
  font-size: 1.2em;
  font-weight: normal;
}
.conversation-cont .conversation-counters .counter.no-border {
  border: 0;
}
.conversation-cont .conversation {
  border-bottom: 1px solid #CCC;
}
.conversation-cont .message-box__body {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  overflow: hidden;
}
.conversation-cont .message-box__username {
  font-weight: bold;
}
.conversation-cont .message-box__time {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #999;
  font-size: 10px;
  line-height: 10px;
}
.conversation-cont .message-box__intro {
  color: #333;
}
.conversation-cont .avatar {
  float: left;
  margin-right: 10px;
  max-height: 35px;
}
.conversation-messages li {
  padding: 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #DDD;
}
.conversation-messages .message-box--even {
  background: #F9F9F9;
}
.conversation-messages .message-box--odd {
  background: #FFFFFF;
}
.conversation-editor__notify {
  padding: 10px 20px;
  background: #F9F9F9;
}
img {
  max-width: 100%;
}
/* -- GUI - MOBILE FORUM -- */
.bb-spoiler-container {
  padding: 6px;
  background: #f3f3f3;
  position: relative;
}
.bb-spoiler-container .bb-spoiler-head-hide,
.bb-spoiler-container .bb-spoiler-head-show {
  cursor: pointer;
  color: #1dadf5;
}
.bb-spoiler-container div.bb-spoiler-content {
  position: relative;
  display: none;
}
.bb-spoiler-container label.bb-spoiler-head-show {
  display: none;
}
.bb-spoiler-container > input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100% !important;
  height: 100% !important;
  visibility: visible;
  display: block;
  opacity: 0;
}
.bb-spoiler-container > input[type=checkbox]:checked ~ .bb-spoiler-content {
  display: block;
}
.bb-spoiler-container > input[type=checkbox]:checked ~ .bb-spoiler-head-hide {
  display: none;
}
.bb-spoiler-container > input[type=checkbox]:checked ~ .bb-spoiler-head-show {
  display: block;
}
.bb-spoiler-container.bb-spoiler--show .bb-spoiler-content {
  display: block;
}
.bb-spoiler-container.bb-spoiler--show .bb-spoiler-head-hide {
  display: none;
}
.bb-spoiler-container.bb-spoiler--show .bb-spoiler-head-show {
  display: block;
}
.new .questionSwitch {
  float: right;
}
.new .questionSwitch .labelSwitch {
  float: left;
  margin: 0 6px 0 0;
  line-height: 27px;
}
.new .questionSwitch .switch {
  display: inline-block;
}
.new .questionSwitch .switch input[type="checkbox"] {
  display: none;
}
.new .forumSelector,
.new .title,
.new .content {
  border-bottom: solid 1px #d2d2d2;
  padding: 0 10px;
}
.new .forumSelector select {
  -webkit-appearance: none;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 11px 0;
}
.new .title input {
  border: none;
  background: none;
  height: 40px;
  width: 100%;
  outline: none;
  padding: 0;
}
.new .content textarea {
  border: none;
  background: none;
  width: 100%;
  outline: none;
  resize: none;
  overflow: hidden;
  display: block;
  margin: 15px 0;
  min-height: 10px;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.new .submitBox {
  padding: 12px 20px;
}
.new .submitBox .btn {
  padding: 8px 20px;
}
.new .notificationHolder {
  padding: 12px 10px;
  border-bottom: solid 1px #d2d2d2;
}
.new .notificationHolder .notification {
  position: relative;
}
.new .notificationHolder .notification.red .close {
  color: #db3d20;
  font-weight: bold;
}
.new .notificationHolder .notification .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.new .notificationHolder .notification ul li {
  list-style-type: square;
  list-style-position: inside;
}
/* -- SECTIONS -- */
