/*Instant Messenger*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');
#buddy_list_tab {
  background-color: #9ac1f7;
}
#buddy_list_tab.focused {
  background-color: #8cb8f6;
}
#buddy_list_tab.hover {
  background-color: #8cb8f6;
}
.tab_handle.highlight.disabled,
.tab_handle.highlight {
  border-color: #9ac1f7;
}
.tab_button_div,
.chat_header {
  background-color: #9ac1f7;
}
h5.self {
  color: #9ac1f7;
}
.tab_button_div.hover {
  background-color: #8cb8f6;
}
#presence #buddy_list_tab,
#chat_tab_bar .chat_header_name {
  color: #ffffff !important;
}
.header_buttons {
  filter: brightness(70%);
}
.tagged-user-dropdown-shadow {
  -webkit-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.2), 0 0.2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.2), 0 0.2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.2), 0 0.2px 2px 0 rgba(0, 0, 0, 0.2);
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.7);
  background-color: #0e0c17;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #9ac1f7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f9fbfe;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #0e0c17;
  border: 1px solid #ddd;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #26213f;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #9ac1f7;
}
a.text-primary:hover {
  color: #6ba4f3;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #9ac1f7;
}
a.bg-primary:hover {
  background-color: #6ba4f3;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: rgba(230, 230, 230, 0.7);
  background-color: #372f5a;
  border-radius: 5px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: rgba(230, 230, 230, 0.7);
  background-color: #372f5a;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #777777;
  border-radius: 5px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #0e0c17;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.7);
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: rgba(255, 255, 255, 0.3);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 44px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.editable-has-error .help-block,
.has-error .control-label,
.editable-has-error .control-label,
.has-error .radio,
.editable-has-error .radio,
.has-error .checkbox,
.editable-has-error .checkbox,
.has-error .radio-inline,
.editable-has-error .radio-inline,
.has-error .checkbox-inline,
.editable-has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control,
.editable-has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.editable-has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon,
.editable-has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback,
.editable-has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fafafa;
  border-color: #c7c7c7;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #9ac1f7;
  border-color: #c9defb;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #91bbf6;
  border-color: #c0d8fa;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #9ac1f7;
  border-color: #c9defb;
}
.btn-primary .badge {
  color: #9ac1f7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #55b555;
  border-color: #49a749;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #9bd8eb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #53bddc;
  border-color: #92d5e9;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #9bd8eb;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #efa945;
  border-color: #ed9e2d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d74b47;
  border-color: #d33632;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #9ac1f7;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #f9fbfe;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #26213f;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(154, 193, 247, 0.1);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #9ac1f7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 10px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 10px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  background-color: #161324;
  border: 1px solid #26213f;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #9ac1f7;
  border-color: #9ac1f7;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border-color: #26213f;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #9ac1f7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #6ba4f3;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #9ac1f7;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #0e0c17;
  border: 1px solid #ddd;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #9ac1f7;
}
.thumbnail .caption {
  padding: 9px;
  color: rgba(255, 255, 255, 0.7);
}
.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: normal;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: rgba(92, 184, 92, 0.25);
  border-color: rgba(92, 184, 92, 0.35);
  color: #ffffff;
}
.alert-success hr {
  border-top-color: rgba(76, 174, 76, 0.35);
}
.alert-success .alert-link {
  color: #ffccff;
}
.alert-info {
  background-color: rgba(91, 192, 222, 0.25);
  border-color: rgba(91, 192, 222, 0.35);
  color: #ffffff;
}
.alert-info hr {
  border-top-color: rgba(70, 184, 218, 0.35);
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: rgba(240, 173, 78, 0.25);
  border-color: rgba(240, 173, 78, 0.35);
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: rgba(238, 162, 54, 0.35);
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: rgba(217, 83, 79, 0.25);
  border-color: rgba(217, 83, 79, 0.35);
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: rgba(212, 63, 58, 0.35);
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #0e0c17;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #9ac1f7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #9ac1f7;
  border-color: #9ac1f7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 0px;
}
.panel-heading {
  padding: 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 0px;
  background-color: rgba(154, 193, 247, 0.1);
  border-top: 1px solid rgba(154, 193, 247, 0.1);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid rgba(154, 193, 247, 0.1);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(154, 193, 247, 0.1);
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: inherit;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: #9ac1f7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #9ac1f7;
  border-color: #9ac1f7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9ac1f7;
}
.panel-primary > .panel-heading .badge {
  color: #9ac1f7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #9ac1f7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid transparent;
  min-height: 11.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid transparent;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 80%;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-decoration: none;
  background-color: #222222;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222222;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #222222;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #222222;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222222;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222222;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222222;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222222;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222222;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1039;
  display: none;
  max-width: 350px;
  padding: 1px;
  text-align: left;
  background-color: #161324;
  background-clip: padding-box;
  border: 1px solid #26213f;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #100e1a;
  border-bottom: 1px solid #06050a;
  border-radius: 9px 9px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #000000;
  border-top-color: #26213f;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #161324;
}
.popover.right > .arrow {
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #000000;
  border-right-color: #26213f;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #161324;
}
.popover.bottom > .arrow {
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #000000;
  border-bottom-color: #26213f;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #161324;
}
.popover.left > .arrow {
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #000000;
  border-left-color: #26213f;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #161324;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@-moz-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px;
}
.tokenfield.focus {
  border-color: rgba(255, 255, 255, 0.3);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.tokenfield .token {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}
.tokenfield .token:hover {
  border-color: #b9b9b9;
}
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}
.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.has-warning .tokenfield.focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .tokenfield.focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .tokenfield.focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.tokenfield.input-sm,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px;
}
.input-group-sm .token,
.tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px;
}
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
}
.tokenfield.input-lg,
.input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px;
}
.input-group-lg .token,
.tokenfield.input-lg .token {
  height: 25px;
}
.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
  line-height: 23px;
}
.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
  line-height: 1.3em;
}
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}
.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}
.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px;
}
/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
/* General Typeahead styling, from http://jsfiddle.net/ragulka/Dy9au/1/ */
.twitter-typeahead {
  width: 100%;
  position: relative;
  vertical-align: top;
}
.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  margin: 0;
  width: 100%;
  vertical-align: middle;
  background-color: transparent;
}
.twitter-typeahead .tt-hint {
  color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  border: 1px solid transparent;
}
.twitter-typeahead .tt-input {
  color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.twitter-typeahead .input-sm.tt-input,
.twitter-typeahead .hint-sm.tt-hint {
  border-radius: 3px;
}
.twitter-typeahead .input-lg.tt-input,
.twitter-typeahead .hint-lg.tt-hint {
  border-radius: 6px;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-radius: 4px 0 0 4px !important;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 4px 4px 0 !important;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-radius: 3px 0 0 3px !important;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 3px 3px 0 !important;
}
.input-sm.tt-input,
.hint-sm.tt-hint,
.input-group.input-group-sm .tt-input,
.input-group.input-group-sm .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-radius: 6px 0 0 6px !important;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 6px 6px 0 !important;
}
.input-lg.tt-input,
.hint-lg.tt-hint,
.input-group.input-group-lg .tt-input,
.input-group.input-group-lg .tt-hint {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.tt-dropdown-menu {
  width: 100%;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #161324;
  border: 1px solid #ccc;
  border: 1px solid #26213f;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(154, 193, 247, 0.1) 0%, rgba(130, 178, 245, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(154, 193, 247, 0.1) 0%, rgba(130, 178, 245, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(154, 193, 247, 0.1) 0%, rgba(130, 178, 245, 0.1) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a9ac1f7', endColorstr='#1a82b2f5', GradientType=0);
}
.tt-suggestion.tt-cursor a {
  color: #161324;
}
.tt-suggestion p {
  margin: 0;
}
/* Tokenfield-specific Typeahead styling */
.tokenfield .twitter-typeahead {
  width: auto;
}
.tokenfield .twitter-typeahead .tt-hint {
  padding: 0;
  height: 20px;
}
.tokenfield.input-sm .twitter-typeahead .tt-input,
.tokenfield.input-sm .twitter-typeahead .tt-hint {
  height: 18px;
  font-size: 12px;
  line-height: 1.5;
}
.tokenfield.input-lg .twitter-typeahead .tt-input,
.tokenfield.input-lg .twitter-typeahead .tt-hint {
  height: 23px;
  font-size: 18px;
  line-height: 1.33;
}
.tokenfield .twitter-typeahead .tt-suggestions {
  font-size: 14px;
}
.reset {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: normal;
  font-weight: normal;
}
html,
body {
  font-style: normal;
  font-weight: normal;
}
.wt-box-shadow-normal {
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
}
.wt-box-shadow-medium {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.wt-box-shadow-large {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}
.button-shadow-overlay {
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.16), 0px 0px 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.16), 0px 0px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.16), 0px 0px 2px 0 rgba(0, 0, 0, 0.12);
  transform: scale(1.015);
}
/*
.container {
	@media @mobile {
		width: 100%;
	}
}
*/
.wt-body .badge {
  background-color: #9ac1f7;
  color: #000000;
  padding: 2px 5px;
  margin-left: 5px;
  font-weight: normal;
  font-size: 12px;
}
.header-image {
  display: none !important;
}
.wt-body {
  color: rgba(255, 255, 255, 0.7);
  background: #0e0c17;
  position: relative;
}
.wt-body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: default_value;
  background-repeat: repeat;
  background-position-y: top;
  background-position-x: center;
  background-attachment: scroll;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .padding-small,
  html .container.events .upcoming-events,
  html #feed-main > .col-xs-12,
  html .wt-body .post-body,
  html .wt-profile-page form#threadsResult .panel-pagination > .pagination,
  html .wt-profile-page > .col-sm-3.custom-field,
  html .wt-profile-page .profile-content > .col-sm-3.custom-field,
  html .container > #approval_queue #feed-main > .col-xs-12,
  html .wt-search-result #feed-main > .col-xs-12 {
    padding: 10px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.dot {
  content: '';
  width: 3px;
  height: 3px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  top: -3px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  cursor: pointer;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: inherit;
}
html {
  scroll-padding-top: 120px;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  border: 2px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.dropdown-menu::-webkit-scrollbar-track {
  background: rgba(22, 19, 36, 0.9);
}
.wt-body {
  word-break: break-word;
  max-width: 100vw;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  letter-spacing: 0.4px;
  font-size: 14px;
}
.wt-body img {
  max-width: 100%;
}
.wt-body time {
  white-space: nowrap;
}
.wt-body .cleared {
  clear: both;
}
.wt-body .bd-wrapper {
  margin-left: 10px;
}
.wt-body .hidden {
  visibility: visible !important;
}
.wt-body .text-muted {
  color: rgba(255, 255, 255, 0.7);
}
.wt-body #myModalLabel {
  padding: 0;
  border: none;
  width: calc(100% - 40px);
}
* {
  background-clip: border-box !important;
}
#pmessageNotify_modal .btn {
  font-size: 14px;
}
.online,
.offline {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -2px 5px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
}
.offline {
  background: #cccccc;
}
.online {
  background: #5cb85c;
}
a:focus {
  outline: none;
}
.post-body-content a,
.custom-home a,
.announcement-header a,
a.underlined-link {
  text-decoration: underline;
}
.align-center {
  margin: 0 auto;
  display: block;
  float: none;
}
.text-block {
  display: block;
}
#body-wrapper {
  position: relative;
}
#body-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .pull {
    display: none;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .push {
    display: none;
  }
}
.tab-content {
  clear: both;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav li {
  position: relative;
}
.wt-body {
  position: static;
}
.wt-body .main-container {
  position: relative;
  margin: 20px 0px;
  min-height: calc(100vh - 97px - var(--mainFooter));
}
.wt-body .main-container > br {
  display: none;
}
.wt-body .container {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .wt-body .container {
    width: 1170px;
  }
}
@media (max-width: only screen and (max-width: 767px) and (min-width: 481px)) {
  .wt-body .container {
    width: 100%;
  }
}
@media (max-width: only screen and (max-width: 480px)) {
  .wt-body .container {
    width: 100%;
  }
}
.wt-body .container .container {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .wt-body .main-container,
  .wt-body .header-wrapper .container,
  .wt-body .secondary-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .main-container,
  .wt-body .header-wrapper .container,
  .wt-body .secondary-header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hdx textarea,
.upload-attachments #deleting_attachment,
#edit_icon,
.notify-me,
.reply-menu,
.pages,
.ghost {
  display: none;
}
.mce-tinymce ~ .reply-menu {
  display: block !important;
}
div.reply-menu ~ div.reply-menu {
  display: none !important;
}
#feed-main.pull-left {
  width: 100%;
}
.wt-body .premium_subscription .top-margin {
  margin-top: 20px;
  text-align: center;
}
#announcementEditIcon {
  background: #12a9d8;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -8px;
  left: -8px;
}
#announcementEditIcon i:before {
  padding: 0;
}
.wt-body .announcement-header {
  position: relative;
}
.wt-body .announcement-header .mce-tinymce {
  border: 0;
}
.wt-body .announcement-header .mce-tinymce > .mce-container-body {
  display: flex;
  flex-direction: column;
}
.wt-body .announcement-header .mce-tinymce .mce-top-part {
  order: 3;
  margin: 10px 0;
}
.wt-body .announcement-header .mce-tinymce .mce-edit-area {
  order: 1;
  border: 0;
  margin: -8px;
}
.wt-body .announcement-header .mce-tinymce .mce-statusbar {
  order: 2;
}
.wt-body .announcement-header:not(:has(#welcomeMessage.hidden)):has(#welcomeMessage) {
  padding-bottom: 5px;
}
.wt-body .announcement-header .form-group {
  margin: 0;
}
.wt-body .announcement-header .announcement_button {
  margin-top: -42px;
  position: relative;
  padding-right: 10px;
}
.wt-body .announcement-header .mce-toolbar-grp {
  margin-left: 142px;
}
.wt-body .announcement-header .mce-container-body .mce-resizehandle {
  right: 10px;
  bottom: -10px;
}
.wt-body .announcement-header #welcomeMessage {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wt-body .announcement-header .announcement_button {
    margin-top: 0;
    float: left !important;
    padding-right: 0;
  }
  .wt-body .announcement-header .mce-toolbar-grp {
    margin-left: 0 !important;
  }
}
.custom-home {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px 5px;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
}
.custom-home + .btn .icon-left-small {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 5px;
  display: inline-block;
}
.container.events {
  margin-top: 0;
  clear: both;
}
.container.events .upcoming-events {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px 5px;
  width: 100%;
}
.container.events .eventTime:not(:last-child):after {
  content: ",";
}
.back-message {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.back-message i:before {
  padding: 0;
}
.back-message .back-message-page {
  margin-left: -5px;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
.moxie-shim input {
  cursor: pointer;
  font-size: 0 !important;
}
.insert_photos_container .moxie-shim {
  width: 74px !important;
  height: 35px !important;
  top: -8px !important;
}
.moxie-shim.moxie-shim.moxie-shim.moxie-shim,
.moxie-shim.moxie-shim.moxie-shim.moxie-shim input {
  position: absolute !important;
}
#uploadAvatar .moxie-shim {
  z-index: 999 !important;
}
.profile-photo#uploadAvatar .moxie-shim {
  z-index: 9999 !important;
}
@media only screen and (min-width: 1025px) {
  .wt-body .topics-list .panel-body > ul > li > .col-md-9,
  .wt-body .topics-list .panel-body > #sortable > ul > li > .col-md-9,
  .wt-body .topics-list .panel-body > ul > li > .col-md-3,
  .wt-body .topics-list .panel-body > #sortable > ul > li > .col-md-3,
  .wt-body .topics-list .panel-body > ul > li > .col-md-3 > .mod,
  .wt-body .topics-list .panel-body > #sortable > ul > li > .col-md-3 > .mod {
    border-left: none;
  }
  .wt-body .forum-list .columns-wrapper > .col-xs-7,
  .wt-body .forum-list .columns-wrapper > .col-xs-5,
  .wt-body .forum-list .columns-wrapper .last-post {
    border-left: none;
  }
}
.preview_skin {
  font-size: 13px;
  color: #000;
  background-color: #fff6c3;
  border-bottom: 1px solid #FE8;
  text-align: center;
  padding: 8px;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 10000;
}
.preview_skin a,
.preview_skin a:hover {
  text-decoration: underline;
  color: #000;
}
.preview_skin ~ #body-wrapper {
  margin-top: 35px;
}
.preview_skin ~ #body-wrapper .secondary-header {
  margin-top: 35px;
}
#body-wrapper .dropdown-backdrop {
  display: none;
}
@media only screen and (max-width: 480px) {
  #g-recaptcha {
    transform: scale(0.8);
    transform-origin: top left;
  }
}
.admin-content-divider {
  display: block;
  clear: both;
  text-align: center;
  margin: 20px 0 40px;
  font-weight: 300;
}
.admin-content-divider .icon-shield:before {
  padding-left: 0;
}
.admin-content-divider:before,
.admin-content-divider:after {
  content: " ";
  width: calc(50% - 120px);
  display: block;
  border-bottom: 1px solid #26213f;
}
.admin-content-divider:before {
  float: left;
}
.admin-content-divider:after {
  float: right;
}
#body-wrapper .display_name > a,
#body-wrapper .display_name > span {
  color: rgba(255, 255, 255, 0.9);
  max-width: 100%;
}
#body-wrapper .display_name > a + a,
#body-wrapper .display_name > span + a,
#body-wrapper .display_name > a + span,
#body-wrapper .display_name > span + span {
  color: rgba(255, 255, 255, 0.6);
}
#body-wrapper .display_name > a[href] {
  color: #9ac1f7;
}
#body-wrapper .display_name > a[href]:hover {
  color: #f9fbfe;
}
#body-wrapper .display_name > a[href] ~ a {
  color: rgba(154, 193, 247, 0.7);
  font-weight: normal;
}
#body-wrapper .display_name > a[href] ~ a:hover {
  color: rgba(249, 251, 254, 0.7);
}
#body-wrapper .display_name > a[href] ~ a:not(.display_name.two_line a[href] ~ a,  .profile-name, #feed-main .display_username) {
  margin-left: 4px;
}
#body-wrapper .display_name.two_line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#body-wrapper .display_name.two_line > a,
#body-wrapper .display_name.two_line > span {
  margin-left: 0;
}
#body-wrapper .display_name.text-truncate > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .display_name.mobile_device > a,
  #body-wrapper .display_name.mobile_device > span {
    margin-left: 0;
  }
}
.user_token {
  line-height: 22px;
  border-radius: 5px;
  float: left;
  padding-right: 10px;
  margin: 10px 10px 0 0;
  position: relative;
}
.user_token > .image-wrapper.image-wrapper {
  height: 22px;
  width: 22px;
  float: left;
}
.user_token > .image-wrapper.image-wrapper > i {
  bottom: -5px;
  right: -5px;
}
.user_token > .display_name {
  font-size: 13px;
  display: block;
  margin-left: 27px;
}
.user_token > .display_name .display_fullname,
.user_token > .display_name .display_guestname,
.user_token > .display_name .display_username:only-of-type {
  font-weight: normal;
  font-size: inherit;
}
.user_token > .display_name > a:first-child:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: -1px;
  bottom: -1px;
  background: #372f5a;
  opacity: 0;
  border-radius: 10px;
}
.user_token:hover > .display_name > a:first-child:before {
  opacity: 0.25;
}
#body-wrapper .card {
  all: unset;
}
.social_login_btn {
  color: inherit;
  line-height: 1;
  border-radius: 5px;
  display: block;
  float: left;
  overflow: hidden;
  text-decoration: none !important;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  border: 1px solid #26213f;
  margin: 0 5px 5px 0;
  width: 128px;
}
.social_login_btn:hover {
  box-shadow: inset 0 0 0 36px rgba(0, 0, 0, 0.05);
}
.social_login_btn ~ small.text-muted.text-block {
  clear: both;
  margin-top: 10px;
}
.social_login_btn img {
  height: 1.6em;
}
.social_login_btn span {
  padding-left: 12px;
}
.social_login_btn.linkedin_login img {
  transform: translateY(-1px);
}
.wt-social-btn-heading {
  margin-bottom: 10px;
}
.wt-social-btn-heading.with-divider {
  color: rgba(255, 255, 255, 0.4);
  font-size: 90%;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  margin: 20px 0;
  clear: both;
  float: left;
  width: 100%;
  line-height: 1;
}
.wt-social-btn-heading.with-divider:before,
.wt-social-btn-heading.with-divider:after {
  content: '';
  border-top: 1px solid #26213f;
  flex: 1;
}
.wt-social-btn-heading.with-divider:before {
  margin-right: 20px;
}
.wt-social-btn-heading.with-divider:after {
  margin-left: 20px;
}
.wt-subscribe-button {
  background-color: #ffc439;
  color: #000000;
  border-radius: 15px;
  line-height: normal;
  padding: 5px 25px;
  font-weight: 900;
  font-size: 15px;
  border: none;
}
.wt-two-fa-setup .wt-card-lg {
  padding: 50px 120px;
  width: 100%;
}
.two-fa-code-container {
  overflow: hidden;
  width: 200px;
}
.two-fa-code-container img {
  display: block;
}
.two-fa-code-container .two-fa-code-text {
  text-align: center;
  padding: 12px 10px 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  float: left;
  width: 100%;
  line-height: 1;
  border-radius: 5px;
}
.two-fa-setup-info {
  width: calc(100% - 200px);
  padding-left: 80px;
  font-size: 16px;
}
.two-fa-setup-info p {
  margin-bottom: 10px;
}
.two-fa-setup-info input#twoFaCode {
  width: 320px;
  font-size: 17.92px;
  height: auto;
  margin: 20px 0 0;
  float: left;
}
.two-fa-setup-info input#twoFaCode::-moz-placeholder,
.two-fa-setup-info input#twoFaCode:-ms-input-placeholder,
.two-fa-setup-info input#twoFaCode::-webkit-input-placeholder {
  font-size: 17.92px;
}
.two-fa-setup-info #enable2FA {
  width: 320px;
  float: left;
  clear: both;
  line-height: 1;
  padding: 10px 0;
}
.wt-login-authentication .form-group.two-fa-for-login {
  width: 370px;
  max-width: 100%;
  margin: auto;
  display: flex;
  padding: 40px 0;
  font-size: 16px;
  float: none;
}
.wt-login-authentication .form-group.two-fa-for-login > input {
  font-size: inherit;
}
.wt-login-authentication .form-group.two-fa-for-login > input::-moz-placeholder,
.wt-login-authentication .form-group.two-fa-for-login > input:-ms-input-placeholder,
.wt-login-authentication .form-group.two-fa-for-login > input::-webkit-input-placeholder {
  font-size: inherit;
}
.container.settings #wrapper2FA input[type=checkbox]:disabled:checked + .toggle {
  background-color: rgba(154, 193, 247, 0.5);
}
.container.settings #wrapper2FA input[type=checkbox]:disabled:checked + .toggle:after {
  background-color: rgba(154, 193, 247, 0.1);
}
.container.settings #wrapper2FA .align-to-switch {
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-two-fa-setup .wt-card-lg {
    padding: 20px;
  }
  .two-fa-setup-info {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-two-fa-setup .wt-card-lg {
    padding: 10px;
  }
  .two-fa-setup-info input#twoFaCode,
  .two-fa-setup-info #enable2FA {
    width: 100%;
  }
  .two-fa-code-container {
    float: none !important;
    margin: auto;
  }
  .two-fa-setup-info {
    padding: 40px 0 0;
    width: 100%;
  }
}
#link_popup input#dialog_input_link_value {
  margin: 5px 0 10px;
}
.form-horizontal .form-group > .scl-bnt-scn {
  width: auto;
}
#search-par .admin-content-divider {
  align-items: center;
  display: flex;
}
#search-par .admin-content-divider i.icon-shield {
  margin-left: 10px;
}
#search-par .admin-content-divider span.text-muted {
  margin-right: 10px;
}
#search-par .admin-content-divider:before,
#search-par .admin-content-divider:after {
  width: calc(50% - (16px + 104px));
}
#search-par .dropdownjs {
  display: flex;
  align-items: center;
}
#search-par .dropdownjs:after {
  top: auto;
}
pre.prettyprinted {
  word-break: normal;
  word-wrap: normal;
}
pre.prettyprinted::-webkit-scrollbar {
  height: 8px;
}
pre.prettyprinted::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
pre.prettyprinted::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.mce-menu.mce-in.mce-animate::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.mce-menu.mce-in.mce-animate::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
}
.mce-rtl.mce-rtl.mce-menu,
.mce-rtl.mce-rtl .mce-menu-item,
.mce-rtl.mce-rtl .mce-flow-layout,
.mce-rtl.mce-rtl .mce-splitbtn {
  direction: ltr;
}
.mce-rtl.mce-rtl .mce-btn-group:not(:first-child) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.mce-rtl.mce-rtl .mce-listbox button {
  padding-right: 20px;
  padding-left: 10px;
}
.mce-rtl.mce-rtl .mce-listbox .mce-caret {
  right: 8px;
  left: auto;
}
.mce-rtl.mce-rtl .mce-btn.mce-active .mce-caret,
.mce-rtl.mce-rtl .mce-btn.mce-active:hover .mce-caret {
  border-top-color: inherit;
}
.mce-rtl.mce-rtl .mce-btn.mce-active button,
.mce-rtl.mce-rtl .mce-btn.mce-active:hover button,
.mce-rtl.mce-rtl .mce-btn.mce-active i,
.mce-rtl.mce-rtl .mce-btn.mce-active:hover i {
  color: inherit;
}
.mce-rtl.mce-rtl .mce-menu-item {
  text-align: left;
  padding: 6px 15px 6px 10px;
}
.input-group-addon {
  font-size: 14px;
}
.panel-title {
  font-size: 16px;
}
legend {
  font-size: 21px;
}
#notificationsList.notifications #notifications-container {
  overflow: visible;
}
.wt-body #notificationsList #notifications-wrapper .user-nav-list > a {
  align-items: self-start;
}
.wt-body #notificationsList #notifications-wrapper .user-nav-list > a .notifContentWrapper {
  padding-top: 7px;
}
.wt-body #notificationsList #notifications-wrapper .user-nav-list > a .conversation-tagged {
  padding-top: 9px;
}
#prefooter {
  padding-top: 20px;
}
.wt-body #body-wrapper .mobile-notification-section.mobile-notification-section .QR-text,
.wt-body #body-wrapper .mobile-notification-section.mobile-notification-section .download-btn-text {
  color: rgba(255, 255, 255, 0.7);
}
.tooltipText#selectionReplyTooltip:before {
  content: '\e859';
  opacity: 1;
  padding-left: 0;
  padding-right: 5px;
  font-size: 105%;
}
#postGuestName {
  margin-bottom: 5px;
}
#body-wrapper .code-box ol.linenums {
  padding-left: 15px;
  margin-left: 25px;
  border-left: 0.5px solid rgba(0, 0, 0, 0.2);
}
.topic-filter-container > ul.dropdown-menu {
  overflow: visible;
}
.topic-filter-container > ul.dropdown-menu.subtle-filter > li > a {
  background: none !important;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .topic-filter-container > ul.dropdown-menu.subtle-filter > li > a {
    color: rgba(255, 255, 255, 0.3) !important;
  }
}
.topic-filter-container > ul.dropdown-menu.subtle-filter > li > a:hover {
  background: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
.topic-filter-container > ul.dropdown-menu.subtle-filter > li.active > a {
  color: rgba(255, 255, 255, 0.9) !important;
}
.topic-filter-container > a.btn-subtle {
  background: none !important;
  border: none !important;
}
.wt-body #first_post .edited-link:before {
  margin-left: 0;
}
#notificationsList > .panel-default > .panel-title {
  width: auto;
  float: left;
  margin-bottom: 20px;
}
#notificationsList > .panel-default > .panel-title > h2 {
  margin: 0;
}
#notificationsList > .panel-default .markAllNotificationsAsRead .icon-sweep {
  margin: 0;
}
#notificationsList > .panel-default .panel-menu > .pull-right {
  margin: 10px 0;
}
.sign-container ul {
  padding-left: 40px;
}
.sign-container #user_signature.align-top ul li {
  list-style-type: disc;
}
.wt-body #body-wrapper .mark-as-read:hover,
.wt-body #body-wrapper .mark-as-read.markedAsRead,
.wt-body #body-wrapper .mark-as-read.markedAsRead .icon-sweep {
  color: #9ac1f7 !important;
}
@media only screen and (min-width: 1025px) {
  .wt-body #body-wrapper #topics #markAllTopicsAsRead:hover,
  .wt-body #body-wrapper #markCategoryAsRead:hover {
    background: #9ac1f7 !important;
    color: #fff !important;
  }
  .wt-body #body-wrapper #topics #markAllTopicsAsRead.markedAsRead:hover,
  .wt-body #body-wrapper #markCategoryAsRead.markedAsRead:hover {
    background: none !important;
    color: #9ac1f7 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .wt-body #body-wrapper #markCategoryAsRead {
    color: rgba(255, 255, 255, 0.5);
  }
}
.username-text .display_name > a,
[id^="inTheCategory_"] a {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7) !important;
}
.username-text .display_name > a:hover,
[id^="inTheCategory_"] a:hover {
  color: #f9fbfe !important;
}
.wt-search-result .display_fullname ~ a.display_username,
#approval_queue .display_fullname ~ a.display_username,
.profile-feed .display_fullname ~ a.display_username,
.wt-search-result .display_guestname,
#approval_queue .display_guestname,
.profile-feed .display_guestname {
  opacity: 0.8;
  font-weight: normal !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .wt-post-listing #body-wrapper #quickReplyPost textarea.mceEditor {
    margin: 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-post-listing #body-wrapper #quickReplyPost .editor-container:before,
  .wt-post-listing #body-wrapper #quickReplyPost .editor-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .wt-post-listing #body-wrapper #quickReplyPost .editor-container .loading .spinner {
    top: -18px !important;
  }
}
.wt-post-listing #body-wrapper #quickReplyPost .editor-container .loading .spinner {
  top: 30%;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .guest-reply .editor-container .loading .spinner {
    top: 42%;
  }
}
#keyboardShortcuts .tooltip-inner {
  margin-left: -100px !important;
}
.wt-body.pushed-right #onlineUsersPopover > .popover,
.wt-body.pushed-right .mce-floatpanel {
  z-index: 1030 !important;
}
#postheader > div,
#announcementHeader > div {
  background: #161324;
  border: 1px solid #26213f;
  color: rgba(255, 255, 255, 0.7);
}
#postheader > div .close:before,
#announcementHeader > div .close:before,
#postheader > div .close:after,
#announcementHeader > div .close:after {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
#postheader > div .close:hover:before,
#announcementHeader > div .close:hover:before,
#postheader > div .close:hover:after,
#announcementHeader > div .close:hover:after {
  background-color: #9ac1f7 !important;
}
@font-face {
  font-family: 'fontello';
  src: url('/fonts/material/fontello.eot?29124914');
  src: url('/fonts/material/fontello.eot?29124914#iefix') format('embedded-opentype'), url('/fonts/material/fontello.woff2?29124914') format('woff2'), url('/fonts/material/fontello.woff?29124914') format('woff'), url('/fonts/material/fontello.ttf?29124914') format('truetype'), url('/fonts/material/fontello.svg?29124914#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon:before,
.icon:before,
.wt-icon-font,
.header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn:before,
.topics-list .topic-row-heading a.asc:after,
.topics-list .topic-row-heading a.desc:after,
.user-panel .dropdown-menu a:before,
.wt-body .pagination > li > a.pagination-previous-page:before,
.wt-body .pagination > li > a.pagination-next-page:before,
.wt-body button.multiselect:after,
.wt-body .wt-category-dropdown-toggle:after,
.wt-body #forumsDropdown:after,
.wt-body .dropdownjs:after,
.wt-body #categoryDropdown:after,
#filter-modal #forum_tree > ul li:after,
.mod-tools:not(.pm) #anchor_tab_uban:before,
.calendar .calendar-month td .calendar-details > .events .recurring > a:before,
.messages #unread_messages:before,
.messages #load_prev_pvt_msgs:before,
#events_list .post-date .display_name:not(.popover .display_name):before,
.calendar-day-wrapper .post-date .display_name:not(.popover .display_name):before,
#events_list .post-date a.wt-calendar-name:before,
.calendar-day-wrapper .post-date a.wt-calendar-name:before,
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2):before,
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2) + .pull-left:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  opacity: 0.85;
}
.icon-ban-circle:before,
.glyphicon-ban-circle:before {
  content: '\e800';
}
.icon-calendar:before,
.glyphicon-calendar:before,
#events_list .post-date a.wt-calendar-name:before,
.calendar-day-wrapper .post-date a.wt-calendar-name:before {
  content: '\e801';
}
.icon-camera:before,
.glyphicon-camera:before {
  content: '\e802';
}
.icon-cog:before,
.glyphicon-cog:before {
  content: '\e803';
  font-size: 110%;
}
.icon-comment:before,
.glyphicon-comment:before {
  content: '\e804';
}
.icon-comment-empty:before,
.glyphicon-comment-empty:before {
  content: '\e805';
  top: 1px;
}
.icon-crown:before,
.glyphicon-crown:before {
  content: '\e806';
}
.icon-dislike-alt:before,
.glyphicon-dislike-alt:before {
  content: '\e807';
}
.icon-down-dir:before,
.glyphicon-down-dir:before,
.topics-list .topic-row-heading a.asc:after,
.topics-list .topic-row-heading a.desc:after {
  content: '\e808';
}
.icon-envelope:before,
.glyphicon-envelope:before,
.messages #unread_messages:before,
.messages #load_prev_pvt_msgs:before {
  content: '\e809';
}
.icon-exit:before,
.glyphicon-exit:before {
  content: '\e80a';
}
.icon-eye-close:before,
.glyphicon-eye-close:before,
.forum-list .close-row > i:before {
  content: '\e80b';
}
.icon-eye-open:before,
.glyphicon-eye-open:before {
  content: '\e80c';
}
.icon-filter:before,
.glyphicon-filter:before {
  content: '\e80d';
}
.icon-folder:before,
.glyphicon-folder:before {
  content: '\e80e';
  font-weight: bold;
}
.icon-follow:before,
.glyphicon-follow:before {
  content: '\e83e';
}
.icon-gift:before,
.glyphicon-gift:before {
  content: '\e810';
}
.icon-globe:before,
.glyphicon-globe:before {
  content: '\e811';
}
.icon-group:before,
.glyphicon-group:before {
  content: '\e812';
}
.icon-ignore:before,
.glyphicon-ignore:before {
  content: '\e813';
}
.icon-info-circle:before,
.glyphicon-info-circle:before,
.icon-info-sign:before,
.glyphicon-info-sign:before {
  content: '\e814';
}
.icon-left-small:before,
.glyphicon-left-small:before {
  content: '\e815';
}
.icon-down-small:before,
.glyphicon-down-small:before {
  content: '\e815';
  transform: rotate(270deg);
}
.icon-right-arrow:before,
.glyphicon-right-arrow:before {
  content: '\e815';
  transform: scalex(-1);
}
.icon-like-alt:before,
.glyphicon-like-alt:before {
  content: '\e816';
}
.icon-link:before,
.glyphicon-link:before {
  content: '\e817';
}
.icon-list:before,
.glyphicon-list:before,
.icon-th-list:before,
.glyphicon-th-list:before {
  content: '\e818';
}
.icon-lock:before,
.glyphicon-lock:before {
  content: '\e819';
  font-size: 110%;
}
.icon-log-out:before,
.glyphicon-log-out:before,
.user-panel .dropdown-menu > li > a:before {
  content: '\e81a';
}
.icon-menu:before,
.glyphicon-menu:before {
  content: '\e81b';
}
.icon-minus:before,
.glyphicon-minus:before {
  content: '\e81c';
}
.icon-new-message:before,
.glyphicon-new-message:before,
.header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn:before {
  content: '\e842';
}
.icon-ok:before,
.glyphicon-ok:before,
#body-wrapper .topic-tools #selectRow i:before,
#filter-modal #forum_tree > ul li.node-selected:after {
  content: '\e81e';
}
.icon-paperclip:before,
.glyphicon-paperclip:before {
  content: '\e81f';
}
.icon-pencil:before,
.glyphicon-pencil:before,
.user-panel .dropdown-menu .user-nav-panel li:nth-child(4) a:before {
  content: '\e820';
}
.icon-picture:before,
.glyphicon-picture:before {
  content: '\e821';
}
.icon-plus:before,
.glyphicon-plus:before {
  content: '\e822';
}
.icon-print:before,
.glyphicon-print:before {
  content: '\e824';
}
.icon-pushpin:before,
.glyphicon-pushpin:before {
  content: '\e825';
  font-size: 110%;
}
.icon-quote:before,
.glyphicon-quote:before {
  content: '\e826';
}
.icon-remove:before,
.glyphicon-remove:before,
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .col-sm-4 .progress + a:before {
  content: '\e827';
}
.icon-repeat:before,
.glyphicon-repeat:before,
.calendar .calendar-month td .calendar-details > .events .recurring > a:before {
  content: '\e828';
}
.icon-reply:before,
.glyphicon-reply:before {
  content: '\e829';
}
.icon-right-dir:before,
.glyphicon-right-dir:before {
  content: '\e82a';
}
.icon-left-dir:before,
.glyphicon-left-dir:before {
  content: '\e82a';
  transform: scalex(-1);
}
.icon-search:before,
.glyphicon-search:before {
  content: '\e82b';
}
.icon-send:before,
.glyphicon-send:before {
  content: '\e82d';
}
.icon-share:before,
.glyphicon-share:before {
  content: '\e82e';
}
.icon-shield:before,
.glyphicon-shield:before {
  content: '\e841';
}
.icon-stats:before,
.glyphicon-stats:before {
  content: '\e823';
}
.icon-step-backward:before,
.glyphicon-step-backward:before {
  content: '\e830';
}
.icon-step-backward-alt:before,
.glyphicon-step-backward-alt:before,
.wt-body .pagination > li > a.pagination-previous-page:before {
  content: '\e831';
}
.icon-step-forward:before,
.glyphicon-step-forward:before {
  content: '\e832';
}
.icon-step-forward-alt:before,
.glyphicon-step-forward-alt:before,
.wt-body .pagination > li > a.pagination-next-page:before {
  content: '\e833';
}
.icon-sweep:before,
.glyphicon-sweep:before {
  content: '\e834';
  font-size: 11px !important;
}
.icon-tasks:before,
.glyphicon-tasks:before {
  content: '\e835';
}
.icon-three-dots:before,
.glyphicon-three-dots:before {
  content: '\e836';
}
.icon-time:before,
.glyphicon-time:before,
#events_list .post-date .glyphicon-calendar:before,
.calendar-day-wrapper .post-date .glyphicon-calendar:before {
  content: '\e837';
}
.icon-trash:before,
.glyphicon-trash:before {
  content: '\e838';
  font-size: 110%;
}
.icon-unfollow:before,
.glyphicon-unfollow:before {
  content: '\e83f';
}
.icon-usd:before,
.glyphicon-usd:before {
  content: '\e83a';
  font-size: 115%;
}
.icon-user:before,
.glyphicon-user:before,
.user-panel .dropdown-menu .user-nav-panel a#user-nav-panel-profile:before,
.mod-tools:not(.pm) #anchor_tab_uban:before,
#events_list .post-date .display_name:not(.popover .display_name):before,
.calendar-day-wrapper .post-date .display_name:not(.popover .display_name):before {
  content: '\e83b';
}
.icon-warning:before,
.glyphicon-warning:before {
  content: '\e83c';
}
.icon-twitter:before,
.glyphicon-twitter:before {
  content: '\f099';
}
.icon-facebook:before,
.glyphicon-facebook:before {
  content: '\f09a';
}
.icon-wrench:before,
.glyphicon-wrench:before,
.user-panel .dropdown-menu .user-nav-panel li:nth-child(3) a:before {
  content: '\e843';
}
.icon-dislike-solid:before,
.glyphicon-dislike-solid:before,
.voted-no .icon-dislike-alt:before,
.voted-no .glyphicon-dislike-alt:before {
  content: '\e80f';
}
.icon-like-solid:before,
.glyphicon-like-solid:before,
.voted-yes .icon-like-alt:before,
.voted-yes .glyphicon-like-alt:before {
  content: '\e840';
}
.icon-bell:before,
.glyphicon-bell:before {
  content: '\e83f';
}
.icon-credit-card:before,
.glyphicon-credit-card:before {
  content: '\e842';
}
.icon-billing:before,
.glyphicon-billing:before {
  content: '\e82f';
}
.icon-tags:before,
.glyphicon-tags:before {
  content: '\e847';
}
.icon-bell-plus:before {
  content: '\e850';
}
.icon-bell-check:before,
.user-panel .dropdown-menu .user-nav-panel li:nth-child(5) a:before {
  content: '\e84f';
}
.icon-up:before {
  content: '\ea32';
}
.icon-flag:before,
.glyphicon-flag:before {
  content: '\f11d';
}
.icon-doc:before,
.glyphicon-doc:before {
  content: '\e844';
}
.icon-globe-americas:before,
.glyphicon-globe-americas:before {
  content: '\e83d';
}
.icon-check_circle:before,
.glyphicon-check_circle:before {
  content: '\e851';
}
.icon-flag:before,
.glyphicon-flag:before {
  content: '\f11d';
}
.icon-right-dir:before,
.glyphicon-right-dir:before,
.icon-up-dir:before,
.glyphicon-up-dir:before,
.icon-left-dir:before,
.glyphicon-left-dir:before,
.icon-down-dir:before,
.glyphicon-down-dir:before,
.topics-list .topic-row-heading a.asc:after,
.topics-list .topic-row-heading a.desc:after {
  font-size: 0.7em;
  top: -0.1em;
}
.icon-sweep:before,
.glyphicon-sweep:before {
  font-size: 90%;
}
.wt-topic-icon {
  content: '\e818';
}
.badge.pin {
  background: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.badge.pin i:before {
  padding: 0;
}
.btn > .glyphicon:before,
.btn > .icon:before {
  padding: 0;
}
#private_message_notification:before {
  content: '\e809';
  font-size: 90%;
}
body.wt-body .voted-yes.voted-yes {
  color: #5cb85c;
}
body.wt-body .voted-no.voted-no {
  color: #d9534f;
}
label > .help-tooltip > .icon-shield:before {
  padding: 0;
}
.TopicsCount i:before,
#searchTopics .icon-topics:before {
  content: '\e818';
}
small.icon-shield {
  font-size: 100%;
  line-height: 0.9;
}
.icon-spam-post:before {
  content: "\e900";
}
.icon-moderate:before {
  content: "\e84a";
  position: relative;
  top: 0.05em;
}
.icon-arrow-bar-up:before {
  content: '\e901';
}
.icon-arrow-bar-down:before {
  content: '\e902';
}
.icon-files:before {
  content: '\e903';
}
.icon-copy-code:before {
  content: '\e856';
  color: #444;
}
.icon-share-alt:before,
.glyphicon-share-alt:before {
  content: '\e854';
}
.icon-file-single:before,
.glyphicon-file-single:before {
  content: '\e852';
}
.icon-filesFolder:before,
.glyphicon-filesFolder:before {
  content: '\e853';
}
.icon-reply-quote:before {
  content: '\e859';
}
.icon-advance-search:before {
  content: '\e858';
}
.icon-web:before {
  content: '\e85d';
}
.icon-remove-link:before {
  content: '\e85c';
}
.icon-keyboard:before {
  content: '\e85a';
}
.glyphicon-privacy:before {
  content: '\e85b';
}
.glyphicon-locked:before {
  content: "\e85e";
}
.glyphicon-un-lock:before {
  content: "\e85f";
}
.glyphicon-un-pin:before {
  content: "\e860";
}
.icon-home:before,
.glyphicon-home:before {
  content: '\e862';
}
.icon-dot:before {
  content: "\e861";
}
.icon-add:before,
.wt-body .post-attachments a .glyphicon-plus:before {
  content: "\e863";
}
.forum-title {
  font-size: 18px;
  line-height: 1.5;
}
.subforum-list {
  font-size: 14px;
  line-height: 1.5;
}
.topic-content h4 {
  font-size: 15px;
  line-height: 1.42857143;
  letter-spacing: 0.007em;
}
.header-wrapper {
  min-height: 57px;
}
.header-wrapper header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1032;
  border-bottom: 1px solid transparent;
}
.header-wrapper header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  border-bottom: 1px solid #26213f;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(22, 19, 36, 0.9);
}
@supports (backdrop-filter: blur(5px)) {
  .header-wrapper header:before {
    background-color: rgba(22, 19, 36, 0.5);
  }
}
.header-wrapper .container {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-wrapper .nav-main-container {
  width: 0;
  flex: 1;
  order: 1;
  margin: -5px auto -5px -10px;
  line-height: 46px;
  margin-right: 20px;
}
.header-wrapper .nav-main-container > .nav-main {
  display: flex;
}
.header-wrapper .nav-main-container .push-panel {
  display: flex;
  align-items: center;
  flex: 0 auto;
  width: auto;
  min-width: 0;
}
.header-wrapper #links-nav {
  display: none !important;
  font-size: 16px;
  color: rgba(115, 127, 140, 0.8);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 100%;
  margin-right: 10px;
}
.header-wrapper #links-nav:hover {
  background-color: rgba(154, 193, 247, 0.1);
  color: white;
}
.header-wrapper #links-nav i:before {
  padding: 0;
  opacity: 1;
}
.header-wrapper #logo_wrapper {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  flex: 1;
  overflow: hidden;
}
.header-wrapper #logo_wrapper a {
  color: rgba(255, 255, 255, 0.9);
  line-height: 46px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-wrapper #logo_wrapper a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-wrapper #logo_wrapper a #forumTitleWrapper {
  padding-right: 15px;
}
.header-wrapper #logo_wrapper img {
  max-height: 46px;
  position: relative;
  top: -0.06em;
  vertical-align: middle;
}
.header-wrapper #logo_wrapper #forumLogoWrapper {
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .header-wrapper #logo_wrapper #forumLogoWrapper {
    max-width: 100%;
  }
}
.header-wrapper #logo_wrapper #forumLogoWrapper img {
  transition: max-height 0.1s ease;
}
.header-wrapper #logo_wrapper #forumLogoWrapper img[src$=".svg"],
.header-wrapper #logo_wrapper #forumLogoWrapper img[src$=".gif"] {
  width: 100%;
}
@supports (-webkit-hyphens:none) {
  .header-wrapper #logo_wrapper #forumLogoWrapper img[src$=".svg"],
  .header-wrapper #logo_wrapper #forumLogoWrapper img[src$=".gif"] {
    width: auto !important;
    height: min-content;
  }
}
.header-wrapper #logo_wrapper #forumLogoWrapper:not(:only-child) {
  max-width: 50%;
}
.header-wrapper #logo_wrapper #forumLogoWrapper:not(:only-child) img {
  max-height: 36px;
  padding-right: 10px;
}
.header-wrapper .user-panel button.dropdown-toggle {
  border: 0;
  padding: 0;
  background: none;
  float: right;
}
.header-wrapper .user-panel button.dropdown-toggle .tooltip {
  left: auto !important;
  right: -10px;
}
.header-wrapper .user-panel button.dropdown-toggle .tooltip .tooltip-arrow {
  left: auto;
  right: 10px;
}
.header-wrapper .user-panel .caret {
  display: none;
}
.header-wrapper .container > .nav {
  order: 3;
  line-height: 36px;
}
.header-wrapper .container > .nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.header-wrapper .container > .nav > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  display: block;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a .has-notif {
  color: #9ac1f7;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a:hover {
  background-color: rgba(154, 193, 247, 0.1);
  color: white;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a:hover .has-notif {
  color: inherit;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a i {
  display: block;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a i:before {
  padding: 0;
  opacity: 1;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a > sup {
  top: -3px;
  right: -3px;
  position: absolute;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a > sup > .badge {
  background: #ffffff;
  color: #000000;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  display: block;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a .has-notif {
  color: #9ac1f7;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a:hover {
  background-color: rgba(154, 193, 247, 0.1);
  color: white;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a:hover .has-notif {
  color: inherit;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a i {
  display: block;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a i:before {
  padding: 0;
  opacity: 1;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a > sup {
  top: -3px;
  right: -3px;
  position: absolute;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > a > sup > .badge {
  background: #ffffff;
  color: #000000;
}
.header-wrapper .container > .nav:not(.nav-pills) > li > .dropdown-menu {
  top: calc(100% - -5px);
}
.header-wrapper .container > .nav:not(.nav-pills) > li.open > a {
  background-color: rgba(154, 193, 247, 0.1);
  color: white;
}
.header-wrapper .container > .nav:not(.nav-pills) > li.open > a .has-notif {
  color: inherit;
}
.header-wrapper .container > .nav.wt-pages-links {
  display: block !important;
  order: 2;
}
.header-wrapper .container > .nav.wt-pages-links > li {
  display: none !important;
}
.header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn {
  background: 0;
  border: 0;
  padding: 0;
  color: #9ac1f7;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  display: block !important;
  border-radius: 100%;
  margin-right: 20px;
  box-shadow: inset 0 0 0 1px #9ac1f7;
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn {
    margin-right: 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn {
    display: block !important;
    font-size: 14px;
  }
}
.header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn:before {
  top: -1px;
  left: 1px;
}
.header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn > span {
  display: none !important;
  max-width: 200px;
  padding: 3px 8px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-decoration: none;
  background-color: #222222;
  border-radius: 5px;
  box-shadow: none;
  padding: 10px;
  line-height: 1.4em;
  white-space: normal;
  word-break: break-word;
  min-width: 130px;
  text-transform: none;
  position: absolute;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  font-size: 12px;
  animation: fadein 0.3s;
  pointer-events: none;
}
.header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn > span:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222222;
  top: -5px;
}
.header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn:hover {
  background-color: rgba(154, 193, 247, 0.1);
  color: white;
}
.header-wrapper .container > .nav.wt-pages-links > .start-new-topic-btn:hover > span {
  display: block !important;
  font-size: 12px;
}
.header-wrapper .container > .nav.nav-pills li + li {
  margin-right: 20px;
}
.header-wrapper .container > .nav.nav-pills li + li#approvalQueue > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  display: block;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
}
.header-wrapper .container > .nav.nav-pills li + li#approvalQueue > a .has-notif {
  color: #9ac1f7;
}
.header-wrapper .container > .nav.nav-pills li + li#approvalQueue > a:hover {
  background-color: rgba(154, 193, 247, 0.1);
  color: white;
}
.header-wrapper .container > .nav.nav-pills li + li#approvalQueue > a:hover .has-notif {
  color: inherit;
}
.header-wrapper .container > .nav.nav-pills li + li#approvalQueue > a i {
  display: block;
}
.header-wrapper .container > .nav.nav-pills li + li#approvalQueue > a i:before {
  padding: 0;
  opacity: 1;
}
.header-wrapper .container > .nav.nav-pills li + li#approvalQueue > a > sup {
  top: -3px;
  right: -3px;
  position: absolute;
}
.header-wrapper .container > .nav.nav-pills li + li#approvalQueue > a > sup > .badge {
  background: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .header-wrapper .nav-main-container {
    margin-right: 0;
  }
  .header-wrapper #links-nav {
    font-size: 14px;
    margin-right: 0;
  }
  .header-wrapper #logo_wrapper {
    font-size: 18px;
  }
  .header-wrapper .container > .nav:not(.nav-pills) {
    margin-left: 5px;
  }
  .header-wrapper .container > .nav:not(.nav-pills) > li {
    position: static;
  }
  .header-wrapper .container > .nav:not(.nav-pills) > li > a {
    margin-right: 0;
  }
  .header-wrapper .container > .nav:not(.nav-pills) > li > .dropdown-menu {
    top: calc(100% - -2px);
    right: 10px;
  }
  .header-wrapper .container > .nav:not(.nav-pills) > li:not(.user-panel) {
    padding: 0;
  }
  .header-wrapper .container > .nav.nav-pills {
    margin-left: 10px;
  }
  .header-wrapper .user-panel button.dropdown-toggle {
    margin-left: 5px;
  }
  .header-wrapper .nav-pills > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 421px) {
  .header-wrapper .container > .nav:not(.nav-pills) > li:not(.user-panel) {
    padding: 0 5px;
  }
}
#forum_header_fixed .nav ul[role="menu"] li {
  font-size: 14px;
}
#user-nav-panel-profile {
  font-size: 0;
  display: flex;
  align-items: center;
}
#user-nav-panel-profile:before,
#user-nav-panel-profile span.hidden {
  font-size: 14px;
}
#user-nav-panel-profile span {
  display: inline-block !important;
}
.main-header-sticked .header-wrapper.sticky-header #links-nav:before,
.wt-scrolled .header-wrapper.sticky-header #links-nav:before,
.header-wrapper.sticky-header #links-nav:before,
.main-header-sticked .header-wrapper.sticky-header .dropdown-menu:not(.user-panel.open .dropdown-menu),
.wt-scrolled .header-wrapper.sticky-header .dropdown-menu:not(.user-panel.open .dropdown-menu),
.header-wrapper.sticky-header .dropdown-menu:not(.user-panel.open .dropdown-menu) {
  display: none;
}
.wt-post-listing.main-header-sticked .header-wrapper.sticky-header .dropdown.open .dropdown-menu,
.wt-post-listing.wt-scrolled .header-wrapper.sticky-header .dropdown.open .dropdown-menu,
.wt-post-listing.header-wrapper.sticky-header .dropdown.open .dropdown-menu {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .wt-body .secondary-header-wrapper .start-new-topic-btn {
    display: none !important;
  }
}
.wt-body .secondary-header-wrapper:not(.wt-scrolled) .secondary-header-wrapper .sticky-header {
  top: 57px;
}
.wt-body .secondary-header-wrapper .sticky-header {
  margin-top: 0;
  top: 0;
  position: fixed;
  background: #181528;
  animation-name: overflow-fix;
  animation-duration: 0.6s;
  padding: 0;
  transition: top 0.3s ease;
}
.wt-body .secondary-header-wrapper .sticky-header .container {
  height: auto;
  animation-name: transform-up;
  animation-duration: 0.3s;
  align-items: center;
  display: flex;
}
.wt-body .secondary-header-wrapper .sticky-header .container:has(.category-of-topic) {
  align-items: center;
}
.wt-body .secondary-header-wrapper .sticky-header .container .topic-title,
.wt-body .secondary-header-wrapper .sticky-header .container .category-of-topic,
.wt-body .secondary-header-wrapper .sticky-header .container #edit_subject,
.wt-body .secondary-header-wrapper .sticky-header .container #forum-title {
  position: relative;
}
.wt-body .secondary-header-wrapper .sticky-header .container .topic-title #editTopic,
.wt-body .secondary-header-wrapper .sticky-header .container .category-of-topic #editTopic,
.wt-body .secondary-header-wrapper .sticky-header .container #edit_subject #editTopic,
.wt-body .secondary-header-wrapper .sticky-header .container #forum-title #editTopic {
  position: absolute;
  right: 0 !important;
  top: 3px !important;
  cursor: pointer;
}
.wt-body .secondary-header-wrapper .sticky-header #edit_subject {
  display: grid;
  padding-right: 30px;
}
.wt-body .secondary-header-wrapper .sticky-header #edit_subject #editableSubject {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  padding-right: 5px;
}
.wt-body .secondary-header-wrapper .sticky-header .topic-tools {
  margin-left: auto;
  margin-top: 0;
  display: flex;
  flex-shrink: 0;
}
.wt-body .secondary-header-wrapper .sticky-header #edit_subject,
.wt-body .secondary-header-wrapper .sticky-header #forum-title,
.wt-body .secondary-header-wrapper .sticky-header .category-of-topic {
  max-width: 100%;
  padding-right: 30px;
  position: relative;
  width: auto;
}
.wt-body .secondary-header-wrapper .sticky-header .category-of-topic .category-of-topic-content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
}
.wt-body .secondary-header-wrapper .sticky-header .category-of-topic #manageTags {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 10px;
}
.wt-body .secondary-header-wrapper .sticky-header .category-of-topic #manageTags.wt-new-topic-tag {
  margin: 0 5px;
  right: -20px;
  top: 2px;
  padding: 2px 0;
}
.wt-body .secondary-header-wrapper .sticky-header #subscribe_topic {
  width: calc(100% - 190px);
  margin-bottom: 0 !important;
}
.wt-body .secondary-header-wrapper .secondary-header {
  left: 0;
  right: 0;
  z-index: 1032;
  width: 100%;
  border-bottom: 1px solid transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.wt-body .secondary-header-wrapper .secondary-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  pointer-events: none;
  border-bottom: 1px solid #26213f;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(22, 19, 36, 0.9);
}
@supports (backdrop-filter: blur(5px)) {
  .wt-body .secondary-header-wrapper .secondary-header:before {
    background-color: rgba(22, 19, 36, 0.5);
  }
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container {
  position: relative;
  min-height: 56px;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container {
    padding: 10px 0;
  }
  .wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container .topic-tools {
    right: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) and only screen and (max-width: 767px) {
  .wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container .topic-tools {
    position: static;
  }
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container #forumCategory_title,
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container .category-of-topic {
  line-height: normal;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container #forumCategory_title ~ .category-of-topic .breadcrumb-arrow {
  margin: -2px 0px 0px 3px;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container #forumCategory_title #forum-title {
  max-width: calc(100% - 35px);
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page .container .topic-tools {
  margin-left: auto;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page.sticky-header > .container {
  padding: 12px 20px;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page.sticky-header > .container .category-of-topic {
  margin-top: 3px;
  overflow: hidden;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page.sticky-header > .container #forum-title,
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page.sticky-header > .container .category-of-topic {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page.sticky-header #forumCategory_title {
    margin-top: 0 !important;
  }
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page:not(.sticky-header) > .container:has(.category-of-topic) {
  align-items: flex-start;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page.thread-listing-page:not(.sticky-header) > .container:has(.category-of-topic) .topic-tools {
  top: 3px;
}
.wt-body .secondary-header-wrapper .container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.wt-body .secondary-header-wrapper .container:has(.category-of-topic) {
  align-items: flex-start;
}
.wt-body .secondary-header-wrapper .back-arrow {
  order: 1;
  color: inherit;
  margin-top: 1px;
}
.wt-post-listing.wt-body .secondary-header-wrapper .back-arrow {
  margin-bottom: auto;
}
.wt-body .secondary-header-wrapper .back-arrow:hover {
  color: #f9fbfe;
}
.wt-body .secondary-header-wrapper .back-arrow i:before {
  padding: 0 10px 0 0;
  top: -1px;
}
.wt-body .secondary-header-wrapper a#edit_subject,
.wt-body .secondary-header-wrapper a#forum-title {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}
.wt-body .secondary-header-wrapper a#edit_subject:hover {
  color: #f9fbfe;
}
.wt-body .secondary-header-wrapper #subscribe_topic,
.wt-body .secondary-header-wrapper #forum-title {
  order: 2;
  font-size: 16px;
  margin-right: auto;
}
.wt-body .secondary-header-wrapper .category-of-topic {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
  float: left;
  padding-right: 5px;
}
.wt-body .secondary-header-wrapper .category-of-topic i:before {
  padding: 0;
  opacity: 0.6;
  font-size: 85%;
  top: -1px;
}
.wt-body .secondary-header-wrapper .category-of-topic a {
  color: inherit;
  margin-left: 5px;
}
.wt-body .secondary-header-wrapper .category-of-topic a:hover {
  color: #9ac1f7;
}
.wt-body .secondary-header-wrapper .category-of-topic .breadcrumb-arrow {
  font-size: 0;
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  margin: -2px 5px 0 3px;
  opacity: 0.5;
}
.wt-body .secondary-header-wrapper .category-of-topic .breadcrumb-arrow:last-child {
  visibility: hidden;
}
.wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag) {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin-top: -3px;
  opacity: 0;
}
.wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag):hover {
  color: #9ac1f7;
}
.wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag) .glyphicon:before {
  padding: 0;
  top: 1px;
}
.wt-body .secondary-header-wrapper .category-of-topic:hover #manageTags:not(.wt-new-topic-tag),
.wt-body .secondary-header-wrapper .wt-topic-tag:hover #manageTags:not(.wt-new-topic-tag),
.wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag):hover {
  opacity: 1;
}
.wt-body .secondary-header-wrapper .topic-tools {
  order: 3;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .wt-body .secondary-header-wrapper .topic-tools {
    margin-left: auto;
  }
}
.wt-body .secondary-header-wrapper .topic-tools > a,
.wt-body .secondary-header-wrapper .topic-tools > .dropdown {
  margin-left: 10px;
}
.wt-body .secondary-header-wrapper .topic-tools .btn-primary {
  order: 3;
}
.wt-body .secondary-header-wrapper .topic-tools #submenu_unfollow_topic .icon-bell-check:before,
.wt-body .secondary-header-wrapper .topic-tools #categoryFollow .icon-bell-check:before {
  font-size: 110%;
  color: #9ac1f7;
}
.wt-body .secondary-header-wrapper .topic-tools #submenu_unfollow_topic:hover .icon-bell-check:before,
.wt-body .secondary-header-wrapper .topic-tools #categoryFollow:hover .icon-bell-check:before {
  color: white;
}
.wt-body .secondary-header-wrapper .topic-tools #submenu_follow_topic .icon-bell-plus:before,
.wt-body .secondary-header-wrapper .topic-tools #categoryFollow .icon-bell-plus:before {
  font-size: 110%;
}
.wt-body .secondary-header-wrapper #categoryFollow .tooltip-inner {
  min-width: 200px;
}
.wt-body .secondary-header-wrapper #categoryFollow .icon-bell-plus:before,
.wt-body .secondary-header-wrapper #categoryFollow .icon-bell-check:before {
  top: 2px;
}
.wt-body .secondary-header-wrapper .dropdown .dropdown-menu {
  left: 50%;
  transform: translateX(-55%);
}
.wt-embedded.wt-body .secondary-header-wrapper .dropdown .dropdown-menu {
  transform: translateX(-60%);
}
.wt-body .secondary-header-wrapper .dropdown .caret {
  display: none;
}
.wt-body .secondary-header-wrapper .topic-title .form-group {
  margin-bottom: 0;
}
.wt-body .secondary-header-wrapper .topic-title #editTopic {
  opacity: 0;
  cursor: pointer;
}
.wt-body .secondary-header-wrapper .topic-title:hover #editTopic {
  opacity: 1;
}
.wt-body .secondary-header-wrapper .topic-title .editable-inline + #editTopic {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .wt-body .secondary-header-wrapper .topic-title .editable + #editTopic {
    display: inline;
    opacity: 1;
  }
}
.wt-body .secondary-header-wrapper .dropdown.open > .dropdown-toggle {
  pointer-events: none;
}
.wt-body .secondary-header-wrapper .dropdown.open > .dropdown-toggle .tooltip {
  display: none !important;
}
.wt-body .secondary-header-wrapper a#edit_subject {
  display: block;
  cursor: default;
}
.wt-body .secondary-header-wrapper a#edit_subject + .tooltip {
  display: none !important;
}
.wt-body .secondary-header-wrapper .change-value > .editable:not(.editable-open) {
  display: inline !important;
}
.wt-body .secondary-header-wrapper .secondary-header:not(.sticky-header) #forum-title {
  cursor: text;
}
.wt-body .secondary-header-wrapper .secondary-header:not(.sticky-header) #editable_subjuct {
  pointer-events: none;
}
.wt-body .secondary-header-wrapper .secondary-header:not(.sticky-header) #editTopic {
  cursor: pointer;
}
.wt-body .secondary-header-wrapper .editable-input > .form-control {
  font-size: 14px;
  line-height: 1.42857143;
}
@media only screen and (max-width: 767px) {
  .wt-body .secondary-header-wrapper .container {
    display: block;
    padding: 10px;
  }
  .wt-body .secondary-header-wrapper #subscribe_topic {
    float: left !important;
  }
  .wt-body .secondary-header-wrapper #backArrowPost ~ #subscribe_topic {
    margin-bottom: 10px;
  }
  .wt-body .secondary-header-wrapper #subscribe_topic,
  .wt-body .secondary-header-wrapper #forum-title#forum-title {
    max-width: calc(100% - 32px);
  }
  .wt-body .secondary-header-wrapper #edit_subject {
    display: block;
  }
  .wt-body .secondary-header-wrapper .category-of-topic {
    white-space: normal;
  }
  .wt-body .secondary-header-wrapper .category-of-topic #manageTags {
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag) {
    opacity: 1;
  }
}
@keyframes transform-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes overflow-fix {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}
.wt-post-listing .secondary-header .glyphicon-un-pin:before {
  font-size: 18px;
}
.wt-body #body-wrapper .thread-listing-page.sticky-header > .container > div:first-child {
  max-width: calc(100% - 200px);
}
.wt-body #body-wrapper .thread-listing-page.sticky-header #edit_subject,
.wt-body #body-wrapper .thread-listing-page.sticky-header .category-of-topic,
.wt-body #body-wrapper .thread-listing-page.sticky-header #forum-title {
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  .wt-body:not(.user-logged-in) #body-wrapper .thread-listing-page > .container > div:first-child {
    max-width: 100%;
  }
  .wt-body:not(.user-logged-in) #body-wrapper .thread-listing-page > .container > div:first-child > #forumCategory_title,
  .wt-body:not(.user-logged-in) #body-wrapper .thread-listing-page > .container > div:first-child > .category-of-topic {
    max-width: 100% !important;
  }
}
/*
#slide-panel {
	@media @media-desktop-lg {
		.slide-panel-content {
			width: @wt-container-desktop;
			display: block;
			margin: auto;
			height: 55px;
			line-height: 53px;
			border: 1px solid @wt-divider-color;
			list-style: none;
			padding: 0;
			border-radius: @border-radius-base;
			background-image: linear-gradient(@effect-direction, fade(@brand-primary, 20%) 0, fade(@brand-primary, 10%) 50%, fade(@brand-primary, 5%) 50%,fade(@brand-primary, 2%) 100%);
			overflow: hidden;
			> ul, > li {
				float: left;
				.show();
				&:not(:nth-last-child(2)) {
					border-right: 1px solid @wt-divider-color;
				}
			}
			a {
				padding: 0 @padding-standard;
				display: block;
				float: left;
				color: @headings-color;
				font-weight: 600;
				&:hover, &.active {
					background-color: @body-bg;
				}
			}
		}
		.glyphicon, .icon, hr, .calendar_toggleable, #calendars_toggle_link > li > ul, #calenders_show > a > small {
			display: none !important;
		}
		//External Link styling
		ul > li > a.linked_site_url {
			.text-overflow;
			max-width: 150px;
		}
		//Search icon
		#search_link {
			.pull-right;
			border-right: 0;
			.glyphicon {
				.show();
				font-size: 100%;
				&:before {
					opacity: 1;
				}
			}
			span[data-i18n] {
				.hide();
			}
			a.active {
				background: none;
				&:hover {
					background: @body-bg;
				}
			}
		}
	}
}
*/
.pushed-right:not(.modal-open):before,
.pushed-right:not(.modal-open) #body-wrapper > *:not(#slide-panel) {
  overflow-x: hidden;
}
.header-wrapper #links-nav {
  display: block !important;
}
#overlaySlidePanel:has(> .visible) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 1040;
  pointer-events: auto;
}
#slide-panel {
  width: 230px;
  height: auto;
  min-width: 230px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1041;
  overflow: auto;
  background-color: rgba(14, 12, 23, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: transform 0.15s ease;
  -moz-transition: transform 0.15s ease;
  -ms-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}
#slide-panel.fixed-panel {
  position: fixed;
}
.wt-body:not(.modal-open) #slide-panel.visible {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#slide-panel .slide-panel-content {
  background-color: rgba(22, 19, 36, 0.5);
  width: 100%;
  min-height: 100%;
  padding: 20px 0;
  display: inline-block;
}
#slide-panel .slide-panel-content li {
  position: relative;
}
#slide-panel .slide-panel-content li.category {
  font-weight: bold;
  padding: 10px 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
}
#slide-panel .slide-panel-content #latest_topics_show {
  position: inherit;
}
#slide-panel .slide-panel-content a {
  color: rgba(255, 255, 255, 0.9);
  clear: both;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 35px 10px 15px;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
}
#slide-panel .slide-panel-content a > .glyphicon,
#slide-panel .slide-panel-content a .icon {
  min-width: 36px;
  font-size: 100%;
  display: inline-block;
  color: inherit;
}
#slide-panel .slide-panel-content a > .glyphicon:before,
#slide-panel .slide-panel-content a .icon:before {
  padding: 0;
  min-width: 16px;
}
#slide-panel .slide-panel-content a > .glyphicon.icon-files,
#slide-panel .slide-panel-content a .icon.icon-files {
  font-size: 115%;
}
#slide-panel .slide-panel-content #category-dropdown-toggle {
  padding: 0px;
}
#slide-panel .slide-panel-content #category-dropdown-toggle ~ .tooltip.bottom {
  left: auto !important;
  right: 0;
}
#slide-panel .slide-panel-content #category-dropdown-toggle ~ .tooltip.bottom > .tooltip-arrow {
  left: auto;
  right: 14px;
}
#slide-panel .slide-panel-content a.active,
#slide-panel .slide-panel-content a:hover {
  color: #fff;
  background: rgba(154, 193, 247, 0.1);
}
#slide-panel .slide-panel-content a.active > .glyphicon,
#slide-panel .slide-panel-content a:hover > .glyphicon,
#slide-panel .slide-panel-content a.active > .icon,
#slide-panel .slide-panel-content a:hover > .icon {
  color: inherit;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link:before {
  content: '\e80e';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  opacity: 0.85;
  min-width: 41px;
  padding: 0;
  text-align: left;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul {
  margin-left: 19px;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul li {
  margin-left: 19px;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul li .icon-down-dir {
  transform: scale(-1);
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul li .icon-right-dir {
  transform: rotate(90deg);
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul li > ul > li {
  margin-left: 15px;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul li > ul > li > ul > li {
  margin-left: 15px;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul li > ul > li > ul > li > ul > li {
  margin-left: 0;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul a {
  line-height: normal;
  background: none;
  font-weight: normal;
  font-size: 14px;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul a:hover,
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul a.active {
  color: #9ac1f7;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul a * {
  display: inline;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul a h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: inherit;
}
#slide-panel .slide-panel-content #forums_toggle_link a.wt-category-page-link ~ ul .icon-down-dir + a {
  color: #9ac1f7;
}
#slide-panel .slide-panel-content #calendars_toggle_link a.wt-calendar-page-link:before {
  content: '\e801';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  opacity: 0.85;
  min-width: 40px;
  padding: 0;
  text-align: left;
  font-size: 95%;
}
#slide-panel .slide-panel-content #calendars_toggle_link a.wt-calendar-page-link ~ ul {
  margin-left: 39px;
}
#slide-panel .slide-panel-content #calendars_toggle_link a.wt-calendar-page-link ~ ul a {
  line-height: normal;
  background: none;
  font-weight: normal;
  font-size: 14px;
}
#slide-panel .slide-panel-content #calendars_toggle_link a.wt-calendar-page-link ~ ul a:hover,
#slide-panel .slide-panel-content #calendars_toggle_link a.wt-calendar-page-link ~ ul a.active {
  color: #9ac1f7;
}
#slide-panel .slide-panel-content #custom_page_link #left-pane-page-toggle {
  display: none !important;
}
#slide-panel .slide-panel-content #custom_page_link #pages_toggle_link {
  display: block !important;
}
#slide-panel .slide-panel-content .icon-down-dir,
#slide-panel .slide-panel-content .icon-right-dir {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 100%;
}
#slide-panel .slide-panel-content .icon-down-dir:before,
#slide-panel .slide-panel-content .icon-right-dir:before {
  padding: 0;
}
#slide-panel .slide-panel-content .icon-down-dir:hover,
#slide-panel .slide-panel-content .icon-right-dir:hover {
  background: rgba(154, 193, 247, 0.1);
  color: #fff;
}
#slide-panel .slide-panel-content .icon-down-dir:before {
  transform: translateY(1px);
}
#slide-panel .slide-panel-content .icon-right-dir:before {
  transform: translate(2px, -1px);
}
#slide-panel .slide-panel-content i + a {
  padding-right: 45px;
}
#slide-panel .slide-panel-content #latest_topics_show .icon-topics:before {
  content: '\e818';
}
#slide-panel .slide-panel-content #startTopic {
  width: 100%;
  text-align: left;
  float: left !important;
  box-shadow: none !important;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.9);
  clear: both;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 15px;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
}
#slide-panel .slide-panel-content #startTopic:before {
  content: '\e822';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  opacity: 0.85;
  padding: 0;
  min-width: 39px;
  top: -1px;
  opacity: 0.7;
  text-align: left;
}
#slide-panel .slide-panel-content #startTopic:hover {
  color: #fff;
  background: rgba(154, 193, 247, 0.1);
}
#slide-panel #search_link {
  display: block;
}
#slide-panel hr {
  border-top-color: #26213f;
}
#slide-panel #startTopic {
  display: block !important;
}
#slide-panel #forums_toggle_link {
  display: block !important;
  float: left;
  width: 100%;
  height: auto !important;
}
#slide-panel #forums_toggle_link ul {
  clear: both;
}
#slide-panel #forums_toggle_link ul > li > i {
  top: 2px;
}
#forums_toggle_link ul,
#calendars_toggle_link ul {
  transition: all 0.04s ease;
}
#category-dropdown-toggle + a {
  width: auto;
}
.hover-menu {
  position: fixed;
  bottom: -300px;
  left: calc(50% - 585px);
  right: calc(50% - 585px);
  width: 1170px;
  float: left;
  z-index: 10;
  transition: bottom 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 20px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #26213f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(22, 19, 36, 0.9);
}
@supports (backdrop-filter: blur(5px)) {
  .hover-menu {
    background-color: rgba(22, 19, 36, 0.5);
  }
}
.hover-menu.open {
  bottom: 0;
}
.hover-menu .selected-count {
  padding-right: 0.3em;
  margin-right: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.hover-menu #hoverMenuText {
  margin-right: 40px;
  margin-left: -40px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.hover-menu .hover-menu-btns {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}
.hover-menu .hover-menu-btns > a:not(.close-menu),
.hover-menu .hover-menu-btns > input.btn,
.hover-menu .hover-menu-btns .dropdown > a {
  margin-right: 20px;
  float: left;
  background: rgba(154, 193, 247, 0.5) !important;
  color: #fff !important;
  border-radius: 3px;
  border: 1px solid rgba(154, 193, 247, 0.5);
  padding: 6px 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#pending-menu.hover-menu .hover-menu-btns > a:not(.close-menu),
#pending-menu.hover-menu .hover-menu-btns > input.btn,
#pending-menu.hover-menu .hover-menu-btns .dropdown > a {
  margin-bottom: 5px;
  margin-top: 5px;
}
.hover-menu .hover-menu-btns > a:not(.close-menu):hover,
.hover-menu .hover-menu-btns > input.btn:hover,
.hover-menu .hover-menu-btns .dropdown > a:hover,
.hover-menu .hover-menu-btns > a:not(.close-menu):focus,
.hover-menu .hover-menu-btns > input.btn:focus,
.hover-menu .hover-menu-btns .dropdown > a:focus {
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.2);
}
.hover-menu .hover-menu-btns > a:not(.close-menu):active,
.hover-menu .hover-menu-btns > input.btn:active,
.hover-menu .hover-menu-btns .dropdown > a:active {
  box-shadow: none;
}
.hover-menu .hover-menu-btns > a:not(.close-menu) > i:before,
.hover-menu .hover-menu-btns > input.btn > i:before,
.hover-menu .hover-menu-btns .dropdown > a > i:before {
  padding: 0;
}
.hover-menu .hover-menu-btns > a:not(.close-menu) > i.glyphicon-up-dir,
.hover-menu .hover-menu-btns > input.btn > i.glyphicon-up-dir,
.hover-menu .hover-menu-btns .dropdown > a > i.glyphicon-up-dir {
  order: 3;
  margin-left: 5px;
}
.hover-menu .hover-menu-btns > a:not(.close-menu) > i.glyphicon-up-dir:before,
.hover-menu .hover-menu-btns > input.btn > i.glyphicon-up-dir:before,
.hover-menu .hover-menu-btns .dropdown > a > i.glyphicon-up-dir:before {
  font-size: 0.5em;
  top: -2px;
}
.hover-menu .hover-menu-btns > a:not(.close-menu) > i + span[data-i18n],
.hover-menu .hover-menu-btns > input.btn > i + span[data-i18n],
.hover-menu .hover-menu-btns .dropdown > a > i + span[data-i18n] {
  margin-left: 5px;
}
.hover-menu .hover-menu-btns > a:not(.close-menu)[data-original-title]:not([data-original-title=""]):after,
.hover-menu .hover-menu-btns > input.btn[data-original-title]:not([data-original-title=""]):after,
.hover-menu .hover-menu-btns .dropdown > a[data-original-title]:not([data-original-title=""]):after {
  content: attr(data-original-title);
  margin-left: 5px;
}
.hover-menu .hover-menu-btns > a:not(.close-menu)[title]:not([title=""]):after,
.hover-menu .hover-menu-btns > input.btn[title]:not([title=""]):after,
.hover-menu .hover-menu-btns .dropdown > a[title]:not([title=""]):after {
  content: attr(title);
  margin-left: 5px;
}
.hover-menu .hover-menu-btns > .close-menu {
  display: block !important;
  margin-left: auto;
}
#pending-menu.hover-menu .hover-menu-btns > .close-menu {
  margin-top: -2px;
}
.hover-menu .hover-menu-btns > .close-menu i:before {
  padding: 0;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .hover-menu .tooltip {
    display: none !important;
  }
}
.hover-menu .dropdown > ul.dropdown-menu {
  top: auto;
  left: 0;
  bottom: calc(100% - -5px);
  min-width: 100%;
}
.all-topics-list + .hover-menu .dropdown > ul.dropdown-menu {
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .wt-embedded .all-topics-list + .hover-menu .dropdown > ul.dropdown-menu.left,
  .wt-embedded .wt-profile-page ~ .hover-menu .dropdown > ul.dropdown-menu.left,
  .wt-embedded #category_list + .hover-menu .dropdown > ul.dropdown-menu.left,
  .wt-embedded .wt-search-result + .hover-menu .dropdown > ul.dropdown-menu.left {
    left: 0;
  }
  .wt-embedded .all-topics-list + .hover-menu .dropdown > ul.dropdown-menu.right,
  .wt-embedded .wt-profile-page ~ .hover-menu .dropdown > ul.dropdown-menu.right,
  .wt-embedded #category_list + .hover-menu .dropdown > ul.dropdown-menu.right,
  .wt-embedded .wt-search-result + .hover-menu .dropdown > ul.dropdown-menu.right {
    left: auto;
    right: 0;
  }
}
.hover-menu .dropdown.open > a {
  pointer-events: none;
}
.hover-menu .dropdown.open > a ~ .tooltip {
  display: none !important;
}
@media only screen and (max-width: 1199px) and (min-width: 992px), only screen and (max-width: 991px) and (min-width: 768px) {
  .hover-menu {
    left: 20px;
    right: 20px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hover-menu {
    left: 10px;
    right: 10px;
    padding: 5px 10px;
    width: auto;
  }
  .hover-menu #hoverMenuText {
    margin-right: 20px;
  }
  .hover-menu .hover-menu-btns > a:not(.close-menu),
  .hover-menu .hover-menu-btns > input.btn,
  .hover-menu .hover-menu-btns .dropdown > a {
    margin-right: 10px;
  }
  .hover-menu .hover-menu-btns > a:not(.close-menu):after,
  .hover-menu .hover-menu-btns > input.btn:after,
  .hover-menu .hover-menu-btns .dropdown > a:after {
    display: none !important;
  }
}
.popover.hovercard {
  width: 350px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
  box-shadow: rgba(100, 85, 164, 0.2) 0px 0px 15px, rgba(100, 85, 164, 0.15) 0px 0px 3px 1px;
  border-radius: 5px;
}
.popover.hovercard .popover-content {
  padding: 10px;
  float: left;
}
.popover.hovercard .image-wrapper {
  margin: 0 10px 0 0;
}
.popover.hovercard .s-card-header {
  display: flex;
  width: 100%;
}
.popover.hovercard .member-detail > h4 {
  width: 100%;
  line-height: normal;
  margin-bottom: 5px;
}
.popover.hovercard .member-detail > h4 .display_name.two_line {
  display: block !important;
}
.popover.hovercard .member-detail > h4 .display_name.two_line .display_fullname {
  font-size: 18px !important;
}
.popover.hovercard .member-detail > h4 .display_name a ~ a {
  margin-left: 5px !important;
}
.popover.hovercard .display_name.two_line a.display_username {
  color: inherit;
  font-size: 14px !important;
}
.popover.hovercard .member-title,
.popover.hovercard .poster {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: normal;
}
.popover.hovercard .s-card-content.pull-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.popover.hovercard .s-card-content > li {
  padding: 5px 8px;
  margin: 10px 0;
}
.popover.hovercard .s-card-content > li:not(:first-child) {
  border-left: 1px solid rgba(38, 33, 63, 0.9);
}
.popover.hovercard .s-card-content > li > .s-desc {
  padding-bottom: 5px;
  display: block;
  font-size: 11px;
  letter-spacing: 0.25px;
  opacity: 0.5;
}
.popover.hovercard .s-card-options-wrapper {
  float: left;
  width: 100%;
}
.popover.hovercard .s-card-options-wrapper .s-card-options ul li {
  width: 100%;
  text-align: center;
  border: 1px solid #26213f;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.popover.hovercard .s-card-options-wrapper .s-card-options ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.popover.hovercard .s-card-options-wrapper .s-card-options ul li a#send_message {
  display: block;
  padding: 10px;
  color: inherit;
}
.popover.hovercard .s-card-options-wrapper .s-card-options ul li a#send_message:hover,
.popover.hovercard .s-card-options-wrapper .s-card-options ul li a#send_message:focus {
  color: #9ac1f7;
}
.popover.hovercard .s-card-options-wrapper i:before {
  padding: 0 5px 0 0;
}
.popover.hovercard .hovercard {
  display: none!important;
}
.popover.hovercard a {
  text-decoration: none !important;
  border-bottom: 0;
  padding-bottom: 0;
}
.popover.hovercard ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
/* Hovercard with Left Ads*/
.ads-wrapper-left + .main-container .message-entry.sent .image-wrapper.normal .popover.hovercard {
  margin-left: -115px;
}
.ads-wrapper-left + .main-container .message-entry.sent .image-wrapper.normal .popover.hovercard .arrow {
  margin-left: 104px !important;
}
.topics-list .panel-body > ul > li .topic-content .glyphicon,
.topics-list .panel-body > #sortable > ul > li .topic-content .glyphicon {
  font-size: 80%;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  z-index: 2;
}
.topics-list .panel-body > ul > li .topic-content .glyphicon:before,
.topics-list .panel-body > #sortable > ul > li .topic-content .glyphicon:before {
  opacity: 0.5;
  padding: 0;
}
.topics-list .panel-body > ul > li.unread,
.topics-list .panel-body > #sortable > ul > li.unread {
  border-left: 2px solid rgba(255, 255, 255, 0.9) !important;
}
.topics-list .panel-body > ul > li.noThreadMessage,
.topics-list .panel-body > #sortable > ul > li.noThreadMessage {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .topics-list .panel-body > ul > li.noThreadMessage,
  #body-wrapper .topics-list .panel-body > #sortable > ul > li.noThreadMessage {
    padding: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #body-wrapper .topics-list .panel-body > ul > li.noThreadMessage,
  #body-wrapper .topics-list .panel-body > #sortable > ul > li.noThreadMessage {
    padding: 20px !important;
  }
}
.topics-list .panel-body > ul > li .preview-text,
.topics-list .panel-body > #sortable > ul > li .preview-text {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.topics-list .panel-body > ul > li .preview-text > span[data-i18n]:last-child,
.topics-list .panel-body > #sortable > ul > li .preview-text > span[data-i18n]:last-child {
  font-size: 12px;
  display: none !important;
}
.topics-list .panel-body > ul > li .preview-text .wt-topic-tag,
.topics-list .panel-body > #sortable > ul > li .preview-text .wt-topic-tag {
  display: none !important;
}
.topics-list .panel-body > ul > li .category-of-topic,
.topics-list .panel-body > #sortable > ul > li .category-of-topic {
  float: left;
}
.topics-list .panel-body > ul > li .category-of-topic a.wt-category-name,
.topics-list .panel-body > #sortable > ul > li .category-of-topic a.wt-category-name {
  pointer-events: fill;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .topics-list .panel-body > ul > li .category-of-topic a.wt-category-name,
  .topics-list .panel-body > #sortable > ul > li .category-of-topic a.wt-category-name {
    position: relative;
    z-index: 1;
    font-size: 12px;
  }
}
.topics-list .panel-body > ul > li a,
.topics-list .panel-body > #sortable > ul > li a {
  color: rgba(255, 255, 255, 0.7);
}
.topics-list .panel-body > ul > li a:hover,
.topics-list .panel-body > #sortable > ul > li a:hover {
  color: #9ac1f7;
}
.topics-list .panel-body > ul > li a.topic-title:before,
.topics-list .panel-body > #sortable > ul > li a.topic-title:before {
  content: " ";
  position: absolute;
  top: -13px;
  bottom: -13px;
  width: 100%;
  height: auto;
  left: -20px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .topics-list .panel-body > ul > li a.topic-title:before,
  .topics-list .panel-body > #sortable > ul > li a.topic-title:before {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.topics-list .panel-body > ul > li .replies-topics-icon,
.topics-list .panel-body > #sortable > ul > li .replies-topics-icon {
  cursor: pointer;
}
.topics-list .topic-row-heading {
  float: left;
  width: 100%;
  padding: 0 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  height: 0;
  transform: translateY(10px);
  position: relative;
  text-transform: uppercase;
  display: block !important;
}
.topics-list .topic-row-heading a {
  color: inherit;
  position: relative;
}
.topics-list .topic-row-heading a.asc:after,
.topics-list .topic-row-heading a.desc:after {
  position: absolute;
  right: -12px;
  padding: 0;
  top: 5px;
  font-size: 8px;
}
.topics-list .topic-row-heading a.desc:after {
  transform: scaleY(-1);
  top: -3.5px;
}
.topics-list .topic-row-heading a.desc#last_post_header_link:after {
  top: 5px;
}
.topics-list .topic-row-heading a.desc#replies_header_link:after {
  top: 6.5px;
}
.topics-list .topic-row-heading a.desc#views_header_link:after {
  top: 6.5px;
}
.topics-list .topic-row-heading > li,
.topics-list .topic-row-heading ul {
  float: left;
}
.topics-list .topic-row-heading > li:nth-child(1) {
  width: calc(100% - 735px);
}
.topics-list .topic-row-heading > li:nth-child(2) {
  width: 260px;
  padding-left: 10px;
}
.topics-list .topic-row-heading > li:nth-child(3) {
  width: 128px;
}
.topics-list .topic-row-heading > ul:nth-child(4) {
  width: 347px;
  display: flex;
  text-align: center;
  padding-left: 10px;
  padding-right: 26px;
  position: relative;
}
.topics-list .topic-row-heading > ul:nth-child(4) > li {
  flex: 1;
}
.topics-list .topic-row-heading > ul:nth-child(4) .mod {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .topics-list .topic-row-heading {
    height: auto;
    transform: none;
    padding: 10px 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .topics-list .panel-body > ul > li > .col-md-9,
  .topics-list .panel-body > #sortable > ul > li > .col-md-9 {
    flex: 1 calc(100% - 735px);
    width: calc(100% - 735px);
  }
  .topics-list .panel-body > ul > li > .col-md-9 > .image-wrapper,
  .topics-list .panel-body > #sortable > ul > li > .col-md-9 > .image-wrapper {
    display: none !important;
  }
  .topics-list .panel-body > ul > li .topic-content h4,
  .topics-list .panel-body > #sortable > ul > li .topic-content h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.85714286em;
  }
  .topics-list .panel-body > ul > li > .col-md-3,
  .topics-list .panel-body > #sortable > ul > li > .col-md-3 {
    flex: 1 735px;
    width: 735px;
  }
  .topics-list .panel-body > ul > li .topic-content .glyphicon-lock,
  .topics-list .panel-body > #sortable > ul > li .topic-content .glyphicon-lock,
  .topics-list .panel-body > ul > li .topic-content .glyphicon-stats,
  .topics-list .panel-body > #sortable > ul > li .topic-content .glyphicon-stats {
    display: inline-block !important;
    transform: translateY(-1px);
  }
  .topics-list .panel-body > ul > li .topic-content .glyphicon-lock,
  .topics-list .panel-body > #sortable > ul > li .topic-content .glyphicon-lock {
    transform: translateY(-1px);
  }
  .topics-list .panel-body > ul > li .topic-content .glyphicon-stats,
  .topics-list .panel-body > #sortable > ul > li .topic-content .glyphicon-stats {
    transform: translateY(-2px);
  }
  .topics-list .panel-body > ul > li .category-of-topic,
  .topics-list .panel-body > #sortable > ul > li .category-of-topic {
    padding: 0 10px 0 10px;
    width: 260px;
    font-size: 12px;
    letter-spacing: 0.014em;
    font-weight: normal;
  }
  .topics-list .panel-body > ul > li .category-of-topic a.wt-category-name,
  .topics-list .panel-body > #sortable > ul > li .category-of-topic a.wt-category-name {
    order: 1;
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: 2.6em;
    margin: 2.5px 5px 0 0;
    float: left;
  }
  .topics-list .panel-body > ul > li .category-of-topic a.wt-topic-tag,
  .topics-list .panel-body > #sortable > ul > li .category-of-topic a.wt-topic-tag {
    float: initial;
  }
  #body-wrapper .topics-list .panel-body > ul > li .category-of-topic a.wt-topic-tag,
  #body-wrapper .topics-list .panel-body > #sortable > ul > li .category-of-topic a.wt-topic-tag {
    margin-top: 2.5px;
  }
  .topics-list .panel-body > ul > li .last-post,
  .topics-list .panel-body > #sortable > ul > li .last-post {
    float: left !important;
    width: 128px;
    order: 2;
  }
  .topics-list .panel-body > ul > li .mod,
  .topics-list .panel-body > #sortable > ul > li .mod {
    width: 347px;
    display: flex;
    padding-left: 10px;
    padding-right: 26px;
    position: relative;
    order: 3;
    align-items: center;
  }
  .topics-list .panel-body > ul > li .mod .icon,
  .topics-list .panel-body > #sortable > ul > li .mod .icon,
  .topics-list .panel-body > ul > li .mod .glyphicon,
  .topics-list .panel-body > #sortable > ul > li .mod .glyphicon {
    display: none !important;
  }
  .topics-list .panel-body > ul > li .mod > a,
  .topics-list .panel-body > #sortable > ul > li .mod > a,
  .topics-list .panel-body > ul > li .mod time,
  .topics-list .panel-body > #sortable > ul > li .mod time,
  .topics-list .panel-body > ul > li .mod span.replies-topics-icon,
  .topics-list .panel-body > #sortable > ul > li .mod span.replies-topics-icon,
  .topics-list .panel-body > ul > li .mod .views,
  .topics-list .panel-body > #sortable > ul > li .mod .views,
  .topics-list .panel-body > ul > li .mod .last_post_activity,
  .topics-list .panel-body > #sortable > ul > li .mod .last_post_activity {
    flex: 1;
    text-align: center;
  }
  .topics-list .panel-body > ul > li .mod > a > span,
  .topics-list .panel-body > #sortable > ul > li .mod > a > span {
    display: block;
  }
  .topics-list .panel-body > ul > li .mod > .views,
  .topics-list .panel-body > #sortable > ul > li .mod > .views,
  .topics-list .panel-body > ul > li .mod .last_post_activity,
  .topics-list .panel-body > #sortable > ul > li .mod .last_post_activity {
    color: inherit;
    cursor: default;
  }
  .topics-list .panel-body > ul > li .mod > .entry-checkbox,
  .topics-list .panel-body > #sortable > ul > li .mod > .entry-checkbox,
  .topics-list .panel-body > ul > li .mod > .checkbox,
  .topics-list .panel-body > #sortable > ul > li .mod > .checkbox {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  #category_list .topics-list .topic-row-heading:has(.mod) {
    margin-bottom: 40px;
  }
  .topics-list .topic-row-heading li {
    display: none !important;
  }
  .topics-list .topic-row-heading > ul:nth-child(4) {
    position: static;
  }
  .topics-list .topic-row-heading > ul:nth-child(4) .mod {
    position: absolute;
    right: 10px;
    top: -1px;
  }
  .topics-list .panel-body > ul > li,
  .topics-list .panel-body > #sortable > ul > li {
    padding-left: 66px !important;
    padding-right: 10px;
  }
  .topics-list .panel-body > ul > li > .col-md-9,
  .topics-list .panel-body > #sortable > ul > li > .col-md-9,
  .topics-list .panel-body > ul > li > .col-md-3,
  .topics-list .panel-body > #sortable > ul > li > .col-md-3 {
    position: static;
    width: 100%;
  }
  .topics-list .panel-body > ul > li > .col-md-9 > .image-wrapper,
  .topics-list .panel-body > #sortable > ul > li > .col-md-9 > .image-wrapper {
    position: absolute;
    left: 20px;
  }
  .topics-list .panel-body > ul > li > .col-md-9 > .image-wrapper a.username:not(.hovercard .image-wrapper > a),
  .topics-list .panel-body > #sortable > ul > li > .col-md-9 > .image-wrapper a.username:not(.hovercard .image-wrapper > a) {
    position: relative;
    z-index: 2;
  }
  .topics-list .panel-body > ul > li > .col-md-9 > .image-wrapper a.username:not(.hovercard .image-wrapper > a) ~ i,
  .topics-list .panel-body > #sortable > ul > li > .col-md-9 > .image-wrapper a.username:not(.hovercard .image-wrapper > a) ~ i {
    z-index: 2;
  }
  .topics-list .panel-body > ul > li .topic-title,
  .topics-list .panel-body > #sortable > ul > li .topic-title {
    font-size: 16px;
    line-height: 1.2;
  }
  .topics-list .panel-body > ul > li .category-of-topic,
  .topics-list .panel-body > #sortable > ul > li .category-of-topic {
    width: 100%;
    position: relative;
    padding-left: 10px;
    margin-top: 5px;
    font-weight: 600;
  }
  .topics-list .panel-body > ul > li .category-of-topic:before,
  .topics-list .panel-body > #sortable > ul > li .category-of-topic:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.5em;
    left: 0;
    border-radius: 100%;
    background-color: #9ac1f7;
    font-size: 14px;
  }
  #body-wrapper .topics-list .panel-body > ul > li .category-of-topic a.wt-topic-tag,
  #body-wrapper .topics-list .panel-body > #sortable > ul > li .category-of-topic a.wt-topic-tag {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .topics-list .panel-body > ul > li .mod,
  .topics-list .panel-body > #sortable > ul > li .mod {
    display: block;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    position: static;
  }
  .topics-list .panel-body > ul > li .mod > a,
  .topics-list .panel-body > #sortable > ul > li .mod > a,
  .topics-list .panel-body > ul > li .mod span.replies-topics-icon,
  .topics-list .panel-body > #sortable > ul > li .mod span.replies-topics-icon,
  .topics-list .panel-body > ul > li .mod .views,
  .topics-list .panel-body > #sortable > ul > li .mod .views,
  .topics-list .panel-body > ul > li .mod .last_post_activity,
  .topics-list .panel-body > #sortable > ul > li .mod .last_post_activity {
    margin-right: 20px;
    order: 1;
    color: inherit;
    position: relative;
    z-index: 2;
  }
  .topics-list .panel-body > ul > li .mod > a i:before,
  .topics-list .panel-body > #sortable > ul > li .mod > a i:before,
  .topics-list .panel-body > ul > li .mod span.replies-topics-icon i:before,
  .topics-list .panel-body > #sortable > ul > li .mod span.replies-topics-icon i:before,
  .topics-list .panel-body > ul > li .mod .views i:before,
  .topics-list .panel-body > #sortable > ul > li .mod .views i:before,
  .topics-list .panel-body > ul > li .mod .last_post_activity i:before,
  .topics-list .panel-body > #sortable > ul > li .mod .last_post_activity i:before {
    padding: 0 5px 0 0;
  }
  .topics-list .panel-body > ul > li .mod > i,
  .topics-list .panel-body > #sortable > ul > li .mod > i {
    margin-right: 20px;
    order: 2;
  }
  .topics-list .panel-body > ul > li .mod > i:before,
  .topics-list .panel-body > #sortable > ul > li .mod > i:before {
    top: -1px;
    padding: 0;
  }
  .topics-list .panel-body > ul > li .mod > time,
  .topics-list .panel-body > #sortable > ul > li .mod > time {
    margin-right: 20px;
  }
  .topics-list .panel-body > ul > li .mod > time,
  .topics-list .panel-body > #sortable > ul > li .mod > time,
  .topics-list .panel-body > ul > li .mod > .last_post_activity > time,
  .topics-list .panel-body > #sortable > ul > li .mod > .last_post_activity > time {
    order: 1;
  }
  .topics-list .panel-body > ul > li .mod > time:before,
  .topics-list .panel-body > #sortable > ul > li .mod > time:before,
  .topics-list .panel-body > ul > li .mod > .last_post_activity > time:before,
  .topics-list .panel-body > #sortable > ul > li .mod > .last_post_activity > time:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    opacity: 0.85;
    content: '\e837';
    padding: 0 5px 0 0;
  }
  .topics-list .panel-body > ul > li .mod .entry-checkbox,
  .topics-list .panel-body > #sortable > ul > li .mod .entry-checkbox,
  .topics-list .panel-body > ul > li .mod > .checkbox,
  .topics-list .panel-body > #sortable > ul > li .mod > .checkbox {
    order: 3;
    margin-left: auto;
    position: absolute;
    top: 10px;
    right: 9px;
    z-index: 1;
  }
  .topics-list .panel-body > ul > li .last-post,
  .topics-list .panel-body > #sortable > ul > li .last-post {
    display: none !important;
  }
  .topics-list .panel-body > ul > li > .col-md-3,
  .topics-list .panel-body > #sortable > ul > li > .col-md-3 {
    display: block !important;
  }
  .topics-list .panel-body.selectAllCheckboxisVisible .topic-content {
    width: 95%;
    display: block;
    position: relative;
  }
  .topics-list .panel-body.selectAllCheckboxisVisible .topic-content h4 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topics-list .panel-body > ul > li,
  .topics-list .panel-body > #sortable > ul > li {
    padding-left: 56px !important;
    padding-right: 10px;
  }
  .topics-list .panel-body > ul > li > .col-md-9 > .image-wrapper,
  .topics-list .panel-body > #sortable > ul > li > .col-md-9 > .image-wrapper {
    left: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .no-category-available .topics-list .topic-row-heading > li:nth-child(1) {
    width: calc(100% - 475px);
  }
  .no-category-available .topics-list .topic-row-heading > li:nth-child(2) {
    display: none !important;
  }
  .no-category-available .topics-list .panel-body > ul > li > .col-md-9,
  .no-category-available .topics-list .panel-body > #sortable > ul > li > .col-md-9 {
    flex: 1 calc(100% - 475px);
    width: calc(100% - 475px);
    padding-right: 40px;
  }
  .no-category-available .topics-list .panel-body > ul > li > .col-md-3,
  .no-category-available .topics-list .panel-body > #sortable > ul > li > .col-md-3 {
    flex: 1 475px;
    width: 475px;
  }
}
#body-wrapper .wt-topic-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  padding: 2px 0 2.5px 0;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  font-weight: 300;
  margin-top: -2px;
  margin-right: 5px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#body-wrapper .wt-topic-tag > span {
  padding-left: 5px;
  padding-right: 5px;
}
#body-wrapper .wt-topic-tag.wt-more-topic-tag {
  background: none;
}
#body-wrapper .wt-topic-tag.wt-more-topic-tag > span {
  padding-left: 0;
  padding-right: 0;
}
#body-wrapper .wt-topic-tag.wt-more-topic-tag + .tooltip .tooltip-inner {
  font-size: 12px;
  text-align: left;
}
#body-wrapper .wt-topic-tag.wt-more-topic-tag + .tooltip .tooltip-inner .wt-spacing-divider {
  display: block;
  margin-top: 5px;
}
#body-wrapper .wt-topic-tag.wt-new-topic-tag > span {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
#body-wrapper .wt-topic-tag.wt-new-topic-tag > span > .wt-new-topic-tag-icon {
  margin-top: -2px;
}
#body-wrapper .wt-topic-tag.wt-new-topic-tag .wt-new-topic-tag-text {
  font-size: 80%;
}
#body-wrapper .wt-topic-tag.wt-new-topic-tag:hover {
  background: rgba(154, 193, 247, 0.1);
  color: #9ac1f7;
}
#body-wrapper .wt-topics-filter-container .truncated-text-tooltip {
  max-width: 120px;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#body-wrapper .wt-topics-filter-container .dropdown-menu {
  width: 260px;
}
#body-wrapper .wt-topics-filter-container .dropdown-menu .text-muted {
  text-transform: none;
}
#body-wrapper .wt-topics-filter-container .dropdown-menu .form-group {
  margin: 0;
  padding: 10px;
}
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > .text-muted {
  padding: 10px 10px 15px 15px;
}
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > a {
  display: flex;
  align-items: center;
}
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > a ~ .wt-topic-tag-mod-icons {
  position: relative;
}
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > a:hover ~ .wt-topic-tag-mod-icons [id^="editTag"],
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > a:focus ~ .wt-topic-tag-mod-icons [id^="editTag"],
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > a:hover ~ .wt-topic-tag-mod-icons [id^="deleteTag"],
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > a:focus ~ .wt-topic-tag-mod-icons [id^="deleteTag"] {
  color: #fff;
}
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > a:hover .wt-tag-topic-count,
#body-wrapper .wt-topics-filter-container .dropdown-scrollable-content > li > a:focus .wt-tag-topic-count {
  background: rgba(255, 255, 255, 0.2);
}
#body-wrapper .wt-topics-filter-container .wt-tag-filter-value {
  max-width: calc(100% - 100px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#body-wrapper .wt-topics-filter-container .wt-tag-topic-count {
  font-size: 80%;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1em;
  margin-left: 5px;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  #body-wrapper .wt-topics-filter-container .wt-topic-tag-mod-icons {
    visibility: hidden;
  }
  #body-wrapper .wt-topics-filter-container .wt-tag-filter-value {
    max-width: 100%;
  }
  #body-wrapper .wt-topics-filter-container li:hover > a > .wt-tag-filter-value,
  #body-wrapper .wt-topics-filter-container li:focus > a > .wt-tag-filter-value {
    max-width: calc(100% - 108px);
  }
  #body-wrapper .wt-topics-filter-container li:hover > .wt-topic-tag-mod-icons,
  #body-wrapper .wt-topics-filter-container li:focus > .wt-topic-tag-mod-icons {
    visibility: visible;
  }
}
.files-list div.panel-body,
.topics-list div.panel-body {
  padding: 0;
}
.files-list .panel-body > ul > li,
.topics-list .panel-body > ul > li,
.files-list .panel-body > #sortable > ul > li,
.topics-list .panel-body > #sortable > ul > li {
  padding: 10px 20px;
  border-bottom: 1px solid #26213f;
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  .files-list .panel-body > ul > li,
  .topics-list .panel-body > ul > li,
  .files-list .panel-body > #sortable > ul > li,
  .topics-list .panel-body > #sortable > ul > li {
    display: flex;
    align-items: center;
  }
  .files-list .panel-body > ul > li:hover,
  .topics-list .panel-body > ul > li:hover,
  .files-list .panel-body > #sortable > ul > li:hover,
  .topics-list .panel-body > #sortable > ul > li:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
.files-list .panel-body > ul > li .preview-text > span[data-i18n]:last-child,
.topics-list .panel-body > ul > li .preview-text > span[data-i18n]:last-child,
.files-list .panel-body > #sortable > ul > li .preview-text > span[data-i18n]:last-child,
.topics-list .panel-body > #sortable > ul > li .preview-text > span[data-i18n]:last-child {
  width: 100%;
  flex: 1 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  order: 1;
  margin-top: 5px;
  line-height: normal;
}
.files-list .panel-body > ul > li > .col-md-3,
.topics-list .panel-body > ul > li > .col-md-3,
.files-list .panel-body > #sortable > ul > li > .col-md-3,
.topics-list .panel-body > #sortable > ul > li > .col-md-3 {
  display: flex;
  align-items: center;
}
.files-list .panel-body > ul > li .file-title .topic-title,
.topics-list .panel-body > ul > li .file-title .topic-title,
.files-list .panel-body > #sortable > ul > li .file-title .topic-title,
.topics-list .panel-body > #sortable > ul > li .file-title .topic-title {
  color: rgba(255, 255, 255, 0.8);
}
.files-list .panel-body > ul > li .file-title .topic-title:hover,
.topics-list .panel-body > ul > li .file-title .topic-title:hover,
.files-list .panel-body > #sortable > ul > li .file-title .topic-title:hover,
.topics-list .panel-body > #sortable > ul > li .file-title .topic-title:hover {
  color: #9ac1f7;
}
#body-wrapper .secondary-header .wt-topic-tag > span {
  line-height: initial;
}
#body-wrapper #topicTagsDropdown {
  position: relative;
}
#body-wrapper #topicTagsDropdown > li {
  display: flex;
  align-items: center;
}
#body-wrapper #topicTagsDropdown > li > a {
  width: 100%;
  line-height: normal;
}
#body-wrapper #topicTagsDropdown > li > .wt-topic-tag-mod-icons {
  position: absolute;
  margin: 0;
}
#body-wrapper .dragging .no-drop:before {
  background: rgba(22, 19, 36, 0.9);
}
.forum-list .panel-body {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .forum-list .category-row-heading {
    display: block !important;
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 5px 5px 0 0;
    line-height: 16px;
    text-transform: uppercase;
  }
  .forum-list .category-row-heading > li {
    float: left;
  }
  .forum-list .category-row-heading > li:nth-child(1) {
    width: calc(100% - 540px);
  }
  .forum-list .category-row-heading > li:nth-child(2) {
    width: 350px;
    padding-left: 40px;
  }
  .forum-list .category-row-heading > li:nth-child(2) > .pull-right {
    width: 70px;
    text-align: center;
  }
  .forum-list .category-row-heading > li:nth-child(3) {
    display: none;
  }
  .forum-list .category-row-heading > li:nth-child(4) {
    width: 70px;
    text-align: center;
  }
  .forum-list .category-row-heading > li:nth-child(5) {
    width: 70px;
    text-align: center;
  }
  .forum-list .columns-wrapper:not(:hover) .close-row {
    opacity: 0.3;
  }
  .forum-list .columns-wrapper {
    padding: 15px 20px;
    font-size: 12px;
  }
  .forum-list .columns-wrapper > span:first-child {
    flex: 1 calc(100% - 540px);
    width: calc(100% - 540px);
  }
  .forum-list .columns-wrapper > span:first-child > p {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.5);
  }
  .forum-list .columns-wrapper > span:last-child {
    flex: 1 540px;
    width: 540px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    position: static;
  }
  .forum-list .columns-wrapper .last-post {
    flex: 1 310px;
    width: 310px;
    max-width: 310px;
    order: 1;
  }
  .forum-list .columns-wrapper .last-post > .image-wrapper {
    float: left !important;
  }
  .forum-list .columns-wrapper .last-post > i {
    font-style: normal;
    float: right !important;
    margin-left: 10px;
    width: calc(100% - 36px - 10px);
  }
  .forum-list .columns-wrapper .last-post > i:only-child {
    margin-left: 0;
    width: 100%;
    line-height: normal;
  }
  .forum-list .columns-wrapper .last-post > i:not([data-i18n]) {
    font-size: 0px;
  }
  .forum-list .columns-wrapper .last-post > i > span > time {
    float: right;
    width: 70px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
  }
  .forum-list .columns-wrapper .last-post .latest-topic {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 115px);
    float: left;
    font-size: 12px;
    line-height: 36px;
  }
  .forum-list .columns-wrapper .forum-count {
    flex: 1 190px;
    width: 190px;
    order: 2;
  }
  .forum-list .columns-wrapper .forum-count:only-child {
    flex: 1 100%;
    width: 100%;
    order: 1;
    text-align: left;
  }
  .forum-list .columns-wrapper .forum-count i.bd-wrapper {
    margin-left: 5px;
  }
  .forum-list .columns-wrapper .forum-count i.bd-wrapper:before {
    padding: 0;
  }
  .forum-list .columns-wrapper .mod {
    order: 3;
  }
  .forum-list .columns-wrapper .mod + .forum-count {
    flex: 1 173px;
    width: 173px;
  }
  .forum-list .columns-wrapper .mod .checkbox-material {
    margin-right: 0;
  }
  .forum-list .columns-wrapper .TopicsCount,
  .forum-list .columns-wrapper .PostsCount {
    float: left;
    width: 70px;
    text-align: center;
    cursor: text;
  }
  .forum-list .columns-wrapper .TopicsCount > i,
  .forum-list .columns-wrapper .PostsCount > i {
    display: none !important;
  }
  .forum-list .columns-wrapper .close-row {
    float: right;
    margin-left: auto;
  }
  .forum-list .columns-wrapper .close-row > i:before {
    padding-left: 0;
  }
}
.forum-list .columns-wrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #26213f;
  display: flex;
  align-items: center;
}
.forum-list .columns-wrapper h3 {
  font-size: inherit;
  line-height: normal;
}
.forum-list .columns-wrapper h3 > .help-tooltip.unreadTopicCount {
  position: relative;
  z-index: 1;
}
.forum-list .columns-wrapper a {
  color: rgba(255, 255, 255, 0.7);
}
.forum-list .columns-wrapper a:hover {
  color: #9ac1f7;
}
.forum-list .columns-wrapper a .forum-title {
  color: rgba(255, 255, 255, 0.8);
}
.forum-list .columns-wrapper a .forum-title * {
  display: inline;
}
.forum-list .columns-wrapper a .forum-title:hover {
  color: #9ac1f7;
}
.forum-list .columns-wrapper a .forum-title:before {
  content: " ";
  position: absolute;
  top: -13px;
  bottom: -13px;
  width: 100%;
  height: auto;
  left: -20px;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .forum-list .columns-wrapper a .forum-title:before {
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.forum-list .columns-wrapper .forum-count > .help-tooltip {
  cursor: auto;
  color: rgba(255, 255, 255, 0.7) !important;
}
.forum-list ul:last-child > li:last-child > .columns-wrapper {
  border-bottom: none;
}
.forum-list .close-row > i:before {
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .forum-list .columns-wrapper {
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    justify-content: space-between;
  }
  .forum-list .columns-wrapper.columns-wrapper > span {
    flex: 0 auto;
    width: auto;
    padding: 0 10px 10px 10px;
    max-width: 100%;
    position: static;
  }
  .forum-list .columns-wrapper.columns-wrapper > span > .forum-count > a {
    position: relative;
    z-index: 1;
  }
  .forum-list .columns-wrapper > span:last-child {
    flex-wrap: wrap;
    margin-left: auto;
  }
  .forum-list .columns-wrapper .forum-count > a:not(:first-child) {
    margin-left: 20px;
  }
  .forum-list .columns-wrapper .mod > label.checkbox {
    margin-left: 20px;
  }
  .forum-list .columns-wrapper .last-post {
    width: 100%;
    margin-top: 10px;
  }
  .forum-list .columns-wrapper .last-post > i {
    width: calc(100% - 36px);
    text-align: right;
    font-style: normal;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.6);
  }
  .forum-list .columns-wrapper .last-post > i:only-child {
    width: 100%;
    padding-right: 0;
  }
  .forum-list .columns-wrapper .last-post > i a {
    color: rgba(255, 255, 255, 0.7);
  }
  .forum-list .columns-wrapper .last-post > i a:hover {
    color: #9ac1f7;
  }
  .forum-list .columns-wrapper .last-post > i + .image-wrapper > a,
  .forum-list .columns-wrapper .last-post > i + .image-wrapper > span {
    position: relative;
    z-index: 1;
  }
  .forum-list .columns-wrapper .last-post > i + .image-wrapper > a ~ i,
  .forum-list .columns-wrapper .last-post > i + .image-wrapper > span ~ i {
    z-index: 1;
  }
  .forum-list .columns-wrapper .last-post .latest-topic {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 100%;
  }
  .forum-list .columns-wrapper .last-post .latest-topic,
  .forum-list .columns-wrapper .last-post .latest-topic + span time,
  .forum-list .columns-wrapper .last-post .latest-topic + span ~ a {
    position: relative;
    z-index: 1;
  }
  .forum-list .columns-wrapper .last-post .image-wrapper .tooltip {
    left: auto !important;
    right: -10px;
  }
  .forum-list .columns-wrapper .last-post .image-wrapper .tooltip .tooltip-arrow {
    left: auto;
    right: 10px;
  }
  .forum-list .columns-wrapper .last-post .image-wrapper .popover.hovercard {
    left: auto !important;
    right: -14px;
  }
  .forum-list .columns-wrapper .last-post .image-wrapper .popover.hovercard .arrow {
    left: auto;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .forum-list .forum-count > a.close-row + .tooltip {
    left: auto !important;
    right: 6px;
  }
  .forum-list .forum-count > a.close-row + .tooltip .tooltip-arrow {
    left: auto !important;
    right: 6px;
  }
  .forum-list .columns-wrapper .last-post > i:only-child {
    display: none !important;
  }
}
.subforum-list {
  display: block;
  margin-top: 5px;
  line-height: 1.8;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
}
.subforum-list:before {
  content: url('/images/forum1/subforum_stem.png');
  position: absolute;
  left: 0;
  top: -1px;
}
.subforum-list > a * {
  display: inline;
}
.subforum-list > a:not(:last-of-type) {
  margin-right: 10px;
}
.subforum-list > a:not(:last-of-type):after {
  content: ",";
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
.subforum-list > a.forum_title {
  position: relative;
  z-index: 1;
}
.tooltip {
  pointer-events: none;
  font-size: 12px;
}
.tooltip .tooltip-arrow {
  display: block;
}
.tooltip .tooltip-inner {
  border-radius: 5px;
  box-shadow: none;
  padding: 10px;
  line-height: 1.4em;
  white-space: normal;
  word-break: break-word;
  min-width: 130px;
  text-transform: none;
}
.helper {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  cursor: help;
}
#body-wrapper .clickable-tooltip + .tooltip {
  pointer-events: auto;
}
#body-wrapper .clickable-tooltip > span {
  pointer-events: none;
}
#body-wrapper .clickable-tooltip + .tooltip a {
  color: inherit;
}
#body-wrapper .clickable-tooltip + .tooltip a:hover,
#body-wrapper .clickable-tooltip + .tooltip a:focus {
  text-decoration: underline;
}
.wt-body .alert,
.wt-body .bmessage {
  border-width: 1px;
  border-style: solid;
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-block;
  font-weight: normal;
}
.wt-body .alert small,
.wt-body .bmessage small {
  font-size: inherit;
}
.wt-body .alert strong,
.wt-body .bmessage strong,
.wt-body .alert b,
.wt-body .bmessage b {
  font-weight: normal;
}
.wt-body .alert .text-center,
.wt-body .bmessage .text-center {
  text-align: left;
}
.wt-body .alert a:not(.btn),
.wt-body .bmessage a:not(.btn) {
  color: #9ac1f7;
}
.wt-body .alert p + p,
.wt-body .bmessage p + p {
  margin-top: 5px;
}
.wt-body .alert .text-info,
.wt-body .bmessage .text-info,
.wt-body .alert .text-danger,
.wt-body .bmessage .text-danger,
.wt-body .alert .text-success,
.wt-body .bmessage .text-success,
.wt-body .alert .text-warning,
.wt-body .bmessage .text-warning {
  color: inherit;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .alert,
  .wt-body .bmessage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.panel-body > ul > li > .alert:only-child,
.panel-body > .bmessage:only-child,
.panel-body > .alert:only-child,
.wt-ignore-users .ignore-list > .alert {
  margin-bottom: 0;
}
.wt-body .bmessage {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) {
  .wt-body .container.settings .alert-danger .bd-wrapper {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.wt-body #smilie_inner_content .alert-success br {
  display: none;
}
#activateAccountMessageModal .verif-btn {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  #activateAccountMessageModal .verif-btn > .btn {
    display: block;
  }
  #activateAccountMessageModal .verif-btn > .btn + .btn {
    margin-top: 10px;
  }
}
#body-wrapper .btn-msg {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  #body-wrapper .btn-msg {
    display: block;
  }
  #body-wrapper .btn-msg + .btn-msg {
    margin-top: 10px;
  }
}
.alert.wt-incorrect-password-message > span {
  margin: 5px 0;
  margin-right: 10px;
  display: inline-block;
}
#body-wrapper .registration_msg p > .btn-msg.bd-wrapper {
  margin-left: 0;
}
#body-wrapper .registration_msg p > a.btn-msg {
  display: inline;
}
#body-wrapper .registration_msg p > .email {
  font-weight: bold;
}
.wt-body .dropdown-menu,
.wt-body .ui-autocomplete,
.wt-body .notifications {
  margin: 0;
  padding: 0;
  min-width: 50px;
  overflow: hidden;
  font-size: #9ac1f7;
  background-clip: border-box !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(14, 12, 23, 0.9);
}
@supports (backdrop-filter: blur(10px)) {
  .wt-body .dropdown-menu,
  .wt-body .ui-autocomplete,
  .wt-body .notifications {
    background-color: rgba(14, 12, 23, 0.5);
  }
}
.wt-body .dropdown-menu > li,
.wt-body .ui-autocomplete > li,
.wt-body .notifications > li {
  background-color: rgba(22, 19, 36, 0.5);
}
.wt-body .dropdown-menu li,
.wt-body .ui-autocomplete li,
.wt-body .notifications li {
  clear: both;
}
.wt-body .dropdown-menu li:after,
.wt-body .ui-autocomplete li:after,
.wt-body .notifications li:after {
  content: " ";
  display: table;
  clear: both;
}
.wt-body .dropdown-menu li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers),
.wt-body .ui-autocomplete li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers),
.wt-body .notifications li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers),
.wt-body .dropdown-menu li .wt-dropdown-item,
.wt-body .ui-autocomplete li .wt-dropdown-item,
.wt-body .notifications li .wt-dropdown-item,
.wt-body .dropdown-menu li .ui-menu-item-wrapper,
.wt-body .ui-autocomplete li .ui-menu-item-wrapper,
.wt-body .notifications li .ui-menu-item-wrapper {
  padding: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background: none;
  text-transform: none;
  line-height: normal;
}
.wt-body .dropdown-menu li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers):hover,
.wt-body .ui-autocomplete li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers):hover,
.wt-body .notifications li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers):hover,
.wt-body .dropdown-menu li .wt-dropdown-item:hover,
.wt-body .ui-autocomplete li .wt-dropdown-item:hover,
.wt-body .notifications li .wt-dropdown-item:hover,
.wt-body .dropdown-menu li .ui-menu-item-wrapper:hover,
.wt-body .ui-autocomplete li .ui-menu-item-wrapper:hover,
.wt-body .notifications li .ui-menu-item-wrapper:hover {
  color: #fff;
  background: rgba(154, 193, 247, 0.1);
}
.wt-body .dropdown-menu li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers) > i,
.wt-body .ui-autocomplete li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers) > i,
.wt-body .notifications li a:not(.wt-dropdown-inline-link, .btn-subtle, .page-numbers) > i,
.wt-body .dropdown-menu li .wt-dropdown-item > i,
.wt-body .ui-autocomplete li .wt-dropdown-item > i,
.wt-body .notifications li .wt-dropdown-item > i,
.wt-body .dropdown-menu li .ui-menu-item-wrapper > i,
.wt-body .ui-autocomplete li .ui-menu-item-wrapper > i,
.wt-body .notifications li .ui-menu-item-wrapper > i {
  color: inherit;
}
.wt-body .dropdown-menu.check-select li a,
.wt-body .ui-autocomplete.check-select li a,
.wt-body .notifications.check-select li a {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.wt-body .dropdown-menu.check-select li a .glyphicon-ok,
.wt-body .ui-autocomplete.check-select li a .glyphicon-ok,
.wt-body .notifications.check-select li a .glyphicon-ok {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}
.wt-body .dropdown-menu.check-select li a .glyphicon-ok:before,
.wt-body .ui-autocomplete.check-select li a .glyphicon-ok:before,
.wt-body .notifications.check-select li a .glyphicon-ok:before {
  padding: 0;
}
.wt-body .divider {
  display: none;
}
.wt-body .topic-filter-container > ul.dropdown-menu.subtle-filter {
  background: none !important;
}
.wt-body .topic-filter-container > ul.dropdown-menu.subtle-filter .dropdown-menu.custom {
  background: #161324;
}
@media only screen and (max-width: 767px) {
  .wt-body .topic-filter-container > ul.dropdown-menu.subtle-filter:hover {
    background: #161324 !important;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .topic-filter-container > ul.dropdown-menu.subtle-filter {
    position: relative;
    display: flex !important;
  }
  .wt-body .topic-filter-container > ul.dropdown-menu.subtle-filter:hover {
    display: flex !important;
  }
  .wt-body .topic-filter-container > ul.dropdown-menu.subtle-filter li a {
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .topic-filter-container .btn.btn-subtle {
    line-height: 2;
  }
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  font-size: 14px;
}
.ui-autocomplete.pull-right {
  right: 0;
  left: auto;
}
.ui-autocomplete .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #26213f;
}
.ui-autocomplete > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item-wrapper {
  cursor: pointer;
}
.wt-body .ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  width: calc(100% - 63%) !important;
}
@media only screen and (max-width: 767px) {
  .wt-body .ui-autocomplete {
    width: calc(100% - 40px) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .left-ads-available.wt-body .ui-autocomplete {
    width: calc(100% - 64.1%) !important;
  }
}
.ui-helper-hidden-accessible {
  display: none;
}
.dropdown-scrollable-content {
  overflow: auto;
  max-height: 390px;
}
.wt-body .panel-heading li.open {
  position: relative;
}
.wt-body .panel-heading ul.dropdown-menu {
  min-width: 100%;
}
.wt-body .panel-heading .topic-filter-container ~ ul {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 460px) {
  .wt-body .panel-heading .topic-filter-container ~ ul .pull-right ~ .wt-topics-filter-container {
    order: 1;
    margin-right: 10px;
  }
  .wt-body .panel-heading .topic-filter-container ~ ul .pull-right ~ .wt-topics-filter-container .truncated-text-tooltip {
    width: 60px;
  }
}
.user-panel .dropdown-menu {
  width: 168px;
}
.user-panel .dropdown-menu .user-nav-panel {
  width: 100%;
}
.user-panel .dropdown-menu .user-nav-panel li:nth-child(5) a:before {
  font-size: 115%;
}
.user-panel .dropdown-menu .user-nav-panel > .text-block {
  display: none;
}
.user-panel .dropdown-menu > li {
  float: left;
  width: 100%;
  border-top: 1px solid #26213f;
}
.user-panel .dropdown-menu > li > a {
  position: relative;
}
.user-panel .dropdown-menu .user-avatar-panel {
  display: none;
}
.user-panel .dropdown-menu a {
  line-height: initial;
}
.user-panel .dropdown-menu a:before {
  padding-left: 0;
}
.user-panel .dropdown-menu a span {
  overflow: hidden;
  text-overflow: ellipsis;
}
#body-wrapper .post-edit .dropdown-menu li a {
  display: flex;
  font-size: 12px;
}
#body-wrapper .post-edit .dropdown-menu li a > span {
  order: 2;
}
#body-wrapper .post-edit .dropdown-menu li a > i {
  order: 1;
  margin-right: 10px;
}
#body-wrapper .post-edit .dropdown-menu li a > i:before {
  padding: 0;
}
#body-wrapper .post-edit .dropdown-toggle {
  padding: 0 10px;
}
#body-wrapper .post-edit .dropdown-toggle > i:before {
  content: "";
  padding: 0;
  font-size: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: rgba(230, 230, 230, 0.7);
  box-shadow: 0 6px rgba(230, 230, 230, 0.7), 0 12px rgba(230, 230, 230, 0.7);
  transform: translateY(-9px);
}
#body-wrapper .post-edit .dropdown-toggle:hover > i:before {
  background: #9ac1f7;
  box-shadow: 0 6px #9ac1f7, 0 12px #9ac1f7;
}
#body-wrapper .topic-tools .dropdown-menu li a {
  display: flex;
}
#body-wrapper .topic-tools .dropdown-menu li a > span {
  order: 2;
}
#body-wrapper .topic-tools .dropdown-menu li a > i {
  order: 1;
}
#body-wrapper .topic-tools .dropdown-menu li a > i:before {
  padding: 0;
  min-width: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .wt-post-listing #body-wrapper .topic-tools .dropdown-menu li a {
    justify-content: space-between;
    align-items: center;
  }
}
.wt-post-listing #body-wrapper .topic-tools .dropdown-menu {
  transform: translateX(-60%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-post-listing #body-wrapper .topic-tools .dropdown-menu {
    transform: translateX(-65%);
  }
}
#body-wrapper .topic-tools #selectRow i:before {
  font-size: 80%;
}
#private_message_dropdown {
  width: 400px;
  line-height: normal;
  padding: 20px;
  max-height: calc(100vh - 70px);
  max-width: calc(100vw - 70px);
  overflow: auto;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #private_message_dropdown {
    max-height: calc(100vh - 160px);
  }
}
#private_message_dropdown > .user-nav-panel {
  width: calc(100% - -40px);
  margin: -20px;
}
#private_message_dropdown .dropdown-header {
  padding: 5px;
  font-size: 100%;
  overflow: hidden;
  border-bottom: 1px solid #26213f;
}
#private_message_dropdown .dropdown-header > a > strong {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
}
#private_message_dropdown .dropdown-header a {
  padding: 5px;
  border-radius: 5px;
}
#private_message_dropdown .user-nav-list .conversation-subject:before,
#private_message_dropdown .user-nav-list .conversation-subject:after {
  content: " ";
  display: block;
  clear: both;
}
#private_message_dropdown .user-nav-list > a > .image-wrapper {
  margin-right: 10px;
}
#private_message_dropdown .user-nav-list > a > .col-xs-6 {
  width: calc(100% - 125px);
  line-height: 1.42857143;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#private_message_dropdown .user-nav-list > p {
  padding: 15px;
}
#private_message_dropdown .user-nav-list .text-muted {
  color: inherit;
}
#private_message_dropdown .user-nav-list .text-muted.pull-right {
  position: relative;
  top: 4px;
}
#private_message_dropdown .user-nav-list strong {
  font-weight: normal;
  font-size: 13px;
}
#private_message_dropdown .user-nav-list .conversation-subject {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}
#private_message_dropdown .user-nav-list a {
  color: inherit;
}
#private_message_dropdown .user-nav-list a:hover .conversation-users {
  color: #fff;
}
#private_message_dropdown li.user-nav-list-all a {
  text-align: center;
  border-top: 1px solid #26213f;
}
#private_message_dropdown li[id^="pm_notification_list"].unread .conversation-subject {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #private_message_dropdown {
    width: auto;
    max-width: 100%;
    left: 10px;
  }
  #private_message_dropdown .dropdown-header a {
    padding: 5px;
  }
}
#notification_menu {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  #notification_menu {
    width: calc(100% - 20px);
  }
}
#notification_menu .dropdown-header {
  display: flex;
  align-items: center;
}
#notification_menu .notification-settings {
  margin-left: auto;
}
#notification_menu .notification-settings .glyphicon-cog:before {
  padding-left: 3px;
  padding-right: 3px;
}
#notification_menu .icon-sweep:before {
  padding: 0;
}
#notification_menu .user-nav-list > a,
#notification_menu .user-nav-list > span {
  position: relative;
}
#notification_menu .user-nav-list > a .conversation-tagged,
#notification_menu .user-nav-list > span .conversation-tagged {
  position: absolute;
  right: 10px;
}
#notification_menu .user-nav-list > a .notifContentWrapper {
  margin-top: 5px;
}
#notification_menu,
.notifications {
  line-height: normal;
  padding: 0;
}
#notification_menu > .user-nav-panel,
.notifications > .user-nav-panel {
  width: 100%;
}
#notification_menu .dropdown-header,
.notifications .dropdown-header {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #26213f;
}
#notification_menu #notifications-container,
.notifications #notifications-container {
  max-height: 365px;
  overflow: auto;
}
#notification_menu #notifications-wrapper,
.notifications #notifications-wrapper {
  position: relative;
  padding-bottom: 30px;
}
#notification_menu #notifications-wrapper > li > a,
.notifications #notifications-wrapper > li > a,
#notification_menu #notifications-wrapper > li > .wt-dropdown-item,
.notifications #notifications-wrapper > li > .wt-dropdown-item {
  border-left: 3px solid transparent;
}
#notification_menu #notifications-wrapper > li.unread > a,
.notifications #notifications-wrapper > li.unread > a,
#notification_menu #notifications-wrapper > li.unread > .wt-dropdown-item,
.notifications #notifications-wrapper > li.unread > .wt-dropdown-item {
  border-left-color: #9ac1f7;
}
#notification_menu #notifications-wrapper > li > a small time[is="time-ago"],
.notifications #notifications-wrapper > li > a small time[is="time-ago"] {
  font-size: 14px;
}
#notification_menu #notifications-wrapper .user-nav-list > a,
.notifications #notifications-wrapper .user-nav-list > a,
#notification_menu #notifications-wrapper .user-nav-list > span,
.notifications #notifications-wrapper .user-nav-list > span {
  display: flex;
  align-items: center;
}
#notification_menu #notification_loader,
.notifications #notification_loader {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
#notification_menu .notifContentWrapper,
.notifications .notifContentWrapper {
  white-space: normal;
  line-height: initial;
  font-size: 14px;
  max-height: initial;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 120px);
}
#notification_menu .user-nav-list > a .notifContentWrapper,
.notifications .user-nav-list > a .notifContentWrapper {
  color: #9ac1f7;
}
#notification_menu .user-nav-list > a .text-muted,
.notifications .user-nav-list > a .text-muted {
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.7;
}
#notification_menu .user-nav-list > a.wt-spam-email-info .tag_text,
.notifications .user-nav-list > a.wt-spam-email-info .tag_text {
  color: inherit;
  opacity: 1;
}
#notification_menu .user-nav-list > a,
.notifications .user-nav-list > a,
#notification_menu .user-nav-list > .wt-dropdown-item,
.notifications .user-nav-list > .wt-dropdown-item {
  color: rgba(255, 255, 255, 0.9) !important;
}
#notification_menu .user-nav-list > a:hover *,
.notifications .user-nav-list > a:hover *,
#notification_menu .user-nav-list > .wt-dropdown-item:hover *,
.notifications .user-nav-list > .wt-dropdown-item:hover * {
  color: inherit;
}
#notification_menu .user-nav-list > a > .image-wrapper,
.notifications .user-nav-list > a > .image-wrapper,
#notification_menu .user-nav-list .icon-spam-mail,
.notifications .user-nav-list .icon-spam-mail,
#notification_menu .user-nav-list > span.wt-spam-email-info > .image-wrapper,
.notifications .user-nav-list > span.wt-spam-email-info > .image-wrapper {
  margin-right: 10px;
}
#notification_menu .user-nav-list > p,
.notifications .user-nav-list > p {
  padding: 20px 10px;
  opacity: 0.6;
}
#notification_menu .wt-spam-email-info .notifContentWrapper,
.notifications .wt-spam-email-info .notifContentWrapper {
  display: block;
  height: auto;
  max-height: none;
}
#notification_menu .wt-spam-email-info .notifContentWrapper a,
.notifications .wt-spam-email-info .notifContentWrapper a {
  color: #9ac1f7;
}
#notification_menu .wt-spam-email-info .icon-spam-mail,
.notifications .wt-spam-email-info .icon-spam-mail {
  width: 36px;
}
#notification_menu .wt-spam-email-info .icon-spam-mail:before,
.notifications .wt-spam-email-info .icon-spam-mail:before {
  font-size: 26px;
  padding: 5px;
  opacity: 0.5;
}
#notification_menu .conversation-tagged,
.notifications .conversation-tagged {
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  #notification_menu .notifContentWrapper,
  .notifications .notifContentWrapper {
    max-height: 4.28571429em;
    -webkit-line-clamp: 3;
    width: calc(100% - 36px - 40px);
  }
}
#notification_menu .icon-user,
.notifications .icon-user,
#notification_menu .glyphicon-bell,
.notifications .glyphicon-bell {
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  border-radius: 100%;
  position: relative;
}
#notification_menu .icon-user:before,
.notifications .icon-user:before,
#notification_menu .glyphicon-bell:before,
.notifications .glyphicon-bell:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9ac1f7;
}
.notifications {
  box-shadow: none !important;
  margin: 0 auto !important;
  overflow: unset !important;
}
.notifications .panel-pagination {
  margin: 10px 10px 10px 0;
}
.notifications .panel-pagination .pagination li {
  clear: none;
  float: left;
}
.notifications .panel-pagination .pagination .dropdownjs > ul li {
  float: unset;
}
.notifications .icon-sweep {
  margin-bottom: 20px;
  display: inline-block;
}
.notifications #notifications-container {
  max-height: 100%;
}
.notifications .panel-menu > .pull-right {
  display: flex;
}
.notifications .panel-menu > .pull-right .notification-settings {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #memberListFrm .dropdown-menu {
    left: auto;
    right: 0;
  }
}
.rte-autocomplete.dropdown-menu {
  max-height: 282px;
  overflow-y: auto;
}
.rte-autocomplete.dropdown-menu li.active a {
  background: rgba(154, 193, 247, 0.1);
}
.rte-autocomplete.dropdown-menu span#taggedUsername {
  margin-left: 10px;
  width: calc(100% - 36px - 10px);
  height: 36px;
  float: right;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .rte-autocomplete.dropdown-menu span#taggedUsername {
    font-size: 16px;
  }
}
.rte-autocomplete.dropdown-menu span#taggedUsername[data-fullname] {
  color: rgba(255, 255, 255, 0.4);
}
.rte-autocomplete.dropdown-menu span#taggedUsername[data-fullname]:before {
  content: attr(data-fullname);
  flex: 1 100%;
  color: rgba(255, 255, 255, 0.7);
}
#body-wrapper form .tt-dropdown-menu {
  max-height: 242px;
  overflow-y: auto;
  padding: 0;
  background-clip: border-box !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(14, 12, 23, 0.9);
}
@supports (backdrop-filter: blur(10px)) {
  #body-wrapper form .tt-dropdown-menu {
    background-color: rgba(14, 12, 23, 0.5);
  }
}
#body-wrapper form .tt-dropdown-menu > div {
  background-color: rgba(22, 19, 36, 0.5);
}
#body-wrapper form .tt-dropdown-menu .tt-suggestion {
  padding: 10px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background: none;
  text-transform: none;
  line-height: normal;
}
#body-wrapper form .tt-dropdown-menu .tt-suggestion a {
  color: inherit;
}
#body-wrapper form .tt-dropdown-menu .tt-suggestion.tt-cursor {
  color: #fff;
  background: rgba(154, 193, 247, 0.1);
}
#body-wrapper form .tt-dropdown-menu .image-wrapper {
  margin-right: 10px;
}
#body-wrapper form .tt-dropdown-menu .display_fullname {
  width: calc(100% - 36px - 10px);
  min-height: 36px;
  float: right;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: inherit;
}
#body-wrapper form .tt-dropdown-menu .display_fullname > span {
  flex: 1 100%;
  color: inherit;
}
#body-wrapper form .tt-dropdown-menu .display_fullname > span ~ span {
  opacity: 0.6;
}
#topics .panel-heading > ul > li > a {
  display: flex;
  align-items: center;
}
#topics .panel-heading > ul > li > a.modify_forum_filter > i.icon-folder + span {
  padding-left: 5px;
}
.dropdown-menu {
  font-size: 14px;
}
.dropdown-header {
  font-size: 12px;
}
.wt-body .panel-pagination {
  clear: both;
  font-size: 0;
}
.wt-body .pagination {
  margin: 10px 0 0;
  height: 34px;
  font-size: 14px;
}
.wt-body .pagination > li > a {
  font-size: 14px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  background-color: #161324;
}
.wt-body .pagination > li > a:hover,
.wt-body .pagination > li > a:focus {
  background-color: rgba(154, 193, 247, 0.5);
  border-color: rgba(154, 193, 247, 0.5);
  color: #fff;
}
.wt-body .pagination > li > a i {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.wt-body .pagination > li > a i:before {
  padding: 0;
}
.wt-body .pagination > li > a.pagination-previous-page,
.wt-body .pagination > li > a.pagination-next-page {
  font-size: 0;
}
.wt-body .pagination > li > a.pagination-previous-page:before,
.wt-body .pagination > li > a.pagination-next-page:before {
  padding: 0;
  font-size: 10px;
  line-height: 34px;
}
.wt-body .pagination .dropdownjs > .fakeinput,
.wt-body .pagination .dropdownjs > ul {
  min-width: 150px;
  width: 150px;
}
.wt-body .pagination .dropdownjs > ul {
  max-height: 200px !important;
  background-color: rgba(22, 19, 36, 0.98);
}
.wt-body .pagination .dropdownjs > ul::-webkit-scrollbar,
.wt-body .pagination .dropdownjs > ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0) !important;
}
.wt-body .pagination .popover .form-group {
  margin: 0;
}
.popover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(14, 12, 23, 0.9);
}
@supports (backdrop-filter: blur(10px)) {
  .popover {
    background-color: rgba(14, 12, 23, 0.5);
  }
}
.popover-content {
  float: left;
  width: 100%;
  border-radius: 7px;
  background-color: rgba(22, 19, 36, 0.5);
}
.pagination .popover #page_number {
  padding-right: 0;
}
.pagination .popover #goToPageNumber {
  padding: 5px 10px;
  margin-top: 10px;
}
.mce-popover {
  z-index: 1051 !important;
}
.popover-title {
  font-size: 14px;
}
.modal button.close,
.alert button.close {
  font-size: 0;
  margin: 2px 0 0 10px;
  width: 20px;
  height: 20px;
  opacity: 0.7;
}
.modal button.close:before,
.alert button.close:before,
.modal button.close:after,
.alert button.close:after {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
}
.modal button.close:after,
.alert button.close:after {
  transform: rotate(-45deg);
  margin-left: -2px;
}
.modal button.close:hover,
.alert button.close:hover {
  opacity: 1;
  filter: opacity(1);
}
.wt-body:not(.wt-embedded) .modal {
  top: 0 !important;
}
.wt-embedded .modal {
  position: absolute !important;
  overflow: visible !important;
}
.wt-body .modal-dialog {
  background-color: rgba(14, 12, 23, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 767px) {
  .wt-body .modal-dialog {
    margin: 10px;
  }
}
.wt-body.modal-open:before,
.wt-body.modal-open header,
.wt-body.modal-open .secondary-header,
.wt-body.modal-open .footer-wrapper,
.wt-body.modal-open .main-container > *:not(.modal) {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
.wt-body .modal-backdrop {
  opacity: 1;
  background-color: transparent;
}
.wt-body .modal-content {
  background-color: rgba(22, 19, 36, 0.5);
  box-shadow: none;
}
.wt-body .modal-header {
  background-color: #181528;
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.9);
}
.wt-body .modal-header .modal-title,
.wt-body .modal-header #album_title {
  color: inherit;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
  font-style: normal;
  font-weight: normal;
}
.wt-body .modal-dialog,
.wt-body .modal-content {
  border-radius: 5px;
}
.wt-body .modal .modal-body {
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.wt-body .modal .modal-footer {
  padding: 20px;
}
@media (min-width: 992px) {
  .wt-body .modal .modal-dialog {
    width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body #publish_form > .modal-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .wt-body #pmessageNotify_modal .enable-messages {
    width: calc(100% - 20px);
  }
}
@media (max-width: 600px) {
  .wt-body #publish_form > .modal-footer .uploading-photos {
    order: 1;
    flex: 100%;
    position: static;
  }
  .wt-body #publish_form > .modal-footer .pull-left {
    order: 2;
  }
  .wt-body #publish_form > .modal-footer .pull-right {
    order: 3;
  }
}
.wt-body div[id^="insertimagemodal"] .post-body-image > span:empty {
  display: none !important;
}
.wt-body div[id^="insertimagemodal"] .tab-content {
  padding: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(14, 12, 23, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.wt-body div[id^="insertimagemodal"] .tab-content #upload .alert {
  background-color: rgba(255, 255, 255, 0.1);
}
.wt-body div[id^="insertimagemodal"] .tab-content .form-group .alert-gray {
  background: none;
  color: inherit;
  border: 0;
  padding: 0;
  margin: 0;
}
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #preview_text,
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #preview_textpmsDialog,
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #preview_textreply {
  display: block;
  padding-bottom: 10px;
}
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #preview_text + small,
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #preview_textpmsDialog + small,
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #preview_textreply + small {
  font-size: 85%;
}
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #preview_textpmsDialog + small,
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #preview_textreply + small {
  font-size: 85%;
}
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #web_image,
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #web_imagepmsDialog,
.wt-body div[id^="insertimagemodal"] .tab-content .form-group #web_imagereply {
  padding-bottom: 10px;
  max-height: 350px;
}
.wt-body div[id^="insertimagemodal"] #uploadImage {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wt-body div[id^="insertimagemodal"] #insertPhotosContainer + span.text-muted {
    display: block;
    margin: 10px 0 0;
  }
}
.wt-body .modal-body span[id^="imagesError"] {
  float: left;
  width: 100%;
}
.wt-body .modal-body span[id^="imagesError"] > span:not([id^="upprogress_o_"]) {
  margin-bottom: 20px;
  display: block;
}
.wt-body .modal-body .form-group {
  width: 100%;
  margin-bottom: 0;
}
.wt-body .modal-body [id^="upprogress_o_"] {
  color: inherit;
  display: flex;
  align-items: center;
  border: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
}
.wt-body .modal-body [id^="upprogress_o_"]:before {
  display: none;
}
.wt-body .modal-body [id^="upprogress_o_"] > strong {
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-body .modal-body [id^="upprogress_o_"] .progress {
  flex: 1;
  width: auto;
  overflow: hidden;
  margin: 0 20px;
}
.wt-body .modal-body [id^="upprogress_o_"] > a.pull-right {
  text-decoration: none;
  color: #d9534f;
}
.wt-body .modal-body [id^="upprogress_o_"] > a.pull-right:hover,
.wt-body .modal-body [id^="upprogress_o_"] > a.pull-right:focus {
  text-decoration: underline;
}
.wt-body .modal-body [id^="upprogress_o_"] > a.pull-right i {
  font-style: normal;
}
.wt-body #video_inner_content {
  background: #eeeeee;
  padding: 20px;
  overflow: hidden;
}
.wt-body #video_inner_content .control-label {
  font-weight: bold;
}
.wt-body #video_inner_content #dialog_input_value {
  background: #9ac1f7;
  color: #777777;
  margin: 10px 0;
  text-indent: 10px;
}
.wt-body #video_inner_content #video_list {
  margin-top: 10px;
  padding: 20px;
  background: #cccccc;
  color: #777777;
}
.wt-body #addphotos_popup {
  height: auto;
  overflow: auto;
}
.wt-body #who-all {
  padding: 1px 0 0 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.wt-body #who-all:before,
.wt-body #who-all:after {
  display: none !important;
}
.wt-body #who-all > li {
  float: left;
  padding: 10px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #26213f;
}
.wt-body #who-all > li > .image-wrapper {
  width: 35px;
  height: 35px;
}
.wt-body #who-all > li > span.display_name {
  margin-top: 6px;
}
.wt-body #who-all > li > span.display_name ~ a[id^="postCountInWhoPost_"] {
  margin-top: 10px;
}
.wt-body #who-all > li > span.display_name.two_line {
  margin-top: -2px;
}
.wt-body #who-all > li > span.display_name.two_line ~ a[id^="postCountInWhoPost_"] {
  margin-top: 2px;
}
.wt-body #who-all > li > .display_name {
  float: left;
  padding: 0 10px;
  max-width: calc(100% - 35px);
  padding-right: 0;
}
.wt-body #who-all > li > .display_name > span,
.wt-body #who-all > li > .display_name > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  clear: both;
  max-width: 100%;
}
.wt-body #who-all > li > a.username {
  float: left;
  margin-top: -2px;
  padding: 0 10px;
  max-width: calc(100% - 35px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-body #who-all > li > a:not(.username) {
  float: right;
  margin-top: -2px;
}
.wt-body #who-all > li > a:not(.username) > .badge:hover {
  background: rgba(154, 193, 247, 0.1);
  color: #fff;
}
.wt-body #who-all > li > a:not(.username):not([href]) {
  pointer-events: none;
}
.wt-body #who-all > li:only-of-type > a {
  float: left;
}
@media only screen and (min-width: 1025px), only screen and (max-width: 1199px) and (min-width: 992px) {
  .wt-body #who-all > li {
    width: calc(33.33% - -1px);
  }
  .wt-body #who-all > li:nth-child(1) {
    border-top-left-radius: 5px;
  }
  .wt-body #who-all > li:nth-child(3),
  .wt-body #who-all > li:nth-child(1):last-child,
  .wt-body #who-all > li:nth-child(2):last-child {
    border-top-right-radius: 5px;
  }
  .wt-body #who-all > li:nth-child(3n + 1):nth-last-child(3),
  .wt-body #who-all > li:nth-child(3n + 1):nth-last-child(2),
  .wt-body #who-all > li:nth-child(3n + 1):nth-last-child(1) {
    border-bottom-left-radius: 5px;
  }
  .wt-body #who-all > li:nth-child(3n + 3):nth-last-child(1) {
    border-bottom-right-radius: 5px;
  }
  .wt-body #who-all > li:last-child:not(:nth-child(3n)) {
    border-bottom-right-radius: 5px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) and (min-width: 481px) {
  .wt-body #who-all > li {
    width: calc(50% - -1px);
  }
  .wt-body #who-all > li:nth-child(1) {
    border-top-left-radius: 5px;
  }
  .wt-body #who-all > li:nth-child(2),
  .wt-body #who-all > li:only-child {
    border-top-right-radius: 5px;
  }
  .wt-body #who-all > li:nth-child(2n + 1):nth-last-child(2),
  .wt-body #who-all > li:nth-child(2n + 1):nth-last-child(1) {
    border-bottom-left-radius: 5px;
  }
  .wt-body #who-all > li:nth-child(2n + 2):nth-last-child(1) {
    border-bottom-right-radius: 5px;
  }
  .wt-body #who-all > li:last-child:not(:nth-child(2n)) {
    border-bottom-right-radius: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .wt-body #who-all > li {
    width: calc(100% - -1px);
  }
  .wt-body #who-all > li:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .wt-body #who-all > li:nth-last-child(1) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.wt-body #who-all i.who-username {
  font-style: inherit;
  line-height: 36px;
}
.wt-body #who_posted_dialog #who-all li > .display_name {
  width: calc(100% - 60px);
}
.wt-body #reportPostDialog #reportPostForm > div {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.wt-body #reportPostDialog #reportPostForm > div > input {
  margin-right: 10px;
  margin-top: 3px;
  float: left;
}
.wt-body #reportPostDialog #reportPostForm > div > label {
  font-weight: normal;
  float: left;
  display: inline-block;
  margin: 0;
}
.wt-body #reportPostDialog #reportPostForm > div > label strong {
  display: block;
}
.wt-body #reportPostDialog #reportPostForm > div > label[for="reason_1"],
.wt-body #reportPostDialog #reportPostForm > div > label[for="reason_2"],
.wt-body #reportPostDialog #reportPostForm > div > label[for="reason_3"],
.wt-body #reportPostDialog #reportPostForm > div > label[for="reason_4"] {
  width: calc(100% - 30px);
  margin-left: 10px;
}
.wt-body #reportPostDialog #reportPostForm > div textarea {
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: 25px;
  border-color: #26213f;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  outline: 0;
}
.wt-body #reportPostDialog #reportPostForm > div button#reportPostBtn i {
  margin-right: 5px;
}
.wt-body #reportPostDialog #reportPostForm .radio.radio span.circle,
.wt-body #reportPostDialog #reportPostForm .radio.radio span.check {
  top: 0;
}
.wt-body #who_posted_dialog #who-all > li > span.display_name {
  width: calc(100% - 60px);
}
.wt-body #who_posted_dialog #who-all > li > span.display_name.two_line ~ [id^="postCountInWhoPost_"] {
  height: 36px;
}
.wt-body #email-modal #email-id {
  color: #9ac1f7;
}
.wt-body #email-modal #email-id + small {
  display: block;
}
.wt-body #email-modal label[for="message-body"] ~ div {
  margin: 0;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body #pmessage_modal #PostPrivateMessage .form-group > div,
  .wt-body #pmessage_modal #PostPrivateMessage .composepostpm {
    width: 70%;
  }
}
.wt-body #pmessage_modal #message-options {
  position: relative;
  display: inline-block;
  float: left;
}
.wt-body #pmessage_modal #message-options a {
  float: left;
  padding: 2px 10px;
  text-decoration: none;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
}
.wt-body #pmessage_modal #message-options a ~ a {
  border-left: 1px solid #26213f;
}
.wt-body #pmessage_modal #message-options a:hover,
.wt-body #pmessage_modal #message-options a:focus {
  color: #9ac1f7;
}
.wt-body #pmessage_modal #message-options i {
  font-size: 16px;
}
.wt-body #pmessage_modal #message-options i:before {
  padding: 0;
}
.wt-body #pmessage_modal #send_pmsg_button {
  margin-left: 20px;
}
.wt-body #pmessage_modal label[for="message-body"] + div {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wt-body #pmessage_modal label[for="message-body"] + div {
    margin-top: 40px;
  }
}
.wt-body #pmessage_modal .composepostpm {
  clear: both;
}
.wt-body #movePostsDialog label.radio {
  padding-top: 0;
  line-height: inherit;
  margin-bottom: 10px;
}
.wt-body #movePostsDialog br {
  display: none;
}
.wt-body #movePostsDialog .text-info {
  margin-bottom: 10px;
}
.wt-body #movePostsDialog .cleared.form-group > div {
  margin-bottom: 10px;
}
.wt-body #movePostsDialog .col-sm-6 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .wt-body #movePostsDialog .col-sm-6 {
    width: 100%;
  }
}
.wt-body #movePostsDialog .dropdown.open > .wt-category-dropdown-toggle {
  opacity: 0;
}
.wt-body #change_group .panel-body {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
.wt-body #change_group p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
}
.wt-body #change_group label {
  text-align: left;
}
.wt-body #change_group .form-group > div {
  margin-bottom: 0;
  width: 100%;
}
.wt-body #change_group .form-group:last-of-type {
  margin-top: 20px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body #change_group #primary_group label {
    width: 221px;
  }
  .wt-body #change_group #primary_group .form-group > div {
    width: calc(100% - 221px);
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body #change_group > .modal-dialog {
    margin: 10px;
  }
}
.wt-body #change_group #additional_group .form-group .col-lg-8 label.radio {
  display: block;
  margin-bottom: 5px;
}
.wt-body #change_group #additional_group .form-group .col-lg-8 label.radio .circle {
  margin-right: 6px;
  margin-top: 0;
}
.wt-body #change_group #additional_group .form-group .checkbox .checkbox-material {
  top: 1px;
}
.wt-body #change_group #additional_usergroup > .col-sm-6 {
  width: calc(50% - 20px);
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .wt-body #change_group #additional_usergroup > .col-sm-6 {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
}
.wt-body #change_group #additional_usergroup > .col-sm-6 .checkbox {
  top: -1px;
  margin-right: 10px;
}
.wt-body #date-modal > .modal-dialog {
  max-width: 500px;
}
@media (max-width: 520px) {
  .wt-body #date-modal > .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.wt-body #date-modal .input-daterange {
  margin-bottom: 40px;
}
#confirm_delete > .modal-dialog,
#ban-modal > .modal-dialog {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #confirm_delete > .modal-dialog,
  #ban-modal > .modal-dialog {
    width: auto;
    margin: 10px;
  }
}
#confirm_delete h3,
#ban-modal h3 {
  font-size: 16px;
  text-align: left;
}
#confirm_delete span.align-center.text-center,
#ban-modal span.align-center.text-center {
  text-align: right;
  float: right;
  padding-top: 10px;
}
#confirm_delete .btn,
#ban-modal .btn {
  min-width: 80px;
}
#manageTopicTagsModal > .modal-dialog,
#moveToFolderModal > .modal-dialog {
  max-width: 700px;
}
#manageTopicTagsModal .modal-body > .close,
#moveToFolderModal .modal-body > .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#manageTopicTagsModal .form-horizontal,
#moveToFolderModal .form-horizontal {
  padding: 40px 0 20px;
  float: left;
  width: 100%;
}
#manageTopicTagsModal .form-horizontal .form-group + .form-group,
#moveToFolderModal .form-horizontal .form-group + .form-group {
  margin-top: 10px;
}
#manageTopicTagsModal .form-horizontal .dropdown.open > .wt-category-dropdown-toggle,
#moveToFolderModal .form-horizontal .dropdown.open > .wt-category-dropdown-toggle {
  opacity: 0;
}
#manageTopicTagsModal .btn,
#moveToFolderModal .btn {
  min-width: 80px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #manageTopicTagsModal label.control-label,
  #moveToFolderModal label.control-label {
    width: 130px;
  }
  #manageTopicTagsModal .form-group > div,
  #moveToFolderModal .form-group > div {
    width: calc(100% - 260px - -20px);
    float: left;
  }
  #manageTopicTagsModal .wt-category-dropdown .indent:nth-child(5) ~ .indent,
  #moveToFolderModal .wt-category-dropdown .indent:nth-child(5) ~ .indent {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #manageTopicTagsModal label.control-label,
  #moveToFolderModal label.control-label {
    padding-top: 0;
  }
  #manageTopicTagsModal .form-group,
  #moveToFolderModal .form-group {
    font-size: 16px;
  }
}
#moveToFolderModal #moveToFolderModalLabel {
  width: calc(100% - 50px);
  padding: 0;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #moveToFolderModal label.control-label {
    width: 30% !important;
  }
}
#moveToFolderModal .btn {
  text-transform: none;
  display: inline-block !important;
}
#moveToFolderModal .btn[disabled] {
  color: #fff;
  background-color: #9ac1f7;
  border-color: #c9defb;
}
#moveToFolderModal .btn[disabled]:hover,
#moveToFolderModal .btn[disabled]:focus,
#moveToFolderModal .btn[disabled]:active,
#moveToFolderModal .btn[disabled].active,
.open > .dropdown-toggle#moveToFolderModal .btn[disabled] {
  color: #fff;
  background-color: #91bbf6;
  border-color: #c0d8fa;
}
#moveToFolderModal .btn[disabled]:active,
#moveToFolderModal .btn[disabled].active,
.open > .dropdown-toggle#moveToFolderModal .btn[disabled] {
  background-image: none;
}
#moveToFolderModal .btn[disabled].disabled,
#moveToFolderModal .btn[disabled][disabled],
fieldset[disabled] #moveToFolderModal .btn[disabled],
#moveToFolderModal .btn[disabled].disabled:hover,
#moveToFolderModal .btn[disabled][disabled]:hover,
fieldset[disabled] #moveToFolderModal .btn[disabled]:hover,
#moveToFolderModal .btn[disabled].disabled:focus,
#moveToFolderModal .btn[disabled][disabled]:focus,
fieldset[disabled] #moveToFolderModal .btn[disabled]:focus,
#moveToFolderModal .btn[disabled].disabled:active,
#moveToFolderModal .btn[disabled][disabled]:active,
fieldset[disabled] #moveToFolderModal .btn[disabled]:active,
#moveToFolderModal .btn[disabled].disabled.active,
#moveToFolderModal .btn[disabled][disabled].active,
fieldset[disabled] #moveToFolderModal .btn[disabled].active {
  background-color: #9ac1f7;
  border-color: #c9defb;
}
#moveToFolderModal .btn[disabled] .badge {
  color: #9ac1f7;
  background-color: #fff;
}
#moveToFolderModal .form-horizontal {
  padding-top: 20px;
}
#moveToFolderModal .dropdown-menu.wt-category-dropdown {
  background-color: rgba(14, 12, 23, 0.9);
}
#moveToFolderModal #categoryDropdown .caret,
#moveToFolderModal #categoryDropdown:after {
  top: 50%;
  transform: translateY(-50%);
}
#filter-modal #forum_tree ul {
  margin-bottom: 0;
}
#addphotos_popup .modal-footer .uploading-photos {
  position: absolute;
  left: 60px;
  right: 0;
  margin: 8px auto;
  display: flex;
}
@media (max-width: 600px) {
  #addphotos_popup .modal-footer > div {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  #addphotos_popup .modal-footer > div > .btn {
    width: 100%;
  }
}
.wt-body .enable-messages.modal-dialog {
  width: 400px;
}
.wt-body .enable-messages span.align-center.text-center {
  text-align: right;
  float: right;
  padding-top: 10px;
}
.wt-body .enable-messages .btn {
  min-width: 80px;
}
.wt-body .enable-messages .btn.btn-primary {
  margin-right: 10px !important;
}
#code_popup .form-group {
  margin-top: 10px;
  margin-bottom: 0;
}
#bootstrap-alert-box-modal {
  z-index: 1051;
}
#confirm_pwd .modal-dialog {
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  #confirm_pwd .modal-dialog {
    margin: 10px;
  }
}
#confirm_pwd .modal-header {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
#confirm_pwd .modal-header h4 {
  font-weight: normal;
}
#confirm_pwd .modal-header .close {
  margin: 0;
  margin-left: auto;
}
#confirm_pwd#confirm_pwd .display_name > a {
  color: inherit;
  font-weight: normal;
}
#confirm_pwd .display_name > a ~ a {
  font-size: 90%;
  opacity: 0.7;
}
#confirm_pwd .text-image-wrapper-mini > .display_name {
  width: 100%;
  margin-left: 0;
}
#confirm_pwd div.form-group {
  margin: 10px 0;
}
#topic_tag_delete .modal-dialog {
  max-width: 360px;
}
@media only screen and (max-width: 767px) {
  #topic_tag_delete .modal-dialog {
    max-width: 100%;
    margin: 10px;
  }
}
#topic_tag_delete .modal-body {
  padding: 40px;
}
#topic_tag_delete .modal-body button.close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#topic_tag_delete .modal-body .btn-container {
  display: flex;
  padding-top: 20px;
}
#topic_tag_delete .modal-body .btn-container button {
  flex: 1;
  outline: none;
}
#topic_tag_delete .modal-body .btn-container button > i {
  padding-right: 10px;
}
#edit_topic_tag .modal-dialog {
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  #edit_topic_tag .modal-dialog {
    max-width: 100%;
    margin: 10px;
  }
}
#edit_topic_tag .delete-tag {
  padding: 0 5px;
  font-size: 17px;
  line-height: 25px;
}
#edit_topic_tag .modal-body .btn-container {
  display: flex;
  padding-top: 15px;
}
#edit_topic_tag .modal-body .btn-container button {
  width: 100%;
}
#confirm-modal .modal-dialog,
#alert-modal .modal-dialog {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  #confirm-modal .modal-dialog,
  #alert-modal .modal-dialog {
    max-width: 100%;
    margin: 10px;
  }
}
#confirm-modal .modal-dialog h4,
#alert-modal .modal-dialog h4 {
  margin-bottom: 20px;
}
#confirm-modal .modal-dialog,
#confirm_delete .modal-dialog {
  background: transparent;
  backdrop-filter: none;
}
@media (max-width: 380px) {
  .wt-body #pmessageNotify_modal span.align-center.text-center .btn {
    margin-top: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
#attachmentContainer_pmsDialog .pull-right {
  display: flex;
  align-items: center;
}
#insertimagemodal > .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
/*ai moderation link & popup design*/
.alert .close {
  top: -8px;
  right: -12px;
}
@media only screen and (max-width: 767px) {
  .alert .close {
    right: -8px;
  }
}
.progress-bar {
  font-size: 12px;
  line-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-bar[aria-valuenow="0"] {
  text-indent: 4px;
}
#body-wrapper .progress-bar:not([aria-valuenow="0"]) {
  background: linear-gradient(to bottom, #c9defb 0%, #9ac1f7 50%, #9ac1f7 50%, #6ba4f3 100%);
}
.progress-bar.highest-voted-option,
#first_post .progress-bar,
.thread-list .progress-bar {
  display: block;
  line-height: normal;
}
#publish_form .modal-footer {
  display: flex;
  align-items: center;
}
#publish_form .modal-footer .uploading-photos {
  position: relative;
  margin: auto;
  left: 0;
  display: flex;
  align-items: center;
}
#publish_form .modal-footer .uploading-photos .progress {
  margin: 0;
}
#body-wrapper .progress-bar:not([aria-valuenow="0"]) {
  background: rgba(154, 193, 247, 0.5);
}
.wt-body .panel {
  box-shadow: none;
  border: none;
}
.wt-body .panel-default {
  margin-bottom: 0;
}
.wt-body .table-responsive {
  border: none;
}
.wt-body .panel-body {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px 5px;
  padding: 20px;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .wt-body .panel-body {
    padding: 10px;
  }
}
.image-wrapper {
  border-radius: 100%;
  display: block;
  position: relative;
}
.image-wrapper.mini {
  width: 36px;
  height: 36px;
}
.image-wrapper.mini > i {
  font-size: 9px;
  width: 16px;
  height: 16px;
  line-height: 15px;
  bottom: -2px;
  right: -2px;
}
.image-wrapper.mini > i.icon-shield {
  line-height: 18px;
}
.image-wrapper.mini > i:before {
  margin-left: 0.5px;
}
.image-wrapper.normal {
  width: 50px;
  height: 50px;
}
.image-wrapper.normal > i {
  font-size: 12px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  bottom: -2px;
  right: -2px;
}
.image-wrapper.medium {
  width: 70px;
  height: 70px;
}
.image-wrapper.medium > i {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  bottom: -5px;
  right: -5px;
}
.image-wrapper.large {
  width: 150px;
  height: 150px;
}
.image-wrapper.large > i {
  font-size: 15px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
.wt-profile-page .profile-photo .image-wrapper.large > i {
  z-index: 5;
}
.image-wrapper.large > i.icon-shield {
  font-size: 16px;
  line-height: 31px;
}
.image-wrapper > a,
.image-wrapper > span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.image-wrapper > a:only-of-type,
.image-wrapper > span:only-of-type {
  border-radius: 100%;
}
.image-wrapper > a.image-l,
.image-wrapper > span.image-l {
  border-top-left-radius: 100% 50%;
  border-bottom-left-radius: 100% 50%;
}
.image-wrapper > a.image-r,
.image-wrapper > span.image-r {
  border-top-right-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
}
.image-wrapper > a.image-ur,
.image-wrapper > span.image-ur {
  border-top-right-radius: 100%;
}
.image-wrapper > a.image-lr,
.image-wrapper > span.image-lr {
  border-bottom-right-radius: 100%;
}
.image-wrapper > a > img,
.image-wrapper > span > img {
  border-radius: 100%;
}
.image-wrapper > i {
  position: absolute;
  color: #9ac1f7 !important;
  background: #0e0c17;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0 1px #777777;
}
.image-wrapper > i:before {
  padding: 0;
  opacity: 1;
}
.image-wrapper .tooltip-inner {
  white-space: nowrap;
  max-width: initial;
}
.image-wrapper[id^='multiple_user_'] i {
  display: none !important;
}
.image-wrapper[id^='multiple_user_'] > .pull-left + i.icon-crown {
  display: block !important;
}
.image-wrapper > .image-l,
.image-wrapper > .image-r {
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
  float: left;
}
.image-wrapper > .image-l > span,
.image-wrapper > .image-r > span {
  width: 100%;
  height: 100%;
  display: block;
  background-position: -10px 0 !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}
.image-wrapper > .image-ur,
.image-wrapper > .image-lr {
  width: 50%;
  height: 50%;
  display: block;
  overflow: hidden;
  float: right;
}
.image-wrapper > .image-ur > span,
.image-wrapper > .image-lr > span {
  width: 100%;
  height: 100%;
  display: block;
  background-position: 0 center !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
}
.image-wrapper img {
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
}
.image-wrapper span.image-l img,
.image-wrapper span.image-r img,
.image-wrapper span.image-ur img,
.image-wrapper span.image-lr img {
  border-radius: 0;
}
.image-wrapper span.image-lr ~ span[class=''] {
  display: none;
}
.letterAvatarNotSupported .default-user {
  background-image: url(/images/forum1/default-user.png);
}
.text-image-wrapper-mini {
  max-width: calc(100% - 36px - 10px);
}
.wt-body pre {
  border: none;
}
/* Pretty printing styles. Used for Code box syntax highlighting */
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
  color: #000;
}
/* plain text */
@media screen {
  .str {
    color: #080;
  }
  /* string content */
  .kwd {
    color: #008;
  }
  /* a keyword */
  .com {
    color: #800;
  }
  /* a comment */
  .typ {
    color: #606;
  }
  /* a type name */
  .lit {
    color: #066;
  }
  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun,
  .opn,
  .clo {
    color: #660;
  }
  .tag {
    color: #008;
  }
  /* a markup tag name */
  .atn {
    color: #606;
  }
  /* a markup attribute name */
  .atv {
    color: #080;
  }
  /* a markup attribute value */
  .dec,
  .var {
    color: #606;
  }
  /* a declaration; a variable name */
  .fun {
    color: red;
  }
  /* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #044;
  }
  .pun,
  .opn,
  .clo {
    color: #440;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
.quoted,
blockquote {
  /*background: @content-bg;*/
  border-left: 5px solid #26213f;
  margin: 10px 0;
  display: block;
  padding: 0 0 0 10px;
}
.quoted .quote-from,
blockquote .quote-from {
  display: block;
}
.quoted .quote-from a,
blockquote .quote-from a {
  font-weight: bold;
}
.quoted .quote-from > .display_name > a,
blockquote .quote-from > .display_name > a {
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
}
.quoted > .quoted,
blockquote > .quoted {
  margin-left: 10px;
}
.quote-from a.pull-right i:before {
  content: '\ea32';
}
body.wt-body .btn.btn {
  text-transform: capitalize;
  border-radius: 3px;
  outline: none;
}
.wt-body .btn {
  font-size: 14px;
}
.wt-body .btn.btn-subtle {
  border: 1px solid #26213f;
  color: inherit;
  background-color: #221d39;
}
.wt-body .btn.btn-subtle:hover {
  background-color: #1e1a32;
}
.wt-body .btn:not(.bd-wrapper),
.wt-body .btn-group {
  margin: 0;
}
.wt-body .btn.btn-primary-outlined {
  color: #9ac1f7;
  border: 1px solid #c9defb;
}
.wt-body .btn.btn-primary-outlined:hover,
.wt-body .btn.btn-primary-outlined:focus {
  background: #9ac1f7;
  color: #fff;
}
.wt-body .btn.btn-danger-outlined {
  color: #d9534f;
  border: 1px solid #d43f3a;
}
.wt-body .btn.btn-danger-outlined:hover,
.wt-body .btn.btn-danger-outlined:focus {
  background: #d9534f;
  color: #fff;
}
.btn.btn-primary {
  background: rgba(154, 193, 247, 0.5);
  border-color: rgba(154, 193, 247, 0.6);
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  color: #fff;
}
#bootstrap_close_source_code {
  margin-left: 10px;
}
.panel > .panel-title > h2 {
  text-transform: none;
  font-size: 20px;
  padding: 0px;
  margin: 0 0 15px 0;
  color: rgba(255, 255, 255, 0.9);
  background: none;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
  float: left !important;
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}
#body-wrapper .panel > .panel-title > h2.alert {
  border: none;
}
.wt-topics .nav-tabs,
.wt-categories .nav-tabs {
  display: none !important;
}
.nav-tabs:not(.single-nav) {
  clear: both;
  float: left;
  width: 100%;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  text-transform: uppercase;
}
.nav-tabs:not(.single-nav) > li {
  float: left;
}
.nav-tabs:not(.single-nav) > li > a {
  padding: 10px 20px;
  display: block;
  color: rgba(255, 255, 255, 0.3);
}
.nav-tabs:not(.single-nav) > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.nav-tabs:not(.single-nav) > li.active a {
  color: rgba(255, 255, 255, 0.9);
}
.nav-tabs:not(.single-nav):empty {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .nav-tabs:not(.single-nav) {
    text-transform: Capitalize;
  }
  .nav-tabs:not(.single-nav) > li > a {
    padding: 10px 0;
    margin-right: 10px;
  }
}
.panel-heading {
  clear: both;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.panel-heading > ul > li {
  float: left;
}
.panel-heading > ul > li.topic-filter-container {
  float: left !important;
}
.panel-heading > ul > li > a {
  padding: 10px 10px;
  display: block;
  color: rgba(255, 255, 255, 0.3);
}
.panel-heading > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.panel-heading > ul > li.active a {
  color: rgba(255, 255, 255, 0.9);
}
.panel-heading:empty {
  display: none !important;
}
.panel-heading .mod {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .panel-heading .mod {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #member_list .panel-heading .mod {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-heading {
    text-transform: Capitalize;
  }
  .panel-heading > ul > li > a {
    padding: 8px 0;
    margin-right: 10px;
    line-height: normal;
  }
  .panel-heading > ul {
    max-width: calc(100% - 36px);
  }
}
.wt-profile-page .feed-filter {
  clear: both;
  float: left;
  width: 100%;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 15px;
}
.wt-profile-page .feed-filter > a {
  padding: 10px 20px;
  display: block;
  float: left;
  color: rgba(255, 255, 255, 0.3);
}
.wt-profile-page .feed-filter > a:hover,
.wt-profile-page .feed-filter > a.profile-active {
  color: rgba(255, 255, 255, 0.9);
}
.wt-profile-page .feed-filter > a .icon-shield:before {
  padding: 0 0 0 5px;
  font-size: 80%;
  top: 1px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .wt-profile-page .feed-filter {
    text-transform: Capitalize;
  }
  .wt-profile-page .feed-filter > a {
    padding: 10px 0;
    margin-right: 20px;
  }
}
.subheading {
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1;
}
.subheading .checkbox-material {
  margin: 0;
}
.subheading .badge {
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .subheading {
    padding: 10px 0;
  }
  .panel-body .subheading {
    padding: 10px;
  }
}
.single-nav {
  display: none !important;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
}
.single-nav a:not([href]) {
  color: rgba(255, 255, 255, 0.9);
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .single-nav {
    padding: 10px 0;
  }
}
#body-wrapper .topics-list .panel-heading > ul > li > a > i.icon-folder:before {
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
}
#body-wrapper .topics-list .panel-heading > ul > li > a > i:before {
  padding: 0 5px 0 0;
  opacity: 0.7;
}
#body-wrapper .topics-list .panel-heading > ul > li.active > a > i:before,
#body-wrapper .topics-list .panel-heading > ul > li:hover > a > i:before,
#body-wrapper .topics-list .panel-heading > ul > li:focus > a > i:before {
  opacity: 0.85;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #body-wrapper .topics-list .panel-heading > ul > li.pull-right:not(.wt-topics-filter-container),
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container:last-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container {
    position: static;
  }
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container .dropdown-menu {
    top: 100%;
    left: 5px;
    right: 5px;
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
    min-width: auto;
  }
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container:not(:last-child),
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container ~ .pull-right:last-child {
    float: left !important;
  }
}
@media only screen and (max-width: 480px) {
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container.wt-topics-filter-container,
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container ~ .pull-right:last-child {
    float: left !important;
  }
}
.nested-form {
  background-color: rgba(154, 193, 247, 0.05);
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 5px;
}
.nested-form .text-info {
  color: rgba(255, 255, 255, 0.7);
}
.nested-form > .form-group:last-child,
.nested-form > .form-group:last-child > div {
  margin-bottom: 0;
}
.nested-form:after {
  content: '';
  display: block;
  clear: both;
}
.wt-body .form-group {
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
.wt-body input,
.wt-body textarea,
.wt-body select {
  box-shadow: none;
}
.wt-body label {
  font-weight: normal;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body label.control-label {
    padding-right: 20px;
    padding-top: 7px;
  }
}
.wt-body label:empty:only-child {
  display: none;
}
.wt-body label:not(.control-label) {
  cursor: pointer;
}
.wt-body .form-control {
  font-size: 14px;
  height: auto;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-body .form-control {
    font-size: 16px;
  }
}
.wt-body textarea {
  resize: vertical !important;
}
@media only screen and (max-width: 767px) {
  .wt-body .form-group {
    margin-bottom: 10px;
  }
}
.wt-body .toggle-switch {
  display: flex;
  align-items: center;
}
.wt-body .toggle-switch label.switch {
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .wt-body .toggle-switch label.switch {
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.form-horizontal .form-group-sm .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.form-horizontal .form-group > div {
  width: 50%;
  margin-bottom: 10px;
}
.form-horizontal .form-group > div .input-text,
.form-horizontal .form-group > div .editable,
.form-horizontal .form-group > div .align-top,
.form-horizontal .form-group > div .align-to-label,
.form-horizontal .form-group > div.input-text,
.form-horizontal .form-group > div #uploadAvatar {
  /*to align labels(left) and links/fields (right) */
  display: inline-block;
  margin-top: 7px;
}
.form-horizontal .form-group > div input ~ .col-xs-offset-0 {
  margin-top: 5px;
}
.form-horizontal .form-group > div.text-center {
  width: 100%;
}
.form-horizontal .form-group > div #use_avatar_type {
  margin-top: 8px;
}
.form-horizontal .form-group > div #use_avatar_type .circle {
  width: 16px;
}
.form-horizontal .form-group > div #use_avatar_type > br:first-child {
  display: none;
}
.form-horizontal .form-group > div #use_avatar_type > label {
  float: none;
  display: inline-block;
}
.form-horizontal .form-group > div.pull-left:nth-last-child(2),
.form-horizontal .form-group > div.col-sm-2:nth-last-child(2),
.form-horizontal .form-group > div.pull-left:nth-last-child(3),
.form-horizontal .form-group > div.col-sm-2:nth-last-child(3) {
  width: 25%;
  margin-bottom: 10px;
}
.form-horizontal .form-group > div.pull-left + div,
.form-horizontal .form-group > div.col-sm-2 + div {
  width: 25%;
  padding-left: 10px;
  margin-bottom: 10px;
  clear: none;
}
.form-horizontal .form-group > div.pull-left + div.bd-wrapper,
.form-horizontal .form-group > div.col-sm-2 + div.bd-wrapper,
.form-horizontal .form-group > div.pull-left + div > .bd-wrapper,
.form-horizontal .form-group > div.col-sm-2 + div > .bd-wrapper {
  margin-left: 0;
}
.form-horizontal .custom-select > div.pull-left,
.form-horizontal #form_checkbox > div.pull-left {
  width: 100%;
}
.form-horizontal .sign-container {
  float: left;
}
.form-horizontal .sign-container #user_signature {
  max-width: 100%;
}
.form-horizontal .col-sm-6 .col-sm-6:last-child {
  padding-left: 10px;
}
.form-horizontal .col-sm-6 .col-sm-6:last-child > .bd-wrapper {
  margin-left: 0;
}
.form-horizontal hr {
  margin: 20px 0 30px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .form-horizontal .form-group > div {
    width: 100%;
    clear: both;
  }
  .form-horizontal .form-group > div:after {
    content: " ";
    display: table;
    clear: both;
  }
  .form-horizontal .form-group > div.pull-left:nth-last-child(2),
  .form-horizontal .form-group > div.col-sm-2:nth-last-child(2),
  .form-horizontal .form-group > div.pull-left:nth-last-child(3),
  .form-horizontal .form-group > div.col-sm-2:nth-last-child(3) {
    width: 50%;
    float: left;
  }
  .form-horizontal .form-group > div.pull-left + div,
  .form-horizontal .form-group > div.col-sm-2 + div {
    width: 50%;
  }
  .form-horizontal .col-sm-6 .col-sm-6:last-child {
    padding-left: 0;
  }
  .form-horizontal .col-sm-6 .col-sm-6:last-child > .bd-wrapper {
    margin-top: 10px;
  }
  .form-horizontal .form-group label.control-label {
    margin-bottom: 10px;
    line-height: 1;
    width: 100%;
  }
  .form-horizontal hr {
    margin: 10px -10px 20px;
  }
}
#body-wrapper ::-webkit-input-placeholder {
  font-size: 14px;
}
.div:not(.settings) .editable {
  margin-bottom: 7px;
}
.editable-container {
  display: inline-block;
  width: 100%;
}
.editable-container .form-group > div {
  margin-bottom: 0;
}
.editable-container .control-group,
.editable-container .form-group > div {
  width: 100%;
  display: flex;
  align-items: center;
}
.editable-container .editable-buttons {
  float: right;
  vertical-align: bottom;
}
.editable-container .editable-buttons i:before {
  padding: 0;
}
.editable-container .editable-buttons button {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  padding: 0;
  font-size: 16px;
  border: 0;
}
.editable-container .editable-buttons button.editable-cancel {
  color: #d9534f;
}
.editable-container .editable-input {
  width: calc(100% - 78px);
  display: inline-block;
  padding-right: 10px;
}
.editable-container .editable-input .form-control {
  width: 100%;
  height: auto;
}
.editable-container .editable-submit ~ .editable-cancel {
  margin-left: 10px;
}
.editable-container textarea.form-control {
  height: auto;
}
#approval_queue .editable-container {
  margin: margin-standard 0;
}
#approval_queue .editable-container .editable-input {
  width: 100%;
  padding-right: 0;
  margin: 10px 0;
}
input[type="checkbox"] {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@keyframes focus-animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.checkbox-material {
  height: 16px;
  width: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  cursor: pointer;
}
input[type="checkbox"]:focus ~ .checkbox-material:before {
  content: '';
  background: rgba(154, 193, 247, 0.2);
  height: 32px;
  width: 32px;
  position: absolute;
  top: -9px;
  left: -9px;
  border-radius: 100%;
  opacity: 0;
  animation-name: focus-animation;
  animation-duration: 2s;
}
input[type="checkbox"]:checked ~ .checkbox-material .check:before {
  content: '';
  width: 2px;
  height: 5px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-30deg);
  position: absolute;
  left: 2px;
  top: 7px;
}
input[type="checkbox"]:checked ~ .checkbox-material .check:after {
  content: '';
  width: 2px;
  height: 12px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(40deg);
  position: absolute;
  left: 7px;
  top: 1px;
}
.wt-body .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0;
  cursor: pointer;
}
.wt-body .checkbox .check {
  border-radius: 3px;
}
#body-wrapper .content-panel li[id^="topicRow_"] .checkbox-on-hover.checkbox-on-hover {
  position: absolute;
  right: 0;
  top: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  #body-wrapper .content-panel li[id^="topicRow_"] .checkbox-on-hover.checkbox-on-hover {
    right: 10px;
    top: 10px;
  }
}
#body-wrapper .content-panel li[id^="topicRow_"] .checkbox-on-hover.checkbox-on-hover .checkbox {
  margin: 0;
}
.form-group .checkbox,
.poll-label.checkbox {
  padding: 0;
}
.form-group .checkbox > label,
.poll-label.checkbox > label,
label.form-group .checkbox,
label.poll-label.checkbox {
  padding: 0 0 0 26px;
  margin: 7px 0 0 0;
  text-align: left;
  position: relative;
  display: block;
}
.form-group .checkbox > label > .checkbox-material,
.poll-label.checkbox > label > .checkbox-material,
label.form-group .checkbox > .checkbox-material,
label.poll-label.checkbox > .checkbox-material {
  position: absolute;
  top: 2px;
  left: 0;
}
.form-group .checkbox > .checkbox,
.poll-label.checkbox > .checkbox {
  display: inline;
}
.form-group .inline-checkbox > label {
  margin-top: 0;
  font-size: 14px;
}
.checkbox {
  display: inline;
}
.checkbox label {
  padding: 0;
}
.form-horizontal .form-group div > label .circle {
  max-width: 16px;
  margin-top: 3px;
}
#search-par.form-horizontal .form-group div > label > span:nth-child(3),
#search-par.form-horizontal .form-group div > label > span:nth-child(4) {
  position: relative;
  top: -2px;
}
.form-horizontal .form-group div .checkbox > label > .checkbox-material {
  top: 0px;
}
#search-par.form-horizontal .form-group div label {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .form-horizontal .form-group > div:has(#loginBtn) {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-horizontal .form-group > div:has(#loginBtn) {
    width: 70%;
  }
}
.form-horizontal .form-group .input-text > label > label {
  padding-right: 10px;
}
input[type="radio"] {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.circle {
  height: 16px;
  width: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  cursor: pointer;
}
input[type="radio"]:checked ~ .circle:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  top: 2px;
  left: 2px;
}
.form-group .radio,
#move_posts_form .radio,
.poll-label .radio {
  padding: 0;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1.42857143;
}
.form-group .radio > label,
#move_posts_form .radio > label,
.poll-label .radio > label,
label.form-group .radio,
label#move_posts_form .radio,
label.poll-label .radio {
  padding: 0;
  margin: 7px 0 0 0;
  text-align: left;
  position: relative;
  display: block;
}
.radio.radio {
  cursor: pointer;
}
.radio.radio span {
  position: static;
  display: inline;
}
.radio.radio span.circle,
.radio.radio span.check {
  position: relative;
  top: -0.1em;
  left: 0;
  display: inline-block;
}
#use_avatar_type + #uploadAvatar {
  clear: both;
  display: block;
  margin-top: 0px;
}
#use_avatar_type + #uploadAvatar .circle {
  width: 16px;
}
.custom-select label.radio {
  margin-top: 7px;
}
ul.multiselect-container.dropdown-menu {
  min-width: 100%;
  max-width: 100%;
}
ul.multiselect-container.dropdown-menu a {
  white-space: normal;
}
ul.multiselect-container.dropdown-menu a:hover .checkbox-material {
  border-color: #fff;
}
ul.multiselect-container.dropdown-menu a:hover .checkbox-material:before,
ul.multiselect-container.dropdown-menu a:hover .checkbox-material:after {
  background: #fff;
}
ul.multiselect-container.dropdown-menu a > label.checkbox {
  padding-left: 26px;
  position: relative;
}
ul.multiselect-container.dropdown-menu a > label.checkbox > .checkbox {
  position: absolute;
  top: -7px;
  left: 0;
}
ul.multiselect-container.dropdown-menu a label {
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.multiselect-container.dropdown-menu a label .checkbox {
  overflow: initial;
}
ul.multiselect-container.dropdown-menu .checkbox-material,
ul.multiselect-container.dropdown-menu .check {
  display: block !important;
}
#body-wrapper #userEditAccount button.multiselect {
  display: block;
  padding-right: 30px;
}
#body-wrapper #userEditAccount button.multiselect:after {
  top: 13px;
}
#userEditAccount .multiselect-container li a {
  padding-bottom: 13px;
}
#userEditAccount .multiselect-container li a label.checkbox {
  font-size: 14px;
}
#userEditAccount .multiselect-container li a label.checkbox .checkbox-material {
  top: 3px;
}
#userEditAccount .form-group .col-sm-4 #inputname ~ .col-xs-offset-0 .checkbox label {
  display: flex;
  align-items: center;
}
#userEditAccount .form-group div > label #name_private ~ .checkbox-material {
  top: 9px;
}
#search-par .form-group div > label .circle,
#userEditAccount .form-group div > label .circle,
#userCreateAccount .form-group div > label .circle {
  width: -webkit-fill-available;
}
#search-par .form-group div select[id^="select_multiple"] ~ .open .multiselect-container .checkbox .checkbox-material,
#userEditAccount .form-group div select[id^="select_multiple"] ~ .open .multiselect-container .checkbox .checkbox-material,
#userCreateAccount .form-group div select[id^="select_multiple"] ~ .open .multiselect-container .checkbox .checkbox-material {
  top: 3px;
}
#search-par .form-group div > label {
  display: flex;
  margin-top: 10px;
}
#search-par .form-group div > label .circle {
  margin-right: 8px;
  margin-top: 2px;
}
#search-par .form-group div > label .checkbox-material {
  top: 1px;
}
#userEditAccount .form-group div > label .circle {
  margin-right: 8px;
  margin-top: 2px;
}
.form-group .btn-group {
  width: 100%;
}
#category-dropdown.input-error .wt-category-dropdown-toggle {
  border-color: #d9534f;
}
#body-wrapper button.multiselect,
#body-wrapper .wt-category-dropdown-toggle,
#categoryDropdown {
  width: 100%;
  text-align: left;
  background: none;
  box-shadow: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: none;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  #body-wrapper button.multiselect,
  #body-wrapper .wt-category-dropdown-toggle,
  #categoryDropdown {
    font-size: 16px;
  }
}
#body-wrapper button.multiselect:focus,
#body-wrapper .wt-category-dropdown-toggle:focus,
#categoryDropdown:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
#body-wrapper button.multiselect .caret,
#body-wrapper .wt-category-dropdown-toggle .caret,
#categoryDropdown .caret {
  position: absolute;
  top: auto;
  right: 10px;
  display: none;
}
#body-wrapper button.multiselect > span,
#body-wrapper .wt-category-dropdown-toggle > span,
#categoryDropdown > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
}
#body-wrapper button.multiselect ~ .dropdown-menu,
#body-wrapper .wt-category-dropdown-toggle ~ .dropdown-menu,
#categoryDropdown ~ .dropdown-menu {
  width: 100%;
  top: -1px;
  left: 0;
  right: -1px;
}
#body-wrapper .dropdown-menu.treeview-container {
  top: -1px;
}
#body-wrapper .dropdown-menu.treeview-container > .icon-search {
  position: absolute;
  top: 5px;
  opacity: 0.5;
  right: 0px;
}
#body-wrapper .dropdown-menu.treeview-container .treeview {
  max-height: 300px;
  overflow: auto;
}
#body-wrapper .dropdown-menu.treeview-container .treeview .no-matches-found {
  padding: 10px 15px;
  display: block;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item {
  display: flex;
  align-items: baseline;
  border: 0;
  margin-bottom: 1px;
  line-height: normal;
  background: none;
  color: rgba(255, 255, 255, 0.9);
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item:not(.node-disabled):hover,
#body-wrapper .dropdown-menu.treeview-container .list-group-item:not(.node-disabled).hovered {
  color: #fff;
  background: rgba(154, 193, 247, 0.1);
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item.node-selected {
  background: rgba(154, 193, 247, 0.1) !important;
  color: #fff !important;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item.search-result:not(.node-disabled):not(.node-selected) {
  color: rgba(154, 193, 247, 0.9) !important;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item.search-result:not(.node-disabled):not(.node-selected):hover,
#body-wrapper .dropdown-menu.treeview-container .list-group-item.search-result:not(.node-disabled):not(.node-selected).hovered {
  color: #fff !important;
  background: rgba(154, 193, 247, 0.1) !important;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item .expand-icon {
  margin: -2px 5px -2px 0;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  border-radius: 100%;
  font-size: 105%;
  padding: 0 7px;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item .expand-icon:hover {
  background: rgba(0, 0, 0, 0.2);
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item .expand-icon:before {
  padding: 0;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item .expand-icon.icon-right-dir:before {
  transform: rotate(90deg);
  top: -1px;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item .expand-icon.expand-icon.icon-down-dir:before {
  transform: rotate(180deg);
  top: -3px;
  right: 2px;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item .icon:not(.expand-icon) {
  display: none;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item.node-disabled {
  color: inherit;
  font-weight: bold;
}
#body-wrapper .dropdown-menu.treeview-container #input-search {
  padding-left: 15px;
  border-width: 0 0 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 35px;
}
@media only screen and (min-width: 1025px) {
  #body-wrapper .dropdown-menu.treeview-container .indent:nth-child(12) ~ .indent {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #body-wrapper .dropdown-menu.treeview-container .indent:nth-child(9) ~ .indent {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #body-wrapper .dropdown-menu.treeview-container .indent:nth-child(7) ~ .indent {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #body-wrapper .dropdown-menu.treeview-container .indent:nth-child(5) ~ .indent {
    display: none !important;
  }
}
#body-wrapper .dropdown-menu.treeview-container .list-group {
  margin-bottom: 0;
}
#body-wrapper .open > button.multiselect,
#body-wrapper .open > .wt-category-dropdown-toggle {
  border-color: rgba(255, 255, 255, 0.3);
}
.dropdownjs > .fakeinput.form-control {
  background: none;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dropdownjs {
  position: relative;
  display: flex;
  align-items: center;
}
.dropdownjs > ul {
  min-width: 50px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid #26213f;
  z-index: 1000;
  display: none;
  overflow: auto;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(14, 12, 23, 0.9);
}
@supports (backdrop-filter: blur(10px)) {
  .dropdownjs > ul {
    background-color: rgba(14, 12, 23, 0.5);
  }
}
.dropdownjs > ul li {
  background-color: rgba(22, 19, 36, 0.5);
  padding: 10px 13px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background: none;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
}
.dropdownjs > ul li:hover {
  color: #fff;
  background: rgba(154, 193, 247, 0.1);
}
.dropdownjs > ul[placement=top-left] {
  bottom: -1px;
  top: auto;
}
.wt-body button.multiselect,
.wt-body .wt-category-dropdown-toggle,
.wt-body #forumsDropdown,
.wt-body .dropdownjs,
.wt-body #categoryDropdown {
  display: flex;
  align-items: center;
}
.wt-body button.multiselect:after,
.wt-body .wt-category-dropdown-toggle:after,
.wt-body #forumsDropdown:after,
.wt-body .dropdownjs:after,
.wt-body #categoryDropdown:after {
  content: '\e808' !important;
  position: absolute;
  right: 0px;
  top: auto;
  pointer-events: none;
  opacity: 0.6;
  font-size: 8px;
  margin-left: auto;
}
.dropdownjs > .focus + ul {
  display: block;
}
#forumsDropdown + .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
#filter-modal #forum_tree > ul li {
  margin-bottom: 1px;
  padding: 10px;
  padding-right: 40px;
  border: none;
  font-size: 14px;
  color: inherit !important;
  background: rgba(26, 22, 43, 0.5) !important;
  line-height: 1;
  display: flex;
}
#filter-modal #forum_tree > ul li:hover,
#filter-modal #forum_tree > ul li:focus,
#filter-modal #forum_tree > ul li.node-selected {
  background: #9ac1f7 !important;
  color: #fff !important;
}
#filter-modal #forum_tree > ul li:hover:after,
#filter-modal #forum_tree > ul li:focus:after,
#filter-modal #forum_tree > ul li.node-selected:after {
  border-color: rgba(255, 255, 255, 0.9);
  border-color: #000000;
}
#filter-modal #forum_tree > ul li:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #26213f;
  text-align: center;
  line-height: 17px;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
}
#filter-modal #forum_tree > ul li.node-selected:after {
  background-color: #fff;
  border-color: #fff;
  color: #9ac1f7;
}
#filter-modal #forum_tree > ul li.node-disabled {
  pointer-events: none;
  opacity: 0.5;
}
#filter-modal #forum_tree > ul li.node-disabled:after {
  display: none;
}
#filter-modal #forum_tree > ul li h2 {
  font-size: 16px;
  color: inherit;
}
#filter-modal #forum_tree > ul li > .icon {
  margin-right: 10px;
  width: auto;
}
#filter-modal #forum_tree > ul li > .icon:before {
  padding: 0;
  font-size: 10px;
  top: 0px;
}
#filter-modal #forum_tree > ul li > .icon:not(.expand-icon) {
  display: none !important;
}
.modal #filter-modal #forum_tree > ul {
  max-height: calc(100vh - 320px);
  overflow: auto;
}
body.wt-body .btn-group > .btn {
  background: none;
  box-shadow: none;
  padding: 6px 12px;
  border: 1px solid #26213f;
  color: inherit;
}
body.wt-body .btn-group > .btn a {
  color: inherit;
}
body.wt-body .btn-group > .btn.active {
  background-color: rgba(154, 193, 247, 0.1);
  color: #fff;
  border-color: rgba(154, 193, 247, 0.2);
  box-shadow: none;
}
body.wt-body .btn-group > .btn:hover {
  background-color: #1e1a32;
}
body.wt-body .btn-group > .btn ~ .btn {
  margin-left: -1px;
}
body.wt-body .btn-group > .btn .circle,
body.wt-body .btn-group > .btn .checkbox-material {
  display: none;
}
#uploadAvatar + #filesAdd,
#uploadAvatar ~ #deleteStatus {
  float: left;
  width: 100%;
  margin-top: 7px;
}
#uploadAvatar + #filesAdd > .file {
  display: block;
  margin-bottom: 5px;
}
.progress + a[id^="cancel"] {
  white-space: nowrap;
}
.form-group.is-focused .form-control {
  background-size: 0 2px, 100% 1px;
  transition: background 0s ease-out;
}
.form-group .form-control:focus {
  outline: none;
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition: background 0.3s ease-out;
}
.form-group.is-focused .dropdownjs > input.focus {
  font-size: 0;
}
.form-group.form-group input[type=file] {
  height: auto;
}
body.wt-body .dropdownjs > input.form-control {
  padding-right: 25px;
}
.tokenfield {
  box-shadow: none !important;
  padding-bottom: 6px;
  min-height: initial;
}
.tokenfield .token-input {
  margin-bottom: 0;
  height: auto;
}
.tokenfield .token {
  background: #372f5a;
  border-color: #372f5a;
  font-size: 12px;
  height: auto;
  line-height: inherit;
  margin: 0.5px 5px 1px 0;
  position: relative;
}
.tokenfield .token .token-label {
  position: relative;
  top: -1px;
  max-width: 100% !important;
  white-space: normal;
  padding-right: 20px;
}
.tokenfield .token .close {
  line-height: inherit;
  color: inherit;
  font-weight: normal;
  text-shadow: none;
  opacity: 0.7;
  position: absolute;
  right: 0;
}
.tokenfield .token .close:hover {
  opacity: 1;
}
#manageTopicTagsModal .tokenfield .token .close {
  margin-top: -1px;
}
.tokenfield .twitter-typeahead {
  position: static !important;
}
.tokenfield .twitter-typeahead .tt-input,
.tokenfield .twitter-typeahead .tt-hint {
  padding: 0;
  height: auto;
  font-size: 14px;
  border: 0;
  max-width: 100%;
  margin-right: -1px;
  line-height: 1.6;
  left: auto !important;
  top: auto !important;
}
.tt-dropdown-menu .tt-suggestion {
  cursor: pointer;
}
.tt-dropdown-menu .user-state-error {
  padding: 10px;
  color: #d9534f;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) and (min-width: 481px) {
  .tt-dropdown-menu {
    min-width: auto !important;
  }
}
#body-wrapper .tokenfield {
  cursor: text;
}
#body-wrapper .tokenfield .tt-dropdown-menu {
  cursor: default;
  margin-top: 0;
}
.wt-password-required .form-horizontal > .alert,
.wt-forget-password .form-horizontal > .alert,
.wt-reset-password .form-horizontal > .alert {
  margin-bottom: 40px;
}
.wt-password-required .form-horizontal .form-group > div,
.wt-forget-password .form-horizontal .form-group > div,
.wt-reset-password .form-horizontal .form-group > div {
  margin-bottom: 20px;
}
.wt-password-required .form-horizontal .form-group > div.text-center,
.wt-forget-password .form-horizontal .form-group > div.text-center,
.wt-reset-password .form-horizontal .form-group > div.text-center {
  width: 100%;
}
.wt-password-required .form-horizontal .form-group > label,
.wt-forget-password .form-horizontal .form-group > label,
.wt-reset-password .form-horizontal .form-group > label {
  width: 25%;
}
.wt-password-required .form-horizontal .form-group > .col-sm-6,
.wt-forget-password .form-horizontal .form-group > .col-sm-6,
.wt-reset-password .form-horizontal .form-group > .col-sm-6 {
  width: 100%;
}
.wt-password-required .form-horizontal .form-group > .col-sm-6 > .col-sm-offset-10,
.wt-forget-password .form-horizontal .form-group > .col-sm-6 > .col-sm-offset-10,
.wt-reset-password .form-horizontal .form-group > .col-sm-6 > .col-sm-offset-10 {
  margin-left: 25%;
}
.wt-password-required .form-horizontal .form-group > .col-sm-offset-5,
.wt-forget-password .form-horizontal .form-group > .col-sm-offset-5,
.wt-reset-password .form-horizontal .form-group > .col-sm-offset-5 {
  margin-left: 25%;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .wt-password-required .form-horizontal .form-group > label,
  .wt-forget-password .form-horizontal .form-group > label,
  .wt-reset-password .form-horizontal .form-group > label {
    width: 100%;
  }
  .wt-password-required .form-horizontal .form-group > .col-sm-6 > .col-sm-offset-10,
  .wt-forget-password .form-horizontal .form-group > .col-sm-6 > .col-sm-offset-10,
  .wt-reset-password .form-horizontal .form-group > .col-sm-6 > .col-sm-offset-10,
  .wt-password-required .form-horizontal .form-group > .col-sm-offset-5,
  .wt-forget-password .form-horizontal .form-group > .col-sm-offset-5,
  .wt-reset-password .form-horizontal .form-group > .col-sm-offset-5 {
    margin-left: 0;
  }
}
.wt-body .wt-forget-password span.col-sm-12 > div {
  margin-left: 25%;
}
@media only screen and (max-width: 767px) {
  .wt-body .wt-forget-password span.col-sm-12 > div {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wt-body .wt-forget-password span.col-sm-12 > div > .btn {
    width: 100%;
  }
  .wt-body .wt-forget-password span.col-sm-12 > div > .btn + .btn {
    margin: 20px 0 0;
  }
}
.wt-member-search .form-group .col-sm-1 {
  margin: 0;
}
#rules_dialog {
  color: #9ac1f7;
}
.wt-move-topics .table-responsive {
  overflow: visible;
}
.panel > .panel-title + .panel-body:last-child {
  border-radius: 5px;
}
#customRepeatOptions .form-group {
  margin-bottom: 0;
}
#customRepeatOptions .form-group > div,
#customRepeatOptions .form-group > span {
  width: auto;
  margin-bottom: 5px;
  padding: 0;
  clear: none;
  float: left;
}
#customRepeatOptions .bd-wrapper {
  margin-left: 5px;
}
#customRepeatOptions .cleared.cleared {
  display: block;
  clear: both;
}
#customRepeatOptions div.dropdownjs {
  width: 120px;
  margin-top: -6px;
}
#customRepeatOptions .rc-pattern > .col-sm-2,
#customRepeatOptions .rc-pattern > .col-sm-1 {
  width: 60px;
  margin-top: -6px;
  margin-bottom: 15px;
}
#customRepeatOptions .btn-group {
  margin-bottom: 10px;
}
#customRepeatOptions #rec_weekly .btn-group {
  margin-top: -10px;
  margin-bottom: 0;
}
#customRepeatOptions #rec_weekly label.btn {
  margin: 0 20px 0 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  text-align: left;
}
#customRepeatOptions #rec_weekly label.btn .checkbox,
#customRepeatOptions #rec_weekly label.btn .checkbox-material {
  margin: 0;
}
#customRepeatOptions #rec_weekly label.btn .checkbox-material,
#customRepeatOptions #rec_weekly label.btn .check {
  display: inline-block !important;
}
#customRepeatOptions #rec_weekly label.btn .checkbox-material {
  margin-right: 5px;
}
#customRepeatOptions #rec_weekly label.btn .ripple-container {
  display: none !important;
}
#customRepeatOptions #rec_monthly .form-group > div,
#customRepeatOptions #rec_yearly .form-group > div,
#customRepeatOptions #rec_monthly .form-group > span,
#customRepeatOptions #rec_yearly .form-group > span {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #customRepeatOptions > .form-group > label {
    display: none !important;
  }
  #customRepeatOptions #rc-patterns input.form-control {
    padding-right: 20px;
    padding-left: 10px;
  }
  #customRepeatOptions #rc-patterns div.dropdownjs {
    width: 95px;
  }
}
@media only screen and (max-width: 480px) {
  #customRepeatOptions #rec_monthly > span:nth-last-child(3) {
    clear: both;
    margin-left: 29px;
  }
  #customRepeatOptions #rec_yearly > span:nth-last-child(2) {
    clear: both;
    margin-left: 29px;
  }
  #customRepeatOptions #rec_weekly label.btn {
    min-width: 70px;
    margin-right: 10px;
  }
}
#repeat_block > .form-group {
  margin-bottom: 5px;
}
.form-group .form-control.input-error,
.mce-tinymce.mce-tinymce.input-error,
.form-control.input-error ~ .dropdownjs > input,
.checkbox-material.input-error {
  border-color: #d9534f;
}
.error-tooltip + .tooltip > .tooltip-inner {
  background: #f2dede;
  color: #a94442;
  max-width: 100%;
}
.error-tooltip + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f2dede;
}
.error-tooltip + .tooltip.top .tooltip-arrow {
  border-top-color: #f2dede;
}
select#categoryDropdown,
select#move_threads_dropdown {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  margin-bottom: -34px;
}
#body-wrapper .checkbox-material.input-error:before {
  content: '';
  background: rgba(217, 83, 79, 0.2);
  height: 32px;
  width: 32px;
  position: absolute;
  top: -9px;
  left: -9px;
  border-radius: 100%;
  display: block;
  animation: none;
  opacity: 1;
}
.wt-body .input-group-addon {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-body .input-group-addon {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #body-wrapper .form-group > div.sign-container {
    width: 550px;
    max-width: 75%;
  }
}
textarea#declineReasonText {
  border-color: rgba(255, 255, 255, 0.1);
  background: none;
  width: 100% !important;
  border-radius: 5px;
}
textarea#declineReasonText:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
#g-recaptcha > div:before {
  content: '';
  position: absolute;
  left: 0;
  right: 2px;
  top: 0;
  bottom: 2px;
  background: rgba(14, 12, 23, 0.6);
  border-radius: 3px;
  pointer-events: none;
}
#g-recaptcha > div {
  position: relative;
}
label.switch {
  width: 40px;
  height: 22px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #26213f;
  vertical-align: middle;
}
span.toggle {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  top: 0px;
  left: 0;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.6);
  transition: left 0.15s ease;
}
label.switch input:checked + span.toggle {
  left: 18px;
  background: linear-gradient(to bottom, #c9defb 0%, #9ac1f7 50%, #9ac1f7 50%, #6ba4f3 100%);
  border: 1.5px solid #c9defb;
}
#topicTag ~ .twitter-typeahead .tt-dropdown-menu .tt-suggestion > div {
  color: inherit;
}
#topicTag ~ .twitter-typeahead .tt-dropdown-menu .tt-suggestion > div[data-tagid="0"] {
  color: #9ac1f7;
}
#topicTag ~ .twitter-typeahead .tt-dropdown-menu .tt-suggestion > div[data-tagid="0"]:before {
  content: '+ "';
}
#topicTag ~ .twitter-typeahead .tt-dropdown-menu .tt-suggestion > div[data-tagid="0"]:after {
  content: '"';
}
#topicTag ~ .twitter-typeahead .tt-dropdown-menu .tt-suggestion span > i:before {
  padding: 2px;
}
#topicTag ~ .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor > div,
#topicTag ~ .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor > div[data-tagid="0"] {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .tt-suggestion.wt-topic-tag-is-editable:hover > .wt-topic-tag-suggestion {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .tt-suggestion.wt-topic-tag-is-editable > .wt-topic-tag-suggestion {
    padding-right: 80px;
  }
}
.wt-topic-tag-mod-icons {
  position: absolute;
  right: 10px;
  margin-top: calc(-10px - 1.2em - 10px);
}
.wt-topic-tag-mod-icons [id^="editTag"],
.wt-topic-tag-mod-icons [id^="deleteTag"] {
  height: calc(10px - -1em - -10px);
  line-height: calc(10px - -1em - -10px);
  width: calc(10px - -1em - -10px);
  text-align: center;
  margin: 0.2em 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  opacity: 0.8;
  font-size: 12px;
}
.wt-topic-tag-mod-icons [id^="editTag"] .icon:before,
.wt-topic-tag-mod-icons [id^="deleteTag"] .icon:before {
  padding: 0;
}
.wt-topic-tag-mod-icons [id^="editTag"]:hover,
.wt-topic-tag-mod-icons [id^="deleteTag"]:hover,
.wt-topic-tag-mod-icons [id^="editTag"]:focus,
.wt-topic-tag-mod-icons [id^="deleteTag"]:focus {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.tt-suggestion.tt-cursor + .wt-topic-tag-mod-icons [id^="editTag"],
.tt-suggestion.tt-cursor + .wt-topic-tag-mod-icons [id^="deleteTag"] {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .wt-topic-tag-mod-icons {
    visibility: hidden;
  }
  .tt-suggestion:hover + .wt-topic-tag-mod-icons,
  .tt-suggestion:focus + .wt-topic-tag-mod-icons,
  .wt-topic-tag-mod-icons:hover,
  .wt-topic-tag-mod-icons:focus {
    visibility: visible;
  }
}
select option {
  background-color: #161324;
}
.tokenfield .twitter-typeahead .tt-suggestions {
  font-size: 14px;
}
.tokenfield.input-sm .twitter-typeahead .tt-input,
.tokenfield.input-sm .twitter-typeahead .tt-hint {
  font-size: 12px;
}
#move_posts_form div.form-group {
  margin-bottom: 15px;
}
#move_posts_form div.form-group.cleared {
  margin-bottom: 10px;
  margin-top: 20px;
}
#move_posts_form #moveNewThread {
  margin-bottom: 30px;
}
#move_posts_form #moveExistingThread {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  #move_posts_form #moveExistingThread .col-sm-3.control-label {
    width: auto;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  #movePostsDialog_body .col-sm-3.control-label {
    width: 27%;
  }
}
#searchAllTags .checkbox .checkbox-material {
  top: 2px;
}
.wt-body #PostCalEvent .form-control,
.wt-body .wt-move-event-page .form-control,
.wt-body .wt-post-search .form-control,
.wt-body .wt-member-search .form-control,
.wt-body .wt-edit-profile .form-control,
.wt-body .wt-user-registration .form-control {
  height: 34px;
}
.wt-body #formEditPoll .poll-container .poll-label .radio.radio span.circle,
.wt-body #first_coloumn_ .poll-container .poll-label .radio.radio span.circle,
.wt-body #formEditPoll .poll-container .poll-label .radio.radio span.check,
.wt-body #first_coloumn_ .poll-container .poll-label .radio.radio span.check {
  top: -1px;
}
#changePostOwnershipForm label[for=postOwner].control-label {
  line-height: inherit;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink {
  background: #161324;
  border: 2px solid #26213f;
  margin-top: -20px;
  padding: 5px 15px 7px 11px;
  display: none !important;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink a {
  color: #9ac1f7;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink a:hover,
#moveExistingThread .destination-topic-selection span#destinationTopicLink a:focus,
#moveExistingThread .destination-topic-selection span#destinationTopicLink a:active,
#moveExistingThread .destination-topic-selection span#destinationTopicLink a:visited {
  color: #9ac1f7;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic {
  margin-top: 4px;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:hover:before,
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:hover:after {
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:before,
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:after {
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.7;
}
#moveExistingThread .destination-topic-selection.selected > span > input.tt-input {
  display: none !important;
}
#moveExistingThread .destination-topic-selection.selected span#destinationTopicLink {
  display: flex !important;
}
.wt-body.wt-search-modal-open .header-wrapper header:before,
.wt-body.wt-search-modal-open .header-wrapper .push-panel,
.wt-body.wt-search-modal-open .header-wrapper .nav,
.wt-body.wt-search-modal-open .main-container > *,
.wt-body.wt-search-modal-open .secondary-header,
.wt-body.wt-search-modal-open .footer-wrapper {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  pointer-events: none;
}
.wt-body .search-wrapper {
  background-color: rgba(14, 12, 23, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 1000px;
  z-index: 999;
  opacity: 0;
  animation: fadein 0.3s;
  display: none !important;
  border-radius: 5px;
  border: 1px solid #26213f;
}
.wt-body .search-wrapper.searchOpen {
  display: flex !important;
  opacity: 1;
}
.wt-body .search-wrapper.searchOpen .open #searchContent ~ ul.dropdown-menu {
  font-size: 14px;
}
.wt-body .search-wrapper.searchOpen .open #searchContent ~ ul.dropdown-menu li a#advancedSearch {
  white-space: nowrap;
}
.wt-body .search-wrapper > .glyphicon-search {
  display: none;
}
.wt-body .search-wrapper .btn-group,
.wt-body .search-wrapper .form-group {
  padding: 0;
  margin: 0;
}
.wt-body .search-wrapper > .btn-group {
  order: 1;
  background: none;
}
.wt-body .search-wrapper > .btn-group .dropdown-toggle {
  font-size: 16px;
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
  border-radius: 5px 0 0 5px !important;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  background-color: #221d39;
}
.wt-body .search-wrapper > .btn-group .dropdown-toggle:hover,
.wt-body .search-wrapper > .btn-group .dropdown-toggle:focus {
  background-color: #1e1a32;
}
@media only screen and (max-width: 480px) {
  .wt-body .search-wrapper > .btn-group .dropdown-toggle {
    min-width: 150px;
  }
}
.wt-body .search-wrapper > .btn-group .dropdown-toggle #buttonName {
  float: left;
  max-width: calc(100% - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.wt-body .search-wrapper > .btn-group .dropdown-toggle .caret {
  margin-top: 24px;
  margin-left: 5px;
  float: right;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu {
  width: 100%;
  min-width: 200px;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu a {
  white-space: normal;
  position: relative;
  padding-left: 50px;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu a i {
  position: absolute;
  left: 10px;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu hr {
  display: none;
}
.wt-body .search-wrapper #inlineSearchForm {
  order: 2;
  flex: 1;
  float: right;
  background-color: rgba(22, 19, 36, 0.5);
  border-radius: 0 5px 5px 0;
  display: flex;
}
.wt-body .search-wrapper #inlineSearchForm > div {
  flex: 1;
}
.wt-body .search-wrapper #inlineSearchForm input {
  height: 50px;
  margin-bottom: 0;
  padding: 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: none;
}
.wt-body .search-wrapper #inlineSearchForm input:-webkit-autofill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
  transition: background-color 999999s;
}
.wt-body .search-wrapper #inlineSearchForm input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wt-body .search-wrapper #inlineSearchForm #advancedSearch {
  line-height: 50px;
  color: inherit;
}
.wt-body .search-wrapper #inlineSearchForm #advancedSearch:hover {
  color: #9ac1f7;
}
.wt-search-modal-open {
  overflow: hidden;
}
.wt-body #first_coloumn_,
.thread-list #posts-list > .col-xs-12,
.wt-body #formEditPoll,
.first-post:not(.preview-post),
#main_posts_container > [id^="post_row_"],
#posts-list .reply-entry {
  position: relative;
  border-radius: 5px;
  clear: both;
}
.wt-body #first_coloumn_ .post-author,
.thread-list #posts-list > .col-xs-12 .post-author,
.wt-body #formEditPoll .post-author,
.first-post:not(.preview-post) .post-author,
#main_posts_container > [id^="post_row_"] .post-author,
#posts-list .reply-entry .post-author {
  width: 70px;
}
.wt-body #first_coloumn_ .post-body-content,
.thread-list #posts-list > .col-xs-12 .post-body-content,
.wt-body #formEditPoll .post-body-content,
.first-post:not(.preview-post) .post-body-content,
#main_posts_container > [id^="post_row_"] .post-body-content,
#posts-list .reply-entry .post-body-content {
  width: calc(100% - 70px);
}
.wt-body #first_coloumn_ .post-body-wrapper,
.thread-list #posts-list > .col-xs-12 .post-body-wrapper,
.wt-body #formEditPoll .post-body-wrapper,
.first-post:not(.preview-post) .post-body-wrapper,
#main_posts_container > [id^="post_row_"] .post-body-wrapper,
#posts-list .reply-entry .post-body-wrapper {
  width: calc(100% - 70px);
}
.wt-body #first_coloumn_ .post-body-wrapper .post-body-content,
.thread-list #posts-list > .col-xs-12 .post-body-wrapper .post-body-content,
.wt-body #formEditPoll .post-body-wrapper .post-body-content,
.first-post:not(.preview-post) .post-body-wrapper .post-body-content,
#main_posts_container > [id^="post_row_"] .post-body-wrapper .post-body-content,
#posts-list .reply-entry .post-body-wrapper .post-body-content {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wt-body #first_coloumn_,
  .thread-list #posts-list > .col-xs-12,
  .wt-body #formEditPoll,
  .first-post:not(.preview-post),
  #main_posts_container > [id^="post_row_"],
  #posts-list .reply-entry {
    background-color: #161324;
    border: 1px solid #26213f;
    border-radius: 5px;
    padding: 10px;
    float: left;
    width: 100%;
  }
  .wt-body #first_coloumn_ .post-author,
  .thread-list #posts-list > .col-xs-12 .post-author,
  .wt-body #formEditPoll .post-author,
  .first-post:not(.preview-post) .post-author,
  #main_posts_container > [id^="post_row_"] .post-author,
  #posts-list .reply-entry .post-author,
  .wt-body #first_coloumn_ .post-body-wrapper,
  .thread-list #posts-list > .col-xs-12 .post-body-wrapper,
  .wt-body #formEditPoll .post-body-wrapper,
  .first-post:not(.preview-post) .post-body-wrapper,
  #main_posts_container > [id^="post_row_"] .post-body-wrapper,
  #posts-list .reply-entry .post-body-wrapper,
  .wt-body #first_coloumn_ .post-body-content,
  .thread-list #posts-list > .col-xs-12 .post-body-content,
  .wt-body #formEditPoll .post-body-content,
  .first-post:not(.preview-post) .post-body-content,
  #main_posts_container > [id^="post_row_"] .post-body-content,
  #posts-list .reply-entry .post-body-content {
    width: 100%;
  }
  .wt-body #first_coloumn_ .post-body,
  .thread-list #posts-list > .col-xs-12 .post-body,
  .wt-body #formEditPoll .post-body,
  .first-post:not(.preview-post) .post-body,
  #main_posts_container > [id^="post_row_"] .post-body,
  #posts-list .reply-entry .post-body {
    background: none;
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body #first_coloumn_ .post-body > .panel-dropdown,
  .thread-list #posts-list > .col-xs-12 .post-body > .panel-dropdown,
  .wt-body #formEditPoll .post-body > .panel-dropdown,
  .first-post:not(.preview-post) .post-body > .panel-dropdown,
  #main_posts_container > [id^="post_row_"] .post-body > .panel-dropdown,
  #posts-list .reply-entry .post-body > .panel-dropdown {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
#feed-main > .panel-pagination .pagination {
  margin: 20px;
}
#feed-main > .col-xs-12 {
  position: relative;
  background: none;
}
#feed-main > .col-xs-12 .post-author {
  width: 50px;
}
#feed-main > .col-xs-12 .post-body-content {
  width: calc(100% - 50px);
}
#feed-main > .col-xs-12 .post-body-wrapper {
  width: calc(100% - 50px);
}
#feed-main > .col-xs-12 .post-body-wrapper .post-body-content {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #feed-main > .col-xs-12 {
    background-color: #161324;
    border: 1px solid #26213f;
    border-radius: 5px;
    padding: 10px;
    float: left;
    width: 100%;
  }
  #feed-main > .col-xs-12 .post-author,
  #feed-main > .col-xs-12 .post-body-wrapper,
  #feed-main > .col-xs-12 .post-body-content {
    width: 100%;
  }
  #feed-main > .col-xs-12 .post-body {
    background: none;
    border: 0;
    padding: 0;
  }
}
#feed-main > .col-xs-12,
#feed-main > .col-xs-12 .post-body {
  background: none;
  border: 0;
  padding: 0;
}
#feed-main > .col-xs-12 {
  padding: 20px;
  margin: 0;
}
#feed-main > .col-xs-12:not(:last-of-type) {
  border-bottom: 1px solid #26213f;
}
.calendar-day-wrapper .calendar-daydetail {
  position: relative;
  border-radius: 5px;
}
.calendar-day-wrapper .calendar-daydetail .post-author {
  width: 50px;
}
.calendar-day-wrapper .calendar-daydetail .post-body-content {
  width: calc(100% - 50px);
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper {
  width: calc(100% - 50px);
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper .post-body-content {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .calendar-day-wrapper .calendar-daydetail {
    background-color: #161324;
    border: 1px solid #26213f;
    border-radius: 5px;
    padding: 10px;
    float: left;
    width: 100%;
  }
  .calendar-day-wrapper .calendar-daydetail .post-author,
  .calendar-day-wrapper .calendar-daydetail .post-body-wrapper,
  .calendar-day-wrapper .calendar-daydetail .post-body-content {
    width: 100%;
  }
  .calendar-day-wrapper .calendar-daydetail .post-body {
    background: none;
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-day-wrapper .calendar-daydetail .post-body-content {
    padding-left: 0;
  }
}
#body-wrapper .post-body-content,
#body-wrapper textarea.mceEditor {
  font-size: 14px;
  line-height: 1.429;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  #body-wrapper .post-body-content,
  #body-wrapper textarea.mceEditor {
    font-size: 16px;
  }
}
.wt-body .post-body {
  width: 100%;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px;
  padding: 15px;
}
.wt-body .post-body-content {
  margin: 8px 0;
  padding-left: 20px;
  display: inline-block;
  overflow: hidden;
  word-break: break-word;
  float: right;
  position: static;
  z-index: 1;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .wt-body .wt-search-result .post-body-content,
  .wt-body .wt-profile-page .post-body-content {
    margin: 20px 0 8px 0;
  }
}
.wt-body .post-body-wrapper {
  padding-left: 20px;
  word-wrap: break-word;
}
.wt-body .post-body-wrapper .post-body-content {
  padding-left: 0;
}
.wt-body .post-body-wrapper [id^="post_message_"] textarea.mceEditor ~ div.form-group.cleared {
  width: auto;
}
.wt-body .post-body-author a {
  font-size: 16px;
  color: #9ac1f7;
}
.wt-body .post-body-author a:hover {
  color: #f9fbfe;
}
.wt-body .post-body-author > .pull-left {
  float: none !important;
}
.wt-body .panel-dropdown {
  float: right;
  padding-left: 10px;
}
.wt-body .post-edit .checkbox {
  margin: 0;
}
.wt-body .post-date {
  font-size: 12px;
  display: block;
  clear: left;
  line-height: 1.5;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .wt-body .post-date {
    margin-top: 0 !important;
  }
}
.wt-body .post-date [id^="inTheCategory_"] {
  margin-right: 5px;
}
.wt-body #approval_queue .post-date {
  margin-top: 0;
}
.wt-body .author-info em {
  clear: both;
  word-wrap: break-word;
  font-style: inherit;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wt-body .author-info small.text-muted {
  font-size: 11px;
}
.wt-body .unread-indicator:not(#unread_messages) {
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgba(154, 193, 247, 0.1);
  margin-right: 10px;
  top: 2px;
  position: relative;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .author-info {
    margin-top: 10px;
    display: block;
  }
  .wt-body .author-info em,
  .wt-body .author-info small.text-muted {
    display: block;
    text-align: center;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .post-author {
    width: 100%;
  }
  .wt-body .post-author > .image-wrapper {
    float: left;
    margin-right: 10px;
  }
  .wt-body .post-author .author-info,
  .wt-body .post-author .post-body-author {
    float: left;
    width: calc(100% - 135px);
  }
  .wt-body .post-author .author-info em,
  .wt-body .post-author .post-body-author em {
    -webkit-line-clamp: 1;
  }
  .wt-body .post-author > .post-body-author.push {
    display: none;
  }
  .wt-body .reply-entry .post-author {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .wt-body .selectableRow > .post-author,
  .wt-body #main-feed > .post-author {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .wt-body #main-feed > .pull-left,
  .wt-body .col-xs-12 > .pull-left {
    float: none !important;
  }
  .wt-body #main-feed > .pull-left .post-body,
  .wt-body .col-xs-12 > .pull-left .post-body {
    float: none !important;
  }
  .wt-body .post-body-wrapper {
    padding: 0;
  }
  .wt-body .author-info .post-body-author,
  .wt-body .post-body-author .author-info {
    width: 100%;
    float: left;
  }
  .wt-body .author-info .post-body-author > span:first-child + span a,
  .wt-body .post-body-author .author-info > span:first-child + span a {
    margin-left: 0;
    display: block;
  }
  .wt-body .first-post .post-body .post-body-author a {
    display: none;
  }
  .wt-body .wt-profile-page #main-feed.col-xs-12.pull-left .post-body-author {
    display: table-cell;
    padding-left: 60px;
    height: 50px;
    vertical-align: middle;
  }
  .wt-body .wt-profile-page .post-author {
    position: absolute;
    width: 50px !important;
  }
  .wt-body .wt-profile-page .post-body-author {
    display: block;
    padding-left: 60px;
  }
  .wt-body .wt-profile-page .post-date {
    clear: none;
    float: right;
    width: calc(100% - 60px);
  }
}
.post-edit a.alert {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  margin-right: 15px;
  display: block;
  font-size: 16px;
  color: inherit;
  margin-top: -2px;
}
.post-edit a.alert:before {
  display: none;
}
.post-edit a.alert i {
  display: block;
}
.post-edit a.alert i:before {
  padding: 0;
  opacity: 1;
}
.post-edit a.alert-success {
  color: #5cb85c;
}
.post-edit a.alert-danger {
  color: #d9534f;
}
.post-edit a.alert-gray {
  color: rgba(255, 255, 255, 0.7);
}
.pending_post_option {
  display: flex;
  align-items: center;
  background: rgba(217, 83, 79, 0.25);
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  clear: both;
  width: fit-content;
}
.pending_post_option a.alert {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  margin-right: 15px;
  display: block;
  font-size: 16px;
  color: inherit;
  margin-top: -2px;
}
.pending_post_option a.alert:before {
  display: none;
}
.pending_post_option a.alert i {
  display: block;
}
.pending_post_option a.alert i:before {
  padding: 0;
  opacity: 1;
}
.pending_post_option a.alert-success {
  color: #5cb85c;
}
.pending_post_option a.alert-danger {
  color: #d9534f;
}
.pending_post_option a.alert-gray {
  color: rgba(255, 255, 255, 0.7);
}
.pending_post_option > small.glyphicon-info-sign {
  font-size: 100%;
}
.pending_post_option > small.glyphicon-info-sign:before {
  padding: 0 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .pending_post_option {
    width: 100%;
  }
  .pending_post_option + form .dropdown-toggle {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pending_post_option {
    width: fit-content;
  }
}
.pending_post_option .glyphicon-info-sign {
  display: none;
}
.pending_post_option a.alert {
  margin: 0 0 0 10px !important;
  flex-shrink: 0;
}
.pending_post_option a.alert:first-of-type {
  margin-left: 20px !important;
}
.pending_post_option [id^="post_list_pending_"] {
  display: block;
  clear: both;
}
.pending_post_option:empty {
  display: none !important;
}
#body-wrapper .post-body-content [id^="post_message_"] > .form-group {
  width: auto;
}
#body-wrapper .attachmentContainerQuick {
  position: relative;
  display: inline-block;
  margin-top: 23px;
}
#body-wrapper .attachmentContainerQuick a {
  float: left;
  padding: 2px 10px;
  text-decoration: none;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
}
#body-wrapper .attachmentContainerQuick a ~ a {
  border-left: 1px solid #26213f;
}
#body-wrapper .attachmentContainerQuick a:hover,
#body-wrapper .attachmentContainerQuick a:focus {
  color: #9ac1f7;
}
#body-wrapper .attachmentContainerQuick i {
  font-size: 16px;
}
#body-wrapper .attachmentContainerQuick i:before {
  padding: 0;
}
#body-wrapper .attachmentContainerQuick a.btn {
  color: rgba(255, 255, 255, 0.5);
  background: none;
  box-shadow: none;
}
#body-wrapper .attachmentContainerQuick a.btn:hover {
  color: #9ac1f7;
}
#edit_btn_save_cancel {
  display: block;
  width: auto;
  float: left;
  margin-top: 20px;
}
.reply-menu[id^=reply_option]:not(#reply_options) {
  margin-left: 5px;
}
.reply-entry .post-body-wrapper textarea {
  width: 100%;
  height: 70px;
  border: 0;
  resize: none;
  padding: 0;
  background: transparent;
  max-height: 40px;
  margin-top: -20px;
}
.reply-entry .post-body-wrapper .reply-menu {
  width: 100%;
  margin-top: 20px;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] {
  position: relative;
  display: inline-block;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] a {
  float: left;
  padding: 2px 10px;
  text-decoration: none;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] a ~ a {
  border-left: 1px solid #26213f;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] a:hover,
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] a:focus {
  color: #9ac1f7;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] i {
  font-size: 16px;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] i:before {
  padding: 0;
}
.post-options {
  font-size: 12px;
}
.post-options > a:not(.quote) {
  margin-left: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
}
.post-options > a:not(.quote):hover {
  color: #9ac1f7;
}
.post-options i:before {
  padding: 0;
}
.post-options a.quote:before {
  font-size: 110%;
  padding-left: 0;
  padding-right: 4px;
}
.post-options a.quote:hover {
  color: #9ac1f7;
}
@media only screen and (max-width: 480px) {
  .post-options a[id^="post_vote_down_"] + .tooltip {
    left: auto !important;
    right: 8px;
  }
  .post-options a[id^="post_vote_down_"] + .tooltip .tooltip-arrow {
    left: auto !important;
    right: 24px;
  }
}
.post-signature:before {
  content: " ";
  display: block;
  width: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
.post-signature {
  display: block;
  clear: both;
  margin-top: 20px;
}
[class^="guest-post"] {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
[class^="guest-post"] > .form-group {
  margin: 0;
  width: 50%;
}
[class^="guest-post"] > .form-group .form-control ~ .form-control {
  margin-top: 10px;
}
[class^="guest-post"] .callout {
  padding-left: 20px;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  [class^="guest-post"] > .form-group {
    width: 100%;
  }
  [class^="guest-post"] .callout {
    padding-left: 0;
    margin-top: 10px;
  }
  [class^="guest-post"] .form-control {
    font-size: 16px;
  }
}
#quickReplyPost .post-body-author.pull > .display_name,
#quickReplyPostTopQuickEditor .post-body-author.pull > .display_name {
  display: block;
  margin-bottom: 10px;
}
a.readMore {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}
a.readMore > span {
  display: inline-block;
  background: #221d39;
  padding: 10px 20px;
  border-radius: 25px;
  color: #9ac1f7;
  margin-top: -10px;
}
a.readMore > span i {
  padding-right: 10px;
}
a.readMore > span i:before {
  padding: 0;
}
.preview-cut {
  max-height: 150px;
  overflow: hidden;
  cursor: pointer;
}
.preview-cut .embedded-video iframe {
  z-index: -1;
}
.preview-cut img.bbc_img {
  z-index: -1;
  position: relative;
}
.preview-cut a[rel^="lightbox"] {
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .preview-cut {
    max-height: 115px;
  }
}
#writeReply,
#writeReplyTopQuickEditor {
  font-weight: bold;
  display: inline-block;
  z-index: 2;
  position: relative;
}
#pmsg_reply_panel #message_options {
  width: auto;
}
.wt-post-hash-link {
  overflow: hidden;
  display: block;
  margin-top: -140px;
  padding-top: 140px;
  height: 0;
  float: left;
  width: 100%;
  pointer-events: none;
}
#user_login .modal-title,
#form-dialog .modal-title {
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}
#user_login .col-sm-4.control-label,
#form-dialog .col-sm-4.control-label {
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  padding-top: 0;
}
#user_login input.form-control,
#form-dialog input.form-control {
  font-size: 16px;
}
#user_login #anchor_tab_forget_password,
#form-dialog #anchor_tab_forget_password {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
}
#user_login a,
#form-dialog a {
  color: rgba(255, 255, 255, 0.9);
}
#user_login a:hover,
#form-dialog a:hover {
  text-decoration: underline;
}
#user_login .modal-body {
  padding: 40px;
}
#user_login .modal-header {
  flex-direction: unset;
}
#user_login .modal-dialog {
  width: 365px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #user_login .modal-dialog {
    width: auto;
    max-width: 100%;
    margin: 10px;
  }
}
#user_login .form-group div.col-sm-6 {
  width: 100%;
  clear: none;
}
#user_login .form-group div.col-sm-6.col-sm-offset-4 {
  margin: 0px 0px 20px;
}
#user_login .modal-footer {
  padding: 0 40px 20px;
  text-align: center;
}
#user_login .modal-footer .wt-social-btn-heading {
  text-align: left;
}
#user_login button.close {
  position: absolute;
  right: 10px;
  top: auto;
  z-index: 9;
}
#user_login .header-msg-alert .close {
  position: relative;
  top: -8px;
  right: -10px;
}
@media only screen and (max-width: 767px) {
  #user_login .header-msg-alert .close {
    right: 0;
  }
}
#form-dialog .modal-body {
  padding: 0 40px 20px;
}
#form-dialog .modal-body > form {
  width: 50%;
  float: left;
  padding-bottom: 20px;
}
#form-dialog .modal-body > form:first-child {
  padding-right: 40px;
  border-right: 1px solid #26213f;
}
#form-dialog .modal-body > form + form {
  padding-left: 40px;
}
#form-dialog .modal-body > form > .form-group > .text-block {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 20px 0;
}
#form-dialog .form-group > .col-sm-12 {
  width: 100%;
}
#form-dialog .form-group > .col-sm-8.cleared {
  margin-bottom: 0;
  margin-top: -16px;
  width: 100%;
}
#form-dialog .modal-body > .text-center {
  text-align: center;
  padding-top: 20px;
  margin: 0 -40px;
  width: calc(100% - -40px - -40px);
  border-top: 1px solid #26213f;
}
#form-dialog p.no-space {
  margin-top: 20px;
}
#form-dialog br,
#form-dialog .or-divider-wrapper {
  display: none;
}
#form-dialog .termsAndRulesConfirmation {
  margin-bottom: 0;
}
#form-dialog .checkbox-material {
  top: -0.2em;
}
#form-dialog #login_register_modal #createAccount .col-sm-12.cleared.text-muted > label {
  display: flex;
}
#form-dialog #login_register_modal #createAccount .col-sm-12.cleared.text-muted > label .checkbox-material {
  margin-right: 10px;
}
#form-dialog #login_register_modal #createAccount .checkbox #rules_checkbox + .checkbox-material {
  top: -1px;
}
#only_login_model {
  width: 350px;
  max-width: 95%;
}
#only_login_model .modal-body {
  padding: 40px 40px 20px;
}
#only_login_model .modal-body > form.form-horizontal {
  width: 100%;
  border-right: none;
  padding: 0;
}
#only_login_model #user-login-modal-heading {
  display: none;
}
#only_login_model .form-group > .col-sm-8.cleared {
  margin-top: 0px;
}
#only_login_model .form-group > .col-sm-8.cleared + div.cleared {
  margin-bottom: 20px;
}
#only_login_model .modal-body > .text-center {
  width: 100%;
  margin: 0;
  text-align: left;
  border-top: 0;
}
#only_login_model .modal-body > .text-center .wt-social-btn-heading {
  text-align: left;
}
#login_register_modal .form-control {
  padding: 4px 12px 6px;
}
@media only screen and (max-width: 767px) {
  #login_register_modal .modal-body > form.form-horizontal {
    width: 100%;
    padding: 0;
    border: none;
  }
  #login_register_modal .modal-body > form.form-horizontal + form {
    margin-top: 40px;
  }
  #login_register_modal button[type="submit"] {
    width: 100%;
  }
  #form-dialog .modal-body {
    padding: 0 20px 20px;
  }
  #form-dialog .modal-body > .text-center {
    width: 100%;
    margin: 0;
  }
  #user_login .modal-body {
    padding: 40px 20px;
  }
  #user_login .modal-footer {
    padding: 0 20px 20px;
  }
}
.scl-bnt-scn {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
  justify-content: center;
  width: 100% !important;
}
.wt-social-login-modal .modal-dialog {
  width: 755px !important;
  text-align: center !important;
}
#createAccountBtn {
  margin-top: 10px;
}
#createAccount label span.checkbox-material,
#frmDoLogin label span.checkbox-material {
  top: -1px;
}
#headerLoginForm .col-sm-offset-4 .checkbox label .checkbox-material {
  top: 2px;
}
#loginForm .checkbox label > .checkbox-material {
  top: 3px;
}
#user_login .modal-dialog .scl-bnt-scn .social_login_btn,
#registerEditProfile .modal-dialog .scl-bnt-scn .social_login_btn {
  margin-left: 0;
}
#user_login .scl-bnt-scn,
#registerEditProfile .scl-bnt-scn {
  padding: 0;
}
.login #loginForm .header-msg-alert {
  margin-bottom: 10px;
}
.wt-body .login .form-group.cleared > .text-center {
  margin-bottom: 0;
}
.wt-body .login .form-group.cleared > .text-center {
  width: 100%;
}
.wt-body .login .form-group.cleared > .text-center .or-divider {
  text-transform: uppercase;
}
.wt-body .login .form-group.cleared > .text-center .or-divider:before {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #26213f;
  transform: translateY(12px);
  float: left;
}
.wt-body .login .form-group.cleared > .text-center .or-divider:after {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #26213f;
  transform: translateY(12px);
  float: right;
}
.wt-body .login .form-group:last-child .col-sm-6 {
  width: 100%;
}
.wt-body .login .form-group:last-child .col-sm-offset-6 {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 4.4em 1em;
}
.wt-body .login .form-group:last-child .col-sm-offset-6 br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .wt-body .login .form-group:last-child .col-sm-offset-6 {
    padding: 1.5em;
  }
}
.wt-body .login .form-group:last-child .col-sm-offset-6 small {
  display: block;
  margin-top: 5px;
}
.wt-body .wt-user-registration .form-group.cleared > .text-center {
  width: 100%;
}
.wt-body .wt-user-registration .form-group.cleared > .text-center .or-divider {
  text-transform: uppercase;
}
.wt-body .wt-user-registration .form-group.cleared > .text-center .or-divider:before {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #26213f;
  transform: translateY(12px);
  float: left;
}
.wt-body .wt-user-registration .form-group.cleared > .text-center .or-divider:after {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #26213f;
  transform: translateY(12px);
  float: right;
}
.wt-body .wt-user-registration .form-group:nth-child(2) .col-sm-offset-5 {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 4.4em 1em;
}
.wt-body .wt-user-registration .form-group:nth-child(2) .col-sm-offset-5 br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .wt-body .wt-user-registration .form-group:nth-child(2) .col-sm-offset-5 {
    padding: 1.5em;
  }
}
.wt-body .wt-user-registration .form-group:nth-child(2) .col-sm-offset-5 small {
  display: block;
  margin-top: 5px;
}
.wt-facebook-connect .form-horizontal .form-group > label.col-sm-5 {
  width: 20%;
}
.wt-facebook-connect .form-horizontal .form-group > .col-sm-offset-5,
.wt-facebook-connect .col-sm-6 > .col-sm-offset-10 {
  margin-left: 20%;
}
.wt-facebook-connect .form-group > .col-sm-6 {
  width: 100%;
}
.wt-facebook-connect .checkbox-material + .text-muted {
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .wt-facebook-connect .col-sm-offset-10.col-sm-12 > .btn-primary {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-facebook-connect .form-horizontal .form-group > label.col-sm-5 {
    width: auto;
  }
  .wt-facebook-connect .form-horizontal .form-group > .col-sm-offset-5,
  .wt-facebook-connect .col-sm-6 > .col-sm-offset-10 {
    margin-left: 0;
  }
}
.ajax-msg-top,
.loading-top {
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  left: 0;
  z-index: 99999;
}
.ajax-msg-top p,
.loading-top p {
  font-weight: bold;
  font-size: 13px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #f0c36d;
  background-color: #f9edbe;
  color: #000;
  border-radius: 0 0 5px 5px;
  line-height: normal;
  vertical-align: top;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
}
.content-panel.messages,
.content-panel.wt-profile-page#upload_container {
  position: relative;
}
.mod-tools > a {
  font-size: 14px;
  position: relative;
  background: #161324;
  color: #9ac1f7;
  height: 34px;
  line-height: 32px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #26213f;
  border-right: 0;
  width: auto;
  padding: 0 15px;
  transform: translateX(100%);
  transition: transform 0.15s ease, right 0.15s ease;
  position: fixed;
  top: 180px;
  right: 45px;
  z-index: 99;
  float: left;
  clear: both;
}
.mod-tools > a[data-original-title]:not([data-original-title=""]):after {
  content: attr(data-original-title);
  margin-left: 15px;
}
.mod-tools > a[title]:not([title=""]):after {
  content: attr(title);
  margin-left: 15px;
}
.mod-tools > a > .glyphicon,
.mod-tools > a > .icon {
  font-style: normal;
}
.mod-tools > a > .glyphicon[data-original-title]:not([data-original-title=""]):after,
.mod-tools > a > .icon[data-original-title]:not([data-original-title=""]):after {
  content: attr(data-original-title);
  margin-left: 15px;
}
.mod-tools > a > .glyphicon[title]:not([title=""]):after,
.mod-tools > a > .icon[title]:not([title=""]):after {
  content: attr(title);
  margin-left: 15px;
}
.mod-tools > a > .glyphicon + .tooltip,
.mod-tools > a > .icon + .tooltip {
  display: none !important;
}
.mod-tools > a > .glyphicon:before,
.mod-tools > a > .icon:before {
  opacity: 1;
  padding: 0;
}
.mod-tools > a + .tooltip {
  display: none !important;
}
.mod-tools > a:hover {
  transform: translateX(0);
  right: 0;
  border-color: #9ac1f7;
  background-color: #9ac1f7;
  color: white;
}
.mod-tools > a ~ a {
  margin-top: 44px;
}
.mod-tools > a ~ a ~ a {
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .mod-tools.pm {
    top: -8px;
    right: 45px;
  }
  .mod-tools.pm a {
    clear: none;
    display: inline-block;
  }
  .mod-tools.pm #delete_curr_conversation {
    display: none;
  }
  .inbox-page .mod-tools.pm #delete_curr_conversation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .mod-tools:not(.pm) {
    top: 50px;
    right: 20px;
  }
}
.mod-tools:not(.pm) #anchor_tab_uban:before {
  padding: 0;
  margin-left: -3px;
}
.mod-tools:not(.pm) #anchor_tab_uban > i:before {
  content: '✓';
  font: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page #posts-list {
    width: calc( 75% - 50px);
  }
}
@media only screen and (min-width: 1025px) {
  .wt-topics #markAllTopicsAsRead {
    font-size: 14px;
    position: relative;
    background: #161324;
    color: #9ac1f7;
    height: 34px;
    line-height: 32px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #26213f;
    border-right: 0;
    width: auto;
    padding: 0 15px;
    transform: translateX(100%);
    transition: transform 0.15s ease, right 0.15s ease;
  }
  .wt-topics #markAllTopicsAsRead[data-original-title]:not([data-original-title=""]):after {
    content: attr(data-original-title);
    margin-left: 15px;
  }
  .wt-topics #markAllTopicsAsRead[title]:not([title=""]):after {
    content: attr(title);
    margin-left: 15px;
  }
  .wt-topics #markAllTopicsAsRead > .glyphicon,
  .wt-topics #markAllTopicsAsRead > .icon {
    font-style: normal;
  }
  .wt-topics #markAllTopicsAsRead > .glyphicon[data-original-title]:not([data-original-title=""]):after,
  .wt-topics #markAllTopicsAsRead > .icon[data-original-title]:not([data-original-title=""]):after {
    content: attr(data-original-title);
    margin-left: 15px;
  }
  .wt-topics #markAllTopicsAsRead > .glyphicon[title]:not([title=""]):after,
  .wt-topics #markAllTopicsAsRead > .icon[title]:not([title=""]):after {
    content: attr(title);
    margin-left: 15px;
  }
  .wt-topics #markAllTopicsAsRead > .glyphicon + .tooltip,
  .wt-topics #markAllTopicsAsRead > .icon + .tooltip {
    display: none !important;
  }
  .wt-topics #markAllTopicsAsRead > .glyphicon:before,
  .wt-topics #markAllTopicsAsRead > .icon:before {
    opacity: 1;
    padding: 0;
  }
  .wt-topics #markAllTopicsAsRead + .tooltip {
    display: none !important;
  }
  .wt-topics #markAllTopicsAsRead:hover {
    transform: translateX(0);
    right: 0;
    border-color: #9ac1f7;
    background-color: #9ac1f7;
    color: white;
  }
  .wt-topics #markAllTopicsAsRead {
    position: fixed;
    top: 180px;
    right: 45px;
    z-index: 99;
  }
  .wt-topics #markAllTopicsAsRead:not(:hover) .icon-sweep:before {
    left: -4px;
  }
  .wt-topics #markAllTopicsAsRead .icon-sweep:before {
    font-size: 11px !important;
    top: -2px;
  }
  .wt-categories #markCategoryAsRead {
    font-size: 14px;
    position: relative;
    background: #161324;
    color: #9ac1f7;
    height: 34px;
    line-height: 32px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #26213f;
    border-right: 0;
    width: auto;
    padding: 0 15px;
    transform: translateX(100%);
    transition: transform 0.15s ease, right 0.15s ease;
    position: fixed;
    top: 180px;
    right: 45px;
    z-index: 99;
  }
  .wt-categories #markCategoryAsRead[data-original-title]:not([data-original-title=""]):after {
    content: attr(data-original-title);
    margin-left: 15px;
  }
  .wt-categories #markCategoryAsRead[title]:not([title=""]):after {
    content: attr(title);
    margin-left: 15px;
  }
  .wt-categories #markCategoryAsRead > .glyphicon,
  .wt-categories #markCategoryAsRead > .icon {
    font-style: normal;
  }
  .wt-categories #markCategoryAsRead > .glyphicon[data-original-title]:not([data-original-title=""]):after,
  .wt-categories #markCategoryAsRead > .icon[data-original-title]:not([data-original-title=""]):after {
    content: attr(data-original-title);
    margin-left: 15px;
  }
  .wt-categories #markCategoryAsRead > .glyphicon[title]:not([title=""]):after,
  .wt-categories #markCategoryAsRead > .icon[title]:not([title=""]):after {
    content: attr(title);
    margin-left: 15px;
  }
  .wt-categories #markCategoryAsRead > .glyphicon + .tooltip,
  .wt-categories #markCategoryAsRead > .icon + .tooltip {
    display: none !important;
  }
  .wt-categories #markCategoryAsRead > .glyphicon:before,
  .wt-categories #markCategoryAsRead > .icon:before {
    opacity: 1;
    padding: 0;
  }
  .wt-categories #markCategoryAsRead + .tooltip {
    display: none !important;
  }
  .wt-categories #markCategoryAsRead:hover {
    transform: translateX(0);
    right: 0;
    border-color: #9ac1f7;
    background-color: #9ac1f7;
    color: white;
  }
  .wt-categories #markCategoryAsRead:not(:hover) .icon-sweep:before {
    left: -4px;
  }
}
.secondary-header .topic-tools > a:not(.btn),
.secondary-header .topic-tools > div > a:not(.btn) {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 100%;
  padding: 0;
  border: 0;
  background: none;
}
.secondary-header .topic-tools > a:not(.btn):hover,
.secondary-header .topic-tools > div > a:not(.btn):hover {
  background-color: rgba(154, 193, 247, 0.1);
  color: white;
}
.secondary-header .topic-tools > a:not(.btn) .icon:before,
.secondary-header .topic-tools > div > a:not(.btn) .icon:before,
.secondary-header .topic-tools > a:not(.btn) .glyphicon:before,
.secondary-header .topic-tools > div > a:not(.btn) .glyphicon:before {
  padding: 0;
}
.content-panel.messages .send_new_pmsg {
  font-size: 16px;
  color: #9ac1f7;
  padding: 0;
  border: 0;
  background: none;
}
.content-panel.messages .send_new_pmsg:hover {
  color: #f9fbfe;
}
.content-panel.messages .send_new_pmsg small {
  font-size: inherit;
}
.content-panel.messages .send_new_pmsg small:before {
  padding: 0;
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .columns-wrapper .category-locked {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #161324;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    border-radius: 100%;
    padding: 0;
    border: 0;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }
  .columns-wrapper .category-locked:hover {
    background-color: rgba(154, 193, 247, 0.1);
    color: white;
  }
  .columns-wrapper .category-locked .icon:before,
  .columns-wrapper .category-locked .glyphicon:before {
    padding: 0;
  }
}
.datepicker {
  border-radius: 5px;
  font-size: 12px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #26213f;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #161324;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #26213f;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #161324;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: rgba(255, 255, 255, 0.5);
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #372f5a;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: no-drop;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d1e9f5;
  border-color: #7cc1e3;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.highlighted,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.disabled.active,
.datepicker table tr td.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.highlighted.active {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: rgba(255, 255, 255, 0.5);
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffd78f;
  border-color: #ffb329;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today[disabled],
fieldset[disabled] .datepicker table tr td.today,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: rgba(255, 255, 255, 0.5);
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:hover,
.datepicker table tr td.range:focus,
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #e9e9e9;
  border-color: #b6b6b6;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range[disabled],
fieldset[disabled] .datepicker table tr td.range,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range[disabled]:active,
fieldset[disabled] .datepicker table tr td.range:active,
.datepicker table tr td.range.disabled.active,
.datepicker table tr td.range[disabled].active,
fieldset[disabled] .datepicker table tr td.range.active {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: rgba(255, 255, 255, 0.5);
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #dde9f0;
  border-color: #96bdd0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled:active,
.datepicker table tr td.range.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.disabled.active,
.datepicker table tr td.range.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.range.highlighted.active {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: rgba(255, 255, 255, 0.5);
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #f6c66e;
  border-color: #efa00f;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: rgba(255, 255, 255, 0.5);
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #727272;
  border-color: #505050;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.highlighted.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.highlighted.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.highlighted.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #9ac1f7;
  border-color: #c9defb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #91bbf6;
  border-color: #c0d8fa;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.highlighted.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.highlighted,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.highlighted.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.highlighted.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.highlighted.active {
  background-color: #9ac1f7;
  border-color: #c9defb;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #9ac1f7;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 5px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #372f5a;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #9ac1f7;
  border-color: #c9defb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #91bbf6;
  border-color: #c0d8fa;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #9ac1f7;
  border-color: #c9defb;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #9ac1f7;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: rgba(255, 255, 255, 0.5);
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #372f5a;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.datepicker-dropdown {
  padding: 5px;
}
.datepicker-dropdown:after,
.datepicker-dropdown:before {
  display: none !important;
}
.datepicker table tr td span {
  height: 40px;
  line-height: 40px;
}
.share-icons a {
  border-radius: 0;
  font-size: 14px;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  cursor: pointer;
  text-align: center;
  background: #777777;
  border-radius: 5px;
}
.share-icons a .icon:before,
.share-icons a .glyphicon:before {
  padding: 0;
}
.share-icons.twitter a {
  background-color: transparent;
  padding: 0;
}
.share-icons.facebook a {
  background-color: #3b5998;
  color: #fff;
}
.share-panel.container {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.share-panel.container > span,
.share-panel.container > div {
  margin: 0 5px;
}
.share-panel.container iframe {
  vertical-align: baseline;
}
.share-panel.container .fb_iframe_widget span:nth-child(1) {
  vertical-align: baseline !important;
  height: 20px !important;
}
.share-panel.container .fb-like span:nth-child(1) {
  width: 80px !important;
}
.share-panel.container > span {
  height: 20px;
}
#share-modal h5 {
  margin: 20px 0;
}
#share-modal .share-icons {
  float: left;
  margin-right: 5px;
}
.wt-thumbnail,
.wt-body div[id^="insertimagemodal"] .post-body-image > span,
.wt-body .post-body-image .post-image-wrapper {
  width: 100px;
  height: 100px;
  float: left;
  margin: 10px 10px 10px 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.wt-thumbnail > img,
.wt-body div[id^="insertimagemodal"] .post-body-image > span > img,
.wt-body .post-body-image .post-image-wrapper > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wt-body .post-attachments {
  clear: both;
  padding: 0;
  margin: 10px 0;
}
.wt-body .post-attachments > li:not(.inline-video-container) {
  background: rgba(154, 193, 247, 0.1);
  padding: 10px;
  height: 56px;
  min-width: 200px;
  max-width: 100%;
  border-radius: 5px;
  font-size: 14px;
  width: 200px;
  align-items: center;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span {
  width: 50%;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right.col-sm-4 {
  display: flex;
  align-items: center;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.file-size {
  width: 100%;
}
.wt-body .post-attachments > li:not(.inline-video-container) img {
  float: left;
  margin-right: 10px;
  width: 36px;
  height: 36px;
}
.wt-body .post-attachments > li:not(.inline-video-container) img + .pull-left {
  width: calc(100% - 46px);
}
.wt-body .post-attachments > li:not(.inline-video-container) .tooltip .tooltip-inner {
  max-width: 210px;
}
.wt-body .post-attachments > li:not(.inline-video-container, .file) .tooltip {
  left: 0 !important;
}
.wt-body .post-attachments .col-sm-2 {
  padding-right: 20px;
  float: left;
}
.wt-body .post-attachments a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  text-decoration: none;
}
.wt-body .post-attachments a .glyphicon-plus:before {
  font-size: 10px;
}
.wt-body .post-attachments .file-size {
  display: block;
  font-size: 12px;
}
.wt-body .post-attachments .progress {
  margin: 0;
  float: left;
  background-color: rgba(255, 255, 255, 0.1);
  width: calc(100% - 60px);
}
.wt-body .post-attachments a.text-danger {
  color: inherit;
}
.wt-body .post-attachments:empty {
  display: none !important;
}
.wt-body .post-body-image {
  float: left;
  width: 100%;
}
.wt-body .post-body-image > a {
  float: left;
}
.wt-body .post-body-image .post-image:not(img) {
  width: 70px;
  height: 70px;
  float: left;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 10px 10px 10px 0;
}
.wt-body #show_current_conversation .upload-attachments {
  clear: both;
}
.wt-body .upload-attachments .post-attachments li {
  width: 100%;
}
.wt-body .upload-attachments .post-attachments li:not(.inline-video-container) > span.pull-right [id^=attachCancel] {
  padding-right: 8px;
  display: flex;
  margin-top: 2px;
}
.wt-body .upload-attachments .post-attachments li:not(.inline-video-container) > span.pull-right i + span {
  padding-right: 4px;
  position: relative;
}
.wt-body .upload-attachments .post-attachments li:not(.inline-video-container) > span.pull-right i:before {
  padding: 0;
  margin-left: 15px;
  padding-right: 2px;
}
.wt-body .form-group:has(#edit_btn_save_cancel) ~ .upload-attachments .post-attachments {
  padding-top: 10px !important;
}
#body-wrapper .inline-video-container {
  display: block;
  background: none;
  padding: 0;
}
#body-wrapper .inline-video {
  max-width: 100%;
  width: 560px;
  display: block;
  margin: 10px 0 20px;
}
img.bbc_img {
  padding-top: 10px;
  height: auto !important;
}
#pending_posts .preview-cut,
#feed-main .preview-cut {
  max-height: 115px;
}
.wt-body #body-wrapper .upload-attachments a.pull-right.text-danger {
  color: #d9534f;
}
.wt-body #body-wrapper .upload-attachments a.pull-right.text-danger:hover {
  color: #d43f3a;
}
.mce-toolbar > .mce-container-body {
  display: flex;
  white-space: nowrap;
  max-width: 100%;
}
.mce-toolbar > .mce-container-body:not(:only-child) {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 40px);
}
.mce-toolbar .dropdown {
  margin: 3px 3px 3px 10px;
  order: 2;
}
.mce-toolbar .dropdown-menu {
  position: absolute;
  top: 33px;
  background: #161324;
  width: 100%;
  padding: 10px;
  white-space: normal;
  box-sizing: border-box;
}
.mce-toolbar .dropdown-menu > div {
  display: inline;
  white-space: normal;
}
.mce-toolbar .dropdown-toggle {
  background: rgba(154, 193, 247, 0.5);
  color: #fff;
  border: 1px solid rgba(154, 193, 247, 0.6);
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}
.mce-toolbar .dropdown-toggle:before {
  top: 0;
  opacity: 1;
  padding: 0;
}
.mce-tinymce.mce-container {
  box-sizing: border-box;
  border-radius: 5px;
}
.mce-tinymce.mce-tinymce,
.mce-tinymce div.mce-edit-area {
  border-color: rgba(255, 255, 255, 0.1);
}
.mce-tinymce.mce-container,
.mce-tinymce .mce-top-part:before {
  box-shadow: none;
}
.mce-tinymce .mce-statusbar {
  border-top: 0;
}
.mce-tinymce .mce-panel {
  border-color: rgba(255, 255, 255, 0.1);
}
.mce-tinymce.mce-tinymce,
.mce-tinymce .mce-edit-area,
.mce-tinymce .mce-toolbar-grp,
.mce-tinymce .mce-btn {
  background: none;
}
.mce-tinymce .mce-path {
  display: none;
}
.mce-tinymce div.mce-btn-group {
  border: 0;
  margin: 0;
}
.mce-tinymce .mce-i-forecolor:before {
  content: "A";
  font-weight: bold;
  position: relative;
  top: -2px;
  left: 2px;
}
.mce-tinymce [aria-label="Source code"] .mce-i-code {
  width: auto;
}
.mce-tinymce [aria-label="Source code"] .mce-i-code:before {
  content: "HTML";
  font-size: 80%;
  position: relative;
  top: -2px;
}
.mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(255, 255, 255, 0.5);
  background: none;
  border: 0;
  pointer-events: none;
}
.mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #9ac1f7;
}
.mce-tinymce .mce-top-part .mce-btn.mce-btn.mce-active button {
  background: rgba(154, 193, 247, 0.2);
}
.mce-tinymce .mce-top-part .mce-btn.mce-btn button,
.mce-tinymce .mce-top-part .mce-btn.mce-btn .mce-ico {
  color: inherit;
}
.mce-tinymce .mce-top-part .mce-btn.mce-btn button {
  pointer-events: auto;
  border-radius: 5px;
}
.mce-tinymce div.mce-menubtn.mce-opened {
  z-index: auto;
}
.mce-tinymce .mce-menubtn.mce-fixed-width span {
  width: auto;
}
.mce-tinymce .popover h4 {
  padding: 5px;
  font-size: 14px;
}
.mce-tinymce .popover #scrollEmojiContent {
  position: relative;
  height: 135px;
  overflow: auto;
  clear: both;
}
#quickReplyPost .mce-tinymce,
#quickReplyPostTopQuickEditor .mce-tinymce,
#PostPrivateMessageReply .mce-tinymce {
  border: 0;
}
#quickReplyPost .mce-tinymce > .mce-container-body,
#quickReplyPostTopQuickEditor .mce-tinymce > .mce-container-body,
#PostPrivateMessageReply .mce-tinymce > .mce-container-body {
  display: flex;
  flex-direction: column;
}
#quickReplyPost .mce-tinymce .mce-top-part,
#quickReplyPostTopQuickEditor .mce-tinymce .mce-top-part,
#PostPrivateMessageReply .mce-tinymce .mce-top-part {
  order: 3;
  margin: 10px 0;
}
#quickReplyPost .mce-tinymce .mce-edit-area,
#quickReplyPostTopQuickEditor .mce-tinymce .mce-edit-area,
#PostPrivateMessageReply .mce-tinymce .mce-edit-area {
  order: 1;
  border: 0;
  margin: -8px;
}
#quickReplyPost .mce-tinymce .mce-statusbar,
#quickReplyPostTopQuickEditor .mce-tinymce .mce-statusbar,
#PostPrivateMessageReply .mce-tinymce .mce-statusbar {
  order: 2;
}
#quickReplyPost .reply-options,
#quickReplyPostTopQuickEditor .reply-options,
#PostPrivateMessageReply .reply-options {
  padding-right: 10px;
  position: relative;
}
#quickReplyPost [id^="attachmentContainer_"] a,
#quickReplyPostTopQuickEditor [id^="attachmentContainer_"] a,
#PostPrivateMessageReply [id^="attachmentContainer_"] a {
  padding: 3px 6px 4px;
  margin-right: 2px;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
}
#quickReplyPost [id^="attachmentContainer_"] a:hover,
#quickReplyPostTopQuickEditor [id^="attachmentContainer_"] a:hover,
#PostPrivateMessageReply [id^="attachmentContainer_"] a:hover {
  color: #9ac1f7;
}
#quickReplyPost [id^="attachmentContainer_"] i,
#quickReplyPostTopQuickEditor [id^="attachmentContainer_"] i,
#PostPrivateMessageReply [id^="attachmentContainer_"] i {
  line-height: normal;
}
#quickReplyPost [id^="attachmentContainer_"] i:before,
#quickReplyPostTopQuickEditor [id^="attachmentContainer_"] i:before,
#PostPrivateMessageReply [id^="attachmentContainer_"] i:before {
  font-size: 85%;
  opacity: 1;
}
#quickReplyPost [id^="image_button_"],
#quickReplyPostTopQuickEditor [id^="image_button_"],
#PostPrivateMessageReply [id^="image_button_"] {
  display: none !important;
}
#PostPrivateMessageReply .mce-tinymce .popover {
  bottom: 40px;
}
#PostPrivateMessageReply .mce-tinymce .popover #scrollEmojiContent {
  height: 100px;
}
#PostPrivateMessageReply .mce-tinymce > div:nth-last-child(2) iframe {
  margin-bottom: 140px;
}
#quickReplyPost .mce-tinymce,
#quickReplyPostTopQuickEditor .mce-tinymce {
  clear: both;
}
#quickReplyPost .mce-tinymce ~ .reply-menu,
#quickReplyPostTopQuickEditor .mce-tinymce ~ .reply-menu {
  display: block !important;
}
#quickReplyPost .mce-tinymce .popover,
#quickReplyPostTopQuickEditor .mce-tinymce .popover {
  bottom: 60px;
}
#quickReplyPost [id^="showCaptcha"].hidden ~ .reply-menu,
#quickReplyPostTopQuickEditor [id^="showCaptcha"].hidden ~ .reply-menu {
  position: initial;
  margin-top: -42px;
}
#quickReplyPost [id^="showCaptcha"]:not(.hidden) ~ .reply-menu,
#quickReplyPostTopQuickEditor [id^="showCaptcha"]:not(.hidden) ~ .reply-menu {
  margin-top: -140px;
}
#quickReplyPost [id^="showCaptcha"],
#quickReplyPostTopQuickEditor [id^="showCaptcha"] {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #quickReplyPost .mce-tinymce .mce-edit-area,
  #quickReplyPostTopQuickEditor .mce-tinymce .mce-edit-area {
    border-top: 1px solid #26213f;
  }
}
.wt-body .mce-colorbutton .mce-open.mce-open {
  margin-left: -28px;
  padding-left: 23px;
}
.wt-body .mce-colorbutton:hover .mce-open {
  border-color: transparent;
}
.wt-body .mce-colorbutton button:first-child {
  pointer-events: none !important;
}
.wt-body .mce-colorbutton.mce-btn-medium .mce-preview {
  margin-left: -7px;
}
.mce-floatpanel {
  border-radius: 5px;
}
div.mce-tooltip {
  opacity: 1;
  animation: fadein 0.3s;
}
div.mce-tooltip .mce-tooltip-inner {
  background: #222222;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  border-radius: 5px;
  box-shadow: none;
  padding: 10px;
  line-height: 1.4em;
  white-space: normal;
  word-break: break-word;
  min-width: 130px;
  text-transform: none;
}
div.mce-tooltip-arrow {
  border-color: #222222;
}
.mce-popover {
  z-index: 9 !important;
}
.wt-body.modal-open .mce-popover {
  z-index: 1053 !important;
}
.post-body-content ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  list-style-type: disc;
}
.embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0;
}
.embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mce-tinymce div.mce-btn-group:not(.mce-first) .mce-first:before,
.mce-toolbar .dropdown-menu > div:not(:last-child):not(:empty):after {
  border-left: 1px solid #26213f;
  content: '';
  vertical-align: -6px;
  margin: 0 5px;
}
.mce-container-body .script_warning_message {
  display: table;
  width: -webkit-fill-available;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.announcement-header .mce-tinymce > .mce-container-body,
#quickReplyPost .mce-tinymce > .mce-container-body {
  gap: 7px;
}
.wt-body .ads-wrapper-top.container,
.wt-body .ads-wrapper-bottom.container,
.wt-body .post-ad {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 0;
  height: 130px;
  overflow: hidden;
}
.wt-body.wt-post-listing .post-ad {
  padding: 0;
  height: auto;
  margin-bottom: 10px;
  width: calc(100% - 90px);
  border-radius: 5px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .wt-body.wt-post-listing .post-ad {
    width: 100%;
    float: left;
  }
}
.wt-body .ads-wrapper-left.container {
  width: 195px;
  height: 100%;
  max-height: 640px;
  padding: 20px;
  position: absolute;
  overflow: auto;
  z-index: 1;
  float: left;
  left: 0;
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) {
  .wt-body.left-ads-available .header-wrapper,
  .wt-body.left-ads-available .secondary-header,
  .wt-body.left-ads-available .main-container,
  .wt-body.left-ads-available .footer-content {
    padding-left: 200px;
    padding-right: 200px;
  }
  .wt-body.left-ads-available .header-wrapper .container,
  .wt-body.left-ads-available .secondary-header .container,
  .wt-body.left-ads-available .main-container .container,
  .wt-body.left-ads-available .footer-content .container {
    max-width: calc(100vw - 400px);
  }
  .wt-body.left-ads-available .header-wrapper .container.calendar,
  .wt-body.left-ads-available .secondary-header .container.calendar,
  .wt-body.left-ads-available .main-container .container.calendar,
  .wt-body.left-ads-available .footer-content .container.calendar {
    display: inline-block;
  }
  .wt-body.left-ads-available .header-wrapper .container.all-topics-list,
  .wt-body.left-ads-available .secondary-header .container.all-topics-list,
  .wt-body.left-ads-available .main-container .container.all-topics-list,
  .wt-body.left-ads-available .footer-content .container.all-topics-list,
  .wt-body.left-ads-available .header-wrapper .container.settings,
  .wt-body.left-ads-available .secondary-header .container.settings,
  .wt-body.left-ads-available .main-container .container.settings,
  .wt-body.left-ads-available .footer-content .container.settings,
  .wt-body.left-ads-available .header-wrapper .container.content-panel,
  .wt-body.left-ads-available .secondary-header .container.content-panel,
  .wt-body.left-ads-available .main-container .container.content-panel,
  .wt-body.left-ads-available .footer-content .container.content-panel,
  .wt-body.left-ads-available .header-wrapper .container.wt-followed-categories,
  .wt-body.left-ads-available .secondary-header .container.wt-followed-categories,
  .wt-body.left-ads-available .main-container .container.wt-followed-categories,
  .wt-body.left-ads-available .footer-content .container.wt-followed-categories,
  .wt-body.left-ads-available .header-wrapper .container #member_list,
  .wt-body.left-ads-available .secondary-header .container #member_list,
  .wt-body.left-ads-available .main-container .container #member_list,
  .wt-body.left-ads-available .footer-content .container #member_list {
    display: flow-root;
  }
  .wt-body.left-ads-available .header-wrapper .container.wt-profile-page,
  .wt-body.left-ads-available .secondary-header .container.wt-profile-page,
  .wt-body.left-ads-available .main-container .container.wt-profile-page,
  .wt-body.left-ads-available .footer-content .container.wt-profile-page,
  .wt-body.left-ads-available .header-wrapper .container.wt-user-registration,
  .wt-body.left-ads-available .secondary-header .container.wt-user-registration,
  .wt-body.left-ads-available .main-container .container.wt-user-registration,
  .wt-body.left-ads-available .footer-content .container.wt-user-registration {
    display: block;
  }
  .wt-body.left-ads-available .topics-list .topic-row-heading > li:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }
  .wt-body.left-ads-available .topics-list .panel-body > ul > li > .col-md-9,
  .wt-body.left-ads-available .topics-list .panel-body > #sortable > ul > li > .col-md-9 {
    flex: 1 calc(100% - 475px);
    width: calc(100% - 475px);
    padding-right: 20px;
  }
  .wt-body.left-ads-available .topics-list .panel-body > ul > li > .col-md-3,
  .wt-body.left-ads-available .topics-list .panel-body > #sortable > ul > li > .col-md-3 {
    flex: 1 475px;
    width: 475px;
  }
  .wt-body.left-ads-available .topics-list .panel-body > ul > li .preview-text > a.wt-category-name,
  .wt-body.left-ads-available .topics-list .panel-body > #sortable > ul > li .preview-text > a.wt-category-name {
    font-size: 12px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    order: 2;
    padding-left: 10px;
  }
  .wt-body.left-ads-available .topics-list .panel-body > ul > li .preview-text > a.wt-category-name:before,
  .wt-body.left-ads-available .topics-list .panel-body > #sortable > ul > li .preview-text > a.wt-category-name:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.5em;
    left: 0;
    border-radius: 100%;
    background-color: rgba(154, 193, 247, 0.1);
  }
  .wt-body.left-ads-available .topics-list .panel-body > ul > li .category-of-topic,
  .wt-body.left-ads-available .topics-list .panel-body > #sortable > ul > li .category-of-topic {
    display: none !important;
  }
  .wt-body.left-ads-available .hover-menu {
    left: 200px;
    right: 192px;
    width: auto;
  }
}
.mce-tinymce .popover {
  top: auto !important;
  left: 0 !important;
  right: 0;
  bottom: 2px;
  position: absolute !important;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid #26213f;
  background: #161324;
  z-index: 9;
}
.mce-tinymce .popover .arrow {
  display: none !important;
}
.mce-tinymce .popover .collapse {
  display: block !important;
}
.mce-tinymce .popover * {
  box-sizing: border-box;
}
.mce-tinymce .popover ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mce-tinymce .popover #emoji-tabs-custom ul {
  white-space: normal;
  text-align: left;
}
.mce-tinymce .popover nav {
  min-height: 40px;
  padding: 0 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #26213f;
}
.mce-tinymce .popover nav li {
  height: 40px;
  width: 32px;
  float: left;
  margin-right: 20px;
  padding: 8px 5px 5px;
}
.mce-tinymce .popover nav li.active {
  border-bottom: 3px solid #9ac1f7;
}
.mce-tinymce .popover .section {
  clear: both;
  float: left;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  min-height: 130px;
}
.mce-tinymce .popover #scrollEmojiContent {
  position: relative;
  height: 135px;
  overflow: auto;
  clear: both;
}
.mce-tinymce .popover h4 {
  padding: 5px;
}
.mce-tinymce > div:nth-last-child(2) iframe {
  margin-bottom: 185px;
}
a[id^="emoji-tab-"] {
  display: block;
  width: 100%;
  height: 100%;
}
a[id^="emoji-tab-"]:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background: url(/images/forum1/emoji.png) 0 0% no-repeat transparent;
  background-size: 280px;
}
a#emoji-tab-animals:before {
  background-position-x: -33px;
}
a#emoji-tab-food:before {
  background-position-x: -65px;
}
a#emoji-tab-symbols:before {
  background-position-x: -99px;
}
a#emoji-tab-transport:before {
  background-position-x: -133px;
}
a#emoji-tab-alphabetic:before {
  background-position-x: -167px;
}
a#emoji-tab-sport:before {
  background-position-x: -226px;
}
a#emoji-tab-custom:before {
  background-position-x: -196px;
}
.emojiListContent {
  float: left;
  width: 100%;
}
li[id^="emojiId_"] {
  cursor: pointer;
  width: 35px;
  height: 35px;
  float: left;
  padding: 5px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}
li[id^="emojiId_"] img {
  width: 100%;
  height: 100%;
}
.custom_emoji.custom_emoji {
  cursor: pointer;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  float: none;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
}
.custom_emoji.custom_emoji:hover {
  border-color: #26213f;
}
img.emoticon {
  margin: 0 1px;
  padding: 0 !important;
}
img.emoji {
  width: 20px;
  height: 20px;
  margin: 0 1px;
  pointer-events: none;
  padding: 0 !important;
}
img.emoji.custom_emoji_img {
  width: auto;
  height: 20px;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) {
  .mce-tinymce .popover nav {
    padding: 0 10px;
  }
  .mce-tinymce .popover nav li {
    margin-right: 5px;
  }
}
#emojiId_10079,
#emojiId_10080 {
  display: none;
}
/* Footer */
.footer-wrapper {
  clear: both;
  min-height: 40px;
}
.wt-inbox-page .footer-wrapper {
  display: block;
  position: relative;
}
.footer-content {
  width: 100%;
  background-color: #161324;
  margin-top: 20px;
}
.footer-content > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-content > .container {
    margin: 0 10px;
  }
}
.footer-content a.custom-footer-item {
  color: inherit;
  opacity: 0.7;
}
.footer-content a.custom-footer-item:hover {
  opacity: 1;
}
.footer-content .dropdown-menu {
  min-width: 90px;
  top: auto;
  bottom: 100%;
}
.footer-content .dropdown-toggle,
.footer-content #onlineUsers {
  color: inherit;
  opacity: 0.7;
}
.footer-content b#selectedLanguage {
  font-weight: normal;
}
.footer-content .glyphicon-globe:before {
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .footer-content > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#onlineUsersPopover {
  margin-right: 40px;
  position: relative;
}
#onlineUsersPopover > .popover {
  left: 0 !important;
  padding: 0;
  max-width: calc(100vw - 160px);
  width: 800px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 991px) and (min-width: 768px) {
  #onlineUsersPopover > .popover {
    max-width: calc(100vw - 194px);
  }
}
#onlineUsersPopover > .popover > .arrow {
  display: none;
}
#onlineUsersPopover > .popover > .popover-content {
  padding: 0;
  max-height: 80vh;
  overflow-y: auto;
}
#onlineUsersPopover .caret {
  opacity: 0.7;
  margin-left: 5px;
}
#language-selector .caret {
  opacity: 0.7;
}
#onlineUsersContent {
  float: left;
  width: 100%;
  padding: 10px;
}
#onlineUsersContent > h5 {
  padding: 10px;
  margin-top: 20px;
  font-weight: bold;
  color: #9ac1f7;
}
#onlineUsersContent > h5:first-child {
  margin-top: 0;
}
#onlineUsersContent > ul {
  position: static;
}
#onlineUsersContent > ul > li {
  padding: 10px;
  position: static;
}
#onlineUsersContent > ul > li > .image-wrapper {
  position: static;
}
#onlineUsersContent > ul > li > .image-wrapper > i {
  position: relative;
  float: right;
  transform: translateY(-100%);
}
@media only screen and (max-width: 767px) {
  #onlineUsersContent > ul > li .pull-left {
    float: left !important;
  }
}
#onlineUsersContent > ul.onlineUsersCountry > li {
  position: relative;
}
#onlineUsersContent .right-side {
  width: auto;
  max-width: calc(100% - 36px);
  padding-left: 10px;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#onlineUsersContent .right-side > .username {
  float: left;
  clear: both;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#onlineUsersContent .right-side > .username ~ .username {
  opacity: 0.8;
  font-size: 12px;
}
#onlineUsersContent .right-side > .username:hover {
  color: #9ac1f7;
}
#onlineUsersContent .right-side > .badge {
  background-color: #d3dbec;
  color: #000;
  padding: 4px 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#onlineUsersContent .guest-user-country {
  max-width: calc(100% - 35px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.footer-wrapper #onlineUsersContent .guest-user-country {
  max-width: none;
  padding-right: 25px;
}
#onlineUsersContent .country-flag {
  border-radius: 0;
  margin: 2px;
}
@media only screen and (max-width: 480px) {
  #onlineUsersPopover {
    position: static;
    margin-right: 20px;
  }
  #onlineUsersPopover > .popover {
    left: 10px !important;
    right: 10px;
    width: auto;
    max-width: 100%;
  }
}
.f32 .flag {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  line-height: 32px;
  background: url(/images/country_flags.png) no-repeat;
}
.f32 ._African_Union {
  background-position: 0 -32px;
}
.f32 ._Arab_League {
  background-position: 0 -64px;
}
.f32 ._ASEAN {
  background-position: 0 -96px;
}
.f32 ._CARICOM {
  background-position: 0 -128px;
}
.f32 ._CIS {
  background-position: 0 -160px;
}
.f32 ._Commonwealth {
  background-position: 0 -192px;
}
.f32 ._England {
  background-position: 0 -224px;
}
.f32 ._European_Union,
.f32 .eu {
  background-position: 0 -256px;
}
.f32 ._Islamic_Conference {
  background-position: 0 -288px;
}
.f32 ._Kosovo {
  background-position: 0 -320px;
}
.f32 ._NATO {
  background-position: 0 -352px;
}
.f32 ._Northern_Cyprus {
  background-position: 0 -384px;
}
.f32 ._Northern_Ireland {
  background-position: 0 -416px;
}
.f32 ._Olimpic_Movement {
  background-position: 0 -448px;
}
.f32 ._OPEC {
  background-position: 0 -480px;
}
.f32 ._Red_Cross {
  background-position: 0 -512px;
}
.f32 ._Scotland {
  background-position: 0 -544px;
}
.f32 ._Somaliland {
  background-position: 0 -576px;
}
.f32 ._Tibet {
  background-position: 0 -608px;
}
.f32 ._United_Nations {
  background-position: 0 -640px;
}
.f32 ._Wales {
  background-position: 0 -672px;
}
.f32 .ad {
  background-position: 0 -704px;
}
.f32 .ae {
  background-position: 0 -736px;
}
.f32 .af {
  background-position: 0 -768px;
}
.f32 .ag {
  background-position: 0 -800px;
}
.f32 .ai {
  background-position: 0 -832px;
}
.f32 .al {
  background-position: 0 -864px;
}
.f32 .am {
  background-position: 0 -896px;
}
.f32 .ao {
  background-position: 0 -928px;
}
.f32 .aq {
  background-position: 0 -960px;
}
.f32 .ar {
  background-position: 0 -992px;
}
.f32 .as {
  background-position: 0 -1024px;
}
.f32 .at {
  background-position: 0 -1056px;
}
.f32 .au {
  background-position: 0 -1088px;
}
.f32 .aw {
  background-position: 0 -1120px;
}
.f32 .ax {
  background-position: 0 -1152px;
}
.f32 .az {
  background-position: 0 -1184px;
}
.f32 .ba {
  background-position: 0 -1216px;
}
.f32 .bb {
  background-position: 0 -1248px;
}
.f32 .bd {
  background-position: 0 -1280px;
}
.f32 .be {
  background-position: 0 -1312px;
}
.f32 .bf {
  background-position: 0 -1344px;
}
.f32 .bg {
  background-position: 0 -1376px;
}
.f32 .bh {
  background-position: 0 -1408px;
}
.f32 .bi {
  background-position: 0 -1440px;
}
.f32 .bj {
  background-position: 0 -1472px;
}
.f32 .bm {
  background-position: 0 -1504px;
}
.f32 .bn {
  background-position: 0 -1536px;
}
.f32 .bo {
  background-position: 0 -1568px;
}
.f32 .br {
  background-position: 0 -1600px;
}
.f32 .bs {
  background-position: 0 -1632px;
}
.f32 .bt {
  background-position: 0 -1664px;
}
.f32 .bw {
  background-position: 0 -1696px;
}
.f32 .by {
  background-position: 0 -1728px;
}
.f32 .bz {
  background-position: 0 -1760px;
}
.f32 .ca {
  background-position: 0 -1792px;
}
.f32 .cd {
  background-position: 0 -1824px;
}
.f32 .cf {
  background-position: 0 -1856px;
}
.f32 .cg {
  background-position: 0 -1888px;
}
.f32 .ch {
  background-position: 0 -1920px;
}
.f32 .ci {
  background-position: 0 -1952px;
}
.f32 .ck {
  background-position: 0 -1984px;
}
.f32 .cl {
  background-position: 0 -2016px;
}
.f32 .cm {
  background-position: 0 -2048px;
}
.f32 .cn {
  background-position: 0 -2080px;
}
.f32 .co {
  background-position: 0 -2112px;
}
.f32 .cr {
  background-position: 0 -2144px;
}
.f32 .cu {
  background-position: 0 -2176px;
}
.f32 .cv {
  background-position: 0 -2208px;
}
.f32 .cy {
  background-position: 0 -2240px;
}
.f32 .cz {
  background-position: 0 -2272px;
}
.f32 .de {
  background-position: 0 -2304px;
}
.f32 .dj {
  background-position: 0 -2336px;
}
.f32 .dk {
  background-position: 0 -2368px;
}
.f32 .dm {
  background-position: 0 -2400px;
}
.f32 .do {
  background-position: 0 -2432px;
}
.f32 .dz {
  background-position: 0 -2464px;
}
.f32 .ec {
  background-position: 0 -2496px;
}
.f32 .ee {
  background-position: 0 -2528px;
}
.f32 .eg {
  background-position: 0 -2560px;
}
.f32 .eh {
  background-position: 0 -2592px;
}
.f32 .er {
  background-position: 0 -2624px;
}
.f32 .es {
  background-position: 0 -2656px;
}
.f32 .et {
  background-position: 0 -2688px;
}
.f32 .fi {
  background-position: 0 -2720px;
}
.f32 .fj {
  background-position: 0 -2752px;
}
.f32 .fm {
  background-position: 0 -2784px;
}
.f32 .fo {
  background-position: 0 -2816px;
}
.f32 .fr {
  background-position: 0 -2848px;
}
.f32 .bl,
.f32 .cp,
.f32 .mf,
.f32 .yt {
  background-position: 0 -2848px;
}
.f32 .ga {
  background-position: 0 -2880px;
}
.f32 .gb {
  background-position: 0 -2912px;
}
.f32 .sh {
  background-position: 0 -2912px;
}
.f32 .gd {
  background-position: 0 -2944px;
}
.f32 .ge {
  background-position: 0 -2976px;
}
.f32 .gg {
  background-position: 0 -3008px;
}
.f32 .gh {
  background-position: 0 -3040px;
}
.f32 .gi {
  background-position: 0 -3072px;
}
.f32 .gl {
  background-position: 0 -3104px;
}
.f32 .gm {
  background-position: 0 -3136px;
}
.f32 .gn {
  background-position: 0 -3168px;
}
.f32 .gp {
  background-position: 0 -3200px;
}
.f32 .gq {
  background-position: 0 -3232px;
}
.f32 .gr {
  background-position: 0 -3264px;
}
.f32 .gt {
  background-position: 0 -3296px;
}
.f32 .gu {
  background-position: 0 -3328px;
}
.f32 .gw {
  background-position: 0 -3360px;
}
.f32 .gy {
  background-position: 0 -3392px;
}
.f32 .hk {
  background-position: 0 -3424px;
}
.f32 .hn {
  background-position: 0 -3456px;
}
.f32 .hr {
  background-position: 0 -3488px;
}
.f32 .ht {
  background-position: 0 -3520px;
}
.f32 .hu {
  background-position: 0 -3552px;
}
.f32 .id {
  background-position: 0 -3584px;
}
.f32 .mc {
  background-position: 0 -3584px;
}
.f32 .ie {
  background-position: 0 -3616px;
}
.f32 .il {
  background-position: 0 -3648px;
}
.f32 .im {
  background-position: 0 -3680px;
}
.f32 .in {
  background-position: 0 -3712px;
}
.f32 .iq {
  background-position: 0 -3744px;
}
.f32 .ir {
  background-position: 0 -3776px;
}
.f32 .is {
  background-position: 0 -3808px;
}
.f32 .it {
  background-position: 0 -3840px;
}
.f32 .je {
  background-position: 0 -3872px;
}
.f32 .jm {
  background-position: 0 -3904px;
}
.f32 .jo {
  background-position: 0 -3936px;
}
.f32 .jp {
  background-position: 0 -3968px;
}
.f32 .ke {
  background-position: 0 -4000px;
}
.f32 .kg {
  background-position: 0 -4032px;
}
.f32 .kh {
  background-position: 0 -4064px;
}
.f32 .ki {
  background-position: 0 -4096px;
}
.f32 .km {
  background-position: 0 -4128px;
}
.f32 .kn {
  background-position: 0 -4160px;
}
.f32 .kp {
  background-position: 0 -4192px;
}
.f32 .kr {
  background-position: 0 -4224px;
}
.f32 .kw {
  background-position: 0 -4256px;
}
.f32 .ky {
  background-position: 0 -4288px;
}
.f32 .kz {
  background-position: 0 -4320px;
}
.f32 .la {
  background-position: 0 -4352px;
}
.f32 .lb {
  background-position: 0 -4384px;
}
.f32 .lc {
  background-position: 0 -4416px;
}
.f32 .li {
  background-position: 0 -4448px;
}
.f32 .lk {
  background-position: 0 -4480px;
}
.f32 .lr {
  background-position: 0 -4512px;
}
.f32 .ls {
  background-position: 0 -4544px;
}
.f32 .lt {
  background-position: 0 -4576px;
}
.f32 .lu {
  background-position: 0 -4608px;
}
.f32 .lv {
  background-position: 0 -4640px;
}
.f32 .ly {
  background-position: 0 -4672px;
}
.f32 .ma {
  background-position: 0 -4704px;
}
.f32 .md {
  background-position: 0 -4736px;
}
.f32 .me {
  background-position: 0 -4768px;
}
.f32 .mg {
  background-position: 0 -4800px;
}
.f32 .mh {
  background-position: 0 -4832px;
}
.f32 .mk {
  background-position: 0 -4864px;
}
.f32 .ml {
  background-position: 0 -4896px;
}
.f32 .mm {
  background-position: 0 -4928px;
}
.f32 .mn {
  background-position: 0 -4960px;
}
.f32 .mo {
  background-position: 0 -4992px;
}
.f32 .mq {
  background-position: 0 -5024px;
}
.f32 .mr {
  background-position: 0 -5056px;
}
.f32 .ms {
  background-position: 0 -5088px;
}
.f32 .mt {
  background-position: 0 -5120px;
}
.f32 .mu {
  background-position: 0 -5152px;
}
.f32 .mv {
  background-position: 0 -5184px;
}
.f32 .mw {
  background-position: 0 -5216px;
}
.f32 .mx {
  background-position: 0 -5248px;
}
.f32 .my {
  background-position: 0 -5280px;
}
.f32 .mz {
  background-position: 0 -5312px;
}
.f32 .na {
  background-position: 0 -5344px;
}
.f32 .nc {
  background-position: 0 -5376px;
}
.f32 .ne {
  background-position: 0 -5408px;
}
.f32 .ng {
  background-position: 0 -5440px;
}
.f32 .ni {
  background-position: 0 -5472px;
}
.f32 .nl {
  background-position: 0 -5504px;
}
.f32 .bq {
  background-position: 0 -5504px;
}
.f32 .no {
  background-position: 0 -5536px;
}
.f32 .bv,
.f32 .nq,
.f32 .sj {
  background-position: 0 -5536px;
}
.f32 .np {
  background-position: 0 -5568px;
}
.f32 .nr {
  background-position: 0 -5600px;
}
.f32 .nz {
  background-position: 0 -5632px;
}
.f32 .om {
  background-position: 0 -5664px;
}
.f32 .pa {
  background-position: 0 -5696px;
}
.f32 .pe {
  background-position: 0 -5728px;
}
.f32 .pf {
  background-position: 0 -5760px;
}
.f32 .pg {
  background-position: 0 -5792px;
}
.f32 .ph {
  background-position: 0 -5824px;
}
.f32 .pk {
  background-position: 0 -5856px;
}
.f32 .pl {
  background-position: 0 -5888px;
}
.f32 .pr {
  background-position: 0 -5920px;
}
.f32 .ps {
  background-position: 0 -5952px;
}
.f32 .pt {
  background-position: 0 -5984px;
}
.f32 .pw {
  background-position: 0 -6016px;
}
.f32 .py {
  background-position: 0 -6048px;
}
.f32 .qa {
  background-position: 0 -6080px;
}
.f32 .re {
  background-position: 0 -6112px;
}
.f32 .ro {
  background-position: 0 -6144px;
}
.f32 .rs {
  background-position: 0 -6176px;
}
.f32 .ru {
  background-position: 0 -6208px;
}
.f32 .rw {
  background-position: 0 -6240px;
}
.f32 .sa {
  background-position: 0 -6272px;
}
.f32 .sb {
  background-position: 0 -6304px;
}
.f32 .sc {
  background-position: 0 -6336px;
}
.f32 .sd {
  background-position: 0 -6368px;
}
.f32 .se {
  background-position: 0 -6400px;
}
.f32 .sg {
  background-position: 0 -6432px;
}
.f32 .si {
  background-position: 0 -6464px;
}
.f32 .sk {
  background-position: 0 -6496px;
}
.f32 .sl {
  background-position: 0 -6528px;
}
.f32 .sm {
  background-position: 0 -6560px;
}
.f32 .sn {
  background-position: 0 -6592px;
}
.f32 .so {
  background-position: 0 -6624px;
}
.f32 .sr {
  background-position: 0 -6656px;
}
.f32 .st {
  background-position: 0 -6688px;
}
.f32 .sv {
  background-position: 0 -6720px;
}
.f32 .sy {
  background-position: 0 -6752px;
}
.f32 .sz {
  background-position: 0 -6784px;
}
.f32 .tc {
  background-position: 0 -6816px;
}
.f32 .td {
  background-position: 0 -6848px;
}
.f32 .tg {
  background-position: 0 -6880px;
}
.f32 .th {
  background-position: 0 -6912px;
}
.f32 .tj {
  background-position: 0 -6944px;
}
.f32 .tl {
  background-position: 0 -6976px;
}
.f32 .tm {
  background-position: 0 -7008px;
}
.f32 .tn {
  background-position: 0 -7040px;
}
.f32 .to {
  background-position: 0 -7072px;
}
.f32 .tr {
  background-position: 0 -7104px;
}
.f32 .tt {
  background-position: 0 -7136px;
}
.f32 .tv {
  background-position: 0 -7168px;
}
.f32 .tw {
  background-position: 0 -7200px;
}
.f32 .tz {
  background-position: 0 -7232px;
}
.f32 .ua {
  background-position: 0 -7264px;
}
.f32 .ug {
  background-position: 0 -7296px;
}
.f32 .us {
  background-position: 0 -7328px;
}
.f32 .uy {
  background-position: 0 -7360px;
}
.f32 .uz {
  background-position: 0 -7392px;
}
.f32 .va {
  background-position: 0 -7424px;
}
.f32 .vc {
  background-position: 0 -7456px;
}
.f32 .ve {
  background-position: 0 -7488px;
}
.f32 .vg {
  background-position: 0 -7520px;
}
.f32 .vi {
  background-position: 0 -7552px;
}
.f32 .vn {
  background-position: 0 -7584px;
}
.f32 .vu {
  background-position: 0 -7616px;
}
.f32 .ws {
  background-position: 0 -7648px;
}
.f32 .ye {
  background-position: 0 -7680px;
}
.f32 .za {
  background-position: 0 -7712px;
}
.f32 .zm {
  background-position: 0 -7744px;
}
.f32 .zw {
  background-position: 0 -7776px;
}
.f32 .sx {
  background-position: 0 -7808px;
}
.f32 .cw {
  background-position: 0 -7840px;
}
.f32 .ss {
  background-position: 0 -7872px;
}
.f32 .nu {
  background-position: 0 -7904px;
}
/* print css  */
@media print {
  body,
  #logo_wrapper {
    background: none;
    font-family: Arial, sans-serif !important;
  }
  .wt-body header h3,
  .wt-body .container,
  .wt-body .secondary-header-wrapper,
  .wt-body .conversation-list,
  .wt-body #first_coloumn_ .post-body-wrapper,
  .wt-body .thread-list #posts-list > .col-xs-12 .post-body-wrapper,
  .wt-body .wt-body #formEditPoll .post-body-wrapper,
  .wt-body .first-post:not(.preview-post) .post-body-wrapper,
  .wt-body #main_posts_container > [id^="post_row_"] .post-body-wrapper,
  .wt-body #posts-list .reply-entry .post-body-wrapper {
    width: 100%;
  }
  .wt-body .main-container {
    margin: 0 !important;
  }
  .wt-body .progress-bar {
    background: #777 !important;
  }
  .wt-body .progress-bar[aria-valuenow="0"] {
    background-color: transparent !important;
  }
  .wt-body .back-arrow,
  .hover-menu,
  .share-panel,
  .search-wrapper,
  .reply-entry,
  .icon-sweep,
  .panel-dropdown,
  #collapse-post > .toggle-post,
  .image-wrapper.mini,
  .post-author.pull,
  .profile-photo,
  .avatar,
  #uploadAvatar,
  .container .icon-left-small,
  .container #editTopic,
  .nav-tabs li:not(.active),
  .panel-heading li:not(.active),
  #header_image,
  .ads-wrapper-top,
  p a:after,
  a:after,
  .topic-content a:after,
  .nav-tabs li a:after,
  .tab-pane > a,
  .panel-pagination,
  .nav-main-container ~ ul.nav,
  header .icon-menu,
  .profile-photo,
  .avatar,
  #uploadAvatar,
  .image-wrapper.medium,
  .image-wrapper.normal,
  #presence,
  .topic-tools,
  span.post-arrow,
  .preview-cut + a.readMore,
  .panel-menu,
  #upload_container .custom-field .push,
  #posts-list .post-author,
  .post-options a[id^="reply_with_quote"],
  input#select_allbox,
  .glyphicon-plus:before,
  .caret,
  span.badge,
  #slide-panel,
  .checkbox,
  .forum-list .columns-wrapper:before,
  .wt-body .search-wrapper.searchOpen #slide-panel li a:not(.active),
  #slide-panel li a:before,
  #slide-panel li a > small {
    display: none !important;
  }
  #logo_or_title span.hidden {
    display: block !important;
  }
  .header-wrapper header,
  li.active {
    border-bottom: none !important;
  }
  .panel-body > ul li {
    padding: 20px 0;
  }
  a#forum-title {
    font-size: 20px;
  }
  .forum-title {
    font-size: 18px;
  }
  .topic-content h4 {
    font-size: 17px;
  }
  .last-post {
    text-align: right;
    clear: both;
  }
  .header-image {
    height: 0;
  }
  .container .panel-heading li {
    border-bottom: none !important;
  }
  .container .panel-heading li a {
    padding: 0 !important;
  }
  .panel-body > ul > li,
  #posts-list > .col-xs-12,
  #main_posts_container > div[id^='post_row_'] {
    border-bottom: 1px solid #bdb9b9 !important;
  }
  .container,
  .post-body-wrapper,
  #posts-list > .col-xs-12,
  #main_posts_container > div[id^='post_row_'],
  .header-wrapper header,
  .topics-list .panel-body > ul > li,
  .topics-list .panel-body > #sortable > ul > li,
  #tabpanel > ul > li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main_posts_container > [id^="post_row_"] {
    float: left;
  }
  .secondary-header-wrapper .secondary-header.sticky-header {
    position: initial !important;
  }
  .wt-body #first_coloumn_ .post-body-wrapper,
  .thread-list #posts-list > .col-xs-12 .post-body-wrapper,
  .wt-body #formEditPoll .post-body-wrapper,
  .first-post:not(.preview-post) .post-body-wrapper,
  #main_posts_container > [id^="post_row_"] .post-body-wrapper,
  #posts-list .reply-entry .post-body-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wt-post-listing .post-date {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .wt-post-listing .col-xs-12 > .pull-left {
    float: left !important;
  }
}
.wt-post-listing form#posts,
.wt-post-listing #main_posts_container {
  clear: both;
  float: left;
  width: 100%;
}
.wt-post-listing #posts-list .first-post:not(.preview-post) {
  margin-bottom: 10px;
}
.wt-post-listing #posts-list .first-post:not(.preview-post) [id^="post_message_"] {
  display: block;
}
.wt-post-listing #posts-list[data-post-order="desc"] #quickReplyPost {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-post-listing #posts-list #main_posts_container .post-body {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-post-listing #posts-list #main_posts_container > [id^="post_row_"] {
    margin-bottom: 10px;
  }
}
.wt-post-listing #posts-list .post-pagination-top .panel-pagination {
  margin-top: 20px;
}
.wt-post-listing #posts-list .post-pagination-top .panel-pagination .pagination {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-post-listing #posts-list #quickReplyPostTopQuickEditor .post-body-wrapper {
    margin-bottom: 25px;
  }
}
.wt-post-listing #posts-list #quickReplyPostTopQuickEditor ~ .post-pagination-top .panel-pagination {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .wt-post-listing #posts-list #quickReplyPostTopQuickEditor ~ .post-pagination-top .panel-pagination {
    margin-top: 25px;
  }
}
.wt-post-listing #posts-list .post-date:has(.unread-indicator) time {
  margin-left: -3px;
}
.wt-post-listing #quickReplyPost .guest-reply .mce-toolbar-grp,
.wt-post-listing #quickReplyPostTopQuickEditor .guest-reply .mce-toolbar-grp {
  margin-left: 0;
}
.user-logged-in.wt-post-listing #quickReplyPost .author-info .display_name,
.user-logged-in.wt-post-listing #quickReplyPostTopQuickEditor .author-info .display_name {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .user-logged-in.wt-post-listing #quickReplyPost .author-info .display_name,
  .user-logged-in.wt-post-listing #quickReplyPostTopQuickEditor .author-info .display_name {
    display: block !important;
  }
}
.wt-post-listing #quickReplyPost em.wt-member-title,
.wt-post-listing #quickReplyPostTopQuickEditor em.wt-member-title {
  -webkit-line-clamp: 1;
}
.wt-post-listing #quickReplyPost .guest-reply .author-info .display_guestname,
.wt-post-listing #quickReplyPostTopQuickEditor .guest-reply .author-info .display_guestname {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .wt-post-listing #quickReplyPost .guest-reply .author-info .display_guestname,
  .wt-post-listing #quickReplyPostTopQuickEditor .guest-reply .author-info .display_guestname {
    display: block !important;
  }
}
.wt-post-listing .post-edit label.checkbox {
  display: none !important;
}
.wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .post-author,
.wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .post-author,
.wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .post-body *,
.wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .post-body * {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  /* For Safari */
  -moz-user-select: none;
  /* For Firefox */
  -ms-user-select: none;
  /* For IE */
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .post-body,
  .wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .post-body {
    cursor: pointer;
  }
  .wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .post-body:hover,
  .wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .post-body:hover {
    background-color: #1a162b;
  }
  .wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow.selectedRow .post-body,
  .wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow.selectedRow .post-body {
    background-color: #1e1a32 !important;
    border-color: #9ac1f7;
  }
}
@media only screen and (min-width: 1025px) and (hover: none), only screen and (min-width: 768px) and (max-width: 1024px) and (hover: none) {
  .wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .post-body.post-body,
  .wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .post-body.post-body {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow,
  .wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow {
    cursor: pointer;
  }
  .wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow:hover,
  .wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow:hover {
    background-color: #1a162b;
  }
  .wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow.selectedRow,
  .wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow.selectedRow {
    background-color: #1e1a32;
    border-color: #9ac1f7;
  }
}
.wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .post-edit,
.wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .post-edit,
.wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .entry-checkbox,
.wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .entry-checkbox {
  cursor: default;
  pointer-events: auto;
}
.wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .checkbox,
.wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .checkbox {
  display: inline-block !important;
}
.wt-post-listing .wt-selectable-rows.selectModeOn .first-post:not(.preview-post).selectableRow .dropdown-toggle,
.wt-post-listing .wt-selectable-rows.selectModeOn #main_posts_container > [id^="post_row_"].selectableRow .dropdown-toggle {
  display: none !important;
}
.wt-post-listing .pagination {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .wt-post-listing #quickReplyPostTopQuickEditor.user-logged-in #posts-list .post-date {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-post-listing .display_guestname {
    line-height: 70px;
  }
}
#member_list #sort-by-btn ~ .check-select li a {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #posts-list #search_posts_menu span.mod.icons {
    margin-right: 10px;
  }
}
.tab-pane#poll .poll-option {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.tab-pane#poll .poll-option > .input-group {
  width: 100%;
}
.tab-pane#poll .poll-option .form-group {
  margin-bottom: 0;
}
.tab-pane#poll .delete-option {
  background: linear-gradient(to bottom, #e27c79 0%, #d9534f 50%, #d9534f 50%, #c9302c 100%);
  border: 1px solid #d43f3a;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  font-size: 12px;
}
.tab-pane#poll .delete-option i:before {
  padding: 0;
  opacity: 1;
  left: 4px;
  top: 2px;
  color: #fff;
}
.tab-pane#poll #poll-timeout {
  width: 100%;
}
.tab-pane#poll #poll-timeout .form-control {
  padding: 3px 10px;
}
.tab-pane#poll #poll-timeout .form-control[type="number"] {
  width: 70px;
}
.tab-pane#poll #poll-timeout .form-control.show-datepicker {
  width: 88%;
}
.tab-pane#poll #poll-timeout .bd-wrapper:nth-child(2) {
  float: left;
  width: auto;
}
.tab-pane#poll #poll-timeout label .circle {
  margin-top: -1px;
}
.tab-pane#poll #poll-timeout #poll_timeout_date,
.tab-pane#poll #poll-timeout input[name="timeout_days"] {
  margin-top: -3px;
  margin-bottom: 5px;
}
.tab-pane#poll a {
  text-decoration: none;
  border: none;
}
.tab-pane#poll a#add_new_poll + .bd-wrapper span[data-i18n] {
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .tab-pane#poll .col-sm-10 {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-pane#poll a#add_new_poll ~ div.bd-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.post-body > .poll-container > .panel,
.post-body-content > .poll-container > .panel {
  float: left;
  width: 100%;
  max-width: 450px;
}
.post-body > .poll-container .post-body-wrapper,
.post-body-content > .poll-container .post-body-wrapper,
.post-body > .poll-container .post-body,
.post-body-content > .poll-container .post-body,
.post-body > .poll-container .post-body-content,
.post-body-content > .poll-container .post-body-content {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  width: 100% !important;
  overflow: visible;
}
.post-body > .poll-container .panel-heading,
.post-body-content > .poll-container .panel-heading {
  background: none;
  display: flex;
}
.post-body > .poll-container .poll-title,
.post-body-content > .poll-container .poll-title {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  text-transform: none;
}
.post-body > .poll-container .poll-title .back-arrow i:before,
.post-body-content > .poll-container .poll-title .back-arrow i:before {
  padding-left: 0;
}
.post-body > .poll-container .poll-title:nth-last-child(2),
.post-body-content > .poll-container .poll-title:nth-last-child(2) {
  width: calc(100% - 23px);
}
.post-body > .poll-container .poll-title .text-muted,
.post-body-content > .poll-container .poll-title .text-muted {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 5px;
  border-radius: 3px;
  line-height: normal;
  float: right;
  white-space: nowrap;
  text-indent: 0em;
  margin-left: 10px;
  font-weight: bold;
}
.post-body > .poll-container .panel-dropdown,
.post-body-content > .poll-container .panel-dropdown {
  margin-left: 10px;
}
.post-body > .poll-container .panel-dropdown .dropdown-toggle,
.post-body-content > .poll-container .panel-dropdown .dropdown-toggle {
  position: relative;
  right: -10px;
}
.post-body > .poll-container .panel-dropdown .post-edit .icon-post-edit:before,
.post-body-content > .poll-container .panel-dropdown .post-edit .icon-post-edit:before {
  transform: rotate(90deg) !important;
  top: -2px;
}
.post-body > .poll-container .panel-body,
.post-body-content > .poll-container .panel-body {
  background: none;
  box-shadow: none;
  padding: 20px;
  border: none;
}
.post-body > .poll-container .poll-label,
.post-body-content > .poll-container .poll-label {
  margin: 0 0 10px;
}
.post-body > .poll-container .poll-label > label,
.post-body-content > .poll-container .poll-label > label {
  max-width: calc(100% - 25px);
  vertical-align: top;
}
.post-body > .poll-container .poll-label:last-child,
.post-body-content > .poll-container .poll-label:last-child {
  margin-bottom: 0;
}
.post-body > .poll-container .poll-vote > a,
.post-body-content > .poll-container .poll-vote > a {
  padding: 6px 12px;
  border: 1px solid transparent;
  margin-left: 10px;
}
.post-body > .poll-container .poll-vote > a em,
.post-body-content > .poll-container .poll-vote > a em {
  font-style: inherit;
}
.post-body > .poll-container .poll-vote .poll-label:not(:last-child):last-of-type,
.post-body-content > .poll-container .poll-vote .poll-label:not(:last-child):last-of-type {
  margin-bottom: 20px;
}
.post-body > .poll-container .poll-results .wt-poll-progress .progress:last-child,
.post-body-content > .poll-container .poll-results .wt-poll-progress .progress:last-child {
  margin-bottom: 0;
}
#body-wrapper .post-body > .poll-container .poll-results .wt-poll-progress .progress .progress-bar,
#body-wrapper .post-body-content > .poll-container .poll-results .wt-poll-progress .progress .progress-bar {
  background: rgba(255, 255, 255, 0.15);
}
#body-wrapper .post-body > .poll-container .poll-results .wt-poll-progress .progress .progress-bar.highest-voted-option,
#body-wrapper .post-body-content > .poll-container .poll-results .wt-poll-progress .progress .progress-bar.highest-voted-option {
  background: rgba(154, 193, 247, 0.25);
}
.post-body > .poll-container .poll-results .wt-poll-progress .progress .poll-label > .icon,
.post-body-content > .poll-container .poll-results .wt-poll-progress .progress .poll-label > .icon {
  margin-top: -0.1em;
}
.post-body > .poll-container .poll-results .poll-label,
.post-body-content > .poll-container .poll-results .poll-label {
  margin-top: 5px;
}
.post-body > .poll-container .poll-results > .text-muted,
.post-body-content > .poll-container .poll-results > .text-muted {
  font-size: 12px;
  float: right;
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 5px;
  border-radius: 3px;
  margin-top: 7px;
  margin-bottom: 5px;
  line-height: normal;
  font-weight: bold;
}
.post-body > .poll-container .poll-results .progress,
.post-body-content > .poll-container .poll-results .progress {
  clear: both;
}
.post-body > .poll-container .poll-results .progress:last-child,
.post-body-content > .poll-container .poll-results .progress:last-child {
  margin-bottom: 0;
}
.post-body > .poll-container .poll-results + .text-block,
.post-body-content > .poll-container .poll-results + .text-block {
  margin-top: 20px;
  font-style: italic;
}
.post-body > .poll-container .dropdown-menu,
.post-body-content > .poll-container .dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  top: 20px;
  right: -2px;
}
.post-body > .poll-container a,
.post-body-content > .poll-container a {
  text-decoration: none;
  border: none;
}
#body-wrapper .poll-container .wt-poll-info {
  font-size: 14px;
}
#body-wrapper .poll-container .poll-results .wt-poll-progress .progress .poll-label {
  margin-top: 0;
  line-height: 25px;
  font-size: 14px;
}
#body-wrapper .poll-container .poll-results .wt-poll-progress .vote-percent {
  font-size: 14px;
}
.post-body-wrapper .post-body > .poll-container > .panel {
  border: 1px solid #26213f;
  border-radius: 5px;
  margin: 15px 0;
}
.post-body-wrapper .post-body > .poll-container > .panel .panel-heading {
  padding: 10px 20px;
  border-bottom: 1px solid #26213f;
}
#formEditPoll .post-body-content {
  margin-bottom: 0;
  overflow: visible;
}
#formEditPoll .form-group .col-sm-offset-1 {
  margin-left: 0;
  width: 100%;
  float: left;
}
#formEditPoll .form-group > div {
  margin-bottom: 10px;
}
#formEditPoll #poll_option_container .poll-option > .col-sm-8 {
  width: calc(100% - 130px);
}
#formEditPoll #poll_option_container .poll-option > .col-sm-1 {
  width: 90px;
}
@media only screen and (max-width: 767px) {
  #formEditPoll #poll_option_container .poll-option > .col-sm-1 {
    float: left;
  }
}
#formEditPoll #poll_option_container .poll-option > .delete-option {
  right: 0;
}
#formEditPoll .panel {
  margin: 0;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #formEditPoll .post-body-wrapper .preview-post .post-body-author {
    display: flex;
    flex-direction: column;
    min-height: 40px;
    max-height: 70px;
  }
}
#formEditPoll .post-body-wrapper ~ .post-body-wrapper .post-body {
  margin-top: 15px;
}
#formEditPoll .post-body-wrapper ~ .post-body-wrapper .post-body .post-body-content {
  margin: 0;
}
#formEditPoll .post-body-author {
  display: block;
}
@media only screen and (max-width: 767px) {
  #formEditPoll .post-body-wrapper .post-body-content {
    margin-top: 0;
  }
  #formEditPoll .post-author,
  #formEditPoll .post-body-author,
  #formEditPoll .post-date {
    display: none !important;
  }
}
.thread-list #posts-list .post-body-content {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  width: 100% !important;
  overflow: visible;
}
.thread-list #posts-list .post-body-content > .poll-container > .panel {
  margin: 0;
}
#first_post .poll-vote .poll-label {
  display: flex;
  align-items: center;
}
#first_post .poll-vote .poll-label .radio.radio span.circle,
#first_post .poll-vote .poll-label .radio.radio span.check,
#first_post .poll-vote .poll-label .checkbox .checkbox-material {
  top: -3px;
  margin-right: 3px;
}
.wt-body #votersModal #who-all > li {
  border: none;
  padding-left: 0;
}
.wt-body #votersModal .voted-poll-option > span {
  margin: 0 0 5px 0 !important;
}
.modal-open .wt-profile-page {
  overflow-x: hidden;
}
.wt-profile-page .panel-body {
  padding: 0;
}
.wt-profile-page .panel-body > .alert {
  margin: 20px;
  width: calc(100% - 20px - 20px);
}
@media only screen and (max-width: 767px) {
  .wt-profile-page .panel-body > .alert {
    margin: 10px;
    width: calc(100% - 10px - 10px);
  }
}
.wt-profile-page #posts-list {
  padding-left: 20px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page #posts-list {
    padding-left: 20px;
    width: calc(100% - 280px);
    margin-top: -447px;
  }
  .wt-profile-page #posts-list.alert-on {
    margin-top: -306px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-profile-page #posts-list {
    margin-top: 30px;
    padding-left: 0;
    border-radius: 0 0 5px 5px;
    clear: both;
  }
  .wt-profile-page #posts-list .post-body-author > a {
    display: flex;
  }
}
.wt-profile-page #posts-list .selectableRow [id^="post_row_"] [id^="post_message_"] [id^="mceu_"] ~ div.form-group.cleared {
  width: unset;
}
.wt-profile-page #posts-list > .panel-body:has(.alert-info) ~ .panel-body {
  display: none;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page .ban-user + #UserProfile #posts-list {
    margin-top: -340px;
  }
  .wt-profile-page .unban-user + #UserProfile #posts-list {
    margin-top: -447px;
  }
  .wt-profile-page .approve-decline-alert.unban-user + #UserProfile #posts-list.alert-on {
    margin-top: -306px;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page > .col-sm-9.profile-feed {
    padding-left: 20px;
    margin-top: 35px;
  }
  .wt-profile-page > .col-sm-9.profile-feed:has(#userDeletedProfileWarning) ~ #UserProfile #posts-list {
    margin-top: -230px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-profile-page > .col-sm-9.profile-feed {
    border-left: 1px solid #26213f;
    border-right: 1px solid #26213f;
    padding: 10px;
    background-color: #161324;
  }
  .wt-profile-page > .col-sm-9.profile-feed .alert {
    margin: 0;
  }
  .wt-profile-page > .col-sm-9.profile-feed .alert#approveDeclinePanel,
  .wt-profile-page > .col-sm-9.profile-feed .alert#userDeletedProfileWarning {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-profile-page .profile-feed .col-xs-12 .pull-left {
    float: none !important;
  }
}
.wt-profile-page #showApproveDecline strong {
  margin-bottom: 10px;
  display: block;
}
.wt-profile-page #profilePageResendVerificationButton > .bd-wrapper {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}
.wt-profile-page form#threadsResult .panel-pagination {
  float: left !important;
  width: 100%;
  border-bottom: 1px solid #26213f;
}
.wt-profile-page form#threadsResult .panel-pagination > .pagination {
  float: right !important;
  margin: 0;
  padding: 20px;
  height: auto;
}
.wt-profile-page form#threadsResult .panel-pagination ~ .panel-pagination {
  display: block !important;
  border-bottom: 0;
  border-top: 1px solid #26213f;
}
@media only screen and (min-width: 1025px) {
  .wt-profile-page form#threadsResult .topic-row-heading {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    transform: none;
    background-color: #161324;
    border: 1px solid #26213f;
  }
  .wt-profile-page form#threadsResult .topic-row-heading ~ .panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .wt-profile-page form#threadsResult .topic-row-heading > li:nth-child(1) {
    width: calc(100% - 347px);
    visibility: visible;
    opacity: 1;
  }
  .wt-profile-page form#threadsResult .topic-row-heading > li:nth-child(2),
  .wt-profile-page form#threadsResult .topic-row-heading > li:nth-child(3) {
    display: none !important;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li > .col-md-9 {
    flex: 1 calc(100% - 347px);
    width: calc(100% - 347px);
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li > .col-md-3 {
    flex: 1 347px;
    width: 347px;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li > .col-md-3 > .last-post {
    display: none !important;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li .preview-text {
    display: block !important;
    font-size: 0;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li .preview-text > a.wt-category-name {
    font-size: 12px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    margin-right: 5px;
    order: 2;
    padding-left: 10px;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li .preview-text > a.wt-category-name:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.5em;
    left: 0;
    border-radius: 100%;
    background-color: #9ac1f7;
    font-size: 14px;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li .preview-text > .wt-topic-tag {
    float: left;
    display: inline-block !important;
    margin-top: 5px;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li .category-of-topic {
    display: none !important;
  }
}
.wt-profile-page #feed-main .post-body-author > strong {
  font-weight: normal;
}
.wt-profile-page #feed-main [id^="post_row_"] [id^="post_message_"] .mce-tinymce ~ div.form-group.cleared {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .wt-profile-page #feed-main > .col-xs-12#main-feed .post-body-author {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
  }
  .wt-profile-page #feed-main > .col-xs-12#main-feed .post-body-content {
    margin-top: 10px;
  }
}
.wt-profile-page .profile-content {
  width: 100%;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page > .col-sm-3.custom-field,
  .wt-profile-page .profile-content > .col-sm-3.custom-field {
    width: 280px;
  }
}
.wt-profile-page > .col-sm-3.custom-field {
  border-radius: 5px 5px 0 0;
  border: 1px solid #26213f;
  border-bottom: 0;
  background-color: #161324;
  padding: 20px;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
  padding-bottom: 0 !important;
  margin-top: 35px;
}
.wt-profile-page > .col-sm-3.custom-field .push > .btn-subtle {
  display: none;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field {
  border-radius: 0 0 5px 5px;
  border: 1px solid #26213f;
  border-top: 0;
  background-color: #161324;
  padding: 20px;
  padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .wt-profile-page .profile-content > .col-sm-3.custom-field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
}
.wt-profile-page .profile-content > .col-sm-3.custom-field #profile-photo {
  margin-top: 20px;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field #profile-photo .panel-body {
  border: 0;
  box-shadow: none;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field #profile-photo .image-wrapper,
.wt-profile-page .profile-content > .col-sm-3.custom-field #profile-photo .image-wrapper img {
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto;
  max-width: 100%;
  max-height: 300px;
  border-radius: 0;
  border: 0;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider {
  margin: 0 0 20px;
  display: flex;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider:before,
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider:after {
  width: 100%;
  align-self: flex-start;
  transform: translateY(10px);
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider > span {
  padding: 0 10px;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider > span > i {
  display: inline-flex;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider > span > i:before {
  padding: 0;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list li ~ .admin-content-divider {
  margin-top: 20px;
}
.wt-profile-page .profile-photo {
  display: block;
  position: relative;
  width: 100%;
}
.wt-profile-page .profile-photo .layer-to-front.layer-to-front {
  z-index: 5;
}
.wt-profile-page .profile-photo .image-wrapper {
  width: 100%;
  padding-top: 100%;
}
.wt-profile-page .profile-photo .image-wrapper:before {
  z-index: 1;
}
.wt-profile-page .profile-photo .image-wrapper > span,
.wt-profile-page .profile-photo .image-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
}
.wt-profile-page .profile-photo .change-profile-pic,
.wt-profile-page .profile-photo .upload-profile-pic {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 100%;
}
.wt-profile-page .profile-photo .change-profile-pic > a,
.wt-profile-page .profile-photo .upload-profile-pic > a {
  color: #9ac1f7;
  font-size: 32px;
  text-shadow: 1px 1px 10px #777;
  position: static;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wt-profile-page .profile-photo .change-profile-pic > a i:before,
.wt-profile-page .profile-photo .upload-profile-pic > a i:before {
  vertical-align: middle;
}
.wt-profile-page .profile-photo .change-profile-pic .dropdown-menu,
.wt-profile-page .profile-photo .upload-profile-pic .dropdown-menu {
  top: calc(50% - -20px);
  left: calc(50% - 17px);
}
.wt-profile-page .profile-photo:hover .change-profile-pic,
.wt-profile-page .profile-photo:hover .upload-profile-pic {
  opacity: 1;
}
.wt-profile-page .profile-photo .black-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: none;
  border-radius: 100%;
}
.wt-profile-page .profile-photo .black-container .progress {
  width: 85%;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wt-profile-page .profile-photo + ul.text-center {
  text-align: left;
  margin-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page .profile-photo + ul.text-center {
    min-height: 143px;
  }
}
.wt-profile-page .profile-photo + ul.text-center .display_name {
  font-size: 18px;
}
.wt-profile-page .profile-photo + ul.text-center .display_name > span {
  display: block;
  margin-left: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-profile-page .profile-photo + ul.text-center .display_name .display_fullname,
.wt-profile-page .profile-photo + ul.text-center .display_name > span:only-child {
  font-size: 24px;
}
.wt-profile-page .profile-title {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-profile-page .profile-menu {
  width: calc(100% - -10px);
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.wt-profile-page .profile-menu > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wt-profile-page .profile-menu > ul > li .profile-count > a {
  font-weight: bold;
}
.wt-profile-page .profile-menu > ul .profile-label:after {
  content: ": ";
}
.wt-profile-page .profile-menu > a,
.wt-profile-page .profile-menu > ul > li {
  border: 1px solid #26213f;
  padding: 10px;
  border-radius: 3px;
  margin: 5px;
  flex: 1 100%;
  line-height: normal;
}
.wt-profile-page .profile-menu > a {
  color: rgba(255, 255, 255, 0.9);
  background-color: #221d39;
  display: block !important;
}
.wt-profile-page .profile-menu > a:hover {
  background-color: #1e1a32;
}
.wt-profile-page .profile-menu > a .icon:before,
.wt-profile-page .profile-menu > a .glyphicon:before {
  padding: 0 10px 0 0;
}
.wt-profile-page .profile-menu > a#send_message.hidden {
  display: none !important;
}
.wt-profile-page .custom-list {
  margin-top: 20px;
  clear: both;
  display: inline-block;
  width: 100%;
}
.wt-profile-page .custom-list > li > .custom-field-label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
.wt-profile-page .custom-list > li .custom-field-content {
  font-size: 13px;
}
.wt-profile-page .custom-list > li .icon-shield:before {
  padding: 0;
}
.wt-profile-page .custom-list > li a {
  word-break: break-all;
}
.wt-profile-page .custom-list > li:not(:first-child) {
  margin-top: 20px;
}
.wt-profile-page .col-sm-9.profile-feed {
  min-height: 0px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page .col-sm-9.profile-feed {
    width: calc(100% - 280px);
  }
}
.wt-profile-page .albums-list {
  padding: 0 20px;
  margin: 20px -20px 0;
  width: calc(100% - -20px - -20px);
  border-top: 1px solid #26213f;
  clear: both;
  float: left;
}
.wt-profile-page .albums-list .panel-heading {
  float: left;
  width: 100%;
  margin: 20px 0 20px;
  background: none;
  border: none;
}
.wt-profile-page .albums-list .panel-heading li {
  font-size: 14px;
  text-transform: uppercase;
}
.wt-profile-page .albums-list .panel-heading li.active a {
  padding: 7px 0;
}
.wt-profile-page .albums-list .panel-heading #uploadphotos {
  border: 1px solid #26213f;
  color: inherit;
  background-color: #221d39;
  padding: 5px;
  border-radius: 5px;
}
.wt-profile-page .albums-list .panel-heading #uploadphotos:hover {
  background-color: #1e1a32;
}
.wt-profile-page .albums-list .panel-body {
  overflow: hidden;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.wt-profile-page .albums-list .panel-body li {
  position: relative;
  float: left;
}
@media only screen and (min-width: 1025px), only screen and (max-width: 480px) {
  .wt-profile-page .albums-list .panel-body li {
    width: calc(50% - 5px);
  }
  .wt-profile-page .albums-list .panel-body li:nth-child(odd) {
    margin-right: 5px;
  }
  .wt-profile-page .albums-list .panel-body li:nth-child(even) {
    margin-left: 5px;
  }
  .wt-profile-page .albums-list .panel-body li:nth-child(3),
  .wt-profile-page .albums-list .panel-body li:nth-child(4) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page .albums-list .panel-body li {
    width: 100%;
  }
  .wt-profile-page .albums-list .panel-body li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
  .wt-profile-page .albums-list .panel-body li {
    width: calc(25% - 7.5px);
  }
  .wt-profile-page .albums-list .panel-body li + li {
    margin-left: 10px;
  }
}
.wt-profile-page .albums-list .panel-body li > a {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  color: #fff;
  padding: 0 10px;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-profile-page .albums-list .panel-body li > .text-muted {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wt-profile-page .albums-list .album-wrapper {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.wt-profile-page .albums-list .album-wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.wt-profile-page .albums-list .album-wrapper:hover:before {
  display: none;
}
.wt-profile-page .albums-list .album-wrapper a {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .wt-profile-page .albums-list {
    padding: 0 10px;
    margin: 20px -10px 0;
    width: calc(100% - -10px - -10px);
  }
}
#bannedUserAlert,
#userDeletedProfileWarning {
  display: flex;
  align-items: center;
}
#bannedUserAlert > span,
#userDeletedProfileWarning > span {
  display: inline-block;
}
#bannedUserAlert > .unBanUser,
#userDeletedProfileWarning > .unBanUser,
#bannedUserAlert > #undeleteUserLink,
#userDeletedProfileWarning > #undeleteUserLink {
  margin-left: 10px;
}
.wt-categories .panel-body {
  padding: 0;
}
.wt-categories .panel-heading {
  border-radius: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-bottom: 1px solid #26213f;
}
.wt-categories .panel-heading h4 {
  font-size: 18px;
  font-weight: bold;
  opacity: 0.5;
}
.wt-categories .start-new-topic-btn {
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 1024px) {
  #body-wrapper .wt-categories {
    border: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .wt-categories .start-new-topic-btn {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .wt-categories #forums #markCategoryAsRead {
    margin-top: 6px;
  }
}
.wt-categories #forums .panel-body > ul > li .alert.alert-info p {
  margin: 0;
}
#hidden_forum {
  margin-top: 10px;
  clear: both;
  width: 100%;
  display: inline-block;
}
#hidden_forum #modify_forum_filter {
  color: #9ac1f7;
}
#hidden_forum #modify_forum_filter:hover {
  color: #6ba4f3;
}
.container.events {
  margin-top: 0;
  clear: both;
}
.container.events > span:first-child {
  font-weight: bold;
}
.container.events > a:first-of-type {
  margin-left: 10px;
}
.container.events > .eventTime:not(:last-child) {
  color: rgba(255, 255, 255, 0.4);
}
.container.events > .eventTime:not(:last-child):after {
  content: ",";
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  font-size: 120%;
  line-height: 1;
}
#moderators-list {
  margin-top: 10px;
  clear: both;
  float: left !important;
}
#moderators-list > i:before {
  padding: 0;
}
#category_list .tab-content ~ .tab-content {
  margin-top: 20px;
}
#category_list .nav-tabs:not(:empty) ~ .tab-content .panel-heading,
#category_list .nav-tabs:not(:empty) ~ .tab-content .category-row-heading {
  background-color: #161324;
  border: 1px solid #26213f;
  border-bottom: 0;
}
#category_list .nav-tabs:not(:empty) ~ .tab-content .panel-heading ~ .panel-body,
#category_list .nav-tabs:not(:empty) ~ .tab-content .category-row-heading ~ .panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (max-width: 767px) {
  #category_list .nav-tabs:not(:empty) ~ .tab-content .panel-heading {
    padding-left: 10px;
  }
  #category_list .nav-tabs:not(:empty) ~ .tab-content .category-row-heading ~ .panel-body {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
#category_list .panel-body {
  padding: 0;
}
.wt-topics .panel-body {
  padding: 0;
}
.wt-topics .tab-pane > h2 {
  display: none !important;
}
.wt-topics .panel-default:after {
  content: '';
  display: table;
  clear: both;
}
.wt-topics .start-new-topic-btn {
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}
@media only screen and (min-width: 1025px) {
  .wt-topics .panel-heading .mod {
    display: none !important;
  }
  .wt-topics .start-new-topic-btn {
    display: none !important;
  }
  .wt-topics .panel-menu:last-child .pagination {
    margin-bottom: 0;
    float: left;
  }
}
.wt-topics .panel-heading {
  background-color: #161324;
  border: 1px solid #26213f;
  border-bottom: 0;
  padding-left: 10px;
}
.wt-topics .panel-heading ~ .panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (max-width: 1024px) {
  .wt-topics #markAllTopicsAsRead {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
  }
  .wt-topics #markAllTopicsAsRead .glyphicon:before,
  .wt-topics #markAllTopicsAsRead .icon:before {
    padding: 0;
  }
  .wt-topics #markAllTopicsAsRead:hover,
  .wt-topics #markAllTopicsAsRead:focus {
    background-color: rgba(154, 193, 247, 0.1);
    color: #fff;
  }
}
.wt-move-topics .form-horizontal {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-move-topics .form-horizontal .col-sm-2.control-label {
    width: 200px;
  }
  .wt-move-topics .form-horizontal .col-sm-offset-2 {
    margin-left: 200px;
  }
}
.calendar-header {
  clear: both;
}
.calendar-header:after {
  content: " ";
  display: table;
  clear: both;
}
.calendar-header > .col-md-12 {
  padding: 0;
  margin: 0;
}
.calendar-header .calendar-select {
  width: 160px;
}
@media only screen and (max-width: 480px) {
  .calendar-header .calendar-select {
    width: 115px;
  }
}
.calendar-header .calendar-select .fakeinput {
  border-color: #26213f;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  height: auto;
}
.calendar-header .calendar-select ~ .calendar-nav {
  margin-left: 10px;
}
.calendar-header .calendar-select .dropdownjs:after {
  top: 50%;
  transform: translateY(-50%);
}
.calendar-header .calendar-add-event {
  float: right;
}
.calendar-header .calendar-add-event a {
  font-size: inherit;
}
@media only screen and (min-width: 1025px) {
  .calendar-header .calendar-add-event a[data-original-title]:not([data-original-title=""]):after {
    content: attr(data-original-title);
  }
  .calendar-header .calendar-add-event a[data-original-title]:not([data-original-title=""]) i,
  .calendar-header .calendar-add-event a[data-original-title]:not([data-original-title=""]) + .tooltip {
    display: none !important;
  }
}
.calendar-header .calendar-nav {
  float: left;
  margin-left: 0;
}
.calendar-header .calendar-nav .icon:before {
  font-size: 100%;
  top: 0;
  opacity: 0.5;
}
.calendar-header .calendar-mode {
  float: right;
}
.calendar-today {
  margin: 20px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px), only screen and (max-width: 1199px) and (min-width: 992px) {
  .calendar-today {
    margin: 40px 0 -30px 50%;
    transform: translate(-50%, -36px);
    display: inline-block;
  }
}
.calendar-today .dropdown.open .tooltip {
  display: none !important;
}
.calendar-today .dropdown-toggle {
  color: rgba(255, 255, 255, 0.9);
}
.calendar-today .dropdown-toggle:hover {
  color: #9ac1f7;
}
.calendar-today .dropdown-toggle .text-muted {
  color: inherit;
}
.calendar-today .dropdown-toggle .text-muted.caret {
  margin-top: -4px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.calendar-today .dropdown-menu {
  padding: 10px;
  min-width: 250px;
  left: 50%;
  transform: translateX(-50%);
}
.calendar-today .dropdown-menu #jumpTo {
  text-align: center;
  margin: 10px 0;
}
.calendar-today .dropdown-menu .btn-primary {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .calendar-header .calendar-nav {
    float: right;
  }
  .calendar-header .calendar-mode {
    width: 100%;
    margin-top: 20px;
  }
  .calendar-header .calendar-mode > .btn-group {
    display: flex;
  }
  .calendar-header .calendar-mode > .btn-group > .btn {
    flex: 1;
  }
}
.calendar.container {
  position: relative;
}
.calendar.container > .container .panel-body {
  border: 0;
  padding: 0;
  background: 0;
}
.calendar .this-day,
.calendar .this-week {
  box-shadow: inset 0 0 0 1px #5cb85c;
}
.calendar .calendar-month {
  border-collapse: separate;
  border-style: hidden;
  border-spacing: 5px;
  table-layout: fixed;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.calendar .calendar-month th {
  padding: 10px;
  font-weight: normal;
  text-align: right;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  font-size: 14px;
  opacity: 0.5;
}
.calendar .calendar-month th a {
  pointer-events: none;
  color: inherit;
}
.calendar .calendar-month .panel-heading {
  float: none;
  background: none;
  border: none;
}
.calendar .calendar-month .panel-heading:before {
  content: '';
  height: 34px;
  margin-bottom: -34px;
  position: absolute;
  right: 5px;
  left: 5px;
  top: 0;
  background-color: #161324;
  border: 1px solid #26213f;
  transform: translateY(10px);
  background-clip: padding-box;
  border-radius: 5px 5px 0 0;
}
.calendar .calendar-month td {
  background-color: #161324;
  border: 1px solid #26213f;
}
.calendar .calendar-month td.ends {
  opacity: 0.5;
}
.calendar .calendar-month td .day {
  padding: 10px;
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: right;
}
.calendar .calendar-month td .day a {
  float: right;
}
.calendar .calendar-month td .day a:not([href]) {
  pointer-events: none;
  color: inherit;
}
.calendar .calendar-month td .day a.add-event {
  visibility: hidden;
}
.calendar .calendar-month td:hover .day a.add-event,
.calendar .calendar-month td:focus .day a.add-event {
  visibility: visible;
}
.calendar .calendar-month td.this-day .day > a:first-child {
  font-weight: 900;
}
.calendar .calendar-month td .calendar-details {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  font-size: 0;
}
.calendar .calendar-month td .calendar-details > * {
  font-size: 14px;
}
.calendar .calendar-month td .calendar-details > .day {
  order: 1;
}
.calendar .calendar-month td .calendar-details > .has_eve {
  order: 2;
}
.calendar .calendar-month td .calendar-details .events:not(.has_eve) {
  order: 3;
}
.calendar .calendar-month td .calendar-details > .birthdays {
  order: 4;
}
.calendar .calendar-month td .calendar-details > .birthdays .birthdays-wrapper > a {
  padding: 0 15px 0 22px;
  display: block;
  position: relative;
  margin: 5px 0;
  color: #9ac1f7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calendar .calendar-month td .calendar-details > .birthdays .birthdays-wrapper > a:hover {
  color: #f9fbfe;
}
.calendar .calendar-month td .calendar-details > .birthdays .icon:not(.icon-crown, .icon-shield) {
  position: absolute;
  left: 6px;
  top: 0;
}
.calendar .calendar-month td .calendar-details > .birthdays .icon:not(.icon-crown, .icon-shield):before {
  padding: 0;
}
.calendar .calendar-month td .calendar-details > .birthdays span.userBirthday {
  margin-left: 4px;
}
.calendar .calendar-month td .calendar-details > .events {
  clear: both;
}
.calendar .calendar-month td .calendar-details > .events:after {
  content: " ";
  display: table;
  clear: both;
}
.calendar .calendar-month td .calendar-details > .events .ranged {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  background: rgba(154, 193, 247, 0.2);
  clear: both;
  margin: 5px 0;
  float: left;
  width: calc(100% - -1px);
}
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-first {
  width: calc(100% - 5px);
  margin-right: -1px;
  float: right;
  border-radius: 5px 0 0 5px;
}
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-first a {
  padding-left: 9px;
}
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-last {
  width: calc(100% - 5px);
  border-radius: 0 5px 5px 0;
}
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-solo {
  width: 100%;
}
.calendar .calendar-month td .calendar-details > .events .ranged.empty {
  visibility: hidden;
}
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-first > a:before {
  transform: translate(-6px, 12px);
}
.calendar .calendar-month td .calendar-details > .events a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0 calc(20px - 5px);
}
.calendar .calendar-month td .calendar-details > .events .single > a:before,
.calendar .calendar-month td .calendar-details > .events .ranged-first > a:before {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  float: left;
  background: rgba(154, 193, 247, 0.1);
  transform: translate(-6px, 8px);
}
.calendar .calendar-month td .calendar-details > .events .recurring > a:before {
  margin-left: -9px;
  font-size: 85%;
  top: -1px;
  padding: 0;
}
.calendar .calendar-mini {
  table-layout: fixed;
  border-collapse: inherit;
  border-spacing: 0;
  float: left;
}
.calendar .calendar-mini .calendar-mini-week {
  color: rgba(255, 255, 255, 0.9);
}
.calendar .calendar-mini .calendar-mini-week td[data-i18n] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calendar .calendar-mini td {
  height: 40px;
  font-size: 12px;
}
.calendar .calendar-mini td a {
  display: block;
  margin-top: 5px;
}
.calendar .calendar-mini td a:after {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
  background: rgba(154, 193, 247, 0.1);
}
.calendar .calendar-detail-wrapper {
  width: 100%;
}
.calendar .calendar-day-wrapper.weekly,
.calendar .calendar-day-wrapper.wt-day-view {
  width: 100%;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px;
}
.calendar .calendar-day-wrapper.weekly .calendar-mini,
.calendar .calendar-day-wrapper.wt-day-view .calendar-mini {
  width: calc(30% - -2px);
  padding: 28px;
  border-right: 1px solid rgba(38, 33, 63, 0.92);
  margin-right: -2px;
}
.calendar .calendar-day-wrapper.weekly .calendar-detail-wrapper,
.calendar .calendar-day-wrapper.wt-day-view .calendar-detail-wrapper {
  width: 70%;
  float: right;
  padding: 40px;
  border-left: 1px solid rgba(38, 33, 63, 0.92);
}
.calendar .calendar-day-wrapper.wt-day-view .calendar-daydetail {
  background: none;
  padding: 0px;
  border: 0;
}
.calendar .calendar-day-wrapper.wt-day-view .calendar-detail-wrapper > hr {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.calendar .calendar-day-wrapper.wt-day-view .calendar-detail-wrapper > hr:last-child {
  display: none;
}
.calendar .calendar-day-wrapper.weekly table {
  table-layout: fixed;
  width: 100%;
}
.calendar .calendar-day-wrapper.weekly td > a:not([href]) {
  cursor: default;
}
.calendar .calendar-day-wrapper.weekly td[align="right"] {
  padding: 10px;
  width: 60px;
  transform: translateX(-10px);
  border-bottom: 1px solid #26213f;
  font-size: 12px;
}
.calendar .calendar-day-wrapper.weekly td[align="right"] a {
  display: block;
  font-size: 24px;
}
.calendar .calendar-day-wrapper.weekly .week-list {
  border-bottom: 1px solid #26213f;
  width: 100%;
}
.calendar .calendar-day-wrapper.weekly .week-list .listed_event {
  padding: 10px 20px;
}
.calendar .calendar-day-wrapper.weekly .week-list .listed_event .show_week_events:not(:empty) {
  background: rgba(154, 193, 247, 0.2);
  clear: both;
  margin: 5px -1px 5px 0;
  max-width: 100%;
  padding: 5px calc(20px - 5px);
  display: block;
  color: #9ac1f7;
  border-radius: 5px;
}
.calendar .calendar-day-wrapper.weekly .week-list .listed_event a {
  color: #9ac1f7;
}
.calendar .calendar-day-wrapper.weekly .week-list .listed_event a:before {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  background: rgba(154, 193, 247, 0.1);
  margin: 0 5px;
  transform: translateY(-2px);
}
.calendar .wt-yearly-view {
  margin-left: -10px;
  margin-right: -10px;
}
.calendar .wt-yearly-view .calendar-mini {
  border: 10px solid transparent;
  width: 33.33%;
}
.calendar .wt-yearly-view .calendar-mini tbody {
  background-color: #161324;
  border-radius: 5px;
}
.calendar .wt-yearly-view .calendar-mini .month td {
  border-bottom: 1px solid #26213f;
  padding-left: 15px;
}
.calendar.week-day #membersWithBirthdaysOnMsg + ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.calendar.week-day #membersWithBirthdaysOnMsg + ul > li {
  background-color: #161324;
  border: 1px solid #26213f;
  padding: 20px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li {
    width: calc(25% - 11.25px);
  }
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(1),
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(2),
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(3),
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li {
    width: calc(33.33% - 10px);
  }
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(1),
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(2),
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li {
    width: calc(50% - 7.5px);
  }
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(1),
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .calendar.week-day #membersWithBirthdaysOnMsg + ul > li {
    width: 100%;
    margin-right: 0;
  }
}
.calendar.week-day .subheading {
  padding: 0 0 10px;
  margin-bottom: 20px;
}
.calendar.week-day .col-sm-3.left-side {
  width: auto;
}
.calendar.week-day .col-sm-3.left-side > .image-wrapper {
  margin: 0 10px 0 0;
}
.calendar.week-day .col-sm-9.right-side {
  padding-right: 10px;
}
@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) {
  .calendar .calendar-day-wrapper.weekly,
  .calendar .calendar-day-wrapper.wt-day-view {
    padding: 20px;
  }
  .calendar .calendar-day-wrapper.weekly .calendar-mini,
  .calendar .calendar-day-wrapper.wt-day-view .calendar-mini {
    float: left;
    width: 100%;
    padding: 0;
    border-right: 0;
    margin-right: 0;
  }
  .calendar .calendar-day-wrapper.weekly .calendar-detail-wrapper,
  .calendar .calendar-day-wrapper.wt-day-view .calendar-detail-wrapper {
    width: 100%;
    padding: 30px 0 0 0;
    border-left: 0;
    border-top: 1px solid #26213f;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .calendar .calendar-day-wrapper.weekly .calendar-mini-week td,
  .calendar .calendar-day-wrapper.wt-day-view .calendar-mini-week td {
    font-size: 0;
  }
  .calendar .calendar-day-wrapper.weekly .calendar-mini-week td:first-letter,
  .calendar .calendar-day-wrapper.wt-day-view .calendar-mini-week td:first-letter {
    font-size: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .calendar .wt-yearly-view .calendar-mini {
    width: 50%;
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .calendar-month th {
    padding: 10px 0;
    text-align: center;
  }
  .calendar .calendar-month td {
    position: relative;
  }
  .calendar .calendar-month td .calendar-details {
    min-height: 60px;
    max-height: 60px;
  }
  .calendar .calendar-month td .day {
    text-align: center;
    height: 60px;
    line-height: calc(60px - 10px - 10px);
  }
  .calendar .calendar-month td .day a {
    float: none;
  }
  .calendar .calendar-month td .day a.add-event {
    display: none;
  }
  .calendar .calendar-month td .day a.add-event,
  .calendar .calendar-month td .calendar-details > .events {
    display: none;
  }
  .calendar .calendar-month td .calendar-details > .birthdays {
    font-size: 0;
  }
  .calendar .calendar-month td .calendar-details > .birthdays a {
    position: static;
  }
  .calendar .calendar-month td .calendar-details > .birthdays .icon {
    font-size: 12px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .calendar .calendar-month .has-event .day:after {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: block;
    margin: auto;
    margin-top: -5px;
    background: rgba(154, 193, 247, 0.1);
  }
  .calendar .wt-yearly-view .calendar-mini {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .calendar .wt-yearly-view .calendar-mini {
    border-width: 10px 10px 5px;
  }
}
.calendar .calendar-add-event > .btn + .tooltip {
  left: auto !important;
  right: -5px;
}
.calendar .calendar-add-event > .btn + .tooltip .tooltip-arrow {
  left: auto !important;
  right: 18px;
}
@media only screen and (min-width: 1025px) {
  .calendar .calendar-add-event > .btn + .tooltip {
    display: none !important;
  }
}
#calendarList {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#memberListFrm .panel-title h2 .dropdown {
  float: right;
  margin-left: 20px;
}
#memberListFrm .panel-heading {
  border-bottom: 1px solid #26213f;
  margin-bottom: 10px;
}
#memberListFrm .panel-body {
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
}
#memberListFrm .panel-body > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#memberListFrm .panel-body > ul > li {
  background-color: #161324;
  border: 1px solid #26213f;
  padding: 20px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  #memberListFrm .panel-body > ul > li {
    width: calc(25% - 11.25px);
  }
  #memberListFrm .panel-body > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  #memberListFrm .panel-body > ul > li:nth-child(1),
  #memberListFrm .panel-body > ul > li:nth-child(2),
  #memberListFrm .panel-body > ul > li:nth-child(3),
  #memberListFrm .panel-body > ul > li:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #memberListFrm .panel-body > ul > li {
    width: calc(33.33% - 10px);
  }
  #memberListFrm .panel-body > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  #memberListFrm .panel-body > ul > li:nth-child(1),
  #memberListFrm .panel-body > ul > li:nth-child(2),
  #memberListFrm .panel-body > ul > li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #memberListFrm .panel-body > ul > li {
    width: calc(50% - 7.5px);
  }
  #memberListFrm .panel-body > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  #memberListFrm .panel-body > ul > li:nth-child(1),
  #memberListFrm .panel-body > ul > li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #memberListFrm .panel-body > ul > li {
    width: 100%;
    margin-right: 0;
  }
}
#memberListFrm .panel-body > ul > li {
  padding: 20px;
}
#memberListFrm .panel-body > ul > li .left-side {
  float: left;
  position: static;
}
#memberListFrm .panel-body > ul > li .left-side > .image-wrapper {
  display: inline-block;
  margin: 0 10px 0 0;
  float: right;
}
#memberListFrm .panel-body > ul > li .right-side {
  float: left;
  width: calc(100% - 70px);
}
#memberListFrm .panel-body > ul > li .right-side > .display_name {
  margin-top: -0.25em;
  display: flex;
  line-height: normal;
}
#memberListFrm .panel-body > ul > li .right-side > .text-muted {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .clearfix,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .dl-horizontal dd,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .container,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .container-fluid,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .row,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .form-horizontal .form-group,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .btn-toolbar,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .btn-group-vertical > .btn-group,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .panel-body,
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .modal-footer {
  display: block;
}
#memberListFrm .panel-body > ul > li .right-side br + .text-muted {
  display: inline-block;
}
#memberListFrm .panel-body > ul > li .checkbox,
#memberListFrm .panel-body > ul > li .entry-checkbox {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #memberListFrm .panel-body > ul > li {
    padding: 10px;
  }
  #memberListFrm .panel-body > ul > li .checkbox,
  #memberListFrm .panel-body > ul > li .entry-checkbox {
    top: 10px;
    right: 10px;
  }
}
#memberListFrm .panel-body > ul label.checkbox {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  #memberListFrm .panel-body > ul > li:nth-child(4n):last-child {
    border-bottom-right-radius: 5px;
  }
  #memberListFrm .panel-body > ul > li:nth-child(4n + 1):nth-last-child(1),
  #memberListFrm .panel-body > ul > li:nth-child(4n + 1):nth-last-child(2),
  #memberListFrm .panel-body > ul > li:nth-child(4n + 1):nth-last-child(3),
  #memberListFrm .panel-body > ul > li:nth-child(4n + 1):nth-last-child(4) {
    border-bottom-left-radius: 5px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #memberListFrm .panel-body > ul > li:nth-child(3n):last-child {
    border-bottom-right-radius: 5px;
  }
  #memberListFrm .panel-body > ul > li:nth-child(3n + 1):nth-last-child(1),
  #memberListFrm .panel-body > ul > li:nth-child(3n + 1):nth-last-child(2),
  #memberListFrm .panel-body > ul > li:nth-child(3n + 1):nth-last-child(3) {
    border-bottom-left-radius: 5px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #memberListFrm .panel-body > ul > li:nth-child(2n):last-child {
    border-bottom-right-radius: 5px;
  }
  #memberListFrm .panel-body > ul > li:nth-child(2n + 1):nth-last-child(1),
  #memberListFrm .panel-body > ul > li:nth-child(2n + 1):nth-last-child(2) {
    border-bottom-left-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #memberListFrm .panel-body > ul > li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
#memberListFrm .panel-body > ul > li .right-side br {
  display: none;
}
#memberListFrm .panel-body > ul > li .right-side br + .text-muted {
  display: inline-block;
  margin-top: 0px;
}
#memberListFrm .panel-body > ul > li .right-side > .display_name {
  margin-top: 0;
}
#memberListFrm .panel-body > ul > li .right-side > .text-muted {
  display: grid;
}
#memberListFrm .panel-body > ul > li .checkbox-material {
  opacity: 0;
}
@media (hover: none) {
  #memberListFrm .panel-body > ul > li .checkbox-material {
    opacity: 1;
  }
}
#memberListFrm .panel-body > ul > li:hover .checkbox-material,
#memberListFrm .panel-body > ul > li input[type="checkbox"]:checked + .checkbox-material {
  opacity: 1;
}
#memberListFrm .display_name > a[href] ~ a {
  margin: 3px 0;
}
#allMembersSorting {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #161324;
  border: 1px solid #26213f;
}
#allMembersSorting a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
}
#allMembersSorting a.active {
  background: linear-gradient(to bottom, #c9defb 0%, #9ac1f7 50%, #9ac1f7 50%, #6ba4f3 100%);
  color: #fff;
  font-weight: bold;
}
#allMembersSorting a:hover {
  background: linear-gradient(to bottom, #c9defb 0%, #9ac1f7 50%, #9ac1f7 50%, #6ba4f3 100%);
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  #allMembersSorting {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #allMembersSorting {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  #allMembersSorting a {
    width: calc(12.5% - 10px);
  }
}
.wt-inbox-page .main-container {
  margin-bottom: 0;
}
.messages {
  min-height: 400px;
}
.messages > .col-xs-12 {
  height: 100%;
}
.messages > .col-xs-12 > form {
  flex: 1;
  min-height: 0;
  display: inline;
}
.messages > .col-xs-12 > form > .messages-list {
  height: 100%;
}
.messages > .col-xs-12 > form > .messages-list .scrollable-area {
  height: 100%;
}
.messages > .col-xs-12 > form > .messages-list .scrollable-area-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.messages > .col-xs-12 > form > .messages-list .scrollable-area-body {
  flex: 1;
  min-height: 0;
}
.messages > .col-xs-12 > form > .messages-list ul#pmsg_inbox_listing {
  height: 100%;
}
.messages > .col-xs-12 > .conversation-list {
  height: 100%;
}
.messages > .col-xs-12 > .conversation-list .scrollable-area {
  height: 100%;
}
.messages > .col-xs-12 > .conversation-list .scrollable-area-wrap {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .messages > .col-xs-12 {
    display: flex;
    flex-direction: column;
  }
  .inbox-page .messages > .col-xs-12 > form {
    flex: 0;
  }
  .messages > .col-xs-12 > .conversation-list {
    height: auto;
    flex: 1;
  }
}
.messages .messages-list {
  width: 30%;
  border-radius: 5px;
}
.messages .messages-list .feed-filter {
  display: block;
}
.messages .messages-list .feed-filter a.mod-tools-icon {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.messages .messages-list .feed-filter a.mod-tools-icon .glyphicon:before {
  padding: 0;
  font-size: 16px;
  opacity: 1;
}
.messages .messages-list .feed-filter a.mod-tools-icon:hover {
  color: #9ac1f7;
}
.messages .messages-list .scrollable-area-body {
  overflow: hidden;
  clear: both;
  border-radius: 0 0 5px 5px;
}
#body-wrapper .messages .messages-list .entry-checkbox,
#body-wrapper .messages .messages-list #select_allbox {
  display: block !important;
  margin: 0;
  opacity: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  pointer-events: auto;
  cursor: pointer;
  z-index: 2;
}
#body-wrapper .messages .messages-list #select_allbox + .checkbox-material {
  top: -3px;
}
.messages #pmsg_inbox_listing {
  width: 100%;
  overflow-y: auto;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 0 0 5px 5px;
}
.messages #pmsg_inbox_listing > li {
  list-style-type: none;
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.messages #pmsg_inbox_listing > li:not(:last-child) {
  border-bottom: 1px solid #26213f;
}
.messages #pmsg_inbox_listing > li > a {
  color: inherit;
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.messages #pmsg_inbox_listing > li span[id^="pms_subject_"] {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 2px;
}
.messages #pmsg_inbox_listing > li .badge ~ .col-xs-6 span[id^="pms_subject_"] {
  max-width: calc(100% - 30px);
}
.messages #pmsg_inbox_listing > li.unread span[id^="pms_subject_"] {
  font-weight: bold;
}
.messages #pmsg_inbox_listing > li > a:hover {
  background-color: #1e1a32;
}
.messages #pmsg_inbox_listing > li > a:hover .conversation-users {
  color: #9ac1f7;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .messages #pmsg_inbox_listing > li.active > a {
    background-color: #221d39;
  }
}
.messages #pmsg_inbox_listing > li > label.checkbox,
.messages #pmsg_inbox_listing > li > .entry-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}
.messages #pmsg_inbox_listing > li .badge {
  position: absolute;
  right: 10px;
  top: 30px;
  background: rgba(154, 193, 247, 0.1);
  color: #fff;
}
.messages #pmsg_inbox_listing > li .checkbox-material {
  pointer-events: none;
  margin-right: 10px;
}
.messages #pmsg_inbox_listing > li .image-wrapper {
  width: 50px;
  height: 50px;
}
.messages #pmsg_inbox_listing > li .image-wrapper.mini > i {
  font-size: 12px;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.messages #pmsg_inbox_listing > li .conversation-users {
  font-weight: normal;
  display: block;
  max-width: calc(100% - 75px);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.messages #pmsg_inbox_listing > li .col-xs-6 {
  width: calc(100% - 50px - 10px - 26px);
}
.messages #pmsg_inbox_listing > li time {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.5px;
}
.messages #pmsg_inbox_listing > p {
  padding: 20px;
}
.messages #pmsg_inbox_listing .image-wrapper {
  margin-right: 10px;
}
.messages #pmsg_inbox_listing .col-xs-6 > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
}
.messages #show_current_conversation {
  width: calc(100% - 30%);
  padding-left: 20px;
}
.messages #show_current_conversation .turnedOffMessagesErrorDiv {
  margin: 15px;
  width: auto;
}
.messages #show_current_conversation .scrollable-area {
  width: 100%;
}
.messages #show_current_conversation .scrollable-area-wrap {
  float: left;
  width: 100%;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px 5px;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
}
.messages #show_current_conversation .profile-feed {
  width: 100%;
}
.messages #show_current_conversation #feed-main {
  width: 100%;
}
.messages #show_current_conversation #all_conversation_messages {
  float: left;
  width: 100%;
  padding: 10px;
}
.messages #show_current_conversation #all_conversation_messages:not(.wt-group-conversation) .message-entry .post-body-author {
  display: none !important;
}
.messages #show_current_conversation #all_conversation_messages .inline-video {
  margin-left: 0;
  margin-right: 0;
}
.messages #show_current_conversation .message-entry {
  float: left;
  width: 100%;
  margin-bottom: 2px;
}
.messages #show_current_conversation .message-entry.wt-first-message-divider {
  margin-top: 10px;
}
.messages #show_current_conversation .message-entry.wt-first-message-divider:first-child {
  margin-top: 0;
}
.messages #show_current_conversation .message-entry > .post-author {
  padding-right: 10px;
  border: none;
}
.messages #show_current_conversation .message-entry > .post-author > .image-wrapper {
  margin: 0px;
}
.messages #show_current_conversation .message-entry:not(.wt-first-message-divider) .post-author {
  visibility: hidden;
}
.messages #show_current_conversation .message-entry:not(.wt-first-message-divider) .post-body-author {
  display: none !important;
}
.messages #show_current_conversation .message-entry > .post-body-wrapper {
  max-width: calc(100% - 36px - 10px - 36px - 10px - 20px);
  padding: 0px;
  position: relative;
}
.messages #show_current_conversation .message-entry .post-body {
  background-color: #221d39;
  border-radius: 0 10px 10px 0;
  padding: 5px 8px;
  max-width: 100%;
}
.messages #show_current_conversation .message-entry.wt-last-message-divider:not(.sent) .post-body {
  border-bottom-left-radius: 10px;
}
.messages #show_current_conversation .message-entry .post-body-author {
  display: block;
  width: 100%;
  line-height: normal;
}
.messages #show_current_conversation .message-entry .post-body-author .display_name > a {
  font-size: 12px;
}
.messages #show_current_conversation .message-entry .post-body-content {
  margin: 0;
  width: 100%;
}
.messages #show_current_conversation .message-entry .post-body-content .embedded-video,
.messages #show_current_conversation .message-entry .post-body-content .iframely-responsive {
  width: 560px;
  max-width: 100%;
}
.messages #show_current_conversation .message-entry .post-body > em {
  clear: both;
  line-height: normal;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: -4px;
}
.messages #show_current_conversation .message-entry .post-body > em > time {
  opacity: 0.7;
}
.messages #show_current_conversation .message-entry > .alert {
  margin: 20px 0 0;
}
.messages #show_current_conversation .message-entry > .alert.left-conversation .text-info {
  margin: 7px 0;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .messages #show_current_conversation .message-entry > .alert.left-conversation .text-info {
    display: block;
  }
}
.messages #show_current_conversation .message-entry > .alert.left-conversation #joinConversation {
  background: rgba(91, 192, 222, 0.35);
  color: #fff;
  margin-left: 5px;
}
@media only screen and (max-width: 480px) {
  .messages #show_current_conversation .message-entry > .alert.left-conversation #joinConversation {
    float: left !important;
    margin-left: 0;
  }
}
.messages #show_current_conversation .message-entry.sent > .post-author {
  float: right !important;
  padding-right: 0;
  padding-left: 10px;
}
.messages #show_current_conversation .message-entry.sent > .post-body-wrapper {
  float: right !important;
}
.messages #show_current_conversation .message-entry.sent .post-body {
  float: right;
  width: auto;
  background: rgba(154, 193, 247, 0.1);
  border-radius: 10px 0 0 10px;
}
.messages #show_current_conversation .message-entry.sent.wt-first-message-divider .post-body {
  border-top-right-radius: 10px;
}
.messages #show_current_conversation .message-entry.sent .post-body > em {
  text-align: right;
}
.messages #show_current_conversation #current_msg_details {
  padding: 10px;
  border-bottom: 1px solid #26213f;
  float: left;
  width: 100%;
}
.messages #show_current_conversation #current_msg_details .wt-inbox-back-link .icon:before {
  padding-left: 0;
  font-weight: bold;
  top: 2px;
}
.messages #show_current_conversation #current_msg_details > h3 {
  font-size: 18px;
}
.messages #show_current_conversation #current_msg_details > h3:empty {
  display: none;
}
.messages #show_current_conversation #current_msg_details > h3:empty ~ h4 {
  margin-top: -8px;
  max-width: calc(100% - 30px);
}
.messages #show_current_conversation #current_msg_details > h4 {
  margin: 0;
  float: left;
  width: 100%;
  font-size: 16px;
  height: 38px;
  overflow: hidden;
  padding-right: 52px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation #current_msg_details > h4 {
    height: 43px;
  }
}
.messages #show_current_conversation #current_msg_details > h4 .user_token_container {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation #current_msg_details > h4 .user_token_container {
    margin-top: 7px;
  }
}
.messages #show_current_conversation #current_msg_details > h4 .user-list-collapse-icon {
  font-size: 0;
  background-color: #161324;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  float: left;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 0;
  display: none !important;
  transform: rotate(90deg);
}
.messages #show_current_conversation #current_msg_details > h4 .user-list-collapse-icon:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(45deg);
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  margin-top: 5px;
  margin-left: 4px;
}
.messages #show_current_conversation #current_msg_details > h4 #hiddenMembersCount {
  user-select: none;
  font-size: 12px;
  opacity: 0.8;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.messages #show_current_conversation #current_msg_details > h4.open {
  height: auto;
}
.messages #show_current_conversation #current_msg_details > h4.open .user-list-collapse {
  transform: rotate(-90deg);
  display: block !important;
}
.messages #show_current_conversation #current_msg_details > h4.open #hiddenMembersCount {
  display: none !important;
}
.messages #show_current_conversation #current_msg_details > h4 .display_fullname:not(.popover .display_fullname) {
  margin-left: 5px;
}
.messages #show_current_conversation #delete_curr_conversation {
  font-size: 16px;
  margin-right: -10px;
  margin-top: 2px;
}
.messages #show_current_conversation #delete_curr_conversation + .tooltip .tooltip-inner {
  position: absolute;
  right: -15px;
}
.messages #show_current_conversation #delete_curr_conversation ~ h3 {
  max-width: calc(100% - 25px);
}
.messages #show_current_conversation .reply-entry-wrapper {
  float: left;
  width: 100%;
  border-top: 1px solid #26213f;
  position: relative;
}
.messages #show_current_conversation .reply-entry-wrapper .mce-tinymce .mce-top-part {
  margin-bottom: 0;
}
.messages #show_current_conversation .reply-entry-wrapper .mce-tinymce .mce-edit-area {
  margin-bottom: 0;
}
.messages #show_current_conversation .reply-entry-wrapper #message_options {
  margin-top: -32px;
}
.messages #show_current_conversation .reply-entry-wrapper .mce-toolbar ul.dropdown-menu {
  top: auto;
  bottom: 0;
}
.messages #show_current_conversation .reply-entry-wrapper > form {
  padding: 0px;
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments {
  margin: 0;
  padding-right: 2px;
  gap: 4px;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) {
  position: relative;
  padding: 5px;
  height: 47px;
  min-width: 0;
  float: left;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > span {
  width: 100%;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) .pull-left a {
  padding-right: 20px;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right {
  font-size: 0;
  width: auto;
  margin: 0;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right .glyphicon-trash:before {
  font-size: 12px;
  line-height: initial;
  padding: 0;
  opacity: 0.85;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right [id^="delete_attachmento_"] {
  position: absolute;
  right: 5px;
  top: 10px;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right > small {
  float: none;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right a,
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right i {
  font-size: 0;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right a:before,
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right i:before {
  font-size: 0;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .col-sm-2 .file-size {
  display: none !important;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .col-sm-4 {
  width: 100%;
  margin-top: 22px !important;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .col-sm-4 .progress {
  height: 10px;
  width: calc(100% - 20px);
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .col-sm-4 .progress + a {
  margin: -3px 0 0;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .col-sm-4 .progress + a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  opacity: 0.85;
  font-size: 9px;
  line-height: 1;
  padding: 0;
  opacity: 0.5;
  top: 1px;
  margin-left: 5px;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .col-sm-4 .progress .progress-bar {
  font-size: 8px;
}
.messages #show_current_conversation .reply-entry-wrapper .post-author {
  display: none !important;
}
.messages #show_current_conversation .reply-entry-wrapper .post-body-wrapper {
  width: 100%;
  padding: 0px;
}
.messages #show_current_conversation .reply-entry-wrapper .post-body {
  background: none;
  border: none;
  padding: 0;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry {
  width: 100%;
  padding: 10px;
  margin-top: 0;
  position: static;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry textarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: auto !important;
  resize: none !important;
  max-height: none;
  margin: 0;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry #writeReply,
.messages #show_current_conversation .reply-entry-wrapper .reply-entry #writeReplyTopQuickEditor {
  z-index: 2;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry .post-body-wrapper {
  padding: 0;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry #reply_msg_button {
  line-height: 1;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry [id^="attachmentContainer_"] a {
  margin-top: -1px;
}
.messages #show_current_conversation .editor-container .spinner {
  top: 25%;
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation .editor-container .spinner {
    top: 30%;
  }
}
.messages .no-message {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 80px;
}
.messages .no-message > i {
  font-size: 100px;
  vertical-align: bottom;
}
.messages .hidePanel {
  display: none !important;
}
.messages .feed-filter,
.messages .push > .dropdown {
  display: none;
  float: left;
  width: 100%;
  padding: 10px 10px;
  background-color: #161324;
  border: 1px solid #26213f;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
}
.messages .feed-filter .select_allbox_checkbox_container,
.messages .push > .dropdown .select_allbox_checkbox_container {
  float: left;
  margin-right: 10px;
}
.messages .feed-filter .dropdown-toggle,
.messages .push > .dropdown .dropdown-toggle {
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .messages .send_new_pmsg {
    margin-top: -1px;
  }
}
.messages .send_new_pmsg + .tooltip > .tooltip-inner {
  position: absolute;
  right: -15px;
}
.messages .feed-filter > .dropdown {
  display: flex;
  align-items: flex-start;
}
.messages .feed-filter > .dropdown > .select_allbox_checkbox_container {
  order: 1;
}
.messages .feed-filter > .dropdown > .profile-active {
  order: 2;
  margin-right: auto;
}
.messages .feed-filter > .dropdown > .mod-tools-icon#mark_all_pmread {
  order: 3;
}
.messages .feed-filter > .dropdown > .mod-tools-icon {
  order: 4;
}
.messages .feed-filter > .dropdown > .send_new_pmsg {
  order: 5;
  flex-shrink: 0;
}
.messages #remaining_message,
.messages #load_more_pmsg,
.messages #pmsg_more_loading {
  display: block;
  clear: both;
  padding: 10px;
  text-align: center;
}
.messages #unread_messages,
.messages #load_prev_pvt_msgs {
  margin: 10px 0;
  display: block;
  color: #9ac1f7;
  text-align: center;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .messages #pmsg_inbox_listing {
    font-size: 95%;
  }
  .messages #show_current_conversation #current_msg_details {
    margin-bottom: 0;
  }
  .messages #show_current_conversation .scrollable-area-wrap {
    display: flex;
    flex-direction: column;
  }
  .messages #show_current_conversation .scrollable-area-body {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .messages #show_current_conversation .scrollable-area-body > .alert {
    margin: 10px;
    width: calc(100% - 10px - 10px);
  }
  .messages #show_current_conversation .profile-feed {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .messages #show_current_conversation #feed-main {
    flex: 1;
    overflow: auto;
  }
  .messages #show_current_conversation .reply-entry-wrapper {
    max-height: 100%;
    overflow-y: auto;
  }
  .messages #show_current_conversation #pmsg_reply_panel .post-attachments {
    max-height: 74px;
    overflow: auto;
    margin-top: 10px;
  }
  .messages #show_current_conversation #pmsg_reply_panel .post-attachments > li:first-child {
    margin-top: 0;
  }
  .messages #show_current_conversation .hovercard,
  .messages #show_current_conversation .tooltip {
    position: fixed;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .messages .messages-list {
    width: 35%;
  }
  .messages #show_current_conversation {
    width: calc(100% - 35%);
  }
}
@media only screen and (max-width: 767px) {
  .messages .messages-list {
    width: 100%;
  }
  .messages #show_current_conversation {
    width: 100%;
    display: inline-block;
    padding: 0;
  }
  .messages #show_current_conversation .scrollable-area-wrap {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .messages #show_current_conversation #current_msg_details > h3 {
    padding-left: 25px;
  }
  .messages #show_current_conversation .message-entry.sent > .post-author,
  .messages #show_current_conversation #all_conversation_messages:not(.wt-group-conversation) .message-entry > .post-author,
  .messages #show_current_conversation #all_conversation_messages:not(.wt-group-conversation) .message-entry .post-body-author {
    display: none !important;
  }
  .messages #show_current_conversation .message-entry .post-body-wrapper {
    width: auto;
    max-width: calc(85% - 32px);
  }
  .messages #show_current_conversation .message-entry.sent .post-body-wrapper,
  .messages #show_current_conversation #all_conversation_messages:not(.wt-group-conversation) .message-entry .post-body-wrapper {
    width: auto;
    max-width: 85%;
  }
  .messages #show_current_conversation .message-entry > .post-author .image-wrapper {
    height: 22px;
    width: 22px;
  }
  .messages #show_current_conversation .message-entry > .post-author .image-wrapper > i {
    width: 13px;
    height: 13px;
    line-height: 14px;
    font-size: 7px;
  }
  .messages #show_current_conversation .message-entry > .post-author .image-wrapper > i:before {
    margin-left: 1px;
  }
  .messages #show_current_conversation .message-entry .post-body-content {
    max-width: 100%;
  }
  .messages #show_current_conversation .reply-entry-wrapper .post-body-wrapper,
  .messages #show_current_conversation .reply-entry-wrapper .post-body {
    width: 100%;
  }
  .messages #show_current_conversation .reply-entry-wrapper .post-attachments {
    white-space: nowrap;
    width: 100%;
    margin: 0 !important;
    padding: 10px 0 5px 0 !important;
    overflow-y: hidden !important;
  }
  .messages #show_current_conversation .reply-entry-wrapper .post-attachments::-webkit-scrollbar {
    height: 10px;
  }
  .messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) {
    display: inline-block;
    max-width: 80%;
    width: auto;
    min-width: 180px;
    float: none;
  }
  .messages #show_current_conversation #pmsg_reply_panel .post-attachments {
    flex-wrap: nowrap;
  }
  .hover-menu-open .messages #pmsg_inbox_listing > li {
    pointer-events: none;
  }
  .hover-menu-open .messages #pmsg_inbox_listing > li .entry-checkbox {
    pointer-events: auto;
  }
}
.messages #pmsg_list .feed-filter > .dropdown {
  display: block;
}
.messages #pmsg_list .feed-filter > .dropdown .mod-tools-icon {
  margin-right: 0;
}
.messages #pmsg_list .feed-filter > .dropdown a.dropdown-toggle {
  top: 0;
}
#post_row_0 ~ .first-post.preview-post {
  margin-top: 40px;
}
.first-post.preview-post > .post-author {
  display: none;
}
.first-post.preview-post .post-body-wrapper {
  padding-left: 0;
  width: 100%;
}
.first-post.preview-post .post-body {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
.first-post.preview-post .tab-pane > .panel {
  margin-bottom: 0;
}
.first-post.preview-post [id^="attachmentContainer_"] {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.first-post.preview-post [id^="attachmentContainer_"] a {
  float: left;
  padding: 2px 10px;
  text-decoration: none;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
}
.first-post.preview-post [id^="attachmentContainer_"] a ~ a {
  border-left: 1px solid #26213f;
}
.first-post.preview-post [id^="attachmentContainer_"] a:hover,
.first-post.preview-post [id^="attachmentContainer_"] a:focus {
  color: #9ac1f7;
}
.first-post.preview-post [id^="attachmentContainer_"] i {
  font-size: 16px;
}
.first-post.preview-post [id^="attachmentContainer_"] i:before {
  padding: 0;
}
.first-post.preview-post #message-options {
  float: right;
  align-items: center;
  display: inline-flex;
  margin-left: auto;
}
.first-post.preview-post #message-options a:hover,
.first-post.preview-post #message-options a:focus {
  color: #9ac1f7;
}
@media only screen and (max-width: 767px) {
  .first-post.preview-post #message-options {
    display: block;
  }
}
.first-post.preview-post .custom-checkbox {
  display: inline-block;
}
.first-post.preview-post .custom-checkbox > span {
  float: left;
  margin-left: 5px;
}
.first-post.preview-post .custom-checkbox > span:first-child {
  margin-left: 20px;
}
.first-post.preview-post .custom-checkbox .control-label {
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  border: 1px solid #26213f;
  background: #221d39 !important;
}
.first-post.preview-post .custom-checkbox .control-label > i {
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.first-post.preview-post .custom-checkbox .control-label i:before {
  padding: 0;
  opacity: 1;
  color: rgba(255, 255, 255, 0.9);
}
.first-post.preview-post .custom-checkbox .control-label i.glyphicon-pushpin:before {
  top: 2px;
}
.first-post.preview-post .custom-checkbox .control-label > label {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.first-post.preview-post .custom-checkbox .control-label input:checked ~ .checkbox-material {
  display: block !important;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  border-radius: 3px;
  height: auto;
  width: auto;
  border: 1px solid rgba(154, 193, 247, 0.6) !important;
  background: rgba(154, 193, 247, 0.5) !important;
  color: #fff;
}
.first-post.preview-post .custom-checkbox .control-label .text-muted,
.first-post.preview-post .custom-checkbox .control-label .check,
.first-post.preview-post .custom-checkbox .control-label .checkbox-material,
.first-post.preview-post .custom-checkbox .control-label .checkbox-material:before {
  display: none;
}
.first-post.preview-post .form-group:nth-last-of-type(2),
.first-post.preview-post .form-group:nth-last-of-type(1) {
  margin-bottom: 5px;
}
.first-post.preview-post .form-group > .col-md-9 {
  width: 75%;
}
@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) {
  .first-post.preview-post .form-group > .col-md-9 {
    width: 100%;
  }
}
.first-post.preview-post .form-group > .col-md-9 .tt-dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
.first-post.preview-post hr {
  display: none !important;
}
.first-post.preview-post #g-recaptcha {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .first-post.preview-post #post_submit,
  .first-post.preview-post #previewpost_sbt,
  .first-post.preview-post #cancel_post {
    width: calc(33.33% - 7px);
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .first-post.preview-post #message-options {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .first-post.preview-post .custom-checkbox {
    clear: none;
    float: right;
  }
  .first-post.preview-post .custom-checkbox > span:first-child {
    margin-left: 0;
  }
  .first-post.preview-post .form-group > .col-md-2 + .col-md-9 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .first-post.preview-post #post_submit,
  .first-post.preview-post #previewpost_sbt,
  .first-post.preview-post #cancel_post {
    margin: 0 0 10px;
    width: 100%;
  }
}
#post_row_0 #first_coloumn_ {
  margin-bottom: 50px;
}
.container.settings .panel-title {
  display: none !important;
}
.container.settings .panel-default hr {
  visibility: hidden;
}
.container.settings .panel-default:not(:last-child) {
  margin-bottom: 10px;
}
.container.settings .panel-body {
  position: relative;
}
.container.settings .panel-body #connect-account {
  position: absolute;
  top: 52px;
  right: 52px;
  text-align: center;
  padding: 40px;
  border-radius: 5px;
  border: 1px solid #26213f;
  clear: both;
  background-color: #1a162b;
}
.container.settings .panel-body #connect-account:nth-child(2):last-child {
  position: static;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .container.settings .panel-body #connect-account {
    position: static;
    width: 100%;
    padding: 1.5em;
  }
}
.container.settings .panel-body #connect-account > span {
  display: block;
  margin-bottom: 10px;
}
.container.settings .panel-body #connect-account input[type="button"] {
  border: 1px solid #26213f;
  color: inherit;
  background-color: #221d39;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 5px;
}
.container.settings .panel-body #connect-account input[type="button"]:hover {
  background-color: #1e1a32;
}
.container.settings .panel-body > .form-group:first-child,
.container.settings .form-horizontal > .form-group:first-child {
  margin-top: 10px;
}
@media only screen and (min-width: 1025px) {
  .container.settings #usrName,
  .container.settings #usrPwd,
  .container.settings #usrEmail {
    max-width: 40%;
  }
}
.container.settings #usrName > .editable,
.container.settings #usrPwd > .editable,
.container.settings #usrEmail > .editable {
  display: inline-block;
}
.container.settings #usrName .change-value,
.container.settings #usrPwd .change-value,
.container.settings #usrEmail .change-value {
  display: inline-block !important;
}
.container.settings #usrName .editable-container ~ a.change-value.change-value,
.container.settings #usrPwd .editable-container ~ a.change-value.change-value,
.container.settings #usrEmail .editable-container ~ a.change-value.change-value {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .container.settings #usrName a.change-value,
  .container.settings #usrPwd a.change-value,
  .container.settings #usrEmail a.change-value {
    display: none !important;
  }
  .container.settings #usrName:hover a.change-value,
  .container.settings #usrPwd:hover a.change-value,
  .container.settings #usrEmail:hover a.change-value {
    display: inline-block !important;
    line-height: normal;
  }
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) {
  width: 100%;
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) > .btn {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  position: static;
  margin-top: 7px;
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) > .btn label.checkbox {
  margin: 0;
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) > .btn label.checkbox + span {
  position: relative;
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) > .btn .checkbox-material,
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) > .btn .check {
  display: inline-block;
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) > .btn .ripple-container {
  display: none !important;
}
.container.settings .form-group .col-sm-offset-2 {
  margin-bottom: 0;
}
.container.settings .panel-default:last-child .alert {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .container.settings .panel-default:last-child .alert {
    margin-top: 5px;
  }
}
.container.settings #clickedtotoggle.btn-group,
.container.settings #followedContentOptions.btn-group {
  min-width: 65vw;
}
.container.settings #clickedtotoggle.btn-group > .btn,
.container.settings #followedContentOptions.btn-group > .btn {
  margin-top: -1px;
  margin-left: -1px;
}
@media only screen and (max-width: 480px) {
  .container.settings #clickedtotoggle.btn-group,
  .container.settings #followedContentOptions.btn-group {
    display: block;
  }
  .container.settings #clickedtotoggle.btn-group > .btn,
  .container.settings #followedContentOptions.btn-group > .btn {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    text-align: left;
  }
  .container.settings #clickedtotoggle.btn-group > .btn:first-of-type,
  .container.settings #followedContentOptions.btn-group > .btn:first-of-type {
    border-radius: 5px 5px 0 0;
    border: 1px solid #26213f;
  }
  .container.settings #clickedtotoggle.btn-group > .btn:last-of-type,
  .container.settings #followedContentOptions.btn-group > .btn:last-of-type {
    border-radius: 0 0 5px 5px;
  }
  .container.settings #clickedtotoggle.btn-group > .btn .ripple-container,
  .container.settings #followedContentOptions.btn-group > .btn .ripple-container {
    display: none !important;
  }
  .container.settings .editable-container .editable-buttons {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container.settings label.col-xs-2.control-label,
  .container.settings label.col-sm-2.control-label {
    width: 180px;
  }
  .container.settings .col-xs-10.col-sm-offset-2 {
    margin-left: 180px;
  }
}
.container.settings #preference .control-label {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .container.settings #preference .control-label {
    margin-bottom: 20px;
  }
}
.container.settings #preference .checkbox .checkbox-material {
  top: -1px;
}
.container.settings .email-section > .control-label {
  padding-top: 4px;
}
.container.settings .email-section .btn-group .btn-wth {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1199px) {
  .container.settings .email-section .btn-group .btn-wth {
    flex-direction: column;
  }
}
.container.settings .email-section .btn-group .btn-wth .btn {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}
.container.settings .email-section .btn-group .btn-wth .btn.active {
  background-color: rgba(154, 193, 247, 0.1);
  color: #fff;
  border-color: rgba(154, 193, 247, 0.2);
  box-shadow: none;
}
.container.settings .email-section .pull-left {
  width: calc(100% - 180px);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth {
    display: inline-block;
    width: 100%;
  }
}
.container.settings .email-section .btn-wth .togglebutton {
  display: flex;
  margin: 0 0 15px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container.settings .email-section .btn-wth .togglebutton {
    margin-right: 5px !important;
  }
}
.container.settings .email-section .btn-wth .togglebutton > span {
  display: flex;
  align-items: center;
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth .togglebutton > span {
    width: 100%;
    padding-left: 10px;
  }
}
.container.settings .email-section .btn-wth .togglebutton .switch {
  margin: 0 10px 0 0;
  float: left;
}
.container.settings .email-section .btn-wth .followed_content {
  margin-right: 15px !important;
  float: left;
  min-width: 20%;
}
.container.settings .email-section .btn-wth .followed_content > .switch {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth .followed_content > .switch {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth .followed_content {
    min-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth .followed_content ~ #followedContentOptions {
    margin: 5px 0 15px;
    display: inline-block;
  }
}
.container.settings .email-section .btn-wth .followed_content ~ #followedContentOptions.btn-group {
  width: auto;
  min-width: auto;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1199px) {
  .container.settings .email-section .btn-wth .followed_content ~ #followedContentOptions.btn-group {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 0 20px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth .followed_content ~ #followedContentOptions.btn-group {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth .followed_content ~ #followedContentOptions.btn-group .btn {
    width: 100%;
    flex-direction: column;
    float: left;
  }
}
@media only screen and (max-width: 1199px) {
  .container.settings .email-section .btn-wth .followed_content.togglebutton {
    margin: 0 0 10px 0;
  }
}
.container.settings .email-section.list-section > .control-label {
  padding-top: 0;
}
.container.settings .wt-push-notification-section label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .container.settings .wt-push-notification-section label {
    justify-content: flex-start;
  }
}
.container.settings .toggle-switch.form-group > div {
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-group > .btn {
    width: 100%;
    text-align: left;
  }
  .container.settings .email-section .pull-left,
  .container.settings .email-section .pull-left > div {
    width: 100%;
  }
  .container.settings .toggle-switch:not(.two-fa-toggle-wrapper) {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .container.settings .toggle-switch:not(.two-fa-toggle-wrapper).form-group > div {
    width: 50px;
    padding-top: 0;
    padding-left: 0;
  }
  .container.settings .toggle-switch:not(.two-fa-toggle-wrapper) .pull-left {
    order: 1;
  }
  .container.settings .toggle-switch:not(.two-fa-toggle-wrapper) label {
    order: 2;
  }
  .container.settings .toggle-switch:not(.two-fa-toggle-wrapper) label.control-label {
    width: calc(100% - 50px);
    padding-top: 4px;
    margin-bottom: 0 !important;
    padding-left: 5px;
  }
  #body-wrapper .container.settings .toggle-switch:not(.two-fa-toggle-wrapper) .col-xs-3.control-label {
    width: auto;
  }
  .container.settings .toggle-switch:not(.two-fa-toggle-wrapper) .togglebutton label .toggle {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #body-wrapper .toggle-switch.two-fa-toggle-wrapper label.control-label {
    width: auto;
    padding-top: 5px;
    padding-right: 20px;
  }
  #body-wrapper .toggle-switch.two-fa-toggle-wrapper > div {
    clear: none;
    width: auto;
    padding-top: 3px;
  }
  #body-wrapper .toggle-switch.two-fa-toggle-wrapper:not(:last-of-type) > div {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue .col-xs-12 > .pull-left {
    float: left !important;
  }
}
.container > #approval_queue .panel-body {
  padding: 0;
  border-radius: 7px;
}
.container > #approval_queue .panel-body > .subheading {
  border-bottom: 1px solid #26213f;
}
.container > #approval_queue .panel-body .reported-users #who-all {
  display: flex;
  flex-wrap: nowrap;
}
.container > #approval_queue .panel-body .reported-users #who-all .col {
  min-width: 186px;
  max-width: 220px;
}
.container > #approval_queue #posts_list,
.container > #approval_queue #pendingMembers,
.container > #approval_queue #reportedPostsList,
.container > #approval_queue #pending_edit {
  margin-bottom: 50px;
}
.container > #approval_queue #feed-main > .col-xs-12 {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #feed-main > .col-xs-12 .post-author {
    margin-bottom: 10px;
  }
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 20px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
  background-color: #161324;
  border: 1px solid #26213f;
  padding: 20px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    width: calc(25% - 11.25px);
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(4n) {
    margin-right: 0;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(1),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(2),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(3),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    width: calc(33.33% - 10px);
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(3n) {
    margin-right: 0;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(1),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(2),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    width: calc(50% - 7.5px);
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(2n) {
    margin-right: 0;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(1),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    width: 100%;
    margin-right: 0;
  }
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
  padding: 20px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side {
  float: left;
  position: static;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side > .image-wrapper {
  display: inline-block;
  margin: 0 10px 0 0;
  float: right;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side {
  float: left;
  width: calc(100% - 70px);
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .display_name {
  margin-top: -0.25em;
  display: flex;
  line-height: normal;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .clearfix,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .dl-horizontal dd,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .container,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .container-fluid,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .row,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .form-horizontal .form-group,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .btn-toolbar,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .btn-group-vertical > .btn-group,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .panel-body,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .modal-footer {
  display: block;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side br + .text-muted {
  display: inline-block;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .entry-checkbox {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    padding: 10px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox,
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li .entry-checkbox {
    top: 10px;
    right: 10px;
  }
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 label.checkbox {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3 {
    width: calc(33.33% - 7px);
    margin-right: 10px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(3n) {
    margin-right: 0;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(3n):last-child {
    border-bottom-right-radius: 5px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(3n + 1):nth-last-child(1),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(3n + 1):nth-last-child(2),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(3n + 1):nth-last-child(3) {
    border-bottom-left-radius: 5px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px), only screen and (max-width: 991px) and (min-width: 768px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3 {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(2n) {
    margin-right: 0;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(2n):last-child {
    border-bottom-right-radius: 5px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(2n + 1):nth-last-child(1),
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:nth-child(2n + 1):nth-last-child(2) {
    border-bottom-left-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3 {
    width: 100%;
    border: 0;
    margin-bottom: 0;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 li.col-sm-3:not(:last-of-type) {
    border-bottom: 1px solid #26213f;
  }
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side {
  position: static;
  float: left;
  width: calc(100% - 46px);
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side a.alert {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  margin-right: 15px;
  display: block;
  font-size: 16px;
  color: inherit;
  margin-top: -2px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side a.alert:before {
  display: none;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side a.alert i {
  display: block;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side a.alert i:before {
  padding: 0;
  opacity: 1;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side a.alert-success {
  color: #5cb85c;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side a.alert-danger {
  color: #d9534f;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side a.alert-gray {
  color: rgba(255, 255, 255, 0.7);
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li > .right-side > .display_name {
  width: calc(100% - 90px);
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 a[id^="approveMember_"],
.container > #approval_queue #pendingMembers > ul.col-sm-12 a[id^="deleteMember_"] {
  position: absolute;
  top: 20px;
  right: 36px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 a[id^="approveMember_"] {
  right: 68px;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 {
    padding: 0;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 .left-side > label.checkbox,
  .container > #approval_queue #pendingMembers > ul.col-sm-12 .left-side > input[type="checkbox"] {
    top: 10px;
    right: 10px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 a[id^="deleteMember_"] {
    top: 10px;
    right: 26px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 a[id^="approveMember_"] {
    top: 10px;
    right: 58px;
  }
}
.container > #approval_queue textarea#declineReasonText {
  min-width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.container > #approval_queue #approveMembers #events_list .editable-input {
  width: calc(100% - 94px);
  margin: 0;
}
.container > #approval_queue #approveMembers #events_list .editable-buttons {
  margin: 0;
  right: 20px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #approveMembers #events_list .editable-buttons {
    right: 10px;
  }
}
.container > #approval_queue #approveMembers #events_list form.editableform .control-group.form-group {
  margin-top: 15px;
  margin-bottom: 5px;
}
.container > #approval_queue #approveMembers .post-edit {
  display: flex;
  align-items: center;
}
.container > #approval_queue #approveMembers .post-edit label.checkbox {
  order: 4;
}
.container > #approval_queue #approveMembers #mceu_15 ~ .form-group.cleared {
  width: auto;
}
.container > #approval_queue #events_list .post-date .display_name {
  margin-left: 1px;
  width: 100%;
}
.container > #approval_queue #events_list .post-date .display_name:before {
  padding-right: 5px;
}
.container > #approval_queue #events_list .post-date .wt-calendar-name {
  margin-top: 3px;
}
.container > #approval_queue #events_list .post-date .wt-calendar-name:before {
  padding-right: 5px;
}
.container > #approval_queue #events_list .post-date .text-block .glyphicon-calendar {
  margin-right: -2px;
}
.container > #approval_queue #events_list .post-date .text-block .glyphicon-calendar:before {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #events_list .post-date .text-block time {
    white-space: normal;
  }
}
.container > #approval_queue #events_list .post-date .text-muted {
  order: 2;
}
.container > #approval_queue #events_list .post-date small[id^="user_event_datetime"] {
  margin-top: 2px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue .post-body > .panel-dropdown {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.reported-users {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}
.reported-users.modal-body #who-all li.col {
  display: block;
}
.reported-users h2.reported-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.reported-users #who-all .col > a {
  height: auto;
  line-height: normal;
  width: calc(100% - 64px) !important;
  margin-top: 0 !important;
  padding: 0 10px;
}
.reported-users #who-all .col > a > i {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  line-height: normal;
}
.reported-users #who-all .col > a:not(.username) {
  float: left;
  margin-top: 0;
}
.reported-users #who-all .col span.option {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 40px);
  display: inline-block;
  padding-left: 10px;
}
.reported-users #who-all .col time {
  display: block;
  float: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 28px;
}
.reported-users #who-all .col.remaining-users > a {
  max-width: 100% !important;
}
.reported-users #who-all .col.remaining-users > a ~ span.option {
  width: 100%;
}
.reported-users #who-all .col.reported-user {
  display: none;
}
.reported-users #who-all .col.reported-user:nth-child(5) ~ .remaining-users {
  display: block !important;
}
@media only screen and (min-width: 1500px) {
  .reported-users #who-all .col.reported-user:nth-child(1),
  .reported-users #who-all .col.reported-user:nth-child(2),
  .reported-users #who-all .col.reported-user:nth-child(3),
  .reported-users #who-all .col.reported-user:nth-child(4) {
    display: block;
  }
}
@media only screen and (max-width: 1499px) {
  .reported-users #who-all .col.reported-user:nth-child(1),
  .reported-users #who-all .col.reported-user:nth-child(2),
  .reported-users #who-all .col.reported-user:nth-child(3),
  .reported-users #who-all .col.reported-user:nth-child(4) {
    display: block;
  }
  .reported-users #who-all .col.reported-user:nth-child(5) ~ .remaining-users {
    display: block !important;
  }
}
@media only screen and (max-width: 1140px) {
  .reported-users #who-all .col.reported-user:nth-child(4) {
    display: none;
  }
  .reported-users #who-all .col.reported-user:nth-child(4) ~ .remaining-users {
    display: block !important;
  }
}
@media only screen and (max-width: 880px) {
  .reported-users #who-all .col.reported-user:nth-child(3) {
    display: none;
  }
  .reported-users #who-all .col.reported-user:nth-child(3) ~ .remaining-users {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .reported-users #who-all .col.reported-user:nth-child(2) {
    display: none;
  }
  .reported-users #who-all .col.reported-user:nth-child(2) ~ .remaining-users {
    display: block !important;
  }
}
@media only screen and (max-width: 460px) {
  .reported-users #who-all .col.reported-user:nth-child(1) {
    display: none;
  }
  .reported-users #who-all .col.reported-user:nth-child(1) ~ .remaining-users {
    display: block !important;
  }
}
@media only screen and (max-width: 1430px) {
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(4) {
    display: none;
  }
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(4) ~ .remaining-users {
    display: block !important;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 1200px) {
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(3) {
    display: none;
  }
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(3) ~ .remaining-users {
    display: block !important;
  }
}
.album-wrapper {
  display: block !important;
  position: relative;
  background: inherit;
  border: 1px solid #26213f;
  border-radius: 5px;
}
.album-wrapper > a {
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-color: #222222;
  border-radius: 5px;
}
.album-menu {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: inherit;
  background: #0e0c17;
  border-radius: 100%;
}
.album-menu > a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: inherit;
  border-radius: 100%;
}
.album-menu > a .caret {
  margin: -3px 0 0;
}
.album-menu .dropdown-menu {
  left: auto;
  right: 0;
}
.album-menu .dropdown-menu a {
  color: rgba(255, 255, 255, 0.9);
}
.album-wrapper:hover .album-menu {
  display: block;
}
.album-wrapper:hover .album-menu > a:hover {
  background: rgba(154, 193, 247, 0.1);
  color: #fff;
}
.empty-album {
  position: relative;
  overflow: hidden;
}
.empty-album > i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: #cccccc;
  color: #eeeeee;
}
.album-edit textarea {
  resize: none;
  margin-top: 10px;
}
.captionArea,
#captionArea {
  resize: none !important;
  width: 100% !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  background: none;
  color: inherit !important;
}
.inline_edit_textbox {
  width: 100%;
  padding: 2px;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.7);
}
.inline_edit_textbox:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1px;
  background: none;
}
.wt-albums .panel-heading > ul,
.wt-single-album .panel-heading > ul,
.wt-album-single-photo .panel-heading > ul {
  max-width: 100%;
}
.wt-albums .panel-heading a:not([href]),
.wt-single-album .panel-heading a:not([href]),
.wt-album-single-photo .panel-heading a:not([href]) {
  cursor: text;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-albums .panel-heading .icon,
  .wt-single-album .panel-heading .icon,
  .wt-album-single-photo .panel-heading .icon,
  .wt-albums .panel-heading .glyphicon,
  .wt-single-album .panel-heading .glyphicon,
  .wt-album-single-photo .panel-heading .glyphicon {
    display: none;
  }
  .wt-albums .panel-heading li:not(.active) > a,
  .wt-single-album .panel-heading li:not(.active) > a,
  .wt-album-single-photo .panel-heading li:not(.active) > a {
    padding: 4px 10px;
    margin: 6px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #26213f;
    color: inherit;
    background-color: #221d39;
    text-transform: capitalize;
  }
  .wt-albums .panel-heading li:not(.active) > a:hover,
  .wt-single-album .panel-heading li:not(.active) > a:hover,
  .wt-album-single-photo .panel-heading li:not(.active) > a:hover {
    background-color: #1e1a32;
  }
}
@media only screen and (max-width: 767px) {
  .wt-albums .panel-heading li:not(.active):not(.pull-right) > a,
  .wt-single-album .panel-heading li:not(.active):not(.pull-right) > a,
  .wt-album-single-photo .panel-heading li:not(.active):not(.pull-right) > a {
    padding: 4px 10px;
    margin: 6px 0 6px 10px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #26213f;
    color: inherit;
    background-color: #221d39;
    text-transform: capitalize;
  }
  .wt-albums .panel-heading li:not(.active):not(.pull-right) > a:hover,
  .wt-single-album .panel-heading li:not(.active):not(.pull-right) > a:hover,
  .wt-album-single-photo .panel-heading li:not(.active):not(.pull-right) > a:hover {
    background-color: #1e1a32;
  }
  .wt-albums .panel-heading li.pull-right > a,
  .wt-single-album .panel-heading li.pull-right > a,
  .wt-album-single-photo .panel-heading li.pull-right > a {
    font-size: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
    width: 34px;
    height: 34px;
    text-align: center;
    display: block;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 0;
    background-color: #221d39;
  }
  .wt-albums .panel-heading li.pull-right > a:hover,
  .wt-single-album .panel-heading li.pull-right > a:hover,
  .wt-album-single-photo .panel-heading li.pull-right > a:hover {
    background-color: rgba(154, 193, 247, 0.1);
    color: white;
  }
  .wt-albums .panel-heading li.pull-right > a .icon,
  .wt-single-album .panel-heading li.pull-right > a .icon,
  .wt-album-single-photo .panel-heading li.pull-right > a .icon,
  .wt-albums .panel-heading li.pull-right > a .glyphicon,
  .wt-single-album .panel-heading li.pull-right > a .glyphicon,
  .wt-album-single-photo .panel-heading li.pull-right > a .glyphicon {
    display: block;
  }
  .wt-albums .panel-heading li.pull-right > a .icon:before,
  .wt-single-album .panel-heading li.pull-right > a .icon:before,
  .wt-album-single-photo .panel-heading li.pull-right > a .icon:before,
  .wt-albums .panel-heading li.pull-right > a .glyphicon:before,
  .wt-single-album .panel-heading li.pull-right > a .glyphicon:before,
  .wt-album-single-photo .panel-heading li.pull-right > a .glyphicon:before {
    padding: 0;
    opacity: 1;
    font-size: 12px;
    line-height: 34px;
  }
}
.wt-albums .panel-body > ul,
.wt-single-album .panel-body > ul {
  float: left;
  width: 100%;
}
.wt-albums .panel-body > ul > li,
.wt-single-album .panel-body > ul > li {
  float: left;
  margin-right: 40px;
  margin-top: 40px;
  text-align: left;
}
.wt-albums .panel-body > ul > li > a,
.wt-single-album .panel-body > ul > li > a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
  color: inherit;
}
.wt-albums .panel-body > ul > li > a + .text-muted,
.wt-single-album .panel-body > ul > li > a + .text-muted {
  opacity: 0.5;
  font-style: italic;
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .wt-albums .panel-body > ul > li,
  .wt-single-album .panel-body > ul > li {
    width: calc(20% - 32px);
  }
  .wt-albums .panel-body > ul > li:nth-child(1),
  .wt-single-album .panel-body > ul > li:nth-child(1),
  .wt-albums .panel-body > ul > li:nth-child(2),
  .wt-single-album .panel-body > ul > li:nth-child(2),
  .wt-albums .panel-body > ul > li:nth-child(3),
  .wt-single-album .panel-body > ul > li:nth-child(3),
  .wt-albums .panel-body > ul > li:nth-child(4),
  .wt-single-album .panel-body > ul > li:nth-child(4),
  .wt-albums .panel-body > ul > li:nth-child(5),
  .wt-single-album .panel-body > ul > li:nth-child(5) {
    margin-top: 0;
  }
  .wt-albums .panel-body > ul > li:nth-child(5n),
  .wt-single-album .panel-body > ul > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .wt-albums .panel-body > ul > li,
  .wt-single-album .panel-body > ul > li {
    width: calc(25% - 30px);
  }
  .wt-albums .panel-body > ul > li:nth-child(1),
  .wt-single-album .panel-body > ul > li:nth-child(1),
  .wt-albums .panel-body > ul > li:nth-child(2),
  .wt-single-album .panel-body > ul > li:nth-child(2),
  .wt-albums .panel-body > ul > li:nth-child(3),
  .wt-single-album .panel-body > ul > li:nth-child(3),
  .wt-albums .panel-body > ul > li:nth-child(4),
  .wt-single-album .panel-body > ul > li:nth-child(4) {
    margin-top: 0;
  }
  .wt-albums .panel-body > ul > li:nth-child(4n),
  .wt-single-album .panel-body > ul > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .wt-albums .panel-body > ul > li,
  .wt-single-album .panel-body > ul > li {
    width: calc(33.33% - 27px);
  }
  .wt-albums .panel-body > ul > li:nth-child(1),
  .wt-single-album .panel-body > ul > li:nth-child(1),
  .wt-albums .panel-body > ul > li:nth-child(2),
  .wt-single-album .panel-body > ul > li:nth-child(2),
  .wt-albums .panel-body > ul > li:nth-child(3),
  .wt-single-album .panel-body > ul > li:nth-child(3) {
    margin-top: 0;
  }
  .wt-albums .panel-body > ul > li:nth-child(3n),
  .wt-single-album .panel-body > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-albums .panel-body > ul > li,
  .wt-single-album .panel-body > ul > li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-top: 10px;
  }
  .wt-albums .panel-body > ul > li:nth-child(1),
  .wt-single-album .panel-body > ul > li:nth-child(1),
  .wt-albums .panel-body > ul > li:nth-child(2),
  .wt-single-album .panel-body > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .wt-albums .panel-body > ul > li:nth-child(2n),
  .wt-single-album .panel-body > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
.wt-single-album .album-info {
  display: block;
  margin-bottom: 10px;
}
.wt-single-album .album-info.text-muted {
  margin-bottom: 20px;
}
.wt-single-album .album-info:empty {
  display: none;
}
.wt-single-album .panel-heading input#title {
  line-height: normal;
  max-width: fit-content;
}
.wt-single-album #savebutton {
  display: inline-block;
  margin-top: 20px;
  margin-left: 0;
}
.wt-single-album #upload_container .panel-heading ul li a {
  padding: 4px 10px 6px;
}
.wt-single-album #upload_container .panel-heading ul li:first-child a {
  padding: 10px;
}
.wt-album-single-photo .panel-body {
  position: relative;
}
.wt-album-single-photo .col-sm-offset-1 {
  margin: 0;
  width: 100%;
  text-align: center;
  position: static;
}
.wt-album-single-photo .col-sm-offset-1 + .col-sm-offset-1 {
  margin-top: 20px;
}
.wt-album-single-photo .text-block.col-sm-10 {
  width: 100%;
}
.wt-album-single-photo .panel-menu {
  width: 100%;
  position: static;
}
.wt-album-single-photo .panel-pagination {
  float: none !important;
}
#body-wrapper .wt-album-single-photo .panel-pagination {
  display: block !important;
}
.wt-album-single-photo .pagination-previous-page,
.wt-album-single-photo .pagination-next-page {
  position: absolute;
  width: 34px;
  background: #0e0c17;
  border-radius: 100% !important;
  top: calc(50% - 58px);
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wt-album-single-photo .pagination-previous-page {
  left: 10px;
}
#body-wrapper .wt-album-single-photo .pagination-previous-page:before {
  left: -0.5px;
}
.wt-album-single-photo .pagination-next-page {
  right: 10px;
}
#body-wrapper .wt-album-single-photo .pagination-next-page:before {
  left: 1.5px;
}
.wt-album-single-photo a.page-numbers {
  pointer-events: none;
  background: none !important;
  border: none;
  font-weight: bold;
}
.container#container .panel-body#description {
  padding: 0;
}
.container#container .panel-body#description #album_desc,
.container#container .panel-body#description .form-group {
  margin-bottom: 40px;
}
.container#container .panel-body#description .form-group:last-child {
  margin-bottom: 0;
}
#addphotos_popup #album_title {
  font-size: 18px;
}
#addphotos_popup .captionArea {
  padding: 2px;
  font-size: 12px;
  height: 40px !important;
}
#addphotos_popup ul#attachPhotos {
  float: left;
  width: 100%;
}
#addphotos_popup ul#attachPhotos > li {
  float: left;
  margin-right: 40px;
  margin-top: 40px;
  text-align: left;
}
#addphotos_popup ul#attachPhotos > li > a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
  color: inherit;
}
#addphotos_popup ul#attachPhotos > li > a + .text-muted {
  opacity: 0.5;
  font-style: italic;
  font-size: 12px;
}
#addphotos_popup ul#attachPhotos > li {
  margin-right: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  #addphotos_popup ul#attachPhotos > li {
    width: calc(20% - 16px);
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(1),
  #addphotos_popup ul#attachPhotos > li:nth-child(2),
  #addphotos_popup ul#attachPhotos > li:nth-child(3),
  #addphotos_popup ul#attachPhotos > li:nth-child(4),
  #addphotos_popup ul#attachPhotos > li:nth-child(5),
  #addphotos_popup ul#attachPhotos > li:nth-child(6),
  #addphotos_popup ul#attachPhotos > li:nth-child(7),
  #addphotos_popup ul#attachPhotos > li:nth-child(8),
  #addphotos_popup ul#attachPhotos > li:nth-child(9),
  #addphotos_popup ul#attachPhotos > li:nth-child(10) {
    margin-top: 0;
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(10n - 1),
  #addphotos_popup ul#attachPhotos > li:nth-child(10n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #addphotos_popup ul#attachPhotos > li {
    width: calc(33.33% - 13.5px);
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(1),
  #addphotos_popup ul#attachPhotos > li:nth-child(2),
  #addphotos_popup ul#attachPhotos > li:nth-child(3),
  #addphotos_popup ul#attachPhotos > li:nth-child(4),
  #addphotos_popup ul#attachPhotos > li:nth-child(5),
  #addphotos_popup ul#attachPhotos > li:nth-child(6) {
    margin-top: 0;
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(6n - 1),
  #addphotos_popup ul#attachPhotos > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #addphotos_popup ul#attachPhotos > li {
    width: calc(33.33% - 13.5px);
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(1),
  #addphotos_popup ul#attachPhotos > li:nth-child(2),
  #addphotos_popup ul#attachPhotos > li:nth-child(3),
  #addphotos_popup ul#attachPhotos > li:nth-child(4),
  #addphotos_popup ul#attachPhotos > li:nth-child(5),
  #addphotos_popup ul#attachPhotos > li:nth-child(6) {
    margin-top: 0;
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(6n - 1),
  #addphotos_popup ul#attachPhotos > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
  #addphotos_popup ul#attachPhotos > li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-top: 10px;
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(1),
  #addphotos_popup ul#attachPhotos > li:nth-child(2),
  #addphotos_popup ul#attachPhotos > li:nth-child(3),
  #addphotos_popup ul#attachPhotos > li:nth-child(4) {
    margin-top: 0;
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(4n - 1),
  #addphotos_popup ul#attachPhotos > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #addphotos_popup ul#attachPhotos > li {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  #addphotos_popup ul#attachPhotos > li:nth-child(1),
  #addphotos_popup ul#attachPhotos > li:nth-child(2) {
    margin-top: 0;
  }
}
#addphotos_popup ul#attachPhotos > li:not(.album_image) {
  display: flex;
  align-items: center;
}
#addphotos_popup ul#attachPhotos > li:not(.album_image) .progress {
  flex: 1 100%;
  margin-bottom: 0;
}
#addphotos_popup ul#attachPhotos > li:not(.album_image):after {
  content: "";
  float: left;
  padding-top: calc(75% - -80px);
}
#addphotos_popup .albums > li.album_image {
  display: none;
}
#addphotos_popup .albums > li[id^="progress_o_"][style*="display: none"] + .album_image {
  display: block;
}
#addphotos_popup .uploading-photos {
  position: absolute;
  left: 0;
  right: 0;
  margin: 8px auto 0;
}
#addphotos_popup .uploading-photos > .progress {
  width: auto;
  flex: 1;
  overflow: hidden;
}
#addphotos_popup .uploading-photos #upload_cancel > a {
  width: auto;
}
@media only screen and (max-width: 767px) {
  #addphotos_popup .modal-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #addphotos_popup .modal-footer .uploading-photos {
    order: 1;
    flex: 100%;
    position: static;
  }
  #addphotos_popup .modal-footer .uploading-photos .progress {
    width: calc(100% - 60px);
  }
  #addphotos_popup .modal-footer .pull-left {
    order: 2;
  }
  #addphotos_popup .modal-footer .pull-right {
    order: 3;
  }
}
.highlighted-keyword {
  background-color: rgba(251, 246, 167, 0.5);
}
@media only screen and (max-width: 767px) {
  .wt-search-result #feed-main .col-xs-12 .pull-left {
    float: none !important;
  }
  .wt-search-result .post-author {
    position: absolute;
    width: 50px !important;
  }
  .wt-search-result .post-body-author {
    display: block;
    padding-left: 60px;
  }
  .wt-search-result .post-body .post-date {
    padding-left: 60px;
  }
}
.wt-search-result .panel-body {
  padding: 0;
}
.wt-search-result .panel-menu > .dropdown {
  margin-bottom: 10px;
}
.wt-search-result .panel-menu > .dropdown > .dropdown-toggle {
  font-size: 0;
}
.wt-search-result .panel-menu > .dropdown > .dropdown-toggle span[data-i18n] {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.wt-search-result #threadsResult #search_suggestions .search_suggestions_text,
.wt-search-result #posts #search_suggestions .search_suggestions_text {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .wt-search-result .post-body .post-body-author a {
    padding-right: 25px;
    display: block;
  }
}
.wt-search-result #feed-main > .col-xs-12 {
  background: none;
  box-shadow: none;
  border: none;
  padding: 20px;
  border-bottom: 1px solid #26213f;
}
.wt-search-result #feed-main > .col-xs-12 .post-body {
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
}
.wt-search-result #feed-main > .col-xs-12 .post-body div.cleared {
  width: auto;
}
.wt-search-result .reply-count i:before {
  padding-left: 0;
  padding-right: 5px;
  margin-left: 10px;
}
.wt-search-result .topic-icons i:before {
  padding: 0;
}
.wt-search-result .topics-list .topic-row-heading {
  transform: translateY(-29px);
  margin: 0 0 -20px;
  pointer-events: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: 0 20px;
}
.wt-search-result .topics-list .topic-row-heading li {
  pointer-events: auto;
}
.wt-search-result .topics-list .topic-row-heading > li:first-child {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .wt-search-result #posts-list form .panel-menu {
    display: inline-block;
    float: right;
  }
}
.wt-search-result .btn-uppercase .caret {
  margin-top: 2px;
}
.wt-search-result #feed-main .post-edit,
#posts #feed-main .post-edit {
  display: flex;
  align-items: center;
}
.wt-search-result #feed-main .post-edit a[id^="posttoggle_"],
#posts #feed-main .post-edit a[id^="posttoggle_"] {
  font-size: 14px;
}
.wt-event .wt-event-detail {
  width: 100%;
}
.wt-event .calendar-daydetail {
  background-color: #161324;
  border: 1px solid #26213f;
  padding: 20px;
  float: left;
  width: 100%;
}
#body-wrapper .wt-event .calendar-daydetail .event-description img.bbc_img {
  margin-top: 5px;
}
.wt-event .post-body {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.calendar-day-wrapper .calendar-daydetail .post-edit {
  margin-bottom: -25px;
  z-index: 9;
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper {
  width: calc(100% - 50px) !important;
}
@media only screen and (max-width: 767px) {
  .calendar-day-wrapper .calendar-daydetail .post-body-wrapper {
    float: right;
  }
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper > h3 {
  padding-right: 30px;
  font-size: 16px;
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper > h3 strong {
  line-height: normal;
  font-weight: normal;
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper > h3 a {
  vertical-align: top;
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper #eventMessage {
  margin-top: 3px;
}
.calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger {
  background: rgba(217, 83, 79, 0.25);
  padding: 10px;
  border-radius: 5px;
}
.calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger > small.glyphicon-info-sign {
  font-size: 100%;
}
.calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger > small.glyphicon-info-sign:before {
  padding: 0 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger {
    width: 100%;
  }
  .calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger + form .dropdown-toggle {
    margin-top: 10px;
  }
}
.calendar-day-wrapper .calendar-daydetail .event-footer .dropdown-toggle {
  margin: 0;
  border: 0;
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #26213f;
  color: inherit;
  background-color: #221d39;
}
.calendar-day-wrapper .calendar-daydetail .event-footer .dropdown-toggle:hover {
  background-color: #1e1a32;
}
.calendar-day-wrapper .calendar-daydetail .event-footer .dropdown-menu {
  bottom: 100%;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .calendar-day-wrapper .calendar-daydetail .post-author {
    padding: 0;
    margin: 0;
    border: none;
  }
  .calendar-day-wrapper .calendar-daydetail .post-author > .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .calendar-day-wrapper .calendar-daydetail .post-body-wrapper > h3 {
    min-height: 50px;
    padding-left: 10px;
    display: flex;
    align-items: center;
  }
  .calendar-day-wrapper .calendar-daydetail .post-body-wrapper > h3 + .post-date {
    margin-left: -50px;
  }
}
.calendar-day-wrapper .post-date .display_name {
  margin-right: 10px;
}
#events_list .post-date,
.calendar-day-wrapper .post-date {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 5px;
}
#events_list .post-date > span[data-i18n]:first-child,
.calendar-day-wrapper .post-date > span[data-i18n]:first-child {
  display: none;
}
#events_list .post-date .display_name,
.calendar-day-wrapper .post-date .display_name {
  order: 1;
}
#events_list .post-date .display_name + .text-muted,
.calendar-day-wrapper .post-date .display_name + .text-muted {
  order: 3;
  flex: 1 100%;
}
#events_list .post-date .display_name + span[data-i18n],
.calendar-day-wrapper .post-date .display_name + span[data-i18n] {
  display: none;
}
#events_list .post-date .display_name:not(.popover .display_name):before,
.calendar-day-wrapper .post-date .display_name:not(.popover .display_name):before {
  padding-left: 0;
  font-size: 80%;
  top: -1px;
}
#events_list .post-date .text-muted.text-block,
.calendar-day-wrapper .post-date .text-muted.text-block {
  order: 2;
  margin-right: 20px;
}
#events_list .post-date .text-muted.text-block + .text-muted.text-block,
.calendar-day-wrapper .post-date .text-muted.text-block + .text-muted.text-block {
  width: 100%;
  margin-top: 3px;
}
#events_list .post-date small,
.calendar-day-wrapper .post-date small {
  font-size: inherit;
}
#events_list .post-date .glyphicon-calendar:before,
.calendar-day-wrapper .post-date .glyphicon-calendar:before {
  padding-left: 0;
  padding-right: 7px;
}
#events_list .post-date a.wt-calendar-name,
.calendar-day-wrapper .post-date a.wt-calendar-name {
  order: 3;
}
#events_list .post-date a.wt-calendar-name:before,
.calendar-day-wrapper .post-date a.wt-calendar-name:before {
  padding-left: 0;
}
#events_list .post-date a.wt-calendar-name + span[data-i18n],
.calendar-day-wrapper .post-date a.wt-calendar-name + span[data-i18n] {
  display: none;
}
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2),
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2) + .pull-left {
  position: relative;
}
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2):before,
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2) + .pull-left:before {
  position: absolute;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
}
#PostCalEvent > .form-group > div.col-sm-2:nth-last-child(2):before {
  content: '\e801';
}
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2) + div:before {
  content: '\e837';
}
#PostCalEvent #cal_time_offset + .dropdownjs li {
  white-space: normal;
  line-height: 22px;
}
#PostCalEvent div > label .circle {
  margin-top: 0;
}
.wt-post-search #customdates {
  margin-left: 16.66666667%;
}
@media only screen and (max-width: 767px) {
  .wt-post-search #customdates {
    margin-left: 0;
  }
}
.wt-post-search .form-group:nth-last-of-type(2),
.wt-post-search .form-group:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wt-post-search .wt-topic-tag-search-field .checkbox > label {
  margin-top: 10px;
}
.wt-post-search .wt-topic-tag-search-field .checkbox-material {
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .wt-post-search .form-group:nth-last-of-type(2) .col-xs-offset-4.col-xs-3 {
    margin-left: 0;
    width: 100%;
  }
}
#body-wrapper .wt-post-search .wt-category-dropdown {
  top: 34px;
  z-index: 100000;
}
.wt-post-search .tokenfield.form-control {
  height: auto;
}
.wt-post-search .input-group.col-xs-2 .input-group-addon {
  padding-left: 5px;
  line-height: 0px;
}
.wt-post-search #Display_Topics_Posts ~ .form-group .col-xs-3 input.btn-primary {
  margin-top: 20px;
}
.wt-member-search #usergroupPattern ~ .dropdownjs {
  margin-bottom: 10px;
}
.wt-member-search #usergroupPattern ~ .col-sm-12 {
  display: block;
}
.wt-member-search .form-group:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wt-ignore-users .panel-title {
  width: 100%;
}
.wt-ignore-users #ignore-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
}
.wt-ignore-users #ignore-box > .btn {
  float: right !important;
  height: 35px;
}
.wt-ignore-users #ignore-box .tt-dropdown-menu {
  min-width: 195px !important;
}
.wt-ignore-users .ignore-list > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.wt-ignore-users .ignore-list > ul > li {
  background-color: #161324;
  border: 1px solid #26213f;
  padding: 20px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .wt-ignore-users .ignore-list > ul > li {
    width: calc(25% - 11.25px);
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(1),
  .wt-ignore-users .ignore-list > ul > li:nth-child(2),
  .wt-ignore-users .ignore-list > ul > li:nth-child(3),
  .wt-ignore-users .ignore-list > ul > li:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .wt-ignore-users .ignore-list > ul > li {
    width: calc(33.33% - 10px);
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(1),
  .wt-ignore-users .ignore-list > ul > li:nth-child(2),
  .wt-ignore-users .ignore-list > ul > li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .wt-ignore-users .ignore-list > ul > li {
    width: calc(50% - 7.5px);
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(1),
  .wt-ignore-users .ignore-list > ul > li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-ignore-users .ignore-list > ul > li {
    width: 100%;
    margin-right: 0;
  }
}
.wt-ignore-users .ignore-list > ul .left-side {
  float: left;
}
.wt-ignore-users .ignore-list > ul .right-side {
  float: left;
  width: calc(100% - 76px);
}
.wt-ignore-users .ignore-list > ul .right-side > .username {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 150px;
}
.wt-ignore-users .ignore-list > ul .right-side > .display_name > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.wt-ignore-users .ignore-list > ul .left-side > .checkbox {
  margin: 6px 0 0 0;
  float: left;
}
.wt-ignore-users .ignore-list > ul > li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .wt-ignore-users .ignore-list > ul > li {
    margin: 10px 0 0;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(1) {
    margin: 0;
  }
}
.wt-followed-topics .panel-body {
  padding: 0;
}
.wt-followed-topics .topic-row-heading {
  transform: translateY(-22px);
  margin: 0 0 -20px;
}
.wt-followed-topics .topic-row-heading > li:first-child {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.wt-followed-topics .panel-heading {
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 1025px) {
  .wt-followed-topics .panel-heading {
    margin-bottom: -18px;
  }
}
.wt-followed-categories .panel-body {
  padding: 0;
}
.wt-followed-categories form.form-horizontal > .form-group:first-of-type {
  display: none !important;
}
.wt-followed-categories .category-row-heading {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  background: none;
  border: none;
  transform: translateY(-28px);
}
.wt-followed-categories .category-row-heading > li:first-child {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .wt-followed-categories .panel-heading .checkbox {
    margin-top: 7px;
  }
  .wt-followed-categories .columns-wrapper .mod .checkbox {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-followed-categories .panel-body ul li .columns-wrapper .mod {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .wt-followed-categories .select_all_checkbox_wrapper {
    position: relative;
    z-index: 1;
  }
}
.wt-user-registration .panel-title h2 > small {
  text-transform: none;
}
.wt-user-registration .panel-title h2 > small[data-i18n="All_fields_marked"] {
  margin-top: 8px;
  line-height: normal;
}
.wt-user-registration .panel-body > form > .image-wrapper {
  clear: both;
}
.wt-user-registration .fb-registration-message + .form-group {
  margin-top: 40px;
}
.wt-user-registration .form-horizontal > .form-group:nth-of-type(2):last-of-type > .text-center {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-user-registration .fb-registration-message + .hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.wt-user-registration .col-xs-offset-0.col-xs-3 {
  width: 100%;
}
.wt-user-registration #userCreateAccount div.bottom {
  z-index: 1;
}
.wt-user-registration #userCreateAccount .form-group > label.col-xs-3.control-label ~ .custom-select .pull-left > label {
  margin-top: 8px;
}
.wt-user-registration #userCreateAccount .form-group div > label .circle {
  margin-right: 8px;
}
.wt-user-registration #userCreateAccount .custom-select > .pull-left > label > .circle {
  position: absolute;
  top: 1px;
  left: 0;
}
.wt-user-registration #userAvailStatus {
  display: block;
}
.wt-user-registration .custom-select > .pull-left > label {
  padding-left: 26px;
  position: relative;
}
.wt-user-registration .custom-select > .pull-left > label > .checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
.wt-user-registration .panel-body .header-msg-alert {
  margin-bottom: 10px;
}
.wt-facebook-connect .panel-body > .image-wrapper:first-child {
  margin-top: 20px;
}
.wt-facebook-connect .panel-body > .image-wrapper ~ hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wt-edit-profile .col-xs-offset-0.col-xs-3 {
  width: 100%;
}
.wt-edit-profile .col-xs-offset-0.col-xs-3 .checkbox > label > .checkbox-material {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .wt-edit-profile #usrName {
    max-width: calc(100% - 16.66% - 440px);
  }
}
.wt-edit-profile .panel-body .header-msg-alert {
  margin-bottom: 0;
}
#userEditAccount .custom-select > .pull-left > label,
#userCreateAccount .custom-select > .pull-left > label {
  padding-left: 26px;
  position: relative;
}
#userEditAccount .custom-select > .pull-left > label > .checkbox,
#userCreateAccount .custom-select > .pull-left > label > .checkbox {
  position: absolute;
  top: 0;
  left: 0;
}
#userEditAccount .custom-select > .pull-left > label > .circle,
#userCreateAccount .custom-select > .pull-left > label > .circle {
  position: absolute;
  top: 1px;
  left: 0;
}
#mail-body {
  background-color: #0e0c17 !important;
  padding: 30px 5px !important;
  margin: 0px !important;
}
#mail-body table {
  border-collapse: unset !important;
}
#mail-body table tr td,
#mail-body table tr th {
  color: rgba(255, 255, 255, 0.7) !important;
}
#mail-body #mail-table,
#mail-body .mail-table-followed {
  background-color: #161324 !important;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15) !important;
  border-color: #26213f !important;
}
@media screen and (max-width: 767px) {
  #mail-body #mail-table,
  #mail-body .mail-table-followed {
    padding: 15px !important;
  }
}
#mail-body .mail-footer,
#mail-body .mail-footer span,
#mail-body .mail-footer-sec,
#mail-body .mail-footer-sec span {
  color: rgba(255, 255, 255, 0.6) !important;
}
#mail-body .followed-table td,
#mail-body .followed-table td span,
#mail-body .followed-table ~ tr td,
#mail-body .followed-table .followed-title span {
  color: rgba(255, 255, 255, 0.6) !important;
}
#mail-body .mail-button,
#mail-body .button-outer {
  color: #fff !important;
  background-color: #9ac1f7 !important;
  border-color: #c9defb !important;
  width: 100% !important;
}
#mail-body .mail-button:hover,
#mail-body .button-outer:hover,
#mail-body .mail-button:focus,
#mail-body .button-outer:focus,
#mail-body .mail-button:active,
#mail-body .button-outer:active,
#mail-body .mail-button.active,
#mail-body .button-outer.active,
.open > .dropdown-toggle#mail-body .mail-button,
.open > .dropdown-toggle#mail-body .button-outer {
  color: #fff !important;
  background-color: #91bbf6 !important;
  border-color: #c0d8fa !important;
}
#mail-body .mail-button:active,
#mail-body .button-outer:active,
#mail-body .mail-button.active,
#mail-body .button-outer.active,
.open > .dropdown-toggle#mail-body .mail-button,
.open > .dropdown-toggle#mail-body .button-outer {
  background-image: none !important;
}
#mail-body .mail-button.disabled,
#mail-body .button-outer.disabled,
#mail-body .mail-button[disabled],
#mail-body .button-outer[disabled],
fieldset[disabled] #mail-body .mail-button,
fieldset[disabled] #mail-body .button-outer,
#mail-body .mail-button.disabled:hover,
#mail-body .button-outer.disabled:hover,
#mail-body .mail-button[disabled]:hover,
#mail-body .button-outer[disabled]:hover,
fieldset[disabled] #mail-body .mail-button:hover,
fieldset[disabled] #mail-body .button-outer:hover,
#mail-body .mail-button.disabled:focus,
#mail-body .button-outer.disabled:focus,
#mail-body .mail-button[disabled]:focus,
#mail-body .button-outer[disabled]:focus,
fieldset[disabled] #mail-body .mail-button:focus,
fieldset[disabled] #mail-body .button-outer:focus,
#mail-body .mail-button.disabled:active,
#mail-body .button-outer.disabled:active,
#mail-body .mail-button[disabled]:active,
#mail-body .button-outer[disabled]:active,
fieldset[disabled] #mail-body .mail-button:active,
fieldset[disabled] #mail-body .button-outer:active,
#mail-body .mail-button.disabled.active,
#mail-body .button-outer.disabled.active,
#mail-body .mail-button[disabled].active,
#mail-body .button-outer[disabled].active,
fieldset[disabled] #mail-body .mail-button.active,
fieldset[disabled] #mail-body .button-outer.active {
  background-color: #9ac1f7 !important;
  border-color: #c9defb !important;
}
#mail-body .mail-button .badge,
#mail-body .button-outer .badge {
  color: #9ac1f7 !important;
  background-color: #fff !important;
}
@media screen and (min-width: 768px) {
  #mail-body .mail-button,
  #mail-body .button-outer {
    width: 650px !important;
  }
}
#mail-body a,
#mail-body #wt-subject,
#mail-body .event-heading {
  color: #9ac1f7 !important;
}
#mail-body #mail-title {
  margin-bottom: 20px !important;
  display: block !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
#mail-body #mail-title span {
  color: rgba(255, 255, 255, 0.9) !important;
}
#mail-body span,
#mail-body .quote-from a.originalPost {
  color: rgba(255, 255, 255, 0.7) !important;
}
#mail-body td.mail-text-color span,
#mail-body .mail-footer span,
#mail-body span.mail-footer,
#mail-body td.mail-quoted span {
  color: unset !important;
}
#mail-body td.mail-text-color span,
#mail-body td.mail-quoted span {
  color: rgba(255, 255, 255, 0.7) !important;
}
#mail-body .mail-bottom {
  border-color: #26213f !important;
}
#mail-body .mail-footer-sec {
  padding: 25px 0 !important;
}
#mail-body .mail-footer-tbl {
  margin-top: 24px !important;
  margin-bottom: 14px !important;
}
@media screen and (max-width: 767px) {
  #mail-body .mail-footer-tbl {
    margin: 10px 0 !important;
  }
}
#mail-body .mail-footer {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  #mail-body .mail-footer {
    padding-bottom: 0px !important;
  }
}
#mail-body .bbc_img {
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
  padding: 0;
}
#mail-body .wt-post-email,
#mail-body .email-body-wrap,
#mail-body .wt-pm-email {
  display: block !important;
}
#mail-body .mail-quoted > div,
#mail-body .mail-text-color > div {
  border-left-color: #26213f !important;
}
#mail-body .mail-quoted pre,
#mail-body .mail-text-color pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #777777;
  border-radius: 5px;
  max-width: 650px;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  box-sizing: border-box;
}
#mail-body .mail-sign-border {
  border-top-color: rgba(255, 255, 255, 0.9) !important;
}
#mail-body .mail-file-td {
  background: rgba(154, 193, 247, 0.1) !important;
}
@media screen and (max-width: 767px) {
  #mail-body .mail-file-td {
    width: 100% !important;
  }
}
#mail-body .mail-file-td td {
  color: rgba(255, 255, 255, 0.7) !important;
}
#changePostOwnershipForm #changeOwnerErrorMessage + .form-group {
  display: none;
}
#changePostOwnershipForm #changeOwnerErrorMessage + .form-group + .form-group {
  margin-bottom: 0;
}
#changePostOwnershipForm label[for=postOwner].control-label {
  font-weight: normal;
  width: 100%;
  text-align: left;
  padding-top: 0;
  padding-right: 0;
}
#changePostOwnershipForm label[for=postOwner].control-label + .col-sm-9 {
  margin-bottom: 20px !important;
}
#changePostOwnershipForm label[for=postOwner].control-label + .col-sm-9 > #postOwnerSection > .twitter-typeahead {
  margin-top: 5px;
}
#changePostOwnershipForm label[for=postOwner].control-label ~ .col-sm-9 {
  width: 100%;
  margin-bottom: 0;
}
#changePostOwnershipForm label[for=postOwner].control-label ~ .col-sm-9 #changePostOwnershipBtn {
  float: right;
}
#changePostOwnershipForm label[for=postOwner].control-label ~ .col-sm-9 #changePostOwnershipBtn .glyphicon-user {
  margin-right: 5px;
}
.post-author .author-info .wt-member-title img {
  width: 100%;
  max-width: 100px;
}
.post-body-content blockquote {
  margin-bottom: 20px;
}
.post-body-content > span > div span a {
  color: inherit;
}
.post-body-content span:has(div a > img) > ul.post-attachments,
.post-body-content:has(span div a > img) > ul.post-attachments {
  margin-top: 20px;
}
.post-body-content iframe {
  max-width: 100%;
}
.message-entry .post-body-content > div span a,
#feed-main .post-body-content > div span a,
.sign-container > div span a,
#announcementContent > div span a,
.post-signature > div span a {
  color: inherit;
}
.wt-post-listing .post-options a[id^="reply_with_quote_"] {
  font-size: 13px;
}
.wt-post-listing .post-options a[id^="reply_with_quote_"] + div.tooltip {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .wt-body .first-post .post-body .post-body-author {
    display: none !important;
  }
}
.wt-body .secondary-header-wrapper .sticky-header .category-of-topic .tooltip-inner a {
  white-space: normal;
}
.wt-body #body-wrapper #posts-list .number-of-posts {
  display: none;
}
#body-wrapper img.bbc_img {
  padding: 0;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #body-wrapper #PostCalEvent label.col-md-2 {
    width: 16.66666667%;
  }
  #body-wrapper #PostCalEvent #g-recaptcha {
    float: right;
    width: 83.33333333%;
  }
}
#body-wrapper .inline_edit_textbox {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#notificationsList #notifications-wrapper .user-nav-list > a,
#notificationsList #notifications-wrapper .user-nav-list > span {
  overflow: visible;
}
#notificationsList #notifications-wrapper .user-nav-list > a small.conversation-tagged,
#notificationsList #notifications-wrapper .user-nav-list > span small.conversation-tagged {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #notificationsList #notifications-wrapper .user-nav-list > a small.conversation-tagged,
  #notificationsList #notifications-wrapper .user-nav-list > span small.conversation-tagged {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #notificationsList #notifications-wrapper .user-nav-list > a .notifContentWrapper,
  #notificationsList #notifications-wrapper .user-nav-list > span .notifContentWrapper {
    width: calc(100% - 65px - 10px);
  }
}
.quoted + .quoted {
  margin-top: -20px;
  padding-top: 10px;
}
#usernameFieldDescription,
#inputemail + span.small.text-block,
#inputpassword ~ span {
  margin: 5px 10px 0 10px;
  display: inherit;
  cursor: default;
  font-size: 12px;
}
.custom-footer-item,
#language-selector,
#onlineUsersPopover {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .custom-footer-item,
  #language-selector,
  #onlineUsersPopover {
    margin-right: 10px !important;
    padding: 2px 0;
    display: inline-block;
    float: none !important;
  }
}
.mce-menu {
  min-width: unset !important;
}
.main-container .alert.alert-info ul:not(.dropdown-menu),
.main-container #rules_box ul:not(.dropdown-menu),
.main-container #announcementContent ul:not(.dropdown-menu),
.main-container .custom-home ul:not(.dropdown-menu),
.main-container #prefooter ul:not(.dropdown-menu),
.main-container .wt-custom-page ul:not(.dropdown-menu),
.main-container #postheader ul:not(.dropdown-menu) {
  list-style: unset;
}
.main-container .alert.alert-info ul:not(.dropdown-menu),
.main-container #rules_box ul:not(.dropdown-menu),
.main-container #announcementContent ul:not(.dropdown-menu),
.main-container .custom-home ul:not(.dropdown-menu),
.main-container #prefooter ul:not(.dropdown-menu),
.main-container .wt-custom-page ul:not(.dropdown-menu),
.main-container #postheader ul:not(.dropdown-menu),
.main-container .alert.alert-info ol:not(.dropdown-menu),
.main-container #rules_box ol:not(.dropdown-menu),
.main-container #announcementContent ol:not(.dropdown-menu),
.main-container .custom-home ol:not(.dropdown-menu),
.main-container #prefooter ol:not(.dropdown-menu),
.main-container .wt-custom-page ol:not(.dropdown-menu),
.main-container #postheader ol:not(.dropdown-menu) {
  padding-left: 15px;
}
.main-container .alert.alert-info p,
.main-container #rules_box p,
.main-container #announcementContent p,
.main-container .custom-home p,
.main-container #prefooter p,
.main-container .wt-custom-page p,
.main-container #postheader p {
  margin-bottom: 10px;
}
.main-container #show_current_conversation .alert.alert-info ul:not(.dropdown-menu),
.main-container #show_current_conversation .alert.alert-info ol:not(.dropdown-menu) {
  list-style: none;
  padding-left: 0;
}
#prefooter {
  padding-top: 20px;
}
#spam_post_container {
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0 10px;
}
#spam_post_container svg {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.mobile-notification-section .QR-img-container {
  display: flex;
  align-items: center;
}
.mobile-notification-section .QR-img-container.btn-default {
  background-color: transparent;
  border: none;
}
.mobile-notification-section .QR-img-container .QR-img-wrapper {
  display: inline-block;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  width: 100px;
  height: 100px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.mobile-notification-section .QR-img-container .QR-img-wrapper .QR-img {
  background-image: url(/images/QR_code.png);
  background-size: contain;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile-notification-section .QR-img-container .QR-text {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .mobile-notification-section .QR-img-container {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-notification-section .download-btn-container.btn-default {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .mobile-notification-section .download-btn-container {
    display: block !important;
  }
  .mobile-notification-section .download-btn-container.btn-default {
    background-color: transparent;
    border: none;
  }
  .mobile-notification-section .download-btn-container #androidApp {
    margin-left: -10px;
  }
  .mobile-notification-section .download-btn-container #iphoneApp {
    margin-top: 10px;
  }
}
#change_user_title {
  position: relative;
}
#change_user_title small.glyphicon-pencil:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.tooltipText {
  min-width: 90px;
  background-color: #222222;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1034;
  cursor: pointer;
  display: none;
}
.tooltipText.top:after,
.tooltipText.bottom:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222222;
  border-style: solid;
  color: transparent;
}
.tooltipText.bottom:after {
  top: -5px;
  rotate: 180deg;
}
.tooltipText.showTooltip {
  display: block;
}
.code-box {
  position: relative;
}
.code-box > .copy-code {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.code-box > .copy-code:hover {
  box-shadow: 0.5px 0.5px 6px rgba(0, 0, 0, 0.4);
  top: 12px;
}
.messages #show_current_conversation #all_conversation_messages .code-box > .copy-code,
#user_signature .code-box > .copy-code {
  top: 5px;
  right: 5px;
}
.messages #show_current_conversation #all_conversation_messages .code-box > .copy-code:hover,
#user_signature .code-box > .copy-code:hover {
  top: 7px;
}
.code-box > .copy-code .icon-copy-code {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code-box > .copy-code .icon-copy-code:before {
  padding: 0;
  line-height: normal;
}
/* To show the line numbers in the code blocks */
.code-box ol.linenums li {
  list-style-type: none !important;
  margin-bottom: 6px;
  counter-increment: line;
  position: relative;
}
.code-box ol.linenums li:before {
  content: counter(line);
  position: absolute;
  left: -40px;
}
body.wt-post-listing .rte-autocomplete.dropdown-menu {
  margin-left: -10px;
}
.wt-body .rte-autocomplete.dropdown-menu {
  -webkit-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.2), 0 0.2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.2), 0 0.2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, 0.2), 0 0.2px 2px 0 rgba(0, 0, 0, 0.2);
}
#body-wrapper .markedAsread {
  color: inherit;
}
#body-wrapper .markedAsread:hover {
  color: inherit;
}
#body-wrapper .markedAsread .icon-sweep:before,
#body-wrapper .markedAsread .glyphicon-ok:before {
  opacity: 0.3;
}
@media (max-width: 500px) {
  div[id^="insertimagemodal"] .form-group.pull-left span.text-muted.bd-wrapper {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.quote.icon-reply-quote {
  display: inline-block;
}
.wt-body #uploadAvatar .moxie-shim {
  z-index: 0 !important;
}
.datepicker-dropdown.datepicker-orient-top {
  z-index: 9999 !important;
}
#languageDropdown {
  z-index: 1363;
}
.wt-body .btn {
  outline: none !important;
}
#topics .topics-list .panel-body > ul > li [id^="post_message_"].preview-cut,
#topics .topics-list .panel-body > ul > li [id^="post_message_"] .preview-cut.quoted,
#feed-main > .col-xs-12 .post-body-wrapper .post-body-content.preview-cut,
#feed-main > .col-xs-12 .post-body-wrapper .post-body-content .quoted {
  margin-bottom: 20px;
}
#posts-list .post-body [id^="post_message_"] .preview-cut.quoted {
  margin-bottom: 30px;
}
#posts-list .post-body [id^="post_message_"] .quoted + div {
  margin-top: 20px;
}
#bootstrap_close_source_code,
#bootstrap_close_insert_code,
#bootstrap_close_insert_link,
#bootstrap_close_insert_image_dialog {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .wt-body .secondary-header-wrapper .topic-tools {
    display: flex;
    flex-wrap: wrap;
  }
  .wt-body .secondary-header-wrapper .topic-tools .btn {
    text-wrap: wrap;
  }
}
.wt-body .secondary-header-wrapper #manageTags + .tooltip.fade.top {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .share-panel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#user_login #anchor_tab_forget_password,
#form-dialog #anchor_tab_forget_password {
  outline: none;
}
#url input#web_image_url {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#userCreateAccount .input-text > label .single_line {
  max-width: calc(100% - 30px);
  float: right;
  text-align: left;
}
#page-slide-panel {
  display: none !important;
}
#body-wrapper .user-nav-list.noNotification {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  text-align: center;
}
#body-wrapper #noNotification-img {
  width: 170px;
  height: 170px;
  margin-bottom: 20px;
  transform: scaleX(-1);
  opacity: 0.9;
}
#body-wrapper #noNotification-img .path1 {
  fill: #c9defb;
}
#body-wrapper #noNotification-img .path2 {
  fill: #9ac1f7;
}
#body-wrapper #noNotification-img .path3 {
  fill: #79adf4;
}
#body-wrapper #noNotification-img + h4 {
  font-weight: bold;
}
#body-wrapper #noNotification-img + h4 + p {
  line-height: 1.5;
  opacity: 0.8 !important;
}
#body-wrapper #notificationsList .panel-body > ul:has(.noNotification) {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #body-wrapper #notificationsList .noNotification {
    width: 60%;
  }
  #body-wrapper #notificationsList .noNotification #noNotification-img {
    width: 220px;
    height: 220px;
    margin-bottom: 30px;
  }
  #body-wrapper #notificationsList .noNotification #noNotification-img + h4 {
    font-size: 22px;
  }
  #body-wrapper #notificationsList .noNotification #noNotification-img + h4 + p {
    padding: 15px;
    font-size: 16px;
  }
}
#notification_menu .dropdown-header {
  border-bottom: 1px solid #26213f;
}
.email-section .control-label .tooltip > .tooltip-inner {
  width: 200px;
}
.topic-filter-container {
  list-style-type: none;
}
.topic-filter-container > ul.dropdown-menu {
  overflow: visible;
}
.topic-filter-container > ul.dropdown-menu.subtle-filter:hover {
  display: block !important;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .topic-filter-container > .dropdown-toggle {
    display: none !important;
  }
  .topic-filter-container > ul.dropdown-menu {
    display: block !important;
    position: static;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
  }
  .topic-filter-container > ul.dropdown-menu > li {
    clear: none;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .topic-filter-container {
    margin: 0;
  }
  .topic-filter-container .dropdown-menu {
    min-width: auto !important;
  }
  .topic-filter-container .dropdown-menu:hover {
    display: block !important;
  }
  .topic-filter-container .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 10px;
  }
  .topic-filter-container .dropdown-menu.subtle-filter .dropdown > a.dropdown-toggle > span.caret {
    display: none !important;
  }
  .topic-filter-container .dropdown-menu.subtle-filter .dropdown > a.dropdown-toggle > span:has(+ .caret) {
    display: none !important;
  }
}
.forum-list .columns-wrapper .col-xs-7 > p > a {
  position: relative;
  z-index: 1;
  text-decoration: underline;
  color: #9ac1f7;
}
.forum-list .columns-wrapper .col-xs-7 > p > a:hover {
  color: #f9fbfe;
}
.wt-body #hidden_forum #modify_forum_filter,
.wt-body .moderators #moderators-list > i.icon-shield + a {
  text-decoration: underline;
}
.wt-body .ads-wrapper-left + .main-container .announcement-header {
  display: flex;
}
.wt-edit-profile #usrName .editable-container ~ a.change-value.change-value {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .wt-body #move_posts_form #moveExistingThread .col-sm-3.control-label {
    min-width: auto;
    padding-right: 20px;
  }
}
span#destinationTopicLink {
  display: none;
}
#moveExistingThread > .cleared.form-group {
  margin-bottom: 0;
}
#moveExistingThread .destination-topic-selection {
  margin-bottom: 20px;
}
#moveExistingThread .destination-topic-selection.selected {
  width: auto !important;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  #moveExistingThread .destination-topic-selection.selected {
    max-width: 100%;
  }
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 11px;
  border-radius: 25px;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink:hover a {
  text-decoration: underline !important;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink a {
  color: #9ac1f7;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink a:hover,
#moveExistingThread .destination-topic-selection span#destinationTopicLink a:focus,
#moveExistingThread .destination-topic-selection span#destinationTopicLink a:active,
#moveExistingThread .destination-topic-selection span#destinationTopicLink a:visited {
  color: #9ac1f7;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic {
  display: flex;
  cursor: pointer;
  margin-left: 17px;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:before {
  transform: rotate(-40deg);
}
.wt-body #moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:before {
  margin-right: -1.2px;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:after {
  transform: rotate(40deg);
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:before,
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:after {
  content: '';
  width: 1.2px;
  height: 12px;
  margin: 2px 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .wt-inbox-page.wt-embedded #PostPrivateMessageReply .mce-tinymce > div:nth-last-child(2) #pmessage_reply_ifr {
    margin-bottom: 180px;
  }
}
.mce-container-body .script_warning_message {
  order: 2;
  display: block;
  background-color: rgba(91, 192, 222, 0.25);
  border-color: rgba(91, 192, 222, 0.35);
  color: #ffffff;
  margin: 10px;
}
.mce-container-body .script_warning_message hr {
  border-top-color: rgba(70, 184, 218, 0.35);
}
.mce-container-body .script_warning_message .alert-link {
  color: #e6e6e6;
}
.reply-entry .mce-container-body .script_warning_message {
  margin: 20px 0;
}
.mce-container-body .script_warning_message > span {
  color: inherit;
  white-space: normal;
}
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel li[id^="topicRow_"] .checkbox-on-hover {
  position: absolute;
  top: 20px;
  right: 20px;
}
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel li[id^="topicRow_"] .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel [id^="post_row_"] .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel.wt-followed-categories li[id^="forum_"] .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel #feed-main .col-xs-12 .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel .files-list .col-xs-12 .checkbox-on-hover .checkbox-material {
  opacity: 0;
}
@media (hover: none) {
  body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel li[id^="topicRow_"] .checkbox-on-hover .checkbox-material,
  body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel [id^="post_row_"] .checkbox-on-hover .checkbox-material,
  body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel.wt-followed-categories li[id^="forum_"] .checkbox-on-hover .checkbox-material,
  body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel #feed-main .col-xs-12 .checkbox-on-hover .checkbox-material,
  body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel .files-list .col-xs-12 .checkbox-on-hover .checkbox-material {
    opacity: 1;
  }
}
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel li[id^="topicRow_"]:hover .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel [id^="post_row_"]:hover .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel.wt-followed-categories li[id^="forum_"]:hover .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel #feed-main .col-xs-12:hover .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel .files-list .col-xs-12:hover .checkbox-on-hover .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel li[id^="topicRow_"] .checkbox-on-hover input[type="checkbox"]:checked + .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel [id^="post_row_"] .checkbox-on-hover input[type="checkbox"]:checked + .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel.wt-followed-categories li[id^="forum_"] .checkbox-on-hover input[type="checkbox"]:checked + .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel #feed-main .col-xs-12 .checkbox-on-hover input[type="checkbox"]:checked + .checkbox-material,
body:not(.wt-body[data-theme="compact"], .wt-body[data-theme="playtime"]) .content-panel .files-list .col-xs-12 .checkbox-on-hover input[type="checkbox"]:checked + .checkbox-material {
  opacity: 1;
}
/*ai moderation link & popup design*/
.ai-moderation {
  margin: 0 0 15px 0 !important;
  width: 100% !important;
}
.ai-moderation:before {
  display: none !important;
}
.ai-moderation .ai-moderation-title {
  font-size: 15px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: normal;
  font-weight: 500;
}
.ai-moderation img {
  margin-right: 8px !important;
  max-width: 22px;
}
@media only screen and (max-width: 767px) {
  .ai-moderation img {
    margin-right: 5px;
  }
}
.ai-moderation p {
  margin-bottom: 0 !important;
}
.ai-moderation p a {
  text-decoration: underline;
}
.ai-moderation p a:hover,
.ai-moderation p a:focus,
.ai-moderation p a:visited {
  color: #f9fbfe !important;
}
.alert .close {
  position: relative;
  opacity: 0.8 !important;
}
.alert .close:hover {
  opacity: 1 !important;
}
.alert .close:before,
.alert .close:after {
  background: #ffffff !important;
  height: 12px !important;
}
#body-wrapper .wt-search-result .panel-menu-container + .alert-info b {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .wt-search-result #pending_posts .post-body-wrapper .post-date span.pull {
    display: inline;
  }
}
@media only screen and (max-width: 480px) {
  .wt-body.wt-post-listing #body-wrapper .topic-tools .dropdown-menu {
    width: 200px;
  }
  .wt-body.wt-post-listing #body-wrapper .topic-tools .dropdown-menu li a span {
    white-space: normal;
    width: 85%;
    line-height: 22px;
  }
  .wt-body.wt-post-listing #body-wrapper .topic-tools .dropdown-menu li a i {
    width: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .topic-tools:has(#moderateDropdown) {
    position: relative;
  }
  .topic-tools:has(#moderateDropdown) #moderateDropdown {
    position: unset;
  }
  .topic-tools:has(#moderateDropdown) #moderateDropdown .dropdown-menu {
    left: auto;
    right: 0;
    transform: none;
    top: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .ads-wrapper-left.container {
    display: none;
  }
}
.wt-body .mark-as-read:hover {
  background: none !important;
  color: #f9fbfe !important;
}
.wt-body .mark-as-read:hover .icon-sweep:before {
  opacity: 1;
}
.wt-body .mark-as-read.markedAsRead,
.wt-body .mark-as-read.markedAsRead .icon-sweep {
  color: #f9fbfe;
  cursor: default;
}
.wt-body .mark-as-read.markedAsRead:before,
.wt-body .mark-as-read.markedAsRead .icon-sweep:before {
  opacity: 1;
}
.wt-body #notification_menu .notification-settings:hover,
.wt-body #notificationsList .notification-settings:hover {
  background: none;
  color: #f9fbfe;
}
.wt-body #notification_menu .notification-settings:hover .glyphicon-cog,
.wt-body #notificationsList .notification-settings:hover .glyphicon-cog {
  color: #f9fbfe;
}
.readMore.preview-cut,
.quoted.preview-cut {
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 40%, transparent);
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 40%, transparent);
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.readMore.preview-cut .quote-from,
.quoted.preview-cut .quote-from,
.readMore.preview-cut .iframely-embed,
.quoted.preview-cut .iframely-embed,
.readMore.preview-cut a,
.quoted.preview-cut a,
.readMore.preview-cut iframe,
.quoted.preview-cut iframe {
  pointer-events: none;
}
.post-body-content:has(.quoted) {
  margin-top: 0;
}
.image-wrapper img,
.pagination > li > .page-numbers {
  user-select: none;
  -webkit-user-select: none;
  /* For Safari */
  -moz-user-select: none;
  /* For Firefox */
  -ms-user-select: none;
  /* For IE */
}
.wt-body #body-wrapper .thread-listing-page.sticky-header > .container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
#approval_queue .post-date #inTheCategory_ {
  margin-right: 0;
}
.edited-link {
  font-size: 12px;
  color: inherit;
}
.edited-link:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  opacity: 0.85;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
.wt-body .edited-link:before {
  margin: 0 3px 0 0;
}
#first_post .edited-link:before {
  margin-left: 4px;
}
.highlighted-keyword {
  display: inline-block;
}
.highlighted-keyword * {
  margin-right: 0.25em;
}
.highlighted-keyword *:last-child {
  margin-right: 0;
}
#body-wrapper .editor-container,
#body-wrapper #quickReplyPost .post-body,
#body-wrapper #userSignature {
  position: relative;
}
#body-wrapper textarea#pmessage_new,
#body-wrapper textarea.mceEditor {
  height: 270px !important;
  max-height: unset !important;
  width: 100% !important;
}
.wt-post-listing #body-wrapper textarea {
  height: auto !important;
}
#body-wrapper #approval_queue .post-body-content[id^="post_message_"],
#body-wrapper .post-body-content span[id^="post_message_"] {
  display: block;
}
#body-wrapper #approval_queue .post-body-content[id^="post_message_"] textarea.mceEditor,
#body-wrapper .post-body-content span[id^="post_message_"] textarea.mceEditor {
  height: 165px !important;
}
#body-wrapper #PostPrivateMessageReply textarea.mceEditor {
  height: auto !important;
  position: relative;
}
#body-wrapper #PostPrivateMessageReply textarea.mceEditor .loading {
  z-index: 1;
}
#body-wrapper #PostPrivateMessageReply #writeReply + textarea.mceEditor {
  position: absolute;
}
#body-wrapper #userSignature textarea.mceEditor {
  height: 145px !important;
}
#body-wrapper .guest-reply .editor-container:before,
#body-wrapper .guest-reply .editor-container:after {
  content: "";
  display: table;
}
#body-wrapper .guest-reply .editor-container:after {
  clear: both;
}
#body-wrapper [id^="post_message_"] .editor-container .spinner {
  top: 37.5%;
}
.header-msg-alert strong {
  font-weight: bold !important;
}
@media only screen and (max-width: 767px) {
  .footer-content > .container {
    padding: 14px 10px;
  }
}
.wt-body .poll-container .poll-results .wt-poll-progress {
  position: relative;
}
.wt-body .poll-container .poll-results .wt-poll-progress .progress {
  box-shadow: none;
  height: 30px;
  margin-bottom: 10px;
}
.wt-body .poll-container .poll-results .wt-poll-progress .progress .progress-bar {
  line-height: 30px;
  box-shadow: none;
  border-radius: 0;
  animation: load 0.5s linear 0s forwards;
}
.wt-body .poll-container .poll-results .wt-poll-progress .progress .progress-bar[aria-valuenow="0"] {
  min-width: 0;
}
.wt-body .poll-container .poll-results .wt-poll-progress .progress .poll-label {
  position: absolute;
  display: flex;
  text-indent: 0;
  padding: 0 10px;
  max-width: calc(100% - 50px);
  font-size: 14px;
  width: 100%;
}
.wt-body .poll-container .poll-results .wt-poll-progress .progress .poll-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-body .poll-container .poll-results .wt-poll-progress .progress .poll-label > span + .tooltip .tooltip-inner {
  min-width: 300px;
}
.wt-body .poll-container .poll-results .wt-poll-progress .progress .poll-label > .icon {
  font-size: 18px;
}
.wt-body .poll-container .poll-results .wt-poll-progress .vote-percent {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.wt-body .poll-container .wt-poll-info {
  font-size: 14px;
}
.wt-body .poll-container .wt-poll-dot {
  background: rgba(255, 255, 255, 0.7);
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  margin: 0px 5px;
  position: relative;
  top: -2px;
}
.wt-body .poll-container .wt-poll-dot + span {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  top: 1px;
}
.wt-body .poll-container a[href="#votersModal"] {
  color: #9ac1f7;
  display: inline-block;
}
.wt-body .poll-container a[href="#votersModal"] .wt-total-vote-count {
  font-size: 15px;
}
.wt-body .poll-container .poll-vote + .wt-poll-info {
  float: left;
  clear: both;
  margin-top: 10px;
}
@keyframes load {
  from {
    width: 0%;
  }
  to {
    width: attr(aria-valuenow);
  }
}
.wt-body {
  /* To fix the modal overlapping issue */
}
.wt-body #votersModal .modal-title i:before {
  padding-left: 0;
}
.wt-body #votersModal .modal-title i.icon-shield:before {
  padding: 0;
}
.wt-body #votersModal .modal-title#online-modal-label span.help-tooltip + .tooltip.top .tooltip-arrow {
  margin-left: -8px;
}
.wt-body #votersModal .modal-title#online-modal-label span.help-tooltip ~ span {
  margin-left: 10px;
}
.wt-body #votersModal .voted-poll-option {
  margin-bottom: 40px;
}
.wt-body #votersModal .voted-poll-option > span {
  margin: 10px 0;
  display: block;
  border: 0;
  padding: 0;
}
.wt-body #votersModal .voted-poll-option .subheading {
  color: #9ac1f7;
}
.wt-body #votersModal .voted-poll-option:last-child {
  margin: 0;
}
.wt-body.wt-embedded .modal-dialog-scrollable .modal-body {
  overflow-y: scroll;
  overflow-x: hidden;
}
.wt-body.modal-open .modal {
  overflow-y: scroll;
}
.wt-body #votersModal,
.wt-body #whoLikedDislikedDialog,
.wt-body #moderators-modal {
  z-index: 1049;
}
@media only screen and (max-width: 767px) {
  .wt-body #confirm-modal,
  .wt-body #confirm_delete {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.wt-body #confirm-modal .modal-dialog,
.wt-body #confirm_delete .modal-dialog {
  min-width: 300px;
  max-width: 600px;
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 480px) {
  .wt-body #confirm-modal .modal-dialog .pull-right,
  .wt-body #confirm_delete .modal-dialog .pull-right {
    width: 100%;
  }
  .wt-body #confirm-modal .modal-dialog .pull-right .btn,
  .wt-body #confirm_delete .modal-dialog .pull-right .btn {
    width: 100%;
  }
  .wt-body #confirm-modal .modal-dialog .pull-right .btn#declineAction,
  .wt-body #confirm_delete .modal-dialog .pull-right .btn#declineAction {
    margin-top: 10px;
    margin-left: 0;
  }
  .wt-body #confirm-modal .modal-dialog span.align-center,
  .wt-body #confirm_delete .modal-dialog span.align-center {
    float: none !important;
    display: block;
  }
  .wt-body #confirm-modal .modal-dialog span.align-center .btn,
  .wt-body #confirm_delete .modal-dialog span.align-center .btn {
    width: 100%;
  }
  .wt-body #confirm-modal .modal-dialog span.align-center #doNotDelAccount,
  .wt-body #confirm_delete .modal-dialog span.align-center #doNotDelAccount {
    margin: -10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body #confirm-modal .modal-dialog .pull-right .btn,
  .wt-body #confirm_delete .modal-dialog .pull-right .btn,
  .wt-body #confirm-modal .modal-dialog span.align-center .btn,
  .wt-body #confirm_delete .modal-dialog span.align-center .btn {
    text-wrap: wrap;
  }
  .wt-body #confirm-modal .modal-dialog .modal-content,
  .wt-body #confirm_delete .modal-dialog .modal-content {
    width: auto;
  }
}
#moveFilesFolders #categoryDropdown span:empty {
  display: inline-block;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  #moveFilesFolders .form-group {
    display: flex;
    align-items: center;
  }
}
#moveFilesFolders .form-group:has(.current-folder) {
  margin-bottom: 25px;
  align-items: unset;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  #moveFilesFolders .form-group .control-label {
    padding-top: 0 !important;
  }
}
#moveFilesFolders .form-group .glyphicon-home,
#moveFilesFolders .form-group .glyphicon-filesFolder {
  position: relative;
  top: -1px;
}
#moveFilesFolders .form-group .col-sm-6 {
  margin-bottom: 0;
}
#moveFilesFolders .list-group-item {
  align-items: unset !important;
}
#moveFilesFolders .list-group-item.node-disabled {
  opacity: 0.5;
  user-select: none;
}
#moveFilesFolders .glyphicon-filesFolder:before {
  padding-left: 0;
}
#moveFilesFolders .glyphicon-home:before {
  padding-left: 0;
  padding-right: 5px;
}
#moveFilesFolders:has(.show-error-message li) {
  padding: 0;
}
#moveFilesFolders .show-error-message > li {
  padding-left: 15px;
  padding-top: 5px;
  list-style: none;
}
#moveFilesFolders .show-error-message > li > ul {
  padding-left: 30px;
  list-style: disc;
}
#moveToFolderModal #moveToFolderBtn[disabled] {
  pointer-events: auto;
}
#postEditModal .modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}
#postEditModal .modal-body > .text-muted {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
}
#postEditModal .modal-body > .text-muted > span:not(.display_name) {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  top: 2px;
  font-size: 12px;
}
#postEditModal .modal-body > .text-muted > span:not(.display_name) .pending-edit:before {
  content: '';
  width: 3px;
  height: 3px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  top: -3px;
}
#postEditModal .modal-body > .text-muted ~ hr {
  border-color: #f3f3f3;
}
#postEditModal .modal-body > .text-muted ~ hr:last-child {
  display: none !important;
}
#postEditModal .modal-body:has(> .text-center) {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
}
#postEditModal .display_name {
  margin-left: 0;
}
#postEditModal .display_name > a {
  font-weight: bold;
  color: #9ac1f7;
}
#postEditModal .display_name > a:hover {
  color: #f9fbfe;
}
@media only screen and (max-width: 480px) {
  #postEditModal .popover.hovercard {
    width: auto;
  }
}
#postEditModal ul {
  list-style: inherit;
  padding-inline-start: 40px;
}
#imageResizerModal .image-resizer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 0;
  min-height: 0;
}
#imageResizerModal .image-resizer:before {
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 70%, rgba(0, 0, 0, 0.5) 30%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#imageResizerModal .image-resizer cropper-handle {
  z-index: 2;
  border-radius: 50%;
}
#imageResizerModal .btn-container {
  margin-top: 20px;
}
#imageResizerModal.loading .image-resizer-container {
  position: relative;
}
#imageResizerModal.loading .image-resizer {
  visibility: hidden;
}
#alert-modal #pinTopic {
  text-decoration: underline;
  color: #9ac1f7;
}
#alert-modal #pinTopic:hover,
#alert-modal #pinTopic:focus,
#alert-modal #pinTopic:active,
#alert-modal #pinTopic:visited {
  color: #f9fbfe;
}
#insertimagemodal #webUrlErrorMessage,
#insertimagemodalreply #webUrlErrorMessage,
#insertimagemodalpmsDialog #webUrlErrorMessage,
#insertimagemodal #webUrlErrorMessagereply,
#insertimagemodalreply #webUrlErrorMessagereply,
#insertimagemodalpmsDialog #webUrlErrorMessagereply,
#insertimagemodal #webUrlErrorMessagepmsDialog,
#insertimagemodalreply #webUrlErrorMessagepmsDialog,
#insertimagemodalpmsDialog #webUrlErrorMessagepmsDialog {
  margin: 10px 0 -20px 0;
}
#files {
  position: relative;
}
#files .files-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #files .files-title-bar {
    margin: 0;
  }
}
#files .files-title-bar .files-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 10px auto;
}
@media only screen and (max-width: 767px) {
  #files .files-title-bar .files-btn-container {
    width: 100%;
    justify-content: end;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  #files .files-title-bar .files-btn-container {
    padding: 0;
    flex-direction: column;
    border: 0;
  }
}
#files .files-title-bar .files-btn-container a {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #files .files-title-bar .files-btn-container a {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  #files .files-title-bar .files-btn-container a {
    width: 100%;
  }
}
#files .files-title-bar #createFolder {
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  #files .files-title-bar #createFolder {
    margin: 0;
  }
}
#files .files-title-bar #uploadBtn {
  margin-left: 0;
  order: 2;
}
@media only screen and (max-width: 480px) {
  #files .files-title-bar #uploadBtn {
    order: unset;
  }
}
#files .panel-title {
  display: flex;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #files .panel-title {
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
  }
}
#files .panel-title .back-arrow {
  position: relative;
  top: 3px;
}
#files .panel-title .back-arrow:hover {
  color: #f9fbfe;
}
#files .panel-title i:before {
  padding-left: 0;
}
#files .panel-title > h2 {
  text-transform: none;
  font-size: 20px;
  padding: 0px;
  margin: 0 0 15px 0;
  color: rgba(255, 255, 255, 0.9);
  background: none;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu";
  float: left !important;
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  border-bottom: 0;
  width: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #files .panel-title > h2 {
    padding: 0 35px 0 0;
  }
}
#files .edit-zone .glyphicon-filesFolder:before {
  top: 8px;
}
@media only screen and (max-width: 480px) {
  #files #uploadBtn,
  #files #createFolder {
    width: 100%;
    margin: 0 0 10px;
  }
  #files #uploadBtn {
    margin-right: 0;
  }
}
#files .files-list .panel-body {
  background: none;
  border: none;
  box-shadow: none;
}
#files .files-list .panel-body > ul > li {
  display: flex;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li {
    flex-direction: column;
  }
}
#files .files-list .panel-body > ul > li:not(.panel-heading) {
  background: #161324;
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.15);
  border-left: 1px solid #26213f;
  border-right: 1px solid #26213f;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li:not(.panel-heading) {
    padding: 10px;
  }
}
#files .files-list .panel-body > ul > li:nth-child(2) {
  border-top: 1px solid #26213f;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li:nth-child(2) {
    margin-top: 20px;
  }
}
#files .files-list .panel-body > ul > li:last-child {
  border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #files .files-list .panel-body > ul > li {
    align-items: center;
  }
  #files .files-list .panel-body > ul > li .col-md-8 {
    width: 66.66666667%;
  }
  #files .files-list .panel-body > ul > li .col-md-4 {
    width: 33.33333333%;
  }
  #files .files-list .panel-body > ul > li .col-md-3 {
    width: 25%;
  }
}
#files .files-list .panel-body > ul > li > .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li > .col-md-4 {
    justify-content: flex-start;
  }
}
#files .files-list .panel-body > ul > li > .col-md-4 .col-md-3:nth-child(2) > span {
  width: 100%;
  text-align: center;
}
#files .files-list .panel-body > ul > li > .col-md-4 .col-md-3:nth-child(4) {
  width: 30%;
}
#files .files-list .panel-body > ul > li > .col-md-4 .col-md-3:nth-child(1),
#files .files-list .panel-body > ul > li > .col-md-4 .col-md-3:nth-child(2) {
  display: flex;
  justify-content: center;
}
#files .files-list .panel-body > ul > li.panel-heading {
  border: none;
  font-size: 12px;
}
#files .files-list .panel-body > ul > li.panel-heading:hover {
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li.panel-heading {
    align-items: flex-end;
    box-shadow: unset;
    padding: 10px;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 1;
    width: auto;
    height: 37px;
    justify-self: center;
  }
  #files .files-list .panel-body > ul > li.panel-heading + .item-type-file {
    margin-top: 30px;
  }
  #files .files-list .panel-body > ul > li.panel-heading span.pull-left {
    display: none !important;
  }
}
#files .files-list .panel-body > ul > li.panel-heading .mod.icons.pull-right {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li.panel-heading > .col-md-4 {
    justify-content: flex-end;
  }
  #files .files-list .panel-body > ul > li.panel-heading > .col-md-4 .checkbox-material {
    top: 0;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #files .files-list .panel-body > ul > li .col-md-3:has(.mod.icons.pull-right) .tooltip-inner {
    min-width: 150px !important;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-embedded #files .files-list .panel-body > ul > li .col-md-3:has(.mod.icons.pull-right) .tooltip-inner {
    left: -30%;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li:not(.panel-heading) > .col-md-4 {
    margin-top: 30px;
    position: static;
  }
}
#files .files-list .panel-body > ul > li:not(.panel-heading) > .col-md-4 .col-md-3:first-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li:not(.panel-heading) > .col-md-4 .col-md-3:first-child {
    margin-right: 40px;
  }
}
#files .files-list .panel-body > ul > li:not(.panel-heading) > .col-md-4 .col-md-3:nth-child(2) small.text-muted {
  font-size: 13px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li:not(.panel-heading) > .col-md-4 .col-md-3 {
    margin-right: 40px;
  }
  #files .files-list .panel-body > ul > li:not(.panel-heading) > .col-md-4 .col-md-3:nth-child(4) {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .download-file {
  font-size: 17px;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .download-file:hover,
#files .files-list .panel-body > ul > li:not(.panel-heading) .download-file:focus,
#files .files-list .panel-body > ul > li:not(.panel-heading) .download-file:active {
  color: #9ac1f7;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li:not(.panel-heading) .download-file {
    color: #9ac1f7;
  }
  #files .files-list .panel-body > ul > li:not(.panel-heading) .download-file:hover,
  #files .files-list .panel-body > ul > li:not(.panel-heading) .download-file:focus,
  #files .files-list .panel-body > ul > li:not(.panel-heading) .download-file:active {
    color: #f9fbfe;
  }
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content {
  float: left;
  width: calc(100% - 81px);
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li:not(.panel-heading) .file-content {
    width: calc(100% - 36px - 10px - 5px);
  }
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > h4 {
  font-size: 15px;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > h4 a.file-title,
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > h4 a.folder-title {
  color: rgba(255, 255, 255, 0.7);
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > h4 a.file-title:hover,
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > h4 a.folder-title:hover {
  color: #9ac1f7;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > .editDescription .editDescIcon,
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > .editDescription .glyphicon-privacy {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > .editDescription .editDescIcon:hover,
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > .editDescription .glyphicon-privacy:hover {
  color: #9ac1f7;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > .editDescription .editableform > .form-group {
  margin-bottom: 0 !important;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > .editDescription .editableform > .form-group.editable-has-error {
  display: block;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content > .editDescription .editableform > .form-group.editable-has-error .editable-error-block {
  font-size: 14px;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .editDescription .editDescIcon,
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .editDescription .glyphicon-privacy {
  display: none !important;
}
@media (hover: none) {
  #files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .editDescription .editDescIcon,
  #files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .editDescription .glyphicon-privacy {
    display: inline-block !important;
  }
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .editDescription:hover .editDescIcon,
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .editDescription:hover .glyphicon-privacy {
  display: inline-block !important;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .editDescription .glyphicon-privacy:before {
  font-size: 12px;
  top: 1px;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text {
  margin-top: 3px;
  font-size: 12px;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text > span[data-i18n]:last-child {
  font-size: 13px;
  margin-top: 3px;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text > a.editDescription {
  display: block;
  width: 100%;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text > a.editDescription .editableDescription {
  color: rgba(255, 255, 255, 0.7);
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text > a.editDescription .editableDescription.text-muted {
  color: rgba(255, 255, 255, 0.3);
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text > a.editDescription .editDescIcon:hover,
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text > a.editDescription .editableDescription:hover {
  color: #9ac1f7;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text > a.editDescription .editable-container {
  margin-top: 6px;
}
#files .files-list .panel-body > ul > li:not(.panel-heading) .file-content .preview-text > a.editDescription .editable-container > div > form.editableform > .control-group {
  margin-bottom: 0;
  width: auto;
}
#files .files-list .panel-body > ul > li .glyphicon-file-single:before {
  font-size: 160%;
  padding-left: 0;
  margin-top: 3px;
  margin-left: -4px;
}
#files .files-list .panel-body > ul > li .glyphicon-filesFolder:before {
  padding-left: 0;
  font-size: 115%;
  margin-top: 3px;
}
#files .files-list .panel-body > ul > li.item-type-file .file-content {
  margin-left: 0;
}
#files .no-files {
  background-color: #161324;
  border: 1px solid #26213f;
  padding: 0;
  padding-top: 20px;
}
#files .no-files li.panel-heading {
  display: none !important;
}
#files .icon-arrow-bar-up:before {
  opacity: 1;
  margin-right: 6px;
}
#files .glyphicon-plus {
  margin-right: 5px !important;
}
#files .icon-arrow-bar-down:before {
  opacity: 1;
  padding: 0;
}
#files#files .edit-zone .editDescIcon,
#files#files .edit-zone .glyphicon-privacy {
  display: none !important;
}
#folderPrivacyModal .modal-title {
  padding: 0;
  width: calc(100% - 35px);
}
#folderPrivacyModal .modal-body #usergroupsContainer > p {
  padding: 0 0 20px 0;
}
#folderPrivacyModal .modal-body #usergroupsContainer .usergroup {
  display: flex;
  margin-bottom: 10px;
}
#folderPrivacyModal .modal-body #usergroupsContainer .usergroup .switch {
  flex-shrink: 0;
}
#folderPrivacyModal .modal-body #usergroupsContainer .usergroup .title {
  position: relative;
  top: 2px;
  margin-left: 15px;
}
.wt-body .post-attachments {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.wt-body .post-attachments > li.inline-video-container {
  width: 100%;
}
.wt-body .post-attachments > li:not(.inline-video-container) {
  width: calc((100% - 30px) / 4);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .post-attachments > li:not(.inline-video-container) {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .post-attachments > li:not(.inline-video-container) {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .wt-body .post-attachments > li:not(.inline-video-container) {
    width: 100%;
  }
}
.wt-body .upload-attachments .post-attachments > li {
  width: 100% !important;
}
.wt-body .upload-attachments .post-attachments > li:not(.inline-video-container) > .pull-left:not(.hidden) {
  display: flex !important;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .wt-body #show_current_conversation .post-attachments {
    white-space: nowrap;
  }
}
.wt-body #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) {
  width: calc((100% - 14px) / 4) !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) {
    width: calc((100% - 10px) / 3) !important;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) {
    width: calc((100% - 4px) / 2) !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .wt-body #show_current_conversation #all_conversation_messages .post-attachments > li:not(.inline-video-container) {
    width: 100%;
  }
}
.wt-body #show_current_conversation #attachment_listreply .col-sm-4:has(.progress) {
  width: calc(100% - 54px);
  position: absolute;
  right: 5px;
  margin-top: 20px;
}
.wt-body.wt-embedded.left-ads-available #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) {
  width: calc((100% - 6px) / 2) !important;
}
.wt-body #UserProfile .post-attachments > li:not(.inline-video-container),
.wt-body #all_conversation_messages .post-attachments > li:not(.inline-video-container) {
  min-width: 200px;
  width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 767px), only screen and (max-width: 1199px) {
  .wt-body #UserProfile .post-attachments > li:not(.inline-video-container),
  .wt-body #all_conversation_messages .post-attachments > li:not(.inline-video-container) {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .wt-body #UserProfile .post-attachments > li:not(.inline-video-container),
  .wt-body #all_conversation_messages .post-attachments > li:not(.inline-video-container) {
    width: 100%;
  }
}
.wt-body .form-group:has(#edit_btn_save_cancel) ~ .upload-attachments .post-attachments li > span > span.pull-left {
  width: calc(100% - 45px);
}
.wt-body #body-wrapper .post-attachments .inline-video {
  margin: 0;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite {
  background-image: url('/images/icons/file_types/fileIcons_sprites.png');
  width: 34px;
  height: 34px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
  background-position: 0px -5px;
  flex-shrink: 0;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.avif,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.avif {
  background-position: 0px -45px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.css,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.css {
  background-position: 0px -124px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.exe,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.exe {
  background-position: 0px -281px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.html,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.html,
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.htm,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.htm {
  background-position: 0px -359px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.jpg,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.jpg,
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.jpeg,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.jpeg {
  background-position: 0px -477px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.json,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.json {
  background-position: 0px -556px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.mp3,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.mp3 {
  background-position: 0px -634px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.mp4,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.mp4 {
  background-position: 0px -674px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.png,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.png {
  background-position: 0px -792px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.svg,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.svg {
  background-position: 0px -949px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.txt,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.txt {
  background-position: 0px -988px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.xml,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.xml {
  background-position: 0px -1106px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.bmp,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.bmp {
  background-position: 0px -85px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.csv,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.csv {
  background-position: 0px -163px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.dbf,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.dbf {
  background-position: 0px -202px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.docx,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.docx {
  background-position: 0px -241px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.gif,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.gif {
  background-position: 0px -320px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.jar,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.jar {
  background-position: 0px -399px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.java,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.java {
  background-position: 0px -438px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.js,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.js {
  background-position: 0px -518px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.mov,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.mov {
  background-position: 0px -595px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.php,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.php {
  background-position: 0px -753px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.pdf,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.pdf {
  background-position: 0px -713px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.rar,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.rar {
  background-position: 0px -870px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.pptx,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.pptx {
  background-position: 0px -831px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.sql,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.sql {
  background-position: 0px -910px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.wav,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.wav {
  background-position: 0px -1028px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.xlsx,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.xlsx {
  background-position: 0px -1067px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite.zip,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite.zip {
  background-position: 0px -1146px;
}
.wt-body .upload-attachments .post-attachments li span > span.file-type-sprite + span,
.wt-body .post-attachments > li:not(.inline-video-container) span.file-type-sprite + span {
  width: 70%;
}
.wt-body #body-wrapper .pagination-disabled {
  color: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}
.wt-body #body-wrapper .pagination-disabled:hover,
.wt-body #body-wrapper .pagination-disabled:focus {
  background: #161324;
  color: rgba(255, 255, 255, 0.2);
  border: 1px solid #26213f;
}
#editorLinkTooltip + .popover {
  border-radius: 5px;
  z-index: 1038 !important;
}
#editorLinkTooltip + .popover .popover-content {
  border-radius: 5px;
  display: flex;
  position: relative;
}
#editorLinkTooltip + .popover .popover-content > p {
  display: flex;
  margin-bottom: 0;
}
#editorLinkTooltip + .popover .popover-content > p:first-child {
  padding-right: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#editorLinkTooltip + .popover .popover-content > p:first-child > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#editorLinkTooltip + .popover .popover-content > p:first-child > a ~ .tooltip .tooltip-inner {
  max-width: 420px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#editorLinkTooltip + .popover .popover-content > p .icon-web {
  font-size: 110%;
}
#editorLinkTooltip + .popover .popover-content > p .icon-web,
#editorLinkTooltip + .popover .popover-content > p .icon-web ~ a {
  color: #9ac1f7;
}
#editorLinkTooltip + .popover .popover-content > p .icon-web:before {
  padding-left: 0;
}
#editorLinkTooltip + .popover .popover-content > p#link-action .icon-copy-code:before {
  font-size: 100%;
  top: 0;
  left: 0;
  color: inherit;
}
#editorLinkTooltip + .popover .popover-content > p#link-action #inlineCopyLink,
#editorLinkTooltip + .popover .popover-content > p#link-action #inlineEditLink {
  margin-right: 20px;
}
#editorLinkTooltip + .popover .popover-content > p#link-action #inlineCopyLink i:hover,
#editorLinkTooltip + .popover .popover-content > p#link-action #inlineEditLink i:hover,
#editorLinkTooltip + .popover .popover-content > p#link-action #inlineRemoveLink i:hover {
  color: #9ac1f7;
}
#editorLinkTooltip + .popover .popover-content > p#link-action #inlineCopyLink i:before,
#editorLinkTooltip + .popover .popover-content > p#link-action #inlineEditLink i:before,
#editorLinkTooltip + .popover .popover-content > p#link-action #inlineRemoveLink i:before {
  padding: 0;
}
#editorLinkTooltip + .popover.top {
  margin-top: -20px;
}
#editorLinkTooltip + .popover.bottom {
  margin-top: 20px;
}
#body-wrapper:has(#pmessage_modal.in) ~ #editorLinkTooltip + .popover {
  z-index: 1050 !important;
}
#keyboardShortcutsModal .modal-dialog {
  width: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  max-height: calc(100% - 20px);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  #keyboardShortcutsModal .modal-dialog {
    width: calc(100% - 20px);
  }
}
#keyboardShortcutsModal .modal-dialog .modal-header,
#keyboardShortcutsModal .modal-dialog .modal-body {
  padding: 15px 25px;
}
#keyboardShortcutsModal .modal-dialog .modal-content {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  gap: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 60px);
}
@media only screen and (max-width: 767px), only screen and (max-width: 991px) and (min-width: 768px) {
  #keyboardShortcutsModal .modal-dialog .modal-content .modal-body {
    gap: 0;
  }
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting {
  flex: auto;
}
@media only screen and (max-width: 767px), only screen and (max-width: 991px) and (min-width: 768px) {
  #keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping,
  #keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions,
  #keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting {
    width: 100%;
  }
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping h4,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions h4,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping ul li,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions ul li,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #26213f;
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping ul li:first-child,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions ul li:first-child,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting ul li:first-child {
  margin-top: 10px;
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping ul li:last-child,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions ul li:last-child,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting ul li:last-child {
  border: 0;
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping ul li div,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions ul li div,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting ul li div {
  font-size: 15px;
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping ul li div:first-child,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions ul li div:first-child,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting ul li div:first-child {
  flex: 1;
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping ul li div > span,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions ul li div > span,
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting ul li div > span {
  min-width: 28px;
  height: 28px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #26213f;
  border-radius: 4px;
  box-shadow: 0px 2px 0.5px rgba(0, 0, 0, 0.4);
}
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #jumping ul li div > span:not(:last-child),
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #actions ul li div > span:not(:last-child),
#keyboardShortcutsModal .modal-dialog .modal-content .modal-body #formatting ul li div > span:not(:last-child) {
  margin-right: 15px;
}
#keyboardShortcuts {
  float: right;
  margin-left: 20px;
  cursor: pointer;
}
#keyboardShortcuts .icon-keyboard:before {
  font-size: 80%;
  font-weight: bold;
  opacity: 0.7;
  padding: 0;
}
#keyboardShortcuts .tooltip-inner {
  margin-left: -35px;
}
.first-post.preview-post #message-options .custom-checkbox .control-label {
  position: relative;
  min-width: 30px;
  min-height: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  border-radius: 5px;
  cursor: pointer;
}
.first-post.preview-post #message-options .custom-checkbox .control-label i {
  display: block !important;
  position: relative;
  z-index: 2;
}
.first-post.preview-post #message-options .custom-checkbox .control-label i:before {
  padding: 0;
}
.first-post.preview-post #message-options .custom-checkbox .control-label i.active {
  color: #9ac1f7;
}
.first-post.preview-post #message-options .custom-checkbox .control-label label.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
}
.first-post.preview-post #message-options .custom-checkbox .control-label label.checkbox > input {
  display: none !important;
}
.first-post.preview-post #message-options .custom-checkbox .control-label label.checkbox > input:checked ~ .checkbox-material {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  border-radius: 5px;
  background: #ffffff;
  border: none;
  transition: background-color 0.1s linear;
}
.first-post.preview-post #message-options .custom-checkbox .control-label label.checkbox > input:checked ~ .checkbox-material:after,
.first-post.preview-post #message-options .custom-checkbox .control-label label.checkbox > input:checked ~ .checkbox-material:before {
  display: none !important;
}
.first-post.preview-post #message-options .custom-checkbox .control-label label.checkbox .checkbox-material {
  width: 100%;
  height: 100%;
  border: none;
}
.first-post.preview-post #message-options .custom-checkbox .control-label .text-muted,
.first-post.preview-post #message-options .custom-checkbox .control-label .check {
  display: none !important;
}
.first-post.preview-post #message-options .custom-checkbox .control-label .tooltip .tooltip-inner {
  width: max-content;
}
.thread-listing-page > .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.thread-listing-page > .container > div:first-child {
  flex: auto;
  max-width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .thread-listing-page > .container > div:first-child {
    max-width: 100%;
  }
}
.thread-listing-page > .container #forumCategory_title {
  width: 100%;
  display: block;
  position: relative;
}
.thread-listing-page > .container .category-of-topic {
  padding-left: 30px;
  display: inline-block;
  width: 100%;
  padding-right: 0;
  margin-bottom: 0;
  overflow: hidden;
}
#body-wrapper .dragging .no-drop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999999919;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  width: 250px;
  height: 250px;
  min-width: 60px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-container {
  padding: 5px;
  position: absolute;
  height: 100%;
  width: 100%;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  min-width: 200px;
  margin-top: -5px;
  padding: 10px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:has(.lb-number[style="display: none;"]) {
  min-width: 0;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 70%;
  float: left;
  text-align: left;
  line-height: 1.75em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 900;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  font-size: 12px;
  color: #999;
  margin-top: 1px;
}
.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover,
.lb-data .lb-close:hover,
.lb-data .lb-save:hover,
.lb-data .lb-newTab:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next,
.lb-data .lb-close,
.lb-data .lb-save,
.lb-data .lb-newTab {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#lightbox[style*="display: block"] .lb-cancel {
  background: url(/images/forum1/loading.gif) no-repeat;
}
#lightbox[style*="display: block"] .lb-nav a.lb-prev,
#lightbox[style*="display: block"] .lb-nav a.lb-next,
#lightbox[style*="display: block"] .lb-data .lb-close,
#lightbox[style*="display: block"] .lb-data .lb-save,
#lightbox[style*="display: block"] .lb-data .lb-newTab {
  background: url(/images/forum1/lightbox_sprite.png) no-repeat;
}
#lightbox[style*="display: block"] .lb-nav a.lb-prev,
#lightbox[style*="display: block"] .lb-nav a.lb-next {
  background-size: 320px !important;
  background-position: -178px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #lightbox[style*="display: block"] .lb-nav a.lb-prev,
  #lightbox[style*="display: block"] .lb-nav a.lb-next {
    opacity: 1;
  }
}
#lightbox[style*="display: block"] .lb-nav a.lb-next {
  background-position: -130px;
  right: 0;
  left: auto;
}
#lightbox[style*="display: block"] .lb-data .lb-close {
  background-size: 170px !important;
  background-position: -4px;
}
#lightbox[style*="display: block"] .lb-data .lb-save {
  background-position: top right;
}
#lightbox[style*="display: block"] .lb-data .lb-newTab {
  background-size: 74px !important;
  background-position: -58px;
}
#lightbox[style*="display: block"] .lb-data .lb-close,
#lightbox[style*="display: block"] .lb-data .lb-save,
#lightbox[style*="display: block"] .lb-data .lb-newTab {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  background-size: 100%;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.6;
}
#lightbox[style*="display: block"] .lb-data .lb-save,
#lightbox[style*="display: block"] .lb-data .lb-newTab {
  margin-right: 10px;
  opacity: 0.7;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .form-horizontal .form-group > div:has(#loginBtn) {
    text-align: center;
  }
  .form-horizontal .form-group > div:has(#loginBtn) #loginBtn {
    margin: 0 auto 5px auto;
    display: block;
  }
  .form-horizontal .form-group > div:has(#loginBtn) span {
    position: relative;
    top: 3px;
  }
  .form-horizontal .form-group > div:has(#loginBtn) a {
    margin: 5px auto 0 auto;
    display: block;
  }
}
.wt-body .loading .spinner {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #9ac1f7;
  border-bottom: 4px solid transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wt-ignore-users #ignore-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wt-ignore-users #ignore-box {
    flex-wrap: wrap;
  }
}
.wt-ignore-users #ignore-box > .form-group {
  flex: 1;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .wt-ignore-users #ignore-box > .form-group {
    flex: unset;
    width: 100%;
  }
}
.wt-ignore-users #ignore-box > .btn {
  margin-left: 10px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .wt-ignore-users #ignore-box > .btn {
    margin: 15px 0 0 0;
  }
}
.wt-ignore-users #ignore-box .tokenfield .twitter-typeahead .token-input {
  width: auto !important;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-video-wrapper {
  position: relative;
}
.wt-video-wrapper .wt-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  z-index: 4;
}
