/*Instant Messenger*/
@import url('https://fonts.googleapis.com/css?family=Sniglet');
#buddy_list_tab {
  background-color: #1885ba;
}
#buddy_list_tab.focused {
  background-color: #167bac;
}
#buddy_list_tab.hover {
  background-color: #167bac;
}
.tab_handle.highlight.disabled,
.tab_handle.highlight {
  border-color: #1885ba;
}
.tab_button_div,
.chat_header {
  background-color: #1885ba;
}
h5.self {
  color: #1885ba;
}
.tab_button_div.hover {
  background-color: #167bac;
}
#presence #buddy_list_tab,
#chat_tab_bar .chat_header_name {
  color: #ffffff !important;
}
.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);
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}
.form-horizontal .radio {
  margin-bottom: 10px;
}
.form-horizontal label {
  text-align: right;
}
.form-horizontal label.control-label {
  margin: 0;
}
.togglebutton {
  vertical-align: middle;
}
.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
  user-select: none;
}
.togglebutton label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}
.form-group.is-focused .togglebutton label {
  color: rgba(0, 0, 0, 0.7);
}
.form-group.is-focused .togglebutton label:hover,
.form-group.is-focused .togglebutton label:focus {
  color: rgba(0, 0, 0, 0.7);
}
fieldset[disabled] .form-group.is-focused .togglebutton label {
  color: rgba(0, 0, 0, 0.7);
}
.togglebutton label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.togglebutton label .toggle {
  text-align: left;
}
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: rgba(80, 80, 80, 0.7);
  border-radius: 15px;
  margin-right: 15px;
  transition: background 0.3s ease;
  vertical-align: middle;
}
.togglebutton label .toggle:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #F1F1F1;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -2px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.togglebutton label input[type=checkbox][disabled] + .toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
  background-color: #BDBDBD;
}
.togglebutton label input[type=checkbox] + .toggle:active:after,
.togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
  left: 15px;
}
.togglebutton label input[type=checkbox]:checked + .toggle {
  background-color: rgba(24, 133, 186, 0.5);
}
.togglebutton label input[type=checkbox]:checked + .toggle:after {
  background-color: #1885ba;
}
.togglebutton label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(24, 133, 186, 0.1);
}
.checkbox label,
label.checkbox-inline {
  cursor: pointer;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.7);
}
.form-group.is-focused .checkbox label,
.form-group.is-focused label.checkbox-inline {
  color: rgba(0, 0, 0, 0.7);
}
.form-group.is-focused .checkbox label:hover,
.form-group.is-focused label.checkbox-inline:hover,
.form-group.is-focused .checkbox label:focus,
.form-group.is-focused label.checkbox-inline:focus {
  color: rgba(0, 0, 0, 0.7);
}
fieldset[disabled] .form-group.is-focused .checkbox label,
fieldset[disabled] .form-group.is-focused label.checkbox-inline {
  color: rgba(0, 0, 0, 0.7);
}
.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-material,
label.checkbox-inline .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check,
label.checkbox-inline .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}
.checkbox .checkbox-material .check:before,
label.checkbox-inline .checkbox-material .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0,
        0 0 0 0 inset;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material:before {
  animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:before {
  animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:after {
  animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material:before {
  animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before {
  animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after {
  animation: rippleOff 500ms forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
  color: #1885ba;
  border-color: #1885ba;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}
fieldset[disabled] .checkbox,
fieldset[disabled] label.checkbox-inline,
fieldset[disabled] .checkbox input[type=checkbox],
fieldset[disabled] label.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle,
label.checkbox-inline input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0,0,0, 0.87);
  transform: rotate(-45deg);
}
@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 10px inset;
  }
  100% {
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0 0 0 0,
      0px 0 0 0 inset;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.radio label,
label.radio-inline {
  cursor: pointer;
  padding-left: 45px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
.form-group.is-focused .radio label,
.form-group.is-focused label.radio-inline {
  color: rgba(0, 0, 0, 0.7);
}
.form-group.is-focused .radio label:hover,
.form-group.is-focused label.radio-inline:hover,
.form-group.is-focused .radio label:focus,
.form-group.is-focused label.radio-inline:focus {
  color: rgba(0, 0, 0, 0.7);
}
fieldset[disabled] .form-group.is-focused .radio label,
fieldset[disabled] .form-group.is-focused label.radio-inline {
  color: rgba(0, 0, 0, 0.7);
}
.radio span,
label.radio-inline span {
  display: block;
  position: absolute;
  left: 10px;
  top: 2px;
  transition-duration: 0.2s;
}
.radio .circle,
label.radio-inline .circle {
  border: 2px solid rgba(0, 0, 0, 0.7);
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.radio .check,
label.radio-inline .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #1885ba;
  transform: scale3d(0, 0, 0);
}
.radio .check:after,
label.radio-inline .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0,0,0, 0.87);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  transform: scale3d(1.5, 1.5, 1);
}
.radio input[type=radio]:focus:not(:checked) ~ .check:after,
label.radio-inline input[type=radio]:focus:not(:checked) ~ .check:after {
  animation: rippleOff 500ms;
}
.radio input[type=radio]:focus:checked ~ .check:after,
label.radio-inline input[type=radio]:focus:checked ~ .check:after {
  animation: rippleOn 500ms;
}
.radio input[type=radio],
label.radio-inline input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check,
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  opacity: 1;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  background-color: #1885ba;
}
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  border-color: #1885ba;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  transform: scale3d(0.55, 0.55, 1);
}
.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
  opacity: 0.26;
}
.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check {
  background-color: #000;
}
.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
  border-color: #000;
}
.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check,
.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
  opacity: 0.3;
}
.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check {
  background-color: #fff;
}
.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
  border-color: #fff;
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.withripple {
  position: relative;
}
.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}
.ripple.ripple-on {
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: 0.1;
}
.ripple.ripple-out {
  transition: opacity 0.1s linear 0s !important;
  opacity: 0;
}
.dropdownjs {
  position: relative;
}
.dropdownjs * {
  box-sizing: border-box;
}
.dropdownjs > input {
  width: 100%;
  padding-right: 30px;
  text-overflow: ellipsis;
}
.dropdownjs > input.focus ~ ul {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.dropdownjs > ul {
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 200px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 10000;
}
.dropdownjs > ul[placement=top-left] {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  bottom: 0;
  left: 0;
}
.dropdownjs > ul[placement=bottom-left] {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  top: 0;
  left: 0;
}
.dropdownjs > ul > li {
  list-style: none;
  padding: 10px 20px;
}
.dropdownjs > ul > li.dropdownjs-add {
  padding: 0;
}
.dropdownjs > ul > li.dropdownjs-add > input {
  border: 0;
  padding: 10px 20px;
  width: 100%;
}
/* Theme */
.dropdownjs > input[readonly] {
  cursor: pointer;
}
select[data-dropdownjs][disabled] + .dropdownjs > input[readonly] {
  cursor: default;
}
.dropdownjs > ul {
  background: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  padding: 10px;
  overflow: auto;
  max-width: 500px;
}
.dropdownjs > ul > li {
  cursor: pointer;
  word-wrap: break-word;
}
.dropdownjs > ul > li.selected,
.dropdownjs > ul > li:active {
  background-color: #eaeaea;
}
.dropdownjs > ul > li:focus {
  outline: 0;
  outline: 1px solid #d4d4d4;
}
.dropdownjs > ul > li > .close:before {
  content: "\00d7";
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}
.dropdownjs > ul > li:hover > .close:hover:before {
  opacity: 0.9;
}
.rtl .dropdownjs > input {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .dropdownjs > ul[placement=top-right] {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  bottom: 0;
  left: auto;
  right: 0;
}
.rtl .dropdownjs > ul[placement=bottom-right] {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  top: 0;
  left: auto;
  right: 0;
}
.rtl .dropdownjs > ul > li > .close:before {
  right: auto;
  left: 15px;
  float: left;
}
/*! 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: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1885ba;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #12658d;
  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: 20px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 15px;
  -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 #cfd8e3;
}
.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: 'Sniglet', Comic Sans MS, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 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: 52px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 34px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 20px;
}
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: #1885ba;
}
a.text-primary:hover {
  color: #12658d;
}
.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: #1885ba;
}
a.bg-primary:hover {
  background-color: #12658d;
}
.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(51, 51, 51, 0.7);
  background-color: #cccccc;
  border-radius: 15px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: rgba(51, 51, 51, 0.7);
  background-color: #cccccc;
  border-radius: 10px;
  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: 15px;
}
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: 100%;
  }
}
.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: #ffffff;
}
.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(0, 0, 0, 0.7);
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 15px;
  -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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  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: 10px;
}
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: 20px;
}
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(64, 64, 64, 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: 15px;
  -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: rgba(0, 0, 0, 0.9);
  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: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}
.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: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-default .badge {
  color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.9);
}
.btn-primary {
  color: #fff;
  background-color: #1885ba;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #177fb1;
  border-color: rgba(0, 0, 0, 0.2);
}
.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: #1885ba;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-primary .badge {
  color: #1885ba;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #55b555;
  border-color: rgba(0, 0, 0, 0.2);
}
.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: rgba(0, 0, 0, 0.2);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #53bddc;
  border-color: rgba(0, 0, 0, 0.2);
}
.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: rgba(0, 0, 0, 0.2);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #efa945;
  border-color: rgba(0, 0, 0, 0.2);
}
.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: rgba(0, 0, 0, 0.2);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d74b47;
  border-color: rgba(0, 0, 0, 0.2);
}
.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: rgba(0, 0, 0, 0.2);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #1885ba;
  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: #12658d;
  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(0, 0, 0, 0.5);
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 20px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 10px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 10px;
}
.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: #f1f5fa;
  border: 1px solid transparent;
  border-radius: 15px;
  -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: #cfd8e3;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1885ba;
  background-color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1885ba;
}
.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(0, 0, 0, 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: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 15px;
  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: 20px;
}
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: 10px;
}
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(0, 0, 0, 0.7);
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 15px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 20px;
}
.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: 15px;
}
.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: #fff;
  background-color: #1885ba;
  border: 1px solid #1575a3;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #1575a3;
  border-color: #1575a3;
}
.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: #fff;
  background-color: #1885ba;
  border-color: #1575a3;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  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: 20px;
  border-top-left-radius: 20px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.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: 10px;
  border-top-left-radius: 10px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.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: #1885ba;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #12658d;
}
.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: normal;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  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: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1885ba;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 15px;
  -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: #1885ba;
}
.thumbnail .caption {
  padding: 9px;
  color: rgba(0, 0, 0, 0.7);
}
.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 15px;
}
.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: 40px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #5cb85c;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #4cae4c;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #5bc0de;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #46b8da;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #f0ad4e;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #eea236;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #d9534f;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #d43f3a;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -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: rgba(51, 51, 51, 0.7);
  text-align: center;
  background-color: #1885ba;
  -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: 15px;
  border-top-left-radius: 15px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.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: #1885ba;
  border-color: #1885ba;
}
.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: #aadcf4;
}
.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: none;
  border: 1px solid transparent;
  border-radius: 15px;
  -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: 14px;
  border-top-left-radius: 14px;
}
.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: transparent;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.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: 14px;
  border-top-left-radius: 14px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.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: 14px;
  border-top-left-radius: 14px;
}
.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: 14px;
}
.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: 14px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.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: 14px;
}
.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: 14px;
}
.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: 15px;
}
.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 transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: #1885ba;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1885ba;
  border-color: #1885ba;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1885ba;
}
.panel-primary > .panel-heading .badge {
  color: #1885ba;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1885ba;
}
.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: #f1f5fa;
  border: 1px solid #ffffff;
  border-radius: 20px;
  -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: 20px;
  border-bottom: 1px solid transparent;
  min-height: 21.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0 20px 20px;
}
.modal-footer {
  padding: 0 20px 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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #555;
  border-radius: 15px;
}
.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: #555;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #555;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #555;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #555;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #555;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #555;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #555;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #555;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1039;
  display: none;
  max-width: 350px;
  padding: 1px;
  text-align: left;
  background-color: #f1f5fa;
  background-clip: padding-box;
  border: 1px solid #cfd8e3;
  border-radius: 20px;
  -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: #e6edf6;
  border-bottom: 1px solid #d3e0ef;
  border-radius: 19px 19px 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: #8fa4bd;
  border-top-color: #cfd8e3;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #f1f5fa;
}
.popover.right > .arrow {
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #8fa4bd;
  border-right-color: #cfd8e3;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f1f5fa;
}
.popover.bottom > .arrow {
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #8fa4bd;
  border-bottom-color: #cfd8e3;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #f1f5fa;
}
.popover.left > .arrow {
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #8fa4bd;
  border-left-color: #cfd8e3;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #f1f5fa;
  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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 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: #fff;
}
.twitter-typeahead .tt-hint {
  color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border: 1px solid transparent;
}
.twitter-typeahead .tt-input {
  color: rgba(0, 0, 0, 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: #f1f5fa;
  border: 1px solid #ccc;
  border: 1px solid transparent;
  *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: #1885ba;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.tt-suggestion.tt-cursor a {
  color: #f1f5fa;
}
.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: bold;
}
.header-wrapper {
  position: relative;
  z-index: 1032;
  min-height: 57px;
}
.header-wrapper header {
  line-height: 36px;
  height: 57px;
  border-bottom: 1px solid #cfd8e3;
  background: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1032;
}
.header-wrapper header > .container {
  display: flex;
}
.header-wrapper #links-nav {
  float: left;
  display: none;
  font-size: 20px;
}
.header-wrapper #links-nav i:before {
  padding-left: 0;
  font-size: 120%;
}
.header-wrapper #logo_wrapper {
  max-height: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 34px;
  margin: 0;
  font-weight: 800;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  flex: 1;
  min-width: 0;
}
.header-wrapper #logo_wrapper a {
  color: #1885ba;
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  max-width: 100%;
}
.header-wrapper #logo_wrapper a #forumTitleWrapper {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
}
.header-wrapper #logo_wrapper img {
  max-height: 36px;
  position: relative;
  top: -0.06em;
  vertical-align: middle;
}
.header-wrapper #logo_wrapper #forumLogoWrapper {
  flex-shrink: 0;
}
@media only screen and (max-width: 1025px) {
  .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 {
  margin-left: 10px;
}
.header-wrapper .user-panel button.dropdown-toggle {
  border: 0;
  padding: 0;
  background: none;
  height: 36px;
  line-height: 36px;
  float: right;
}
.header-wrapper .user-panel .tooltip {
  left: auto!important;
  right: -10px;
}
.header-wrapper .user-panel .tooltip .tooltip-arrow {
  left: auto!important;
  right: 10px;
}
.header-wrapper .user-panel .caret {
  margin: 0 3px;
  display: none;
}
.header-wrapper .nav-main-container {
  max-width: calc(100% - 370px);
  width: auto;
  min-width: 0;
  flex: 1;
  order: 1;
  margin-right: auto;
}
@media only screen and (min-width: 1600px) {
  .header-wrapper .nav-main-container {
    max-width: none;
  }
}
.header-wrapper .nav-main-container > .nav-main {
  display: flex;
}
.header-wrapper .nav-main-container > .nav-main > .push-panel {
  flex: 0 auto;
  width: auto;
  min-width: 0;
  display: flex;
  margin-right: auto;
}
@media only screen and (min-width: 1600px) {
  .header-wrapper .nav-main-container > .nav-main > .push-panel {
    margin-right: 0;
  }
}
.header-wrapper .nav-main-container > .nav-main > .search-wrapper {
  flex: 1 auto;
  max-width: calc(100% - 370px);
  margin-left: 10px;
  min-width: 370px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .header-wrapper .nav-main-container > .nav-main > .search-wrapper {
    max-width: calc(100% - 20px);
    margin-left: 0;
    min-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .header-wrapper .nav-main-container > .nav-main > .search-wrapper {
    flex: none;
    margin: 0 auto;
    min-width: 600px;
  }
}
.header-wrapper .nav {
  order: 3;
}
.header-wrapper .wt-pages-links {
  order: 2;
}
.header-wrapper .nav-pills {
  order: 3;
}
@media only screen and (min-width: 1025px) {
  .header-wrapper header > .container {
    padding: 10px 20px;
  }
}
.header-wrapper .nav li > .user-nav-icon {
  position: relative;
}
.header-wrapper .nav li > .user-nav-icon > sup {
  position: absolute;
  top: -5px;
  right: -5px;
  pointer-events: none;
}
.header-wrapper .nav li > .user-nav-icon .badge {
  background-color: #1885ba;
  color: #fff;
}
.header-wrapper #private_message_notification ~ sup .badge {
  border-color: #ff78b6;
}
.header-wrapper .nav > li > a {
  font-size: 20px;
  font-size: 17px;
  display: block;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.9);
}
.header-wrapper .nav > li > a:hover,
.header-wrapper .nav > li > a:focus {
  color: #1885ba;
}
.header-wrapper .nav > li > a > i {
  font-size: 120%;
  display: block;
}
.header-wrapper .nav-pills > li {
  margin-left: 20px;
}
.header-wrapper .wt-pages-links {
  display: block !important;
}
.header-wrapper .wt-pages-links > li {
  display: none !important;
}
.header-wrapper .wt-pages-links .start-new-topic-btn {
  display: block !important;
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
  line-height: 30px;
  margin-left: 20px !important;
  margin-right: 10px !important;
}
@media only screen and (max-width: 767px) {
  .header-wrapper .wt-pages-links .start-new-topic-btn {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper .nav > li.logged-in > a > i:hover,
  .header-wrapper .wt-pages-links > .search_modal_toggle > a > i:hover,
  .header-wrapper .user-panel .image-wrapper:hover {
    color: #1885ba;
  }
  .header-wrapper .nav > li.logged-in > a > i,
  .header-wrapper .wt-pages-links > .search_modal_toggle > a > i {
    margin-left: 10px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
  }
  .header-wrapper .nav > li.logged-in > a > i:before,
  .header-wrapper .wt-pages-links > .search_modal_toggle > a > i:before {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .header-wrapper .nav-main-container {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper #links-nav {
    display: block;
  }
  .header-wrapper #logo_wrapper {
    font-size: 25px;
  }
  .header-wrapper .nav-pills > li > a {
    font-size: 17px;
  }
}
.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 {
  padding: 2px 4px;
  min-width: 20px;
  border: 2px solid #1885ba;
  font-size: 17px;
  font-size: 15px;
}
.wt-body .checkbox .checkbox-material .check {
  border-color: rgba(0, 0, 0, 0.2);
}
.wt-body .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.wt-body .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
.header-image {
  display: none !important;
}
#body-wrapper .header-image {
  padding-top: 0;
  padding-bottom: 0;
}
.header-image {
  display: block !important;
}
#header_image {
  display: block;
  overflow: hidden;
  background-image: url(https://cdn.websitetoolbox.com/images/header_images/header_image_6.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1920px;
  margin: 0 auto 20px;
  max-width: 100%;
  --size: 100%;
  border-radius: 10px;
}
#header_image:before {
  content: " ";
  float: left;
  padding-top: calc(0.20833333333333334 * 100%);
  padding-top: calc(0.20833333333333334 * var(--size));
}
html {
  background: #ffffff;
  background-image: default_value;
  background-repeat: repeat;
  background-position-y: top;
  background-position-x: center;
  background-attachment: scroll;
  background-position: center;
}
.wt-body {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .padding-small,
  html .wt-body .premium_subscription > .panel-body > div,
  html .container.events .upcoming-events,
  html .topics-list .panel-body > ul > li,
  html .topics-list .panel-body > #sortable > ul > li,
  html #forums .panel-body > ul > li,
  html #who-all > li,
  html .table-responsive .form-horizontal,
  html #feed-main > .col-xs-12,
  html #memberListFrm .panel-body > ul > li,
  html .first-post.preview-post .tab-content .panel,
  html .container.settings > .panel:not(:first-child),
  html .container.settings > form > .panel,
  html .container > #approval_queue .panel:nth-child(2) .panel-body > ul,
  html .container > #approval_queue .panel:nth-child(2) .panel-body > #feed-main,
  html .container > #approval_queue #pendingMembers > ul.col-sm-12 > li,
  html .wt-albums .panel-heading,
  html .wt-single-album .panel-heading,
  html .wt-album-single-photo .panel-heading,
  html .wt-single-album .album-info,
  html .wt-ignore-users .ignore-list > ul > li,
  html #files .files-list .panel-body > ul > li {
    padding: 10px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#body-wrapper .calendar-month > tbody > tr td {
  background: #f1f5fa !important;
}
.dot {
  content: '';
  width: 3px;
  height: 3px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  top: -4.5px;
}
@media only screen and (min-width: 1025px) {
  .fade-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
    z-index: 3;
    right: 0;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    margin-bottom: 1px;
  }
}
.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;
}
.wt-body {
  word-wrap: break-word;
  max-width: 100vw;
  word-break: break-word;
  font-size: 20px;
}
.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(0, 0, 0, 0.7);
}
h2,
.h2 {
  font-size: 36px;
}
#body-wrapper *::-webkit-scrollbar {
  background-color: transparent;
  width: 11px;
}
#body-wrapper *::-webkit-scrollbar-track {
  background-color: transparent;
}
#body-wrapper *::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 2px solid transparent;
  border-radius: 20px;
}
#body-wrapper *::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
}
.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;
}
.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 .main-container {
  margin: 20px 0px;
  position: relative;
  min-height: calc(100vh - 97px - var(--mainFooter));
}
.wt-body .main-container > br {
  display: none;
}
.wt-body .container,
.wt-body #notificationsList {
  padding: 10px 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .container,
  .wt-body #notificationsList {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .container,
  .wt-body #notificationsList {
    padding: 10px;
    Width: 100%;
    max-width: 100%;
  }
}
.hdx textarea,
.upload-attachments #deleting_attachment,
#edit_icon,
.notify-me,
.reply-menu,
.pages,
.ghost,
.ripple-container {
  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 > .panel-body > div {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
}
.wt-body .premium_subscription .top-margin {
  margin: 40px 0 20px;
  text-align: center;
}
#announcementEditIcon {
  background: #12a9d8;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -16px;
  left: 2px;
}
#announcementEditIcon i:before {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  #announcementEditIcon {
    left: 25px;
    top: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #announcementEditIcon {
    left: 5px;
  }
}
.wt-body .announcement-header {
  margin-bottom: 20px;
  position: relative;
}
.wt-body .announcement-header .mce-tinymce {
  border: 0 !important;
  background: none;
}
.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 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 [id^="attachmentContainer_"] a {
  padding: 3px 6px 4px;
  margin-right: 2px;
  margin-top: 3px;
  border: 0;
  color: rgba(0, 0, 0, 0.5);
}
.wt-body .announcement-header [id^="attachmentContainer_"] a:hover {
  color: #1885ba;
}
.wt-body .announcement-header [id^="attachmentContainer_"] i {
  line-height: normal;
}
.wt-body .announcement-header [id^="attachmentContainer_"] i:before {
  font-size: 85%;
  opacity: 1;
}
.wt-body .announcement-header [id^="image_button_"] {
  display: inline-block;
}
.wt-body .announcement-header .mce-tinymce.mce-container {
  padding: 10px;
}
.wt-body .announcement-header .mce-content-body {
  position: absolute;
  bottom: 0;
}
.wt-body .announcement-header .announcement_button {
  margin-top: -47px;
  padding: 0 10px;
  position: relative;
}
.wt-body .announcement-header .mce-toolbar-grp {
  margin-left: 180px;
}
.wt-body .announcement-header .mce-container-body .mce-resizehandle {
  right: 10px;
  bottom: -10px;
}
.wt-body .announcement-header:has(+ .content-panel.forum-list) {
  margin-bottom: 0;
}
.wt-body .announcement-header #welcomeMessage {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wt-body .announcement-header .announcement_button {
    margin: 10px 0 0 0;
    padding: 0;
  }
  .wt-body .announcement-header .mce-toolbar-grp {
    margin-left: 0 !important;
  }
}
.custom-home {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background: #f1f5fa;
  padding: 20px;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .custom-home {
    padding: 10px;
  }
}
.custom-home + .btn .icon-left-small {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 5px;
  display: inline-block;
}
.custom-home + .btn .icon-left-small:before {
  top: 1px;
}
.container.events {
  margin-top: 0;
  clear: both;
  padding-top: 0;
}
.container.events .upcoming-events {
  background: #f1f5fa;
  padding: 15px 20px;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
  border-radius: 10px;
}
.container.events .upcoming-events .eventTime:not(:last-child):after {
  content: ",";
}
.back-message {
  font-size: 23px;
  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 .files-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 .files-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 .files-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: 18px;
  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;
}
.admin-content-divider {
  display: block;
  text-align: center;
  margin: 10px 0 40px;
  Clear: both;
}
.admin-content-divider .icon-shield:before {
  padding-left: 0;
}
.admin-content-divider:before,
.admin-content-divider:after {
  content: " ";
  width: calc(50% - 120px);
  display: block;
  transform: translateY(10px);
  border-bottom: 1px solid #cfd8e3;
}
.admin-content-divider:before {
  float: left;
}
.admin-content-divider:after {
  float: right;
}
.display_name .display_fullname,
.display_name .display_guestname,
.display_name .display_username:only-of-type {
  font-size: 23px;
  color: #1885ba;
  color: #1885ba !important;
}
.display_name .display_fullname ~ .display_username:not(.display_name.two_line .display_username, .profile-name, #feed-main .display_username),
.display_name .display_guestname ~ .display_username:not(.display_name.two_line .display_username, .profile-name, #feed-main .display_username),
.display_name .display_username:only-of-type ~ .display_username:not(.display_name.two_line .display_username, .profile-name, #feed-main .display_username) {
  margin-left: 5px;
}
.display_name > .display_username {
  color: #777777;
  color: #777777 !important;
}
.display_name.two_line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.display_name.two_line .display_fullname {
  order: 1;
  max-width: 100%;
}
.display_name.two_line .display_username {
  order: 2;
  max-width: 100%;
}
.display_name.text-truncate > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .display_name.mobile_device {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .display_name.mobile_device .display_fullname {
    order: 1;
  }
  .display_name.mobile_device .display_username {
    order: 2;
  }
  #posts-list > #feed-main .display_name.mobile_device {
    display: inline-block;
  }
}
.user_token {
  padding-right: 10px;
  line-height: 22px;
  float: left;
  margin: 10px 10px 0 0;
  position: relative;
}
.user_token > .image-wrapper.image-wrapper {
  height: 22px;
  width: 22px !important;
  float: left;
  border: none;
}
.user_token > .image-wrapper.image-wrapper.mini > i {
  width: 13px;
  height: 13px;
  line-height: 14px;
  font-size: 7px;
}
.user_token > .image-wrapper.image-wrapper.mini > i:before {
  margin-left: 1px;
}
.user_token > .display_name {
  font-size: 19px;
  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-size: inherit;
}
.user_token > .display_name > a:first-child:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #000;
  opacity: 0;
  border-radius: 20px;
}
.user_token:hover > .display_name > a:first-child:before {
  opacity: 0.025;
}
.post-body-content ul:not(.dropdown-menu):not(.post-attachments),
.sign-container #user_signature.align-top ul:not(.dropdown-menu):not(.post-attachments),
#rules_box ul:not(.dropdown-menu):not(.post-attachments),
.announcement-header ul:not(.dropdown-menu):not(.post-attachments),
.custom-home ul:not(.dropdown-menu):not(.post-attachments),
.premium_subscription ul:not(.dropdown-menu):not(.post-attachments) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  list-style-type: disc;
}
.post-body-content ul:not(.dropdown-menu):not(.post-attachments) ul,
.sign-container #user_signature.align-top ul:not(.dropdown-menu):not(.post-attachments) ul,
#rules_box ul:not(.dropdown-menu):not(.post-attachments) ul,
.announcement-header ul:not(.dropdown-menu):not(.post-attachments) ul,
.custom-home ul:not(.dropdown-menu):not(.post-attachments) ul,
.premium_subscription ul:not(.dropdown-menu):not(.post-attachments) ul,
.post-body-content ul:not(.dropdown-menu):not(.post-attachments) ol,
.sign-container #user_signature.align-top ul:not(.dropdown-menu):not(.post-attachments) ol,
#rules_box ul:not(.dropdown-menu):not(.post-attachments) ol,
.announcement-header ul:not(.dropdown-menu):not(.post-attachments) ol,
.custom-home ul:not(.dropdown-menu):not(.post-attachments) ol,
.premium_subscription ul:not(.dropdown-menu):not(.post-attachments) ol {
  margin-top: 0;
  margin-bottom: 0;
}
.post-body-content ul:not(.dropdown-menu):not(.post-attachments) ul,
.sign-container #user_signature.align-top ul:not(.dropdown-menu):not(.post-attachments) ul,
#rules_box ul:not(.dropdown-menu):not(.post-attachments) ul,
.announcement-header ul:not(.dropdown-menu):not(.post-attachments) ul,
.custom-home ul:not(.dropdown-menu):not(.post-attachments) ul,
.premium_subscription ul:not(.dropdown-menu):not(.post-attachments) ul {
  list-style-type: circle;
}
.post-body-content ol,
.sign-container #user_signature.align-top ol,
#rules_box ol,
.announcement-header ol,
.custom-home ol,
.premium_subscription ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  list-style-type: decimal;
}
.post-body-content ol ul:not(.dropdown-menu),
.sign-container #user_signature.align-top ol ul:not(.dropdown-menu),
#rules_box ol ul:not(.dropdown-menu),
.announcement-header ol ul:not(.dropdown-menu),
.custom-home ol ul:not(.dropdown-menu),
.premium_subscription ol ul:not(.dropdown-menu),
.post-body-content ol ol,
.sign-container #user_signature.align-top ol ol,
#rules_box ol ol,
.announcement-header ol ol,
.custom-home ol ol,
.premium_subscription ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.post-body-content ol ul:not(.dropdown-menu),
.sign-container #user_signature.align-top ol ul:not(.dropdown-menu),
#rules_box ol ul:not(.dropdown-menu),
.announcement-header ol ul:not(.dropdown-menu),
.custom-home ol ul:not(.dropdown-menu),
.premium_subscription ol ul:not(.dropdown-menu) {
  list-style-type: circle;
}
#prefooter {
  clear: both;
}
#prefooter:empty {
  display: none !important;
}
.container.settings ~ #prefooter,
.wt-categories ~ #prefooter,
#category_list.subcategory-list ~ #prefooter {
  padding-top: 10px;
}
.messages.container ~ #prefooter,
.calendar.container ~ #prefooter {
  padding-top: 20px;
}
.social_login_btn {
  line-height: 1;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  overflow: hidden;
  text-decoration: none !important;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-top: 4px solid transparent;
  border-radius: 15px;
  color: #666;
  background: #fff;
  margin: 0 5px 5px 0;
  border: 1px solid #cfd8e3;
  font-size: 17px;
  width: 110px;
  justify-content: center;
  width: 140px;
  letter-spacing: normal !important;
}
.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;
  text-align: center;
  margin-top: 10px;
}
.social_login_btn img {
  height: 1.6em;
  width: 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(0, 0, 0, 0.6);
  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 #cfd8e3;
  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: bold;
  font-size: 21px;
  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 {
  border: 1px solid #cfd8e3;
  transform-origin: left top;
  display: block;
}
.two-fa-code-container .two-fa-code-text {
  text-align: center;
  padding: 12px 10px 10px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 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: 15px;
}
.two-fa-setup-info {
  width: calc(100% - 200px);
  padding-left: 80px;
  font-size: 23px;
}
.two-fa-setup-info p {
  margin-bottom: 10px;
}
.two-fa-setup-info input#twoFaCode {
  width: 340px;
  font-size: 25.6px;
  height: auto;
  margin: 20px 0;
  padding: 10px 20px;
  float: left;
  line-height: 1;
}
.two-fa-setup-info input#twoFaCode::-moz-placeholder {
  font-size: 25.6px;
}
.two-fa-setup-info input#twoFaCode:-ms-input-placeholder {
  font-size: 25.6px;
}
.two-fa-setup-info input#twoFaCode::-webkit-input-placeholder {
  font-size: 25.6px;
}
.two-fa-setup-info input#twoFaCode::-moz-placeholder {
  font-size: 25.6px;
}
.two-fa-setup-info input#twoFaCode:-ms-input-placeholder {
  font-size: 25.6px;
}
.two-fa-setup-info input#twoFaCode::-webkit-input-placeholder {
  font-size: 25.6px;
}
.two-fa-setup-info #enable2FA {
  width: 340px;
  float: left;
  clear: both;
  line-height: 1;
  padding: 10px 0;
}
.wt-login-authentication .form-group.two-fa-for-login {
  width: 400px;
  max-width: 100%;
  margin: auto;
  display: flex;
  padding: 40px 0;
  font-size: 23px;
}
.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 {
  font-size: inherit;
}
.wt-login-authentication .form-group.two-fa-for-login > input:-ms-input-placeholder {
  font-size: inherit;
}
.wt-login-authentication .form-group.two-fa-for-login > input::-webkit-input-placeholder {
  font-size: inherit;
}
.wt-login-authentication .form-group.two-fa-for-login > input::-moz-placeholder {
  font-size: inherit;
}
.wt-login-authentication .form-group.two-fa-for-login > input:-ms-input-placeholder {
  font-size: inherit;
}
.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(24, 133, 186, 0.5);
}
.container.settings #wrapper2FA input[type=checkbox]:disabled:checked + .toggle:after {
  background-color: #1885ba;
}
.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;
}
.scl-bnt-scn {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  justify-content: center;
}
.form-horizontal .form-group > .scl-bnt-scn {
  width: 100%;
}
#search-par .admin-content-divider {
  align-items: center;
  display: flex;
  justify-content: center;
}
#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 {
  transform: inherit;
  width: calc(50% - 100px);
  width: calc(50% - (23px + 104px));
}
.caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
pre.prettyprinted {
  word-break: normal;
  word-wrap: normal;
}
pre.prettyprinted::-webkit-scrollbar {
  height: 11px;
}
.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: 20px;
}
.panel-title {
  font-size: 22px;
}
legend {
  font-size: 30px;
}
#message {
  width: 100%;
}
#changePostOwnershipForm label[for=postOwner].control-label {
  padding-left: 10px;
}
#changePostOwnershipForm label[for=postOwner].control-label + .col-sm-9 > #postOwnerSection > .twitter-typeahead {
  margin-top: 10px !important;
}
#postheader ~ .container:not(#prefooter),
#postheader {
  padding-top: 0 !important;
}
.wt-body #body-wrapper .mobile-notification-section.mobile-notification-section {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .wt-body #body-wrapper .mobile-notification-section.mobile-notification-section {
    margin-top: 15px;
  }
}
.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 {
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  text-transform: uppercase;
}
.wt-body #body-wrapper .mobile-notification-section.mobile-notification-section > div.pull-left {
  margin-bottom: 10px;
}
#postGuestName {
  margin-bottom: 10px;
}
.tooltipText#selectionReplyTooltip {
  border-radius: 5px;
}
.tooltipText#selectionReplyTooltip:before {
  content: '\e8a7';
  opacity: 1;
  padding-right: 4px;
  padding-left: 0;
  font-size: 105%;
}
.code-box > .copy-code .icon-copy-code {
  color: rgba(0, 0, 0, 0.7);
}
#user_signature .code-box > .copy-code .icon-copy-code:before {
  font-size: 105%;
  top: 6px;
}
#body-wrapper .code-box ol.linenums {
  padding-left: 15px;
  margin-left: 25px;
  border-left: 0.5px solid rgba(0, 0, 0, 0.2);
}
#editorLinkTooltip#editorLinkTooltip + .popover {
  border-radius: 20px;
}
#editorLinkTooltip#editorLinkTooltip + .popover .popover-content {
  border-radius: 20px;
}
.wt-body #notificationsList #notifications-wrapper .user-nav-list > a {
  align-items: self-start;
}
.wt-body #notificationsList #notifications-wrapper .user-nav-list > a .notifContentWrapper {
  margin-top: 8px;
  margin-top: 4px;
}
.wt-body #notificationsList #notifications-wrapper .user-nav-list > a .conversation-tagged {
  margin-top: 11px;
  margin-top: 8px;
}
#body-wrapper #noNotification-img + h4 + p {
  padding: 0 !important;
  background: none !important;
}
#notificationsList > .panel-default > .panel-title {
  width: auto;
  float: left;
  margin-bottom: 20px;
}
#notificationsList > .panel-default > .panel-title > h2 {
  margin: 0;
}
#notificationsList > .panel-default .panel-menu > .pull-right {
  margin: 10px 0;
}
#body-wrapper #postEditModal .modal-body:has(> .text-center) {
  padding-top: 10px;
}
#body-wrapper #postEditModal .modal-body:has(.display_name) {
  padding-top: 0;
}
#body-wrapper #postEditModal .modal-content:has(.display_name) .modal-header {
  padding-bottom: 15px;
}
.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: #1885ba !important;
}
.wt-body #body-wrapper #pmsg_list .mark-as-read:hover,
.wt-body #body-wrapper #pmsg_list .mark-as-read.markedAsRead,
.wt-body #body-wrapper #pmsg_list .mark-as-read.markedAsRead .icon-sweep {
  color: #12658d !important;
}
.username-text .display_name > a,
[id^="inTheCategory_"] a {
  font-size: 20px !important;
}
#approval_queue .post-date:before {
  display: none !important;
}
#approval_queue .wt-calendar-name {
  font-style: italic;
}
.wt-body .edited-link:before {
  color: inherit;
}
.wt-post-listing #body-wrapper textarea.mceEditor {
  border: none;
}
.wt-post-listing #body-wrapper #quickReplyPost .editor-container .spinner {
  margin-top: -10px;
}
#postheader > div,
#announcementHeader > div {
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
}
#postheader > div:before,
#announcementHeader > div:before {
  display: none !important;
}
#postheader > div .close,
#announcementHeader > div .close {
  right: -14px !important;
}
#postheader > div .close:before,
#announcementHeader > div .close:before,
#postheader > div .close:after,
#announcementHeader > div .close:after {
  background-color: #1885ba !important;
}
@font-face {
  font-family: 'fontello';
  src: url('/fonts/forum1/forum1.eot?644143');
  src: url('/fonts/forum1/forum1.eot?644143#iefix') format('embedded-opentype'), url('/fonts/forum1/forum1.woff2?644143') format('woff2'), url('/fonts/forum1/forum1.woff?644143') format('woff'), url('/fonts/forum1/forum1.ttf?644143') format('truetype'), url('/fonts/forum1/forum1.svg?644143#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'playtime';
  src: url('/fonts/playtime/playtime.eot?96330197');
  src: url('/fonts/playtime/playtime.eot?96330197#iefix') format('embedded-opentype'), url('/fonts/playtime/playtime.woff2?96330197') format('woff2'), url('/fonts/playtime/playtime.woff?96330197') format('woff'), url('/fonts/playtime/playtime.ttf?96330197') format('truetype'), url('/fonts/playtime/playtime.svg?96330197#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon:before,
.icon:before,
.wt-icon-font,
.wt-body .alert-success:before,
.wt-body .alert-info:before,
.wt-body .alert-warning:before,
.wt-body .alert-danger:before,
.user-panel .dropdown-menu a:before,
div[id^="insertimagemodal"] [id^="imagesError"] > span:not(.alert):before,
.wt-body button.multiselect:after,
#body-wrapper button.multiselect:after,
.wt-body .wt-category-dropdown-toggle:after,
#body-wrapper .wt-category-dropdown-toggle:after,
.wt-body #forumsDropdown:after,
#body-wrapper #forumsDropdown:after,
.wt-body .dropdownjs:after,
#body-wrapper .dropdownjs:after,
.wt-body #categoryDropdown:after,
#body-wrapper #categoryDropdown:after,
.calendar-header .calendar-mode > .btn-group:after,
.calendar .calendar-month td .calendar-details > .events .recurring > a:before,
.messages #unread_messages:before,
.messages #load_prev_pvt_msgs:before,
#events_list .post-date:before,
.calendar-day-wrapper .post-date: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,
.wt-member-search .form-group > .col-xs-4.bd-wrapper:after {
  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-airplane:before,
.glyphicon-airplane:before {
  content: '\e800';
}
.icon-align-center:before,
.glyphicon-align-center:before {
  content: '\e801';
}
.icon-align-justify:before,
.glyphicon-align-justify:before {
  content: '\e802';
}
.icon-align-left:before,
.glyphicon-align-left:before {
  content: '\e803';
}
.icon-align-right:before,
.glyphicon-align-right:before {
  content: '\e804';
}
.icon-arrow-up:before,
.glyphicon-arrow-up:before {
  content: '\e805';
}
.icon-asterisk:before,
.glyphicon-asterisk:before {
  content: '\e806';
}
.icon-backward:before,
.glyphicon-backward:before {
  content: '\e807';
}
.icon-ban-circle:before,
.glyphicon-ban-circle:before {
  content: '\e808';
}
.icon-bell:before,
.glyphicon-bell:before {
  content: '\e809';
}
.icon-up:before {
  content: '\e898';
}
.icon-birthday:before,
.glyphicon-birthday:before {
  content: '\e80a';
}
.icon-bookmark:before,
.glyphicon-bookmark:before {
  content: '\e80b';
}
.icon-briefcase:before,
.glyphicon-briefcase:before {
  content: '\e80c';
}
.icon-calendar:before,
.glyphicon-calendar:before {
  content: '\e80d';
}
.icon-camera:before,
.glyphicon-camera:before {
  content: '\e80e';
}
.icon-cart:before,
.glyphicon-cart:before {
  content: '\e80f';
}
.icon-check:before,
.glyphicon-check:before {
  content: '\e810';
}
.icon-chevron-down:before,
.glyphicon-chevron-down:before {
  content: '\e811';
}
.icon-chevron-left:before,
.glyphicon-chevron-left:before {
  content: '\e812';
}
.icon-chevron-right:before,
.glyphicon-chevron-right:before {
  content: '\e813';
}
.icon-chevron-up:before,
.glyphicon-chevron-up:before {
  content: '\e814';
}
.icon-circle-arrow-down:before,
.glyphicon-circle-arrow-down:before {
  content: '\e815';
}
.icon-circle-arrow-left:before,
.glyphicon-circle-arrow-left:before {
  content: '\e816';
}
.icon-circle-arrow-right:before,
.glyphicon-circle-arrow-right:before {
  content: '\e817';
}
.icon-circle-arrow-up:before,
.glyphicon-circle-arrow-up:before {
  content: '\e818';
}
.icon-cog:before,
.glyphicon-cog:before {
  content: '\e819';
}
.icon-collapse-down:before,
.glyphicon-collapse-down:before {
  content: '\e81a';
}
.icon-collapse-up:before,
.glyphicon-collapse-up:before {
  content: '\e81b';
}
.icon-comment-empty:before,
.glyphicon-comment-empty:before {
  content: '\e81d';
}
.icon-comment:before,
.glyphicon-comment:before {
  content: '\e81c';
}
.icon-custom:before,
.glyphicon-custom:before {
  content: '\e81e';
}
.icon-dashboard:before,
.glyphicon-dashboard:before {
  content: '\e81f';
}
.icon-dislike-alt:before,
.glyphicon-dislike-alt:before {
  content: '\e820';
}
.icon-down-arrow:before,
.glyphicon-down-arrow:before {
  content: '\e821';
}
.icon-down-dir:before,
.glyphicon-down-dir:before,
.wt-body button.multiselect:after,
#body-wrapper button.multiselect:after,
.wt-body .wt-category-dropdown-toggle:after,
#body-wrapper .wt-category-dropdown-toggle:after,
.wt-body #forumsDropdown:after,
#body-wrapper #forumsDropdown:after,
.wt-body .dropdownjs:after,
#body-wrapper .dropdownjs:after,
.wt-body #categoryDropdown:after,
#body-wrapper #categoryDropdown:after,
.calendar-header .calendar-mode > .btn-group:after {
  content: '\e822';
}
.icon-down-small:before,
.glyphicon-down-small:before {
  content: '\e823';
}
.icon-edit:before,
.glyphicon-edit:before {
  content: '\e824';
}
.icon-eject:before,
.glyphicon-eject:before {
  content: '\e825';
}
.icon-envelope:before,
.glyphicon-envelope:before {
  content: '\e826';
}
.icon-exclamation-sign:before,
.glyphicon-exclamation-sign:before {
  content: '\e827';
}
.icon-eye-close:before,
.glyphicon-eye-close:before {
  content: '\e828';
}
.icon-eye-open:before,
.glyphicon-eye-open:before {
  content: '\e829';
}
.icon-facebook:before,
.glyphicon-facebook:before {
  content: '\e82a';
}
.icon-facetime-video:before,
.glyphicon-facetime-video:before {
  content: '\e82b';
}
.icon-fast-backward:before,
.glyphicon-fast-backward:before {
  content: '\e82c';
}
.icon-fast-forward:before,
.glyphicon-fast-forward:before {
  content: '\e82d';
}
.icon-file:before,
.glyphicon-file:before,
.glyphicon-doc::before {
  content: '\e82e';
}
.icon-film:before,
.glyphicon-film:before {
  content: '\e82f';
}
.icon-filter:before,
.glyphicon-filter:before {
  content: '\e830';
}
.icon-flag:before,
.glyphicon-flag:before {
  content: '\e831';
}
.icon-folder-close:before,
.glyphicon-folder-close:before {
  content: '\e832';
}
.icon-folder-open:before,
.glyphicon-folder-open:before {
  content: '\e833';
}
.icon-forward:before,
.glyphicon-forward:before {
  content: '\e834';
}
.icon-fullscreen:before,
.glyphicon-fullscreen:before {
  content: '\e835';
}
.icon-gift:before,
.glyphicon-gift:before {
  content: '\e836';
}
.icon-globe:before,
.glyphicon-globe:before,
.icon-globe-americas:before,
.glyphicon-globe-americas:before {
  content: '\e837';
}
.icon-heart:before,
.glyphicon-heart:before {
  content: '\e838';
}
.icon-home:before,
.glyphicon-home:before {
  content: '\e839';
}
.icon-icon-tile-horizontally:before,
.glyphicon-icon-tile-horizontally:before {
  content: '\e83a';
}
.icon-icon-tile-none:before,
.glyphicon-icon-tile-none:before {
  content: '\e83b';
}
.icon-icon-tile-vertically:before,
.glyphicon-icon-tile-vertically:before {
  content: '\e83c';
}
.icon-ignore:before,
.glyphicon-ignore:before {
  content: '\e83d';
}
.icon-inbox:before,
.glyphicon-inbox:before {
  content: '\e83e';
}
.icon-info-sign:before,
.glyphicon-info-sign:before {
  content: '\e83f';
}
.icon-italic:before,
.glyphicon-italic:before {
  content: '\e840';
}
.icon-left-arrow:before,
.glyphicon-left-arrow:before {
  content: '\e841';
}
.icon-left-dir:before,
.glyphicon-left-dir:before {
  content: '\e842';
}
.icon-left-small:before,
.glyphicon-left-small:before {
  content: '\e843';
}
.icon-like-alt:before,
.glyphicon-like-alt:before {
  content: '\e844';
}
.icon-link:before,
.glyphicon-link:before {
  content: '\e845';
}
.icon-list-alt:before,
.glyphicon-list-alt:before {
  content: '\e846';
}
.icon-lock:before,
.glyphicon-lock:before {
  content: '\e847';
}
.icon-log-in:before,
.glyphicon-log-in:before {
  content: '\e848';
}
.icon-log-out:before,
.glyphicon-log-out:before {
  content: '\e849';
}
.icon-magnet:before,
.glyphicon-magnet:before {
  content: '\e84a';
}
.icon-mail-alt:before,
.glyphicon-mail-alt:before,
.messages #unread_messages:before,
.messages #load_prev_pvt_msgs:before {
  content: '\e84b';
}
.icon-map:before,
.glyphicon-map:before {
  content: '\e84c';
}
.icon-menu:before,
.glyphicon-menu:before {
  content: '\e84d';
}
.icon-minus-sign:before,
.glyphicon-minus-sign:before {
  content: '\e84f';
}
.icon-minus:before,
.glyphicon-minus:before {
  content: '\e84e';
}
.icon-move:before,
.glyphicon-move:before {
  content: '\e850';
}
.icon-mute:before,
.glyphicon-mute:before {
  content: '\e851';
}
.icon-off:before,
.glyphicon-off:before,
.user-panel .dropdown-menu > li > a:before {
  content: '\e852';
}
.icon-ok-circle:before,
.glyphicon-ok-circle:before {
  content: '\e854';
}
.icon-ok-sign:before,
.glyphicon-ok-sign:before {
  content: '\e855';
}
.icon-ok:before,
.glyphicon-ok:before {
  content: '\e853';
}
.icon-paperclip:before,
.glyphicon-paperclip:before {
  content: '\e856';
}
.icon-pause:before,
.glyphicon-pause:before {
  content: '\e857';
}
.icon-pencil:before,
.glyphicon-pencil:before,
.user-panel .dropdown-menu .user-nav-panel li:nth-child(4) a:before {
  content: '\e858';
}
.icon-picture:before,
.glyphicon-picture:before {
  content: '\e859';
}
.icon-play:before,
.glyphicon-play:before {
  content: '\e85a';
}
.icon-plus-sign:before,
.glyphicon-plus-sign:before {
  content: '\e85c';
}
.icon-plus:before,
.glyphicon-plus:before {
  content: '\e85b';
}
.icon-print:before,
.glyphicon-print:before {
  content: '\e85d';
}
.icon-pushpin:before,
.glyphicon-pushpin:before {
  content: '\e85e';
}
.icon-question-sign:before,
.glyphicon-question-sign:before {
  content: '\e85f';
}
.icon-random:before,
.glyphicon-random:before {
  content: '\e860';
}
.icon-record:before,
.glyphicon-record:before {
  content: '\e861';
}
.icon-reload:before,
.glyphicon-reload:before {
  content: '\e862';
}
.icon-remove-circle:before,
.glyphicon-remove-circle:before {
  content: '\e864';
}
.icon-remove-sign:before,
.glyphicon-remove-sign:before {
  content: '\e865';
}
.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: '\e863';
}
.icon-repeat:before,
.glyphicon-repeat:before {
  content: '\e866';
}
.icon-resize-horizontal:before,
.glyphicon-resize-horizontal:before {
  content: '\e867';
}
.icon-resize-screen:before,
.glyphicon-resize-screen:before {
  content: '\e868';
}
.icon-resize-small:before,
.glyphicon-resize-small:before {
  content: '\e869';
}
.icon-resize-vertical:before,
.glyphicon-resize-vertical:before {
  content: '\e86a';
}
.icon-retweet:before,
.glyphicon-retweet:before,
.calendar .calendar-month td .calendar-details > .events .recurring > a:before {
  content: '\e86b';
}
.icon-right-arrow:before,
.glyphicon-right-arrow:before {
  content: '\e86c';
}
.icon-right-dir:before,
.glyphicon-right-dir:before {
  content: '\e86d';
}
.icon-road:before,
.glyphicon-road:before {
  content: '\e86e';
}
.icon-save:before,
.glyphicon-save:before {
  content: '\e86f';
}
.icon-search:before,
.glyphicon-search:before {
  content: '\e870';
}
.icon-send:before,
.glyphicon-send:before {
  content: '\e871';
}
.icon-share-1:before,
.glyphicon-share-1:before {
  content: '\e873';
}
.icon-share-alt:before,
.glyphicon-share-alt:before {
  content: '\e874';
}
.icon-share-internal:before,
.glyphicon-share-internal:before {
  content: '\e872';
}
.icon-shield:before,
.glyphicon-shield:before {
  content: '\e875';
}
.icon-star-alt:before,
.glyphicon-star-alt:before {
  content: '\e877';
}
.icon-star:before,
.glyphicon-star:before {
  content: '\e876';
}
.icon-stats:before,
.glyphicon-stats:before {
  content: '\e878';
}
.icon-step-backward:before,
.glyphicon-step-backward:before {
  content: '\e879';
}
.icon-step-forward:before,
.glyphicon-step-forward:before {
  content: '\e87a';
}
.icon-stop:before,
.glyphicon-stop:before {
  content: '\e87b';
}
.icon-sweep:before,
.glyphicon-sweep:before {
  content: '\e87c';
}
.icon-tag:before,
.glyphicon-tag:before {
  content: '\e87d';
}
.icon-tags:before,
.glyphicon-tags:before {
  content: '\e87e';
}
.icon-tasks:before,
.glyphicon-tasks:before {
  content: '\e87f';
}
.icon-th-large:before,
.glyphicon-th-large:before {
  content: '\e881';
}
.icon-th-list:before,
.glyphicon-th-list:before {
  content: '\e882';
}
.icon-th:before,
.glyphicon-th:before {
  content: '\e880';
}
.icon-time:before,
.glyphicon-time:before {
  content: '\e883';
}
.icon-transfer:before,
.glyphicon-transfer:before {
  content: '\e884';
}
.icon-trash:before,
.glyphicon-trash:before {
  content: '\e885';
}
.icon-twitter:before,
.glyphicon-twitter:before {
  content: '\e886';
}
.icon-up-dir:before,
.glyphicon-up-dir:before {
  content: '\e887';
}
.icon-usd:before,
.glyphicon-usd:before {
  content: '\e888';
}
.icon-user:before,
.glyphicon-user:before,
#events_list .post-date:before,
.calendar-day-wrapper .post-date:before {
  content: '\e889';
}
.icon-warning-alt:before,
.glyphicon-warning-alt:before {
  content: '\e88b';
}
.icon-warning:before,
.glyphicon-warning:before {
  content: '\e88a';
}
.icon-wrench:before,
.glyphicon-wrench:before,
.user-panel .dropdown-menu .user-nav-panel li:nth-child(3) a:before {
  content: '\e88c';
}
.icon-group:before,
.glyphicon-group:before {
  content: '\e88d';
}
.icon-bell-plus:before {
  content: '\e89d';
}
.icon-bell-check:before,
.user-panel .dropdown-menu .user-nav-panel li:nth-child(5) a:before {
  content: '\e8a3';
}
.icon-check_circle:before,
.glyphicon-check_circle:before {
  content: '\e89f';
}
.icon-calendar:before,
.glyphicon-calendar:before {
  content: "\e802";
  font-family: 'playtime';
  font-size: 1.2em;
}
.icon-category:before,
.glyphicon-category:before {
  content: "\e803";
  font-family: 'playtime';
  font-size: 1.2em;
}
.icon-chat:before,
.glyphicon-chat:before,
.icon-comment:before,
.glyphicon-comment:before {
  content: "\e804";
  font-family: 'playtime';
  font-size: 1.2em;
}
.icon-donate:before,
.glyphicon-donate:before,
.icon-usd:before,
.glyphicon-usd:before {
  content: "\e805";
  font-family: 'playtime';
  font-size: 1.2em;
}
.icon-link:before,
.glyphicon-link:before {
  content: "\e806";
  font-family: 'playtime';
  font-size: 1.2em;
}
.icon-members:before,
.glyphicon-members:before {
  content: "\e807";
  font-family: 'playtime';
  font-size: 1.2em;
}
.icon-topics:before,
.glyphicon-topics:before,
.wt-topic-icon {
  content: "\e808";
  font-family: 'playtime';
  font-size: 1.4em;
  top: 0.1em;
}
.icon-user:before,
.glyphicon-user:before,
#events_list .post-date:before,
.calendar-day-wrapper .post-date:before {
  content: '\e900';
  font-family: 'playtime';
}
.icon-clock,
.glyphicon-clock {
  content: '\e901';
  font-family: 'playtime';
}
.icon-eye,
.icon-eye-open:before,
.glyphicon-eye-open:before {
  content: '\e902';
  font-family: 'playtime';
}
.icon-comment-square:before,
.glyphicon-comment-square:before {
  content: '\e904';
  font-family: 'playtime';
}
.icon-sort:before,
.glyphicon-sort:before,
#sort-by-btn > i:before {
  content: '\e905';
  font-family: 'playtime';
}
.icon-commenting:before,
.icon-comment-empty:before,
.glyphicon-comment-empty:before {
  content: '\e906';
  font-family: 'playtime';
}
.icon-wrench:before,
.glyphicon-wrench:before,
.user-panel .dropdown-menu .user-nav-panel li:nth-child(3) a:before {
  content: '\e994';
  font-family: 'playtime';
}
.icon-share:before,
.glyphicon-share:before,
#body-wrapper .post-edit .icon-link:before,
#body-wrapper .post-edit .glyphicon-link:before {
  content: '\e995';
  font-family: 'playtime';
}
.icon-like-alt:before,
.glyphicon-like-alt:before {
  content: '\e80a';
  font-family: 'playtime';
}
.icon-dislike-alt:before,
.glyphicon-dislike-alt:before {
  content: '\e80b';
  font-family: 'playtime';
}
.voted-yes .icon-like-alt:before,
.voted-yes .glyphicon-like-alt:before {
  content: '\f164';
}
.voted-no .icon-dislike-alt:before,
.voted-no .glyphicon-dislike-alt:before {
  content: '\f165';
}
.icon-crown:before,
.glyphicon-crown:before {
  content: '\e893';
}
.icon-spam-mail:before,
.glyphicon-spam-mail:before {
  content: '\e894';
}
.icon-three-dots:before,
.glyphicon-three-dots:before {
  content: '\f142';
  font-family: 'playtime';
}
.icon-border-left:before {
  content: '\e800';
}
.icon-border-right:before {
  content: '\e801';
}
.glyphicon-user.glyphicon-unban:after {
  content: '✓';
  font-style: normal;
  margin-left: -2px;
  margin-right: -4px;
  font-size: 80%;
  position: relative;
  top: -1px;
}
.glyphicon-user.glyphicon-unban:before {
  padding: 0;
  opacity: 0.95;
}
.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,
.wt-body button.multiselect:after,
#body-wrapper button.multiselect:after,
.wt-body .wt-category-dropdown-toggle:after,
#body-wrapper .wt-category-dropdown-toggle:after,
.wt-body #forumsDropdown:after,
#body-wrapper #forumsDropdown:after,
.wt-body .dropdownjs:after,
#body-wrapper .dropdownjs:after,
.wt-body #categoryDropdown:after,
#body-wrapper #categoryDropdown:after,
.calendar-header .calendar-mode > .btn-group:after {
  font-size: 0.6em;
}
.icon-sweep:before,
.glyphicon-sweep:before {
  font-size: 1.2em;
}
.badge.pin {
  color: inherit;
  font-size: inherit;
  background: none;
  border: none;
  padding: 0;
  min-width: 0;
  margin: 0 5px 0 0;
}
.badge.pin > i:before {
  padding: 0;
}
.btn > .glyphicon:before,
.btn > .icon:before {
  padding: 0;
}
#private_message_notification:before {
  content: '\e84b';
  font-family: "Fontello";
  font-size: inherit;
}
label > .help-tooltip > .icon-shield:before {
  padding: 0;
}
.TopicsCount i:before {
  content: "\e808";
  font-family: 'playtime';
  font-size: 1.4em;
  top: 0.1em;
}
small.icon-shield {
  font-size: 100%;
  line-height: 0.9;
}
.icon-spam-post:before {
  content: "\e901";
}
.icon-moderate:before {
  content: "\e900";
  font-size: 120%;
  position: relative;
  top: 1px;
}
.icon-arrow-bar-up:before {
  content: '\e902';
}
.icon-arrow-bar-down:before {
  content: '\e903';
}
.icon-files:before {
  content: "\e904";
}
.icon-copy-code:before {
  content: '\e8a4';
}
.icon-reply-quote:before {
  content: '\e8a7';
}
.icon-file-single:before,
.glyphicon-file-single:before {
  content: '\e8a0';
}
.icon-filesFolder:before,
.glyphicon-filesFolder:before {
  content: '\e8a1';
}
.icon-advance-search:before {
  content: '\e8a6';
}
.icon-web:before {
  content: '\e8ab';
}
.icon-remove-link:before {
  content: '\e8aa';
}
.glyphicon-privacy:before {
  content: '\e899';
}
.icon-keyboard:before {
  content: '\e8a9';
}
.glyphicon-locked:before {
  content: "\e8ac";
}
.glyphicon-un-lock:before {
  content: "\e8ad";
}
.glyphicon-un-pin:before {
  content: "\e8ae";
}
.icon-dot:before {
  content: "\e8af";
}
.icon-post-edit:before {
  content: "\e8b0";
}
.icon-add:before {
  content: "\e8b1";
}
.forum-title {
  font-size: 25px;
  line-height: normal;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.subforum-list {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.topic-title {
  font-size: 25px;
  line-height: normal;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
#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: 20px;
}
#user-nav-panel-profile span {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .header-wrapper .container > .nav:not(.nav-pills) > li {
    position: static;
  }
  #body-wrapper .header-wrapper .container > .nav:not(.nav-pills) > li > .dropdown-menu {
    top: calc(100% - -2px);
    right: 10px;
    width: auto;
    max-width: calc(100% - 10px - 10px);
  }
  #body-wrapper .header-wrapper .container > .nav:not(.nav-pills) > li:not(.user-panel) .dropdown-menu {
    left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 421px) {
  #body-wrapper .header-wrapper .container > .nav:not(.nav-pills) > li:not(.user-panel) {
    padding: 0 8px;
  }
}
.header-wrapper .nav > li > a {
  margin-top: 0;
}
.user-logged-in .header-wrapper .nav > li > a {
  margin-top: 4px;
}
.wt-body .secondary-header-wrapper .topic-tools > #submenu_follow_forum i {
  margin-left: -3px;
}
@media only screen and (min-width: 1200px) {
  .wt-body .secondary-header-wrapper .start-new-topic-btn {
    display: none !important;
  }
}
.wt-body .secondary-header-wrapper .secondary-header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: top 0.15s ease;
  background: #ffffff;
  border-bottom: 1px solid #cfd8e3;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page > .container {
  min-height: 50px;
}
@media only screen and (max-width: 767px) {
  .wt-body .secondary-header-wrapper .secondary-header.thread-listing-page > .container {
    flex-wrap: wrap !important;
  }
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page .category-of-topic i {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .wt-body .secondary-header-wrapper .secondary-header.thread-listing-page .topic-tools {
    margin-top: 10px;
  }
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page #forum-title {
  max-width: calc(100% - 35px);
  max-width: calc(100% - 40px) !important;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page:not(.sticky-header) > .container:has(.category-of-topic) {
  align-items: flex-start;
  flex-wrap: nowrap;
}
.wt-body .secondary-header-wrapper .secondary-header.thread-listing-page:not(.sticky-header) > .container:has(.category-of-topic) .topic-tools {
  top: 3px;
}
.wt-body .secondary-header-wrapper .container {
  display: flex;
  align-items: center;
  font-size: 23px;
}
.wt-body .secondary-header-wrapper .back-arrow {
  order: 1;
  color: rgba(0, 0, 0, 0.7);
  line-height: normal;
}
.wt-post-listing.wt-body .secondary-header-wrapper .back-arrow {
  margin-bottom: auto;
}
.wt-body .secondary-header-wrapper .back-arrow:hover {
  color: #1885ba;
}
.wt-body .secondary-header-wrapper .back-arrow i:before {
  padding: 0 10px 0 0;
  font-size: 1.3em;
  opacity: 0.6;
}
.wt-body .secondary-header-wrapper #subscribe_topic,
.wt-body .secondary-header-wrapper #forum-title {
  order: 2;
  font-size: 25px;
  line-height: normal;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  line-height: 1.2;
  color: #1885ba;
  cursor: default;
  margin-right: auto;
}
.wt-body .secondary-header-wrapper .category-of-topic {
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  margin: 5px 0 0 0;
  color: rgba(0, 0, 0, 0.7);
  float: left;
  padding-right: 5px;
  display: -webkit-box;
}
.wt-body .secondary-header-wrapper .category-of-topic i:before {
  padding: 0 5px 0 0;
  opacity: 0.6;
  content: "\e803";
  font-family: 'playtime';
  top: -1px;
}
.wt-body .secondary-header-wrapper .category-of-topic a {
  color: inherit;
  margin-right: 5px;
}
.wt-body .secondary-header-wrapper .category-of-topic a:hover {
  color: #1885ba;
}
.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 11px 0 3px;
  opacity: 0.5;
}
.wt-body .secondary-header-wrapper .category-of-topic .breadcrumb-arrow:last-child {
  display: none;
}
.wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag) {
  padding: 0 10px;
  opacity: 0;
  font-size: 16px;
}
.wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag):hover {
  color: #1885ba;
}
.wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag) .glyphicon:before {
  padding: 0;
  position: relative;
  top: 0;
}
.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: auto;
}
.wt-post-listing.wt-body .secondary-header-wrapper .topic-tools .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-post-listing.wt-body .secondary-header-wrapper .topic-tools .dropdown-menu {
    transform: translateX(-65%);
  }
}
.wt-post-listing.wt-body .secondary-header-wrapper .topic-tools .dropdown-menu li a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.wt-post-listing.wt-body .secondary-header-wrapper .topic-tools .dropdown-menu li a span.pull-left {
  padding-right: 10px;
}
.wt-body .secondary-header-wrapper .topic-tools .btn-primary {
  order: 3;
  margin-left: 10px;
  line-height: normal;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .secondary-header-wrapper .topic-tools .btn-primary {
    background: #f1f5fa;
    color: inherit;
    border: 2px solid #dee0e4;
  }
  .wt-body .secondary-header-wrapper .topic-tools .btn-primary:hover {
    color: inherit;
    -webkit-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
    -moz-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
    box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
  }
}
.wt-body .secondary-header-wrapper .topic-tools > a,
.wt-body .secondary-header-wrapper .topic-tools > .dropdown > a {
  position: static !important;
}
.wt-body .secondary-header-wrapper .topic-tools > a > i,
.wt-body .secondary-header-wrapper .topic-tools > .dropdown > a > i {
  display: block;
}
.wt-body .secondary-header-wrapper .topic-tools #categoryFollow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 {
  color: #1885ba;
}
.wt-body .secondary-header-wrapper .topic-tools #categoryFollow .icon-bell-plus:before,
.wt-body .secondary-header-wrapper .topic-tools #categoryFollow .icon-bell-check:before {
  font-size: 88%;
  font-weight: bold;
  top: -3px;
}
.wt-body .secondary-header-wrapper .topic-tools #categoryFollow #categoryFollowDropdown > i:before {
  top: 0;
}
.wt-body .secondary-header-wrapper .topic-tools #submenu_follow_topic .icon-bell-plus:before,
.wt-body .secondary-header-wrapper .topic-tools #submenu_unfollow_topic .icon-bell-plus:before,
.wt-body .secondary-header-wrapper .topic-tools #submenu_follow_topic .icon-bell-check:before,
.wt-body .secondary-header-wrapper .topic-tools #submenu_unfollow_topic .icon-bell-check:before {
  font-size: 105%;
  top: 0;
  font-weight: bold;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .secondary-header-wrapper .topic-tools .start-new-topic-btn {
    display: none !important;
  }
}
.wt-body .secondary-header-wrapper .dropdown .dropdown-menu {
  right: auto;
  left: auto;
}
.wt-body .secondary-header-wrapper .dropdown .caret {
  display: none;
}
.wt-body .secondary-header-wrapper .topic-title {
  color: inherit;
}
.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: 1025px) {
  .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 {
  float: none !important;
  display: inline-block;
  line-height: inherit;
  display: block;
  cursor: default;
}
.wt-body .secondary-header-wrapper a#edit_subject + .tooltip {
  display: none !important;
}
.wt-body .secondary-header-wrapper .editable-input > .form-control {
  font-size: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .secondary-header-wrapper .category-of-topic {
    font-size: 13px;
  }
  .wt-body .secondary-header-wrapper .category-of-topic i:before {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .secondary-header-wrapper .container {
    flex-wrap: wrap;
  }
  .wt-body .secondary-header-wrapper .back-arrow i:before {
    padding-right: 10px;
  }
  .wt-body .secondary-header-wrapper #subscribe_topic {
    float: left !important;
  }
  .wt-body .secondary-header-wrapper #subscribe_topic,
  .wt-body .secondary-header-wrapper #forum-title#forum-title {
    max-width: calc(100% - 33px);
    flex: auto;
  }
  .wt-body .secondary-header-wrapper #editable_subjuct.editable-open {
    display: block !important;
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .wt-body .secondary-header-wrapper #edit_subject {
    display: block;
  }
  .wt-body .secondary-header-wrapper .topic-tools {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1025px) {
  .wt-body .secondary-header-wrapper #manageTags:not(.wt-new-topic-tag) {
    opacity: 1;
  }
}
#subscribe_topic a.wt-topic-tag {
  font-size: 18px;
}
#subscribe_topic #manageTags:not(.wt-new-topic-tag) {
  font-size: 18px;
  margin-top: -2px;
}
.topic-tools #submenu_follow_topic ~ div.dropdown.open ul.dropdown-menu.left li a {
  padding: 6px 12px;
}
.wt-post-listing .secondary-header .glyphicon-un-pin:before {
  font-size: 26px;
  padding-right: 7px;
}
.wt-body:not(.user-logged-in) .thread-listing-page > .container > div:first-child {
  max-width: 100%;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body {
    padding-right: 0;
    transition: margin 0.15s ease;
  }
  .wt-body.pushed-right {
    margin-left: 60px;
    margin-right: -60px;
  }
}
#slide-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1032;
  width: 60px;
  background: #1885ba;
  color: #fff;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #slide-panel {
    position: absolute;
    left: -60px;
  }
}
@media only screen and (max-width: 767px) {
  #slide-panel {
    transform: translateX(-100%);
    transition: transform 0.15s ease;
  }
  #slide-panel.visible {
    transform: translateX(0px);
    position: absolute;
    left: -60px;
  }
}
.slide-panel-content #latest_topics_show .icon-topics:before,
#page-slide-panel #latest_topics_show .icon-topics:before {
  content: "\e808";
  font-family: 'playtime';
}
.slide-panel-content #members_list_show .glyphicon-user:before,
#page-slide-panel #members_list_show .glyphicon-user:before {
  content: "\e807";
  font-family: 'playtime';
}
.slide-panel-content #admin_show .icon-shield:before,
#page-slide-panel #admin_show .icon-shield:before,
.slide-panel-content #search_link .glyphicon-search:before,
#page-slide-panel #search_link .glyphicon-search:before {
  font-size: 24px;
}
.slide-panel-content #calendars_toggle_link > li > a:before,
#page-slide-panel #calendars_toggle_link > li > 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;
  content: "\e802";
  font-family: 'playtime';
}
.slide-panel-content #calendars_toggle_link > li > a.active,
#page-slide-panel #calendars_toggle_link > li > a.active {
  background: #1885ba;
}
.slide-panel-content hr,
#page-slide-panel hr,
.slide-panel-content #calendars_toggle_link .collapse,
#page-slide-panel #calendars_toggle_link .collapse,
.slide-panel-content #calendarToggleableLink,
#page-slide-panel #calendarToggleableLink {
  display: none !important;
}
.slide-panel-content a,
#page-slide-panel a {
  font-size: 0;
  display: block;
}
.slide-panel-content > li > a > .glyphicon,
#page-slide-panel > li > a > .glyphicon,
.slide-panel-content > li > a > .icon,
#page-slide-panel > li > a > .icon,
.slide-panel-content > .category-dropdown-toggle > i,
#page-slide-panel > .category-dropdown-toggle > i,
.slide-panel-content #calendars_toggle_link > li > a,
#page-slide-panel #calendars_toggle_link > li > a,
.slide-panel-content .category-dropdown-toggle > #category-dropdown-toggle,
#page-slide-panel .category-dropdown-toggle > #category-dropdown-toggle {
  display: block !important;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-bottom: 1px solid #1885ba;
  cursor: pointer;
}
.slide-panel-content > li > a > .glyphicon:before,
#page-slide-panel > li > a > .glyphicon:before,
.slide-panel-content > li > a > .icon:before,
#page-slide-panel > li > a > .icon:before,
.slide-panel-content > .category-dropdown-toggle > i:before,
#page-slide-panel > .category-dropdown-toggle > i:before,
.slide-panel-content #calendars_toggle_link > li > a:before,
#page-slide-panel #calendars_toggle_link > li > a:before,
.slide-panel-content .category-dropdown-toggle > #category-dropdown-toggle:before,
#page-slide-panel .category-dropdown-toggle > #category-dropdown-toggle:before {
  line-height: inherit;
  font-size: 30px;
}
.slide-panel-content > li > a > .glyphicon:hover,
#page-slide-panel > li > a > .glyphicon:hover,
.slide-panel-content > li > a > .icon:hover,
#page-slide-panel > li > a > .icon:hover,
.slide-panel-content > .category-dropdown-toggle > i:hover,
#page-slide-panel > .category-dropdown-toggle > i:hover,
.slide-panel-content #calendars_toggle_link > li > a:hover,
#page-slide-panel #calendars_toggle_link > li > a:hover,
.slide-panel-content .category-dropdown-toggle > #category-dropdown-toggle:hover,
#page-slide-panel .category-dropdown-toggle > #category-dropdown-toggle:hover {
  background: #1885ba;
}
.slide-panel-content .category-dropdown-toggle > #category-dropdown-toggle ~ .tooltip,
#page-slide-panel .category-dropdown-toggle > #category-dropdown-toggle ~ .tooltip {
  display: none !important;
}
.slide-panel-content .category-dropdown-toggle > #category-dropdown-toggle,
#page-slide-panel .category-dropdown-toggle > #category-dropdown-toggle {
  position: relative;
  min-width: auto;
  left: 0;
  top: 0;
  padding: 0;
}
.slide-panel-content .category-dropdown-toggle > #category-dropdown-toggle:after,
#page-slide-panel .category-dropdown-toggle > #category-dropdown-toggle:after {
  display: none !important;
}
.slide-panel-content .category-dropdown-toggle,
#page-slide-panel .category-dropdown-toggle {
  display: block !important;
}
.slide-panel-content .category-dropdown-toggle.active > a,
#page-slide-panel .category-dropdown-toggle.active > a {
  display: none !important;
}
.slide-panel-content .category-dropdown-toggle.active > #category-dropdown-toggle,
#page-slide-panel .category-dropdown-toggle.active > #category-dropdown-toggle {
  background: #1885ba;
}
.slide-panel-content #category-dropdown-toggle:before,
#page-slide-panel #category-dropdown-toggle:before {
  content: "\e803";
  font-family: 'playtime';
  font-size: 30px;
}
.slide-panel-content #forums_toggle_link,
#page-slide-panel #forums_toggle_link {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  background: #f1f5fa;
  width: 320px;
  max-width: calc(100vw - 80px);
  max-height: 90vh;
  overflow-y: auto;
  margin: 10px;
  padding: 10px;
  color: rgba(0, 0, 0, 0.9);
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.slide-panel-content #forums_toggle_link a,
#page-slide-panel #forums_toggle_link a {
  font-size: inherit;
}
.slide-panel-content #forums_toggle_link .toggleable:before,
#page-slide-panel #forums_toggle_link .toggleable:before {
  font-size: 17px;
}
.slide-panel-content #forums_toggle_link ul,
#page-slide-panel #forums_toggle_link ul {
  transition: all 0.04s ease;
}
.slide-panel-content #forums_toggle_link > li > .collapse,
#page-slide-panel #forums_toggle_link > li > .collapse {
  display: block;
}
.slide-panel-content #forums_toggle_link li,
#page-slide-panel #forums_toggle_link li {
  position: relative;
}
.slide-panel-content #forums_toggle_link .toggleable,
#page-slide-panel #forums_toggle_link .toggleable {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: normal;
  color: #666666;
  right: 3px;
}
.slide-panel-content #forums_toggle_link .toggleable.icon-right-dir,
#page-slide-panel #forums_toggle_link .toggleable.icon-right-dir {
  transform: rotate(90deg);
  top: 3px;
}
.slide-panel-content #forums_toggle_link .toggleable.icon-down-dir,
#page-slide-panel #forums_toggle_link .toggleable.icon-down-dir {
  transform: rotate(180deg);
}
.slide-panel-content #forums_toggle_link .toggleable + a,
#page-slide-panel #forums_toggle_link .toggleable + a {
  padding-right: 30px;
  padding-right: 40px;
}
.slide-panel-content #forums_toggle_link #category-dropdown-toggle,
#page-slide-panel #forums_toggle_link #category-dropdown-toggle {
  display: none !important;
}
.slide-panel-content #forums_toggle_link > li > i,
#page-slide-panel #forums_toggle_link > li > i {
  display: none;
}
.slide-panel-content #forums_toggle_link > li > a,
#page-slide-panel #forums_toggle_link > li > a {
  background: #ffffff;
}
.slide-panel-content #forums_toggle_link > li > a > span.hidden,
#page-slide-panel #forums_toggle_link > li > a > span.hidden {
  display: block !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slide-panel-content #forums_toggle_link > li > a > span.hidden ~ span,
#page-slide-panel #forums_toggle_link > li > a > span.hidden ~ span {
  display: none !important;
}
.slide-panel-content #forums_toggle_link > li > ul,
#page-slide-panel #forums_toggle_link > li > ul {
  display: block;
}
.slide-panel-content #forums_toggle_link > li > ul i .toggleable,
#page-slide-panel #forums_toggle_link > li > ul i .toggleable {
  padding-top: 5px;
  padding-bottom: 5px;
}
.slide-panel-content #forums_toggle_link > li > ul i ~ ul > li,
#page-slide-panel #forums_toggle_link > li > ul i ~ ul > li {
  margin-left: 25px;
  border-left: 2px solid #999;
  color: #666;
}
.slide-panel-content #forums_toggle_link > li > ul i ~ ul > li:hover,
#page-slide-panel #forums_toggle_link > li > ul i ~ ul > li:hover,
.slide-panel-content #forums_toggle_link > li > ul i ~ ul > li a.active,
#page-slide-panel #forums_toggle_link > li > ul i ~ ul > li a.active {
  color: #1885ba;
  border-left-color: #1885ba;
}
.slide-panel-content #forums_toggle_link > li > ul i ~ ul > li > a,
#page-slide-panel #forums_toggle_link > li > ul i ~ ul > li > a {
  color: inherit;
  padding-left: 15px;
  padding-right: 20px;
}
.slide-panel-content #forums_toggle_link > li > ul i ~ ul > li > ul > li > ul > li > ul > li,
#page-slide-panel #forums_toggle_link > li > ul i ~ ul > li > ul > li > ul > li > ul > li {
  margin-left: -2px;
}
.slide-panel-content #forums_toggle_link .category,
#page-slide-panel #forums_toggle_link .category {
  background: #666666;
  margin: 10px -10px;
  padding: 10px 30px;
  color: #fff;
}
.slide-panel-content #forums_toggle_link a,
#page-slide-panel #forums_toggle_link a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slide-panel-content #forums_toggle_link a *,
#page-slide-panel #forums_toggle_link a * {
  display: inline;
}
.slide-panel-content #forums_toggle_link a h2,
#page-slide-panel #forums_toggle_link a h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  color: inherit;
}
.slide-panel-content #forums_toggle_link > li > a,
#page-slide-panel #forums_toggle_link > li > a,
.slide-panel-content #forums_toggle_link > li > ul > li > a,
#page-slide-panel #forums_toggle_link > li > ul > li > a {
  padding: 6px 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.9);
  text-transform: none;
  line-height: normal;
  border-radius: 20px;
}
.slide-panel-content #forums_toggle_link > li > a:hover,
#page-slide-panel #forums_toggle_link > li > a:hover,
.slide-panel-content #forums_toggle_link > li > ul > li > a:hover,
#page-slide-panel #forums_toggle_link > li > ul > li > a:hover {
  color: #1885ba;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
.slide-panel-content #forums_toggle_link > li > a.active,
#page-slide-panel #forums_toggle_link > li > a.active,
.slide-panel-content #forums_toggle_link > li > ul > li > a.active,
#page-slide-panel #forums_toggle_link > li > ul > li > a.active {
  color: #1885ba;
}
.slide-panel-content #forums_toggle_link > li > ul > li > .toggleable,
#page-slide-panel #forums_toggle_link > li > ul > li > .toggleable {
  padding: 10px 0;
}
.slide-panel-content #forums_toggle_link > li > ul > li > .toggleable.icon-right-dir,
#page-slide-panel #forums_toggle_link > li > ul > li > .toggleable.icon-right-dir {
  top: -3px;
}
.slide-panel-content #forums_toggle_link > li > ul > li > .toggleable.icon-down-dir,
#page-slide-panel #forums_toggle_link > li > ul > li > .toggleable.icon-down-dir {
  top: -5px;
}
.slide-panel-content #forums_toggle_link .collapsing,
#page-slide-panel #forums_toggle_link .collapsing {
  max-height: 20px;
}
.slide-panel-content > *,
#page-slide-panel > * {
  position: relative;
}
.slide-panel-content li #left-pane-page-toggle.active span,
#page-slide-panel li #left-pane-page-toggle.active span {
  display: none !important;
}
.slide-panel-content > *:not([id="forums_toggle_link"]) [data-i18n],
#page-slide-panel > *:not([id="forums_toggle_link"]) [data-i18n],
.slide-panel-content .linked_site_url > span,
#page-slide-panel .linked_site_url > span {
  display: none !important;
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #555;
  border-radius: 15px;
  border-radius: 5px;
  padding: 10px;
  white-space: normal;
  word-break: break-word;
  min-width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  position: absolute;
  left: calc(100% - -5px);
  top: 11px;
  font-size: 17px;
  line-height: 1.42857143;
  white-space: nowrap;
  max-width: 30em;
  animation: fadein 0.3s;
  font-size: 12px;
}
.slide-panel-content > *:not([id="forums_toggle_link"]) [data-i18n]:after,
#page-slide-panel > *:not([id="forums_toggle_link"]) [data-i18n]:after,
.slide-panel-content .linked_site_url > span:after,
#page-slide-panel .linked_site_url > span:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #555;
  left: -5px;
}
@media only screen and (min-width: 1025px) {
  .slide-panel-content *:hover > [data-i18n],
  #page-slide-panel *:hover > [data-i18n],
  .slide-panel-content .linked_site_url:hover > span,
  #page-slide-panel .linked_site_url:hover > span {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-panel-content .search_modal_toggle,
  #page-slide-panel .search_modal_toggle {
    display: block;
  }
}
.slide-panel-content > li > a.active > small {
  background: #1885ba;
}
.slide-panel-content .custom-leftpanel-item {
  display: none !important;
}
#searchTopics .icon-topics:before {
  content: "\e808";
  font-family: 'playtime';
}
.pages_toggle_link_popover {
  background: #f1f5fa;
  width: 320px;
  max-width: calc(100vw - 80px);
  max-height: 90vh;
  overflow-y: auto;
  margin: 10px;
  padding: 10px 10px 4px;
  color: rgba(0, 0, 0, 0.9);
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.pages_toggle_link_popover .popover-content {
  padding: 0;
}
.pages_toggle_link_popover .popover-content > ul li a {
  padding: 6px 20px 6px 0;
  margin-top: 4px;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.9);
  text-transform: none;
  line-height: normal;
  border-radius: 20px;
  width: 100%;
  display: block;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pages_toggle_link_popover .popover-content > ul li a:hover {
  color: #1885ba;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
.pages_toggle_link_popover .popover-content > ul li a.active {
  color: #1885ba;
}
.pages_toggle_link_popover .popover-content > ul li a > small::before {
  padding-right: 6px;
}
#body-wrapper .hover-menu {
  position: fixed;
  bottom: -200px;
  float: left;
  z-index: 1033;
  transition: bottom 0.3s ease;
  background: #1885ba;
  color: #fff;
  padding: 5px 10px;
  text-align: right;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  left: 120px;
  right: 60px;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1200px) {
  #body-wrapper .hover-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #body-wrapper .hover-menu {
    left: 80px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #body-wrapper .hover-menu {
    left: 10px;
    right: 10px;
  }
}
#body-wrapper .hover-menu.open {
  bottom: 0px;
}
#body-wrapper .hover-menu .selected-count,
#body-wrapper .hover-menu #hoverMenuText {
  float: left;
  padding: 5px 20px 5px 0;
  font-size: 23px;
}
#body-wrapper .hover-menu .selected-count:nth-last-child(2),
#body-wrapper .hover-menu #hoverMenuText:nth-last-child(2) {
  margin-right: auto;
}
#body-wrapper .hover-menu .selected-count + #hoverMenuText {
  margin-left: -15px;
}
#body-wrapper .hover-menu .hover-menu-btns {
  display: flex;
  white-space: nowrap;
  padding: 5px 0;
  margin-left: auto;
}
@media only screen and (max-width: 480px) {
  #body-wrapper .hover-menu .hover-menu-btns > .dropdown:nth-child(1) > ul.dropdown-menu {
    left: 0;
    transform: none;
  }
}
#body-wrapper .hover-menu > span > span.dropdown > a,
#body-wrapper .hover-menu > span > a,
#body-wrapper .hover-menu > span > .btn {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 0 0 2px 0;
  border-radius: 20px;
  color: inherit;
  box-shadow: none;
}
#body-wrapper .hover-menu > span > span.dropdown > a .glyphicon:before,
#body-wrapper .hover-menu > span > a .glyphicon:before,
#body-wrapper .hover-menu > span > .btn .glyphicon:before,
#body-wrapper .hover-menu > span > span.dropdown > a .icon:before,
#body-wrapper .hover-menu > span > a .icon:before,
#body-wrapper .hover-menu > span > .btn .icon:before {
  padding: 0;
}
#body-wrapper .hover-menu > span > span.dropdown > a:hover,
#body-wrapper .hover-menu > span > a:hover,
#body-wrapper .hover-menu > span > .btn:hover,
#body-wrapper .hover-menu > span > span.dropdown > a:focus,
#body-wrapper .hover-menu > span > a:focus,
#body-wrapper .hover-menu > span > .btn:focus {
  color: inherit;
  background: rgba(255, 255, 255, 0.2);
}
#body-wrapper .hover-menu .glyphicon-up-dir {
  float: right;
  margin-left: 5px;
}
#body-wrapper .hover-menu .glyphicon-up-dir:before {
  font-size: 14px;
  top: -2px;
}
#body-wrapper .hover-menu .dropdown > ul.dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - -20px);
  min-width: 60px;
}
#body-wrapper .hover-menu .dropdown.open > a {
  pointer-events: none;
}
#body-wrapper .hover-menu .dropdown.open > a ~ .tooltip {
  display: none !important;
}
#body-wrapper .hover-menu .tooltip.bottom {
  top: auto !important;
  bottom: 50px;
}
#body-wrapper .hover-menu .tooltip.bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #555;
  top: auto;
}
#body-wrapper .hover-menu .dropdown .tooltip.bottom {
  bottom: calc(100% - -10px);
}
@media only screen and (max-width: 767px) {
  #body-wrapper .hover-menu .selected-count,
  #body-wrapper .hover-menu #hoverMenuText {
    font-size: 20px;
  }
  #body-wrapper .hover-menu > span > span.dropdown > a,
  #body-wrapper .hover-menu > span > a,
  #body-wrapper .hover-menu > span > .btn {
    margin-left: 3px;
    border-radius: 10px;
    min-width: 30px;
    text-align: center;
    border: none;
  }
  #body-wrapper .hover-menu > span > span.dropdown > a,
  #body-wrapper .hover-menu > span > a {
    padding: 5px;
  }
  #body-wrapper .hover-menu > span > .btn {
    padding: 5px 10px;
  }
}
#body-wrapper .hover-menu a.close-menu {
  padding: 10px 14px;
  border: 0px solid transparent;
  background: transparent;
  margin-right: 0;
  margin-left: 0;
}
#body-wrapper .hover-menu a.close-menu:hover {
  background: rgba(255, 255, 255, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 0 0 2px 0;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .hover-menu a.close-menu {
    padding: 5px;
    border: none;
    margin-left: 0;
  }
  #body-wrapper .hover-menu a.close-menu:hover {
    border-width: 0;
  }
}
@media only screen and (min-width: 1025px) {
  #body-wrapper .hover-menu > span > span.dropdown > a[data-original-title]:not([data-original-title=""]):after,
  #body-wrapper .hover-menu > span > a[data-original-title]:not([data-original-title=""]):after {
    content: attr(data-original-title);
    margin-left: 5px;
  }
  #body-wrapper .hover-menu > span > span.dropdown > a[title]:not([title=""]):after,
  #body-wrapper .hover-menu > span > a[title]:not([title=""]):after {
    content: attr(title);
    margin-left: 5px;
  }
  #body-wrapper .hover-menu .tooltip {
    display: none !important;
  }
}
#body-wrapper .hover-menu#files-menu.hover-menu a.close-menu:after {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .all-topics-list + .hover-menu .dropdown > ul.dropdown-menu.left,
  #body-wrapper #category_list + .hover-menu .dropdown > ul.dropdown-menu.left,
  #body-wrapper .wt-search-result + .hover-menu .dropdown > ul.dropdown-menu.left,
  #body-wrapper .wt-profile-page ~ .hover-menu .dropdown > ul.dropdown-menu.left {
    left: 0;
  }
  #body-wrapper .all-topics-list + .hover-menu .dropdown > ul.dropdown-menu.right,
  #body-wrapper #category_list + .hover-menu .dropdown > ul.dropdown-menu.right,
  #body-wrapper .wt-search-result + .hover-menu .dropdown > ul.dropdown-menu.right,
  #body-wrapper .wt-profile-page ~ .hover-menu .dropdown > ul.dropdown-menu.right {
    left: auto;
    right: 0;
    transform: unset;
  }
}
.popover.hovercard {
  min-width: 370px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
.popover.hovercard .hc-details,
.popover.hovercard .s-card-header {
  width: 100%;
}
.popover.hovercard .popover-content {
  padding: 5px;
}
.popover.hovercard .image-wrapper,
.messages #show_current_conversation .message-entry > .post-author .popover.hovercard .image-wrapper {
  margin: 0 10px 0 0 ;
}
.popover.hovercard .s-card-header > span {
  display: block;
  width: calc(100% - 80px);
  line-height: normal;
  float: right !important;
}
.popover.hovercard .member-title {
  width: 100%;
  display: block;
  font-size: 23px;
  line-height: unset;
}
.popover.hovercard .s-card-header {
  display: flex;
  word-break: break-word;
}
.popover.hovercard .s-card-header h4 {
  width: 100%;
}
.popover.hovercard .s-card-header h4 .display_name.two_line {
  display: block;
}
.popover.hovercard .s-card-content {
  display: flex;
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popover.hovercard .s-card-content > li {
  display: inline-block;
  padding: 5px;
  text-align: center;
  font-size: 17px;
  font-size: 15px;
  margin-bottom: 10px;
}
.popover.hovercard .s-card-content > li:not(:first-child) {
  border-left: 1px solid #f1f5fa;
}
.popover.hovercard .s-card-content > li:nth-child(3) {
  min-width: 100px;
}
.popover.hovercard .s-card-content > li > .s-desc {
  padding: 0 0 5px;
  display: block;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  max-width: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popover.hovercard .s-card-content > li > .s-desc ~ time {
  display: block;
  max-width: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popover.hovercard .s-card-content > li > .s-content {
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.popover.hovercard .s-card-content > li > .s-content > time {
  display: block;
  max-width: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popover.hovercard .s-card-content > li > .s-content .s-content-badge {
  margin-top: 4px;
  margin-top: 0;
}
.popover.hovercard .s-card-content > li > .s-content .s-content-badge ~ span {
  display: block;
  max-width: 67px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popover.hovercard .s-card-options-wrapper {
  display: inline-block;
  width: 100%;
}
.popover.hovercard .s-card-options-wrapper .s-card-options ul li {
  width: calc(50% - 10px);
  float: left;
  background: rgba(207, 216, 227, 0.32);
  text-align: center;
  margin: 0 5px;
  border-radius: 15px;
}
.popover.hovercard .s-card-options-wrapper .s-card-options ul li:only-child {
  width: 100%;
  margin: 0;
}
.popover.hovercard .s-card-options-wrapper .s-card-options ul li:hover {
  background: #d3d5db;
}
.popover.hovercard .s-card-options-wrapper .s-card-options ul li a {
  display: block;
  padding: 10px;
}
.popover.hovercard .s-card-options-wrapper i:before {
  padding: 0 5px 0 0;
}
.popover.hovercard .hovercard {
  display: none!important;
}
#body-wrapper .popover.hovercard a {
  text-decoration: none;
}
.popover.hovercard .display_name {
  width: 100%!important;
}
.popover.hovercard .display_name a {
  text-decoration: none !important;
}
.popover.hovercard .display_name a.display_fullname ~ .display_username {
  margin-left: 5px;
}
.popover.hovercard .display_fullname,
.popover.hovercard .display_username:only-of-type {
  font-size: 28px;
  color: #1885ba !important;
}
.popover.hovercard .display_username {
  color: #777777 !important;
}
.popover.hovercard .display_name.two_line a.display_username {
  font-size: 21px;
}
.topics-list .panel-body > ul,
.topics-list .panel-body > #sortable > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.topics-list .panel-body > ul > li,
.topics-list .panel-body > #sortable > ul > li {
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border: 1px solid #1885ba;
}
.topics-list .panel-body > ul > li .text-muted,
.topics-list .panel-body > #sortable > ul > li .text-muted,
.topics-list .panel-body > ul > li a,
.topics-list .panel-body > #sortable > ul > li a,
.topics-list .panel-body > ul > li h1,
.topics-list .panel-body > #sortable > ul > li h1,
.topics-list .panel-body > ul > li h2,
.topics-list .panel-body > #sortable > ul > li h2,
.topics-list .panel-body > ul > li h3,
.topics-list .panel-body > #sortable > ul > li h3,
.topics-list .panel-body > ul > li h4,
.topics-list .panel-body > #sortable > ul > li h4,
.topics-list .panel-body > ul > li h5,
.topics-list .panel-body > #sortable > ul > li h5,
.topics-list .panel-body > ul > li h6,
.topics-list .panel-body > #sortable > ul > li h6,
.topics-list .panel-body > ul > li .h1,
.topics-list .panel-body > #sortable > ul > li .h1,
.topics-list .panel-body > ul > li .h2,
.topics-list .panel-body > #sortable > ul > li .h2,
.topics-list .panel-body > ul > li .h3,
.topics-list .panel-body > #sortable > ul > li .h3,
.topics-list .panel-body > ul > li .h4,
.topics-list .panel-body > #sortable > ul > li .h4,
.topics-list .panel-body > ul > li .h5,
.topics-list .panel-body > #sortable > ul > li .h5,
.topics-list .panel-body > ul > li .h6,
.topics-list .panel-body > #sortable > ul > li .h6 {
  color: inherit;
}
.topics-list .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn,
.topics-list .panel-body > #sortable > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
.topics-list .panel-body > ul > li .checkbox .checkbox-material .check,
.topics-list .panel-body > #sortable > ul > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
.topics-list .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check,
.topics-list .panel-body > #sortable > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
.topics-list .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
.topics-list .panel-body > #sortable > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
.topics-list .panel-body > ul > li .checkbox .check,
.topics-list .panel-body > #sortable > ul > li .checkbox .check {
  background: transparent;
}
.topics-list .panel-body > ul > li a.wt-topic-tag,
.topics-list .panel-body > #sortable > ul > li a.wt-topic-tag,
.topics-list .panel-body > ul > li span.wt-topic-tag,
.topics-list .panel-body > #sortable > ul > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.topics-list .panel-body > ul > li a,
.topics-list .panel-body > #sortable > ul > li a {
  color: #1885ba;
}
.topics-list .panel-body > ul > li .badge,
.topics-list .panel-body > #sortable > ul > li .badge {
  border-color: #1885ba;
}
.topics-list .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn,
.topics-list .panel-body > #sortable > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
.topics-list .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover,
.topics-list .panel-body > #sortable > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.topics-list .panel-body > ul > li .checkbox .checkbox-material .check,
.topics-list .panel-body > #sortable > ul > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
.topics-list .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check,
.topics-list .panel-body > #sortable > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.topics-list .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
.topics-list .panel-body > #sortable > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
@media only screen and (min-width: 1025px) {
  .topics-list .panel-body > ul > li,
  .topics-list .panel-body > #sortable > ul > li {
    width: calc(33.33% - 14px);
  }
  .topics-list .panel-body > ul > li:nth-child(1),
  .topics-list .panel-body > #sortable > ul > li:nth-child(1),
  .topics-list .panel-body > ul > li:nth-child(2),
  .topics-list .panel-body > #sortable > ul > li:nth-child(2),
  .topics-list .panel-body > ul > li:nth-child(3),
  .topics-list .panel-body > #sortable > ul > li:nth-child(3) {
    margin-top: 0;
  }
  .topics-list .panel-body > ul > li:nth-child(3n),
  .topics-list .panel-body > #sortable > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .topics-list .panel-body > ul > li,
  .topics-list .panel-body > #sortable > ul > li {
    width: calc(25% - 15px);
  }
  .topics-list .panel-body > ul > li:nth-child(1),
  .topics-list .panel-body > #sortable > ul > li:nth-child(1),
  .topics-list .panel-body > ul > li:nth-child(2),
  .topics-list .panel-body > #sortable > ul > li:nth-child(2),
  .topics-list .panel-body > ul > li:nth-child(3),
  .topics-list .panel-body > #sortable > ul > li:nth-child(3),
  .topics-list .panel-body > ul > li:nth-child(4),
  .topics-list .panel-body > #sortable > ul > li:nth-child(4) {
    margin-top: 0;
  }
  .topics-list .panel-body > ul > li:nth-child(3n),
  .topics-list .panel-body > #sortable > ul > li:nth-child(3n) {
    margin-right: 20px;
  }
  .topics-list .panel-body > ul > li:nth-child(4n),
  .topics-list .panel-body > #sortable > ul > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topics-list .panel-body > ul > li,
  .topics-list .panel-body > #sortable > ul > li {
    width: calc(50% - 10px);
  }
  .topics-list .panel-body > ul > li:nth-child(1),
  .topics-list .panel-body > #sortable > ul > li:nth-child(1),
  .topics-list .panel-body > ul > li:nth-child(2),
  .topics-list .panel-body > #sortable > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .topics-list .panel-body > ul > li:nth-child(2n),
  .topics-list .panel-body > #sortable > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics-list .panel-body > ul > li,
  .topics-list .panel-body > #sortable > ul > li {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  .topics-list .panel-body > ul > li:nth-child(1),
  .topics-list .panel-body > #sortable > ul > li:nth-child(1) {
    margin-top: 0;
  }
}
.topics-list .panel-body > ul > li:hover,
.topics-list .panel-body > #sortable > ul > li:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
#body-wrapper .topics-list .panel-body > ul a,
#body-wrapper .topics-list .panel-body > #sortable > ul a,
#body-wrapper .topics-list .panel-body > ul .views,
#body-wrapper .topics-list .panel-body > #sortable > ul .views,
#body-wrapper .topics-list .panel-body > ul .last_post_activity,
#body-wrapper .topics-list .panel-body > #sortable > ul .last_post_activity {
  color: inherit;
}
#body-wrapper .topics-list .panel-body > ul a.username:hover,
#body-wrapper .topics-list .panel-body > #sortable > ul a.username:hover,
#body-wrapper .topics-list .panel-body > ul .views.username:hover,
#body-wrapper .topics-list .panel-body > #sortable > ul .views.username:hover,
#body-wrapper .topics-list .panel-body > ul .last_post_activity.username:hover,
#body-wrapper .topics-list .panel-body > #sortable > ul .last_post_activity.username:hover,
#body-wrapper .topics-list .panel-body > ul a.wt-category-name:hover,
#body-wrapper .topics-list .panel-body > #sortable > ul a.wt-category-name:hover,
#body-wrapper .topics-list .panel-body > ul .views.wt-category-name:hover,
#body-wrapper .topics-list .panel-body > #sortable > ul .views.wt-category-name:hover,
#body-wrapper .topics-list .panel-body > ul .last_post_activity.wt-category-name:hover,
#body-wrapper .topics-list .panel-body > #sortable > ul .last_post_activity.wt-category-name:hover {
  color: #12658d;
}
.topics-list .panel-body > ul .views,
.topics-list .panel-body > #sortable > ul .views,
.topics-list .panel-body > ul .last_post_activity,
.topics-list .panel-body > #sortable > ul .last_post_activity {
  cursor: default;
}
#body-wrapper .topics-list .panel-body > ul a[id^="first_post_vote_"] + .tooltip.top,
#body-wrapper .topics-list .panel-body > #sortable > ul a[id^="first_post_vote_"] + .tooltip.top,
#body-wrapper .topics-list .panel-body > ul a.views.help-tooltip + .tooltip.top,
#body-wrapper .topics-list .panel-body > #sortable > ul a.views.help-tooltip + .tooltip.top {
  margin-top: 9px;
}
@media only screen and (min-width: 1025px) {
  .topics-list .panel-body > ul > li:not(:hover) .mod input[type="checkbox"],
  .topics-list .panel-body > #sortable > ul > li:not(:hover) .mod input[type="checkbox"],
  .topics-list .panel-body > ul > li:not(:hover) .mod input[type="checkbox"] + .checkbox-material,
  .topics-list .panel-body > #sortable > ul > li:not(:hover) .mod input[type="checkbox"] + .checkbox-material {
    opacity: 0;
    transition: opacity 0.15s ease;
  }
  .topics-list .panel-body > ul > li:not(:hover) .mod input[type="checkbox"]:checked,
  .topics-list .panel-body > #sortable > ul > li:not(:hover) .mod input[type="checkbox"]:checked,
  .topics-list .panel-body > ul > li:not(:hover) .mod input[type="checkbox"]:checked + .checkbox-material,
  .topics-list .panel-body > #sortable > ul > li:not(:hover) .mod input[type="checkbox"]:checked + .checkbox-material {
    opacity: 1;
  }
}
@media (hover: none) {
  .topics-list .panel-body > ul li:not(:hover) .mod input[type="checkbox"],
  .topics-list .panel-body > #sortable > ul li:not(:hover) .mod input[type="checkbox"],
  .topics-list .panel-body > ul li:not(:hover) .mod input[type="checkbox"] + .checkbox-material,
  .topics-list .panel-body > #sortable > ul li:not(:hover) .mod input[type="checkbox"] + .checkbox-material {
    opacity: 1;
  }
}
.topics-list .panel-body > ul a.topic-title:before,
.topics-list .panel-body > #sortable > ul a.topic-title:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.topics-list .panel-body > ul .preview-text > a,
.topics-list .panel-body > #sortable > ul .preview-text > a,
.topics-list .panel-body > ul .mod > a,
.topics-list .panel-body > #sortable > ul .mod > a,
.topics-list .panel-body > ul .mod > .last_post_activity > time,
.topics-list .panel-body > #sortable > ul .mod > .last_post_activity > time,
.topics-list .panel-body > ul .mod > small,
.topics-list .panel-body > #sortable > ul .mod > small,
.topics-list .panel-body > ul .views,
.topics-list .panel-body > #sortable > ul .views {
  z-index: 2;
  position: relative;
}
.topics-list .panel-body > ul .topic-title,
.topics-list .panel-body > #sortable > ul .topic-title {
  color: #1885ba !important;
}
.topics-list .panel-body > ul .topic-title:hover,
.topics-list .panel-body > #sortable > ul .topic-title:hover {
  color: #12658d !important;
}
.topics-list .panel-body > ul > li,
.topics-list .panel-body > #sortable > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topics-list .panel-body > ul > li.unread:before,
.topics-list .panel-body > #sortable > ul > li.unread:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #1885ba;
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 100%;
  border: 3px solid #f1f5fa;
}
.topics-list .panel-body > ul .col-md-9,
.topics-list .panel-body > #sortable > ul .col-md-9 {
  width: 100%;
  position: static;
}
.topics-list .panel-body > ul .col-md-9 > .image-wrapper,
.topics-list .panel-body > #sortable > ul .col-md-9 > .image-wrapper {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .topics-list .panel-body > ul .col-md-9 > .image-wrapper,
  .topics-list .panel-body > #sortable > ul .col-md-9 > .image-wrapper {
    display: block !important;
    margin-right: 10px;
    float: left;
  }
  .topics-list .panel-body > ul .col-md-9 > .image-wrapper > a.username,
  .topics-list .panel-body > #sortable > ul .col-md-9 > .image-wrapper > a.username {
    position: relative;
    z-index: 2;
  }
  .topics-list .panel-body > ul .col-md-9 > .image-wrapper > a.username ~ i,
  .topics-list .panel-body > #sortable > ul .col-md-9 > .image-wrapper > a.username ~ i {
    z-index: 2;
  }
  .topics-list .panel-body > ul .col-md-9 > .image-wrapper + .topic-content,
  .topics-list .panel-body > #sortable > ul .col-md-9 > .image-wrapper + .topic-content {
    width: calc(100% - 36px - 10px);
    float: right;
  }
}
.topics-list .panel-body > ul .topic-content .glyphicon-pushpin,
.topics-list .panel-body > #sortable > ul .topic-content .glyphicon-pushpin {
  font-size: inherit;
  position: relative;
  z-index: 2;
}
.topics-list .panel-body > ul .topic-content .glyphicon-pushpin:before,
.topics-list .panel-body > #sortable > ul .topic-content .glyphicon-pushpin:before {
  padding: 0;
}
.topics-list .panel-body > ul .topic-content > h4,
.topics-list .panel-body > #sortable > ul .topic-content > h4 {
  font-size: inherit;
  margin-right: 25px;
  margin-bottom: 5px;
}
.topics-list .panel-body > ul .preview-text,
.topics-list .panel-body > #sortable > ul .preview-text {
  font-size: 0;
}
.topics-list .panel-body > ul .preview-text > *,
.topics-list .panel-body > #sortable > ul .preview-text > * {
  font-size: 17px;
  margin-right: 0.3em;
  vertical-align: middle;
}
.topics-list .panel-body > ul .preview-text > a,
.topics-list .panel-body > #sortable > ul .preview-text > a {
  text-decoration: underline;
}
.topics-list .panel-body > ul .preview-text > .colon-marker,
.topics-list .panel-body > #sortable > ul .preview-text > .colon-marker {
  display: none !important;
}
.topics-list .panel-body > ul .preview-text > span:last-child,
.topics-list .panel-body > #sortable > ul .preview-text > span:last-child {
  font-size: 19px;
  margin-top: 8px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topics-list .panel-body > ul .preview-text > span:last-child,
  .topics-list .panel-body > #sortable > ul .preview-text > span:last-child {
    margin-left: -46px;
  }
}
.topics-list .panel-body > ul .preview-text > .wt-category-name,
.topics-list .panel-body > #sortable > ul .preview-text > .wt-category-name {
  margin-right: 5px;
  pointer-events: fill;
}
.topics-list .panel-body > ul .preview-text > .wt-topic-tag,
.topics-list .panel-body > #sortable > ul .preview-text > .wt-topic-tag {
  margin-top: 1px;
  margin-bottom: 1px;
}
.topics-list .panel-body > ul .col-md-3,
.topics-list .panel-body > #sortable > ul .col-md-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: static;
}
.topics-list .panel-body > ul .last-post,
.topics-list .panel-body > #sortable > ul .last-post {
  order: 1;
  display: none !important;
}
.topics-list .panel-body > ul .mod,
.topics-list .panel-body > #sortable > ul .mod {
  order: 2;
  padding-top: 20px;
}
.topics-list .panel-body > ul .mod time:before,
.topics-list .panel-body > #sortable > ul .mod time:before {
  content: '\e883';
  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 5px 0 0;
}
.topics-list .panel-body > ul .mod span.replies-topics-icon,
.topics-list .panel-body > #sortable > ul .mod span.replies-topics-icon {
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.topics-list .panel-body > ul .mod > a,
.topics-list .panel-body > #sortable > ul .mod > a,
.topics-list .panel-body > ul .mod span.replies-topics-icon,
.topics-list .panel-body > #sortable > ul .mod span.replies-topics-icon,
.topics-list .panel-body > ul .mod .views,
.topics-list .panel-body > #sortable > ul .mod .views,
.topics-list .panel-body > ul .mod .last_post_activity,
.topics-list .panel-body > #sortable > ul .mod .last_post_activity {
  margin-right: 20px;
  padding: 10px 0;
  display: inline-block;
}
.topics-list .panel-body > ul .mod > a .glyphicon:before,
.topics-list .panel-body > #sortable > ul .mod > a .glyphicon:before,
.topics-list .panel-body > ul .mod span.replies-topics-icon .glyphicon:before,
.topics-list .panel-body > #sortable > ul .mod span.replies-topics-icon .glyphicon:before,
.topics-list .panel-body > ul .mod .views .glyphicon:before,
.topics-list .panel-body > #sortable > ul .mod .views .glyphicon:before,
.topics-list .panel-body > ul .mod .last_post_activity .glyphicon:before,
.topics-list .panel-body > #sortable > ul .mod .last_post_activity .glyphicon:before,
.topics-list .panel-body > ul .mod > a .icon:before,
.topics-list .panel-body > #sortable > ul .mod > a .icon:before,
.topics-list .panel-body > ul .mod span.replies-topics-icon .icon:before,
.topics-list .panel-body > #sortable > ul .mod span.replies-topics-icon .icon:before,
.topics-list .panel-body > ul .mod .views .icon:before,
.topics-list .panel-body > #sortable > ul .mod .views .icon:before,
.topics-list .panel-body > ul .mod .last_post_activity .icon:before,
.topics-list .panel-body > #sortable > ul .mod .last_post_activity .icon:before {
  padding: 0 5px 0 0;
}
.topics-list .panel-body > ul .mod > small,
.topics-list .panel-body > #sortable > ul .mod > small {
  float: right;
  margin-left: 10px;
  padding: 10px 0;
}
.topics-list .panel-body > ul .mod > small:before,
.topics-list .panel-body > #sortable > ul .mod > small:before {
  padding: 0;
}
.topics-list .panel-body > ul label.checkbox,
.topics-list .panel-body > #sortable > ul label.checkbox,
.topics-list .panel-body > ul input[type="checkbox"],
.topics-list .panel-body > #sortable > ul input[type="checkbox"] {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topics-list .panel-body > ul label.checkbox,
  .topics-list .panel-body > #sortable > ul label.checkbox,
  .topics-list .panel-body > ul input[type="checkbox"],
  .topics-list .panel-body > #sortable > ul input[type="checkbox"] {
    top: 10px;
    right: 10px;
  }
}
#body-wrapper .noThreadMessage {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  width: 100%;
}
#body-wrapper .wt-topic-tag {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
  border-radius: 2px;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-right: 5px;
  font-weight: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  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#body-wrapper .wt-topic-tag.wt-more-topic-tag {
  background: none !important;
}
#body-wrapper#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: 17px;
  text-align: left;
  font-style: normal;
}
#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;
}
#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(24, 133, 186, 0.1);
  color: #1885ba;
}
#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 .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: #1885ba;
}
#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(24, 133, 186, 0.15);
}
#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: 1px 4px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 1em;
  margin-left: 5px;
  min-width: 16px;
  text-align: center;
}
@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% - 100px);
  }
  #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;
  }
}
#body-wrapper .dragging .no-drop:before {
  background: rgba(255, 255, 255, 0.7);
}
#forums .panel-body > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#forums .panel-body > ul > li {
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border: 1px solid #1885ba;
}
#forums .panel-body > ul > li .text-muted,
#forums .panel-body > ul > li a,
#forums .panel-body > ul > li h1,
#forums .panel-body > ul > li h2,
#forums .panel-body > ul > li h3,
#forums .panel-body > ul > li h4,
#forums .panel-body > ul > li h5,
#forums .panel-body > ul > li h6,
#forums .panel-body > ul > li .h1,
#forums .panel-body > ul > li .h2,
#forums .panel-body > ul > li .h3,
#forums .panel-body > ul > li .h4,
#forums .panel-body > ul > li .h5,
#forums .panel-body > ul > li .h6 {
  color: inherit;
}
#forums .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
#forums .panel-body > ul > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
#forums .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
#forums .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
#forums .panel-body > ul > li .checkbox .check {
  background: transparent;
}
#forums .panel-body > ul > li a.wt-topic-tag,
#forums .panel-body > ul > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
#forums .panel-body > ul > li a {
  color: #1885ba;
}
#forums .panel-body > ul > li .badge {
  border-color: #1885ba;
}
#forums .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
#forums .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
#forums .panel-body > ul > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
#forums .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
#forums .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
@media only screen and (min-width: 1025px) {
  #forums .panel-body > ul > li {
    width: calc(33.33% - 14px);
  }
  #forums .panel-body > ul > li:nth-child(1),
  #forums .panel-body > ul > li:nth-child(2),
  #forums .panel-body > ul > li:nth-child(3) {
    margin-top: 0;
  }
  #forums .panel-body > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #forums .panel-body > ul > li {
    width: calc(25% - 15px);
  }
  #forums .panel-body > ul > li:nth-child(1),
  #forums .panel-body > ul > li:nth-child(2),
  #forums .panel-body > ul > li:nth-child(3),
  #forums .panel-body > ul > li:nth-child(4) {
    margin-top: 0;
  }
  #forums .panel-body > ul > li:nth-child(3n) {
    margin-right: 20px;
  }
  #forums .panel-body > ul > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #forums .panel-body > ul > li {
    width: calc(50% - 10px);
  }
  #forums .panel-body > ul > li:nth-child(1),
  #forums .panel-body > ul > li:nth-child(2) {
    margin-top: 0;
  }
  #forums .panel-body > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #forums .panel-body > ul > li {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  #forums .panel-body > ul > li:nth-child(1) {
    margin-top: 0;
  }
}
#forums .panel-body > ul > li:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
#body-wrapper #forums .panel-body > ul a {
  color: inherit;
}
#body-wrapper #forums .panel-body > ul a.latest-topic:hover,
#body-wrapper #forums .panel-body > ul a.username:hover,
#body-wrapper #forums .panel-body > ul a.forum_title:hover {
  color: #12658d;
}
@media only screen and (min-width: 1025px) {
  #forums .panel-body > ul > li:not(:hover) .mod input[type="checkbox"],
  #forums .panel-body > ul > li:not(:hover) .mod input[type="checkbox"] + .checkbox-material {
    opacity: 0;
    transition: opacity 0.15s ease;
  }
  #forums .panel-body > ul > li:not(:hover) .mod input[type="checkbox"]:checked,
  #forums .panel-body > ul > li:not(:hover) .mod input[type="checkbox"]:checked + .checkbox-material {
    opacity: 1;
  }
  #forums .panel-body > ul > li:not(:hover) .close-row {
    visibility: hidden;
  }
}
.columns-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.columns-wrapper .forum-title {
  color: #1885ba;
}
.columns-wrapper .forum-title:hover {
  color: #12658d;
}
.columns-wrapper .badge {
  margin-left: 3px;
}
.columns-wrapper .forum-title:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.columns-wrapper .subforum-list > a,
.columns-wrapper .last-post > .image-wrapper > span,
.columns-wrapper .last-post > .image-wrapper > a,
.columns-wrapper .last-post > .image-wrapper > i,
.columns-wrapper .last-post > i > a,
.columns-wrapper .forum-count > a,
.columns-wrapper .forum-count > i {
  z-index: 2;
  position: relative;
}
.columns-wrapper .last-post > .image-wrapper > i {
  position: absolute;
}
.columns-wrapper > .col-xs-7 {
  width: 100%;
  position: static;
}
.columns-wrapper > .col-xs-7 > h3 {
  font-size: inherit;
  margin-bottom: 5px;
  margin-right: 20px;
}
.columns-wrapper > .col-xs-7 > h3 a > .forum-title * {
  display: inline;
}
.columns-wrapper > .col-xs-7 > p {
  font-size: 17px;
}
.columns-wrapper > .col-xs-7 .unreadTopicCount {
  vertical-align: sub;
  position: relative;
  z-index: 1;
}
.columns-wrapper > .col-xs-5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: static;
}
.columns-wrapper .last-post {
  order: 1;
  margin-top: 20px;
  white-space: nowrap;
  font-size: 20px;
}
.columns-wrapper .last-post > i {
  font-style: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.columns-wrapper .last-post > i:not(:only-child) {
  text-align: right;
  width: calc(100% - 36px - 10px);
}
.columns-wrapper .last-post > i:not(:only-child) > .username {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .columns-wrapper .last-post > i:only-child {
    display: none !important;
  }
}
.columns-wrapper .last-post .tooltip {
  left: auto!important;
  right: -20px;
}
.columns-wrapper .last-post .tooltip .tooltip-arrow {
  left: auto!important;
  right: 20px;
}
.columns-wrapper .last-post .latest-topic + span:before {
  content: '';
  display: block;
  clear: both;
}
.columns-wrapper .forum-count {
  margin-top: 10px;
  order: 2;
}
.columns-wrapper .forum-count .close-row {
  float: right;
}
.columns-wrapper .forum-count .close-row > i:before {
  opacity: 0.5;
}
.columns-wrapper .forum-count .TopicsCount {
  margin-right: 20px;
}
.columns-wrapper .forum-count .TopicsCount,
.columns-wrapper .forum-count .PostsCount {
  cursor: default;
}
.columns-wrapper .forum-count .TopicsCount > i,
.columns-wrapper .forum-count .PostsCount > i {
  margin-right: 5px;
}
.columns-wrapper .forum-count .glyphicon:before,
.columns-wrapper .forum-count .icon:before {
  padding: 0;
}
.columns-wrapper .forum-count > a:first-child:not(.TopicsCount),
.columns-wrapper .forum-count span:first-child:not(.TopicsCount) {
  color: #1885ba !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: -15px;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .columns-wrapper .forum-count > a:first-child:not(.TopicsCount),
  .columns-wrapper .forum-count span:first-child:not(.TopicsCount) {
    top: 3px;
    right: -5px;
  }
}
.columns-wrapper .forum-count > a:first-child:not(.TopicsCount) > .bd-wrapper,
.columns-wrapper .forum-count span:first-child:not(.TopicsCount) > .bd-wrapper {
  margin-left: 0;
}
.columns-wrapper .forum-count > a:first-child:not(.TopicsCount) > span,
.columns-wrapper .forum-count span:first-child:not(.TopicsCount) > span {
  display: none !important;
}
.columns-wrapper .forum-count > a:first-child:not(.TopicsCount) + .tooltip .tooltip-inner,
.columns-wrapper .forum-count span:first-child:not(.TopicsCount) + .tooltip .tooltip-inner {
  margin-right: -20px;
  max-width: unset;
}
@media only screen and (max-width: 767px) {
  .columns-wrapper .forum-count > a.close-row + .tooltip {
    left: auto !important;
    right: 6px;
  }
  .columns-wrapper .forum-count > a.close-row + .tooltip .tooltip-arrow {
    left: auto !important;
    right: 6px;
  }
}
.columns-wrapper .forum-count > .help-tooltip {
  cursor: default;
}
.columns-wrapper .forum-count .category-locked {
  z-index: 9;
}
.columns-wrapper .checkbox,
.columns-wrapper input[type='checkbox'] {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .columns-wrapper .checkbox,
  .columns-wrapper input[type='checkbox'] {
    right: 10px;
    bottom: 10px;
  }
  .columns-wrapper > .col-xs-7 > h3,
  .columns-wrapper > .col-xs-7 > p {
    margin-right: 30px;
  }
  .columns-wrapper .forum-count > a:first-child:not(.TopicsCount) {
    top: 3px;
    right: -5px;
  }
}
.subforum-list {
  display: block;
  margin-top: 5px;
}
.subforum-list * {
  display: inline;
}
.subforum-list:before {
  content: url('/images/forum1/subforum_stem.png');
  margin-right: 10px;
  filter: brightness(80%);
}
.subforum-list > a:not(:last-of-type) {
  margin-right: 10px;
}
.subforum-list > a:not(:last-of-type):after {
  content: ",";
  font-weight: bold;
  margin-right: 0.125em;
}
.tooltip {
  pointer-events: none;
}
.tooltip .tooltip-inner {
  border-radius: 5px;
  padding: 10px;
  white-space: normal;
  word-break: break-word;
  min-width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
}
.topics-list .panel-body > ul > li .last_post_activity .tooltip-inner,
.topics-list .panel-body > #sortable > ul > li .last_post_activity .tooltip-inner {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  max-width: none;
}
.helper {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  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 {
  border-width: 0 0 0 8px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
}
.wt-body .alert#myModalLabel,
.wt-body .alert#moveToFolderModalLabel {
  padding: 0;
  border: none;
  box-shadow: none;
}
.panel-body > ul > li > .alert:only-child,
.panel-body > .bmessage:only-child,
.panel-body > .alert:only-child,
.premium_subscription > .alert,
.wt-ignore-users .ignore-list > .alert {
  margin-bottom: 0;
}
.wt-body .bmessage {
  padding: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-radius: 15px;
  border-width: 0 0 0 8px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  font-weight: normal;
  position: relative;
  display: table;
  width: 100%;
}
.wt-body .bmessage small {
  font-size: inherit;
}
.wt-body .bmessage strong,
.wt-body .bmessage b {
  font-weight: normal;
}
.wt-body .bmessage .text-center {
  text-align: left;
}
.wt-body .bmessage a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.wt-body .bmessage p + p {
  margin-top: 5px;
}
.wt-body .alert {
  position: relative;
  display: inline-block;
  text-align: left;
  font-weight: normal;
  display: table;
  width: 100%;
}
.wt-body .alert strong,
.wt-body .alert b {
  font-weight: normal;
}
.wt-body .alert .text-center {
  text-align: left;
}
.wt-body .alert a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
.wt-body .alert-success:before {
  content: '\e854';
  padding-left: 0;
  width: 24px;
  display: table-cell;
}
.wt-body .alert-info:before {
  content: '\e83f';
  padding-left: 0;
  width: 24px;
  display: table-cell;
  line-height: unset;
}
.wt-body .alert-warning:before {
  content: '\e88b';
  padding-left: 0;
  width: 24px;
  display: table-cell;
}
.wt-body .alert-danger:before {
  content: '\e827';
  padding-left: 0;
  width: 24px;
  display: table-cell;
  top: 1px;
}
@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 .container.settings .alert-danger .bd-wrapper #deleteAccountDialog {
    text-wrap: wrap;
  }
}
.wt-body #smilie_inner_content .alert-success br {
  display: none;
}
@media only screen and (max-width: 767px) {
  #showApproveDecline > strong,
  #profilePageResendVerificationButton > strong {
    display: block;
    margin-bottom: 10px;
  }
  #showApproveDecline > .bd-wrapper,
  #profilePageResendVerificationButton > .bd-wrapper {
    margin-left: 0;
  }
}
#activateAccountMessageModal .verif-btn .btn,
#body-wrapper .btn-msg {
  margin: 20px 10px 0 0;
  white-space: normal;
}
@media only screen and (max-width: 480px) {
  #activateAccountMessageModal .verif-btn .btn,
  #body-wrapper .btn-msg {
    display: block;
    margin-right: 0;
  }
  #activateAccountMessageModal .verif-btn .btn + .btn,
  #body-wrapper .btn-msg + .btn {
    margin-top: 10px;
  }
}
.alert.wt-incorrect-password-message > span {
  margin: 5px 0;
  margin-right: 10px;
}
#body-wrapper .registration_msg p > a.btn-msg {
  margin-right: 0;
  display: inline;
}
#body-wrapper .registration_msg p > .email {
  font-weight: bold;
}
.wt-body .dropdown-menu:not(ul.subtle-filter),
.wt-body .ui-autocomplete,
.wt-body .notifications {
  margin: 0;
  padding: 10px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  background-clip: border-box;
}
.wt-body .dropdown-menu:not(ul.subtle-filter) li,
.wt-body .ui-autocomplete li,
.wt-body .notifications li {
  clear: both;
}
.wt-body .dropdown-menu:not(ul.subtle-filter) li:after,
.wt-body .ui-autocomplete li:after,
.wt-body .notifications li:after {
  content: " ";
  display: table;
  clear: both;
}
.wt-body .dropdown-menu:not(ul.subtle-filter) 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:not(ul.subtle-filter) li .wt-dropdown-item,
.wt-body .ui-autocomplete li .wt-dropdown-item,
.wt-body .notifications li .wt-dropdown-item,
.wt-body .dropdown-menu:not(ul.subtle-filter) li .ui-menu-item-wrapper,
.wt-body .ui-autocomplete li .ui-menu-item-wrapper,
.wt-body .notifications li .ui-menu-item-wrapper {
  padding: 6px 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.9) !important;
  background: none;
  text-transform: none;
  line-height: normal;
  position: relative;
  border-radius: 20px;
}
.wt-body .dropdown-menu:not(ul.subtle-filter) 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:not(ul.subtle-filter) 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:not(ul.subtle-filter) 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: #1885ba !important;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
.wt-body .dropdown-menu:not(ul.subtle-filter) 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:not(ul.subtle-filter) 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:not(ul.subtle-filter) 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:not(ul.subtle-filter).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:not(ul.subtle-filter).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: 6px;
}
.wt-body .dropdown-menu:not(ul.subtle-filter).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;
}
.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;
  font-size: 14px;
  text-align: left;
  background-color: #f1f5fa;
  border: 1px solid transparent;
  border-radius: 15px;
  -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: 20px;
}
.ui-autocomplete.pull-right {
  right: 0;
  left: auto;
}
.ui-autocomplete .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #cfd8e3;
}
.ui-autocomplete > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 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% - 72%) !important;
}
@media only screen and (min-width: 1200px) {
  .left-ads-available.wt-body .ui-autocomplete {
    width: calc(100% - 81%) !important;
  }
}
.ui-helper-hidden-accessible {
  display: none;
}
.dropdown-scrollable-content {
  overflow: auto;
  max-height: 375px;
}
#body-wrapper .panel-heading li.open {
  position: relative;
}
#body-wrapper .panel-heading ul.dropdown-menu:not(.subtle-filter) li {
  width: 100%;
  background: none;
  height: auto;
  line-height: normal;
  padding: 0;
}
#body-wrapper .panel-heading ul.dropdown-menu:not(.subtle-filter) li a {
  color: rgba(0, 0, 0, 0.9);
}
#body-wrapper .panel-heading ul.dropdown-menu:not(.subtle-filter) li a:hover {
  color: #1885ba;
  background: #ffffff;
}
#body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter > li > a {
  line-height: unset;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter {
    min-width: 140px;
    left: 0;
    padding: 10px;
  }
  #body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter > li {
    line-height: 20px;
    float: none;
  }
  #body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter > li > a {
    margin: 4px 0;
    padding: 6px 20px;
  }
  #body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter > li > a:hover {
    color: #1885ba !important;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
    border-radius: 20px;
  }
  #body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter > li.active > a {
    color: #1885ba !important;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter > li > a {
    margin-right: 10px;
    padding: 0;
    background: none;
  }
  #body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter > li > a:hover {
    background: none;
    color: #1885ba;
  }
  #body-wrapper .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter > li.active > a {
    color: #1885ba;
  }
}
#body-wrapper .panel-heading .topic-filter-container > .btn.btn-subtle {
  background: none;
  padding: 0 20px 0 0;
  box-shadow: none;
  border: none;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .tab-content > #topics .panel-heading .topic-filter-container > .btn.btn-subtle {
    padding: 6px 20px 6px 0;
  }
  #body-wrapper .tab-content > #topics .panel-heading .topic-filter-container > .dropdown-menu.subtle-filter {
    top: 75%;
  }
}
.user-panel .dropdown-menu {
  width: 196px;
  width: 245px;
}
.user-panel .dropdown-menu .user-nav-panel {
  width: 100%;
}
.user-panel .dropdown-menu .user-nav-panel a#user-nav-panel-profile:before {
  content: '\e889';
  top: 0px;
}
.user-panel .dropdown-menu .user-nav-panel > .text-block {
  display: none;
}
.user-panel .dropdown-menu > li {
  float: left;
  width: 100%;
  border-top: 1px solid transparent;
}
.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;
}
.user-icons-menu {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .user-icons-menu {
    width: 270px;
  }
}
.user-icons-menu,
.notifications {
  line-height: normal;
  max-height: calc(100vh - 70px);
  max-width: calc(100vw - 70px);
  overflow: auto;
}
.user-icons-menu > .user-nav-panel,
.notifications > .user-nav-panel {
  width: 100%;
}
.user-icons-menu .dropdown-header,
.notifications .dropdown-header {
  font-size: 100%;
  overflow: hidden;
  padding: 0;
}
.user-icons-menu .dropdown-header strong,
.notifications .dropdown-header strong {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
}
.user-icons-menu li.user-nav-list > a:not(.wt-dropdown-inline-link),
.notifications li.user-nav-list > a:not(.wt-dropdown-inline-link),
.user-icons-menu li.user-nav-list .wt-dropdown-item,
.notifications li.user-nav-list .wt-dropdown-item {
  border-left: 3px solid transparent;
  padding: 10px !important;
  background: #ffffff !important;
  margin: 7px 0 !important;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
}
.user-icons-menu li.user-nav-list > a:not(.wt-dropdown-inline-link):hover,
.notifications li.user-nav-list > a:not(.wt-dropdown-inline-link):hover,
.user-icons-menu li.user-nav-list .wt-dropdown-item:hover,
.notifications li.user-nav-list .wt-dropdown-item:hover {
  -webkit-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
}
.user-icons-menu li.user-nav-list.unread > a,
.notifications li.user-nav-list.unread > a,
.user-icons-menu li.user-nav-list.unread > .wt-dropdown-item,
.notifications li.user-nav-list.unread > .wt-dropdown-item {
  border-left-color: #1885ba;
}
.user-icons-menu time,
.notifications time {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-icons-menu .image-wrapper + span,
.notifications .image-wrapper + span,
.user-icons-menu .icon-spam-mail + span,
.notifications .icon-spam-mail + span,
.user-icons-menu .notifContentWrapper,
.notifications .notifContentWrapper {
  margin-left: 10px;
  width: calc(100% - 100px);
}
.user-icons-menu .user-nav-list > p,
.notifications .user-nav-list > p {
  margin: 10px 0;
  padding: 20px 10px;
  text-align: center;
  background: #dee0e4;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  border-radius: 10px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.user-icons-menu .wt-spam-email-info .notifContentWrapper,
.notifications .wt-spam-email-info .notifContentWrapper {
  display: block;
  height: auto;
}
.user-icons-menu .wt-spam-email-info .icon-spam-mail,
.notifications .wt-spam-email-info .icon-spam-mail {
  width: 36px;
}
.user-icons-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;
}
#notificationSection .dropdown-header {
  overflow: unset;
  display: flex;
  align-items: center;
}
.notifications {
  box-shadow: none !important;
  max-height: 100%;
}
.notifications .panel-pagination {
  margin: 10px;
}
.notifications .panel-pagination .pagination li {
  clear: none;
}
#notification_menu .dropdown-header {
  border: none !important;
}
#notification_menu .notification-settings {
  margin: 0;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 35px;
  margin-top: -4px;
}
#notification_menu .notification-settings .glyphicon-cog {
  font-size: 90%;
}
#notificationsList {
  overflow: unset;
}
#notificationsList .panel-pagination {
  margin: 0;
}
#notificationsList .panel-body {
  margin-top: 5px;
}
#notificationsList .markAllNotificationsAsRead {
  display: block;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  font-size: 23px;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  border-radius: 100%;
  font-size: 20px;
  display: inline-block !important;
  height: auto;
  line-height: normal;
}
#notificationsList .markAllNotificationsAsRead > .glyphicon:before,
#notificationsList .markAllNotificationsAsRead > .icon:before {
  padding: 0;
}
#notificationsList .markAllNotificationsAsRead:hover {
  color: #1885ba;
}
#notificationsList #notifications-wrapper > li > a,
#notificationsList #notifications-wrapper > li > span {
  display: flex;
  align-items: center;
}
#notificationsList li.user-nav-list[id^="notID_"] a span.icon-spam-mail:before {
  padding: 0 10px;
}
#notificationsList li.user-nav-list[id^="notID_"] a span.icon-spam-mail ~ .notifContentWrapper {
  padding-top: 0;
}
#notificationsList .notifContentWrapper {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #1885ba;
}
#notificationsList .notifContentWrapper .text-muted {
  color: rgba(0, 0, 0, 0.9);
}
#notificationsList .panel-menu > .pull-right {
  display: flex;
  align-items: center;
  padding-top: 4px;
}
#notificationsList .panel-menu > .pull-right .notification-settings {
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.7);
}
#notificationsList .panel-menu > .pull-right .notification-settings:hover {
  color: #1885ba;
}
#private_message_dropdown {
  max-height: calc(100vh - 70px);
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #private_message_dropdown {
    max-height: calc(100vh - 160px);
  }
}
#private_message_dropdown .dropdown-header {
  display: flex;
  align-items: center;
}
#private_message_dropdown .dropdown-header a {
  padding: 0;
  background: none;
  box-shadow: none;
  color: #1885ba;
}
#private_message_dropdown .dropdown-header a:hover {
  color: #12658d;
}
#private_message_dropdown .dropdown-header a:hover strong {
  color: inherit;
}
#private_message_dropdown .dropdown-header span.pull-right {
  margin-left: auto;
}
@media (max-width: 320px) {
  #private_message_dropdown .dropdown-header a.pull-left {
    width: calc(100% - 195px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
#private_message_dropdown .dropdown-header small {
  font-size: 100%;
}
#private_message_dropdown .send_new_pmsg {
  text-transform: lowercase;
  color: #1885ba !important;
}
#private_message_dropdown .send_new_pmsg:hover {
  color: #12658d !important;
}
#private_message_dropdown .send_new_pmsg:first-letter {
  text-transform: uppercase;
}
#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 {
  color: rgba(0, 0, 0, 0.7) !important;
}
#private_message_dropdown .user-nav-list > a > .col-xs-6 {
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#private_message_dropdown .user-nav-list > a > .col-xs-6 > strong {
  font-weight: normal;
  color: #1885ba;
}
#private_message_dropdown .user-nav-list > p {
  margin: 10px 0;
  padding: 20px 10px;
  text-align: center;
  background: #dee0e4;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  border-radius: 10px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
#private_message_dropdown li.user-nav-list-all a {
  text-align: center;
  color: #1885ba !important;
  padding-bottom: 0;
}
#private_message_dropdown li.user-nav-list-all a:hover {
  color: #12658d !important;
}
#private_message_dropdown li.user-nav-list-all a:hover {
  background: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  #private_message_dropdown .dropdown-header a {
    padding: 5px;
  }
}
#notification_menu .markAllNotificationsAsRead {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 35px;
}
#notification_menu #notifications-container {
  max-height: 370px;
  overflow: auto;
}
#notification_menu #notifications-wrapper {
  position: relative;
}
#notification_menu #notifications-wrapper .user-nav-list > a,
#notification_menu #notifications-wrapper .user-nav-list > span {
  position: relative;
}
#notification_menu #notifications-wrapper .user-nav-list > a .conversation-tagged,
#notification_menu #notifications-wrapper .user-nav-list > span .conversation-tagged {
  position: absolute;
  right: 10px;
}
#notification_menu #notifications-wrapper .user-nav-list > a {
  margin: 7px 0;
}
#notification_menu #notifications-wrapper > li > span {
  display: flex;
  align-items: center;
}
#notification_menu #notification_loader {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
#notification_menu .notifContentWrapper {
  white-space: normal;
  line-height: 1.42857143;
  font-size: 20px;
  max-height: 2.85714286em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#notification_menu .user-nav-list > a,
#notification_menu .user-nav-list > .wt-dropdown-item {
  color: rgba(0, 0, 0, 0.9) !important;
}
#notification_menu .user-nav-list > a .notifContentWrapper {
  color: #1885ba;
  margin-top: 1px;
}
#notification_menu .user-nav-list > a .notifContentWrapper .text-muted {
  color: rgba(0, 0, 0, 0.9);
  margin-top: 7px;
}
#notification_menu .user-nav-list > a.wt-spam-email-info .tag_text {
  color: inherit;
}
#notification_menu .wt-spam-email-info .notifContentWrapper {
  display: block;
  height: auto;
  max-height: none;
}
#notification_menu .wt-spam-email-info .notifContentWrapper a {
  color: #1885ba;
}
#notification_menu li.user-nav-list[id^="notID_"] a span.icon-spam-mail:before {
  padding: 0 10px;
}
#notification_menu li.user-nav-list[id^="notID_"] a span.icon-spam-mail ~ .notifContentWrapper {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #notification_menu .notifContentWrapper {
    max-height: 4.28571429em;
    -webkit-line-clamp: 3;
    width: calc(100% - 36px - 40px);
  }
  #notification_menu .notifContentWrapper + small time {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  #notification_menu .dropdown-header a.markAllNotificationsAsRead ~ .tooltip {
    display: none !important;
  }
}
#notification_menu .icon-user,
.notifications .icon-user,
#notification_menu .glyphicon-bell,
.notifications .glyphicon-bell {
  width: 36px;
  height: 36px;
  background: #f1f5fa;
  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: #1885ba;
}
#notification_menu .user-nav-list > a,
.notifications .user-nav-list > a,
#notification_menu .user-nav-list > span,
.notifications .user-nav-list > span {
  display: flex;
  align-items: center;
}
#notification_menu .user-nav-list > a .conversation-tagged time,
.notifications .user-nav-list > a .conversation-tagged time,
#notification_menu .user-nav-list > span .conversation-tagged time,
.notifications .user-nav-list > span .conversation-tagged time {
  position: static;
}
@media only screen and (max-width: 767px) {
  #memberListFrm .dropdown-menu {
    left: auto;
    right: 0;
  }
}
#body-wrapper .post-edit .dropdown-menu {
  width: 50px;
  min-width: 50px;
  padding: 4px;
  background: #ffffff;
  right: -23px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .post-edit .dropdown-menu {
    right: -10px;
  }
}
#body-wrapper .post-edit .dropdown-menu a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  margin: 2px 0;
  padding: 0;
  background: #e9f0f7 !important;
  border-radius: 10px;
}
#body-wrapper .post-edit .dropdown-menu a > span.pull-left {
  display: none !important;
}
#body-wrapper .post-edit .dropdown-menu a > .pull-right {
  float: none !important;
}
@media only screen and (min-width: 1025px) {
  #body-wrapper .post-edit .dropdown-menu a {
    overflow: visible;
    position: relative;
    float: left;
    width: 100%;
  }
  #body-wrapper .post-edit .dropdown-menu a:hover span.pull-left {
    display: block !important;
    font-size: 14px;
  }
  #body-wrapper .post-edit .dropdown-menu a span.pull-left {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #555;
    border-radius: 15px;
    border-radius: 5px;
    padding: 10px;
    white-space: normal;
    word-break: break-word;
    min-width: 100px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    position: absolute;
    left: -5px;
    top: 1px;
    transform: translateX(-100%);
    line-height: normal;
  }
  #body-wrapper .post-edit .dropdown-menu a span.pull-left:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #555;
    right: -5px;
  }
}
#body-wrapper .post-edit .icon-link:before,
#body-wrapper .post-edit .glyphicon-link:before {
  top: 1px;
}
#body-wrapper .dropdown-backdrop {
  display: none;
}
.rte-autocomplete.dropdown-menu {
  max-height: 283px;
  overflow-y: auto;
}
.rte-autocomplete.dropdown-menu li a {
  padding-left: 10px;
  padding-right: 10px;
}
.rte-autocomplete.dropdown-menu li.active a,
.rte-autocomplete.dropdown-menu li a:hover {
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
.rte-autocomplete.dropdown-menu span#taggedUsername {
  margin-left: 10px;
  width: calc(100% - 36px - 10px);
  height: 36px;
  float: right;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
}
.rte-autocomplete.dropdown-menu span#taggedUsername[data-fullname] {
  color: rgba(0, 0, 0, 0.4);
}
.rte-autocomplete.dropdown-menu span#taggedUsername[data-fullname]:before {
  content: attr(data-fullname);
  flex: 1 100%;
  color: rgba(0, 0, 0, 0.7);
}
#body-wrapper form .tt-dropdown-menu {
  border-radius: 20px;
}
#body-wrapper form .tt-dropdown-menu > div {
  position: relative;
  max-height: 285px;
  overflow-y: auto;
}
#body-wrapper form .tt-dropdown-menu .tt-suggestion {
  padding: 6px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.9) !important;
  background: none;
  text-transform: none;
  line-height: normal;
  position: relative;
  border-radius: 20px;
}
#body-wrapper form .tt-dropdown-menu .tt-suggestion a {
  color: inherit;
}
#body-wrapper form .tt-dropdown-menu .tt-suggestion.tt-cursor {
  color: #1885ba !important;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
#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;
}
.dropdown-header {
  font-size: 17px;
}
.dropdown-menu {
  font-size: 20px;
}
.wt-body .panel-pagination {
  clear: both;
}
.wt-body .pagination {
  margin: 10px 0 0;
  height: 35px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.wt-body .pagination > li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .wt-body .pagination > li {
    margin: 1px;
  }
}
.wt-body .pagination > li > a {
  font-size: 20px;
  padding: 0 10px;
  height: 35px;
  line-height: 31px;
  border-width: 2px;
  outline: none;
  font-size: 16px;
}
.wt-body .pagination > li > a:not(.page-numbers, a.page-link.number-of-page) {
  color: #fff;
  border-radius: 50%;
  width: 35px;
  text-align: center;
}
.wt-body .pagination > li > a i {
  font-size: 80%;
  position: relative;
  top: -0.071em;
}
.wt-body .pagination > li > a i:before {
  padding: 0;
  opacity: 1;
}
.wt-body .pagination > li > a i.glyphicon-step-backward {
  left: -1px;
  top: 0;
}
.wt-body .pagination > li > a i.glyphicon-step-forward {
  right: -1px;
  top: 0;
  right: -0.5px;
}
.wt-body .pagination > li > a.page-numbers {
  background: none;
  border-color: transparent;
  color: inherit;
  font-size: 20px;
  line-height: 33px;
  line-height: 32px;
}
.wt-body .pagination > li > a.pagination-previous-page,
.wt-body .pagination > li > a.pagination-next-page {
  font-size: 145%;
  line-height: 29.05px;
  font-size: 115%;
}
.wt-body .pagination .dropdownjs > .fakeinput,
.wt-body .pagination .dropdownjs > ul {
  min-width: 170px;
  width: 170px;
}
.wt-body .pagination .dropdownjs > ul {
  max-height: 200px !important;
}
.wt-body .pagination .dropdownjs > ul::-webkit-scrollbar,
.wt-body .pagination .dropdownjs > ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0) !important;
}
.popover-content {
  display: inline-block;
  width: 100%;
}
.pagination .popover #page_number {
  padding-right: 0;
}
.pagination .popover #goToPageNumber {
  padding: 5px 10px;
  margin-top: 10px;
}
.popover-title {
  font-size: 20px;
}
.modal button.close,
.alert button.close {
  margin: 0;
  font-size: 0;
  opacity: 1;
  background: #ffffff;
  height: 35px;
  width: 35px;
  display: block;
  position: absolute;
  top: -15px;
  right: -13px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.modal button.close:before,
.alert button.close:before,
.modal button.close:after,
.alert button.close:after {
  content: '';
  display: block;
  height: 2px !important;
  width: 45%;
  margin: auto;
  background: #1885ba;
}
.modal button.close:before,
.alert button.close:before {
  transform: rotate(45deg);
}
.modal button.close:after,
.alert button.close:after {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.modal button.close:hover,
.alert button.close:hover,
.modal button.close:focus,
.alert button.close:focus {
  -webkit-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
}
.wt-body:not(.wt-embedded) .modal {
  top: 0 !important;
}
.wt-embedded .modal {
  position: absolute !important;
  overflow: visible !important;
}
.modal-open.wt-body .tooltip {
  z-index: 1040;
}
.wt-body .modal .tooltip {
  z-index: 1070;
}
.wt-body .modal-dialog {
  max-width: 95%;
}
@media only screen and (max-width: 767px) {
  .wt-body .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.wt-body .modal-content {
  border-radius: 40px;
  border-width: 15px;
  background-clip: border-box;
  display: inline-block;
  width: 100%;
}
.wt-body .modal-body {
  float: left;
  width: 100%;
}
.wt-body .modal-footer {
  clear: both;
}
.wt-body .modal-footer button + button,
.wt-body .modal-footer .btn + .btn {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .wt-body .modal-dialog {
    width: 675px;
    width: 750px;
  }
}
.wt-body #keyboardShortcutsModal .modal-dialog,
.wt-body #keyboardShortcutsModal .modal-dialog .modal-content {
  overflow: unset;
}
.wt-body #keyboardShortcutsModal .modal-dialog .modal-body,
.wt-body #keyboardShortcutsModal .modal-dialog .modal-content .modal-body {
  max-height: calc(100% - 80px);
}
div[id^="insertimagemodal"] .post-body-image > span:empty {
  display: none !important;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  div[id^="insertimagemodal"] .nav.nav-tabs li.active.active a,
  div[id^="insertimagemodal"] .nav.nav-tabs li:only-child a {
    background: #ffffff;
    color: #1885ba;
  }
  div[id^="insertimagemodal"] .nav.nav-tabs li.active.active a:before,
  div[id^="insertimagemodal"] .nav.nav-tabs li:only-child a:before {
    background-image: url('/images/nav_border_left_white.svg');
  }
  div[id^="insertimagemodal"] .nav.nav-tabs li.active.active a:after,
  div[id^="insertimagemodal"] .nav.nav-tabs li:only-child a:after {
    background-image: url('/images/nav_border_right_white.svg');
  }
}
div[id^="insertimagemodal"] .tab-content {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background: #f1f5fa;
  padding: 20px;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
  border-radius: 10px;
  background: #ffffff;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  div[id^="insertimagemodal"] .tab-content {
    padding: 10px;
  }
}
div[id^="insertimagemodal"] .form-group.pull-left {
  width: 100%;
}
div[id^="insertimagemodal"] [id^="upprogress_o_"] {
  margin: 20px 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: none;
  color: inherit;
  display: flex;
  align-items: center;
}
div[id^="insertimagemodal"] [id^="upprogress_o_"]:before {
  display: none;
}
div[id^="insertimagemodal"] [id^="upprogress_o_"] > strong {
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
div[id^="insertimagemodal"] [id^="upprogress_o_"] .progress {
  flex: 1;
  width: auto;
  overflow: hidden;
  margin: 0 20px;
}
div[id^="insertimagemodal"] [id^="upprogress_o_"] > a.pull-right {
  text-decoration: none;
  color: #1885ba;
}
div[id^="insertimagemodal"] [id^="upprogress_o_"] > a.pull-right:hover,
div[id^="insertimagemodal"] [id^="upprogress_o_"] > a.pull-right:focus {
  text-decoration: underline;
}
div[id^="insertimagemodal"] [id^="upprogress_o_"] > a.pull-right i {
  font-style: normal;
}
div[id^="insertimagemodal"] .alert-gray {
  padding: 0;
  box-shadow: none;
}
div[id^="insertimagemodal"] [id^="imagesError"] {
  display: block;
  margin: 20px 0 40px;
}
div[id^="insertimagemodal"] [id^="imagesError"] > span:not(.alert) {
  position: relative;
  padding: 20px;
  border-style: solid;
  border-radius: 15px;
  border-width: 0 0 0 8px;
  display: table;
  width: 100%;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  background-color: #f2dede;
  border-color: #d9534f;
  color: #a94442;
}
div[id^="insertimagemodal"] [id^="imagesError"] > span:not(.alert) hr {
  border-top-color: #d43f3a;
}
div[id^="insertimagemodal"] [id^="imagesError"] > span:not(.alert) .alert-link {
  color: #843534;
}
div[id^="insertimagemodal"] [id^="imagesError"] > span:not(.alert):before {
  content: '\e827';
  padding-left: 0;
  width: 24px;
  display: table-cell;
}
div[id^="insertimagemodal"] [id^="imagesError"] font {
  margin-right: 5px;
  color: inherit;
}
div[id^="insertimagemodal"] #preview_text,
div[id^="insertimagemodal"] #preview_textpmsDialog,
div[id^="insertimagemodal"] #preview_textreply {
  display: block;
  margin-bottom: 10px;
}
div[id^="insertimagemodal"] #web_image,
div[id^="insertimagemodal"] #web_imagepmsDialog,
div[id^="insertimagemodal"] #web_imagereply {
  margin-bottom: 10px;
  max-height: 350px;
}
#video_inner_content #dialog_input_value {
  margin: 10px 0;
}
#video_inner_content #video_list {
  margin-top: 10px;
}
#who-all {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
}
#who-all > li {
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border: 1px solid #1885ba;
}
#who-all > li .text-muted,
#who-all > li a,
#who-all > li h1,
#who-all > li h2,
#who-all > li h3,
#who-all > li h4,
#who-all > li h5,
#who-all > li h6,
#who-all > li .h1,
#who-all > li .h2,
#who-all > li .h3,
#who-all > li .h4,
#who-all > li .h5,
#who-all > li .h6 {
  color: inherit;
}
#who-all > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
#who-all > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
#who-all > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
#who-all > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
#who-all > li .checkbox .check {
  background: transparent;
}
#who-all > li a.wt-topic-tag,
#who-all > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
#who-all > li a {
  color: #1885ba;
}
#who-all > li .badge {
  border-color: #1885ba;
}
#who-all > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
#who-all > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
#who-all > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
#who-all > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
#who-all > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
@media only screen and (min-width: 1025px) {
  #who-all > li {
    width: calc(33.33% - 14px);
  }
  #who-all > li:nth-child(1),
  #who-all > li:nth-child(2),
  #who-all > li:nth-child(3) {
    margin-top: 0;
  }
  #who-all > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #who-all > li {
    width: calc(25% - 15px);
  }
  #who-all > li:nth-child(1),
  #who-all > li:nth-child(2),
  #who-all > li:nth-child(3),
  #who-all > li:nth-child(4) {
    margin-top: 0;
  }
  #who-all > li:nth-child(3n) {
    margin-right: 20px;
  }
  #who-all > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #who-all > li {
    width: calc(50% - 10px);
  }
  #who-all > li:nth-child(1),
  #who-all > li:nth-child(2) {
    margin-top: 0;
  }
  #who-all > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #who-all > li {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  #who-all > li:nth-child(1) {
    margin-top: 0;
  }
}
#who-all > li:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
#who-all:before,
#who-all:after {
  display: none !important;
}
.reported-users #who-all > li {
  display: block;
}
#who-all > li > a,
#who-all > li > li > .who-username {
  float: left;
  max-width: calc(100% - 36px - 40px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#who-all > li > span.display_name {
  margin-top: 6px;
  margin-top: 1px;
}
#who-all > li > span.display_name ~ a[id^="postCountInWhoPost_"] {
  margin-top: 10px;
  margin-top: 7px;
}
#who-all > li > span.display_name.two_line {
  margin-top: 0;
  margin-top: -4px;
}
#who-all > li > span.display_name.two_line ~ a[id^="postCountInWhoPost_"] {
  margin-top: 4px;
  margin-top: 3px;
}
#who-all .who-username,
#who-all .popover .display_username {
  font-style: normal !important;
}
#who-all [id^="postCountInWhoPost_"] {
  padding-left: 8px;
}
#who-all .badge {
  margin-left: 0;
}
#reportPostDialog #reportPostForm > div {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#reportPostDialog #reportPostForm > div > input {
  margin-right: 10px;
  margin-top: 3px;
  float: left;
}
#reportPostDialog #reportPostForm > div > label {
  font-weight: normal;
  float: left;
  display: inline-block;
  margin: 0;
}
#reportPostDialog #reportPostForm > div > label strong {
  display: block;
}
#reportPostDialog #reportPostForm > div > label.radio span.circle,
#reportPostDialog #reportPostForm > div > label.radio span.check {
  top: 2px;
  top: 6px;
}
#reportPostDialog #reportPostForm > div > label[for="reason_1"],
#reportPostDialog #reportPostForm > div > label[for="reason_2"],
#reportPostDialog #reportPostForm > div > label[for="reason_3"],
#reportPostDialog #reportPostForm > div > label[for="reason_4"] {
  width: calc(100% - 30px);
}
#reportPostDialog #reportPostForm > div textarea {
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: 25px;
  border-color: #cfd8e3;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  outline: 0;
}
#reportPostDialog #reportPostForm > div button#reportPostBtn i {
  margin-right: 5px;
}
#email-modal #email-id {
  display: block;
}
#email-modal label[for="message-body"] ~ div {
  margin: 0;
}
#email-modal #email_message {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #email-modal .form-group > div {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #pmessage_modal #PostPrivateMessage .form-group > div,
  #pmessage_modal #PostPrivateMessage .composepostpm {
    width: 75%;
  }
}
#pmessage_modal #message-options {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#pmessage_modal #message-options a {
  float: left;
  padding: 2px 10px;
  text-decoration: none;
}
#pmessage_modal #message-options a ~ a {
  border-left: 1px solid #ddd;
}
#pmessage_modal #message-options a:hover,
#pmessage_modal #message-options a:focus {
  color: #1885ba;
}
#pmessage_modal #message-options i {
  font-size: 26px;
}
#pmessage_modal #message-options i:before {
  padding: 0;
}
#pmessage_modal #send_pmsg_button {
  margin-left: 10px;
}
#pmessage_modal label[for="message-body"] + div {
  margin: 0;
}
#pmessage_modal .mce-tinymce.mce-container {
  background: #ffffff;
}
#movePostsDialog label.radio {
  padding-top: 2px;
  margin-bottom: 10px;
}
#movePostsDialog br {
  display: none;
}
#movePostsDialog .text-info,
#movePostsDialog .cleared.form-group > div {
  margin-bottom: 10px;
}
#movePostsDialog .nested-form {
  background: #ffffff;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #movePostsDialog .nested-form .col-sm-3 {
    min-width: 180px;
    min-width: 210px;
  }
  #movePostsDialog .col-sm-6 {
    width: 60%;
  }
}
#movePostsDialog .wt-category-dropdown .indent:nth-child(7) ~ .indent {
  display: none !important;
}
@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) {
  #movePostsDialog .wt-category-dropdown .indent:nth-child(3) ~ .indent {
    display: none !important;
  }
}
#change_group .panel-body {
  background: none;
  border: none;
  padding: 0px;
  border-radius: 0;
}
#change_group p {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.9);
}
#change_group br {
  display: none;
}
#change_group strong,
#change_group label,
#change_group b {
  font-weight: normal;
}
#change_group label.radio {
  padding-top: 1px;
  padding-left: 26px;
  display: block;
}
#change_group label.radio .circle {
  top: 1px;
}
#change_group label.radio .check:after {
  left: -15px;
}
#change_group .form-group > div {
  margin-bottom: 0;
  width: 100%;
}
#change_group .form-group:last-of-type {
  margin-top: 20px;
}
#change_group #additional_usergroup label {
  text-align: left;
  align-items: unset;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #change_group #additional_group .form-group .col-lg-8 {
    width: 50%;
    float: left;
  }
}
#change_group #additional_usergroup > .col-sm-6 {
  width: calc(50% - 20px);
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #change_group #additional_usergroup > .col-sm-6 {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
}
#change_group #additional_usergroup > .col-sm-6 .checkbox {
  padding-top: 0;
  top: -1px;
}
#date-modal > .modal-dialog {
  width: 545px;
  max-width: 90%;
}
#date-modal input.form-control {
  box-shadow: none;
}
#date-modal .input-daterange {
  margin-bottom: 40px;
}
#confirm_delete > .modal-dialog,
#ban-modal > .modal-dialog,
#userBanModal > .modal-dialog {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  #confirm_delete > .modal-dialog,
  #ban-modal > .modal-dialog,
  #userBanModal > .modal-dialog {
    width: 100%;
    margin: 10px;
  }
}
#confirm_delete h3,
#ban-modal h3,
#userBanModal h3 {
  font-size: 23px;
  text-align: left;
}
#confirm_delete span.align-center.text-center,
#ban-modal span.align-center.text-center,
#userBanModal span.align-center.text-center {
  float: left;
  margin-top: 10px;
}
#confirm_delete .btn,
#ban-modal .btn,
#userBanModal .btn {
  min-width: 80px;
}
#ban-modal .modal-body {
  padding-top: 20px;
}
#userBanModal h3 > span:first-child {
  display: block;
}
#manageTopicTagsModal > .modal-dialog,
#moveToFolderModal > .modal-dialog {
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  #manageTopicTagsModal > .modal-dialog,
  #moveToFolderModal > .modal-dialog {
    max-width: 100%;
    margin: 10px;
  }
}
#manageTopicTagsModal .form-horizontal,
#moveToFolderModal .form-horizontal {
  padding: 40px 0 0;
}
#manageTopicTagsModal .btn,
#moveToFolderModal .btn {
  min-width: 100px;
}
@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: 991px) and (min-width: 768px) {
  #manageTopicTagsModal .wt-category-dropdown .indent:nth-child(3) ~ .indent,
  #moveToFolderModal .wt-category-dropdown .indent:nth-child(3) ~ .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: 23px;
  }
}
@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;
}
#moveToFolderModal .btn[disabled] {
  border-top-color: transparent !important;
}
#moveToFolderModal .form-horizontal {
  padding-top: 20px;
}
#moveToFolderModal #moveFilesFolders {
  margin-bottom: 20px;
}
#moveToFolderModal #moveFilesFolders #categoryDropdown#categoryDropdown:after {
  right: 7px;
  top: -1px;
}
#filter-modal #forum_tree ul {
  margin-bottom: 0;
}
#addphotos_popup {
  height: auto;
  overflow: auto;
}
#addphotos_popup > .modal-dialog {
  width: 1200px;
}
#code_popup .form-group {
  margin-top: 10px;
}
.modal-dialog .image-wrapper.mini {
  margin-right: 5px;
}
.modal-dialog .display_name,
#who_posted_dialog#who_posted_dialog .modal-dialog .display_name {
  float: left;
  width: calc(100% - 41px - 30px);
}
.modal-dialog #who-all .display_name {
  width: calc(100% - 41px);
}
.modal-dialog #who-all > li > .display_name > a,
.modal-dialog #who-all > li > .display_name > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  clear: both;
  max-width: 100%;
}
.modal-dialog #who-all .badge {
  vertical-align: top;
}
.wt-body .enable-messages.modal-dialog {
  width: 470px;
}
.wt-body .enable-messages .modal-body {
  padding-top: 20px;
}
.wt-body .enable-messages h3 {
  font-size: 23px;
  text-align: left;
}
.wt-body .enable-messages span.align-center.text-center {
  float: left;
  padding-top: 10px;
  float: initial;
}
.wt-body .enable-messages .btn {
  min-width: 80px;
  font-size: 20px;
  padding: 6px 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px !important;
}
@tablet {
  .modal-dialog {
    width: auto;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
#body-wrapper .wt-social-login-modal .wt-social-btn-heading {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
#body-wrapper .wt-social-login-modal .modal-header {
  background: none;
  padding: 0 60px;
}
#body-wrapper .wt-social-login-modal .modal-header h4 {
  transform: translateY(40px);
  line-height: 1;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-align: center;
}
#body-wrapper .wt-social-login-modal .modal-body {
  padding: 40px 60px;
  text-align: center;
}
#body-wrapper .wt-social-login-modal .modal-body .text-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .wt-social-login-modal .modal-body {
    padding: 20px;
  }
  #body-wrapper .wt-social-login-modal .modal-header {
    padding: 0 20px;
  }
  #body-wrapper .wt-social-login-modal .modal-header h4 {
    transform: translateY(20px);
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #webPushModal .modal-dialog {
    max-width: 600px;
  }
}
#webPushModal .modal-body {
  color: rgba(0, 0, 0, 0.9);
  font-size: 23px;
}
#webPushModal .modal-footer {
  padding-top: 20px;
  text-align: left;
}
#bootstrap-alert-box-modal {
  z-index: 1051;
}
#bootstrap-alert-box-modal .modal-body {
  padding-top: 20px;
}
#confirm_pwd .modal-dialog {
  width: 450px;
}
#confirm_pwd .modal-header h4 {
  font-weight: normal;
}
#confirm_pwd .modal-body {
  padding-top: 10px;
}
#confirm_pwd .display_name > a {
  color: inherit;
  font-weight: normal;
}
#confirm_pwd .display_name > a ~ a {
  font-size: 90%;
  opacity: 0.7;
}
#confirm_pwd .image-wrapper.mini {
  margin-right: 0;
}
#confirm_pwd .text-image-wrapper-mini > .display_name {
  width: 100%;
  margin-left: 0;
}
#confirm_pwd .form-group {
  margin: 10px 0;
}
#topic_tag_delete .modal-dialog {
  min-width: 370px;
  max-width: 440px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #topic_tag_delete .modal-dialog {
    max-width: 100%;
    margin: 10px;
    min-width: unset;
    max-width: unset;
  }
}
@media only screen and (max-width: 480px) {
  .wt-body #body-wrapper #topic_tag_delete .modal-dialog .btn-container {
    width: 100%;
    display: block;
  }
  .wt-body #body-wrapper #topic_tag_delete .modal-dialog .btn-container .btn {
    width: 100%;
  }
  .wt-body #body-wrapper #topic_tag_delete .modal-dialog .btn-container .btn#deleteTopicTag + .btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
#topic_tag_delete .modal-body {
  padding: 40px;
}
#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 {
  font-size: 26px;
  line-height: 25px;
}
#edit_topic_tag .modal-body .btn-container {
  display: flex;
  padding-top: 20px;
}
#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: 10px 0 20px;
}
@media (max-width: 495px) {
  .wt-body #pmessageNotify_modal span.align-center.text-center {
    width: 100%;
  }
  .wt-body #pmessageNotify_modal span.align-center.text-center .btn {
    margin-top: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.wt-body #body-wrapper #confirm-modal .modal-dialog {
  max-width: 730px;
}
@media only screen and (max-width: 767px) {
  .wt-body #body-wrapper #confirm-modal .modal-dialog .pull-right {
    width: 100%;
  }
  .wt-body #body-wrapper #confirm-modal .modal-dialog .pull-right .btn {
    width: 100%;
    white-space: normal;
  }
  .wt-body #body-wrapper #confirm-modal .modal-dialog .pull-right .btn#declineAction {
    margin-top: 10px;
    margin-left: 0;
  }
}
.progress-bar {
  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);
  color: #fff;
  background-size: 40px 40px;
  border-radius: 15px;
  font-size: 17px;
  line-height: unset;
  display: flex;
  align-items: center;
}
#publish_form .progress-bar,
.upload-attachments .progress-bar,
#insertimagemodalpmsDialog .progress-bar,
#uploadreply .progress-bar,
#upload .progress-bar {
  line-height: initial;
  justify-content: center;
}
.thread-list #posts-list .progress-bar {
  display: block;
}
#show_current_conversation .progress-bar {
  font-size: 0;
}
.post-attachments [id^="upprogress_o_1 "] .progress-bar {
  display: flex;
}
#publish_form .modal-footer {
  display: flex;
  align-items: center;
}
#publish_form .modal-footer .uploading-photos {
  position: relative;
  margin: auto;
}
#publish_form .modal-footer .uploading-photos .progress {
  margin: 0;
}
.wt-body .panel {
  box-shadow: none;
  border: none;
}
.wt-body .table-responsive {
  border: none;
}
.wt-body .panel-body {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background: #f1f5fa;
  padding: 20px;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .wt-body .panel-body {
    padding: 10px;
  }
}
.image-wrapper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: block;
  position: relative;
  border: 2px solid #cfd8e3;
  border-radius: 100%;
}
.image-wrapper.mini {
  width: 36px;
  height: 36px;
}
.image-wrapper.mini > i {
  font-size: 9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  bottom: -3px;
  right: -3px;
}
.image-wrapper.mini > i.icon-shield {
  line-height: 21px;
}
.image-wrapper.normal {
  width: 50px;
  height: 50px;
}
.image-wrapper.normal > i {
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 25px;
  bottom: -2px;
  right: -2px;
}
.image-wrapper.normal > i:before {
  margin-left: 1px;
}
.image-wrapper.medium {
  width: 70px;
  height: 70px;
}
.image-wrapper.medium > i {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  bottom: -2px;
  right: -2px;
}
.image-wrapper.large {
  width: 150px;
  height: 150px;
}
.image-wrapper.large > i {
  font-size: 16px;
  width: 29px;
  height: 29px;
  line-height: 30px;
  bottom: 8px;
  right: 8px;
}
.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 > i {
  position: absolute;
  color: #fff;
  background: #1885ba;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0 1px #777777;
}
.image-wrapper > i:before {
  padding: 0;
  opacity: 1;
}
#body-wrapper .dropdown-menu .image-wrapper > i,
#notifications-container .image-wrapper > i {
  color: #ffffff;
}
.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;
  border-radius: 100%;
  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;
  border-radius: 10px;
}
/* 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 {
  border-left: 5px solid rgba(0, 0, 0, 0.3);
  margin: 10px 0;
  display: block;
  padding: 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-family: 'Sniglet', Comic Sans MS, sans-serif;
  letter-spacing: normal;
}
.quoted .quote-from > .display_name > a:nth-child(2),
blockquote .quote-from > .display_name > a:nth-child(2) {
  opacity: 0.7;
}
.quoted > .quoted,
blockquote > .quoted {
  margin-left: 10px;
}
.btn {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 3px 0;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  outline: none !important;
  border-radius: 25px;
  font-size: 20px;
}
.btn.btn {
  border-top-color: transparent;
}
.btn:active {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn.btn-subtle {
  color: rgba(0, 0, 0, 0.7);
  background-color: #dee0e4;
  border-bottom-color: #c2c6cd;
  box-shadow: 0px 0px 3px #c2c6cd;
}
.btn.btn-subtle:hover,
.btn.btn-subtle:focus {
  background: #d0d3d9;
}
.btn.btn-subtle:active {
  background: #d0d3d9;
  border-color: #b4b8c2;
}
.btn.btn-primary-outlined {
  color: #1885ba;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.btn.btn-primary-outlined:hover,
.btn.btn-primary-outlined:focus {
  background: #1885ba;
  color: #fff;
}
.btn.btn-danger-outlined {
  color: #d9534f;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.btn.btn-danger-outlined:hover,
.btn.btn-danger-outlined:focus {
  background: #d9534f;
  color: #fff;
}
.wt-body .btn:not(.bd-wrapper),
.wt-body .btn-group {
  margin: 0;
}
.btn.btn-primary {
  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,
.wt-topics #topics .nav-tabs > li,
.wt-categories #forums .nav-tabs > li,
#files .panel-title > h2 {
  text-transform: capitalize;
  font-size: 35px;
  padding: 0px;
  margin: 0 0 15px 0;
  color: rgba(0, 0, 0, 0.8);
  background: none;
  text-align: left;
  float: left !important;
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
#body-wrapper .panel > .panel-title > h2.alert,
#body-wrapper .wt-topics #topics .nav-tabs > li.alert,
#body-wrapper .wt-categories #forums .nav-tabs > li.alert,
#body-wrapper #files .panel-title > h2.alert {
  box-shadow: none;
  border: none;
}
.wt-topics #topics .nav-tabs > li:nth-child(2),
.wt-categories .nav-tabs > li:first-child {
  display: none !important;
}
.wt-topics #topics .nav-tabs,
.wt-categories #forums .nav-tabs {
  display: inline-block;
}
.wt-topics #topics .nav-tabs > li > a,
.wt-categories #forums .nav-tabs > li > a {
  color: inherit;
  cursor: default;
}
.wt-topics .panel-heading,
#memberListFrm .panel-heading,
.wt-followed-categories .panel-heading,
.wt-followed-topics .panel-heading,
.wt-member-search .panel-heading,
.wt-search-result .panel-heading,
.wt-post-search .panel-heading,
#category_list > #topics .panel-heading,
#category_list .nav.nav-tabs,
.wt-edit-profile .nav.nav-tabs,
.settings .nav.nav-tabs,
.first-post.preview-post .nav.nav-tabs,
.modal .nav.nav-tabs {
  min-height: 40px;
  line-height: 40px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.wt-topics .panel-heading.nav > li,
#memberListFrm .panel-heading.nav > li,
.wt-followed-categories .panel-heading.nav > li,
.wt-followed-topics .panel-heading.nav > li,
.wt-member-search .panel-heading.nav > li,
.wt-search-result .panel-heading.nav > li,
.wt-post-search .panel-heading.nav > li,
#category_list > #topics .panel-heading.nav > li,
#category_list .nav.nav-tabs.nav > li,
.wt-edit-profile .nav.nav-tabs.nav > li,
.settings .nav.nav-tabs.nav > li,
.first-post.preview-post .nav.nav-tabs.nav > li,
.modal .nav.nav-tabs.nav > li,
.wt-topics .panel-heading > ul > li,
#memberListFrm .panel-heading > ul > li,
.wt-followed-categories .panel-heading > ul > li,
.wt-followed-topics .panel-heading > ul > li,
.wt-member-search .panel-heading > ul > li,
.wt-search-result .panel-heading > ul > li,
.wt-post-search .panel-heading > ul > li,
#category_list > #topics .panel-heading > ul > li,
#category_list .nav.nav-tabs > ul > li,
.wt-edit-profile .nav.nav-tabs > ul > li,
.settings .nav.nav-tabs > ul > li,
.first-post.preview-post .nav.nav-tabs > ul > li,
.modal .nav.nav-tabs > ul > li,
.wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li,
#memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li,
.wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li,
.wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li,
.wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li,
.wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li,
.wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li,
#category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li,
#category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li,
.wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li,
.settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li,
.first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li,
.modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li {
  float: left;
}
@media only screen and (min-width: 1025px) {
  .wt-topics .panel-heading,
  #memberListFrm .panel-heading,
  .wt-followed-categories .panel-heading,
  .wt-followed-topics .panel-heading,
  .wt-member-search .panel-heading,
  .wt-search-result .panel-heading,
  .wt-post-search .panel-heading,
  #category_list > #topics .panel-heading,
  #category_list .nav.nav-tabs,
  .wt-edit-profile .nav.nav-tabs,
  .settings .nav.nav-tabs,
  .first-post.preview-post .nav.nav-tabs,
  .modal .nav.nav-tabs {
    font-size: 23px;
  }
  .wt-topics .panel-heading.nav > li > a,
  #memberListFrm .panel-heading.nav > li > a,
  .wt-followed-categories .panel-heading.nav > li > a,
  .wt-followed-topics .panel-heading.nav > li > a,
  .wt-member-search .panel-heading.nav > li > a,
  .wt-search-result .panel-heading.nav > li > a,
  .wt-post-search .panel-heading.nav > li > a,
  #category_list > #topics .panel-heading.nav > li > a,
  #category_list .nav.nav-tabs.nav > li > a,
  .wt-edit-profile .nav.nav-tabs.nav > li > a,
  .settings .nav.nav-tabs.nav > li > a,
  .first-post.preview-post .nav.nav-tabs.nav > li > a,
  .modal .nav.nav-tabs.nav > li > a,
  .wt-topics .panel-heading > ul > li:not(.pull-right) > a,
  #memberListFrm .panel-heading > ul > li:not(.pull-right) > a,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right) > a,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right) > a,
  .wt-member-search .panel-heading > ul > li:not(.pull-right) > a,
  .wt-search-result .panel-heading > ul > li:not(.pull-right) > a,
  .wt-post-search .panel-heading > ul > li:not(.pull-right) > a,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right) > a,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right) > a,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right) > a,
  .settings .nav.nav-tabs > ul > li:not(.pull-right) > a,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right) > a,
  .modal .nav.nav-tabs > ul > li:not(.pull-right) > a,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a {
    display: block;
    background: #dee0e4;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 15px;
    border-top: 1px solid #cfd8e3;
    outline: none;
  }
  .wt-topics .panel-heading.nav > li > a:before,
  #memberListFrm .panel-heading.nav > li > a:before,
  .wt-followed-categories .panel-heading.nav > li > a:before,
  .wt-followed-topics .panel-heading.nav > li > a:before,
  .wt-member-search .panel-heading.nav > li > a:before,
  .wt-search-result .panel-heading.nav > li > a:before,
  .wt-post-search .panel-heading.nav > li > a:before,
  #category_list > #topics .panel-heading.nav > li > a:before,
  #category_list .nav.nav-tabs.nav > li > a:before,
  .wt-edit-profile .nav.nav-tabs.nav > li > a:before,
  .settings .nav.nav-tabs.nav > li > a:before,
  .first-post.preview-post .nav.nav-tabs.nav > li > a:before,
  .modal .nav.nav-tabs.nav > li > a:before,
  .wt-topics .panel-heading > ul > li:not(.pull-right) > a:before,
  #memberListFrm .panel-heading > ul > li:not(.pull-right) > a:before,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right) > a:before,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right) > a:before,
  .wt-member-search .panel-heading > ul > li:not(.pull-right) > a:before,
  .wt-search-result .panel-heading > ul > li:not(.pull-right) > a:before,
  .wt-post-search .panel-heading > ul > li:not(.pull-right) > a:before,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right) > a:before,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right) > a:before,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right) > a:before,
  .settings .nav.nav-tabs > ul > li:not(.pull-right) > a:before,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right) > a:before,
  .modal .nav.nav-tabs > ul > li:not(.pull-right) > a:before,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:before,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:before,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:before,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:before,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:before {
    content: '';
    background-image: url('/images/nav_border_left_dark.svg');
    position: absolute;
    top: -1px;
    left: -40px;
    height: 41px;
    width: 41px;
    background-size: 100%;
    pointer-events: none;
  }
  .wt-topics .panel-heading.nav > li > a:after,
  #memberListFrm .panel-heading.nav > li > a:after,
  .wt-followed-categories .panel-heading.nav > li > a:after,
  .wt-followed-topics .panel-heading.nav > li > a:after,
  .wt-member-search .panel-heading.nav > li > a:after,
  .wt-search-result .panel-heading.nav > li > a:after,
  .wt-post-search .panel-heading.nav > li > a:after,
  #category_list > #topics .panel-heading.nav > li > a:after,
  #category_list .nav.nav-tabs.nav > li > a:after,
  .wt-edit-profile .nav.nav-tabs.nav > li > a:after,
  .settings .nav.nav-tabs.nav > li > a:after,
  .first-post.preview-post .nav.nav-tabs.nav > li > a:after,
  .modal .nav.nav-tabs.nav > li > a:after,
  .wt-topics .panel-heading > ul > li:not(.pull-right) > a:after,
  #memberListFrm .panel-heading > ul > li:not(.pull-right) > a:after,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right) > a:after,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right) > a:after,
  .wt-member-search .panel-heading > ul > li:not(.pull-right) > a:after,
  .wt-search-result .panel-heading > ul > li:not(.pull-right) > a:after,
  .wt-post-search .panel-heading > ul > li:not(.pull-right) > a:after,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right) > a:after,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right) > a:after,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right) > a:after,
  .settings .nav.nav-tabs > ul > li:not(.pull-right) > a:after,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right) > a:after,
  .modal .nav.nav-tabs > ul > li:not(.pull-right) > a:after,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:after,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:after,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:after,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:after,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:after {
    content: '';
    background-image: url('/images/nav_border_right_dark.svg');
    position: absolute;
    top: -1px;
    right: -40px;
    height: 41px;
    width: 41px;
    background-size: 100%;
    pointer-events: none;
  }
  .wt-topics .panel-heading.nav > li > a:hover,
  #memberListFrm .panel-heading.nav > li > a:hover,
  .wt-followed-categories .panel-heading.nav > li > a:hover,
  .wt-followed-topics .panel-heading.nav > li > a:hover,
  .wt-member-search .panel-heading.nav > li > a:hover,
  .wt-search-result .panel-heading.nav > li > a:hover,
  .wt-post-search .panel-heading.nav > li > a:hover,
  #category_list > #topics .panel-heading.nav > li > a:hover,
  #category_list .nav.nav-tabs.nav > li > a:hover,
  .wt-edit-profile .nav.nav-tabs.nav > li > a:hover,
  .settings .nav.nav-tabs.nav > li > a:hover,
  .first-post.preview-post .nav.nav-tabs.nav > li > a:hover,
  .modal .nav.nav-tabs.nav > li > a:hover,
  .wt-topics .panel-heading > ul > li:not(.pull-right) > a:hover,
  #memberListFrm .panel-heading > ul > li:not(.pull-right) > a:hover,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right) > a:hover,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right) > a:hover,
  .wt-member-search .panel-heading > ul > li:not(.pull-right) > a:hover,
  .wt-search-result .panel-heading > ul > li:not(.pull-right) > a:hover,
  .wt-post-search .panel-heading > ul > li:not(.pull-right) > a:hover,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right) > a:hover,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right) > a:hover,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right) > a:hover,
  .settings .nav.nav-tabs > ul > li:not(.pull-right) > a:hover,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right) > a:hover,
  .modal .nav.nav-tabs > ul > li:not(.pull-right) > a:hover,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:hover,
  .wt-topics .panel-heading.nav > li > a:focus,
  #memberListFrm .panel-heading.nav > li > a:focus,
  .wt-followed-categories .panel-heading.nav > li > a:focus,
  .wt-followed-topics .panel-heading.nav > li > a:focus,
  .wt-member-search .panel-heading.nav > li > a:focus,
  .wt-search-result .panel-heading.nav > li > a:focus,
  .wt-post-search .panel-heading.nav > li > a:focus,
  #category_list > #topics .panel-heading.nav > li > a:focus,
  #category_list .nav.nav-tabs.nav > li > a:focus,
  .wt-edit-profile .nav.nav-tabs.nav > li > a:focus,
  .settings .nav.nav-tabs.nav > li > a:focus,
  .first-post.preview-post .nav.nav-tabs.nav > li > a:focus,
  .modal .nav.nav-tabs.nav > li > a:focus,
  .wt-topics .panel-heading > ul > li:not(.pull-right) > a:focus,
  #memberListFrm .panel-heading > ul > li:not(.pull-right) > a:focus,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right) > a:focus,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right) > a:focus,
  .wt-member-search .panel-heading > ul > li:not(.pull-right) > a:focus,
  .wt-search-result .panel-heading > ul > li:not(.pull-right) > a:focus,
  .wt-post-search .panel-heading > ul > li:not(.pull-right) > a:focus,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right) > a:focus,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right) > a:focus,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right) > a:focus,
  .settings .nav.nav-tabs > ul > li:not(.pull-right) > a:focus,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right) > a:focus,
  .modal .nav.nav-tabs > ul > li:not(.pull-right) > a:focus,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:focus,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li > a:focus {
    color: #1885ba;
  }
  .wt-topics .panel-heading.nav > li:first-child,
  #memberListFrm .panel-heading.nav > li:first-child,
  .wt-followed-categories .panel-heading.nav > li:first-child,
  .wt-followed-topics .panel-heading.nav > li:first-child,
  .wt-member-search .panel-heading.nav > li:first-child,
  .wt-search-result .panel-heading.nav > li:first-child,
  .wt-post-search .panel-heading.nav > li:first-child,
  #category_list > #topics .panel-heading.nav > li:first-child,
  #category_list .nav.nav-tabs.nav > li:first-child,
  .wt-edit-profile .nav.nav-tabs.nav > li:first-child,
  .settings .nav.nav-tabs.nav > li:first-child,
  .first-post.preview-post .nav.nav-tabs.nav > li:first-child,
  .modal .nav.nav-tabs.nav > li:first-child,
  .wt-topics .panel-heading > ul > li:not(.pull-right):first-child,
  #memberListFrm .panel-heading > ul > li:not(.pull-right):first-child,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right):first-child,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right):first-child,
  .wt-member-search .panel-heading > ul > li:not(.pull-right):first-child,
  .wt-search-result .panel-heading > ul > li:not(.pull-right):first-child,
  .wt-post-search .panel-heading > ul > li:not(.pull-right):first-child,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right):first-child,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right):first-child,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right):first-child,
  .settings .nav.nav-tabs > ul > li:not(.pull-right):first-child,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right):first-child,
  .modal .nav.nav-tabs > ul > li:not(.pull-right):first-child,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child {
    margin-left: 0;
  }
  .wt-topics .panel-heading.nav > li:first-child > a,
  #memberListFrm .panel-heading.nav > li:first-child > a,
  .wt-followed-categories .panel-heading.nav > li:first-child > a,
  .wt-followed-topics .panel-heading.nav > li:first-child > a,
  .wt-member-search .panel-heading.nav > li:first-child > a,
  .wt-search-result .panel-heading.nav > li:first-child > a,
  .wt-post-search .panel-heading.nav > li:first-child > a,
  #category_list > #topics .panel-heading.nav > li:first-child > a,
  #category_list .nav.nav-tabs.nav > li:first-child > a,
  .wt-edit-profile .nav.nav-tabs.nav > li:first-child > a,
  .settings .nav.nav-tabs.nav > li:first-child > a,
  .first-post.preview-post .nav.nav-tabs.nav > li:first-child > a,
  .modal .nav.nav-tabs.nav > li:first-child > a,
  .wt-topics .panel-heading > ul > li:not(.pull-right):first-child > a,
  #memberListFrm .panel-heading > ul > li:not(.pull-right):first-child > a,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right):first-child > a,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right):first-child > a,
  .wt-member-search .panel-heading > ul > li:not(.pull-right):first-child > a,
  .wt-search-result .panel-heading > ul > li:not(.pull-right):first-child > a,
  .wt-post-search .panel-heading > ul > li:not(.pull-right):first-child > a,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right):first-child > a,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right):first-child > a,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right):first-child > a,
  .settings .nav.nav-tabs > ul > li:not(.pull-right):first-child > a,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right):first-child > a,
  .modal .nav.nav-tabs > ul > li:not(.pull-right):first-child > a,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a {
    border-top-left-radius: 20px;
    padding-left: 40px;
    margin-left: 0;
    border-left: 1px solid #cfd8e3;
  }
  .wt-topics .panel-heading.nav > li:first-child > a:before,
  #memberListFrm .panel-heading.nav > li:first-child > a:before,
  .wt-followed-categories .panel-heading.nav > li:first-child > a:before,
  .wt-followed-topics .panel-heading.nav > li:first-child > a:before,
  .wt-member-search .panel-heading.nav > li:first-child > a:before,
  .wt-search-result .panel-heading.nav > li:first-child > a:before,
  .wt-post-search .panel-heading.nav > li:first-child > a:before,
  #category_list > #topics .panel-heading.nav > li:first-child > a:before,
  #category_list .nav.nav-tabs.nav > li:first-child > a:before,
  .wt-edit-profile .nav.nav-tabs.nav > li:first-child > a:before,
  .settings .nav.nav-tabs.nav > li:first-child > a:before,
  .first-post.preview-post .nav.nav-tabs.nav > li:first-child > a:before,
  .modal .nav.nav-tabs.nav > li:first-child > a:before,
  .wt-topics .panel-heading > ul > li:not(.pull-right):first-child > a:before,
  #memberListFrm .panel-heading > ul > li:not(.pull-right):first-child > a:before,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right):first-child > a:before,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right):first-child > a:before,
  .wt-member-search .panel-heading > ul > li:not(.pull-right):first-child > a:before,
  .wt-search-result .panel-heading > ul > li:not(.pull-right):first-child > a:before,
  .wt-post-search .panel-heading > ul > li:not(.pull-right):first-child > a:before,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right):first-child > a:before,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right):first-child > a:before,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right):first-child > a:before,
  .settings .nav.nav-tabs > ul > li:not(.pull-right):first-child > a:before,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right):first-child > a:before,
  .modal .nav.nav-tabs > ul > li:not(.pull-right):first-child > a:before,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child > a:before {
    display: none;
  }
  .wt-topics .panel-heading.nav > li:first-child:before,
  #memberListFrm .panel-heading.nav > li:first-child:before,
  .wt-followed-categories .panel-heading.nav > li:first-child:before,
  .wt-followed-topics .panel-heading.nav > li:first-child:before,
  .wt-member-search .panel-heading.nav > li:first-child:before,
  .wt-search-result .panel-heading.nav > li:first-child:before,
  .wt-post-search .panel-heading.nav > li:first-child:before,
  #category_list > #topics .panel-heading.nav > li:first-child:before,
  #category_list .nav.nav-tabs.nav > li:first-child:before,
  .wt-edit-profile .nav.nav-tabs.nav > li:first-child:before,
  .settings .nav.nav-tabs.nav > li:first-child:before,
  .first-post.preview-post .nav.nav-tabs.nav > li:first-child:before,
  .modal .nav.nav-tabs.nav > li:first-child:before,
  .wt-topics .panel-heading > ul > li:not(.pull-right):first-child:before,
  #memberListFrm .panel-heading > ul > li:not(.pull-right):first-child:before,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right):first-child:before,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right):first-child:before,
  .wt-member-search .panel-heading > ul > li:not(.pull-right):first-child:before,
  .wt-search-result .panel-heading > ul > li:not(.pull-right):first-child:before,
  .wt-post-search .panel-heading > ul > li:not(.pull-right):first-child:before,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right):first-child:before,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right):first-child:before,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right):first-child:before,
  .settings .nav.nav-tabs > ul > li:not(.pull-right):first-child:before,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right):first-child:before,
  .modal .nav.nav-tabs > ul > li:not(.pull-right):first-child:before,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child:before,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li:first-child:before {
    display: none;
  }
  .wt-topics .panel-heading.nav > li.active,
  #memberListFrm .panel-heading.nav > li.active,
  .wt-followed-categories .panel-heading.nav > li.active,
  .wt-followed-topics .panel-heading.nav > li.active,
  .wt-member-search .panel-heading.nav > li.active,
  .wt-search-result .panel-heading.nav > li.active,
  .wt-post-search .panel-heading.nav > li.active,
  #category_list > #topics .panel-heading.nav > li.active,
  #category_list .nav.nav-tabs.nav > li.active,
  .wt-edit-profile .nav.nav-tabs.nav > li.active,
  .settings .nav.nav-tabs.nav > li.active,
  .first-post.preview-post .nav.nav-tabs.nav > li.active,
  .modal .nav.nav-tabs.nav > li.active,
  .wt-topics .panel-heading > ul > li:not(.pull-right).active,
  #memberListFrm .panel-heading > ul > li:not(.pull-right).active,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right).active,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right).active,
  .wt-member-search .panel-heading > ul > li:not(.pull-right).active,
  .wt-search-result .panel-heading > ul > li:not(.pull-right).active,
  .wt-post-search .panel-heading > ul > li:not(.pull-right).active,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right).active,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right).active,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right).active,
  .settings .nav.nav-tabs > ul > li:not(.pull-right).active,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right).active,
  .modal .nav.nav-tabs > ul > li:not(.pull-right).active,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active {
    position: relative;
  }
  .wt-topics .panel-heading.nav > li.active:before,
  #memberListFrm .panel-heading.nav > li.active:before,
  .wt-followed-categories .panel-heading.nav > li.active:before,
  .wt-followed-topics .panel-heading.nav > li.active:before,
  .wt-member-search .panel-heading.nav > li.active:before,
  .wt-search-result .panel-heading.nav > li.active:before,
  .wt-post-search .panel-heading.nav > li.active:before,
  #category_list > #topics .panel-heading.nav > li.active:before,
  #category_list .nav.nav-tabs.nav > li.active:before,
  .wt-edit-profile .nav.nav-tabs.nav > li.active:before,
  .settings .nav.nav-tabs.nav > li.active:before,
  .first-post.preview-post .nav.nav-tabs.nav > li.active:before,
  .modal .nav.nav-tabs.nav > li.active:before,
  .wt-topics .panel-heading > ul > li:not(.pull-right).active:before,
  #memberListFrm .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-member-search .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-search-result .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-post-search .panel-heading > ul > li:not(.pull-right).active:before,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right).active:before,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .settings .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .modal .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-topics .panel-heading.nav > li.active:after,
  #memberListFrm .panel-heading.nav > li.active:after,
  .wt-followed-categories .panel-heading.nav > li.active:after,
  .wt-followed-topics .panel-heading.nav > li.active:after,
  .wt-member-search .panel-heading.nav > li.active:after,
  .wt-search-result .panel-heading.nav > li.active:after,
  .wt-post-search .panel-heading.nav > li.active:after,
  #category_list > #topics .panel-heading.nav > li.active:after,
  #category_list .nav.nav-tabs.nav > li.active:after,
  .wt-edit-profile .nav.nav-tabs.nav > li.active:after,
  .settings .nav.nav-tabs.nav > li.active:after,
  .first-post.preview-post .nav.nav-tabs.nav > li.active:after,
  .modal .nav.nav-tabs.nav > li.active:after,
  .wt-topics .panel-heading > ul > li:not(.pull-right).active:after,
  #memberListFrm .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-member-search .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-search-result .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-post-search .panel-heading > ul > li:not(.pull-right).active:after,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right).active:after,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .settings .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .modal .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after {
    content: '';
    width: 5px;
    height: 32px;
    position: absolute;
    top: 8px;
    z-index: 2;
  }
  .wt-topics .panel-heading.nav > li.active:before,
  #memberListFrm .panel-heading.nav > li.active:before,
  .wt-followed-categories .panel-heading.nav > li.active:before,
  .wt-followed-topics .panel-heading.nav > li.active:before,
  .wt-member-search .panel-heading.nav > li.active:before,
  .wt-search-result .panel-heading.nav > li.active:before,
  .wt-post-search .panel-heading.nav > li.active:before,
  #category_list > #topics .panel-heading.nav > li.active:before,
  #category_list .nav.nav-tabs.nav > li.active:before,
  .wt-edit-profile .nav.nav-tabs.nav > li.active:before,
  .settings .nav.nav-tabs.nav > li.active:before,
  .first-post.preview-post .nav.nav-tabs.nav > li.active:before,
  .modal .nav.nav-tabs.nav > li.active:before,
  .wt-topics .panel-heading > ul > li:not(.pull-right).active:before,
  #memberListFrm .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-member-search .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-search-result .panel-heading > ul > li:not(.pull-right).active:before,
  .wt-post-search .panel-heading > ul > li:not(.pull-right).active:before,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right).active:before,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .settings .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .modal .nav.nav-tabs > ul > li:not(.pull-right).active:before,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:before,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:before {
    left: 0;
    transform: rotate(25deg);
    box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .wt-topics .panel-heading.nav > li.active:after,
  #memberListFrm .panel-heading.nav > li.active:after,
  .wt-followed-categories .panel-heading.nav > li.active:after,
  .wt-followed-topics .panel-heading.nav > li.active:after,
  .wt-member-search .panel-heading.nav > li.active:after,
  .wt-search-result .panel-heading.nav > li.active:after,
  .wt-post-search .panel-heading.nav > li.active:after,
  #category_list > #topics .panel-heading.nav > li.active:after,
  #category_list .nav.nav-tabs.nav > li.active:after,
  .wt-edit-profile .nav.nav-tabs.nav > li.active:after,
  .settings .nav.nav-tabs.nav > li.active:after,
  .first-post.preview-post .nav.nav-tabs.nav > li.active:after,
  .modal .nav.nav-tabs.nav > li.active:after,
  .wt-topics .panel-heading > ul > li:not(.pull-right).active:after,
  #memberListFrm .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-member-search .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-search-result .panel-heading > ul > li:not(.pull-right).active:after,
  .wt-post-search .panel-heading > ul > li:not(.pull-right).active:after,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right).active:after,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .settings .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .modal .nav.nav-tabs > ul > li:not(.pull-right).active:after,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active:after,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active:after {
    right: 0;
    transform: rotate(-25deg);
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .wt-topics .panel-heading.nav > li.active > a,
  #memberListFrm .panel-heading.nav > li.active > a,
  .wt-followed-categories .panel-heading.nav > li.active > a,
  .wt-followed-topics .panel-heading.nav > li.active > a,
  .wt-member-search .panel-heading.nav > li.active > a,
  .wt-search-result .panel-heading.nav > li.active > a,
  .wt-post-search .panel-heading.nav > li.active > a,
  #category_list > #topics .panel-heading.nav > li.active > a,
  #category_list .nav.nav-tabs.nav > li.active > a,
  .wt-edit-profile .nav.nav-tabs.nav > li.active > a,
  .settings .nav.nav-tabs.nav > li.active > a,
  .first-post.preview-post .nav.nav-tabs.nav > li.active > a,
  .modal .nav.nav-tabs.nav > li.active > a,
  .wt-topics .panel-heading > ul > li:not(.pull-right).active > a,
  #memberListFrm .panel-heading > ul > li:not(.pull-right).active > a,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right).active > a,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right).active > a,
  .wt-member-search .panel-heading > ul > li:not(.pull-right).active > a,
  .wt-search-result .panel-heading > ul > li:not(.pull-right).active > a,
  .wt-post-search .panel-heading > ul > li:not(.pull-right).active > a,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right).active > a,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right).active > a,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right).active > a,
  .settings .nav.nav-tabs > ul > li:not(.pull-right).active > a,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right).active > a,
  .modal .nav.nav-tabs > ul > li:not(.pull-right).active > a,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a {
    background: #f1f5fa;
    color: rgba(0, 0, 0, 0.7);
    color: #1885ba;
    z-index: 3;
  }
  .wt-topics .panel-heading.nav > li.active > a:before,
  #memberListFrm .panel-heading.nav > li.active > a:before,
  .wt-followed-categories .panel-heading.nav > li.active > a:before,
  .wt-followed-topics .panel-heading.nav > li.active > a:before,
  .wt-member-search .panel-heading.nav > li.active > a:before,
  .wt-search-result .panel-heading.nav > li.active > a:before,
  .wt-post-search .panel-heading.nav > li.active > a:before,
  #category_list > #topics .panel-heading.nav > li.active > a:before,
  #category_list .nav.nav-tabs.nav > li.active > a:before,
  .wt-edit-profile .nav.nav-tabs.nav > li.active > a:before,
  .settings .nav.nav-tabs.nav > li.active > a:before,
  .first-post.preview-post .nav.nav-tabs.nav > li.active > a:before,
  .modal .nav.nav-tabs.nav > li.active > a:before,
  .wt-topics .panel-heading > ul > li:not(.pull-right).active > a:before,
  #memberListFrm .panel-heading > ul > li:not(.pull-right).active > a:before,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right).active > a:before,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right).active > a:before,
  .wt-member-search .panel-heading > ul > li:not(.pull-right).active > a:before,
  .wt-search-result .panel-heading > ul > li:not(.pull-right).active > a:before,
  .wt-post-search .panel-heading > ul > li:not(.pull-right).active > a:before,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right).active > a:before,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right).active > a:before,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right).active > a:before,
  .settings .nav.nav-tabs > ul > li:not(.pull-right).active > a:before,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right).active > a:before,
  .modal .nav.nav-tabs > ul > li:not(.pull-right).active > a:before,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:before,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:before {
    background-image: url('/images/nav_border_left.svg');
  }
  .wt-topics .panel-heading.nav > li.active > a:after,
  #memberListFrm .panel-heading.nav > li.active > a:after,
  .wt-followed-categories .panel-heading.nav > li.active > a:after,
  .wt-followed-topics .panel-heading.nav > li.active > a:after,
  .wt-member-search .panel-heading.nav > li.active > a:after,
  .wt-search-result .panel-heading.nav > li.active > a:after,
  .wt-post-search .panel-heading.nav > li.active > a:after,
  #category_list > #topics .panel-heading.nav > li.active > a:after,
  #category_list .nav.nav-tabs.nav > li.active > a:after,
  .wt-edit-profile .nav.nav-tabs.nav > li.active > a:after,
  .settings .nav.nav-tabs.nav > li.active > a:after,
  .first-post.preview-post .nav.nav-tabs.nav > li.active > a:after,
  .modal .nav.nav-tabs.nav > li.active > a:after,
  .wt-topics .panel-heading > ul > li:not(.pull-right).active > a:after,
  #memberListFrm .panel-heading > ul > li:not(.pull-right).active > a:after,
  .wt-followed-categories .panel-heading > ul > li:not(.pull-right).active > a:after,
  .wt-followed-topics .panel-heading > ul > li:not(.pull-right).active > a:after,
  .wt-member-search .panel-heading > ul > li:not(.pull-right).active > a:after,
  .wt-search-result .panel-heading > ul > li:not(.pull-right).active > a:after,
  .wt-post-search .panel-heading > ul > li:not(.pull-right).active > a:after,
  #category_list > #topics .panel-heading > ul > li:not(.pull-right).active > a:after,
  #category_list .nav.nav-tabs > ul > li:not(.pull-right).active > a:after,
  .wt-edit-profile .nav.nav-tabs > ul > li:not(.pull-right).active > a:after,
  .settings .nav.nav-tabs > ul > li:not(.pull-right).active > a:after,
  .first-post.preview-post .nav.nav-tabs > ul > li:not(.pull-right).active > a:after,
  .modal .nav.nav-tabs > ul > li:not(.pull-right).active > a:after,
  .wt-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  #memberListFrm .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .wt-followed-categories .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .wt-followed-topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .wt-member-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .wt-search-result .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .wt-post-search .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  #category_list > #topics .panel-heading > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  #category_list .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .wt-edit-profile .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .settings .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .first-post.preview-post .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:after,
  .modal .nav.nav-tabs > li.topic-filter-container > ul.subtle-filter > li.active > a:after {
    background-image: url('/images/nav_border_right.svg');
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-topics .panel-heading,
  #memberListFrm .panel-heading,
  .wt-followed-categories .panel-heading,
  .wt-followed-topics .panel-heading,
  .wt-member-search .panel-heading,
  .wt-search-result .panel-heading,
  .wt-post-search .panel-heading,
  #category_list > #topics .panel-heading,
  #category_list .nav.nav-tabs,
  .wt-edit-profile .nav.nav-tabs,
  .settings .nav.nav-tabs,
  .first-post.preview-post .nav.nav-tabs,
  .modal .nav.nav-tabs {
    line-height: normal;
    padding: 10px 10px 5px;
    float: left;
    width: 100%;
    font-size: 20px;
    background: #dee0e4;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .wt-topics .panel-heading.nav > li,
  #memberListFrm .panel-heading.nav > li,
  .wt-followed-categories .panel-heading.nav > li,
  .wt-followed-topics .panel-heading.nav > li,
  .wt-member-search .panel-heading.nav > li,
  .wt-search-result .panel-heading.nav > li,
  .wt-post-search .panel-heading.nav > li,
  #category_list > #topics .panel-heading.nav > li,
  #category_list .nav.nav-tabs.nav > li,
  .wt-edit-profile .nav.nav-tabs.nav > li,
  .settings .nav.nav-tabs.nav > li,
  .first-post.preview-post .nav.nav-tabs.nav > li,
  .modal .nav.nav-tabs.nav > li,
  .wt-topics .panel-heading > ul > li,
  #memberListFrm .panel-heading > ul > li,
  .wt-followed-categories .panel-heading > ul > li,
  .wt-followed-topics .panel-heading > ul > li,
  .wt-member-search .panel-heading > ul > li,
  .wt-search-result .panel-heading > ul > li,
  .wt-post-search .panel-heading > ul > li,
  #category_list > #topics .panel-heading > ul > li,
  #category_list .nav.nav-tabs > ul > li,
  .wt-edit-profile .nav.nav-tabs > ul > li,
  .settings .nav.nav-tabs > ul > li,
  .first-post.preview-post .nav.nav-tabs > ul > li,
  .modal .nav.nav-tabs > ul > li {
    margin-bottom: 5px;
  }
  .wt-topics .panel-heading.nav > li:not(:last-child),
  #memberListFrm .panel-heading.nav > li:not(:last-child),
  .wt-followed-categories .panel-heading.nav > li:not(:last-child),
  .wt-followed-topics .panel-heading.nav > li:not(:last-child),
  .wt-member-search .panel-heading.nav > li:not(:last-child),
  .wt-search-result .panel-heading.nav > li:not(:last-child),
  .wt-post-search .panel-heading.nav > li:not(:last-child),
  #category_list > #topics .panel-heading.nav > li:not(:last-child),
  #category_list .nav.nav-tabs.nav > li:not(:last-child),
  .wt-edit-profile .nav.nav-tabs.nav > li:not(:last-child),
  .settings .nav.nav-tabs.nav > li:not(:last-child),
  .first-post.preview-post .nav.nav-tabs.nav > li:not(:last-child),
  .modal .nav.nav-tabs.nav > li:not(:last-child),
  .wt-topics .panel-heading > ul > li:not(:last-child),
  #memberListFrm .panel-heading > ul > li:not(:last-child),
  .wt-followed-categories .panel-heading > ul > li:not(:last-child),
  .wt-followed-topics .panel-heading > ul > li:not(:last-child),
  .wt-member-search .panel-heading > ul > li:not(:last-child),
  .wt-search-result .panel-heading > ul > li:not(:last-child),
  .wt-post-search .panel-heading > ul > li:not(:last-child),
  #category_list > #topics .panel-heading > ul > li:not(:last-child),
  #category_list .nav.nav-tabs > ul > li:not(:last-child),
  .wt-edit-profile .nav.nav-tabs > ul > li:not(:last-child),
  .settings .nav.nav-tabs > ul > li:not(:last-child),
  .first-post.preview-post .nav.nav-tabs > ul > li:not(:last-child),
  .modal .nav.nav-tabs > ul > li:not(:last-child) {
    margin-right: 10px;
  }
  .wt-topics .panel-heading.nav > li > a,
  #memberListFrm .panel-heading.nav > li > a,
  .wt-followed-categories .panel-heading.nav > li > a,
  .wt-followed-topics .panel-heading.nav > li > a,
  .wt-member-search .panel-heading.nav > li > a,
  .wt-search-result .panel-heading.nav > li > a,
  .wt-post-search .panel-heading.nav > li > a,
  #category_list > #topics .panel-heading.nav > li > a,
  #category_list .nav.nav-tabs.nav > li > a,
  .wt-edit-profile .nav.nav-tabs.nav > li > a,
  .settings .nav.nav-tabs.nav > li > a,
  .first-post.preview-post .nav.nav-tabs.nav > li > a,
  .modal .nav.nav-tabs.nav > li > a,
  .wt-topics .panel-heading > ul > li > a,
  #memberListFrm .panel-heading > ul > li > a,
  .wt-followed-categories .panel-heading > ul > li > a,
  .wt-followed-topics .panel-heading > ul > li > a,
  .wt-member-search .panel-heading > ul > li > a,
  .wt-search-result .panel-heading > ul > li > a,
  .wt-post-search .panel-heading > ul > li > a,
  #category_list > #topics .panel-heading > ul > li > a,
  #category_list .nav.nav-tabs > ul > li > a,
  .wt-edit-profile .nav.nav-tabs > ul > li > a,
  .settings .nav.nav-tabs > ul > li > a,
  .first-post.preview-post .nav.nav-tabs > ul > li > a,
  .modal .nav.nav-tabs > ul > li > a {
    color: rgba(0, 0, 0, 0.9);
  }
  .wt-topics .panel-heading.nav > li.active > a,
  #memberListFrm .panel-heading.nav > li.active > a,
  .wt-followed-categories .panel-heading.nav > li.active > a,
  .wt-followed-topics .panel-heading.nav > li.active > a,
  .wt-member-search .panel-heading.nav > li.active > a,
  .wt-search-result .panel-heading.nav > li.active > a,
  .wt-post-search .panel-heading.nav > li.active > a,
  #category_list > #topics .panel-heading.nav > li.active > a,
  #category_list .nav.nav-tabs.nav > li.active > a,
  .wt-edit-profile .nav.nav-tabs.nav > li.active > a,
  .settings .nav.nav-tabs.nav > li.active > a,
  .first-post.preview-post .nav.nav-tabs.nav > li.active > a,
  .modal .nav.nav-tabs.nav > li.active > a,
  .wt-topics .panel-heading > ul > li.active > a,
  #memberListFrm .panel-heading > ul > li.active > a,
  .wt-followed-categories .panel-heading > ul > li.active > a,
  .wt-followed-topics .panel-heading > ul > li.active > a,
  .wt-member-search .panel-heading > ul > li.active > a,
  .wt-search-result .panel-heading > ul > li.active > a,
  .wt-post-search .panel-heading > ul > li.active > a,
  #category_list > #topics .panel-heading > ul > li.active > a,
  #category_list .nav.nav-tabs > ul > li.active > a,
  .wt-edit-profile .nav.nav-tabs > ul > li.active > a,
  .settings .nav.nav-tabs > ul > li.active > a,
  .first-post.preview-post .nav.nav-tabs > ul > li.active > a,
  .modal .nav.nav-tabs > ul > li.active > a,
  .wt-topics .panel-heading.nav > li > a:hover,
  #memberListFrm .panel-heading.nav > li > a:hover,
  .wt-followed-categories .panel-heading.nav > li > a:hover,
  .wt-followed-topics .panel-heading.nav > li > a:hover,
  .wt-member-search .panel-heading.nav > li > a:hover,
  .wt-search-result .panel-heading.nav > li > a:hover,
  .wt-post-search .panel-heading.nav > li > a:hover,
  #category_list > #topics .panel-heading.nav > li > a:hover,
  #category_list .nav.nav-tabs.nav > li > a:hover,
  .wt-edit-profile .nav.nav-tabs.nav > li > a:hover,
  .settings .nav.nav-tabs.nav > li > a:hover,
  .first-post.preview-post .nav.nav-tabs.nav > li > a:hover,
  .modal .nav.nav-tabs.nav > li > a:hover,
  .wt-topics .panel-heading > ul > li > a:hover,
  #memberListFrm .panel-heading > ul > li > a:hover,
  .wt-followed-categories .panel-heading > ul > li > a:hover,
  .wt-followed-topics .panel-heading > ul > li > a:hover,
  .wt-member-search .panel-heading > ul > li > a:hover,
  .wt-search-result .panel-heading > ul > li > a:hover,
  .wt-post-search .panel-heading > ul > li > a:hover,
  #category_list > #topics .panel-heading > ul > li > a:hover,
  #category_list .nav.nav-tabs > ul > li > a:hover,
  .wt-edit-profile .nav.nav-tabs > ul > li > a:hover,
  .settings .nav.nav-tabs > ul > li > a:hover,
  .first-post.preview-post .nav.nav-tabs > ul > li > a:hover,
  .modal .nav.nav-tabs > ul > li > a:hover,
  .wt-topics .panel-heading.nav > li > a:focus,
  #memberListFrm .panel-heading.nav > li > a:focus,
  .wt-followed-categories .panel-heading.nav > li > a:focus,
  .wt-followed-topics .panel-heading.nav > li > a:focus,
  .wt-member-search .panel-heading.nav > li > a:focus,
  .wt-search-result .panel-heading.nav > li > a:focus,
  .wt-post-search .panel-heading.nav > li > a:focus,
  #category_list > #topics .panel-heading.nav > li > a:focus,
  #category_list .nav.nav-tabs.nav > li > a:focus,
  .wt-edit-profile .nav.nav-tabs.nav > li > a:focus,
  .settings .nav.nav-tabs.nav > li > a:focus,
  .first-post.preview-post .nav.nav-tabs.nav > li > a:focus,
  .modal .nav.nav-tabs.nav > li > a:focus,
  .wt-topics .panel-heading > ul > li > a:focus,
  #memberListFrm .panel-heading > ul > li > a:focus,
  .wt-followed-categories .panel-heading > ul > li > a:focus,
  .wt-followed-topics .panel-heading > ul > li > a:focus,
  .wt-member-search .panel-heading > ul > li > a:focus,
  .wt-search-result .panel-heading > ul > li > a:focus,
  .wt-post-search .panel-heading > ul > li > a:focus,
  #category_list > #topics .panel-heading > ul > li > a:focus,
  #category_list .nav.nav-tabs > ul > li > a:focus,
  .wt-edit-profile .nav.nav-tabs > ul > li > a:focus,
  .settings .nav.nav-tabs > ul > li > a:focus,
  .first-post.preview-post .nav.nav-tabs > ul > li > a:focus,
  .modal .nav.nav-tabs > ul > li > a:focus {
    color: #1885ba;
  }
  .wt-topics .panel-heading label.checkbox,
  #memberListFrm .panel-heading label.checkbox,
  .wt-followed-categories .panel-heading label.checkbox,
  .wt-followed-topics .panel-heading label.checkbox,
  .wt-member-search .panel-heading label.checkbox,
  .wt-search-result .panel-heading label.checkbox,
  .wt-post-search .panel-heading label.checkbox,
  #category_list > #topics .panel-heading label.checkbox,
  #category_list .nav.nav-tabs label.checkbox,
  .wt-edit-profile .nav.nav-tabs label.checkbox,
  .settings .nav.nav-tabs label.checkbox,
  .first-post.preview-post .nav.nav-tabs label.checkbox,
  .modal .nav.nav-tabs label.checkbox {
    transform: translateY(-3px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-topics .panel-heading,
  #memberListFrm .panel-heading,
  .wt-followed-categories .panel-heading,
  .wt-followed-topics .panel-heading,
  .wt-member-search .panel-heading,
  .wt-search-result .panel-heading,
  .wt-post-search .panel-heading,
  #category_list > #topics .panel-heading,
  #category_list .nav.nav-tabs,
  .wt-edit-profile .nav.nav-tabs,
  .settings .nav.nav-tabs,
  .first-post.preview-post .nav.nav-tabs,
  .modal .nav.nav-tabs {
    padding-left: 20px;
  }
}
#category_list .panel-heading {
  float: left;
  width: 100%;
  display: flex;
}
#category_list .panel-heading > .mod {
  order: 2;
}
@media only screen and (min-width: 1025px) {
  #category_list .panel-heading > .mod {
    font-size: 23px;
  }
}
#category_list .panel-heading > ul,
#category_list .panel-heading > li.topic-filter-container > ul {
  float: left;
  flex: 1;
  order: 1;
}
#category_list .panel-heading > ul > li,
#category_list .panel-heading > li.topic-filter-container > ul > li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
#category_list .panel-heading > ul > li > a,
#category_list .panel-heading > li.topic-filter-container > ul > li > a {
  padding: 10px 40px;
  background: #dee0e4;
  color: rgba(0, 0, 0, 0.9);
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  display: block;
  border-radius: 25px;
}
#category_list .panel-heading > ul > li.active > a,
#category_list .panel-heading > li.topic-filter-container > ul > li.active > a,
#category_list .panel-heading > ul > li > a:hover,
#category_list .panel-heading > li.topic-filter-container > ul > li > a:hover {
  background: #1885ba;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #category_list .panel-heading > ul > li > a {
    padding: 5px 10px;
  }
  #category_list .panel-heading label.checkbox,
  #category_list .panel-heading input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 1025px) {
  .wt-profile-page .filter-tabs-wrapper {
    position: relative;
    overflow: hidden;
  }
}
.wt-profile-page .feed-filter {
  min-height: 40px;
  line-height: 40px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  float: left;
  width: 100%;
}
.wt-profile-page .feed-filter > a {
  float: left;
}
.wt-profile-page .feed-filter > a .icon-shield {
  position: relative;
}
.wt-profile-page .feed-filter > a .icon-shield:before {
  padding: 0 0 0 5px;
  opacity: 0.5;
  font-size: 80%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.wt-profile-page .feed-filter > a:last-child {
  padding-right: 35px;
}
@media only screen and (min-width: 1025px) {
  .wt-profile-page .feed-filter {
    font-size: 22px;
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .wt-profile-page .feed-filter .tooltip {
    position: fixed;
    margin-left: 10px;
    margin-top: -9px;
  }
  .wt-profile-page .feed-filter::-webkit-scrollbar {
    display: none;
  }
  .wt-profile-page .feed-filter > a {
    float: left;
    color: rgba(0, 0, 0, 0.7);
    background: #dee0e4;
    padding: 0 20px;
    position: relative;
    margin: 0 15px;
    border-top: 1px solid #cfd8e3;
  }
  .wt-profile-page .feed-filter > a:before {
    content: '';
    background-image: url('/images/nav_border_left_dark.svg');
    position: absolute;
    top: -1px;
    left: -40px;
    height: 41px;
    width: 41px;
    background-size: 100%;
    pointer-events: none;
  }
  .wt-profile-page .feed-filter > a:after {
    content: '';
    background-image: url('/images/nav_border_right_dark.svg');
    position: absolute;
    top: -1px;
    right: -40px;
    height: 41px;
    width: 41px;
    background-size: 100%;
    pointer-events: none;
  }
  .wt-profile-page .feed-filter > a:hover,
  .wt-profile-page .feed-filter > a:focus {
    color: #1885ba;
  }
  .wt-profile-page .feed-filter > a:first-child {
    border-top-left-radius: 20px;
    padding-left: 40px;
    margin-left: 0;
    border-left: 1px solid #cfd8e3;
  }
  .wt-profile-page .feed-filter > a:first-child:before {
    display: none;
  }
  .wt-profile-page .feed-filter > a.profile-active {
    background: #f1f5fa;
    color: #1885ba;
    z-index: 2;
  }
  .wt-profile-page .feed-filter > a.profile-active:before {
    background-image: url('/images/nav_border_left.svg');
  }
  .wt-profile-page .feed-filter > a.profile-active:after {
    background-image: url('/images/nav_border_right.svg');
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .wt-profile-page .feed-filter > a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .wt-profile-page .feed-filter > a {
    padding: 0 10px;
  }
  .wt-profile-page .feed-filter > a:first-child {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-profile-page .feed-filter {
    line-height: normal;
    padding: 10px 10px 5px;
    float: left;
    width: 100%;
    font-size: 20px;
    background: #dee0e4;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #cfd8e3;
  }
  .wt-profile-page .feed-filter a {
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
  }
  .wt-profile-page .feed-filter a:not(:last-child) {
    margin-right: 10px;
  }
  .wt-profile-page .feed-filter a.profile-active,
  .wt-profile-page .feed-filter a:hover,
  .wt-profile-page .feed-filter a:focus {
    color: #1885ba;
  }
}
.panel-heading {
  clear: both;
  border: 0;
}
.panel-heading > ul {
  max-width: calc(100% - 30px);
}
.panel-heading > ul > li.topic-filter-container {
  float: left !important;
}
.panel-heading + .panel-body {
  border-top-left-radius: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .panel-heading + .panel-body {
    border-top-right-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .panel-heading .topic-filter-container .dropdown-menu .dropdown-menu {
    left: 108%;
  }
}
.nav.nav-tabs:empty {
  display: none;
}
.nav.nav-tabs:not(:empty) + .tab-content {
  border-top-left-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
  .nav.nav-tabs:not(:empty) + .tab-content {
    border-top-right-radius: 0 !important;
  }
}
.panel-heading .checkbox,
.subheading .checkbox {
  margin: 0;
  line-height: normal;
}
@media only screen and (min-width: 1025px) {
  .panel-heading .select_all_checkbox_wrapper,
  .subheading .select_all_checkbox_wrapper {
    line-height: normal;
    border: 1px solid #cfd8e3;
    background: #f1f5fa;
    color: #777777;
    padding: 5px 15px;
    margin-bottom: 5px;
    margin-top: -1px;
    align-items: center;
    border-radius: 20px;
    display: flex;
  }
  .panel-heading .select_all_checkbox_wrapper:before,
  .subheading .select_all_checkbox_wrapper:before {
    content: attr(data-text);
    margin-right: 10px;
    font-size: 20px;
    position: relative;
  }
  .panel-heading .select_all_checkbox_wrapper label.checkbox,
  .subheading .select_all_checkbox_wrapper label.checkbox {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .panel-heading label.checkbox,
  .subheading label.checkbox,
  .panel-heading input[type="checkbox"],
  .subheading input[type="checkbox"] {
    margin-right: 10px;
  }
}
.subheading {
  color: rgba(0, 0, 0, 0.9);
  font-size: 25px;
  margin-bottom: 10px;
}
.subheading .checkbox {
  margin: 0;
}
.subheading .badge {
  transform: translateY(-2px);
}
.single-nav a:not([href]) {
  cursor: default;
}
#body-wrapper .topics-list .panel-heading > ul > li.pull-right,
#body-wrapper .topics-list .panel-heading > #sortable > ul > li.pull-right {
  margin-right: 20px;
}
@media only screen and (min-width: 1025px) {
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container,
  #body-wrapper .topics-list .panel-heading > #sortable > ul > li.wt-topics-filter-container {
    top: -4px;
  }
}
@media only screen and (min-width: 1025px) {
  #body-wrapper .topics-list .panel-heading > ul > li.pull,
  #body-wrapper .topics-list .panel-heading > #sortable > ul > li.pull {
    margin-top: -4px;
  }
}
#body-wrapper .topics-list .panel-heading > ul > li > a > i.icon-folder:before,
#body-wrapper .topics-list .panel-heading > #sortable > ul > li > a > i.icon-folder:before {
  content: "\e803";
  font-family: 'playtime';
}
#body-wrapper .topics-list .panel-heading > ul > li > a > i:before,
#body-wrapper .topics-list .panel-heading > #sortable > ul > li > a > i:before {
  padding: 0 5px 0 0;
  opacity: 0.6;
}
#body-wrapper .topics-list .panel-heading > ul > li.active > a > i:before,
#body-wrapper .topics-list .panel-heading > #sortable > ul > li.active > a > i:before,
#body-wrapper .topics-list .panel-heading > ul > li:hover > a > i:before,
#body-wrapper .topics-list .panel-heading > #sortable > ul > li:hover > a > i:before,
#body-wrapper .topics-list .panel-heading > ul > li:focus > a > i:before,
#body-wrapper .topics-list .panel-heading > #sortable > ul > li:focus > a > i:before {
  opacity: 0.85;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .topics-list .panel-heading {
    position: relative;
  }
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container,
  #body-wrapper .topics-list .panel-heading > #sortable > ul > li.wt-topics-filter-container {
    position: static;
  }
  #body-wrapper .topics-list .panel-heading > ul > li.wt-topics-filter-container .dropdown-menu,
  #body-wrapper .topics-list .panel-heading > #sortable > 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 > #sortable > 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,
  #body-wrapper .topics-list .panel-heading > #sortable > ul > li.wt-topics-filter-container ~ .pull-right:last-child {
    float: left !important;
  }
  #body-wrapper .topics-list .panel-heading > ul > li.pull-right:not(.wt-topics-filter-container),
  #body-wrapper .topics-list .panel-heading > #sortable > ul > li.pull-right:not(.wt-topics-filter-container) {
    margin-right: 0;
  }
}
@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 > #sortable > 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,
  #body-wrapper .topics-list .panel-heading > #sortable > ul > li.wt-topics-filter-container ~ .pull-right:last-child {
    float: left !important;
  }
}
.nested-form {
  background: #f1f5fa;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.nested-form .text-info {
  color: rgba(0, 0, 0, 0.7);
}
body.wt-body .form-group {
  padding: 0;
  margin: 0;
}
body.wt-body #cal_time_offset {
  text-overflow: ellipsis;
}
body.wt-body .form-control {
  margin: 0;
  height: 42px;
  padding: 0 20px;
  border: 2px solid #dee4ea;
  background: #ffffff;
  box-shadow: none;
  padding-right: 25px;
  font-size: inherit;
  word-break: normal;
  border-radius: 25px;
}
body.wt-body .form-control:focus,
body.wt-body .form-control.focus {
  box-shadow: 3px 3px 25px -8px #1885ba;
}
@media only screen and (max-width: 767px) {
  body.wt-body .form-control {
    padding: 0 10px;
    padding-right: 25px;
    border-radius: 15px;
  }
}
body.wt-body .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.wt-body .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.wt-body .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.wt-body .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.wt-body .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.wt-body .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body.wt-body .form-control.tokenfield {
  height: auto;
  min-height: 42px;
}
body.wt-body .form-control ~ .text-muted,
body.wt-body .form-control#inputpassword ~ span {
  display: block;
  margin-top: 5px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.wt-body .form-control ~ .text-muted,
  body.wt-body .form-control#inputpassword ~ span {
    padding: 0 22px;
  }
}
body.wt-body .form-control#inputemail + .text-muted,
body.wt-body .form-control ~ #usernameFieldDescription,
body.wt-body .form-control#inputpassword ~ span {
  margin-top: 10px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.wt-body .form-control#inputemail + .text-muted,
  body.wt-body .form-control ~ #usernameFieldDescription,
  body.wt-body .form-control#inputpassword ~ span {
    margin-right: 0;
    margin-left: 0;
  }
}
body.wt-body label {
  font-weight: normal;
  text-align: left;
  align-items: center;
}
body.wt-body label.control-label {
  padding-right: 20px;
  padding-top: 6px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  body.wt-body label.control-label {
    text-align: left;
  }
}
body.wt-body label.switch {
  font-size: 14px;
}
.form-horizontal .form-group > div {
  width: 34%;
  margin-bottom: 30.76923077px;
}
.form-horizontal .form-group > div .editable,
.form-horizontal .form-group > div .align-top,
.form-horizontal .form-group > div.input-text,
.form-horizontal .form-group > div .input-text,
.form-horizontal .form-group > div #uploadAvatar:first-child {
  /*to align labels(left) and links/fields (right) */
  display: inline-block;
  margin-top: 6px;
}
.form-horizontal .form-group > div .editable .checkbox,
.form-horizontal .form-group > div .align-top .checkbox,
.form-horizontal .form-group > div.input-text .checkbox,
.form-horizontal .form-group > div .input-text .checkbox,
.form-horizontal .form-group > div #uploadAvatar:first-child .checkbox {
  margin-top: -4px;
}
.form-horizontal .form-group > div.text-center {
  width: 100%;
}
.form-horizontal .form-group > div #use_avatar_type {
  margin-top: 12px;
}
.form-horizontal .form-group > div #use_avatar_type > br:first-child {
  display: none;
}
.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: 17%;
}
.form-horizontal .form-group > div.pull-left + div,
.form-horizontal .form-group > div.col-sm-2 + div {
  width: 17%;
  padding-left: 10px;
  clear: none;
}
.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 .checkbox.checkbox {
  padding: 0;
}
.form-horizontal .checkbox.checkbox .checkbox-material {
  top: 0px;
}
.form-horizontal .custom-select,
.form-horizontal #form_checkbox {
  margin-top: 7px;
}
.form-horizontal .custom-select > div.pull-left,
.form-horizontal #form_checkbox > div.pull-left {
  width: 100%;
}
.form-horizontal .custom-select > div.pull-left label,
.form-horizontal #form_checkbox > div.pull-left label {
  text-align: left;
}
.form-horizontal .custom-select .checkbox,
.form-horizontal #form_checkbox .checkbox {
  padding-top: 0px;
}
.form-horizontal .radio label,
.form-horizontal .checkbox label {
  padding-left: 0;
}
.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;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-horizontal .form-group > div {
    width: 60%;
  }
  .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),
  .form-horizontal .form-group > div.pull-left + div,
  .form-horizontal .form-group > div.col-sm-2 + div {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .form-horizontal label.control-label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .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;
    margin-top: 10px;
  }
  .form-horizontal .form-group label.control-label {
    margin-bottom: 5px;
  }
  .form-horizontal hr {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.form-horizontal .dropdownjs {
  display: inline-block;
  width: 100%;
}
.table-responsive .form-horizontal {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
}
.form-horizontal .checkbox.checkbox {
  padding-top: 3px;
}
@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: 75%;
  }
}
.input-group-addon {
  border-radius: 25px;
  border: 2px solid #dee4ea;
}
@media only screen and (max-width: 767px) {
  .input-group-addon {
    border-radius: 15px;
  }
}
.input-daterange .input-group-addon.input-group-addon {
  border-width: 2px 0;
}
.align-to-label {
  margin-top: 9px;
}
.wt-body textarea.form-control {
  min-height: 120px;
  padding: 19px 20px;
  resize: none !important;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .wt-body textarea.form-control {
    padding: 9px 10px;
  }
}
.editable-container {
  display: inline-block;
  width: 100%;
}
.editable-container .control-group,
.editable-container .form-group > div {
  width: 100%;
}
.editable-container .editable-buttons {
  width: 94px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
.editable-container .editable-buttons i {
  padding: 0;
}
.editable-container .editable-buttons button {
  padding: 5px 10px;
  font-size: 20px;
  font-size: 14px;
}
.editable-container .editable-input {
  width: calc(100% - 54px - 2*20px);
  display: inline-block;
  padding-right: 10px;
}
.editable-container .editable-input .form-control {
  width: 100%;
}
.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;
}
#approval_queue .editable-container .editable-buttons {
  margin: 10px 0;
}
.editableform .form-group > div {
  margin-bottom: 0px;
  align-items: center;
  display: flex;
}
label.checkbox {
  cursor: pointer;
  font-size: 14px;
}
.wt-body .checkbox {
  display: inline-block;
}
.wt-body .check.check {
  border-radius: 5px;
}
.wt-body .checkbox-material .check:before {
  width: 0.02px !important;
  height: 0.02px !important;
}
input[type="checkbox"][data-toggle="tooltip"] {
  margin-left: 0;
  height: 20px;
  width: 20px;
}
.wt-search-result #feed-main [id^="post_row_"] .checkbox-on-hover .checkbox-material,
.wt-profile-page #feed-main [id^="post_row_"] .checkbox-on-hover .checkbox-material,
.all-files-list #files .selectAllCheckboxisVisible ul li .checkbox-on-hover .checkbox-material {
  opacity: 0;
}
@media (hover: none) {
  .wt-search-result #feed-main [id^="post_row_"] .checkbox-on-hover .checkbox-material,
  .wt-profile-page #feed-main [id^="post_row_"] .checkbox-on-hover .checkbox-material,
  .all-files-list #files .selectAllCheckboxisVisible ul li .checkbox-on-hover .checkbox-material {
    opacity: 1;
  }
}
.wt-search-result #feed-main [id^="post_row_"]:hover .checkbox-on-hover .checkbox-material,
.wt-profile-page #feed-main [id^="post_row_"]:hover .checkbox-on-hover .checkbox-material,
.all-files-list #files .selectAllCheckboxisVisible ul li:hover .checkbox-on-hover .checkbox-material,
.wt-search-result #feed-main [id^="post_row_"] .checkbox-on-hover input[type="checkbox"]:checked + .checkbox-material,
.wt-profile-page #feed-main [id^="post_row_"] .checkbox-on-hover input[type="checkbox"]:checked + .checkbox-material,
.all-files-list #files .selectAllCheckboxisVisible ul li .checkbox-on-hover input[type="checkbox"]:checked + .checkbox-material {
  opacity: 1;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 !important;
}
#inputname + .col-xs-offset-0 {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #inputname + .col-xs-offset-0 {
    margin-left: 0;
  }
}
.form-horizontal .form-group div > label,
.form-horizontal .form-group > div > label {
  display: flex;
  float: left;
}
.form-horizontal .form-group div > label.radio,
.form-horizontal .form-group > div > label.radio {
  padding-left: 24px;
}
.form-horizontal .form-group div .checkbox .checkbox-material,
.form-horizontal .form-group > div .checkbox .checkbox-material {
  top: 0px;
  margin-right: 10px;
}
#search-par.form-horizontal .form-group div .checkbox .checkbox-material:before,
#search-par.form-horizontal .form-group > div .checkbox .checkbox-material:before,
#loginForm.form-horizontal .form-group div .checkbox .checkbox-material:before,
#loginForm.form-horizontal .form-group > div .checkbox .checkbox-material:before,
#headerLoginForm.form-horizontal .form-group div .checkbox .checkbox-material:before,
#headerLoginForm.form-horizontal .form-group > div .checkbox .checkbox-material:before {
  top: 0;
}
#loginForm.form-horizontal .form-group div .checkbox .checkbox-material,
#loginForm.form-horizontal .form-group > div .checkbox .checkbox-material {
  top: 2px;
  top: 3.5px;
}
.wt-body .radio span.circle {
  border-color: rgba(0, 0, 0, 0.2);
}
.wt-body .radio.radio {
  padding: 0 0 0 25px;
  text-align: left;
}
.wt-body .radio span,
.wt-body label.radio-inline span {
  left: 0;
}
.wt-body .btn-group .radio > .circle,
.wt-body .btn-group .radio > .check,
.wt-body .btn-group label.md_radio {
  display: none;
}
.wt-body .md_radio {
  float: left;
}
.wt-body .radio span {
  position: static;
  display: inline;
}
.wt-body .radio span.circle,
.wt-body .radio span.check {
  color: #dee4ea;
  position: absolute;
}
.wt-body .md_radio,
.wt-body #use_avatar_type + #uploadAvatar {
  clear: both;
  display: block;
}
.wt-body .radio label {
  position: static;
}
label.radio {
  cursor: pointer;
}
.wt-body #move_posts_form .control-label.radio {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.wt-body #move_posts_form .nested-form .control-label {
  padding-left: 0;
}
.wt-body #move_posts_form .col-sm-6 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .wt-body #move_posts_form .col-sm-6 {
    width: 100%;
  }
}
.wt-body #move_posts_form .form-group .text-info {
  margin-bottom: 10px;
}
select + .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 {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  border: 2px solid #dee4ea;
  height: 42px;
  text-align: left;
  box-shadow: none;
  outline: none;
  width: 100%;
  text-transform: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 25px;
  padding-right: 30px !important;
}
#body-wrapper button.multiselect:focus,
#body-wrapper .wt-category-dropdown-toggle:focus,
#categoryDropdown:focus {
  box-shadow: 3px 3px 25px -8px #1885ba;
}
#body-wrapper button.multiselect .caret,
#body-wrapper .wt-category-dropdown-toggle .caret,
#categoryDropdown .caret {
  position: absolute;
  right: 20px;
  top: 18px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #body-wrapper button.multiselect,
  #body-wrapper .wt-category-dropdown-toggle,
  #categoryDropdown {
    border-radius: 15px;
  }
}
#body-wrapper .open > button.multiselect,
#body-wrapper .open > .wt-category-dropdown-toggle {
  box-shadow: 3px 3px 25px -8px #1885ba;
}
.dropdown-menu.treeview-container {
  display: block !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition: transform 0.2s ease-out;
  max-width: 100%;
  width: 100%;
}
.open .dropdown-menu.treeview-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#body-wrapper .dropdown-menu.treeview-container {
  top: 0;
}
#body-wrapper .dropdown-menu.treeview-container > .icon-search {
  position: absolute;
  top: 23px;
  opacity: 0.5;
  right: 20px;
  top: 20px;
}
#body-wrapper .dropdown-menu.treeview-container .treeview {
  max-height: 320px;
  overflow: auto;
}
#body-wrapper .dropdown-menu.treeview-container .treeview .no-matches-found {
  padding: 10px 15px;
  display: block;
}
#body-wrapper .dropdown-menu.treeview-container .treeview .list-group {
  margin-bottom: 0;
}
#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(0, 0, 0, 0.9);
  border-radius: 20px;
  margin-right: 2px;
}
#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: #1885ba;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item.node-selected {
  background: #ffffff !important;
  color: #1885ba !important;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item.search-result:not(.node-disabled):not(.node-selected) {
  color: #1885ba !important;
}
#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 6px;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item .expand-icon:hover {
  background: #ddd;
}
#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;
  top: -2px;
  left: -2.6px;
}
#body-wrapper .dropdown-menu.treeview-container .list-group-item .expand-icon.expand-icon.icon-down-dir:before {
  transform: rotate(180deg);
  top: -3px;
  top: -5px;
}
#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;
}
@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 #input-search {
  padding-right: 45px;
}
select + .btn-group + .dropdownjs {
  display: none;
}
.multiselect-container {
  display: block !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition: transform 0.2s ease-out;
  max-width: 100%;
  width: 100%;
}
.open .multiselect-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.multiselect-container.dropdown-menu > .active > a {
  background: none;
}
.wt-body .multiselect-container.dropdown-menu li a:not(.wt-dropdown-inline-link) {
  overflow: visible;
}
.multiselect-container a > label {
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  text-align: left;
}
.multiselect-container .checkbox {
  min-height: 20px;
  margin-right: 5px;
}
.multiselect-container label.checkbox {
  font-size: 20px;
}
.wt-body .dropdownjs > ul {
  padding: 10px;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  width: 100%;
  border-radius: 15px;
  background: #f1f5fa;
  color: rgba(0, 0, 0, 0.9);
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.wt-body .dropdownjs > ul > li {
  padding: 6px 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.9);
  background: none;
  outline: none;
  border-radius: 20px;
}
.wt-body .dropdownjs > ul > li.selected {
  color: #1885ba;
  background: #ffffff;
}
.wt-body .dropdownjs > ul > li:hover {
  color: #1885ba;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
.wt-body .dropdownjs > ul > li.disabled {
  background: none;
  font-weight: normal;
  pointer-events: none;
  opacity: 0.7;
}
.wt-body .dropdownjs > ul > li.category-heading {
  background: none;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
  opacity: 1;
}
#body-wrapper .dropdownjs > ul {
  margin-top: 0;
  margin-bottom: 0;
}
.wt-body button.multiselect:after,
#body-wrapper button.multiselect:after,
.wt-body .wt-category-dropdown-toggle:after,
#body-wrapper .wt-category-dropdown-toggle:after,
.wt-body #forumsDropdown:after,
#body-wrapper #forumsDropdown:after,
.wt-body .dropdownjs:after,
#body-wrapper .dropdownjs:after,
.wt-body #categoryDropdown:after,
#body-wrapper #categoryDropdown:after {
  font-size: inherit;
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
  padding: 0 10px 0 10px;
  transform: scale(0.6);
  height: 42px;
  line-height: 42px;
}
.treeview span.indent {
  margin-right: 0;
  margin-left: 25px;
}
#filter-modal #forum_tree > ul li {
  margin-bottom: 5px;
  padding: 10px 20px;
  border: none;
  background: none !important;
  color: inherit !important;
  display: flex;
  border-radius: 20px;
}
#filter-modal #forum_tree > ul li:last-child {
  margin-bottom: 0;
}
#filter-modal #forum_tree > ul li:hover {
  color: #1885ba !important;
  background: #ffffff !important;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
#filter-modal #forum_tree > ul li.node-selected {
  background: #1885ba !important;
  color: #ffffff !important;
}
#filter-modal #forum_tree > ul li.node-disabled {
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
}
#filter-modal #forum_tree > ul li h2 {
  font-size: 22px;
  color: inherit;
}
#filter-modal #forum_tree > ul li .icon {
  margin: 0;
  width: auto;
}
#filter-modal #forum_tree > ul li .icon:before {
  padding-left: 0;
  font-size: 0.7em;
  top: -0.2em;
}
#Display_Topics_Posts .btn-group > .btn,
#clickedtotoggle.btn-group > .btn,
#followedContentOptions.btn-group > .btn,
#repeatOptions .col-sm-4 > .btn-group > .btn,
#inner-search-user .btn-group > .btn,
.calendar-mode > .btn-group > .btn,
.calendar-nav > .btn-group > .btn {
  background: #dee0e4;
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid #f1f5fa;
  text-transform: none;
}
#Display_Topics_Posts .btn-group > .btn:first-child,
#clickedtotoggle.btn-group > .btn:first-child,
#followedContentOptions.btn-group > .btn:first-child,
#repeatOptions .col-sm-4 > .btn-group > .btn:first-child,
#inner-search-user .btn-group > .btn:first-child,
.calendar-mode > .btn-group > .btn:first-child,
.calendar-nav > .btn-group > .btn:first-child {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#Display_Topics_Posts .btn-group > .btn:last-child,
#clickedtotoggle.btn-group > .btn:last-child,
#followedContentOptions.btn-group > .btn:last-child,
#repeatOptions .col-sm-4 > .btn-group > .btn:last-child,
#inner-search-user .btn-group > .btn:last-child,
.calendar-mode > .btn-group > .btn:last-child,
.calendar-nav > .btn-group > .btn:last-child {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#Display_Topics_Posts .btn-group > .btn.active,
#clickedtotoggle.btn-group > .btn.active,
#followedContentOptions.btn-group > .btn.active,
#repeatOptions .col-sm-4 > .btn-group > .btn.active,
#inner-search-user .btn-group > .btn.active,
.calendar-mode > .btn-group > .btn.active,
.calendar-nav > .btn-group > .btn.active {
  background: #f1f5fa;
}
#Display_Topics_Posts .btn-group > .btn + .btn,
#clickedtotoggle.btn-group > .btn + .btn,
#followedContentOptions.btn-group > .btn + .btn,
#repeatOptions .col-sm-4 > .btn-group > .btn + .btn,
#inner-search-user .btn-group > .btn + .btn,
.calendar-mode > .btn-group > .btn + .btn,
.calendar-nav > .btn-group > .btn + .btn {
  margin-left: -2px;
}
@media only screen and (max-width: 767px) {
  #Display_Topics_Posts .btn-group > .btn,
  #clickedtotoggle.btn-group > .btn,
  #followedContentOptions.btn-group > .btn,
  #repeatOptions .col-sm-4 > .btn-group > .btn,
  #inner-search-user .btn-group > .btn,
  .calendar-mode > .btn-group > .btn,
  .calendar-nav > .btn-group > .btn {
    padding: 0 10px;
  }
  #Display_Topics_Posts .btn-group > .btn:first-child,
  #clickedtotoggle.btn-group > .btn:first-child,
  #followedContentOptions.btn-group > .btn:first-child,
  #repeatOptions .col-sm-4 > .btn-group > .btn:first-child,
  #inner-search-user .btn-group > .btn:first-child,
  .calendar-mode > .btn-group > .btn:first-child,
  .calendar-nav > .btn-group > .btn:first-child {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
  #Display_Topics_Posts .btn-group > .btn:last-child,
  #clickedtotoggle.btn-group > .btn:last-child,
  #followedContentOptions.btn-group > .btn:last-child,
  #repeatOptions .col-sm-4 > .btn-group > .btn:last-child,
  #inner-search-user .btn-group > .btn:last-child,
  .calendar-mode > .btn-group > .btn:last-child,
  .calendar-nav > .btn-group > .btn:last-child {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}
#uploadAvatar + #filesAdd,
#uploadAvatar ~ #deleteStatus {
  float: left;
  width: 100%;
  margin-top: 12px;
}
#uploadAvatar + #filesAdd > .file {
  display: block;
  margin-bottom: 5px;
}
#uploadAvatar + #filesAdd > #bootstrapProgressBar {
  float: left;
  width: calc(100% - 70px);
}
#uploadAvatar + #filesAdd > [id^="cancelo_"] {
  float: left;
  width: 60px;
}
.form-group .dropdownjs > input.focus ~ ul {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.form-group.is-focused .dropdownjs > input.focus ~ ul,
.form-group .dropdownjs > input.form-control ~ ul:active {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.form-group.is-focused .dropdownjs > input.focus ~ ul *,
.form-group .dropdownjs > input.form-control ~ ul:active * {
  transform: translate3d(0, 0, 0);
}
.form-group.is-focused .dropdownjs > input.focus {
  font-size: 0;
}
.form-group.form-group input[type=file] {
  opacity: 1;
  position: static;
}
.tokenfield .token {
  background: #dee0e4;
  border-color: #dee0e4;
  margin-bottom: 0;
  max-width: 100%;
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: auto;
  height: 24px;
}
.tokenfield .token .token-label {
  height: 24px;
}
.wt-body .tokenfield .token {
  margin: 8px 5px 5px 0;
  margin: 7px 5px 5px 0;
}
.tokenfield .token .token-label {
  max-width: 100% !important;
  white-space: normal;
  padding-right: 20px;
}
.tokenfield .token .close,
.tokenfield .token .token-label {
  line-height: normal;
}
.tokenfield .token a.close {
  height: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 3px;
}
.tokenfield .twitter-typeahead {
  position: static !important;
}
.tokenfield .twitter-typeahead > input {
  max-width: 100%;
  font-size: 20px;
  margin-right: -1px;
}
.tokenfield .twitter-typeahead .tt-suggestions {
  font-size: 20px;
}
.tokenfield .twitter-typeahead .tt-hint {
  left: auto !important;
  top: auto !important;
}
#body-wrapper .twitter-typeahead .tt-input:not(.form-control),
#body-wrapper .twitter-typeahead .tt-hint {
  height: 38px;
  padding: 0;
}
#body-wrapper .twitter-typeahead #search-user-tokenfield {
  height: 38px;
  font-size: 20px;
  left: 1px;
}
#body-wrapper .tt-dropdown-menu {
  padding: 10px;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}
#body-wrapper .tt-suggestion {
  padding: 6px 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.9) !important;
  background: none;
  text-transform: none;
  line-height: normal;
  border-radius: 20px;
}
#body-wrapper .tt-suggestion:hover {
  color: #1885ba !important;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
.tt-dropdown-menu .tt-suggestion {
  cursor: pointer;
}
.tt-dropdown-menu .user-state-error {
  padding: 6px 20px;
  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: autos !important;
  }
}
.wt-body .token-input {
  line-height: 35px;
}
.wt-body .token-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.wt-body .token-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.wt-body .token-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.wt-body .token-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.wt-body .token-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.wt-body .token-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.wt-body .toggle-switch {
  display: flex;
  align-items: center;
}
#body-wrapper .tokenfield {
  cursor: text;
}
#body-wrapper .tokenfield .tt-dropdown-menu {
  cursor: default;
  margin-top: 0;
}
.wt-body .autoSuggestTypeahead.tt-hint,
.wt-body #postOwnerSection .token-input.tt-hint {
  top: 2px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .wt-body .autoSuggestTypeahead.tt-hint,
  .wt-body #postOwnerSection .token-input.tt-hint {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wt-body #postOwnerSection #newOwnerUsername {
  height: auto;
}
.wt-password-required .form-horizontal .form-group > div,
.wt-forget-password .form-horizontal .form-group > div {
  margin-bottom: 20px;
}
.wt-password-required .form-horizontal .form-group > label,
.wt-forget-password .form-horizontal .form-group > label {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .wt-password-required .form-horizontal .form-group > label,
  .wt-forget-password .form-horizontal .form-group > label {
    width: auto;
  }
}
.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 {
  margin-left: 40%;
}
@media only screen and (max-width: 767px) {
  .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 {
    margin-left: 0;
  }
}
.wt-password-required .form-horizontal .form-group > .col-sm-offset-5,
.wt-forget-password .form-horizontal .form-group > .col-sm-offset-5 {
  margin-left: 20%;
}
@media only screen and (max-width: 767px) {
  .wt-password-required .form-horizontal .form-group > .col-sm-offset-5,
  .wt-forget-password .form-horizontal .form-group > .col-sm-offset-5 {
    margin-left: 0;
  }
}
.wt-body .wt-forget-password .form-group {
  margin-top: 20px;
}
.wt-body .wt-forget-password span.col-sm-12 > div {
  margin-left: 20%;
}
.wt-body .wt-forget-password .cleared > .text-center {
  width: 100%;
}
.wt-body .wt-forget-password .cleared > .text-center .or-divider {
  text-transform: uppercase;
}
.wt-body .wt-forget-password .cleared > .text-center .or-divider:before {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #cfd8e3;
  transform: translateY(12px);
  float: left;
}
.wt-body .wt-forget-password .cleared > .text-center .or-divider:after {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #cfd8e3;
  transform: translateY(12px);
  float: right;
}
@media only screen and (max-width: 767px) {
  .wt-body .wt-forget-password .form-horizontal .control-label {
    display: inline-block;
    width: 100%;
  }
  .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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-reset-password .form-horizontal .form-group > div {
    width: 50%;
  }
}
.wt-member-search .form-group .col-sm-1 {
  margin: 0;
}
#rules_dialog {
  color: #1885ba;
}
.wt-move-topics .table-responsive {
  overflow: visible;
}
@media only screen and (max-width: 480px) {
  .wt-move-topics .btn-primary,
  #move_posts_form .btn-primary {
    width: 100%;
  }
  .wt-move-topics #cancelMove,
  #move_posts_form #cancelMove {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
#customRepeatOptions {
  transform: translateY(20px);
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#customRepeatOptions .form-group > div {
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  clear: none;
}
#customRepeatOptions .form-group > div.bd-wrapper {
  margin-left: 10px;
}
#customRepeatOptions .btn-group {
  margin-bottom: 20px;
}
#customRepeatOptions #rec_weekly .btn-group {
  margin-top: -10px;
}
#customRepeatOptions .cleared.cleared {
  clear: both;
}
#customRepeatOptions .rc-pattern > .col-sm-2,
#customRepeatOptions .rc-pattern > .col-sm-1 {
  width: 100px;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-top: -6px;
}
#customRepeatOptions div.dropdownjs {
  width: 120px;
  display: flex;
  align-items: center;
  margin-top: -10px;
  margin-top: -6px;
}
#customRepeatOptions div.dropdownjs:after {
  margin-top: auto;
}
#customRepeatOptions input.form-control {
  margin-bottom: 10px;
}
#customRepeatOptions input.form-control + ul {
  margin-top: -10px;
}
#customRepeatOptions #rec_weekly label.btn {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0;
  min-width: 80px;
  text-align: left;
}
#customRepeatOptions #rec_weekly .btn.btn-default {
  display: inline-flex;
  align-items: center;
}
#customRepeatOptions #rec_weekly .btn.btn-default label.checkbox {
  margin-right: 4px;
}
#customRepeatOptions #rec_yearly .col-sm-2.pull-left.bd-wrapper {
  display: flex;
  align-items: center;
}
#customRepeatOptions #rec_yearly .col-sm-2.pull-left.bd-wrapper:before {
  top: auto;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #customRepeatOptions #rec_yearly .col-sm-2.pull-left.bd-wrapper {
    width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  #customRepeatOptions #rec_monthly > span:nth-last-child(3) {
    clear: both;
    margin-left: 28px;
  }
  #customRepeatOptions #rec_monthly > span:nth-child(3) {
    clear: both;
    margin: 0 0 40px 28px;
  }
  #customRepeatOptions #rec_yearly > span:nth-last-child(2) {
    clear: both;
    margin-left: 28px;
  }
  #customRepeatOptions .rc-pattern > .col-sm-2,
  #customRepeatOptions .rc-pattern > .col-sm-1 {
    width: 60px;
  }
  #customRepeatOptions div.dropdownjs {
    width: 100px;
  }
  #customRepeatOptions #rec_weekly label.btn {
    min-width: 33.33333333%;
  }
}
#endRepeatOptions div.col-sm-8 {
  margin-top: 4px;
  margin-top: -3px;
}
#repeat_block {
  margin-bottom: 20.76923077px;
}
#repeat_block .form-group > div {
  margin-bottom: 10px;
}
#repeat_block .form-group .pull-left .md_radio {
  margin-top: 1px;
  margin-top: 0;
}
.form-control.input-error,
.input-error .check,
select.input-error ~ .dropdownjs > .fakeinput,
.mce-tinymce.mce-container.input-error.input-error {
  border-color: #d9534f !important;
}
.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;
}
.form-control.input-error ~ .tooltip {
  left: 50% !important;
  transform: translateX(-50%);
}
select#categoryDropdown,
select#move_threads_dropdown {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  margin-bottom: -42px;
}
.checkbox input[type=checkbox]:focus:checked + .checkbox-material:before,
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material:before,
.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:before,
.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before,
.radio input[type=radio]:focus:checked ~ .check:after,
.radio input[type=radio]:focus:not(:checked) ~ .check:after {
  animation: none;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  border-radius: 50%;
}
#body-wrapper input[type=checkbox] + .checkbox-material:before {
  top: -7px;
  pointer-events: none;
  transform: scale3d(1.8, 1.8, 1);
}
#body-wrapper input[type=radio] ~ .check:after {
  top: -17px;
  left: -17px;
  pointer-events: none;
  transform: scale3d(1.2, 1.2, 1);
}
#body-wrapper input[type=checkbox]:focus + .checkbox-material:before,
#body-wrapper input[type=radio]:focus ~ .check:after {
  opacity: 0.1;
}
#topicTag ~ .twitter-typeahead .tt-dropdown-menu .tt-suggestion > div[data-tagid="0"] {
  color: #1885ba;
}
#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.tt-cursor > div {
  color: inherit;
}
@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: 17px;
}
.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: #1885ba;
}
@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;
  }
}
.wt-edit-profile .col-xs-offset-0.col-xs-3,
.wt-user-registration .col-xs-offset-0.col-xs-3 {
  width: 100%;
}
.wt-edit-profile .col-xs-offset-0.col-xs-3 label #name_private + .checkbox-material:before,
.wt-user-registration .col-xs-offset-0.col-xs-3 label #name_private + .checkbox-material:before {
  top: 0;
}
.wt-edit-profile .form-horizontal .form-group .col-sm-9 div > label:not(.radio) > span,
.wt-user-registration .form-horizontal .form-group .col-sm-9 div > label:not(.radio) > span {
  position: relative;
  top: 3px;
}
#name_private ~ span.checkbox-material {
  top: 2px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-post-search .col-xs-offset-4 {
    margin-left: 36%;
  }
  .wt-member-search .col-sm-offset-4 {
    margin-left: 56%;
  }
  #move_posts_form .form-group .col-sm-3.control-label {
    width: 38%;
  }
  .wt-body #userEditAccount .form-group .col-xs-3.control-label {
    width: 32%;
  }
  .wt-body #userEditAccount .form-group .sign-container {
    max-width: 60%;
  }
  .wt-body #userEditAccount .form-group .col-sm-offset-3 {
    margin-left: 32%;
  }
}
#upload_container #UserProfile .panel-heading ul li a {
  display: flex;
  align-items: center;
}
#upload_container #UserProfile .panel-heading ul li a:first-child {
  display: block;
}
#upload_container .panel-heading ul li:not(:first-child) a {
  display: flex;
  align-items: center;
}
#upload_container .albums-list .panel-heading ul li a {
  display: block;
}
.wt-single-album #upload_container form[name="save_album"] .panel-heading > ul {
  flex-flow: wrap;
}
@media only screen and (max-width: 767px) {
  .wt-single-album #upload_container form[name="save_album"] .panel-heading > ul {
    width: 100%;
  }
}
.wt-single-album #upload_container small.glyphicon:before,
.wt-albums #upload_container small.glyphicon:before {
  vertical-align: baseline;
  top: 0;
}
#showEmail label.control-label {
  padding-top: 13px;
}
#posts_list .attachmentContainerQuick,
#pending_posts .attachmentContainerQuick {
  margin-top: 25px;
}
#change_group_body #additional_group .form-group > div .checkbox .checkbox-material {
  top: 2px;
  top: 5px;
}
#change_group_body #additional_group .form-group > div label.radio .circle,
#change_group_body #additional_group .form-group > div label.radio .check {
  top: 4px;
  top: 8px;
}
#change_group_body #additional_group .form-group > div.col-lg-8 {
  width: 100%;
}
.wt-body #searchAllTags .checkbox .checkbox-material {
  top: 2px;
}
.wt-body #searchAllTags .checkbox .checkbox-material:before {
  top: 0;
}
#search-par .pull-left.radio > label span.circle,
#search-par .pull-left.radio > label span.check {
  top: 3px;
  top: 7px;
}
#search-par .checkbox {
  margin-bottom: 5px;
}
#search-par .checkbox > label {
  display: flex;
  align-items: unset;
}
#search-par .checkbox > label .checkbox-material {
  top: 0;
  top: 3px;
}
#search-par .checkbox > label .checkbox-material:before {
  top: 0 !important;
  top: 1px !important;
}
#search-par #form_checkbox {
  margin-top: 13px;
  margin-top: 7px;
}
#search-par #form_checkbox .pull-left.checkbox:nth-child(1) {
  margin-top: 0;
}
#search-par select[multiple] {
  height: auto;
}
#userEditAccount #filesAdd #bootstrapProgressBar + a[id^="cancelo_"],
#userCreateAccount #filesAdd #bootstrapProgressBar + a[id^="cancelo_"] {
  white-space: nowrap;
  top: -5px;
}
#userEditAccount .custom-select > .pull-left > label.radio,
#userCreateAccount .custom-select > .pull-left > label.radio {
  margin-top: 5px;
  margin-top: 0;
}
#userEditAccount .custom-select > .pull-left > label.radio span.circle,
#userCreateAccount .custom-select > .pull-left > label.radio span.circle,
#userEditAccount .custom-select > .pull-left > label.radio span.check,
#userCreateAccount .custom-select > .pull-left > label.radio span.check {
  top: 3px;
  top: 7px;
}
#userEditAccount .custom-select > .pull-left > label,
#userCreateAccount .custom-select > .pull-left > label {
  display: inline-flex;
  margin-top: 0;
  align-items: baseline;
  margin-top: -2px;
}
#userEditAccount .custom-select > .pull-left > label label .checkbox-material,
#userCreateAccount .custom-select > .pull-left > label label .checkbox-material {
  top: 5px;
  top: 2px;
}
#userEditAccount .custom-select > .pull-left > label label .checkbox-material:before,
#userCreateAccount .custom-select > .pull-left > label label .checkbox-material:before {
  top: -7px;
}
#userEditAccount label #name_private ~ .checkbox-material,
#userCreateAccount label #name_private ~ .checkbox-material {
  top: 2px;
}
#userCreateAccount .input-text {
  margin-top: 12px;
  margin-top: 8px;
}
#userCreateAccount .input-text > label {
  display: block;
}
#userCreateAccount .input-text > label .checkbox-material {
  top: 1px;
  top: 0;
}
#userEditAccount select[id^="select_multiple"] ~ .open .multiselect-container .checkbox .checkbox-material,
#userCreateAccount select[id^="select_multiple"] ~ .open .multiselect-container .checkbox .checkbox-material,
#search-par select[id^="select_multiple"] ~ .open .multiselect-container .checkbox .checkbox-material {
  top: 3px;
}
.wt-body #formEditPoll .poll-container .poll-label .checkbox + label,
.wt-body #first_post .poll-container .poll-label .checkbox + label,
.wt-body #first_coloumn_ .poll-container .poll-label .checkbox + label {
  width: auto;
}
.wt-body #formEditPoll .poll-container .poll-label .checkbox .checkbox-material,
.wt-body #first_post .poll-container .poll-label .checkbox .checkbox-material,
.wt-body #first_coloumn_ .poll-container .poll-label .checkbox .checkbox-material {
  top: 4px;
  top: 5px;
}
hr {
  border-top: 2px solid #dee4ea;
}
#body-wrapper #userEditAccount .multiselect-container.dropdown-menu .checkbox-material,
#body-wrapper #search-par .multiselect-container.dropdown-menu .checkbox-material,
#body-wrapper #userCreateAccount .multiselect-container.dropdown-menu .checkbox-material {
  margin-right: 0;
}
#body-wrapper #userEditAccount .multiselect-container.dropdown-menu li a:not(.wt-dropdown-inline-link),
#body-wrapper #search-par .multiselect-container.dropdown-menu li a:not(.wt-dropdown-inline-link),
#body-wrapper #userCreateAccount .multiselect-container.dropdown-menu li a:not(.wt-dropdown-inline-link) {
  margin: 0;
  padding: 5px 10px;
}
@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;
  }
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink {
  background: #ffffff;
  border: 2px solid rgba(230, 230, 230, 0.7);
  margin-top: -14px;
  display: none !important;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink a {
  color: #1885ba;
}
#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: #1885ba;
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:hover:before,
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:hover:after {
  background: rgba(77, 77, 77, 0.7);
}
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:before,
#moveExistingThread .destination-topic-selection span#destinationTopicLink span#cancelDestinationTopic:after {
  background: rgba(128, 128, 128, 0.7);
}
#moveExistingThread .destination-topic-selection.selected > span > input.tt-input {
  display: none !important;
}
#moveExistingThread .destination-topic-selection.selected span#destinationTopicLink {
  display: flex !important;
}
#body-wrapper .image-wrapper.mini {
  width: 36px;
}
.wt-body .search-wrapper {
  position: relative;
  display: flex;
  background: #f1f5fa;
  border: 1px solid #dee0e4;
  height: 36px;
  border-radius: 20px;
}
.wt-body .search-wrapper > .glyphicon-search {
  color: inherit;
  position: absolute;
  top: 0px;
  right: 10px;
  pointer-events: none;
  opacity: 0.3;
}
.wt-body .search-wrapper .btn-group,
.wt-body .search-wrapper .form-group {
  padding: 0;
  margin: 0;
}
.wt-body .search-wrapper > .btn-group {
  order: 1;
}
.wt-body .search-wrapper > .btn-group .dropdown-toggle {
  padding: 0 20px;
  background-color: #dee0e4;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  min-width: 200px;
  height: 34px;
  border: none;
  text-align: left;
  border-radius: 20px;
}
@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;
  padding-top: 3px;
  padding-top: 3.5px;
}
.wt-body .search-wrapper > .btn-group .dropdown-toggle .caret {
  transform: scale(1.3);
  margin-top: 8px;
  margin-left: 5px;
  float: right;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.wt-body .search-wrapper > .btn-group .dropdown-toggle:hover,
.wt-body .search-wrapper > .btn-group .dropdown-toggle:active,
.wt-body .search-wrapper > .btn-group .dropdown-toggle:focus {
  background-color: #d0d3d9;
}
.wt-body .search-wrapper > .btn-group #searchContent {
  display: flex;
  align-items: center;
  height: 35px;
}
.wt-body .search-wrapper > .btn-group #searchContent span.caret {
  margin: 0;
  margin-left: auto;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu {
  width: 100%;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu .glyphicon:before,
.wt-body .search-wrapper > .btn-group .dropdown-menu .icon:before {
  padding-left: 0;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu hr {
  display: none;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu a i {
  width: 30px;
  padding-left: 0;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wt-body .search-wrapper > .btn-group .dropdown-menu #advancedSearch i + span {
  margin-left: -4px;
}
.wt-body .search-wrapper #inlineSearchForm {
  order: 2;
  flex: 1;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
}
.wt-body .search-wrapper #inlineSearchForm > div {
  flex: 1;
}
.wt-body .search-wrapper #inlineSearchForm input {
  height: 34px;
  margin-bottom: 0;
  padding: 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: none;
  color: inherit;
}
.wt-body .search-wrapper #inlineSearchForm input::-moz-placeholder {
  color: inherit;
}
.wt-body .search-wrapper #inlineSearchForm input:-ms-input-placeholder {
  color: inherit;
}
.wt-body .search-wrapper #inlineSearchForm input::-webkit-input-placeholder {
  color: inherit;
}
.wt-body .search-wrapper #inlineSearchForm input::-moz-placeholder {
  color: inherit;
}
.wt-body .search-wrapper #inlineSearchForm input:-ms-input-placeholder {
  color: inherit;
}
.wt-body .search-wrapper #inlineSearchForm input::-webkit-input-placeholder {
  color: inherit;
}
.wt-body .search-wrapper #inlineSearchForm #advancedSearch {
  color: inherit;
  line-height: 34px;
}
.wt-body .search-wrapper #inlineSearchForm #advancedSearch:hover {
  color: #1885ba;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-body .search-wrapper {
    position: fixed;
    top: 100px;
    right: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16), 0px 0px 0px 100vh rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    animation: fadein 0.3s;
    display: none !important;
  }
  .wt-body .search-wrapper.searchOpen {
    display: flex !important;
    opacity: 1;
  }
  .wt-body .search-wrapper #inlineSearchForm input {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .search-wrapper {
    left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .search-wrapper {
    left: 10px;
  }
}
.wt-body .nav-main .search-wrapper > .glyphicon-search {
  display: none !important;
}
.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;
  display: inline-block;
  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 {
  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);
  padding-left: 10px;
}
.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);
  padding-left: 20px;
}
.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%;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .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-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,
  .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 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .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 {
    margin-left: 30px;
    width: calc(100% - 70px - 30px);
    border-radius: 20px;
    background: #f1f5fa;
    border: 1px solid #cfd8e3;
    padding: 20px;
  }
  .wt-body #first_coloumn_ .post-body-wrapper .mce-tinymce.mce-container,
  .thread-list #posts-list > .col-xs-12 .post-body-wrapper .mce-tinymce.mce-container,
  .wt-body #formEditPoll .post-body-wrapper .mce-tinymce.mce-container,
  .first-post:not(.preview-post) .post-body-wrapper .mce-tinymce.mce-container,
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .mce-tinymce.mce-container,
  #posts-list .reply-entry .post-body-wrapper .mce-tinymce.mce-container,
  .wt-body #first_coloumn_ .post-body-wrapper .mce-tinymce.mce-container .popover,
  .thread-list #posts-list > .col-xs-12 .post-body-wrapper .mce-tinymce.mce-container .popover,
  .wt-body #formEditPoll .post-body-wrapper .mce-tinymce.mce-container .popover,
  .first-post:not(.preview-post) .post-body-wrapper .mce-tinymce.mce-container .popover,
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .mce-tinymce.mce-container .popover,
  #posts-list .reply-entry .post-body-wrapper .mce-tinymce.mce-container .popover {
    border-radius: 20px;
  }
  .wt-body #first_coloumn_ .post-arrow,
  .thread-list #posts-list > .col-xs-12 .post-arrow,
  .wt-body #formEditPoll .post-arrow,
  .first-post:not(.preview-post) .post-arrow,
  #main_posts_container > [id^="post_row_"] .post-arrow,
  #posts-list .reply-entry .post-arrow {
    border-right: 25px solid #cfd8e3;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 71px;
    top: 25px;
    margin-left: 5px;
    z-index: 2;
  }
  .wt-body #first_coloumn_ .post-arrow:before,
  .thread-list #posts-list > .col-xs-12 .post-arrow:before,
  .wt-body #formEditPoll .post-arrow:before,
  .first-post:not(.preview-post) .post-arrow:before,
  #main_posts_container > [id^="post_row_"] .post-arrow:before,
  #posts-list .reply-entry .post-arrow:before {
    content: '';
    border-right: 25px solid #f1f5fa;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 3px;
  }
}
@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: #f1f5fa;
    border: 1px solid #cfd8e3;
    border-radius: 10px;
    padding: 10px;
  }
  .wt-body #first_coloumn_ .mce-tinymce.mce-container,
  .thread-list #posts-list > .col-xs-12 .mce-tinymce.mce-container,
  .wt-body #formEditPoll .mce-tinymce.mce-container,
  .first-post:not(.preview-post) .mce-tinymce.mce-container,
  #main_posts_container > [id^="post_row_"] .mce-tinymce.mce-container,
  #posts-list .reply-entry .mce-tinymce.mce-container,
  .wt-body #first_coloumn_ .mce-tinymce.mce-container .popover,
  .thread-list #posts-list > .col-xs-12 .mce-tinymce.mce-container .popover,
  .wt-body #formEditPoll .mce-tinymce.mce-container .popover,
  .first-post:not(.preview-post) .mce-tinymce.mce-container .popover,
  #main_posts_container > [id^="post_row_"] .mce-tinymce.mce-container .popover,
  #posts-list .reply-entry .mce-tinymce.mce-container .popover {
    border-radius: 10px;
  }
}
@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 > .col-xs-12 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#feed-main > .col-xs-12 .post-author {
  width: 50px;
}
#feed-main > .col-xs-12 .post-body-content {
  width: calc(100% - 50px);
  padding-left: 10px;
}
#feed-main > .col-xs-12 .post-body-wrapper {
  width: calc(100% - 50px);
  padding-left: 20px;
}
#feed-main > .col-xs-12 .post-body-wrapper .post-body-content {
  width: 100%;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  #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-content,
  #feed-main > .col-xs-12 .post-body-wrapper {
    padding-left: 0;
  }
}
#feed-main > .col-xs-12 .text-muted,
#feed-main > .col-xs-12 a,
#feed-main > .col-xs-12 h1,
#feed-main > .col-xs-12 h2,
#feed-main > .col-xs-12 h3,
#feed-main > .col-xs-12 h4,
#feed-main > .col-xs-12 h5,
#feed-main > .col-xs-12 h6,
#feed-main > .col-xs-12 .h1,
#feed-main > .col-xs-12 .h2,
#feed-main > .col-xs-12 .h3,
#feed-main > .col-xs-12 .h4,
#feed-main > .col-xs-12 .h5,
#feed-main > .col-xs-12 .h6 {
  color: inherit;
}
#feed-main > .col-xs-12 .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
#feed-main > .col-xs-12 .checkbox .checkbox-material .check {
  border-color: #fff;
}
#feed-main > .col-xs-12 .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
#feed-main > .col-xs-12 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
#feed-main > .col-xs-12 .checkbox .check {
  background: transparent;
}
#feed-main > .col-xs-12 a.wt-topic-tag,
#feed-main > .col-xs-12 span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
#feed-main > .col-xs-12 a {
  color: #1885ba;
}
#feed-main > .col-xs-12 .badge {
  border-color: #1885ba;
}
#feed-main > .col-xs-12 .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
#feed-main > .col-xs-12 .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
#feed-main > .col-xs-12 .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
#feed-main > .col-xs-12 .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
#feed-main > .col-xs-12 .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
#feed-main > .col-xs-12 .mce-tinymce.mce-container,
#feed-main > .col-xs-12 .mce-tinymce.mce-container .popover {
  border-radius: 10px;
}
#feed-main > .col-xs-12:not(:last-of-type) {
  margin-bottom: 15px;
}
#feed-main > .col-xs-12 .mce-tinymce.mce-container {
  background: transparent;
}
#feed-main > .col-xs-12 .post-attachments > li:not(.inline-video-container) {
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
}
#feed-main > .col-xs-12 .post-attachments > li:not(.inline-video-container) span.pull-left {
  float: left !important;
}
.calendar-day-wrapper .calendar-daydetail {
  position: relative;
  display: inline-block;
  width: 100%;
}
.calendar-day-wrapper .calendar-daydetail .post-author {
  width: 50px;
}
.calendar-day-wrapper .calendar-daydetail .post-body-content {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.calendar-day-wrapper .calendar-daydetail .post-body-wrapper .post-body-content {
  width: 100%;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .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-content,
  .calendar-day-wrapper .calendar-daydetail .post-body-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-day-wrapper .calendar-daydetail .post-body-content {
    padding-left: 0 !important;
  }
}
#body-wrapper .post-body-content,
#body-wrapper textarea.mceEditor {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.02857143em;
  line-height: 1.5;
}
.post-body-wrapper,
.announcement-header,
.announcement-header textarea.mceEditor {
  color: rgba(0, 0, 0, 0.9);
}
.wt-body .post-body {
  width: 100%;
}
.wt-body .post-body-content {
  margin: 10px 0;
  display: inline-block;
  word-break: break-word;
  float: right;
  position: static;
  z-index: 1;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .wt-body .post-body-content {
    margin: 15px 0;
  }
}
.wt-body .post-body-wrapper {
  word-wrap: break-word;
}
.wt-body .post-body-wrapper .post-body-content .mce-tinymce .popover ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.wt-body .post-body-author {
  font-size: 22px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.wt-body .post-body-author .display_fullname ~ .display_username {
  opacity: 0.7;
}
.wt-body .post-body-author .display_username:only-child {
  opacity: 1;
}
.wt-body .post-body-author > .pull-left {
  float: none !important;
}
.wt-body .panel-dropdown {
  float: right;
  padding-left: 10px;
  font-size: 22px;
}
.wt-body .post-edit .checkbox {
  margin: 0;
}
.wt-body .post-date {
  font-size: 20px;
  display: block;
  clear: left;
  font-style: italic;
}
.wt-body .post-date .display_name > a,
.wt-body .post-date a.wt-category-name,
.wt-body .post-date a.wt-calendar-name {
  text-decoration: underline;
}
.wt-body .post-date [id^="inTheCategory_"] {
  margin-right: 5px;
}
.wt-body .author-info em {
  clear: both;
  word-wrap: break-word;
  font-style: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.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: #1885ba;
  margin-right: 10px;
  top: 1px;
  position: relative;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-body .author-info em,
  .wt-body .author-info em + small.text-muted {
    display: block;
    text-align: center;
    margin: 0 -16px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .post-author {
    width: 100%;
    padding-bottom: 10px;
  }
  .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% - 172px);
  }
  .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 .selectableRow > .post-author,
  .wt-body #main-feed > .post-author {
    margin-bottom: 0;
  }
  .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-body-author {
    padding-left: 60px;
    display: block;
  }
  .wt-body .wt-profile-page .post-author {
    position: absolute;
    width: 50px !important;
  }
  .wt-body .wt-profile-page .post-date {
    clear: none;
    padding-top: 0;
    float: right;
    width: 100%;
    display: block;
    padding-left: 60px;
  }
}
.post-edit a.alert {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
}
.post-edit a.alert-success {
  color: #5cb85c !important;
}
.post-edit a.alert-danger {
  color: #d9534f !important;
}
.post-edit a.alert-gray {
  color: #777777 !important;
}
.post-edit a.alert:before {
  display: none;
}
.post-edit a.alert i {
  background: #eeeeee;
  margin-right: 8px;
  display: block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
}
.post-edit a.alert i:before {
  padding: 0;
}
.post-edit .icon-post-edit:before {
  padding-right: 0;
}
.attachmentContainerQuick {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-top: 20px;
}
.attachmentContainerQuick a {
  float: left;
  padding: 2px 10px;
  text-decoration: none;
}
.attachmentContainerQuick a ~ a {
  border-left: 1px solid #ddd;
}
.attachmentContainerQuick a:hover,
.attachmentContainerQuick a:focus {
  color: #1885ba;
}
.attachmentContainerQuick i {
  font-size: 26px;
}
.attachmentContainerQuick i:before {
  padding: 0;
}
.attachmentContainerQuick a.btn {
  color: inherit;
  background: none;
  box-shadow: none;
  border: none;
}
#edit_btn_save_cancel {
  display: block;
  float: left;
  margin-top: 20px;
}
.reply-entry {
  margin-top: 50px;
}
.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;
  vertical-align: middle;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] a {
  float: left;
  padding: 2px 10px;
  text-decoration: none;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] a ~ a {
  border-left: 1px solid #ddd;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] a:hover,
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] a:focus {
  color: #1885ba;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] i {
  font-size: 26px;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] i:before {
  padding: 0;
}
.reply-entry .post-body-wrapper .reply-menu [id^="attachmentContainer_"] i {
  font-size: 20px;
}
.reply-entry .post-body-wrapper .reply-menu .btn {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .reply-entry .post-body-wrapper .reply-menu {
    margin-top: 10px;
  }
  .reply-entry .post-body-wrapper .reply-menu .btn {
    margin-right: 2px;
  }
}
.post-options {
  font-size: 20px;
}
.post-options > a {
  margin-left: 20px;
  padding: 5px 7px;
  background-color: transparent;
  border-radius: 10px;
  transition: 0.15s ease;
}
.post-options > a:hover {
  color: #1885ba;
  background-color: #ffffff;
}
.post-options i:before {
  padding: 0;
}
.post-options a.quote:before {
  font-size: 110%;
  padding-left: 0;
  padding-right: 4px;
}
@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: 22px;
  }
}
.post-signature:before {
  content: "- -";
  display: block;
  width: 30px;
  color: inherit;
}
.post-signature {
  display: block;
  clear: both;
  margin-top: 20px;
}
[class^="guest-post"] {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
[class^="guest-post"] .form-control.form-control {
  margin-bottom: 10px;
}
[class^="guest-post"] .callout {
  padding-left: 20px;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  [class^="guest-post"] .callout {
    padding-left: 0;
    margin-top: 0;
  }
  [class^="guest-post"] .form-control {
    font-size: 23px;
  }
}
[id^="guestQuickReply"] {
  display: block;
  margin-bottom: 20px;
}
a.readMore {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}
a.readMore > span {
  display: inline-block;
  background: #e9f0f7;
  padding: 10px 20px;
  border-radius: 25px;
  color: #1885ba;
  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;
}
#writeReply + textarea,
#writeReplyTopQuickEditor + textarea {
  width: 100%;
  min-height: 50px;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  resize: none !important;
  margin-top: -20px;
}
[id^="post_list_pending_"] > .text-danger {
  background: #f2dede;
  padding: 10px;
  font-style: normal;
  padding-left: 34px;
  border-radius: 10px;
  position: relative;
  display: block;
  margin-top: 10px;
  max-width: 350px;
  width: max-content;
}
[id^="post_list_pending_"] > .text-danger > .glyphicon,
[id^="post_list_pending_"] > .text-danger .icon {
  font-size: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}
[id^="post_list_pending_"] > .text-danger > .glyphicon:before,
[id^="post_list_pending_"] > .text-danger .icon:before {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  [id^="post_list_pending_"] > .text-danger {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body #posts-list .approval-pending-post {
    padding-top: 50px;
  }
}
.wt-body #posts-list .post-edit {
  display: flex;
  align-items: center;
}
.wt-body #posts-list .approval-pending-post .post-edit {
  display: flex;
}
.wt-body #posts-list .approval-pending-post .post-edit a.alert i {
  font-size: 18px;
  width: 27px;
  height: 27px;
  line-height: 28px;
}
.wt-body #posts-list .approval-pending-post .post-edit .checkbox {
  order: 3;
}
.wt-body #posts-list .approval-pending-post .post-edit a.dropdown-toggle {
  order: 4;
}
.wt-body #posts-list .poll-container .panel-body .poll-vote span.poll-label {
  position: relative;
}
.wt-body #posts-list .poll-container .panel-body .poll-vote span.poll-label .md_radio.radio {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wt-body #posts-list .poll-container .panel-body .poll-vote span.poll-label .md_radio.radio + label {
  margin-left: 20px;
}
.wt-body #posts-list .first-post:not(.approval-pending-post) #first_post [id^="post_list_"] span.text-muted.post-date {
  display: flex;
  align-items: center;
}
.wt-body #posts-list .first-post:not(.approval-pending-post) #first_post [id^="post_list_"] span.text-muted.post-date .unread-indicator {
  margin-top: 0;
}
a.notifiedUser {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px 4px;
  border-radius: 20px;
}
a.notifiedUser,
a.notifiedUser + .hovercard a {
  text-decoration: none !important;
}
.customPost-count {
  margin-right: 10px;
}
#post_row_0 #first_coloumn_ .radio span,
.wt-selectable-rows .radio span,
#post_row_0 #first_coloumn_ label.radio-inline span,
.wt-selectable-rows label.radio-inline span {
  top: 3px;
}
#user_login:not(.wt-social-login-modal),
#only_login_model,
#login_register_modal {
  text-align: center;
}
#user_login:not(.wt-social-login-modal) input.form-control,
#only_login_model input.form-control,
#login_register_modal input.form-control {
  margin-bottom: 10px;
}
#user_login:not(.wt-social-login-modal) .form-group > div,
#only_login_model .form-group > div,
#login_register_modal .form-group > div {
  width: 100%;
  clear: none;
  margin: 0;
}
#user_login:not(.wt-social-login-modal) label,
#only_login_model label,
#login_register_modal label {
  font-weight: normal;
  padding: 0;
}
#user_login:not(.wt-social-login-modal) button[type="submit"],
#only_login_model button[type="submit"],
#login_register_modal button[type="submit"] {
  width: 150px;
}
#user_login:not(.wt-social-login-modal) #anchor_tab_forget_password,
#only_login_model #anchor_tab_forget_password,
#login_register_modal #anchor_tab_forget_password {
  float: right;
  font-style: italic;
  margin-bottom: 20px;
  padding-right: 20px;
}
#user_login:not(.wt-social-login-modal) #anchor_tab_forget_password:focus,
#only_login_model #anchor_tab_forget_password:focus,
#login_register_modal #anchor_tab_forget_password:focus {
  text-decoration: underline;
  outline: none;
}
#user_login:not(.wt-social-login-modal) .modal-dialog {
  width: 316px;
  width: 380px;
}
@media only screen and (max-width: 767px) {
  #user_login:not(.wt-social-login-modal) .modal-dialog {
    width: auto;
  }
}
#user_login:not(.wt-social-login-modal) .modal-footer {
  text-align: center;
}
#user_login:not(.wt-social-login-modal) .modal-footer > .wt-social-btn-heading {
  margin-top: 20px;
}
#user_login:not(.wt-social-login-modal) .modal-footer > .social_login_btn {
  font-size: 17px;
}
#user_login:not(.wt-social-login-modal) button[type="submit"] {
  margin-top: 10px;
}
#user_login:not(.wt-social-login-modal) button[type="submit"] + span.text-muted {
  margin: 10px 0px;
  display: block;
  line-height: 1;
}
#user_login:not(.wt-social-login-modal) button[type="submit"] + span.text-muted + a {
  font-weight: bold;
}
#user_login:not(.wt-social-login-modal) button[type="submit"] + span.text-muted + a:focus {
  text-decoration: underline;
  outline: none;
}
#user_login:not(.wt-social-login-modal) .modal-header,
#only_login_model .modal-header {
  margin-top: 40px;
}
#user_login:not(.wt-social-login-modal) .modal-body,
#only_login_model .modal-body {
  padding-bottom: 0;
}
#user_login:not(.wt-social-login-modal) .col-sm-4.control-label,
#only_login_model .col-sm-4.control-label {
  width: 100%;
  float: left;
  text-align: left;
  z-index: 2;
  pointer-events: none;
  display: none;
  padding: 15px;
  margin-bottom: -45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: -50px;
}
#user_login:not(.wt-social-login-modal) .is-empty .col-sm-4.control-label,
#only_login_model .is-empty .col-sm-4.control-label {
  display: block;
  margin-top: 10px;
}
#user_login:not(.wt-social-login-modal) .is-focused .col-sm-4.control-label,
#only_login_model .is-focused .col-sm-4.control-label {
  display: none;
}
#only_login_model {
  width: 300px;
}
#only_login_model #user-login-modal-heading {
  display: none;
}
#only_login_model .checkbox + .text-muted {
  margin-left: 2px;
}
#only_login_model .or-divider-wrapper {
  display: none;
}
#login_register_modal {
  max-width: 95%;
  text-align: left;
}
#login_register_modal button[type="submit"] {
  width: 100%;
  margin-top: 15px;
}
#login_register_modal #createAccount .checkbox .checkbox-material span.check,
#login_register_modal #frmDoLogin .checkbox .checkbox-material span.check {
  margin-top: 3px;
  margin-top: 4px;
}
#login_register_modal #createAccount .form-group > div > label {
  align-items: baseline;
}
#login_register_modal #createAccount .form-group > div > label .checkbox-material {
  top: 0px;
  top: -2px;
}
#login_register_modal #frmDoLogin #doLoginBtn {
  margin-top: 15px;
}
#login_register_modal #frmDoLogin .checkbox .checkbox-material {
  top: 1px;
}
#login_register_modal #anchor_tab_forget_password {
  margin-bottom: 10px;
}
#login_register_modal .modal-body > form:first-child button[type="submit"] {
  margin-top: 6px;
}
#login_register_modal .modal-body > form > .form-group > span.text-block {
  text-align: center;
}
#login_register_modal .fb-wrapper {
  text-align: center;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #login_register_modal {
    width: 700px;
  }
  #login_register_modal .modal-body > form {
    width: 50%;
    float: left;
  }
  #login_register_modal .modal-body > form:first-child {
    padding-right: 30px;
    position: relative;
    z-index: 2;
    border-right: 1px solid #cfd8e3;
  }
  #login_register_modal .modal-body > form:nth-child(2) {
    padding-left: 30px;
    padding-bottom: 20px;
  }
  #login_register_modal .modal-body > form > .form-group > span.text-block {
    padding: 0 20px 20px;
    font-size: 25px;
  }
  #login_register_modal p.no-space {
    float: left;
    width: 50%;
    padding-right: 28px;
    position: relative;
    z-index: 2;
  }
  #login_register_modal .checkbox + .text-muted {
    margin-left: 2px;
  }
  #login_register_modal #anchor_tab_forget_password {
    margin-bottom: 20px;
  }
}
#login_register_modal .cleared > .text-center {
  width: 100%;
}
#login_register_modal .cleared > .text-center .or-divider {
  text-transform: uppercase;
}
#login_register_modal .cleared > .text-center .or-divider:before {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #cfd8e3;
  transform: translateY(12px);
  float: left;
}
#login_register_modal .cleared > .text-center .or-divider:after {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #cfd8e3;
  transform: translateY(12px);
  float: right;
}
#login_register_modal .or-divider-wrapper {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
#login_register_modal .cleared > .text-center .or-divider {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #login_register_modal .modal-body > form > .form-group > span.text-block {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #login_register_modal #user-login-modal-heading {
    margin-top: 40px;
  }
}
#form-dialog:not(.wt-social-login-modal) #login_register_modal .modal-body #createAccount {
  padding-right: 30px;
  border-right: 1px solid #cfd8e3;
}
@media only screen and (max-width: 767px) {
  #form-dialog:not(.wt-social-login-modal) #login_register_modal .modal-body #createAccount {
    padding-right: 0;
    border-right: none;
  }
}
#form-dialog:not(.wt-social-login-modal) #login_register_modal .modal-body #frmDoLogin {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #form-dialog:not(.wt-social-login-modal) #login_register_modal .modal-body #frmDoLogin {
    padding-left: 0;
  }
}
#form-dialog:not(.wt-social-login-modal) #login_register_modal .modal-body #createAccount {
  padding-right: 30px;
  border-right: 1px solid #cfd8e3;
}
@media only screen and (max-width: 767px) {
  #form-dialog:not(.wt-social-login-modal) #login_register_modal .modal-body #createAccount {
    padding-right: 0;
    border-right: none;
  }
}
#form-dialog:not(.wt-social-login-modal) #login_register_modal .modal-body #frmDoLogin {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #form-dialog:not(.wt-social-login-modal) #login_register_modal .modal-body #frmDoLogin {
    padding-left: 0;
  }
}
#headerLoginForm .col-sm-offset-4 > .checkbox .checkbox-material {
  top: 2px;
  top: 3px;
}
.wt-embedded #headerLoginForm .modal-body .close {
  position: fixed;
  top: 107px;
  right: 37px;
}
.wt-embedded #login_register_modal .modal-body .close {
  position: fixed;
  top: 65px;
  right: 37px;
}
.wt-embedded #login_register_modal .modal-body .alert[data-alert-name="SignupPageMessage"] {
  margin-top: 20px;
}
.wt-embedded #login_register_modal .modal-body .alert[data-alert-name="SignupPageMessage"] button.close {
  position: absolute;
  top: -15px;
  right: -13px;
}
.wt-embedded #login_register_modal .modal-body .alert[data-alert-name="SignupPageMessage"] + .alert[data-alert-name="LoginPageMessage"] .close {
  position: absolute;
  top: -15px;
  right: -13px;
}
.wt-embedded #manageTopicTagsModal .modal-body button.close {
  position: fixed;
  top: 0;
  right: 0;
}
.wt-body .login .cleared > .text-center {
  width: 100%;
}
.wt-body .login .cleared > .text-center .or-divider {
  text-transform: uppercase;
}
.wt-body .login .cleared > .text-center .or-divider:before {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #cfd8e3;
  transform: translateY(12px);
  float: left;
}
.wt-body .login .cleared > .text-center .or-divider:after {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #cfd8e3;
  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;
  background: #dee0e4;
  border-radius: 10px;
  margin-top: 20px;
}
.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 .cleared > .text-center {
  width: 100%;
}
.wt-body .wt-user-registration .cleared > .text-center .or-divider {
  text-transform: uppercase;
}
.wt-body .wt-user-registration .cleared > .text-center .or-divider:before {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #cfd8e3;
  transform: translateY(12px);
  float: left;
}
.wt-body .wt-user-registration .cleared > .text-center .or-divider:after {
  content: " ";
  width: calc(50% - 50px);
  display: block;
  border-bottom: 1px solid #cfd8e3;
  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;
  background: #dee0e4;
  border-radius: 10px;
  margin-bottom: 20px;
}
.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: 18px;
  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 15px 15px;
  line-height: normal;
  vertical-align: top;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
}
/* Loading icon*/
.sk-fading-circle {
  width: 20px;
  height: 20px;
  margin: auto;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 50%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0.00%,
  39.00%,
  100.00% {
    opacity: 0;
  }
  40.00% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0.00%,
  39.00%,
  100.00% {
    opacity: 0;
  }
  40.00% {
    opacity: 1;
  }
}
.mod-tools > a,
#markAllTopicsAsRead,
#markCategoryAsRead,
#submenu_unfollow_topic,
#submenu_follow_topic,
.topic-tools > .dropdown > .dropdown-toggle {
  display: block;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  font-size: 23px;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  border-radius: 100%;
  font-size: 20px;
}
.mod-tools > a > .glyphicon:before,
#markAllTopicsAsRead > .glyphicon:before,
#markCategoryAsRead > .glyphicon:before,
#submenu_unfollow_topic > .glyphicon:before,
#submenu_follow_topic > .glyphicon:before,
.topic-tools > .dropdown > .dropdown-toggle > .glyphicon:before,
.mod-tools > a > .icon:before,
#markAllTopicsAsRead > .icon:before,
#markCategoryAsRead > .icon:before,
#submenu_unfollow_topic > .icon:before,
#submenu_follow_topic > .icon:before,
.topic-tools > .dropdown > .dropdown-toggle > .icon:before {
  padding: 0;
}
.mod-tools > a:hover,
#markAllTopicsAsRead:hover,
#markCategoryAsRead:hover,
#submenu_unfollow_topic:hover,
#submenu_follow_topic:hover,
.topic-tools > .dropdown > .dropdown-toggle:hover {
  color: #1885ba;
}
.wt-topics #markAllTopicsAsRead,
#markCategoryAsRead {
  margin-bottom: 10px;
}
#submenu_follow_topic i {
  margin-left: -5px;
}
.mod-tools.pm {
  float: right;
  margin-bottom: 10px;
}
.mod-tools.pm > a {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .mod-tools.pm > a {
    float: left;
  }
  .mod-tools.pm #delete_curr_conversation {
    display: none;
  }
  .inbox-page .mod-tools.pm #delete_curr_conversation {
    display: block;
  }
}
.mod-tools:not(.pm) {
  float: right;
  margin-bottom: 10px;
}
.mod-tools:not(.pm) > a {
  margin-left: 10px;
  float: left;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .mod-tools:not(.pm) > a:last-child i.glyphicon + .tooltip .tooltip-inner {
    position: absolute;
    right: -20px;
  }
}
.datepicker {
  border-radius: 15px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker .datepicker-days {
  font-size: 17px;
}
.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 transparent;
  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 #f1f5fa;
  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 transparent;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #f1f5fa;
}
.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: 15px;
  border: none;
  width: 40px;
  height: 35px;
}
.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(0, 0, 0, 0.5);
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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: #1885ba;
  border-color: rgba(0, 0, 0, 0.2);
  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: #177fb1;
  border-color: rgba(0, 0, 0, 0.2);
}
.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: #1885ba;
  border-color: rgba(0, 0, 0, 0.2);
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #1885ba;
  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: 15px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: rgba(0, 0, 0, 0.1);
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 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: #1885ba;
  border-color: rgba(0, 0, 0, 0.2);
  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: #177fb1;
  border-color: rgba(0, 0, 0, 0.2);
}
.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: #1885ba;
  border-color: rgba(0, 0, 0, 0.2);
}
.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: #1885ba;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: rgba(0, 0, 0, 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: rgba(0, 0, 0, 0.1);
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 15px;
  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-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;
}
.datepicker table tr td span {
  height: 40px;
  line-height: 40px;
}
.share-icons a {
  border-radius: 5px;
  font-size: 14px;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  cursor: pointer;
  text-align: center;
  background: #777777;
}
.share-icons a .icon:before,
.share-icons a .glyphicon:before {
  padding: 0;
  color: #fff;
}
.share-icons.twitter a {
  background-color: transparent;
  padding: 0;
}
.share-icons.facebook a {
  background-color: #3b5998;
}
.share-panel.container {
  text-align: center;
  padding-top: 5px;
  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,
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;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wt-thumbnail > img,
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) {
  padding: 10px 15px;
  height: auto;
  min-width: 200px;
  max-width: 100%;
  border: 2px solid #dee4ea !important;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  height: 61px;
  width: 200px;
  border-radius: 25px;
  position: relative;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span {
  width: 50%;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  margin-left: auto;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right:has([id^="delete_attachmento_"]),
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right:has([id^="delete_attachment"]) {
  flex-direction: row-reverse;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right a {
  font-size: 12px;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right.col-sm-4 {
  margin: 8px 0;
  display: flex;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right [id^=attachCancel] {
  padding-right: 5px;
  display: flex;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right i + span {
  padding-right: 2px;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right i:before {
  padding-right: 2px;
  top: -1px;
  margin-left: 10px;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right i.glyphicon-plus:before {
  content: '\e8b1';
  font-size: 85%;
  font-weight: bold;
  top: -0.1rem;
}
.wt-body .post-attachments > li:not(.inline-video-container) > span.file-size {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .wt-body .post-attachments > li:not(.inline-video-container) > span.pull-right:not(.col-sm-4) {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.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;
  font-size: 14px;
}
.wt-body .post-attachments .file-size {
  display: block;
  font-size: 12px;
}
.wt-body .post-attachments .progress {
  margin: 0;
  float: left;
  background: #ffffff;
  width: calc(100% - 60px);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  .wt-body .post-attachments small:first-child {
    float: right;
  }
}
.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;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
}
.wt-body #show_current_conversation .upload-attachments {
  clear: both;
}
.wt-body .upload-attachments .post-attachments li {
  width: 100%;
}
.wt-body .upload-attachments .post-attachments#attachment_listpmsDialog > li:first-child {
  margin-top: 10px;
}
.wt-body .form-group:has(#edit_btn_save_cancel) ~ .upload-attachments .post-attachments {
  padding-top: 15px !important;
}
#body-wrapper#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: 10px;
  height: auto !important;
}
.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: #c9302c;
}
.wt-body .mce-tinymce.mce-container {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  border: 2px solid #dee4ea !important;
  background: #f1f5fa;
  box-shadow: none;
  border-radius: 15px;
}
#PostPrivateMessageReply .mce-tinymce .popover {
  bottom: 34px;
}
#PostPrivateMessageReply .mce-tinymce .popover #scrollEmojiContent {
  height: 100px;
}
#PostPrivateMessageReply .mce-tinymce > div:nth-last-child(2) iframe {
  margin-bottom: 140px;
}
.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: #f1f5fa;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  white-space: normal;
  box-sizing: border-box;
}
.mce-toolbar .dropdown-menu > div {
  display: inline;
  white-space: normal;
}
.mce-toolbar .dropdown-menu .mce-btn {
  color: rgba(0, 0, 0, 0.5) !important;
}
.mce-toolbar .dropdown-toggle {
  background: #dee0e4;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
.mce-toolbar .dropdown-toggle:before {
  font-size: 80%;
  opacity: 1;
  padding: 0;
}
.mce-tinymce {
  clear: both;
}
.mce-tinymce.mce-container {
  box-sizing: border-box;
}
.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: #dee4ea;
}
.mce-tinymce .mce-caret.mce-caret {
  border-top-color: #ced7e0;
}
.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(0, 0, 0, 0.5);
  background: none;
  border: 0;
  pointer-events: none;
}
.mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.mce-tinymce .mce-top-part .mce-btn.mce-btn.mce-active button {
  background: rgba(24, 133, 186, 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;
}
.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: 20px;
}
.mce-tinymce .popover #scrollEmojiContent {
  position: relative;
  height: 135px;
  overflow: auto;
  clear: both;
}
#quickReplyPost .mce-tinymce,
#quickReplyPostTopQuickEditor .mce-tinymce {
  border: 0 !important;
  background: none;
}
#quickReplyPost .mce-tinymce > .mce-container-body,
#quickReplyPostTopQuickEditor .mce-tinymce > .mce-container-body {
  display: flex;
  flex-direction: column;
}
#quickReplyPost .mce-tinymce .mce-top-part,
#quickReplyPostTopQuickEditor .mce-tinymce .mce-top-part {
  order: 3;
  margin: 10px 0 0;
}
#quickReplyPost .mce-tinymce .mce-edit-area,
#quickReplyPostTopQuickEditor .mce-tinymce .mce-edit-area {
  order: 1;
  border: 0;
  margin: -8px;
}
#quickReplyPost .mce-tinymce .mce-statusbar,
#quickReplyPostTopQuickEditor .mce-tinymce .mce-statusbar {
  order: 2;
}
#quickReplyPost [id^="attachmentContainer_"] a,
#quickReplyPostTopQuickEditor [id^="attachmentContainer_"] a {
  padding: 3px 6px 4px;
  margin-right: 2px;
  margin-top: 3px;
  border: 0;
  color: rgba(0, 0, 0, 0.5);
}
#quickReplyPost [id^="attachmentContainer_"] a:hover,
#quickReplyPostTopQuickEditor [id^="attachmentContainer_"] a:hover {
  color: #1885ba;
}
#quickReplyPost [id^="attachmentContainer_"] i,
#quickReplyPostTopQuickEditor [id^="attachmentContainer_"] i {
  line-height: normal;
}
#quickReplyPost [id^="attachmentContainer_"] i:before,
#quickReplyPostTopQuickEditor [id^="attachmentContainer_"] i:before {
  font-size: 85%;
  opacity: 1;
}
#quickReplyPost [id^="image_button_"],
#quickReplyPostTopQuickEditor [id^="image_button_"] {
  display: inline-block;
}
#quickReplyPost .mce-tinymce .popover,
#quickReplyPostTopQuickEditor .mce-tinymce .popover {
  bottom: 50px;
}
#quickReplyPost .reply-menu,
#quickReplyPostTopQuickEditor .reply-menu {
  position: relative;
  width: auto;
  clear: both;
}
#quickReplyPost [id^="showCaptcha"].hidden ~ .reply-menu,
#quickReplyPostTopQuickEditor [id^="showCaptcha"].hidden ~ .reply-menu {
  margin-top: -34px;
  margin-top: -36px;
}
#quickReplyPost [id^="showCaptcha"]:not(.hidden) ~ .reply-menu,
#quickReplyPostTopQuickEditor [id^="showCaptcha"]:not(.hidden) ~ .reply-menu {
  margin-top: -133px;
}
#quickReplyPost [id^="showCaptcha"],
#quickReplyPostTopQuickEditor [id^="showCaptcha"] {
  margin-top: 20px;
}
.user-logged-in #quickReplyPost .author-info .display_name,
.user-logged-in #quickReplyPostTopQuickEditor .author-info .display_name {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .user-logged-in #quickReplyPost .author-info .display_name,
  .user-logged-in #quickReplyPostTopQuickEditor .author-info .display_name {
    display: block !important;
  }
}
#quickReplyPost em.wt-member-title,
#quickReplyPostTopQuickEditor em.wt-member-title {
  -webkit-line-clamp: 1;
}
#quickReplyPost .guest-reply .author-info .display_guestname,
#quickReplyPostTopQuickEditor .guest-reply .author-info .display_guestname {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #quickReplyPost .guest-reply .author-info .display_guestname,
  #quickReplyPostTopQuickEditor .guest-reply .author-info .display_guestname {
    display: block !important;
  }
}
.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;
}
div.mce-tooltip {
  opacity: 1;
  animation: fadein 0.3s;
}
div.mce-tooltip .mce-tooltip-inner {
  background: #555;
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
  padding: 10px;
  white-space: normal;
  word-break: break-word;
  min-width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 12px;
}
div.mce-tooltip-arrow {
  border-color: #555;
}
.mce-popover {
  z-index: 9 !important;
}
.wt-body.modal-open .mce-popover {
  z-index: 1053 !important;
}
.post-body-content .hovercard.hovercard a {
  text-decoration: none;
  font-weight: normal;
}
.post-body-content .hovercard.hovercard ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.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%;
}
@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: 605px;
    max-width: 75%;
  }
}
.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 rgba(0, 0, 0, 0.1);
  content: '';
  vertical-align: -6px;
  margin: 0 5px;
}
.mce-container-body .script_warning_message {
  display: table !important;
  width: -webkit-fill-available;
  padding: 15px;
  border: 1px solid transparent;
  border-width: 0 0 0 8px;
  border-radius: 15px;
}
.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-top: 15px;
  width: calc(100% - 100px);
  float: right;
  border-radius: 20px;
}
.wt-body.wt-post-listing .post-ad ~ form#posts div#main_posts_container div[id^="post_row_"] {
  border: none;
}
@media only screen and (max-width: 767px) {
  .wt-body.wt-post-listing .post-ad {
    width: 100%;
    border-radius: 10px;
  }
}
.wt-body .form-control {
  -webkit-appearance: none;
}
.wt-body .ads-wrapper-left.container {
  width: 200px;
  height: 100%;
  max-height: 700px;
  padding: 20px;
  position: relative;
  overflow: auto;
  z-index: 1;
  float: left;
  margin-top: 5px;
}
@media only screen and (min-width: 1025px) {
  .wt-body.left-ads-available .main-container {
    width: 100%;
    float: right;
    display: contents;
  }
  .wt-body.left-ads-available .language-footer > .container,
  .wt-body.left-ads-available .ads-wrapper-left + .main-container .container {
    width: calc(100% - 200px);
    float: right;
    margin-bottom: 20px;
  }
  .wt-body.left-ads-available .ads-wrapper-left + .main-container .container.calendar > .container {
    width: 100%;
  }
  .wt-body.left-ads-available #body-wrapper .hover-menu {
    left: 320px;
    /* width of the container - padding of the container */
  }
}
@media only screen and (min-width: 1025px) and only screen and (max-width: 767px) {
  .wt-body.left-ads-available #body-wrapper .hover-menu {
    left: 10px;
  }
}
.mce-tinymce .popover {
  top: auto !important;
  left: -2px !important;
  right: -2px;
  bottom: -2px;
  position: absolute !important;
  background: #ffffff;
  box-shadow: none;
  border: 2px solid #dee4ea;
  border-radius: 15px;
  overflow: hidden;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  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 #cfd8e3;
}
.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 #1885ba;
}
.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: 140px;
  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;
}
.custom_emoji.custom_emoji:hover {
  border-color: #cfd8e3;
}
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;
}
.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;
}
/* Footer */
.footer-wrapper {
  clear: both;
  min-height: 40px;
  margin-top: 20px;
}
.wt-inbox-page .footer-wrapper {
  display: block;
  position: relative;
}
.footer-content {
  width: 100%;
  background: #f1f5fa;
  color: rgba(0, 0, 0, 0.9);
}
.footer-content > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-content > .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.footer-content a.custom-footer-item {
  color: inherit;
  opacity: 0.7;
}
.footer-content a.custom-footer-item:hover {
  opacity: 1;
  color: #1885ba;
}
.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 .glyphicon-globe:before {
  padding: 0;
}
#onlineUsersPopover {
  margin-right: 40px;
  position: relative;
}
#onlineUsersPopover > .popover {
  left: 0 !important;
  padding: 0;
  border: 0;
  max-width: calc(100vw - 220px);
  width: 800px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px), only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 1199px) and (min-width: 992px) {
  #onlineUsersPopover > .popover {
    max-width: calc(100vw - 250px);
  }
}
#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: #1885ba;
}
#onlineUsersContent > h5:first-child {
  margin-top: 0;
}
#onlineUsersContent > h5 > span {
  margin-left: 5px;
}
#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: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-wrapper #onlineUsersContent .right-side {
  padding-right: 25px;
}
.footer-wrapper #onlineUsersContent .right-side .guest-user-country {
  max-width: none;
}
#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: 17px;
}
#onlineUsersContent .right-side > .username:hover {
  color: #1885ba;
}
#onlineUsersContent .right-side > .badge {
  background-color: #d3dbec;
  color: #000;
  padding: 3px 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0;
  border-radius: 10px;
}
#onlineUsersContent .guest-user-country {
  max-width: calc(100% - 35px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#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%;
  }
}
/* 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: 26px;
  }
  .forum-title {
    font-size: 24px;
  }
  .topic-content h4 {
    font-size: 23px;
  }
  .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,
  .files-list .panel-body > ul > li {
    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%;
  }
}
.wt-body #posts-list .first-post:not(.preview-post) [id^="post_message_"] {
  display: block;
}
.wt-body #posts-list #main_posts_container > [id^="post_row_"] {
  margin-top: 15px;
  float: left;
}
.wt-body #posts-list #quickReplyPostTopQuickEditor > .reply-entry {
  margin-top: 15px;
}
.wt-body #posts-list #pagination + #quickReplyPost > .reply-entry {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .wt-body #posts-list #pagination + #quickReplyPost > .reply-entry .pull-left.post-body-wrapper {
    float: left !important;
    margin-top: 10px;
  }
}
.wt-body #posts-list[data-post-order=desc] .reply-entry {
  margin: 0 0 15px;
}
.wt-body #posts-list #first_post .post-edit .checkbox-material {
  top: 1px;
}
.wt-body #posts-list #first_post .attachmentContainerQuick {
  margin-top: 21px;
  margin-left: 5px;
  margin-top: 22px;
}
.wt-post-listing.wt-body #posts-list .post-date:has(.unread-indicator) time {
  margin-left: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .wt-body .author-info {
    display: block;
    text-align: center;
  }
}
.wt-body .reply-entry #attachment_list {
  margin-top: 20px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .text-muted,
  #main_posts_container > [id^="post_row_"] .post-body-wrapper a {
    color: inherit;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .checkbox .checkbox-material .check {
    border-color: #fff;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    border-color: #fff;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #fff;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .checkbox .check {
    background: transparent;
  }
  #main_posts_container > [id^="post_row_"] .mce-tinymce.mce-container {
    background: transparent;
  }
  #main_posts_container > [id^="post_row_"] .post-attachments > li {
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper.post-body-wrapper {
    color: rgba(0, 0, 0, 0.7);
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper a {
    color: #1885ba;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .checkbox .checkbox-material .check {
    border-color: #dee4ea;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    border-color: #1885ba;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #1885ba;
  }
  #main_posts_container > [id^="post_row_"] .post-attachments > li {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.7);
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper {
    background: #f1f5fa !important;
  }
  #main_posts_container > [id^="post_row_"] .mce-tinymce .mce-top-part .mce-btn.mce-btn {
    color: rgba(0, 0, 0, 0.5);
  }
  #main_posts_container > [id^="post_row_"] .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
    color: #1885ba;
  }
  #main_posts_container > [id^="post_row_"] blockquote {
    border-left-color: rgba(255, 255, 255, 0.8);
  }
  #main_posts_container > [id^="post_row_"] .post-arrow {
    border-right-color: #cfd8e3 !important;
  }
  #main_posts_container > [id^="post_row_"] .post-arrow:before {
    border-right-color: #f1f5fa !important;
  }
}
@media only screen and (max-width: 767px) {
  #main_posts_container > [id^="post_row_"] {
    color: #fff;
    background: #f1f5fa !important;
    color: rgba(0, 0, 0, 0.7);
  }
  #main_posts_container > [id^="post_row_"] .text-muted,
  #main_posts_container > [id^="post_row_"] a {
    color: inherit;
  }
  #main_posts_container > [id^="post_row_"] .checkbox .checkbox-material .check {
    border-color: #ffffff;
  }
  #main_posts_container > [id^="post_row_"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    border-color: #ffffff;
  }
  #main_posts_container > [id^="post_row_"] .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #ffffff;
  }
  #main_posts_container > [id^="post_row_"] .checkbox .check {
    background: transparent;
  }
  #main_posts_container > [id^="post_row_"] .mce-tinymce.mce-container {
    background: transparent;
  }
  #main_posts_container > [id^="post_row_"] .post-attachments > li {
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
  }
  #main_posts_container > [id^="post_row_"] .post-body-wrapper.post-body-wrapper {
    color: rgba(0, 0, 0, 0.7);
  }
  #main_posts_container > [id^="post_row_"] a {
    color: #1885ba;
  }
  #main_posts_container > [id^="post_row_"] .post-attachments > li {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.7);
  }
  #main_posts_container > [id^="post_row_"] .mce-tinymce .mce-top-part .mce-btn.mce-btn {
    color: rgba(0, 0, 0, 0.5);
  }
  #main_posts_container > [id^="post_row_"] .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
    color: #1885ba;
  }
  #main_posts_container > [id^="post_row_"] .checkbox .checkbox-material .check {
    border-color: #dee4ea;
  }
  #main_posts_container > [id^="post_row_"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    border-color: #1885ba;
  }
  #main_posts_container > [id^="post_row_"] .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #1885ba;
  }
}
#quickReplyPost [id^="showCaptcha"],
#quickReplyPostTopQuickEditor [id^="showCaptcha"] {
  margin-top: 20px;
}
@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 .post-date time {
  font-size: 18px;
}
.wt-post-listing .content-panel:not(.selectModeOn) .post-edit label.checkbox {
  display: none !important;
}
.wt-post-listing .content-panel.selectModeOn #posts-list .selectableRow {
  cursor: pointer;
}
.wt-post-listing .content-panel.selectModeOn .selectableRow * {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  /* For Safari */
  -moz-user-select: none;
  /* For Firefox */
  -ms-user-select: none;
  /* For IE */
}
.wt-post-listing .content-panel.selectModeOn .selectableRow .post-edit,
.wt-post-listing .content-panel.selectModeOn .selectableRow .entry-checkbox {
  cursor: default;
  pointer-events: auto;
}
.wt-post-listing .content-panel.selectModeOn .selectableRow .dropdown-toggle {
  display: none !important;
}
.wt-post-listing #posts-list .selectableRow {
  border: 1px solid transparent;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-post-listing #posts-list .selectableRow.selectedRow .post-body-wrapper,
  .wt-post-listing #posts-list .selectableRow.selectedRow .post-arrow {
    filter: brightness(70%);
  }
}
@media only screen and (max-width: 767px) {
  .wt-post-listing #posts-list .selectableRow.selectedRow {
    filter: brightness(70%);
  }
}
.wt-post-listing #posts-list .post-pagination-top .panel-pagination {
  margin-top: 15px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .wt-post-listing .display_guestname {
    line-height: 70px;
  }
}
.tab-pane#poll .form-group label {
  align-items: center;
}
.tab-pane#poll .form-group > div {
  width: 83.33%;
}
.tab-pane#poll .form-group > div:not(.inline-checkbox) {
  margin-bottom: 10px;
}
.tab-pane#poll .form-group > div.inline-checkbox.col-sm-10 {
  margin-bottom: 10px;
}
#formEditPoll .tab-pane#poll .inline-checkbox.col-sm-offset-1 > label .checkbox .checkbox-material {
  top: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .tab-pane#poll .form-group > div,
  .tab-pane#poll .form-group .col-sm-offset-1 {
    margin-left: 0;
    width: 100%;
  }
  .tab-pane#poll #poll_option_container .col-sm-8.col-sm-8 {
    width: calc(100% - 40px);
  }
  .tab-pane#poll .delete-option.delete-option {
    right: 0;
  }
}
.tab-pane#poll .input-group-addon {
  width: 100px;
  position: relative;
  z-index: 3;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.tab-pane#poll .input-group-addon + input.form-control,
.tab-pane#poll .input-group-addon + .form-group > input.form-control {
  margin-left: -100px;
  padding-left: 120px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  width: calc(100% - -100px);
}
.tab-pane#poll .input-group-addon + .form-group > input.form-control {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .tab-pane#poll .input-group-addon {
    width: 50px;
  }
  .tab-pane#poll .input-group-addon:before {
    display: none;
  }
  .tab-pane#poll .input-group-addon + input.form-control,
  .tab-pane#poll .input-group-addon + .form-group > input.form-control {
    margin-left: -50px;
    padding-left: 70px !important;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    width: calc(100% - -50px);
  }
  .tab-pane#poll .input-group-addon + .form-group > input.form-control {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.tab-pane#poll #poll_option_container {
  margin-top: 15px;
}
.tab-pane#poll #poll_option_container .col-sm-8 {
  width: 100%;
}
.tab-pane#poll .poll-option {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.tab-pane#poll .delete-option {
  border: 2px solid #d9534f;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 6px;
  right: -40px;
  font-size: 14px;
}
.tab-pane#poll .delete-option i:before {
  padding: 0;
  color: #d9534f;
}
.tab-pane#poll #poll-timeout {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tab-pane#poll #poll-timeout #poll_timeout_date {
    width: 135px;
  }
}
.tab-pane#poll #poll-timeout #poll_timeout_date {
  text-overflow: ellipsis;
  margin-top: -6px;
  width: 146px;
}
@media only screen and (max-width: 480px) {
  .tab-pane#poll #poll-timeout #poll_timeout_date {
    margin-top: -16px;
    max-width: 120px;
    max-width: 80px;
  }
}
.tab-pane#poll #poll-timeout input[name="timeout_days"] {
  width: 70px;
  padding: 0 15px;
  margin-top: -6px;
  width: 146px;
}
@media only screen and (max-width: 480px) {
  .tab-pane#poll #poll-timeout input[name="timeout_days"] {
    margin-top: -16px;
    max-width: 60px;
  }
}
.tab-pane#poll #poll-timeout .form-control {
  margin-top: -12px;
}
@media only screen and (max-width: 480px) {
  .tab-pane#poll #poll-timeout .form-control {
    margin-top: 0;
  }
}
.tab-pane#poll #poll-timeout .bd-wrapper:nth-child(2) {
  float: left;
  max-width: 130px;
}
@media only screen and (max-width: 480px) {
  .tab-pane#poll #poll-timeout .bd-wrapper:nth-child(2) {
    margin-top: 10px;
    max-width: 60px;
  }
}
.tab-pane#poll #poll-timeout > span > div {
  width: 100%;
  margin-top: 10px;
}
.tab-pane#poll #poll-timeout > span > div > label {
  width: 100%;
  display: inline-block;
}
.tab-pane#poll #poll-timeout > span > div:first-child .pull-left.bd-wrapper {
  margin-left: -50px;
  margin-bottom: 10px;
  margin-top: 4px;
  margin-top: -1px;
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .tab-pane#poll #poll-timeout > span > div:first-child .pull-left.bd-wrapper {
    margin-left: 28px;
    margin-bottom: 10px;
    margin-top: 4px;
    margin-top: 0;
  }
}
.tab-pane#poll a {
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .tab-pane#poll .poll-timeout.cleared.is-empty span.clearfix div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.dl-horizontal dd div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.container div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.container-fluid div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.row div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.form-horizontal .form-group div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.btn-toolbar div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.btn-group-vertical > .btn-group div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.panel-body div.col-sm-offset-1 a,
  .tab-pane#poll .poll-timeout.cleared.is-empty span.modal-footer div.col-sm-offset-1 a {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1025px) {
  .tab-pane#poll .col-sm-offset-1 {
    margin-left: 7.3333%;
  }
}
.first-post .tab-pane#poll #poll-timeout .radio input[type=radio]:checked ~ .check {
  top: 3px;
  left: 2px;
}
.first-post .tab-pane#poll #poll-timeout .radio .circle,
.first-post .tab-pane#poll #poll-timeout .radio .check {
  margin-top: 0;
}
.first-post .tab-pane#poll #poll-timeout .radio input[type=radio]:checked ~ .check {
  top: 3px;
  left: 2px;
}
#body-wrapper .poll-container a {
  text-decoration: none;
}
#body-wrapper .poll-container .wt-poll-info {
  font-size: 20px;
}
#body-wrapper .poll-container > .panel {
  margin: 20px 0 0;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  width: 100%;
  max-width: 450px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .poll-container > .panel {
    padding: 10px;
  }
}
#body-wrapper .poll-container > .panel .post-body-wrapper {
  padding: 0 !important;
}
#body-wrapper .poll-container #poll {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
#body-wrapper .poll-container .panel-dropdown {
  margin-left: auto;
}
#body-wrapper .poll-container .panel-dropdown .dropdown-menu {
  right: -18px !important;
  margin-top: 0 !important;
}
#body-wrapper .poll-container .icon-post-edit:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  padding: 0;
  right: 5px;
  top: 1px;
}
#body-wrapper .poll-container .poll-container > .panel {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
#body-wrapper .poll-container .post-body-content {
  margin: 0 !important;
  overflow: visible;
}
#body-wrapper .poll-container .panel-heading.panel-heading {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cfd8e3;
  display: flex;
  padding: 10px 20px;
  background-color: #dee0e4;
}
#body-wrapper .poll-container .panel-heading.panel-heading .post-edit .glyphicon-chevron-down {
  font-size: 12px;
}
#body-wrapper .poll-container .poll-title {
  font-size: 25px;
  line-height: normal;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  width: calc(100% - 46px);
  display: flex;
  align-items: flex-start;
}
#body-wrapper .poll-container .poll-title i:before {
  padding-left: 0;
}
#body-wrapper .poll-container .poll-title #showPollVoteForm > i:before {
  top: 2px;
}
#body-wrapper .poll-container .panel-body {
  background: none;
  border: none;
  padding: 0px;
  border-radius: 0;
  padding: 20px;
  background-color: rgba(222, 224, 228, 0.3);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
#body-wrapper .poll-container .poll-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  clear: both;
}
#body-wrapper .poll-container .poll-label:last-child {
  margin-bottom: 0;
}
#body-wrapper .poll-container .poll-label .radio,
#body-wrapper .poll-container .poll-label .checkbox {
  margin: 0;
  vertical-align: top;
  width: 20px;
}
#body-wrapper .poll-container .poll-label .radio + label,
#body-wrapper .poll-container .poll-label .checkbox + label {
  width: calc(100% - 20px - 10px);
  margin-bottom: 0;
}
#body-wrapper .poll-container .poll-label .checkbox {
  margin-right: 5px;
}
#body-wrapper .poll-container .poll-label .checkbox + label {
  position: relative;
  top: 1px;
}
#body-wrapper .poll-container .poll-vote > a {
  margin-left: 10px;
}
#body-wrapper .poll-container .poll-vote > a em {
  font-style: inherit;
}
#body-wrapper .poll-container .progress {
  clear: both;
  height: auto;
}
#body-wrapper .poll-container .poll-results .wt-poll-progress .progress {
  background: #fafafb;
  height: 30px;
}
#body-wrapper .poll-container .poll-results .wt-poll-progress .progress .progress-bar {
  background: #e4e5e9;
}
#body-wrapper .poll-container .poll-results .wt-poll-progress .progress .progress-bar.highest-voted-option {
  background: rgba(24, 133, 186, 0.25);
  color: #fff;
}
#body-wrapper .poll-container .poll-results .wt-poll-progress .progress .poll-label {
  display: flex;
  font-size: 20px;
}
#body-wrapper .poll-container .poll-results .wt-poll-progress .progress .poll-label > .icon {
  margin-top: 2px;
}
#body-wrapper .poll-container .poll-results .wt-poll-progress .vote-percent {
  font-size: 20px;
  padding-top: 2px;
}
#body-wrapper .poll-container label {
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
}
#body-wrapper .poll-container .dropdown-menu li {
  list-style: none;
}
#body-wrapper .poll-container .post-body-content {
  overflow: visible;
}
#body-wrapper .panel-title #backArrowEditPoll {
  line-height: 25px;
}
#formEditPoll #poll {
  overflow: hidden;
  margin: 0;
}
#formEditPoll #poll .checkbox .checkbox-material {
  top: 0;
}
.wt-body #formEditPoll #poll #poll_timeout_date,
.wt-body #formEditPoll #poll input[name="timeout_days"] {
  margin-top: -10px;
  margin-top: -6px;
}
@media only screen and (max-width: 480px) {
  .wt-body #formEditPoll #poll #poll_timeout_date,
  .wt-body #formEditPoll #poll input[name="timeout_days"] {
    margin-top: -18px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 481px), only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .wt-body #formEditPoll #poll #poll-timeout span.clearfix div.col-sm-offset-1 label.clearfix span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.dl-horizontal dd div.col-sm-offset-1 label.dl-horizontal dd span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.container div.col-sm-offset-1 label.container span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.container-fluid div.col-sm-offset-1 label.container-fluid span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.row div.col-sm-offset-1 label.row span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.form-horizontal .form-group div.col-sm-offset-1 label.form-horizontal .form-group span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.btn-toolbar div.col-sm-offset-1 label.btn-toolbar span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.btn-group-vertical > .btn-group div.col-sm-offset-1 label.btn-group-vertical > .btn-group span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.panel-body div.col-sm-offset-1 label.panel-body span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.modal-footer div.col-sm-offset-1 label.modal-footer span.pull-left {
    margin-top: -2px;
    margin-top: -3px;
  }
}
@media only screen and (max-width: 480px) {
  .wt-body #formEditPoll #poll #poll-timeout span.clearfix div.col-sm-offset-1 label.clearfix span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.dl-horizontal dd div.col-sm-offset-1 label.dl-horizontal dd span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.container div.col-sm-offset-1 label.container span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.container-fluid div.col-sm-offset-1 label.container-fluid span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.row div.col-sm-offset-1 label.row span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.form-horizontal .form-group div.col-sm-offset-1 label.form-horizontal .form-group span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.btn-toolbar div.col-sm-offset-1 label.btn-toolbar span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.btn-group-vertical > .btn-group div.col-sm-offset-1 label.btn-group-vertical > .btn-group span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.panel-body div.col-sm-offset-1 label.panel-body span.pull-left,
  .wt-body #formEditPoll #poll #poll-timeout span.modal-footer div.col-sm-offset-1 label.modal-footer span.pull-left {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 480px) {
  #formEditPoll #poll .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }
}
#formEditPoll .form-group .col-sm-offset-1 {
  margin-left: 0;
  width: 100%;
}
#formEditPoll .form-group .col-sm-offset-1 .checkbox .checkbox-material {
  margin: 0;
  top: 2px;
}
#formEditPoll .form-group #poll_option_container .col-sm-8.col-sm-8 {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 480px) {
  #formEditPoll .form-group #poll_option_container .col-sm-8.col-sm-8 {
    width: calc(100% - 100px);
  }
}
#formEditPoll .form-group #poll_option_container .col-sm-1 {
  width: 90px;
  float: left;
}
@media only screen and (max-width: 480px) {
  #formEditPoll .form-group #poll_option_container .col-sm-1 {
    width: 50px;
  }
}
#formEditPoll .form-group #poll_option_container .delete-option {
  right: 0;
}
#formEditPoll #add_new_poll {
  margin-top: 1px;
  margin-top: 0;
}
#formEditPoll .checkbox {
  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: 30px;
    max-height: 70px;
  }
  #formEditPoll .post-body-wrapper .preview-post .post-body-author .display_name > .username {
    margin-bottom: 0;
  }
}
#formEditPoll .post-body-wrapper ~ .post-body-wrapper {
  margin-top: 15px;
}
#formEditPoll .username {
  margin-bottom: 10px;
}
#formEditPoll .delete-option.delete-option {
  right: 6%;
}
#formEditPoll .poll-container > .panel {
  margin-top: 10px;
}
#formEditPoll .preview-post .poll-container .poll-label .checkbox {
  margin-right: 10px;
}
.thread-list #posts-list .post-body-content,
.thread-list #posts-list .poll-container > .panel {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.thread-list #posts-list .post-body-content,
.thread-list #posts-list .poll-container > .panel {
  background: none;
  box-shadow: none;
}
.thread-list #posts-list .post-body-content {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  #formEditPoll .form-group #poll_option_container .col-sm-8 {
    max-width: 80%;
  }
  #formEditPoll span.delete-option.delete-option.delete-option {
    right: 0;
  }
  #formEditPoll .col-sm-8 + span.delete-option.delete-option.delete-option {
    right: 12%;
  }
  #formEditPoll .input-group-addon:before {
    display: none;
  }
  #formEditPoll .post-author,
  #formEditPoll .post-body-author,
  #formEditPoll .post-date {
    display: none;
  }
  #formEditPoll .panel-dropdown {
    top: 55px;
    right: 20px;
  }
  #formEditPoll .poll-container .panel.panel-default,
  #formEditPoll .poll-container .panel.panel-default > .form-group {
    margin-bottom: 0;
  }
  #formEditPoll .poll-container .panel.panel-default > .form-group:nth-child(6) {
    display: none !important;
  }
  #formEditPoll .post-body-wrapper .post-body-content {
    margin-bottom: 10px;
  }
}
.post-body-content .poll-container a {
  text-decoration: none;
}
#body-wrapper .poll-container .post-body-wrapper {
  margin: 0;
  width: 100%;
  border-radius: 15px;
}
.poll-title span.text-muted,
.poll-label + .text-muted {
  display: inline-block;
  vertical-align: top;
  text-indent: 0;
  background: #ffffff;
  float: right;
  padding: 2px 10px;
  border-radius: 10px;
  margin-left: 5px;
  font-size: 17px;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
  font-weight: bold;
}
#PostTopic #poll .checkbox span.checkbox-material {
  top: 2px;
}
#add_new_poll {
  margin-top: 4px;
  margin-top: 0;
}
#add_new_poll + .bd-wrapper span[data-i18n] {
  vertical-align: -2px;
}
@media only screen and (max-width: 480px) {
  #add_new_poll + .bd-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
#poll-timeout .radio,
#move_posts_form .radio {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
}
#formEditPoll #poll-timeout .radio,
#formEditPoll #move_posts_form .radio {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  #formEditPoll #poll-timeout .radio,
  #formEditPoll #move_posts_form .radio {
    padding-left: 0;
  }
}
#poll-timeout .radio span.check,
#move_posts_form .radio span.check,
#poll-timeout .radio span.circle,
#move_posts_form .radio span.circle {
  position: initial;
}
#poll-timeout .radio span.check,
#move_posts_form .radio span.check {
  margin-left: -15px;
  margin-right: 15px;
}
.wt-body #votersModal .modal-title {
  display: flex;
  align-items: center;
}
.wt-body #votersModal .modal-title span.help-tooltip {
  margin-top: 1%;
}
.wt-body #votersModal .modal-title i.icon-shield:before {
  top: -2px;
}
.wt-profile-page {
  position: relative;
}
.wt-profile-page .profile-content {
  width: 100%;
}
.wt-profile-page .pagination {
  margin-top: 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 {
    padding-left: 20px;
  }
}
.wt-profile-page .col-sm-9.profile-feed > form > .panel-body {
  border-top-left-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-profile-page .col-sm-9.profile-feed > form > .panel-body {
    border-top-right-radius: 0;
  }
}
.wt-profile-page > .col-sm-9.profile-feed {
  padding: 0;
  width: 100%;
  clear: both;
}
.wt-profile-page form#threadsResult .panel-body {
  border-top-left-radius: 0;
}
.wt-profile-page form#threadsResult .panel-body#main-feed .alert-info.text-center {
  margin-bottom: 0;
}
.wt-profile-page form#threadsResult .panel-body > ul {
  width: 100%;
}
.wt-profile-page form#threadsResult .panel-body > ul > li {
  margin-top: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .wt-profile-page form#threadsResult .panel-body > ul > li {
    width: calc(50% - 10px);
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li:nth-child(1),
  .wt-profile-page form#threadsResult .panel-body > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-profile-page form#threadsResult .panel-body > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li:nth-child(1) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-profile-page form#threadsResult .panel-body {
    border-top-right-radius: 0;
  }
  .wt-profile-page form#threadsResult .panel-body > ul > li {
    margin-top: 10px;
  }
}
.wt-profile-page #posts-list > .panel-body {
  border-top-left-radius: 0;
}
.wt-profile-page #posts-list > .panel-body:not(.feed-filter + .panel-body) {
  border-radius: 0 10px 0 0;
  margin-bottom: -10px;
}
.wt-profile-page #posts-list > .panel-body:has(.alert-info) ~ .panel-body {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wt-profile-page #posts-list .post-body-author > a {
    display: flex;
  }
  .wt-profile-page #posts-list #feed-main > .col-xs-12#main-feed .post-body-author {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
  }
  .wt-profile-page #posts-list #feed-main > .col-xs-12#main-feed .display_name {
    display: inline;
  }
}
.wt-profile-page #feed-main .post-body-author > strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .wt-profile-page #feed-main > .col-xs-12 .pull-left {
    float: none !important;
  }
}
.wt-profile-page > .col-sm-3.custom-field {
  float: left;
  width: 100%;
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field {
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider {
  margin: 20px 0;
  align-items: center;
  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%;
  transform: inherit;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider > span > i {
  display: inline-flex;
  padding: 0 10px;
}
.wt-profile-page .profile-content > .col-sm-3.custom-field ul.custom-list .admin-content-divider > span > i:before {
  font-size: inherit;
  top: 1px;
}
.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;
  padding: 0;
}
.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-photo {
  float: left;
  position: relative;
}
.wt-profile-page .profile-photo .image-wrapper,
.wt-profile-page .profile-photo .change-profile-pic,
.wt-profile-page .profile-photo .upload-profile-pic,
.wt-profile-page .profile-photo .black-container {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
.wt-profile-page .profile-photo .image-wrapper > i {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  bottom: -2px;
  right: -2px;
}
.wt-profile-page .profile-photo .layer-to-front.layer-to-front {
  z-index: 4;
}
.wt-profile-page .profile-photo .change-profile-pic,
.wt-profile-page .profile-photo .upload-profile-pic {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.wt-profile-page .profile-photo .change-profile-pic > a,
.wt-profile-page .profile-photo .upload-profile-pic > a {
  color: #fff;
  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 .dropdown-menu,
.wt-profile-page .profile-photo .upload-profile-pic .dropdown-menu {
  top: 50px;
  left: 10px;
}
.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;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: none;
}
.wt-profile-page .profile-photo .black-container .progress {
  width: 85%;
  height: 10px;
  margin: 30px auto;
}
.wt-profile-page .profile-photo + ul {
  float: left;
  width: 20%;
  margin-left: 10px;
  text-align: left;
  margin-top: 3px;
}
.wt-profile-page .profile-photo + ul > li:first-child > span {
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  font-size: 20px;
  color: #1885ba;
}
.wt-profile-page .profile-photo + ul > .push {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block !important;
}
.wt-profile-page .profile-photo + ul > .push > a {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 25px;
  padding: 10px 20px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.wt-profile-page .profile-photo + ul > .push > a .icon:before,
.wt-profile-page .profile-photo + ul > .push > a .glyphicon:before {
  padding: 0 10px 0 0;
}
.wt-profile-page .profile-photo + ul > .push > a:hover {
  color: #1885ba;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  border-bottom: 0;
}
.wt-profile-page .profile-photo + ul > .push > a + a {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-profile-page .profile-photo + ul {
    width: 50%;
  }
  .wt-profile-page .profile-photo + ul > .push {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .wt-profile-page .profile-photo + ul {
    width: calc(100% - 70px - 10px);
  }
  .wt-profile-page .profile-photo + ul > .push {
    display: none !important;
  }
}
.wt-profile-page #memberFullName,
.wt-profile-page #memberName,
.wt-profile-page .profile-title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-profile-page .profile-menu {
  width: 100%;
  margin-bottom: 20px;
}
.wt-profile-page .profile-menu > ul > li span.profile-label {
  color: #1885ba;
  padding-right: 10px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.wt-profile-page .profile-menu > ul > li a {
  text-decoration: underline;
}
.wt-profile-page .profile-menu > ul > li.reputation {
  position: relative;
}
.wt-profile-page .profile-menu > ul > li.reputation a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.wt-profile-page .profile-menu > ul > li,
.wt-profile-page .profile-menu > a {
  background: #ffffff;
  padding: 10px;
  color: rgba(0, 0, 0, 0.9);
  float: left;
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
}
.wt-profile-page .profile-menu > ul > li .text-muted,
.wt-profile-page .profile-menu > a .text-muted {
  color: inherit;
}
@media only screen and (min-width: 1025px) {
  .wt-profile-page .profile-menu > a {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .wt-profile-page .profile-menu > a {
    display: block !important;
  }
}
.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: 10px 0;
}
.wt-profile-page .custom-list > li .custom-field-label {
  color: #1885ba;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  display: block;
  line-height: normal;
}
.wt-profile-page .custom-list > li .custom-field-content {
  display: block;
}
.wt-profile-page .custom-list > li a {
  text-decoration: underline;
}
.wt-profile-page .custom-list > li:not(:first-child) {
  margin-top: 20px;
}
.wt-profile-page .custom-list .icon-shield:before {
  padding: 0;
  opacity: 0.5;
  font-size: 80%;
  top: -1px;
}
.wt-profile-page .albums-list {
  border-top: 1px solid #cfd8e3;
  padding-top: 20px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.wt-profile-page .albums-list .panel-heading {
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.wt-profile-page .albums-list .panel-heading li {
  float: left;
}
.wt-profile-page .albums-list .panel-heading li a {
  color: rgba(0, 0, 0, 0.9);
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.wt-profile-page .albums-list .panel-heading li a:hover {
  color: #12658d;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .wt-profile-page .albums-list .panel-heading li {
    float: none !important;
  }
}
.wt-profile-page .albums-list .panel-body {
  background: none;
  border: none;
  padding: 0px;
  border-radius: 0;
  overflow: hidden;
}
.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: 50%;
  }
  .wt-profile-page .albums-list .panel-body li:nth-child(odd) {
    padding-right: 5px;
  }
  .wt-profile-page .albums-list .panel-body li:nth-child(even) {
    padding-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 15px;
  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: #fff;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wt-profile-page .albums-list .album-wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  border-radius: 10px;
}
.wt-profile-page .albums-list .album-wrapper:hover:before {
  display: none;
}
.im-icon {
  background: url(/images/forum1/im-sprite.png) no-repeat;
  background-size: 140px;
  display: inline-block;
  width: 20px;
  height: 25px;
  vertical-align: middle;
}
.im-icon.skype {
  background-position: 0 1px;
}
.im-icon.icq {
  background-position: -36px 0;
}
.im-icon.jabber {
  background-position: -57px 0;
}
.im-icon.aol {
  background-position: -17px 0;
}
.im-icon.yahoo {
  background-position: -98px 0;
  padding: 0 0 0 25px;
}
.im-icon.gtalk {
  background-position: -124px 0;
}
.im-icon.wlm {
  background-position: -75px 0;
}
#bannedUserAlert,
#userDeletedProfileWarning {
  display: flex;
  align-items: flex-start;
}
#bannedUserAlert:before,
#userDeletedProfileWarning:before {
  top: 8px;
}
#bannedUserAlert > span,
#userDeletedProfileWarning > span {
  display: inline-block;
  margin-top: 5px;
}
#bannedUserAlert > .unBanUser,
#userDeletedProfileWarning > .unBanUser,
#bannedUserAlert > #undeleteUserLink,
#userDeletedProfileWarning > #undeleteUserLink {
  margin-left: 10px;
}
#search_posts_menu {
  display: flex;
  align-items: center;
}
#search_posts_menu ul {
  margin-right: auto;
}
.wt-categories .start-new-topic-btn {
  display: none !important;
}
.wt-categories .start-new-topic-btn.start-new-topic-btn {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wt-categories .start-new-topic-btn {
    display: block !important;
  }
}
.wt-categories #markCategoryAsRead {
  margin-bottom: 10px;
}
.wt-categories .panel {
  margin-bottom: 0;
}
.wt-categories .panel + .panel,
.wt-categories .panel ~ .panel {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .wt-categories #forums .panel-body > ul > li {
    width: 100%;
    margin-right: 0;
  }
  #body-wrapper .wt-categories #forums .panel-body > ul > li:nth-child(4) {
    margin-top: 20px;
  }
  .wt-categories #forums .panel-body > ul > li[id^="forum_"] {
    width: calc(33.33% - 14px);
    margin-right: 20px;
  }
  .wt-categories #forums .panel-body > ul > li[id^="forum_"]:nth-child(3n) {
    margin-right: 0;
  }
}
.wt-categories #forums .panel-body > ul > li .alert.alert-info p {
  margin: 0;
}
#body-wrapper .wt-categories .panel-body .panel-heading {
  padding: 20px 0;
  margin-top: 30px;
  background: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
}
#body-wrapper .wt-categories .panel-body .panel-heading:nth-child(1) {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
#body-wrapper .wt-categories .panel-body .panel-heading h4 {
  color: #1885ba;
  font-family: Arial, Helvetica, sans-serif;
}
#hidden_forum {
  margin-top: 10px;
  clear: both;
}
#hidden_forum #modify_forum_filter {
  color: #1885ba;
}
#hidden_forum #modify_forum_filter:hover {
  color: #12658d;
}
#moderators-list {
  margin-top: 10px;
  clear: both;
  float: left !important;
}
@media only screen and (max-width: 480px) {
  #filter-modal form[name="filtered"] a#apply_forum_filter,
  #filter-modal form[name="filtered"] a#clear_forum_filter {
    margin-left: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}
#category_list .tab-content {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background: #f1f5fa;
  padding: 20px;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #category_list .tab-content {
    padding: 10px;
  }
}
#category_list .tab-content .panel-body {
  background: none;
  border: none;
  padding: 0px;
  border-radius: 0;
}
#category_list .tab-content ~ .single-nav {
  margin-top: 20px;
}
.wt-topics .start-new-topic-btn {
  display: none !important;
}
.wt-topics .start-new-topic-btn.start-new-topic-btn {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wt-topics .start-new-topic-btn {
    display: block !important;
  }
}
.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;
  }
}
#moderators-list .icon-shield:before {
  padding: 0;
}
#reply_options2 [id^="attachmentContainer_"] {
  display: flex;
  align-items: center;
}
.calendar-header {
  clear: both;
  margin-bottom: 20px;
}
.calendar-header:after {
  content: " ";
  display: table;
  clear: both;
}
.calendar-header > .col-md-12 {
  display: flex;
  padding: 0;
  margin: 0;
}
.calendar-header .calendar-select {
  order: 1;
  width: 180px;
  margin-right: 10px;
}
.calendar-header .calendar-select input.fakeinput.fakeinput {
  font-size: 20px;
  padding-right: 25px;
}
.calendar-header .calendar-select #calendarList,
.calendar-header .calendar-select .fakeinput {
  background: #f1f5fa;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: none;
  box-shadow: none;
  text-transform: none;
  border-radius: 15px !important;
}
.calendar-header .calendar-select #calendarList:hover,
.calendar-header .calendar-select .fakeinput:hover,
.calendar-header .calendar-select #calendarList:focus,
.calendar-header .calendar-select .fakeinput:focus {
  background: #dee8f3;
}
.calendar-header .calendar-select #calendarList:active,
.calendar-header .calendar-select .fakeinput:active {
  background: #d0d3d9;
  border-color: #b4b8c2;
}
.calendar-header .calendar-select .dropdownjs::after {
  top: -3px;
}
.calendar-header .calendar-select ~ .calendar-mode {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .calendar-header .calendar-select ~ .calendar-mode .btn-group {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-header .calendar-select ~ .calendar-mode .btn-group .btn {
    font-size: 14px;
  }
}
.calendar-header .calendar-mode {
  order: 2;
  width: 100px;
  overflow: visible;
  position: relative;
  margin-right: 190px;
}
.calendar-header .calendar-mode > .btn-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
  background: #f1f5fa;
}
@media (max-width: 340px) {
  .calendar-header .calendar-mode > .btn-group {
    min-width: fit-content;
    padding-right: 8px;
  }
}
.calendar-header .calendar-mode > .btn-group #weeklyView {
  display: flex;
  align-items: center;
}
.calendar-header .calendar-mode > .btn-group > .btn {
  background: #f1f5fa;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: none;
  box-shadow: none;
  text-transform: none;
  border-radius: 15px !important;
  flex: 1 100%;
  order: 2;
  text-align: left;
  transition: order 999999s;
  transition-delay: 999999s;
  border: none !important;
  border-radius: 0 !important;
  margin: 0;
  background: none;
}
.calendar-header .calendar-mode > .btn-group > .btn:hover,
.calendar-header .calendar-mode > .btn-group > .btn:focus {
  background: #dee8f3;
}
.calendar-header .calendar-mode > .btn-group > .btn:active {
  background: #d0d3d9;
  border-color: #b4b8c2;
}
.calendar-header .calendar-mode > .btn-group > .btn:hover {
  color: #1885ba;
}
.calendar-header .calendar-mode > .btn-group > .btn.active {
  color: rgba(0, 0, 0, 0.9);
  order: 1;
  pointer-events: none;
}
.calendar-header .calendar-mode > .btn-group > .btn a {
  color: inherit;
}
.calendar-header .calendar-mode > .btn-group.open {
  height: 108px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
}
.calendar-header .calendar-mode > .btn-group.all.open {
  height: 144px;
}
.calendar-header .calendar-mode > .btn-group:after {
  position: absolute;
  right: 10px;
  z-index: 2;
  padding: 0;
  top: -2px;
  line-height: 42px;
  font-size: 8px;
}
.calendar-header .calendar-mode > .btn-group:not(.open):hover,
.calendar-header .calendar-mode > .btn-group:not(.open):focus {
  background: #dee8f3;
}
.calendar-header .calendar-nav {
  order: 3;
  flex: 1;
  text-align: center;
  margin: 0;
}
.calendar-header .calendar-nav .btn {
  background: #f1f5fa;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: none;
  box-shadow: none;
  text-transform: none;
  border-radius: 15px !important;
}
.calendar-header .calendar-nav .btn:hover,
.calendar-header .calendar-nav .btn:focus {
  background: #dee8f3;
}
.calendar-header .calendar-nav .btn:active {
  background: #d0d3d9;
  border-color: #b4b8c2;
}
.calendar-header .calendar-nav .btn:not(.jump-today-btn) {
  background: none;
  font-size: 24px;
}
.calendar-header .calendar-nav .btn .icon:before {
  top: -4px;
}
.calendar-header .calendar-nav > .btn-group {
  position: static;
}
.calendar-header .calendar-nav .calendar_date_detail {
  display: block !important;
  pointer-events: none;
}
.calendar-header .calendar-nav .calendar_date_detail .text-muted {
  color: inherit;
}
.calendar-header .calendar-nav .jump-today-btn {
  position: absolute;
  right: 228px;
  top: 0;
  right: 243px;
}
.calendar-header .calendar-add-event {
  order: 4;
  width: 280px;
}
.calendar-header .calendar-add-event > .btn {
  background: #f1f5fa;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: none;
  box-shadow: none;
  text-transform: none;
  border-radius: 15px !important;
  float: right;
  width: 140px;
}
.calendar-header .calendar-add-event > .btn:hover,
.calendar-header .calendar-add-event > .btn:focus {
  background: #dee8f3;
}
.calendar-header .calendar-add-event > .btn:active {
  background: #d0d3d9;
  border-color: #b4b8c2;
}
.calendar-header .calendar-add-event > .btn:after {
  content: attr(data-original-title);
  margin-left: 10px;
}
.calendar-header .calendar-add-event > a[data-original-title] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calendar-today {
  float: left;
  width: 100%;
  position: relative;
}
.calendar-today .dropdown {
  position: absolute;
  right: 150px;
  top: -56px;
}
.calendar-today .dropdown.open .tooltip {
  display: none !important;
}
.calendar-today a.dropdown-toggle {
  background: #f1f5fa;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: none;
  box-shadow: none;
  text-transform: none;
  border-radius: 15px !important;
  display: block;
  display: flex;
  align-items: center;
  font-size: 0;
}
.calendar-today a.dropdown-toggle:hover,
.calendar-today a.dropdown-toggle:focus {
  background: #dee8f3;
}
.calendar-today a.dropdown-toggle:active {
  background: #d0d3d9;
  border-color: #b4b8c2;
}
.calendar-today a.dropdown-toggle:before {
  content: "Go to";
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .calendar-today a.dropdown-toggle:before {
    font-size: 14px;
  }
}
.calendar-today a.dropdown-toggle .caret {
  color: inherit;
  margin-left: 5px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.calendar-today .dropdown-menu {
  padding: 20px;
  width: 255px;
  max-width: calc(100vw - 65px);
}
.calendar-today .dropdown-menu .form-group {
  display: block;
}
.calendar-today .dropdown-menu .form-group label {
  color: #1885ba;
}
.calendar-today .dropdown-menu .btn {
  padding: 5px;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px), only screen and (max-width: 1199px) and (min-width: 992px) {
  .calendar-today .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) {
  .calendar-header .calendar-select {
    width: 50px;
  }
  .calendar-header .calendar-select input.fakeinput.fakeinput {
    font-size: 16px;
    text-indent: 50px;
  }
  .calendar-header .calendar-select .dropdownjs:before {
    content: '\e80d';
    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;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    line-height: 36px;
  }
  .calendar-header .calendar-select ~ .calendar-mode {
    margin-right: 20px;
  }
  .calendar-header .calendar-mode {
    margin-right: 90px;
  }
  .calendar-header .calendar-nav .jump-today-btn {
    position: absolute;
    right: 124px;
    top: 0;
    right: 140px;
  }
  .calendar-header .calendar-add-event {
    width: 182px;
  }
  .calendar-header .calendar-add-event > .btn {
    width: 36px;
  }
  .calendar-header .calendar-add-event > .btn:after {
    display: none;
  }
  .calendar-today .dropdown {
    right: 46px;
  }
  .calendar-today .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-header {
    margin-top: 50px;
  }
  .calendar-header .calendar-mode {
    flex: 1;
    margin-right: 0 !important;
  }
  .calendar-header .calendar-nav {
    flex: 0;
    width: 0;
  }
  .calendar-header .calendar-nav > .btn-group {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    margin-top: -50px;
  }
  .calendar-header .calendar-nav > .btn-group > .btn {
    display: inline-block !important;
    float: none;
  }
  .calendar-header .calendar-nav > .btn-group .jump-today-btn {
    top: 50px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 350px) {
  .calendar-header .calendar-nav > .btn-group .jump-today-btn {
    display: none !important;
  }
}
#calendarList ~ .dropdownjs {
  display: flex;
  align-items: center;
}
#calendarList ~ .dropdownjs:after {
  top: auto;
}
@media only screen and (max-width: 767px) {
  #calendarList ~ .dropdownjs {
    font-size: 14px;
  }
}
.calendar.container {
  position: relative;
}
.calendar .this-day {
  box-shadow: inset 0 0 0 1px #5cb85c;
}
.calendar .this-week {
  box-shadow: 0px 0px 0px 1px #5cb85c;
  border-radius: 20px;
}
.calendar .calendar-month {
  border-collapse: collapse;
  border-style: hidden;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
}
.calendar .calendar-month th {
  padding: 10px;
  font-weight: normal;
  text-align: right;
  background: #f1f5fa;
  color: rgba(0, 0, 0, 0.9);
}
.calendar .calendar-month th a {
  pointer-events: none;
  color: inherit;
}
.calendar .calendar-month td {
  border: 1px solid #ffffff;
}
.calendar .calendar-month td.ends {
  color: rgba(0, 0, 0, 0.2);
}
.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;
}
.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: #1885ba;
  clear: both;
  margin: 5px 0;
  float: left;
  width: calc(100% - -1px);
}
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-first {
  width: 90%;
  margin-right: -1px;
  float: right;
  border-radius: 15px 0 0 15px;
}
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-last {
  width: 90%;
  border-radius: 0 15px 15px 0;
}
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-solo,
.calendar .calendar-month td .calendar-details > .events .ranged.ranged-solo {
  width: calc(100% - 10px);
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.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(-5px, 11px);
  background: #ffffff;
}
.calendar .calendar-month td .calendar-details > .events .ranged > a {
  color: white;
}
.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,
.calendar .calendar-month td .calendar-details > .events .ranged-solo > a:before {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  float: left;
  background: #1885ba;
  transform: translate(-5px, 6px);
  transform: translate(-5px, 11px);
}
.calendar .calendar-month td .calendar-details > .events .recurring > a:before {
  padding: 0 5px 0 0;
}
.calendar .calendar-month td .calendar-details > .birthdays .birthdays-wrapper > a {
  display: block;
  padding: 0 5px;
}
.calendar .calendar-month td .calendar-details > .birthdays .birthdays-wrapper > a .icon,
.calendar .calendar-month td .calendar-details > .birthdays .birthdays-wrapper > a .glyphicon {
  float: left;
}
.calendar .calendar-month td .calendar-details > .birthdays .birthdays-wrapper > a .icon:before,
.calendar .calendar-month td .calendar-details > .birthdays .birthdays-wrapper > a .glyphicon:before {
  font-size: 120%;
  top: 1px;
}
.calendar .calendar-month td .calendar-details > .birthdays .birthdays-wrapper > a .userBirthday {
  float: left;
  max-width: calc(100% - 45px);
}
.calendar .calendar-month #weeks_5 > td:first-child {
  border-bottom-left-radius: 15px;
}
.calendar .calendar-month #weeks_5 > td:last-child {
  border-bottom-right-radius: 15px;
}
.calendar .calendar-mini {
  table-layout: fixed;
  border-collapse: inherit;
  border-spacing: 0;
  float: left;
  position: static;
}
.calendar .calendar-mini td {
  height: 40px;
}
.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: #1885ba;
}
.calendar .calendar-mini .calendar-mini-week td[data-i18n] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calendar .calendar-detail-wrapper {
  width: 100%;
}
.calendar .calendar-day-wrapper.weekly,
.calendar .calendar-day-wrapper.wt-day-view {
  width: 100%;
}
.calendar .calendar-day-wrapper.weekly .calendar-mini,
.calendar .calendar-day-wrapper.wt-day-view .calendar-mini {
  width: 30%;
  padding: 20px;
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  margin-bottom: 20px;
}
.calendar .calendar-day-wrapper.weekly .calendar-detail-wrapper,
.calendar .calendar-day-wrapper.wt-day-view .calendar-detail-wrapper {
  width: calc(70% - 20px);
  margin-left: 20px;
  float: right;
  padding: 20px;
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
}
.calendar .calendar-day-wrapper.wt-day-view .calendar-detail-wrapper > hr:last-child {
  display: none;
}
.calendar .calendar-day-wrapper.weekly .calendar-detail-wrapper.weekly {
  padding: 0;
}
.calendar .calendar-day-wrapper.weekly .calendar-detail-wrapper.weekly table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 20px;
  border-collapse: unset;
}
.calendar .calendar-day-wrapper.weekly td > a:not([href]) {
  cursor: default;
}
.calendar .calendar-day-wrapper.weekly td[align="right"] {
  padding: 10px 0;
  width: 40px;
  line-height: normal;
  width: 50px;
}
.calendar .calendar-day-wrapper.weekly td[align="right"] span {
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  text-transform: uppercase;
  font-size: 23px;
}
.calendar .calendar-day-wrapper.weekly td[align="right"] a {
  display: block;
  font-size: 34px;
  color: inherit;
}
.calendar .calendar-day-wrapper.weekly tr:nth-child(1) .week-list {
  background: #deede8;
}
.calendar .calendar-day-wrapper.weekly tr:nth-child(2) .week-list {
  background: #ebe3f0;
}
.calendar .calendar-day-wrapper.weekly tr:nth-child(3) .week-list {
  background: #f1e8ed;
}
.calendar .calendar-day-wrapper.weekly tr:nth-child(4) .week-list {
  background: #f3eddd;
}
.calendar .calendar-day-wrapper.weekly tr:nth-child(5) .week-list {
  background: #daecf6;
}
.calendar .calendar-day-wrapper.weekly tr:nth-child(6) .week-list {
  background: #ecf0d9;
}
.calendar .calendar-day-wrapper.weekly tr:nth-child(7) .week-list {
  background: #e8ebf4;
}
.calendar .calendar-day-wrapper.weekly .week-list {
  border-radius: 20px;
  width: 100%;
}
.calendar .calendar-day-wrapper.weekly .week-list .listed_event {
  padding: 20px;
}
.calendar .calendar-day-wrapper.weekly .week-list .listed_event .show_week_events:not(:empty) a {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  background: #1885ba;
  color: #ffffff;
  clear: both;
  margin: 5px -1px 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0 calc(20px - 5px);
  display: block;
  border-radius: 15px;
}
.calendar .calendar-day-wrapper.weekly .week-list .listed_event a {
  color: #1885ba;
}
.calendar .calendar-day-wrapper.weekly .week-list .listed_event a:before {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  background: #ffffff;
  margin-right: 10px;
  transform: translateY(-1px);
}
.calendar .wt-yearly-view {
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  padding: 10px;
  border-radius: 10px;
}
.calendar .wt-yearly-view .calendar-mini {
  border: 10px solid transparent;
  width: 33.33%;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
}
.calendar .wt-yearly-view .calendar-mini .text-muted,
.calendar .wt-yearly-view .calendar-mini a,
.calendar .wt-yearly-view .calendar-mini h1,
.calendar .wt-yearly-view .calendar-mini h2,
.calendar .wt-yearly-view .calendar-mini h3,
.calendar .wt-yearly-view .calendar-mini h4,
.calendar .wt-yearly-view .calendar-mini h5,
.calendar .wt-yearly-view .calendar-mini h6,
.calendar .wt-yearly-view .calendar-mini .h1,
.calendar .wt-yearly-view .calendar-mini .h2,
.calendar .wt-yearly-view .calendar-mini .h3,
.calendar .wt-yearly-view .calendar-mini .h4,
.calendar .wt-yearly-view .calendar-mini .h5,
.calendar .wt-yearly-view .calendar-mini .h6 {
  color: inherit;
}
.calendar .wt-yearly-view .calendar-mini .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
.calendar .wt-yearly-view .calendar-mini .checkbox .checkbox-material .check {
  border-color: #fff;
}
.calendar .wt-yearly-view .calendar-mini .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
.calendar .wt-yearly-view .calendar-mini .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
.calendar .wt-yearly-view .calendar-mini .checkbox .check {
  background: transparent;
}
.calendar .wt-yearly-view .calendar-mini a.wt-topic-tag,
.calendar .wt-yearly-view .calendar-mini span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.calendar .wt-yearly-view .calendar-mini tbody {
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
}
.calendar .wt-yearly-view .calendar-mini a {
  color: #1885ba;
}
.calendar .wt-yearly-view .calendar-mini .badge {
  border-color: #1885ba;
}
.calendar .wt-yearly-view .calendar-mini .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
.calendar .wt-yearly-view .calendar-mini .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.calendar .wt-yearly-view .calendar-mini .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
.calendar .wt-yearly-view .calendar-mini .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.calendar .wt-yearly-view .calendar-mini .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
.calendar .wt-yearly-view .calendar-mini td a:after {
  background: #ffffff;
}
.calendar .wt-yearly-view .calendar-mini .month td {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.calendar.week-day .subheading {
  margin-bottom: 20px;
}
.calendar.week-day .col-sm-3.left-side {
  width: auto;
  float: left;
}
.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;
  float: left;
  width: calc(100% - 36px - 10px);
}
@media only screen and (max-width: 767px) {
  .calendar.week-day .col-sm-9.right-side {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) {
  .calendar .calendar-day-wrapper.weekly .calendar-mini,
  .calendar .calendar-day-wrapper.wt-day-view .calendar-mini {
    float: left;
    width: 100%;
  }
  .calendar .calendar-day-wrapper.weekly .calendar-detail-wrapper,
  .calendar .calendar-day-wrapper.wt-day-view .calendar-detail-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@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%;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .calendar-month th {
    padding: 10px 0;
    text-align: center;
  }
  .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,
  .calendar .calendar-month td .calendar-details > .birthdays {
    display: none;
  }
  .calendar .calendar-month .has-event .day:after {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: block;
    margin: auto;
    margin-top: -5px;
    background: #1885ba;
  }
  .calendar .wt-yearly-view .calendar-mini {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .calendar .calendar-day-wrapper.weekly .calendar-mini,
  .calendar .calendar-day-wrapper.wt-day-view .calendar-mini {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .calendar-add-event > .btn {
    font-size: 14px;
  }
}
.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), only screen and (max-width: 1199px) and (min-width: 992px) {
  .calendar .calendar-add-event > .btn + .tooltip {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .calendar .calendar-month td .calendar-details .day {
    font-size: 16px;
  }
}
#memberListFrm .panel-title h2 .dropdown {
  float: right;
  margin-left: 20px;
}
#memberListFrm .panel-body > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#memberListFrm .panel-body > ul > li {
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border: 1px solid #1885ba;
}
#memberListFrm .panel-body > ul > li .text-muted,
#memberListFrm .panel-body > ul > li a,
#memberListFrm .panel-body > ul > li h1,
#memberListFrm .panel-body > ul > li h2,
#memberListFrm .panel-body > ul > li h3,
#memberListFrm .panel-body > ul > li h4,
#memberListFrm .panel-body > ul > li h5,
#memberListFrm .panel-body > ul > li h6,
#memberListFrm .panel-body > ul > li .h1,
#memberListFrm .panel-body > ul > li .h2,
#memberListFrm .panel-body > ul > li .h3,
#memberListFrm .panel-body > ul > li .h4,
#memberListFrm .panel-body > ul > li .h5,
#memberListFrm .panel-body > ul > li .h6 {
  color: inherit;
}
#memberListFrm .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
#memberListFrm .panel-body > ul > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
#memberListFrm .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
#memberListFrm .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
#memberListFrm .panel-body > ul > li .checkbox .check {
  background: transparent;
}
#memberListFrm .panel-body > ul > li a.wt-topic-tag,
#memberListFrm .panel-body > ul > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
#memberListFrm .panel-body > ul > li a {
  color: #1885ba;
}
#memberListFrm .panel-body > ul > li .badge {
  border-color: #1885ba;
}
#memberListFrm .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
#memberListFrm .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
#memberListFrm .panel-body > ul > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
#memberListFrm .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
#memberListFrm .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
@media only screen and (min-width: 1025px) {
  #memberListFrm .panel-body > ul > li {
    width: calc(33.33% - 14px);
  }
  #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;
  }
  #memberListFrm .panel-body > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #memberListFrm .panel-body > ul > li {
    width: calc(25% - 15px);
  }
  #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;
  }
  #memberListFrm .panel-body > ul > li:nth-child(3n) {
    margin-right: 20px;
  }
  #memberListFrm .panel-body > ul > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #memberListFrm .panel-body > ul > li {
    width: calc(50% - 10px);
  }
  #memberListFrm .panel-body > ul > li:nth-child(1),
  #memberListFrm .panel-body > ul > li:nth-child(2) {
    margin-top: 0;
  }
  #memberListFrm .panel-body > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #memberListFrm .panel-body > ul > li {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  #memberListFrm .panel-body > ul > li:nth-child(1) {
    margin-top: 0;
  }
}
#memberListFrm .panel-body > ul > li:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
#memberListFrm .panel-body > ul > li {
  padding-right: 45px;
}
#memberListFrm .panel-body > ul > li .left-side {
  float: left;
}
#memberListFrm .panel-body > ul > li .left-side > .image-wrapper {
  display: inline-block;
  margin-right: 10px;
  float: right;
}
#memberListFrm .panel-body > ul > li .left-side > .checkbox,
#memberListFrm .panel-body > ul > li .left-side > .entry-checkbox {
  position: absolute;
  top: 20px;
  right: 20px;
}
#memberListFrm .panel-body > ul > li .right-side {
  float: none;
}
#memberListFrm .panel-body > ul > li .right-side > .username > strong {
  font-size: 23px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  font-weight: normal;
}
#memberListFrm .panel-body > ul > li .right-side > .text-muted {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
#memberListFrm .panel-body > ul > li .right-side > .text-muted > .pull-left {
  float: none !important;
}
@media only screen and (max-width: 767px) {
  #memberListFrm .panel-body > ul > li {
    padding-right: 35px !important;
  }
  #memberListFrm .panel-body > ul > li .left-side > .image-wrapper {
    margin-left: 0;
  }
  #memberListFrm .panel-body > ul > li .left-side > .checkbox,
  #memberListFrm .panel-body > ul > li .left-side > .entry-checkbox {
    top: 10px;
    right: 10px;
  }
  #memberListFrm .panel-body > ul > li .right-side {
    width: calc(100% - 70px);
  }
}
#memberListFrm .panel-body > ul label.checkbox {
  margin: 0;
}
#memberListFrm .panel-body > ul > li .right-side {
  float: left;
  display: flex;
  flex-direction: column;
  width: calc(100% - 46px);
}
#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: 3px;
  width: 100%;
}
#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 .panel-body strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #memberListFrm .panel-body {
    box-shadow: none;
  }
}
@media only screen and (min-width: 1025px) {
  #memberListFrm .panel-heading {
    position: relative;
    display: flex;
    gap: 100px;
  }
  #memberListFrm .panel-heading > ul {
    max-width: 100% !important;
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #memberListFrm .panel-heading > ul::-webkit-scrollbar {
    display: none;
  }
  #memberListFrm .panel-heading .mod {
    display: flex;
    min-width: 145px;
    justify-content: flex-end;
    align-items: center;
  }
  #memberListFrm .panel-heading .mod span {
    margin: 0 !important;
    max-width: 145px;
  }
  #memberListFrm .panel-heading .mod span::before {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  #memberListFrm .panel-heading:has(.mod) .fade-mask {
    margin-right: 245px;
  }
}
#allMembersSorting {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin: 0 -5px 10px;
}
#allMembersSorting a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin: 5px;
  color: inherit;
  border-radius: 50%;
}
#allMembersSorting a.active {
  background: #ffffff;
  font-weight: bold;
}
#allMembersSorting a:hover {
  background: #ffffff;
}
@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);
    border-radius: 10px;
  }
}
.wt-inbox-page .main-container {
  margin-bottom: 0;
}
.messages {
  min-height: 400px;
}
.messages.container {
  padding-top: 0;
  padding-bottom: 0;
}
.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 .mod-tools {
  display: none !important;
}
.messages .messages-list {
  width: 30%;
  float: left;
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  padding-bottom: 10px;
  border-radius: 10px;
}
.messages .messages-list .feed-filter {
  display: block;
}
.messages .messages-list .feed-filter a.mod-tools-icon {
  margin-right: 10px;
}
.messages .messages-list .feed-filter a.mod-tools-icon .glyphicon:before {
  padding: 0;
  font-size: 23px;
  top: 3px;
  opacity: 1;
}
.messages .messages-list .select_allbox_checkbox_container {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.messages .messages-list .checkbox {
  margin: 0;
}
#body-wrapper .messages .messages-list .entry-checkbox,
#body-wrapper .messages .messages-list #select_allbox {
  margin: 3px 0px;
  z-index: 3;
  pointer-events: auto;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
#body-wrapper .messages .messages-list #select_allbox + .checkbox-material {
  top: 2px;
  top: 3px;
}
.messages #pmsg_inbox_listing {
  width: 100%;
  overflow-y: auto;
  padding: 0 10px;
}
.messages #pmsg_inbox_listing > li {
  list-style-type: none;
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  background: #ffffff;
  margin: 0 0 10px;
  border-radius: 10px;
}
.messages #pmsg_inbox_listing > li:first-child {
  margin-top: 10px;
}
.messages #pmsg_inbox_listing > li > a {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  border-left: 3px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
}
.messages #pmsg_inbox_listing > li.unread > a {
  border-left-color: #1885ba;
}
.messages #pmsg_inbox_listing > li.unread > a .conversation-subject {
  max-width: calc(100% - 30px);
}
.messages #pmsg_inbox_listing > li .col-xs-6 {
  width: calc(100% - 76px);
}
.messages #pmsg_inbox_listing > li span[id^="pms_subject_"] {
  color: rgba(0, 0, 0, 0.9);
}
.messages #pmsg_inbox_listing > li strong[id^="user_name_"] {
  width: 53%;
}
.messages #pmsg_inbox_listing > li .conversation-users {
  font-weight: normal;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: calc(100% - 75px);
}
.messages #pmsg_inbox_listing > li > a:hover {
  -webkit-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .messages #pmsg_inbox_listing > li.active > a {
    -webkit-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
    -moz-box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
    box-shadow: 0 3px 12px 0px rgba(24, 133, 186, 0.5);
  }
}
.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: 33px;
  margin-top: 5px;
}
.messages #pmsg_inbox_listing > li time {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.7;
}
.messages #pmsg_inbox_listing > p {
  margin: 10px 0;
  padding: 20px 10px;
  text-align: center;
  background: #dee0e4;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  border-radius: 10px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.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 {
  float: left;
  width: 100%;
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
}
.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 .message-entry {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  color: #fff;
}
.messages #show_current_conversation .message-entry .text-muted,
.messages #show_current_conversation .message-entry a,
.messages #show_current_conversation .message-entry h1,
.messages #show_current_conversation .message-entry h2,
.messages #show_current_conversation .message-entry h3,
.messages #show_current_conversation .message-entry h4,
.messages #show_current_conversation .message-entry h5,
.messages #show_current_conversation .message-entry h6,
.messages #show_current_conversation .message-entry .h1,
.messages #show_current_conversation .message-entry .h2,
.messages #show_current_conversation .message-entry .h3,
.messages #show_current_conversation .message-entry .h4,
.messages #show_current_conversation .message-entry .h5,
.messages #show_current_conversation .message-entry .h6 {
  color: inherit;
}
.messages #show_current_conversation .message-entry .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
.messages #show_current_conversation .message-entry .checkbox .checkbox-material .check {
  border-color: #fff;
}
.messages #show_current_conversation .message-entry .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
.messages #show_current_conversation .message-entry .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
.messages #show_current_conversation .message-entry .checkbox .check {
  background: transparent;
}
.messages #show_current_conversation .message-entry a.wt-topic-tag,
.messages #show_current_conversation .message-entry span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.messages #show_current_conversation .message-entry .post-body-wrapper {
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
}
.messages #show_current_conversation .message-entry a {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry .badge {
  border-color: #1885ba;
}
.messages #show_current_conversation .message-entry .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
.messages #show_current_conversation .message-entry .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
.messages #show_current_conversation .message-entry .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.messages #show_current_conversation .message-entry .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry .text-muted,
.messages #show_current_conversation .message-entry a,
.messages #show_current_conversation .message-entry h1,
.messages #show_current_conversation .message-entry h2,
.messages #show_current_conversation .message-entry h3,
.messages #show_current_conversation .message-entry h4,
.messages #show_current_conversation .message-entry h5,
.messages #show_current_conversation .message-entry h6,
.messages #show_current_conversation .message-entry .h1,
.messages #show_current_conversation .message-entry .h2,
.messages #show_current_conversation .message-entry .h3,
.messages #show_current_conversation .message-entry .h4,
.messages #show_current_conversation .message-entry .h5,
.messages #show_current_conversation .message-entry .h6 {
  color: inherit;
}
.messages #show_current_conversation .message-entry .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
.messages #show_current_conversation .message-entry .checkbox .checkbox-material .check {
  border-color: #fff;
}
.messages #show_current_conversation .message-entry .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
.messages #show_current_conversation .message-entry .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
.messages #show_current_conversation .message-entry .checkbox .check {
  background: transparent;
}
.messages #show_current_conversation .message-entry a.wt-topic-tag,
.messages #show_current_conversation .message-entry span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.messages #show_current_conversation .message-entry .post-arrow {
  border-right-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
}
.messages #show_current_conversation .message-entry a {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry .badge {
  border-color: #1885ba;
}
.messages #show_current_conversation .message-entry .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
.messages #show_current_conversation .message-entry .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
.messages #show_current_conversation .message-entry .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.messages #show_current_conversation .message-entry .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry.wt-first-message-divider {
  margin-top: 10px;
}
.messages #show_current_conversation .message-entry > .post-author {
  padding-right: 16px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.messages #show_current_conversation .message-entry > .post-author .image-wrapper {
  margin: 0;
}
.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 - 20px - 36px - 20px - 20px);
  position: relative;
  padding: 5px 8px;
  border-radius: 0 15px 15px 0;
}
.messages #show_current_conversation .message-entry > .post-body-wrapper .post-attachments > li {
  color: inherit;
}
.messages #show_current_conversation .message-entry.wt-first-message-divider:not(.sent) .post-body-wrapper {
  border-top-left-radius: 15px;
}
.messages #show_current_conversation .message-entry.wt-last-message-divider:not(.sent) .post-body-wrapper {
  border-bottom-left-radius: 15px;
}
.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: 20px;
  font-weight: normal;
}
.messages #show_current_conversation .message-entry .post-body-content {
  margin: 0;
  float: left;
  max-width: 100%;
  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;
  text-align: right;
  font-style: inherit;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: -2px;
  margin-right: 5px;
}
.messages #show_current_conversation .message-entry em > time {
  font-size: 18px;
  opacity: 0.7;
}
.messages #show_current_conversation .message-entry > .alert {
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
.messages #show_current_conversation .message-entry > .alert.left-conversation:before {
  top: 0;
}
.messages #show_current_conversation .message-entry > .alert.left-conversation .text-info {
  margin: 9px 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation .message-entry > .alert.left-conversation .text-info {
    display: 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: #5bc0de;
  color: #fff;
  margin-left: 5px;
}
@media (max-width: 518px) {
  .messages #show_current_conversation .message-entry > .alert.left-conversation #joinConversation {
    margin-left: 0;
    float: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation .message-entry > .alert.left-conversation #joinConversation {
    margin-left: 0;
    float: left !important;
  }
}
.messages #show_current_conversation .message-entry .post-arrow {
  border-right: 12px solid #f1f5fa;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 40px;
  top: 12px;
}
.messages #show_current_conversation .message-entry.sent {
  color: #fff;
}
.messages #show_current_conversation .message-entry.sent > .post-author {
  float: right !important;
  padding-right: 0;
  padding-left: 16px;
}
.messages #show_current_conversation .message-entry.sent .post-arrow {
  border-left: 12px solid #f1f5fa;
  border-right: 0;
  left: 0px;
}
.messages #show_current_conversation .message-entry.sent .text-muted,
.messages #show_current_conversation .message-entry.sent a,
.messages #show_current_conversation .message-entry.sent h1,
.messages #show_current_conversation .message-entry.sent h2,
.messages #show_current_conversation .message-entry.sent h3,
.messages #show_current_conversation .message-entry.sent h4,
.messages #show_current_conversation .message-entry.sent h5,
.messages #show_current_conversation .message-entry.sent h6,
.messages #show_current_conversation .message-entry.sent .h1,
.messages #show_current_conversation .message-entry.sent .h2,
.messages #show_current_conversation .message-entry.sent .h3,
.messages #show_current_conversation .message-entry.sent .h4,
.messages #show_current_conversation .message-entry.sent .h5,
.messages #show_current_conversation .message-entry.sent .h6 {
  color: inherit;
}
.messages #show_current_conversation .message-entry.sent .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
.messages #show_current_conversation .message-entry.sent .checkbox .checkbox-material .check {
  border-color: #fff;
}
.messages #show_current_conversation .message-entry.sent .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
.messages #show_current_conversation .message-entry.sent .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
.messages #show_current_conversation .message-entry.sent .checkbox .check {
  background: transparent;
}
.messages #show_current_conversation .message-entry.sent a.wt-topic-tag,
.messages #show_current_conversation .message-entry.sent span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.messages #show_current_conversation .message-entry.sent .post-arrow {
  border-left-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
}
.messages #show_current_conversation .message-entry.sent a {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry.sent .badge {
  border-color: #1885ba;
}
.messages #show_current_conversation .message-entry.sent .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
.messages #show_current_conversation .message-entry.sent .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry.sent .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
.messages #show_current_conversation .message-entry.sent .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.messages #show_current_conversation .message-entry.sent .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
.messages #show_current_conversation .message-entry.sent .post-body-wrapper {
  background: rgba(24, 133, 186, 0.1) !important;
}
.messages #show_current_conversation .message-entry.sent .post-arrow {
  border-left-color: rgba(24, 133, 186, 0.1) !important;
}
.messages #show_current_conversation .message-entry.sent > .post-body-wrapper {
  float: right !important;
  border-radius: 15px 0 0 15px;
}
.messages #show_current_conversation .message-entry.sent.wt-first-message-divider .post-body-wrapper {
  border-top-right-radius: 15px;
}
.messages #show_current_conversation .message-entry.sent.wt-last-message-divider .post-body-wrapper {
  border-bottom-right-radius: 15px;
}
.messages #show_current_conversation .message-entry.sent .post-body {
  float: right;
}
.messages #show_current_conversation #current_msg_details {
  padding: 10px;
  border-bottom: 1px solid #cfd8e3;
  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: 25px;
}
.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: 36px;
  overflow: hidden;
  padding-right: 52px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation #current_msg_details > h4 {
    height: 41px;
  }
}
.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: 5px;
  }
}
.messages #show_current_conversation #current_msg_details > h4 .user_token_container .user_token a.display_fullname:not(.popover a.display_fullname) {
  padding-left: 5px;
}
.messages #show_current_conversation #current_msg_details > h4 .user-list-collapse-icon {
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  float: left;
  cursor: pointer;
  border: 2px solid #cfd8e3;
  position: absolute;
  top: 9px;
  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(0, 0, 0, 0.4);
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  margin-left: 4px;
}
.messages #show_current_conversation #current_msg_details > h4 #hiddenMembersCount {
  user-select: none;
  font-size: 17px;
  opacity: 0.8;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 12px;
  line-height: 1.4;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation #current_msg_details > h4 #hiddenMembersCount {
    top: 18px;
    top: 14.5px;
  }
}
.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 #delete_curr_conversation {
  font-size: 22px;
  margin-right: -10px;
  margin-top: 2px;
}
.messages #show_current_conversation #delete_curr_conversation + .tooltip .tooltip-inner {
  position: absolute;
  right: -20px;
}
.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 #cfd8e3;
  position: relative;
}
.messages #show_current_conversation .reply-entry-wrapper .mce-tinymce {
  border: 0 !important;
  background: none;
}
.messages #show_current_conversation .reply-entry-wrapper .mce-tinymce > .mce-container-body {
  display: flex;
  flex-direction: column;
}
.messages #show_current_conversation .reply-entry-wrapper .mce-tinymce .mce-top-part {
  order: 3;
  margin: 10px 0 0;
}
.messages #show_current_conversation .reply-entry-wrapper .mce-tinymce .mce-edit-area {
  order: 1;
  border: 0;
  margin: -8px;
}
.messages #show_current_conversation .reply-entry-wrapper .mce-tinymce .mce-statusbar {
  order: 2;
}
.messages #show_current_conversation .reply-entry-wrapper [id^="attachmentContainer_"] a {
  padding: 3px 6px 4px;
  margin-right: 2px;
  margin-top: 3px;
  border: 0;
  color: rgba(0, 0, 0, 0.5);
}
.messages #show_current_conversation .reply-entry-wrapper [id^="attachmentContainer_"] a:hover {
  color: #1885ba;
}
.messages #show_current_conversation .reply-entry-wrapper [id^="attachmentContainer_"] i {
  line-height: normal;
}
.messages #show_current_conversation .reply-entry-wrapper [id^="attachmentContainer_"] i:before {
  font-size: 85%;
  opacity: 1;
}
.messages #show_current_conversation .reply-entry-wrapper [id^="image_button_"] {
  display: inline-block;
}
.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: -30px;
  padding-right: 10px;
  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;
  gap: 4px;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) {
  position: relative;
  padding: 5px;
  height: 51px;
  min-width: 0;
  float: left;
  border-radius: 10px;
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) .file-type-sprite + span {
  width: calc(100% - 70px) !important;
}
.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-right {
  font-size: 0;
  width: auto;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right {
    top: 15px;
  }
}
.messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .pull-right .glyphicon-trash:before {
  font-size: 17px;
  line-height: initial;
  padding: 0;
  opacity: 0.85;
  top: 0;
}
.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) > .col-sm-2 .file-size {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .messages #show_current_conversation .reply-entry-wrapper .post-attachments > li:not(.inline-video-container) > .col-sm-4 {
    margin-top: 15px !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: 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: 0;
  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: 6px;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry {
  width: 100%;
  margin-top: 0;
  padding: 10px;
  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;
  min-height: 0;
  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 #reply_msg_button {
  line-height: 1;
  position: relative;
  margin-top: -3px;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry [id^="attachmentContainer_"] a {
  margin-top: -1px;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry > .post-author {
  display: none !important;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry > .post-body-wrapper {
  width: 100%;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry .mce-tinymce,
.messages #show_current_conversation .reply-entry-wrapper .reply-entry .mce-tinymce .popover {
  border-radius: 15px;
}
.messages #show_current_conversation .reply-entry-wrapper .reply-entry #attachmentContainer_reply {
  float: left !important;
}
.messages #show_current_conversation .editor-container .spinner {
  top: 32%;
}
.messages #show_current_conversation .mceEditor {
  background: transparent;
  border: none;
}
.messages .no-message {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 80px;
}
.messages .no-message > i {
  opacity: 0.5;
  font-size: 100px;
  vertical-align: bottom;
}
.messages .send_new_pmsg {
  height: auto;
  width: auto;
  text-align: center;
  padding: 0px 6px 2px;
  border-radius: 5px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .messages .send_new_pmsg {
    margin-top: 3px;
  }
}
.messages .send_new_pmsg .glyphicon-plus:before {
  padding: 0;
}
.messages .send_new_pmsg + .tooltip > .tooltip-inner {
  position: absolute;
  right: -20px;
}
.messages .hidePanel {
  display: none !important;
}
.messages .feed-filter,
.messages .push > .dropdown {
  display: none;
  float: left;
  width: 100%;
  padding: 10px 20px;
}
.messages .feed-filter .dropdown-toggle,
.messages .push > .dropdown .dropdown-toggle {
  font-size: 25px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.messages .feed-filter > .dropdown {
  display: flex;
  align-items: flex-start;
}
.messages .feed-filter > .dropdown > .select_allbox_checkbox_container {
  order: 1;
  margin-top: -7px;
}
.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 {
  background: #ffffff;
  padding: 10px;
  margin: 0 auto 10px;
  display: block;
  color: #1885ba;
  text-align: center;
  border-radius: 25px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .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 .scrollable-area-wrap {
    display: flex;
    flex-direction: column;
  }
  .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: 80px;
    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 (min-width: 768px) and (max-width: 1024px) {
  .messages #pmsg_inbox_listing {
    font-size: 95%;
  }
}
@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%;
    padding: 0;
  }
  .messages #show_current_conversation .scrollable-area {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .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 #current_msg_details > h3 {
    padding-left: 25px;
  }
  .messages #show_current_conversation .message-entry > .post-author {
    padding-right: 5px;
  }
  .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 .message-entry .post-body-wrapper.post-body-wrapper.post-body-wrapper {
    border-radius: 0 15px 15px 0;
  }
  .messages #show_current_conversation .message-entry.wt-last-message-divider:not(.sent) .post-body-wrapper.post-body-wrapper.post-body-wrapper {
    border-bottom-left-radius: 15px;
  }
  .messages #show_current_conversation .message-entry.sent .post-body-wrapper.post-body-wrapper.post-body-wrapper {
    border-radius: 15px 0 0 15px;
  }
  .messages #show_current_conversation .message-entry.sent.wt-first-message-divider .post-body-wrapper.post-body-wrapper.post-body-wrapper {
    border-top-right-radius: 15px;
  }
  .messages #show_current_conversation .reply-entry-wrapper .post-attachments {
    white-space: nowrap;
    width: 100%;
    margin: 0 !important;
    padding: 10px 0 5px 0 !important;
    flex-wrap: nowrap;
  }
  .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 .feed-filter,
  .messages .push > .dropdown {
    background: #dee0e4;
    border-radius: 10px 10px 0 0;
  }
  .messages .push > .dropdown {
    padding: 10px;
  }
  .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 .messages-list .feed-filter .dropdown {
  align-items: center;
}
.messages #pmsg_list .messages-list .feed-filter .dropdown > .send_new_pmsg {
  font-size: 20px;
  padding-top: 0;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .messages #pmsg_list .messages-list .feed-filter .dropdown > .send_new_pmsg {
    padding-top: 3px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .messages #pmsg_list .messages-list .feed-filter .dropdown .profile-active {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .messages #pmsg_list .messages-list .feed-filter a.mod-tools-icon {
    margin-right: 0;
  }
}
.messages #pmsg_list .messages-list .feed-filter a.mod-tools-icon .glyphicon:before {
  top: 0px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .messages #pmsg_list .messages-list .feed-filter a.mod-tools-icon .glyphicon:before {
    top: 1px;
    font-size: 20px;
  }
}
#modalNewMessage #attachmentContainer_pmsDialog .pull-right {
  display: flex;
  align-items: center;
}
.first-post.preview-post .tab-content {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background: #f1f5fa;
  padding: 20px;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
  border-radius: 10px;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  .first-post.preview-post .tab-content {
    padding: 10px;
  }
}
.first-post.preview-post .tab-content .panel {
  padding: 20px;
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
  border-radius: 10px;
}
.first-post.preview-post .tab-content .panel > .panel-body {
  background: none;
  border: none;
  padding: 0px;
  border-radius: 0;
}
.first-post.preview-post > .post-author {
  display: none;
}
.first-post.preview-post .post-body-wrapper {
  padding: 0;
  width: 100%;
}
.first-post.preview-post .post-body {
  width: 100%;
}
.first-post.preview-post #message-options#message-options {
  float: right;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.first-post.preview-post #message-options#message-options .custom-checkbox label.control-label {
  align-items: center;
  display: flex;
  border-radius: 100%;
  min-width: 35px;
  min-height: 35px;
}
.first-post.preview-post #message-options#message-options .custom-checkbox label.control-label .checkbox {
  padding-top: 3px;
}
.first-post.preview-post #message-options#message-options .custom-checkbox label.control-label .checkbox > input:checked ~ .checkbox-material {
  border-radius: 100%;
  border: 1px solid #1885ba;
  background: #aadcf4;
}
@media only screen and (max-width: 767px) {
  .first-post.preview-post #message-options#message-options {
    display: block;
  }
}
.first-post.preview-post [id^="attachmentContainer_"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.first-post.preview-post [id^="attachmentContainer_"] a {
  float: left;
  padding: 2px 10px;
  text-decoration: none;
}
.first-post.preview-post [id^="attachmentContainer_"] a ~ a {
  border-left: 1px solid #ddd;
}
.first-post.preview-post [id^="attachmentContainer_"] a:hover,
.first-post.preview-post [id^="attachmentContainer_"] a:focus {
  color: #1885ba;
}
.first-post.preview-post [id^="attachmentContainer_"] i {
  font-size: 26px;
}
.first-post.preview-post [id^="attachmentContainer_"] i:before {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .first-post.preview-post [id^="attachmentContainer_"] {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .first-post.preview-post [id^="attachmentContainer_"] {
    margin-right: auto;
  }
}
.first-post.preview-post .custom-checkbox {
  display: inline-block;
  vertical-align: middle;
}
.first-post.preview-post .custom-checkbox > span {
  float: left;
  margin-right: 5px;
}
.first-post.preview-post .custom-checkbox > span:first-child {
  margin-left: 20px;
}
.first-post.preview-post .custom-checkbox > span:last-child {
  margin-right: 0;
}
.first-post.preview-post .custom-checkbox .control-label {
  padding: 4px 10px;
  border: 2px solid #dee4ea;
  border-radius: 20px;
}
.first-post.preview-post .custom-checkbox .control-label i:before {
  padding-left: 0;
}
.first-post.preview-post .custom-checkbox .control-label .checkbox {
  padding-top: 0;
}
.first-post.preview-post .custom-checkbox .control-label .text-muted {
  display: none;
}
.first-post.preview-post .form-group > .col-md-9 {
  width: 75%;
}
.first-post.preview-post #g-recaptcha {
  margin-bottom: 0;
}
@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 #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 .tt-dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
@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,
  .first-post.preview-post #save_poll,
  .first-post.preview-post #pollPreviewSbt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
#post_row_0 #first_coloumn_ {
  margin-bottom: 50px;
}
.container.settings .panel-default {
  margin: 0;
}
.container.settings .panel-default .panel-body {
  box-shadow: none;
  border: 0;
  background-color: #ffffff;
}
.container.settings .panel-default hr {
  visibility: hidden;
}
.container.settings .panel-default .subheading {
  padding: 0;
  border: none;
}
.container.settings .panel-default:first-child .panel-title h2 {
  display: none !important;
}
.container.settings .panel-default .nav-tabs {
  display: block !important;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .container.settings .panel:nth-child(2) .panel-body {
    border-top-right-radius: 10px;
  }
}
.container.settings .panel + .alert {
  margin: 20px;
  width: calc(100% - 20px - 20px);
  outline: 15px solid #f1f5fa;
  outline-offset: 5px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12), 0 0 0 15px #f1f5fa;
}
@media only screen and (max-width: 767px) {
  .container.settings .panel + .alert {
    margin: 10px;
    width: calc(100% - 10px - 10px);
    outline: 7px solid #f1f5fa;
    outline-offset: 3px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12), 0 0 0 10px #f1f5fa;
  }
}
.container.settings > .panel:not(:first-child),
.container.settings > form > .panel {
  position: relative;
  padding: 20px;
  border-bottom: 0;
  background: #f1f5fa;
  border-radius: 0;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
}
.container.settings > .panel:not(:first-child) #connect-account,
.container.settings > form > .panel #connect-account {
  position: absolute;
  background: #dee0e4;
  top: 83px;
  right: 49px;
  padding: 40px;
  border-radius: 10px;
}
.container.settings > .panel:not(:first-child) #connect-account > span,
.container.settings > form > .panel #connect-account > span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.container.settings > .panel:not(:first-child) #connect-account:nth-child(2):last-child,
.container.settings > form > .panel #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:not(:first-child) #connect-account,
  .container.settings > form > .panel #connect-account {
    position: static;
    width: 100%;
    padding: 1.5em;
  }
}
.container.settings > .panel:not(:first-child) #connect-account small,
.container.settings > form > .panel #connect-account small {
  display: block;
  margin-top: 10px;
}
.container.settings > .panel:nth-child(2) {
  border-top-right-radius: 10px;
}
.container.settings > .panel:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (min-width: 1025px) {
  .container.settings #usrName,
  .container.settings #usrPwd,
  .container.settings #usrEmail {
    max-width: 36%;
  }
}
.container.settings #usrName > .editable,
.container.settings #usrPwd > .editable,
.container.settings #usrEmail > .editable {
  display: inline-block;
}
.container.settings #usrName .change-value-message small.icon-shield,
.container.settings #usrPwd .change-value-message small.icon-shield,
.container.settings #usrEmail .change-value-message small.icon-shield {
  font-size: 85%;
}
.container.settings #usrName .change-value-message small.icon-shield:before,
.container.settings #usrPwd .change-value-message small.icon-shield:before,
.container.settings #usrEmail .change-value-message small.icon-shield:before {
  padding-left: 0;
}
.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,
.container.settings #usrName .editable-container ~ span.change-value-message.change-value-message,
.container.settings #usrPwd .editable-container ~ span.change-value-message.change-value-message,
.container.settings #usrEmail .editable-container ~ span.change-value-message.change-value-message {
  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,
  .container.settings #usrName span.change-value-message,
  .container.settings #usrPwd span.change-value-message,
  .container.settings #usrEmail span.change-value-message {
    display: none !important;
  }
  .container.settings #usrName:hover a.change-value,
  .container.settings #usrPwd:hover a.change-value,
  .container.settings #usrEmail:hover a.change-value,
  .container.settings #usrName:hover span.change-value-message,
  .container.settings #usrPwd:hover span.change-value-message,
  .container.settings #usrEmail:hover span.change-value-message {
    display: inline-block !important;
  }
}
.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;
  text-transform: none;
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) > .btn + .btn {
  margin-left: 20px;
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) > .btn .ripple-container {
  display: none !important;
}
.container.settings .btn-group:not([id^="clickedtotoggle"], [id^="followedContentOptions"]) .checkbox-material {
  margin-right: 0;
}
.container.settings .form-group .col-sm-offset-2 {
  margin-bottom: 0;
}
.container.settings .form-group label {
  font-weight: normal;
}
.container.settings .panel-default:last-child .alert {
  margin: 0;
}
.container.settings #clickedtotoggle.btn-group {
  min-width: 450px;
}
@media only screen and (max-width: 767px) {
  .container.settings #clickedtotoggle.btn-group {
    min-width: 353px;
  }
  .container.settings #clickedtotoggle.btn-group > .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1px;
    border-bottom: 0;
    padding: 0 20px !important;
    border: 2px solid #cfd8e3;
    border-radius: 15px;
  }
  .container.settings #clickedtotoggle.btn-group > .btn.active {
    border-color: #1885ba;
  }
  .container.settings #clickedtotoggle.btn-group > .btn .ripple-container {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .container.settings #clickedtotoggle.btn-group {
    min-width: 0px;
  }
  .container.settings #clickedtotoggle.btn-group > .btn {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
  }
}
@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: 160px;
  }
  .container.settings .col-xs-10.col-sm-offset-2 {
    margin-left: 160px;
  }
}
.container.settings .table-responsive .form-horizontal {
  padding: 0;
  box-shadow: none;
}
.container.settings .form-horizontal .control-label {
  padding-bottom: 7px;
}
.container.settings .switch > div {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .container.settings .switch {
    margin: 0px;
  }
  .container.settings .switch > label {
    display: none;
  }
  .container.settings .email-section .btn {
    margin-bottom: 0;
    border-top: 0;
    width: auto;
    border-radius: 0;
    text-align: left;
  }
  .container.settings .email-section .btn-group > .btn + .btn,
  .container.settings .email-section .btn-group > .btn {
    margin: 0;
  }
}
.container.settings #preference .email-section .btn-group .btn-wth .btn {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container.settings #preference .email-section .btn-group .btn-wth .btn {
    padding: 0 10px;
  }
}
.container.settings #preference .email-section .btn-group .btn-wth .btn .checkbox {
  padding-top: 0;
}
.container.settings #preference .email-section .col-xs-3.control-label {
  padding-top: 0;
  margin-top: -3px;
}
.container.settings #preference .checkbox-material {
  top: 0;
  top: 3px;
}
.container.settings .email-section .btn-group .btn-wth {
  width: 100%;
  float: left;
}
@media (max-width: 600px) {
  .container.settings .email-section .btn-group .btn-wth {
    width: 100%;
  }
}
.container.settings .email-section .btn-group .btn-wth .btn {
  background: none;
  border: none;
  padding: 0;
}
.container.settings .email-section .pull-left {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.container.settings .email-section .btn-wth {
  margin: 0 0 20px 0;
  float: left;
}
.container.settings .email-section .btn-wth .togglebutton {
  margin: 0 15px 0 0;
}
.container.settings .email-section .btn-wth .togglebutton .switch {
  margin: 0 20px 0 0;
  display: flex;
  height: 20px;
  margin-top: 2px;
}
@media only screen and (max-width: 1025px) {
  .container.settings .email-section .btn-wth .togglebutton .switch ~ span {
    display: flex;
  }
}
.container.settings .email-section .btn-wth .followed_content {
  margin: 0 15px 0 0;
  float: left;
}
.container.settings .email-section .btn-wth #followedContentOptions {
  margin-top: -12px;
  margin-top: -8px;
}
@media only screen and (max-width: 1199px) {
  .container.settings .email-section .btn-wth #followedContentOptions {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .container.settings .email-section .btn-wth #followedContentOptions {
    margin-top: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth #followedContentOptions .btn {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .container.settings .email-section .btn-wth #followedContentOptions label.btn {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container.settings .form-group.toggle-switch.wt-push-notification-section label.control-label {
    padding: 0;
  }
  .container.settings .form-group.toggle-switch.wt-push-notification-section .togglebutton {
    margin: 0 !important;
  }
}
.container.settings .toggle-switch.form-group > div {
  margin-bottom: 0;
  padding-top: 10px;
}
.container.settings .toggle-switch.form-group.is-focused label {
  color: inherit;
}
.container.settings .togglebutton label .toggle.toggle {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .container.settings > .panel:nth-child(2) {
    border-top-left-radius: 10px;
  }
  .container.settings .email-section .btn-group > .btn {
    width: 100%;
    margin-bottom: 0;
    border-top: 0;
    border-radius: 0;
    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) {
    padding-bottom: 10px;
  }
  .container.settings .toggle-switch:not(.two-fa-toggle-wrapper).form-group > div {
    width: 50px;
    padding-top: 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);
    margin: 0;
    padding: 3px 0 0;
  }
  .container.settings .toggle-switch:not(.two-fa-toggle-wrapper) .togglebutton label .toggle {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container.settings div.two-fa-toggle-wrapper label.col-xs-3.control-label {
    font-size: 18px;
  }
}
@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: 5px;
  }
  #body-wrapper .toggle-switch.two-fa-toggle-wrapper .togglebutton {
    padding-bottom: 7px;
    margin-top: -3px;
  }
  #body-wrapper .toggle-switch .togglebutton {
    padding-bottom: 7px;
    margin-top: 12px;
  }
  #body-wrapper .toggle-switch.two-fa-toggle-wrapper:not(:last-of-type) > div {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .container.settings .alert-danger:before {
    display: table-cell;
  }
}
@media only screen and (max-width: 767px) {
  .container.settings #connect-account .social_login_btn {
    font-size: 14px;
  }
}
.wt-browser-icon {
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  vertical-align: -0.25em;
  margin-right: 10px;
  background-size: 100%;
}
.wt-browser-icon.default_browser {
  background-image: url(/images/browser.svg);
}
.wt-browser-icon.chrome {
  background-image: url(/images/chrome.svg);
}
.wt-browser-icon.mozilla {
  background-image: url(/images/mozilla.svg);
}
.wt-browser-icon.safari {
  background-image: url(/images/safari.svg);
}
.wt-browser-icon.ie {
  background-image: url(/images/ie.svg);
}
.wt-browser-icon.opera {
  background-image: url(/images/opera.svg);
}
.wt-browser-icon.brave {
  background-image: url(/images/brave.svg);
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue .col-xs-12 > .pull-left {
    float: left !important;
  }
}
.container > #approval_queue .panel:nth-child(2) {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background: #f1f5fa;
  padding: 20px;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue .panel:nth-child(2) {
    padding: 10px;
  }
}
.container > #approval_queue .panel:nth-child(2) .panel-body {
  background: none;
  border: none;
  padding: 0px;
  border-radius: 0;
}
.container > #approval_queue .panel:nth-child(2) .panel-body > ul,
.container > #approval_queue .panel:nth-child(2) .panel-body > #feed-main {
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
}
.container > #approval_queue .panel:nth-child(2) .panel-body .reported-users #who-all {
  display: flex;
  flex-wrap: nowrap;
}
.container > #approval_queue .panel:nth-child(2) .panel-body .reported-users #who-all > .col {
  min-width: 175px;
  max-width: 280px;
  margin-top: 0;
}
.container > #approval_queue .panel:nth-child(2) .panel-body .reported-users #who-all > .col .image-wrapper.mini {
  margin-right: 5px;
}
.container > #approval_queue .panel:nth-child(2) .panel-body .reported-users #who-all > .col:nth-child(3n) {
  margin-right: 20px;
}
.container > #approval_queue .panel:nth-child(2) .panel-body .reported-users:not(.modal-body) #who-all > li:nth-child(2n) {
  margin-right: 20px;
}
.container > #approval_queue .panel:nth-child(2) .panel-body .reported-users:not(.modal-body) #who-all > li:last-child {
  margin-right: 0 !important;
}
.container > #approval_queue .subheading {
  line-height: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .container > #approval_queue .subheading .checkbox {
    margin: 0;
    font-size: 14px;
  }
}
.container > #approval_queue #posts_list,
.container > #approval_queue #pendingMembers,
.container > #approval_queue #reportedPostsList,
.container > #approval_queue #pending_edit {
  margin-bottom: 30px;
}
.container > #approval_queue #feed-main {
  width: 100%;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border: 1px solid #1885ba;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .text-muted,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li a,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li h1,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li h2,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li h3,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li h4,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li h5,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li h6,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .h1,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .h2,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .h3,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .h4,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .h5,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .h6 {
  color: inherit;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox .check {
  background: transparent;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li a.wt-topic-tag,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li a {
  color: #1885ba;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .badge {
  border-color: #1885ba;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
@media only screen and (min-width: 1025px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    width: calc(33.33% - 14px);
  }
  .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;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    width: calc(25% - 15px);
  }
  .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;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(3n) {
    margin-right: 20px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    width: calc(50% - 10px);
  }
  .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;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(1) {
    margin-top: 0;
  }
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
  padding-right: 45px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side {
  float: left;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side > .image-wrapper {
  display: inline-block;
  margin-right: 10px;
  float: right;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side > .checkbox,
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side > .entry-checkbox {
  position: absolute;
  top: 20px;
  right: 20px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side {
  float: none;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .username > strong {
  font-size: 23px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
  font-weight: normal;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side > .text-muted > .pull-left {
  float: none !important;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    padding-right: 35px !important;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side > .image-wrapper {
    margin-left: 0;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side > .checkbox,
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li .left-side > .entry-checkbox {
    top: 10px;
    right: 10px;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side {
    width: calc(100% - 70px);
  }
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 label.checkbox {
  margin: 0;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
  padding-right: 25px !important;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li {
    margin-right: 0!important;
    margin-top: 10px !important;
    width: 100%;
  }
  .container > #approval_queue #pendingMembers > ul.col-sm-12 > li:nth-child(1) {
    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(50% - 10px);
  }
  .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;
  }
  .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(3n) {
    margin-right: 20px;
    margin-top: 20px;
  }
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 .member-name {
  display: block;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 > li .right-side {
  position: static;
  float: left;
  width: calc(100% - 130px);
}
.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: 40px;
}
.container > #approval_queue #pendingMembers > ul.col-sm-12 a[id^="approveMember_"] {
  transform: translateX(-100%);
}
@media only screen and (max-width: 767px) {
  .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^="approveMember_"],
  .container > #approval_queue #pendingMembers > ul.col-sm-12 a[id^="deleteMember_"] {
    top: 10px;
    right: 30px;
  }
}
.container > #approval_queue .right-side a.alert {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
}
.container > #approval_queue .right-side a.alert-success {
  color: #5cb85c !important;
}
.container > #approval_queue .right-side a.alert-danger {
  color: #d9534f !important;
}
.container > #approval_queue .right-side a.alert-gray {
  color: #777777 !important;
}
.container > #approval_queue .right-side a.alert:before {
  display: none;
}
.container > #approval_queue .right-side a.alert i {
  background: #eeeeee;
  margin-right: 8px;
  display: block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
}
.container > #approval_queue .right-side a.alert i:before {
  padding: 0;
}
.container > #approval_queue .post-edit a.alert i {
  font-size: 16px;
  width: 27px;
  height: 27px;
  line-height: 28px;
}
.container > #approval_queue textarea#declineReasonText {
  min-width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.container > #approval_queue .display_name > .display_username {
  font-style: italic;
}
#postheader ~ .container > #approval_queue {
  margin-top: -20px;
}
.container > #approval_queue #approveMembers #events_list .editable-input {
  margin-right: 10px;
  width: calc(100% - 87px);
}
.container > #approval_queue #approveMembers #events_list .editable-buttons {
  margin: 0;
  right: 15px;
  position: absolute;
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .container > #approval_queue #approveMembers #events_list .editable-buttons {
    right: 5px;
    right: -8px;
  }
}
.container > #approval_queue #approveMembers #events_list form.editableform .control-group.form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.container > #approval_queue #approveMembers .post-edit {
  display: flex;
  align-items: center;
}
.container > #approval_queue #approveMembers .post-edit label.checkbox {
  order: 4;
}
.container > #approval_queue .post-date .display_name a {
  font-size: 20px;
}
.container > #approval_queue #events_list .post-date:before {
  padding-right: 2px;
  top: -1px;
}
.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 .post-body > .panel-dropdown {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.reported-users {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.reported-users h2.reported-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.reported-users #who-all .col > a {
  float: left;
  display: flex;
  margin-top: 2px;
  width: calc(100% - 50px);
}
.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 ~ span.option {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 42px);
  display: inline-block;
}
.reported-users #who-all .col > a ~ time {
  margin-left: 5px;
  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%;
}
.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),
  .reported-users #who-all .col.reported-user:nth-child(5) {
    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: 1330px) {
  .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: 1140px) {
  .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: 860px) {
  .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;
  }
}
.reported-users.modal-body {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .reported-users:not(.modal-body) #who-all > li.col:nth-child(1) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(1),
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(2),
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(3) {
    display: block;
  }
}
@media only screen and (max-width: 1499px) {
  .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;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 1025px) {
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(2) {
    display: none;
  }
  .left-ads-available .reported-users #who-all .col.reported-user:nth-child(2) ~ .remaining-users {
    display: block !important;
  }
}
.album-wrapper {
  display: block !important;
  position: relative;
  background: inherit;
}
.album-wrapper > a {
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-color: #eeeeee;
  border-radius: 10px;
}
.album-menu {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: inherit;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 0.2px 1px 0 rgba(0, 0, 0, 0.12);
}
.album-menu > a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
}
.album-menu > a .caret {
  margin: 0;
}
.album-menu .dropdown-menu {
  left: auto;
  right: 0;
}
.album-menu .dropdown-menu a {
  color: rgba(0, 0, 0, 0.9);
}
.album-wrapper:hover .album-menu {
  display: block;
}
.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: #777777;
  color: #555555;
}
.album-edit textarea {
  height: auto !important;
  resize: none;
  margin-top: 10px;
  border-radius: 10px;
}
.captionArea,
#captionArea {
  resize: none !important;
  width: 100% !important;
  border: 1px solid;
  padding: 10px;
  background: none;
  color: inherit !important;
}
.captionArea::-moz-placeholder,
#captionArea::-moz-placeholder {
  color: inherit !important;
}
.captionArea:-ms-input-placeholder,
#captionArea:-ms-input-placeholder {
  color: inherit !important;
}
.captionArea::-webkit-input-placeholder,
#captionArea::-webkit-input-placeholder {
  color: inherit !important;
}
.captionArea::-moz-placeholder,
#captionArea::-moz-placeholder {
  color: inherit !important;
}
.captionArea:-ms-input-placeholder,
#captionArea:-ms-input-placeholder {
  color: inherit !important;
}
.captionArea::-webkit-input-placeholder,
#captionArea::-webkit-input-placeholder {
  color: inherit !important;
}
.inline_edit_textbox {
  width: 100%;
  padding: 2px;
  border: 0;
  background: none;
  color: rgba(0, 0, 0, 0.7);
}
.inline_edit_textbox::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inline_edit_textbox:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inline_edit_textbox::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inline_edit_textbox::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inline_edit_textbox:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inline_edit_textbox::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inline_edit_textbox:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1px;
  background: none;
}
.wt-albums .panel-heading,
.wt-single-album .panel-heading,
.wt-album-single-photo .panel-heading {
  float: left;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  background: #f1f5fa;
  border: 1px solid #cfd8e3;
  border-bottom: 0;
}
.wt-albums .panel-heading > ul,
.wt-single-album .panel-heading > ul,
.wt-album-single-photo .panel-heading > ul {
  display: flex;
  align-items: center;
}
.wt-albums .panel-heading li.active,
.wt-single-album .panel-heading li.active,
.wt-album-single-photo .panel-heading li.active {
  flex: 1 auto;
  font-size: 23px;
  font-family: 'Sniglet', Comic Sans MS, sans-serif;
}
.wt-albums .panel-heading a,
.wt-single-album .panel-heading a,
.wt-album-single-photo .panel-heading a {
  color: rgba(0, 0, 0, 0.9);
}
.wt-albums .panel-heading a:hover,
.wt-single-album .panel-heading a:hover,
.wt-album-single-photo .panel-heading a:hover,
.wt-albums .panel-heading a:focus,
.wt-single-album .panel-heading a:focus,
.wt-album-single-photo .panel-heading a:focus {
  color: #1885ba;
}
.wt-albums .panel-heading li:not(:first-child) a,
.wt-single-album .panel-heading li:not(:first-child) a,
.wt-album-single-photo .panel-heading li:not(:first-child) a {
  padding: 10px 20px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  display: block;
  border-radius: 20px;
}
.wt-albums .panel-heading li:not(:first-child) a .glyphicon:before,
.wt-single-album .panel-heading li:not(:first-child) a .glyphicon:before,
.wt-album-single-photo .panel-heading li:not(:first-child) a .glyphicon:before,
.wt-albums .panel-heading li:not(:first-child) a .icon:before,
.wt-single-album .panel-heading li:not(:first-child) a .icon:before,
.wt-album-single-photo .panel-heading li:not(:first-child) a .icon:before {
  padding: 0 5px 0 0;
  vertical-align: text-top;
}
.wt-albums .panel-heading li:not(:first-child) a:hover,
.wt-single-album .panel-heading li:not(:first-child) a:hover,
.wt-album-single-photo .panel-heading li:not(:first-child) a:hover {
  color: #1885ba;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  border-bottom: 0;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .wt-albums .panel-heading li:not(:first-child) a,
  .wt-single-album .panel-heading li:not(:first-child) a,
  .wt-album-single-photo .panel-heading li:not(:first-child) a {
    font-size: 0;
  }
  .wt-albums .panel-heading li:not(:first-child) a .glyphicon:before,
  .wt-single-album .panel-heading li:not(:first-child) a .glyphicon:before,
  .wt-album-single-photo .panel-heading li:not(:first-child) a .glyphicon:before,
  .wt-albums .panel-heading li:not(:first-child) a .icon:before,
  .wt-single-album .panel-heading li:not(:first-child) a .icon:before,
  .wt-album-single-photo .panel-heading li:not(:first-child) a .icon:before {
    font-size: 23px;
    padding: 0;
  }
  .wt-albums .panel-heading li:not(:first-child):not(.pull-right) > a:before,
  .wt-single-album .panel-heading li:not(:first-child):not(.pull-right) > a:before,
  .wt-album-single-photo .panel-heading li:not(:first-child):not(.pull-right) > 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;
    content: '\e859';
    padding: 0;
    font-size: 23px;
  }
}
.wt-albums .panel-body,
.wt-single-album .panel-body,
.wt-album-single-photo .panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  border-top: 0;
}
.wt-albums .panel-body > ul,
.wt-single-album .panel-body > ul {
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
  border-radius: 10px;
  padding: 20px;
  float: left;
  width: 100%;
}
.wt-albums .panel-body > ul > li,
.wt-single-album .panel-body > ul > li {
  padding: 10px;
  float: left;
  background: #f1f5fa;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
}
.wt-albums .panel-body > ul > li .text-muted,
.wt-single-album .panel-body > ul > li .text-muted,
.wt-albums .panel-body > ul > li a,
.wt-single-album .panel-body > ul > li a,
.wt-albums .panel-body > ul > li h1,
.wt-single-album .panel-body > ul > li h1,
.wt-albums .panel-body > ul > li h2,
.wt-single-album .panel-body > ul > li h2,
.wt-albums .panel-body > ul > li h3,
.wt-single-album .panel-body > ul > li h3,
.wt-albums .panel-body > ul > li h4,
.wt-single-album .panel-body > ul > li h4,
.wt-albums .panel-body > ul > li h5,
.wt-single-album .panel-body > ul > li h5,
.wt-albums .panel-body > ul > li h6,
.wt-single-album .panel-body > ul > li h6,
.wt-albums .panel-body > ul > li .h1,
.wt-single-album .panel-body > ul > li .h1,
.wt-albums .panel-body > ul > li .h2,
.wt-single-album .panel-body > ul > li .h2,
.wt-albums .panel-body > ul > li .h3,
.wt-single-album .panel-body > ul > li .h3,
.wt-albums .panel-body > ul > li .h4,
.wt-single-album .panel-body > ul > li .h4,
.wt-albums .panel-body > ul > li .h5,
.wt-single-album .panel-body > ul > li .h5,
.wt-albums .panel-body > ul > li .h6,
.wt-single-album .panel-body > ul > li .h6 {
  color: inherit;
}
.wt-albums .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn,
.wt-single-album .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
.wt-albums .panel-body > ul > li .checkbox .checkbox-material .check,
.wt-single-album .panel-body > ul > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
.wt-albums .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check,
.wt-single-album .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
.wt-albums .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
.wt-single-album .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
.wt-albums .panel-body > ul > li .checkbox .check,
.wt-single-album .panel-body > ul > li .checkbox .check {
  background: transparent;
}
.wt-albums .panel-body > ul > li a.wt-topic-tag,
.wt-single-album .panel-body > ul > li a.wt-topic-tag,
.wt-albums .panel-body > ul > li span.wt-topic-tag,
.wt-single-album .panel-body > ul > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.wt-albums .panel-body > ul > li a,
.wt-single-album .panel-body > ul > li a {
  color: #1885ba;
}
.wt-albums .panel-body > ul > li .badge,
.wt-single-album .panel-body > ul > li .badge {
  border-color: #1885ba;
}
.wt-albums .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn,
.wt-single-album .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
.wt-albums .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover,
.wt-single-album .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.wt-albums .panel-body > ul > li .checkbox .checkbox-material .check,
.wt-single-album .panel-body > ul > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
.wt-albums .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check,
.wt-single-album .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.wt-albums .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
.wt-single-album .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
.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;
}
@media only screen and (max-width: 767px) {
  .wt-albums .panel-body > ul,
  .wt-single-album .panel-body > ul {
    padding: 0;
    background: none;
  }
}
@media only screen and (min-width: 1200px) {
  .wt-albums .panel-body > ul > li,
  .wt-single-album .panel-body > ul > li {
    width: calc(20% - 16px);
  }
  .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% - 15px);
  }
  .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% - 13.5px);
  }
  .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 {
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
  padding: 20px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wt-single-album .album-info.text-muted {
  margin-bottom: 10px;
  border-radius: 10px;
}
.wt-single-album .album-info:empty {
  display: none;
}
.wt-single-album .album-info:not(:empty) + .album-info {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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-album-single-photo .col-sm-offset-1 {
  margin: 0;
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.wt-album-single-photo .col-sm-offset-1 + .col-sm-offset-1 {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .wt-album-single-photo .col-sm-offset-1 {
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
.wt-album-single-photo .text-block.col-sm-10 {
  width: 100%;
}
.wt-album-single-photo .panel-menu {
  width: 100%;
}
.wt-album-single-photo .panel-pagination {
  float: none !important;
}
.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-family: 'Sniglet', Comic Sans MS, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
}
#addphotos_popup ul#attachPhotos {
  overflow: auto;
  max-height: calc(25vw - -333px);
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px #cfd8e3;
  border-radius: 10px;
  padding: 20px;
  float: left;
  width: 100%;
}
@media (min-width: 1340px) {
  #addphotos_popup ul#attachPhotos {
    max-height: 550px;
  }
}
@media only screen and (min-width: 1200px), only screen and (max-width: 1199px) and (min-width: 992px) {
  #addphotos_popup ul#attachPhotos {
    max-height: 520px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
  #addphotos_popup ul#attachPhotos {
    max-height: calc(25vw - -500px);
  }
}
@media only screen and (max-width: 480px) {
  #addphotos_popup ul#attachPhotos {
    max-height: calc(.75vw - -650px);
  }
}
#addphotos_popup ul#attachPhotos > li {
  padding: 10px;
  float: left;
  background: #f1f5fa;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
}
#addphotos_popup ul#attachPhotos > li .text-muted,
#addphotos_popup ul#attachPhotos > li a,
#addphotos_popup ul#attachPhotos > li h1,
#addphotos_popup ul#attachPhotos > li h2,
#addphotos_popup ul#attachPhotos > li h3,
#addphotos_popup ul#attachPhotos > li h4,
#addphotos_popup ul#attachPhotos > li h5,
#addphotos_popup ul#attachPhotos > li h6,
#addphotos_popup ul#attachPhotos > li .h1,
#addphotos_popup ul#attachPhotos > li .h2,
#addphotos_popup ul#attachPhotos > li .h3,
#addphotos_popup ul#attachPhotos > li .h4,
#addphotos_popup ul#attachPhotos > li .h5,
#addphotos_popup ul#attachPhotos > li .h6 {
  color: inherit;
}
#addphotos_popup ul#attachPhotos > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
#addphotos_popup ul#attachPhotos > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
#addphotos_popup ul#attachPhotos > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
#addphotos_popup ul#attachPhotos > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
#addphotos_popup ul#attachPhotos > li .checkbox .check {
  background: transparent;
}
#addphotos_popup ul#attachPhotos > li a.wt-topic-tag,
#addphotos_popup ul#attachPhotos > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
#addphotos_popup ul#attachPhotos > li a {
  color: #1885ba;
}
#addphotos_popup ul#attachPhotos > li .badge {
  border-color: #1885ba;
}
#addphotos_popup ul#attachPhotos > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
#addphotos_popup ul#attachPhotos > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
#addphotos_popup ul#attachPhotos > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
#addphotos_popup ul#attachPhotos > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
#addphotos_popup ul#attachPhotos > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
#addphotos_popup ul#attachPhotos > li > a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #addphotos_popup ul#attachPhotos {
    padding: 0;
    background: none;
  }
}
@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;
  display: flex;
  align-items: center;
}
#addphotos_popup .uploading-photos > .progress {
  width: calc(100% - 60px);
  flex: 1;
}
#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;
  }
}
@media (max-width: 600px) {
  #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;
  }
}
@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-album-single-photo .panel-body {
  position: relative;
}
.wt-album-single-photo .col-sm-offset-1 {
  position: static;
}
.wt-album-single-photo .col-sm-offset-1 + .col-sm-offset-1 {
  padding: 0;
  background: transparent;
  margin-top: 0;
}
.wt-album-single-photo .col-sm-offset-1 + .col-sm-offset-1 .panel-menu .panel-pagination .pagination-sm a.page-numbers {
  border-radius: 4px;
  pointer-events: none;
}
.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 {
  text-align: center;
  margin-top: 10px;
}
#body-wrapper .wt-album-single-photo .pagination-previous-page,
#body-wrapper .wt-album-single-photo .pagination-next-page {
  position: absolute;
  border-radius: 100% !important;
  top: calc(50% - 58px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  float: unset;
  font-weight: unset;
  font-size: 19px;
}
#body-wrapper .wt-album-single-photo .pagination-previous-page:before,
#body-wrapper .wt-album-single-photo .pagination-next-page:before {
  font-size: 0;
}
#body-wrapper .wt-album-single-photo .pagination-previous-page {
  left: 30px;
  padding: 4px 13px 7px 12px;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .wt-album-single-photo .pagination-previous-page {
    left: 10px;
  }
}
#body-wrapper .wt-album-single-photo .pagination-next-page {
  right: 30px;
  padding: 4px 13px 7px 15px;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .wt-album-single-photo .pagination-next-page {
    right: 10px;
  }
}
.highlighted-keyword {
  background-color: rgba(251, 246, 167, 0.5);
}
a .highlighted-keyword {
  color: #1885ba;
}
@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 .panel-menu > .dropdown {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wt-search-result .post-body-author,
  .wt-search-result .post-date {
    display: block;
    padding-left: 60px;
  }
}
.wt-search-result .post-body-author b,
.wt-search-result .post-date b {
  font-weight: normal;
  text-decoration: underline;
}
.wt-search-result .pin + a,
.wt-search-result .pin ~ .topic-icons {
  float: none !important;
}
@media only screen and (max-width: 767px) {
  .wt-search-result .post-body-author a {
    padding-right: 36px;
    display: block;
  }
}
.wt-search-result .post-body-author > .pin {
  margin: 0;
}
.wt-search-result .post-body-author > .pin > i {
  margin-left: -10px;
}
.wt-search-result .btn-uppercase .caret {
  margin-top: -3px;
}
.wt-search-result .btn-uppercase .caret {
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  .wt-search-result .panel-body {
    border-top-right-radius: 0;
  }
  .wt-search-result .panel-menu > .dropdown {
    width: 50%;
    padding: 0 5px 0 0;
  }
  .wt-search-result .panel-menu > .dropdown.bd-wrapper {
    padding: 0 0 0 5px;
    margin-left: 0;
    clear: both;
  }
  .wt-search-result .panel-menu > .dropdown > .btn {
    width: 100%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .wt-search-result #sort-by {
    left: 0;
  }
}
.wt-search-result #main-feed {
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .wt-search-result .pull .display_name {
    display: inline;
  }
}
.wt-event .wt-event-detail {
  width: 100%;
}
.wt-event .calendar-daydetail {
  display: inline-block;
  width: 100%;
  overflow: visible;
  background: #f1f5fa;
  padding: 20px;
  border: 1px solid #cfd8e3;
  margin-top: -1px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .wt-event .calendar-daydetail {
    padding: 10px;
  }
}
#body-wrapper .wt-event .calendar-daydetail .event-description img.bbc_img {
  margin-top: 5px;
}
.calendar-day-wrapper .calendar-daydetail .post-body-content {
  padding-left: 20px;
}
.calendar-day-wrapper .calendar-daydetail .post-edit {
  margin-bottom: -25px;
  z-index: 9;
  transform: translateY(5px);
}
.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: 23px;
}
.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 {
  display: block;
  font-size: 100%;
  margin: 4px 0;
}
.calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger {
  background: #f2dede;
  padding: 10px;
  font-style: normal;
  padding-left: 34px;
  border-radius: 10px;
  position: relative;
}
.calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger > .glyphicon,
.calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger .icon {
  font-size: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger > .glyphicon:before,
.calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger .icon:before {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .calendar-day-wrapper .calendar-daydetail .event-footer > .text-danger {
    max-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: 10px 20px;
  color: rgba(0, 0, 0, 0.9);
  background: #ffffff;
  box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-clip: padding-box;
}
.calendar-day-wrapper .calendar-daydetail .event-footer .dropdown-toggle:hover {
  color: #1885ba;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  border-bottom: 0;
  margin-bottom: 2px;
}
.calendar-day-wrapper .calendar-daydetail .event-footer .dropdown-menu {
  top: auto;
  bottom: 100%;
}
@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;
  }
}
@media (max-width: 370px) {
  .calendar-day-wrapper .calendar-mini-week {
    font-size: 19px;
  }
}
#events_list .post-date,
.calendar-day-wrapper .post-date {
  font-style: normal;
}
#events_list .post-date:before,
.calendar-day-wrapper .post-date:before {
  padding-left: 0;
}
#events_list .post-date .glyphicon-calendar:before,
.calendar-day-wrapper .post-date .glyphicon-calendar:before {
  padding-left: 0;
}
#events_list .post-date > .text-block,
.calendar-day-wrapper .post-date > .text-block {
  font-style: italic;
}
#events_list .post-date .glyphicon-calendar:before {
  padding-right: 7px;
}
#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: 7px;
  pointer-events: none;
}
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2):before {
  content: '\e80d';
}
#PostCalEvent .form-group > div.col-sm-2:nth-last-child(2) + div:before {
  content: '\e883';
}
#PostCalEvent #cal_time_offset + .dropdownjs li {
  white-space: normal;
}
#PostCalEvent #repeat_block + hr {
  display: none;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #PostCalEvent #repeat_block + hr + .form-group + .form-group .col-sm-9 {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #PostCalEvent div.form-group label.col-sm-2.control-label {
    width: 25%;
  }
  #PostCalEvent div.form-group .col-sm-10.col-sm-offset-2 {
    margin-left: 25%;
  }
  #PostCalEvent div.form-group #g-recaptcha {
    width: 76% !important;
  }
  #PostCalEvent div.form-group label.col-md-2 {
    width: 24% !important;
  }
  #PostCalEvent div.form-group label.col-sm-2.control-label {
    width: 24%;
  }
  #PostCalEvent div.form-group .col-sm-10.col-sm-offset-2 {
    margin-left: 24%;
  }
}
#PostCalEvent #all_Day span.checkbox-material {
  top: 2px;
}
@media only screen and (max-width: 480px) {
  #PostCalEvent #all_Day ~ div.form-group div.col-sm-2.col-xs-6 {
    width: 100%;
    padding: 0;
  }
}
#PostCalEvent label.md_radio.radio span.circle,
#PostCalEvent label.md_radio.radio span.check {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-move-event-page form.form-horizontal div.col-sm-offset-2.col-sm-4 {
    margin-left: 39%;
  }
  .wt-move-event-page form.form-horizontal label.control-label.col-sm-2 {
    width: 39%;
  }
}
@media only screen and (min-width: 1025px) {
  .wt-move-event-page form.form-horizontal div.col-sm-offset-2.col-sm-4 {
    margin-left: 22%;
  }
  .wt-move-event-page form.form-horizontal label.control-label.col-sm-2 {
    width: 22%;
  }
}
@media (max-width: 370px) {
  .wt-move-event-page form.form-horizontal div.col-sm-offset-2.col-sm-4 button.btn {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.wt-post-search .form-group + hr {
  opacity: 0.5;
  transform: translateY(-15px);
}
.wt-post-search .wt-topic-tag-search-field .checkbox {
  padding-top: 5px;
}
.wt-post-search .wt-topic-tag-search-field .checkbox-material {
  margin-right: 5px;
}
.wt-post-search .wt-topic-tag-search-field .tokenfield .token-input {
  height: 38px;
  margin: 0;
}
.wt-post-search .wt-topic-tag-search-field .tokenfield #searchTopicTag-tokenfield {
  height: auto;
}
@media only screen and (max-width: 767px) {
  #body-wrapper .wt-post-search .form-group + hr + .form-group > label {
    padding-top: 0;
  }
}
#body-wrapper .wt-post-search .wt-category-dropdown {
  top: 41px;
}
.wt-post-search .wt-category-dropdown .indent:nth-child(4) ~ .indent {
  display: none !important;
}
.wt-post-search .form-group > div.pull-left:nth-last-child(2) {
  width: 120px;
}
.wt-post-search div.input-group.input-group.col-xs-2 {
  width: 200px;
  display: block;
  float: left;
}
.wt-post-search div.input-group.input-group.col-xs-2 > input.form-control {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 90px;
}
.wt-post-search div.input-group.input-group.col-xs-2 > .input-group-addon {
  background: none;
  border: none;
  padding: 13px 0;
  text-align: left;
  padding: 9px 0;
}
.wt-post-search #customdates {
  margin-left: 16.66666667%;
}
@media only screen and (max-width: 767px) {
  .wt-post-search #customdates {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-post-search .form-group > .col-xs-6 > .col-xs-offset-4 {
    margin-left: 0;
  }
  .wt-post-search .form-group > div.pull-left:nth-last-child(2) {
    width: 100px;
  }
  .wt-post-search div.input-group.input-group.col-xs-2 {
    width: calc(100% - 100px);
  }
  .wt-post-search div.input-group.input-group.col-xs-2 > input.form-control {
    width: 75px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-post-search div.form-group label.col-xs-2.control-label {
    width: 20%;
  }
  .wt-post-search div.form-group .col-xs-offset-4 {
    margin-left: 40%;
  }
  .wt-post-search div.form-group #customdates {
    margin-left: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .wt-body .wt-post-search form .form-group .pull-left,
  .wt-post-search form .form-group .input-group.col-xs-2 {
    width: 100%;
    padding-left: 0;
  }
  .wt-body .wt-post-search form .form-group div.input-group.input-group.col-xs-2 > input.form-control {
    width: calc(100% - 80px);
  }
}
.wt-post-search #Display_Topics_Posts ~ .form-group .col-xs-3 input.btn-primary {
  margin-top: 15px;
}
.wt-member-search select {
  -webkit-appearance: listbox;
}
.wt-member-search .align-to-label {
  margin-top: 0;
}
.wt-member-search #form_checkbox > .align-top.bd-wrapper {
  margin-left: 0;
  position: relative;
}
.wt-member-search .form-group > .col-xs-4.bd-wrapper:after {
  content: '\e80d';
  position: absolute;
  float: right;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wt-member-search .form-group .checkbox {
  margin-right: 5px;
}
.wt-member-search #usergroupPattern ~ .dropdownjs {
  margin-bottom: 10px;
}
.wt-member-search #usergroupPattern ~ .col-sm-12 {
  width: 100%;
}
.wt-member-search #usergroupPattern ~ .col-sm-12 .checkbox-material .check {
  margin-right: 4px;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-member-search .form-group > .col-sm-6:not(.align-to-label) > .col-sm-offset-4 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-member-search div.form-group label.col-sm-3.control-label {
    width: 33%;
  }
  .wt-member-search div.form-group .col-sm-6:not(.align-to-label) > .col-sm-offset-4 {
    margin-left: 66%;
  }
}
@media (max-width: 370px) {
  .wt-member-search #search-par .form-group div.pull-left,
  .wt-member-search #search-par .form-group div.col-xs-4,
  .wt-member-search #search-par .form-group div.col-xs-2 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .wt-member-search #search-par .form-group div.pull-left.radio {
    padding-left: 25px;
  }
}
.wt-ignore-users .panel-title {
  width: 100%;
}
.wt-ignore-users #ignore-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.wt-ignore-users #ignore-box > .btn {
  float: right !important;
  margin-left: auto;
  height: 42px;
}
.wt-ignore-users #ignore-box .tt-dropdown-menu {
  min-width: 215px !important;
}
.wt-ignore-users #ignore-box .tokenfield .twitter-typeahead .tt-hint {
  width: auto !important;
}
.wt-ignore-users .ignore-list > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.wt-ignore-users .ignore-list > ul > li {
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border: 1px solid #1885ba;
}
.wt-ignore-users .ignore-list > ul > li .text-muted,
.wt-ignore-users .ignore-list > ul > li a,
.wt-ignore-users .ignore-list > ul > li h1,
.wt-ignore-users .ignore-list > ul > li h2,
.wt-ignore-users .ignore-list > ul > li h3,
.wt-ignore-users .ignore-list > ul > li h4,
.wt-ignore-users .ignore-list > ul > li h5,
.wt-ignore-users .ignore-list > ul > li h6,
.wt-ignore-users .ignore-list > ul > li .h1,
.wt-ignore-users .ignore-list > ul > li .h2,
.wt-ignore-users .ignore-list > ul > li .h3,
.wt-ignore-users .ignore-list > ul > li .h4,
.wt-ignore-users .ignore-list > ul > li .h5,
.wt-ignore-users .ignore-list > ul > li .h6 {
  color: inherit;
}
.wt-ignore-users .ignore-list > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
.wt-ignore-users .ignore-list > ul > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
.wt-ignore-users .ignore-list > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
.wt-ignore-users .ignore-list > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
.wt-ignore-users .ignore-list > ul > li .checkbox .check {
  background: transparent;
}
.wt-ignore-users .ignore-list > ul > li a.wt-topic-tag,
.wt-ignore-users .ignore-list > ul > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.wt-ignore-users .ignore-list > ul > li a {
  color: #1885ba;
}
.wt-ignore-users .ignore-list > ul > li .badge {
  border-color: #1885ba;
}
.wt-ignore-users .ignore-list > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
.wt-ignore-users .ignore-list > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
.wt-ignore-users .ignore-list > ul > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
.wt-ignore-users .ignore-list > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
.wt-ignore-users .ignore-list > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
@media only screen and (min-width: 1025px) {
  .wt-ignore-users .ignore-list > ul > li {
    width: calc(33.33% - 14px);
  }
  .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;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .wt-ignore-users .ignore-list > ul > li {
    width: calc(25% - 15px);
  }
  .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;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(3n) {
    margin-right: 20px;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wt-ignore-users .ignore-list > ul > li {
    width: calc(50% - 10px);
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(1),
  .wt-ignore-users .ignore-list > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wt-ignore-users .ignore-list > ul > li {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  .wt-ignore-users .ignore-list > ul > li:nth-child(1) {
    margin-top: 0;
  }
}
.wt-ignore-users .ignore-list > ul > li:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
.wt-ignore-users .ignore-list > ul .left-side {
  float: left;
}
.wt-ignore-users .ignore-list > ul .left-side > .checkbox {
  margin: 5px 0 0 0;
  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;
  height: 36px;
  line-height: 36px;
  display: block;
}
.wt-ignore-users .ignore-list > ul .right-side .display_name > .display_username,
.wt-ignore-users .ignore-list > ul .right-side .display_name > .display_fullname,
.wt-ignore-users .ignore-list > ul .right-side .display_name > .display_guestname {
  color: inherit;
}
.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 li {
  display: flex;
  align-items: center;
}
.wt-followed-topics .panel-body {
  border-top-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  .wt-followed-topics .panel-body {
    border-top-right-radius: 0;
  }
}
.wt-followed-categories .columns-wrapper .mod .checkbox,
.wt-followed-categories .columns-wrapper .mod input[type="checkbox"] {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .wt-followed-categories .columns-wrapper .mod .checkbox,
  .wt-followed-categories .columns-wrapper .mod input[type="checkbox"] {
    top: 10px;
    right: 10px;
  }
}
.wt-user-registration .panel-title h2 > small {
  text-transform: none;
  font-size: 19px;
}
.wt-user-registration .input-text.email-label ~ span {
  display: block;
}
.wt-user-registration .form-horizontal > .form-group:nth-of-type(2):last-of-type > .text-center {
  margin-bottom: 10px;
}
.wt-user-registration #inputname + .col-xs-offset-0 {
  margin-top: 5px;
}
.wt-user-registration #userCreateAccount div.bottom {
  z-index: 1;
}
.wt-user-registration #userAvailStatus {
  display: block;
}
.wt-edit-profile .panel-body {
  border-top-left-radius: 0;
}
.wt-edit-profile .form-group + hr {
  display: none;
}
.wt-edit-profile a#change_user_title {
  display: inline-block;
}
.wt-edit-profile #inputname + .col-xs-offset-0 {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .wt-edit-profile .panel-body {
    border-top-right-radius: 0;
  }
}
.wt-edit-profile #userEditAccount select#additional-groups ~ .btn-group ul.multiselect-container .checkbox .checkbox-material {
  top: 1px;
}
.wt-edit-profile .custom-select > .pull-left > label {
  display: flex;
  align-items: center;
}
.wt-edit-profile .custom-select > .pull-left > label:nth-child(1) {
  margin-top: -1px;
}
.wt-edit-profile .custom-select > .pull-left > label.radio {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.wt-edit-profile .custom-select > .pull-left > label.radio:nth-child(1) {
  margin-top: 3px;
  margin-top: 0px;
}
.wt-edit-profile .custom-select > .pull-left > label.radio span {
  top: auto;
}
#mail-table,
.mail-table-followed {
  padding: 25px !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  background-color: #f1f5fa !important;
}
@media only screen and (max-width: 767px) {
  #mail-table,
  .mail-table-followed {
    padding: 15px !important;
    border-radius: 10px !important;
  }
}
#mail-table #profile-table,
.mail-table-followed #profile-table {
  margin-bottom: 10px;
}
#mail-table #profile-table tr:has(#user-avatar),
.mail-table-followed #profile-table tr:has(#user-avatar) {
  vertical-align: middle;
  display: table-cell;
  height: 70px;
}
#mail-table #profile-table td,
.mail-table-followed #profile-table td {
  padding: 0;
}
#mail-table #user-avatar,
.mail-table-followed #user-avatar {
  vertical-align: unset;
  padding-right: 15px !important;
}
#mail-table #user-avatar img,
.mail-table-followed #user-avatar img {
  border-radius: 100% !important;
  border: 0.5px solid #eeeeee;
}
#mail-body {
  background-color: #ffffff !important;
  padding: 30px 15px !important;
  margin: 0px;
}
#mail-body table {
  border-collapse: unset !important;
  border-spacing: 0 !important;
}
#mail-body table tr td,
#mail-body table tr th {
  color: rgba(0, 0, 0, 0.7) !important;
}
#mail-body .br-0 {
  display: none;
}
#mail-body .p-0 {
  padding: 0 !important;
}
#mail-body .pt-0 {
  padding-top: 0 !important;
}
#mail-body .pt-20 {
  padding-top: 20px !important;
}
#mail-body .pt-15 {
  padding-top: 15px !important;
}
#mail-body .pb-15 {
  padding-bottom: 15px !important;
}
#mail-body .b-space-0 {
  border-spacing: 0 !important;
}
#mail-body .mt-0 {
  margin-top: 0 !important;
}
#mail-body .mt-10 {
  margin-top: 10px !important;
}
#mail-body .mb-0 {
  margin-bottom: 0 !important;
}
#mail-body .mb-10 {
  margin-bottom: 10px !important;
}
#mail-body .mb-15 {
  margin-bottom: 15px !important;
}
#mail-body .d-block {
  display: block;
}
#mail-body .w-100 {
  width: 100%;
}
#mail-body #mail-table {
  padding: 25px !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  background-color: #f1f5fa !important;
  display: table !important;
}
@media only screen and (max-width: 767px) {
  #mail-body #mail-table {
    padding: 15px !important;
    border-radius: 10px !important;
  }
}
#mail-body #mail-table .event-table {
  margin-top: 0 !important;
}
#mail-body #mail-table .event-table #email-inner-body {
  margin-top: 0 !important;
}
#mail-body #mail-table #profile-table {
  margin-bottom: 10px;
}
#mail-body #mail-table #profile-table tr:has(#user-avatar) {
  vertical-align: middle;
  display: table-cell;
  height: 70px;
}
#mail-body #mail-table #profile-table td {
  padding: 0;
}
#mail-body #mail-table .quote-post-table,
#mail-body #mail-table .mentioned-table,
#mail-body #mail-table .private-message-wrap {
  margin-top: 0 !important;
}
#mail-body #mail-table .register-user-table {
  padding-top: 0 !important;
}
#mail-body #mail-table .private-message-text {
  padding-bottom: 0 !important;
}
#mail-body #mail-table .email-inner-wrap {
  margin-bottom: 0 !important;
}
#mail-body #mail-table #email-inner-body {
  margin-top: 0 !important;
}
#mail-body #mail-table #email-inner-body .event-heading,
#mail-body #mail-table #email-inner-body .event-desc {
  padding: 0 0 5px;
  display: table;
}
#mail-body #mail-table #email-inner-body #posted-date {
  margin: 0 0 15px;
  display: table;
}
#mail-body #mail-table #email-inner-body .event-date-wrap {
  display: table;
  vertical-align: middle;
}
#mail-body #mail-table #email-inner-body .event-date-wrap img {
  vertical-align: middle;
  width: 16px;
  display: inline-table;
}
#mail-body #mail-table #email-inner-body .event-date-wrap span {
  vertical-align: middle;
}
#mail-body #mail-table #email-inner-body .mail-quoted {
  padding: 0 !important;
}
#mail-body #mail-table #user-avatar {
  vertical-align: unset;
  padding-right: 15px !important;
}
#mail-body #mail-table #user-avatar img {
  border-radius: 100% !important;
  border: 0.5px solid #eeeeee;
}
#mail-body #mail-table #event-remind-me #event-remind-me-link {
  padding: 15px 0 !important;
}
#mail-body .attachments-list {
  margin-top: 10px;
  display: table;
}
#mail-body .mail-table-followed {
  background-color: #f1f5fa !important;
  padding: 25px !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  border-color: #cfd8e3 !important;
}
@media only screen and (max-width: 767px) {
  #mail-body .mail-table-followed {
    padding: 15px !important;
    border-radius: 10px !important;
  }
}
#mail-body .mail-table-followed #profile-table {
  margin-bottom: 10px;
}
#mail-body .mail-table-followed #profile-table tr:has(#user-avatar) {
  vertical-align: middle;
  display: table-cell;
  height: 70px;
}
#mail-body .mail-table-followed #profile-table td {
  padding: 0;
}
#mail-body .mail-table-followed #user-avatar {
  vertical-align: unset;
  padding-right: 15px !important;
}
#mail-body .mail-table-followed #user-avatar img {
  border-radius: 100% !important;
  border: 0.5px solid #eeeeee;
  height: 70px;
}
#mail-body .mail-table-followed .email-inner-body {
  margin: 20px 0 !important;
}
@media only screen and (max-width: 767px) {
  #mail-body .mail-table-followed .email-inner-body {
    margin: 10px 0 0 !important;
  }
}
#mail-body .mail-table-followed .email-inner-body h1,
#mail-body .mail-table-followed .email-inner-body h2,
#mail-body .mail-table-followed .email-inner-body h3,
#mail-body .mail-table-followed .email-inner-body h4,
#mail-body .mail-table-followed .email-inner-body h5,
#mail-body .mail-table-followed .email-inner-body h6 {
  margin-top: 0;
}
#mail-body .approval-decline-table {
  padding: 20px 0 0 !important;
}
#mail-body .approval-decline-table a {
  border: 0 !important;
  padding: 15px 0;
}
#mail-body .approval-decline-buttons a {
  border: 0 !important;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  #mail-body #post-options .action-buttons {
    width: 60%;
  }
  #mail-body #post-options .view-topic-button {
    width: 40%;
    font-size: 17px;
  }
  #mail-body #post-options a img {
    width: 16px !important;
  }
}
#mail-body #post-options a img {
  vertical-align: middle;
}
#mail-body .message-inner-body {
  max-width: 650px;
}
#mail-body .mail-footer {
  margin-top: 10px !important;
  display: inline-block;
  padding-bottom: 0 !important;
  line-height: 1.71428571;
}
@media only screen and (max-width: 767px) {
  #mail-body .mail-footer {
    padding-bottom: 0px !important;
  }
}
#mail-body .wt-post-email,
#mail-body .email-body-wrap,
#mail-body .wt-pm-email {
  display: block !important;
}
#mail-body .mail-footer,
#mail-body .mail-footer span,
#mail-body .mail-footer-sec,
#mail-body .mail-footer-sec span {
  color: rgba(0, 0, 0, 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(0, 0, 0, 0.6) !important;
}
#mail-body .bbc_img {
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
  padding: 0;
}
#mail-body .mail-button,
#mail-body .button-outer {
  color: #fff !important;
  background-color: #1885ba !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  width: 100%;
}
#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: #177fb1 !important;
  border-color: rgba(0, 0, 0, 0.2) !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: #1885ba !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
#mail-body .mail-button .badge,
#mail-body .button-outer .badge {
  color: #1885ba !important;
  background-color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  #mail-body .mail-button,
  #mail-body .button-outer {
    width: 650px;
  }
}
#mail-body a,
#mail-body #mail-title,
#mail-body #mail-title span,
#mail-body #wt-subject,
#mail-body .event-heading,
#mail-body .verify-email-title {
  color: #1885ba !important;
}
#mail-body #mail-title {
  margin-bottom: 20px !important;
  display: block !important;
}
#mail-body span {
  color: rgba(0, 0, 0, 0.7) !important;
}
#mail-body .mail-footer span,
#mail-body span.mail-footer {
  color: unset !important;
}
#mail-body td.mail-text-color span,
#mail-body td.mail-quoted span {
  color: rgba(0, 0, 0, 0.7) !important;
}
#mail-body .quote-from a.originalPost {
  color: inherit !important;
}
#mail-body .mail-bottom {
  border: 0 !important;
}
#mail-body .mail-footer-tbl {
  padding-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  #mail-body .mail-footer-tbl {
    padding-bottom: 0px !important;
  }
}
#mail-body .mail-quoted > div,
#mail-body .mail-text-color > div {
  border-left-color: rgba(0, 0, 0, 0.3) !important;
}
#mail-body pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #777777;
  border-radius: 15px;
  max-width: 100vw;
  width: 650px;
  overflow: hidden;
  overflow-x: scroll;
  box-sizing: border-box;
  overflow-wrap: normal;
  word-wrap: unset;
  word-break: unset;
  white-space: pre !important;
}
@media only screen and (max-width: 767px) {
  #mail-body pre {
    width: 70vw;
    max-width: 80vw;
  }
}
#mail-body pre a wbr {
  display: none;
}
#mail-body .mail-sign-border {
  border-top-color: inherit !important;
}
#mail-body .mail-file-td {
  background: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  #mail-body .mail-file-td {
    width: 100% !important;
  }
}
#mail-body .mail-file-td td {
  color: rgba(0, 0, 0, 0.7) !important;
}
#mail-body .mail-file-td td a wbr {
  display: none !important;
}
#mail-body .mail-footer-sec {
  margin-top: 10px !important;
  display: table;
}
#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: 19px;
}
.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: 18px;
}
.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;
  padding-left: 20px;
}
.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: #555;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  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: #555;
  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: 22px;
  height: 22px;
  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: #22a4e3;
}
#body-wrapper #noNotification-img .path2 {
  fill: #1885ba;
}
#body-wrapper #noNotification-img .path3 {
  fill: #146e9a;
}
#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: 32px;
  }
  #body-wrapper #notificationsList .noNotification #noNotification-img + h4 + p {
    padding: 15px;
    font-size: 23px;
  }
}
#notification_menu .dropdown-header {
  border-bottom: 1px solid #cfd8e3;
}
.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;
    left: 0;
    right: 0;
  }
  .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: #1885ba;
}
.forum-list .columns-wrapper .col-xs-7 > p > a:hover {
  color: #12658d;
}
.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: #1885ba;
}
#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: #1885ba;
}
#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: #d9edf7;
  border-color: #5bc0de;
  color: #31708f;
  margin: 10px;
}
.mce-container-body .script_warning_message hr {
  border-top-color: #46b8da;
}
.mce-container-body .script_warning_message .alert-link {
  color: #245269;
}
.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: 22px;
  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: #12658d !important;
}
.alert .close {
  position: relative;
  opacity: 0.8 !important;
}
.alert .close:hover {
  opacity: 1 !important;
}
.alert .close:before,
.alert .close:after {
  background: #31708f !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: #12658d !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: #12658d;
  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: #12658d;
}
.wt-body #notification_menu .notification-settings:hover .glyphicon-cog,
.wt-body #notificationsList .notification-settings:hover .glyphicon-cog {
  color: #12658d;
}
.readMore.preview-cut,
.quoted.preview-cut {
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 40%, transparent);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 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: 17px;
  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(0, 0, 0, 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(89, 89, 89, 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(89, 89, 89, 0.7);
  position: relative;
  top: 1px;
}
.wt-body .poll-container a[href="#votersModal"] {
  color: #1885ba;
  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: #1885ba;
}
.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(77, 77, 77, 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: 18px;
}
#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(0, 0, 0, 0.8);
  position: relative;
  top: -4.5px;
}
#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: 21px;
}
#postEditModal .display_name {
  margin-left: 0;
}
#postEditModal .display_name > a {
  font-weight: bold;
  color: #1885ba;
}
#postEditModal .display_name > a:hover {
  color: #12658d;
}
@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: #1885ba;
}
#alert-modal #pinTopic:hover,
#alert-modal #pinTopic:focus,
#alert-modal #pinTopic:active,
#alert-modal #pinTopic:visited {
  color: #12658d;
}
#insertimagemodal #webUrlErrorMessage,
#insertimagemodalreply #webUrlErrorMessage,
#insertimagemodalpmsDialog #webUrlErrorMessage,
#insertimagemodal #webUrlErrorMessagereply,
#insertimagemodalreply #webUrlErrorMessagereply,
#insertimagemodalpmsDialog #webUrlErrorMessagereply,
#insertimagemodal #webUrlErrorMessagepmsDialog,
#insertimagemodalreply #webUrlErrorMessagepmsDialog,
#insertimagemodalpmsDialog #webUrlErrorMessagepmsDialog {
  margin: 10px 0 -20px 0;
}
#files .edit-zone .glyphicon-filesFolder:before {
  top: 8px;
}
#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 0 auto;
}
@media only screen and (max-width: 767px) {
  #files .files-title-bar .files-btn-container {
    width: 100%;
    justify-content: end;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  #files .files-title-bar .files-btn-container {
    flex-direction: column;
  }
}
#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;
}
#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.pull-left {
  display: flex;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #files .panel-title.pull-left {
    margin-bottom: 10px;
  }
}
#files .panel-title.pull-left .back-arrow i {
  font-size: 1.3em;
  opacity: 0.6;
}
#files .panel-title.pull-left .back-arrow i:hover {
  color: #1885ba;
}
#files .panel-title.pull-left .back-arrow i:before {
  padding-left: 0;
  top: 2px;
}
#files .panel-title.pull-left > h2 {
  text-transform: none;
  border-bottom: 0;
  width: auto;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #files .panel-title.pull-left > h2 {
    padding: 0 35px 0 0;
  }
}
#files #createFolder,
#files #uploadBtn {
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  #files #createFolder,
  #files #uploadBtn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #files #createFolder,
  #files #uploadBtn {
    padding: 6px 10px !important;
  }
}
#files .files-list .panel-body.table-responsive {
  border-radius: 15px;
}
#files .files-list .panel-body > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#files .files-list .panel-body > ul > li {
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
  color: #fff;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #1885ba;
}
#files .files-list .panel-body > ul > li .text-muted,
#files .files-list .panel-body > ul > li a,
#files .files-list .panel-body > ul > li h1,
#files .files-list .panel-body > ul > li h2,
#files .files-list .panel-body > ul > li h3,
#files .files-list .panel-body > ul > li h4,
#files .files-list .panel-body > ul > li h5,
#files .files-list .panel-body > ul > li h6,
#files .files-list .panel-body > ul > li .h1,
#files .files-list .panel-body > ul > li .h2,
#files .files-list .panel-body > ul > li .h3,
#files .files-list .panel-body > ul > li .h4,
#files .files-list .panel-body > ul > li .h5,
#files .files-list .panel-body > ul > li .h6 {
  color: inherit;
}
#files .files-list .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: #fff;
}
#files .files-list .panel-body > ul > li .checkbox .checkbox-material .check {
  border-color: #fff;
}
#files .files-list .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #fff;
}
#files .files-list .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #fff;
}
#files .files-list .panel-body > ul > li .checkbox .check {
  background: transparent;
}
#files .files-list .panel-body > ul > li a.wt-topic-tag,
#files .files-list .panel-body > ul > li span.wt-topic-tag {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
#files .files-list .panel-body > ul > li a {
  color: #1885ba;
}
#files .files-list .panel-body > ul > li .badge {
  border-color: #1885ba;
}
#files .files-list .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn {
  color: rgba(0, 0, 0, 0.5);
}
#files .files-list .panel-body > ul > li .mce-tinymce .mce-top-part .mce-btn.mce-btn:hover {
  color: #1885ba;
}
#files .files-list .panel-body > ul > li .checkbox .checkbox-material .check {
  border-color: #dee4ea;
}
#files .files-list .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
#files .files-list .panel-body > ul > li .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
@media only screen and (min-width: 1025px) {
  #files .files-list .panel-body > ul > li {
    width: calc(33.33% - 14px);
  }
}
@media only screen and (min-width: 1600px) {
  #files .files-list .panel-body > ul > li {
    width: calc(25% - 15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #files .files-list .panel-body > ul > li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
}
#files .files-list .panel-body > ul > li:nth-child(1),
#files .files-list .panel-body > ul > li:nth-child(2),
#files .files-list .panel-body > ul > li:nth-child(3),
#files .files-list .panel-body > ul > li:nth-child(4) {
  margin-top: 0;
}
#files .files-list .panel-body > ul > li:nth-child(3n + 1) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #files .files-list .panel-body > ul > li:nth-child(2n + 1) {
    margin-right: 0;
  }
  #files .files-list .panel-body > ul > li:nth-child(2n) {
    margin-right: 20px;
    margin-top: 20px;
  }
  #files .files-list .panel-body > ul > li:nth-child(2),
  #files .files-list .panel-body > ul > li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li:nth-child(2) {
    margin-top: 0;
  }
  #files .files-list .panel-body > ul > li:nth-child(3),
  #files .files-list .panel-body > ul > li:nth-child(4) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  #files .files-list .panel-body > ul > li:nth-child(3n + 1) {
    margin-right: 20px;
  }
  #files .files-list .panel-body > ul > li:nth-child(4n + 1) {
    margin-right: 0;
  }
  #files .files-list .panel-body > ul > li:nth-child(5) {
    margin-top: 0;
  }
}
#files .files-list .panel-body > ul > li:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(24, 133, 186, 0.5);
}
#files .files-list .panel-body > ul > li.panel-heading {
  background: transparent;
  height: auto;
  padding: 0;
  position: absolute;
  top: -51px;
  right: 0;
  width: auto;
  border: 0;
  box-shadow: none;
}
#files .files-list .panel-body > ul > li.panel-heading label.checkbox {
  margin: 0 !important;
}
#files .files-list .panel-body > ul > li.panel-heading .checkbox .checkbox-material .check {
  border-color: rgba(0, 0, 0, 0.2);
}
#files .files-list .panel-body > ul > li.panel-heading .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #1885ba;
}
#files .files-list .panel-body > ul > li.panel-heading .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #1885ba;
}
#files .files-list .panel-body > ul > li.panel-heading .col-md-8.pull-left,
#files .files-list .panel-body > ul > li.panel-heading .col-md-4.pull-left .col-md-3.pull-left {
  display: none !important;
}
#files .files-list .panel-body > ul > li.panel-heading .col-md-4.pull-left {
  width: auto;
}
#files .files-list .panel-body > ul > li.panel-heading .col-md-4.pull-left .col-md-3.pull-left:last-child {
  display: block !important;
  position: relative;
  top: unset;
  right: unset;
}
@media only screen and (min-width: 1025px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #files .files-list .panel-body > ul > li.panel-heading .col-md-3:has(.mod.icons.pull-right) .tooltip-inner {
    min-width: 150px !important;
  }
}
#files .files-list .panel-body > ul > li.panel-heading .checkbox-material {
  top: 2px;
}
#files .files-list .panel-body > ul > li.panel-heading .select_all_checkbox_wrapper {
  line-height: normal;
  border: 1px solid #cfd8e3;
  background: #f1f5fa;
  color: #777777;
  padding: 5px 15px;
  align-items: center;
  border-radius: 20px;
  display: flex;
}
#files .files-list .panel-body > ul > li.panel-heading .select_all_checkbox_wrapper:before {
  content: attr(data-text);
  margin-right: 10px;
  font-size: 20px;
  position: relative;
}
#files .files-list .panel-body > ul > li.panel-heading .select_all_checkbox_wrapper label.checkbox {
  margin-top: -2px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #files .files-list .panel-body > ul > li.panel-heading label.checkbox,
  #files .files-list .panel-body > ul > li.panel-heading input[type="checkbox"] {
    margin-right: 10px;
  }
}
#files .files-list .panel-body > ul > li h4 {
  color: inherit;
}
#files .files-list .panel-body > ul > li h4 .editable-container .editable-input {
  width: calc(100% - 100px);
}
#files .files-list .panel-body > ul > li > .col-md-8 {
  width: 100%;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content {
  float: left;
  width: calc(100% - 50px);
  width: calc(100% - 65px);
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .text-muted.preview-text {
  color: inherit;
  margin-top: 3px;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .text-muted.preview-text a.editDescription {
  color: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .text-muted.preview-text .editableDescription.text-muted {
  color: rgba(0, 0, 0, 0.35);
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .text-muted.preview-text .editDescIcon:hover,
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .text-muted.preview-text .editableDescription:hover {
  color: #1885ba;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .text-muted.preview-text .editable-container {
  margin-top: 6px;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content input {
  height: 36px;
  font-size: 16px;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content > .editDescription .editDescIcon,
#files .files-list .panel-body > ul > li > .col-md-8 .file-content > .editDescription .glyphicon-privacy {
  cursor: pointer;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content > .editDescription .editDescIcon:hover,
#files .files-list .panel-body > ul > li > .col-md-8 .file-content > .editDescription .glyphicon-privacy:hover {
  color: #1885ba;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .editDescription .editDescIcon,
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .editDescription .glyphicon-privacy {
  display: none !important;
}
@media (hover: none) {
  #files .files-list .panel-body > ul > li > .col-md-8 .file-content .editDescription .editDescIcon,
  #files .files-list .panel-body > ul > li > .col-md-8 .file-content .editDescription .glyphicon-privacy {
    display: inline-block !important;
  }
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .editDescription:hover .editDescIcon,
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .editDescription:hover .glyphicon-privacy {
  display: inline-block !important;
}
#files .files-list .panel-body > ul > li > .col-md-8 .file-content .editDescription .glyphicon-privacy:before {
  font-size: 17px;
  top: 2px;
}
#files .files-list .panel-body > ul > li > .col-md-4 {
  display: flex;
  position: static;
}
#files .files-list .panel-body > ul > li > .col-md-4 > .col-md-3 {
  width: auto;
  display: flex;
  margin-top: 35px;
  align-items: center;
  margin-right: 30px;
}
#files .files-list .panel-body > ul > li > .col-md-4 > .col-md-3:nth-child(2) small.text-muted {
  font-size: 20px;
}
#files .files-list .panel-body > ul > li > .col-md-4 > .col-md-3:nth-child(4) {
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0;
  display: block;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li > .col-md-4 > .col-md-3:nth-child(4) {
    top: 0;
    right: 10px;
  }
}
#files .files-list .panel-body > ul > li > .col-md-4 .download-file:hover,
#files .files-list .panel-body > ul > li > .col-md-4 .download-file:focus,
#files .files-list .panel-body > ul > li > .col-md-4 .download-file:active {
  color: #1885ba;
}
@media only screen and (max-width: 767px) {
  #files .files-list .panel-body > ul > li > .col-md-4 .download-file {
    color: #1885ba;
  }
  #files .files-list .panel-body > ul > li > .col-md-4 .download-file:hover,
  #files .files-list .panel-body > ul > li > .col-md-4 .download-file:focus,
  #files .files-list .panel-body > ul > li > .col-md-4 .download-file:active {
    color: #1575a3;
  }
}
#files .files-list .panel-body > ul > li.create-folder .col-md-4 > .col-md-3:nth-child(2) {
  flex-shrink: 0;
  width: auto;
}
#files .files-list .panel-body > ul > li .glyphicon-filesFolder:before {
  padding-left: 0;
  margin-top: 4px;
  top: 1px;
  top: 2px;
}
#files .files-list .panel-body > ul > li .glyphicon-file-single:before {
  padding-left: 0;
  margin-top: 4px;
  margin-left: -4px;
  font-size: 150%;
  top: 2px;
}
#files .files-list .panel-body > ul > li.item-type-file .file-content {
  margin-left: 0;
}
#files .glyphicon-plus:before {
  font-size: 17px;
}
#files .icon-arrow-bar-up:before,
#files .glyphicon-plus:before {
  opacity: 1;
  margin-right: 6px;
  font-weight: bolder;
}
#files .icon-arrow-bar-down:before {
  opacity: 1;
  top: 3px;
  font-weight: bolder;
}
#files .no-files .panel-heading + .alert {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #files .no-files .panel-heading + .alert {
    margin: 10px;
  }
}
#files .editableform .form-group > div.editable-error-block {
  font-size: 20px;
}
#files#files .edit-zone .editDescIcon,
#files#files .edit-zone .glyphicon-privacy {
  display: none !important;
}
.user-logged-in #files .selectAllCheckboxisVisible {
  margin-top: 50px;
  position: relative;
}
.icon-files:before {
  font-size: 28px !important;
}
#folderPrivacyModal .modal-title {
  padding: 0;
  box-shadow: none;
  border: none;
}
#folderPrivacyModal .modal-body #usergroupsContainer > p {
  margin-bottom: 15px;
  font-size: 16px;
}
#folderPrivacyModal .modal-body #usergroupsContainer .usergroup {
  display: flex;
  align-items: unset;
  margin-bottom: 12px;
}
#folderPrivacyModal .modal-body #usergroupsContainer .usergroup > div {
  flex-shrink: 0;
}
#folderPrivacyModal .modal-body #usergroupsContainer .usergroup .title {
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.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.5);
  cursor: not-allowed;
}
.wt-body #body-wrapper .pagination-disabled:hover,
.wt-body #body-wrapper .pagination-disabled:focus {
  background: #1885ba;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #1575a3;
}
#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: #1885ba;
}
#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: #1885ba;
}
#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: 23px;
  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 #cfd8e3;
}
#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: 22px;
}
#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 #cfd8e3;
  border-radius: 4px;
  box-shadow: 0px 2px 0.5px rgba(0, 0, 0, 0.4);
  min-width: 35px;
  height: 35px;
}
#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: #1885ba;
}
.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: #d7eefa;
  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: 18px;
  font-weight: 900;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  font-size: 17px;
  color: #999;
  margin-top: 1px;
  margin-top: 0px;
}
.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: 1025px) {
  #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;
  margin-top: 10px;
}
#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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-horizontal .form-group > div:has(#loginBtn) {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
  .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 #1885ba;
  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;
}
