/* GLOBALS */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(../fonts/Lato-Hairline.ttf);
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url(../fonts/Lato-Black.ttf);
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html.modern body:not(.native-fonts) {
  font-family: "Lato", sans-serif;
}
body.native-fonts {
  font-family: sans-serif;
}
a:active {
  outline: none;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
#page-content {
  position: relative;
  z-index: 1;
  background: #396BA5;
  transition: 0.5s all ease;
  min-height: 100vh;
  overflow-x: hidden;
}
html.compat #page-content {
  height: 100%;
}
body.night #page-content {
  background: #111;
  color: #888;
}
@media all and (min-width: 992px) {
  #page-content.hypervisor-enabled {
    width: calc(100% - 300px);
  }
}
#wrapper {
  box-shadow: 0 0 3px #000;
  position: relative;
}
html.compat #wrapper {
  border: 1px solid #444;
}
html.compat .container {
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  display: block;
}
html.compat .row {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  padding: 0;
  margin: 0 -0.5%;
}
html.compat .row .col-md-1,
html.compat .row .col-md-2,
html.compat .row .col-md-3,
html.compat .row .col-md-4,
html.compat .row .col-md-5,
html.compat .row .col-md-6,
html.compat .row .col-md-7,
html.compat .row .col-md-8,
html.compat .row .col-md-9,
html.compat .row .col-md-10,
html.compat .row .col-md-11,
html.compat .row .col-md-12 {
  display: inline;
  float: left;
  padding: 0 !important;
  margin: 0 0.9% !important;
  overflow: hidden;
  position: relative;
}
html.compat .row .col-md-1 {
  width: 6.33333333% !important;
}
html.compat .row .col-md-2 {
  width: 14.66666667% !important;
}
html.compat .row .col-md-3 {
  width: 23% !important;
}
html.compat .row .col-md-4 {
  width: 31.33333333% !important;
}
html.compat .row .col-md-5 {
  width: 39.66666667% !important;
}
html.compat .row .col-md-6 {
  width: 48% !important;
}
html.compat .row .col-md-7 {
  width: 56.33333333% !important;
}
html.compat .row .col-md-8 {
  width: 64.66666667% !important;
}
html.compat .row .col-md-9 {
  width: 73% !important;
}
html.compat .row .col-md-10 {
  width: 81.33333333% !important;
}
html.compat .row .col-md-11 {
  width: 89.66666667% !important;
}
html.compat .row .col-md-12 {
  width: 98% !important;
}
html.compat .thumbnail img {
  width: 100% !important;
  height: auto !important;
}
html.compat .pull-right {
  float: right;
}
#main {
  background: #fff;
  padding: 15px 15px;
}
body.night #main {
  background: #222;
}
body.night .well {
  background: #333;
  border-color: #666;
}
body.night .btn {
  text-decoration: none;
  color: #eee;
}
body.night .btn.btn-default {
  background-color: #333;
  color: #ddd;
  border-color: #111;
}
body.night .btn.btn-default:hover {
  background-color: #444;
}
body.night .btn.btn-default:active {
  background-color: #3a3a3a;
  color: #fff;
}
body.night .btn.btn-danger {
  background-color: #833;
  border-color: #722;
}
body.night .btn.btn-danger:hover {
  background-color: #933;
}
body.night .btn.btn-danger:active {
  background-color: #8a3a3a;
  color: #fff;
}
body.night .btn.btn-primary {
  background-color: #338;
  border-color: #227;
}
body.night .btn.btn-primary:hover {
  background-color: #339;
}
body.night .btn.btn-primary:active {
  background-color: #2a2a8a;
  color: #fff;
}
body.night .btn.btn-info {
  background-color: #368;
  border-color: #257;
}
body.night .btn.btn-info:hover {
  background-color: #379;
}
body.night .btn.btn-info:active {
  background-color: #2a6a8a;
  color: #fff;
}
body.night .btn.btn-success {
  background-color: #383;
  border-color: #272;
}
body.night .btn.btn-success:hover {
  background-color: #393;
}
body.night .btn.btn-success:active {
  background-color: #2a8a2a;
  color: #fff;
}
body.night .btn.btn-warning {
  background-color: #883;
  border-color: #772;
}
body.night .btn.btn-warning:hover {
  background-color: #993;
}
body.night .btn.btn-warning:active {
  background-color: #8a8a2a;
  color: #fff;
}
body.night .alert-warning {
  background: #7c6853;
  border-color: #705c4a;
  color: #eee;
}
body.night .alert-danger {
  background: #7c4f46;
  border-color: #6a4039;
  color: #eee;
}
body.night .alert-success {
  background: #547c51;
  border-color: #486c45;
  color: #eee;
}
body.night input[type="text"],
body.night input[type="email"],
body.night input[type="password"],
body.night textarea,
body.night select,
body.night input[type="text"].form-control,
body.night input[type="email"].form-control,
body.night input[type="password"].form-control,
body.night textarea.form-control,
body.night select.form-control {
  background: #333;
  border-color: #141414;
  color: #aaa;
}
body.night hr {
  border-color: #888;
}
body.night .thumbnail {
  background-color: #444;
  border: #141414;
}
body.night table.table-bordered {
  border-color: #141414;
}
body.night table.table-bordered tr td,
body.night table.table-bordered tr th {
  border-color: #141414;
}
body.night table.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #181818;
}
body.night a {
  color: #3888ca;
}
body.night a:hover {
  color: #266693;
}
body.night .modal .modal-content {
  background: #333;
}
body.night .modal .modal-content .modal-header {
  border-bottom-color: #888;
}
body.night .modal .modal-content .modal-header .modal-title {
  color: #aaa;
}
body.night .modal .modal-content .modal-footer {
  border-top-color: #888;
}
body.night .nav-tabs {
  border-bottom-color: #141414;
}
body.night .nav-tabs > li > a {
  color: #aaa;
}
body.night .nav-tabs > li.active > a,
body.night .nav-tabs > li > a:focus,
body.night .nav-tabs > li > a:hover {
  background-color: #333;
  border-color: #141414;
  color: #aaa;
}
body.night .dropdown-menu {
  background-color: #333;
}
body.night .dropdown-menu > li > a {
  color: #888;
}
body.night .dropdown-menu > li > a:hover,
body.night .dropdown-menu > li > a:active,
body.night .dropdown-menu > li > a:focus {
  background-color: #444;
  color: #aaa;
}
.nav-tabs > li > a {
  color: #444;
  outline: none;
}
/* COMPONENTS */
.bbcode-font-1 {
  font-size: 10px;
}
.bbcode-font-2 {
  font-size: 12px;
}
.bbcode-font-3 {
  font-size: 14px;
}
.bbcode-font-4 {
  font-size: 16px;
}
.bbcode-font-5 {
  font-size: 18px;
}
.bbcode-font-6 {
  font-size: 20px;
}
.bbcode-font-7 {
  font-size: 22px;
}
.bbcode-strikethrough {
  text-decoration: line-through;
}
.bbcode-list {
  padding: 0 0 0 20px;
}
.bbcode-list > br {
  display: none;
}
.bbcode-spoiler {
  color: #888 !important;
  font-family: monospace !important;
}
.bbcode-spoiler > a {
  text-decoration: none;
}
#login-box {
  background: #222;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  top: 0;
  z-index: -999;
  transition: 0.5s all ease;
}
html.compat #login-box {
  display: none !important;
}
#login-box::before {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: #222;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#login-box input[type="text"],
#login-box input[type="password"] {
  background: #eee;
}
#login-box .checkbox {
  margin-top: 7px;
}
#login-box .remember {
  color: #aaa;
}
#login-box .indicator-container {
  text-align: center;
  color: #aaa;
  font-weight: bold;
  padding: 4px 0;
}
#login-box .indicator-container img {
  margin-right: 10px;
}
#login-box .indicator-container + .form-container {
  margin-top: 15px;
}
#top-nav {
  background: #333;
  height: 30px;
  border-bottom: 1px solid #111;
}
body.night #top-nav {
  background: #181818;
}
#top-nav.bg-shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
#top-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#top-nav ul li {
  display: inline-block;
  padding: 6px 8px;
  float: left;
}
#top-nav ul li:first-child {
  padding-left: 0;
}
#top-nav ul li a {
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #ddd;
  margin: 0;
  display: block;
  transition: 0.2s all ease;
}
body.night #top-nav ul li a {
  color: #888;
}
#top-nav ul li a:hover {
  color: #fff;
}
body.night #top-nav ul li a:hover {
  color: #aaa;
}
#top-nav.context {
  background: #AE2D2D;
}
body.night #top-nav.context {
  background: #511414;
}
#top-nav .userlabel {
  text-decoration: none;
}
#top-nav .userlabel .username {
  font-size: 12px;
  line-height: 18px;
  padding: 6px 0;
  display: inline-block;
  float: left;
  color: #fff;
}
body.night #top-nav .userlabel .username {
  color: #aaa;
}
#top-nav .userlabel .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin: 3px 0 3px 10px;
}
#main-nav {
  background: #26527C;
  border-bottom: 2px solid #1e4265;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
}
body.night #main-nav {
  background: #181818;
  border-bottom: 2px solid #141414;
}
#main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
}
#main-nav ul li {
  display: inline-block;
  float: left;
}
#main-nav ul li a {
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  display: block;
  outline: none;
  border-top: 3px solid #26527C;
  transition: 0.2s all ease;
}
body.night #main-nav ul li a {
  color: #ccc;
}
#main-nav ul li.active > a,
#main-nav ul li:hover > a {
  background: #1e4265;
}
body.night #main-nav ul li.active > a,
body.night #main-nav ul li:hover > a {
  background: #282828;
}
#main-nav ul li.active > a {
  /*border-top: 3px solid #2a717c;*/
}
#main-nav ul li i.fa {
  width: 13px;
  text-align: center;
  margin-right: 5px;
}
#main-nav ul li.pull-right i.fa {
  margin-right: 0;
  margin-left: 5px;
}
@media all and (max-width: 992px) {
  #main-nav ul li a {
    position: relative;
    font-size: 0;
  }
  #main-nav ul li a i.fa {
    font-size: 16px !important;
    line-height: 24px;
    float: left;
    margin: 0 !important;
  }
}
#hero {
  padding: 20px 0 20px 0;
}
#hero img {
  max-width: 100%;
}
#sidebar::before {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
#sidebar .widget {
  margin-bottom: 15px;
}
#sidebar .widget h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#sidebar .widget h4 i.fa {
  margin-right: 5px;
}
#sidebar .widget h4 i.fa.fa-star {
  color: #ebca00;
  text-shadow: 0 0 0.8px rgba(0, 0, 0, 0.5);
}
#sidebar .widget-search .search-outer {
  position: relative;
}
#sidebar .widget-search .search-outer::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#sidebar .widget-listing.widget-listing-deletable ul li {
  padding-right: 25px;
}
#sidebar .widget-listing ul {
  margin: -3px 0 0 0;
  padding: 0;
  list-style: none;
}
#sidebar .widget-listing ul li {
  display: block;
  clear: both;
  width: 100%;
  font-weight: bold;
  margin: 0 0 5px 0;
  position: relative;
  padding: 3px 0 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#sidebar .widget-listing ul li > i.fa {
  color: #888;
  font-size: 16px;
  margin-right: 5px;
}
#sidebar .widget-listing ul li img {
  width: 20px;
  height: 20px;
  display: inline;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: top;
}
body.night #sidebar .widget-listing ul li img {
  opacity: 0.8;
}
#sidebar .widget-listing ul li img.rect {
  border-radius: 0;
}
#sidebar .widget-listing ul li a {
  text-decoration: none;
  display: inline;
  color: #265c8a;
}
#sidebar .widget-listing ul li a:hover,
#sidebar .widget-listing ul li a:focus {
  color: #4e5b66;
}
body.night #sidebar .widget-listing ul li a {
  color: #aaa;
}
#sidebar .widget-listing ul li a h5 {
  margin: 0 0 3px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  font-weight: normal;
  font-size: 13px;
  color: inherit;
  display: inline;
}
#sidebar .widget-listing ul li .entry-btn-delete {
  display: inline-block;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
#sidebar .widget-listing ul li .entry-btn-delete i.fa {
  color: #b97c7d;
  font-size: 12px;
}
#sidebar .widget-listing ul li .entry-btn-delete:hover,
#sidebar .widget-listing ul li .entry-btn-delete:focus {
  background: #f9f9f9;
}
body.night #sidebar .widget-listing ul li .entry-btn-delete:hover,
body.night #sidebar .widget-listing ul li .entry-btn-delete:focus {
  background: #444;
}
#sidebar .widget-users {
  padding-bottom: 5px;
}
#sidebar .widget-users ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .widget-users ul li {
  display: inline-block;
  margin-right: 10px;
}
#sidebar .widget-users ul li a {
  position: relative;
}
#sidebar .widget-users ul li a.is-moderator::after {
  content: " ";
  position: absolute;
  top: -12px;
  left: 4px;
  width: 100%;
  height: 16px;
  background: url('/resources/img/crown-small.png') no-repeat center top;
  background-size: 14px;
  display: block;
  z-index: 99;
  transform: rotate(20deg);
}
#sidebar .widget-users ul li a .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-bottom: 5px;
}
#sidebar .widget-apps-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .widget-apps-filters ul li {
  text-indent: 12px;
}
#sidebar .widget-mpcl {
  text-align: center;
}
#sidebar .widget-mpcl.mpcl-linked {
  text-align: left;
}
#sidebar .widget-mpcl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
#sidebar .widget-mpcl ul li {
  margin: 0;
  padding: 0;
  display: table;
  clear: both;
  width: 100%;
}
#sidebar .widget-mpcl ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 3px 0;
  color: #444;
  vertical-align: middle;
  float: left;
}
body.night #sidebar .widget-mpcl ul li a {
  color: #aaa;
}
#sidebar .widget-mpcl ul li a i.fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  color: #666;
}
body.night #sidebar .widget-mpcl ul li a i.fa {
  color: #aaa;
}
#sidebar .widget-mpcl ul li a:hover {
  color: #888;
}
body.night #sidebar .widget-mpcl ul li a:hover {
  color: #fff;
}
#sidebar .widget-mpcl hr {
  margin: 10px 0;
}
#sidebar .widget-mpcl .stats p {
  margin: 0;
  padding: 3px 0;
  display: block;
  clear: both;
  font-size: 13px;
  color: #888;
}
body.night #sidebar .widget-mpcl .stats p {
  color: #aaa;
}
#sidebar .widget-mpcl .stats p span {
  font-weight: bold;
  min-width: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: #000;
}
body.night #sidebar .widget-mpcl .stats p span {
  color: #fff;
}
#sidebar .widget-mpcl img {
  display: inline-block;
  margin: 0 auto;
}
#sidebar .widget-mpcl p {
  margin: 15px 0;
  color: #444;
  font-size: 13px;
}
#footer {
  background: #444;
  color: #666;
}
body.night #footer {
  background: #181818;
}
#footer .site-meta {
  padding: 20px 0 30px 0;
}
#footer h4 {
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bold;
  color: #888;
}
@media all and (max-width: 992px) {
  #footer h4 {
    margin-bottom: 10px;
  }
}
#footer .team ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
#footer .team ul li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
}
#footer .team ul li a {
  margin-right: 10px;
  transition: 0.3s all ease;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
  color: #aaa;
}
#footer .team ul li a .avatar {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
}
#footer .team ul li a:hover {
  opacity: 1;
}
#footer .team ul li span {
  text-align: right;
  display: inline-block;
  float: right;
  color: #777;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer ul li {
  position: relative;
  padding-left: 20px;
}
#footer ul li a {
  text-decoration: none;
  color: #777;
  transition: 0.2s all ease;
  font-size: 13px;
  line-height: 1.5;
}
#footer ul li a:hover {
  color: #aaa;
}
#footer ul li a i.fa {
  top: 0;
  left: 0;
  position: absolute;
  width: 10px;
  text-align: center;
  margin-right: 5px;
  line-height: 1.5;
}
#footer ul.no-icons li {
  padding-left: 0;
}
@media all and (max-width: 992px) {
  #footer .contact,
  #footer .links {
    margin-top: 15px;
  }
}
#footer .bottom-row {
  background: #333;
  color: #555;
}
body.night #footer .bottom-row {
  background: #141414;
}
#footer .bottom-row .copyrights p {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
#footer .bottom-row .copyrights p img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
#footer .bottom-row .language {
  text-align: right;
}
#footer .bottom-row .language ul {
  display: inline-block;
  padding: 15px 0;
  float: right;
}
#footer .bottom-row .language ul li {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 22px;
  margin-left: 15px;
  padding: 0;
}
#smar-debug {
  position: fixed;
  right: 0;
  bottom: 0;
  line-height: 24px;
  background: #111;
  color: #888;
  z-index: 999999999;
  padding: 2px 10px;
}
#smar-debug strong {
  color: #ccc;
}
ul.page-menu {
  list-style: none;
  margin: 0 -10px 20px -10px;
  padding: 0 0 5px 0;
  width: calc(100% + 20px);
  display: table;
  clear: both;
  border-bottom: 1px solid #e0e0e0;
}
body.night ul.page-menu {
  border-bottom-color: #141414;
}
ul.page-menu li {
  display: inline-block;
  float: left;
  margin: 0 10px 5px 10px;
  color: #555;
}
body.night ul.page-menu li {
  color: #888;
}
ul.page-menu li a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s all ease;
  display: block;
  font-size: 14px;
  line-height: 22px;
  outline: none;
}
ul.page-menu li a:hover {
  color: #bbbbbb;
}
body.night ul.page-menu li a:hover {
  color: #bbbbbb;
}
ul.page-menu li.active {
  color: #000;
}
body.night ul.page-menu li.active {
  color: #d4d4d4;
}
.fileuploader {
  position: relative;
  overflow: hidden;
}
.fileuploader input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.media-selector .entry .thumbnail {
  cursor: pointer;
  max-height: 92px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 992px) {
  .media-selector .entry .thumbnail {
    max-height: 80px;
  }
}
.media-selector .entry .thumbnail img {
  width: 100%;
  max-height: 100%;
}
.media-selector .entry.selected .thumbnail {
  background: #0FA0CE;
  border-color: #0FA0CE;
}
.page-indicators {
  position: absolute;
  right: -80px;
  top: 45px;
  z-index: -1;
  width: 80px;
}
.page-indicators .indicator {
  display: block;
  background: #aa2f2a;
  width: 55px;
  text-align: right;
  padding: 3px 5px 3px 0;
  color: #f0f0f0;
  font-weight: bold;
  box-shadow: 0 0 3px #000;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}
.page-indicators .indicator:hover {
  width: 60px;
}
.page-indicators .indicator i.fa {
  margin-left: 5px;
}
.page-indicators .indicator.indicator-mailbox {
  background: #089ea2;
}
.page-indicators .indicator.indicator-qdb {
  background: #aa2f2a;
}
.pagination {
  clear: both;
  margin: 0 0 20px 0;
}
body.night .pagination li a {
  background-color: #333;
  color: #ddd;
  border-color: #111;
}
body.night .pagination li a:hover {
  background-color: #444;
}
body.night .pagination li a:active {
  background-color: #3a3a3a;
  color: #fff;
}
body.night .pagination li.active a {
  background-color: #444;
}
body.night .pagination li.active a:hover {
  background-color: #555;
}
.mpcl-listing .entries-row {
  margin: 0 -5px 0 -5px;
  position: relative;
  width: 100%;
}
.mpcl-listing .entries-row .entry {
  background: #fff;
  padding: 0;
  margin: 0 5px 10px 5px;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  width: calc(16.62% - 10px);
}
body.night .mpcl-listing .entries-row .entry {
  background: #333;
  border-color: #444;
}
@media all and (max-width: 1200px) {
  .mpcl-listing .entries-row .entry {
    width: calc(20% - 10px);
  }
}
@media all and (max-width: 992px) {
  .mpcl-listing .entries-row .entry {
    width: calc(25% - 10px);
  }
}
@media all and (max-width: 768px) {
  .mpcl-listing .entries-row .entry {
    width: calc(33.3% - 10px);
  }
}
@media all and (max-width: 640px) {
  .mpcl-listing .entries-row .entry {
    width: calc(50% - 10px);
  }
}
@media all and (min-width: 2300px) {
  .mpcl-listing .entries-row .entry {
    width: calc(10% - 10px);
  }
}
@media all and (min-width: 2000px) {
  .mpcl-listing .entries-row .entry {
    width: calc(11.1% - 10px);
  }
}
.mpcl-listing .entries-row .entry:hover {
  border-color: #2dc1e9;
}
body.night .mpcl-listing .entries-row .entry:hover {
  border-color: #165669;
}
.mpcl-listing .entries-row .entry .thumb-outer {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.mpcl-listing .entries-row .entry .thumb-outer .thumb {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.mpcl-listing .entries-row .entry .thumb-outer .avatar {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  bottom: 6px;
  display: block;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: #fff;
}
.mpcl-listing .entries-row .entry h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0 5px 0;
  font-size: 13px;
  color: #444;
  padding: 0 8px;
  line-height: 16px;
  overflow: hidden;
  width: 100%;
}
body.night .mpcl-listing .entries-row .entry h4 {
  color: #aaa;
}
.mpcl-listing .entries-row .entry small {
  display: block;
  clear: both;
  color: #888;
  font-size: 10px;
  padding: 0 8px 10px 8px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mpcl-listing .entries-row .entry small i.fa {
  margin-right: 2px;
}
.mpcl-listing .entries-row .entry small .separator {
  color: #aaa;
  margin: 0 3px;
}
body.night .mpcl-listing .entries-row .entry small .separator {
  color: #666;
}
.forum-mini-listing .entry {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum-mini-listing .entry .title {
  display: table;
  width: 100%;
  clear: both;
  margin: 0;
  padding-left: 34px;
}
.forum-mini-listing .entry .title img {
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
.forum-mini-listing .entry .title a {
  text-decoration: none;
  color: #265c8a;
}
.forum-mini-listing .entry .title a h5 {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0 1px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: inherit;
  width: 100%;
}
body.night .forum-mini-listing .entry .title a h5 {
  color: #aaa;
}
.forum-mini-listing .entry .title a:hover {
  color: #4e5b66;
}
.forum-mini-listing .entry .meta {
  display: block;
  width: 100%;
  clear: both;
  font-size: 10px;
  color: #aaa;
  font-weight: bold;
  padding-left: 34px;
  margin: 0 -5px;
  line-height: 1.2;
}
body.night .forum-mini-listing .entry .meta {
  color: #777;
}
.forum-mini-listing .entry .meta i.fa {
  margin: 0 5px;
}
.forum-mini-listing .entry .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.blog-global-listing .article {
  margin: 0 0 20px 0;
}
@media all and (max-width: 768px) {
  .blog-global-listing .article {
    margin-bottom: 10px;
  }
}
.blog-global-listing .article:hover .article-thumbnail img {
  opacity: 0.8;
}
.blog-global-listing .article.article-big .article-thumbnail {
  height: 250px;
}
.blog-global-listing .article .article-thumbnail {
  overflow: hidden;
  height: 200px;
  position: relative;
  margin: 0 0 10px 0;
}
@media all and (max-width: 768px) {
  .blog-global-listing .article .article-thumbnail {
    height: 100px;
  }
}
@media all and (max-width: 992px) {
  .blog-global-listing .article .article-thumbnail {
    height: 150px;
  }
}
.blog-global-listing .article .article-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s opacity ease;
}
.blog-global-listing .article .article-meta {
  margin: 10px 0 5px 0;
  font-size: 12px;
  color: #aaa;
}
@media all and (max-width: 768px) {
  .blog-global-listing .article .article-meta {
    font-size: 10px;
  }
}
.blog-global-listing .article .article-meta > a {
  font-weight: bold;
  text-decoration: none;
}
.blog-global-listing .article .article-meta img.avatar {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
}
.blog-global-listing .article .article-meta .sep {
  color: #ccc;
  margin: 0 5px;
}
.blog-global-listing .article .link-header {
  text-decoration: none;
  color: #222;
}
.blog-global-listing .article .link-header:hover {
  color: #555;
}
.blog-global-listing .article h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .blog-global-listing .article h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
body.night .blog-global-listing .article h3 {
  color: #aaa;
}
.blog-global-listing .article p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
@media all and (max-width: 768px) {
  .blog-global-listing .article p {
    font-size: 12px;
  }
}
.comments h4 {
  margin-bottom: 15px;
  color: #666;
}
.comments h4 span.counter {
  color: #222;
  font-weight: bold;
}
.comments .no-comments {
  color: #666;
  margin-bottom: 15px;
}
.comments .form label {
  color: #666;
}
.comments .media .media-left img {
  width: 40px;
  height: 40px;
  border-radius: 2px;
}
.comments .media h5 > span {
  color: #aaa;
}
.comments .media p {
  color: #444;
  line-height: 1.5;
}
body.night .comments .media p {
  color: #888;
}
/* VIEWS */
body.night .view-forum .forum-table tbody {
  border-top-color: #141414;
}
.view-forum .forum-table tbody.head {
  background: #f0f0f0;
  border-left: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
}
body.night .view-forum .forum-table tbody.head {
  background: #181818;
  border-color: #141414;
}
.view-forum .forum-table tbody.head:first-child {
  border-top: 2px solid #e0e0e0;
}
body.night .view-forum .forum-table tbody.head:first-child {
  border-color: #141414;
}
.view-forum .forum-table tbody:not(.head):hover {
  background: #fafafa;
}
body.night .view-forum .forum-table tbody:not(.head):hover {
  background: #333;
}
body.night .view-forum .forum-table tbody td {
  border-top-color: #141414;
}
.view-forum .forum-table .col-center {
  text-align: center;
}
.view-forum .forum-table .col-counts .count {
  display: block;
  clear: both;
  color: #888;
  font-size: 12px;
}
.view-forum .forum-table .col-counts small.count {
  font-size: 9px;
}
.view-forum .forum-table .col-title a {
  text-decoration: none;
}
.view-forum .forum-table .col-title h5 {
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
}
.view-forum .forum-table .col-title p {
  font-size: 13px;
  color: #555;
  margin: 0 0 5px 0;
}
@media all and (max-width: 768px) {
  .view-forum .forum-table .col-title p {
    font-size: 10px;
  }
}
body.night .view-forum .forum-table .col-title p {
  color: #888;
}
.view-forum .forum-table .col-activity {
  min-width: 150px;
}
.view-forum .forum-table .col-activity .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.view-forum .forum-table .col-activity .username {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  max-width: calc(100% - 30px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.view-forum .forum-table .col-activity .timestamp {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  display: block;
  clear: both;
  margin-left: 29px;
}
.view-forum .forum-header h2 {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  color: #666;
}
.view-forum .forum-header h2 .normal {
  color: #aaa;
}
.view-forum .forum-header h2 .highlight {
  color: #444;
}
body.night .view-forum .forum-header h2 .highlight {
  color: #888;
}
.view-forum .forum-header p {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
}
.view-forum .forum-topics tbody.sticky {
  background: #edffed;
}
body.night .view-forum .forum-topics tbody.sticky {
  background: #223022;
}
.view-forum .forum-topics tbody.sticky:hover {
  background: #f2fff2;
}
body.night .view-forum .forum-topics tbody.sticky:hover {
  background: #334033;
}
.view-forum .forum-topics tbody.closed {
  background: #f0f0f0;
}
body.night .view-forum .forum-topics tbody.closed {
  background: #181818;
}
.view-forum .forum-topics tbody.closed:hover {
  background: #f4f4f4;
}
body.night .view-forum .forum-topics tbody.closed:hover {
  background: #1d1d1d;
}
.view-forum .forum-topics p.topic-meta {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  margin: 0;
}
.view-forum .forum-topics p.topic-meta i.fa {
  margin-right: 3px;
}
.view-forum .forum-topics p.topic-meta a {
  color: inherit;
}
.view-forum .forum-topics p.topic-meta .separator {
  display: inline-block;
  margin: 0 3px;
}
.view-topic .forum-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
body.night .view-topic .forum-header {
  border-color: #141414;
}
.view-topic .forum-header .avatar {
  text-align: center;
}
.view-topic .forum-header .avatar img {
  max-width: 100%;
  max-height: 54px;
  border-radius: 50%;
}
.view-topic .forum-header .topic-meta {
  font-size: 12px;
  color: #aaa;
}
.view-topic .forum-header .topic-meta .separator {
  display: inline-block;
  margin: 0 3px;
}
.view-topic .forum-header .topic-meta i.fa {
  margin-right: 3px;
}
.view-topic .forum-header .topic-meta form {
  display: inline;
}
.view-topic .forum-header .topic-meta form label {
  display: inline;
  font-weight: inherit;
  cursor: pointer;
}
.view-topic .single-post {
  border-bottom: 1px solid #e0e0e0;
}
body.night .view-topic .single-post {
  border-color: #141414;
}
.view-topic .single-post .post-head {
  background: #f0f0f0;
  padding: 5px 0;
}
body.night .view-topic .single-post .post-head {
  background: #181818;
}
.view-topic .single-post .post-head h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  line-height: 24px;
  text-align: center;
}
body.night .view-topic .single-post .post-head h4 {
  color: #aaa;
}
.view-topic .single-post .post-head .date {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
}
.view-topic .single-post .post-head .moderate {
  margin-right: 10px;
}
.view-topic .single-post .post-head .permalink a {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  transition: 0.2s all ease;
}
.view-topic .single-post .post-head .permalink a:hover {
  color: #888;
}
.view-topic .single-post .post-body {
  position: relative;
  overflow: hidden;
}
.view-topic .single-post .post-body .post-author {
  padding-top: 15px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  height: 100%;
  padding-bottom: 10000px;
  margin-bottom: -9985px;
}
body.night .view-topic .single-post .post-body .post-author {
  border-right-color: #141414;
}
.view-topic .single-post .post-body .post-author .avatar {
  margin-bottom: 10px;
}
.view-topic .single-post .post-body .post-author .avatar img {
  max-width: 100%;
  max-height: 120px;
  width: 120px;
  border-radius: 3px;
  padding: 2px;
  border: 1px solid #e0e0e0;
}
body.night .view-topic .single-post .post-body .post-author .avatar img {
  border-color: #141414;
  opacity: 0.75;
}
.view-topic .single-post .post-body .post-author span {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  display: block;
  clear: both;
}
.view-topic .single-post .post-body .post-author span.rank {
  color: #444;
}
.view-topic .single-post .post-body .post-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.view-topic .single-post .post-body .post-content .post-content-inner {
  word-wrap: break-word;
}
body.night .view-topic .single-post .post-body .post-content {
  color: #aaa;
}
.view-topic .single-post .post-body .post-content img {
  max-width: 100%;
  max-height: 90vh;
}
.view-topic .single-post .post-body .post-content h1,
.view-topic .single-post .post-body .post-content h2,
.view-topic .single-post .post-body .post-content h3,
.view-topic .single-post .post-body .post-content h4,
.view-topic .single-post .post-body .post-content h5,
.view-topic .single-post .post-body .post-content h6 {
  margin: 8px 0;
  font-weight: bold;
}
.view-topic .single-post .post-body .post-content p {
  margin: 0 0 15px 0;
}
.view-topic .single-post .post-body .post-content code {
  padding: 0 5px;
  font-size: 90%;
  color: #555;
  background-color: #f5f5f5;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  border: 1px solid #e0e0e0;
}
body.night .view-topic .single-post .post-body .post-content code {
  border-color: #141414;
  background-color: #333;
  color: #aaa;
}
.view-topic .single-post .post-body .post-content :not(.quote) blockquote {
  padding: 5px 0 5px 8px;
  border-left: 3px solid #e0e0e0;
  line-height: 1.5;
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #777;
}
body.night .view-topic .single-post .post-body .post-content :not(.quote) blockquote {
  color: #aaa;
}
.view-topic .single-post .post-body .post-content :not(.quote) blockquote p:last-child {
  margin-bottom: 0;
}
.view-topic .single-post .post-body .post-content .yt-player {
  border: 1px solid #e0e0e0;
  background: #F0F0F0;
}
.view-topic .single-post .post-body .post-content .yt-player iframe {
  display: block;
}
.view-topic .single-post .post-body .post-content .yt-player .yt-player-caption {
  padding: 5px 10px;
  font-size: 12px;
  color: #555;
  display: block;
}
.view-topic .single-post .post-body .post-content .yt-player .yt-player-caption i.fa {
  color: #cd201f;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.view-topic .single-post .post-body .post-content .yt-player .yt-player-caption span {
  margin-left: 3px;
  line-height: 24px;
  display: inline-block;
}
.view-topic .single-post .post-body .post-content .yt-player .yt-player-caption span a {
  color: #444;
}
.view-topic .single-post .post-body .post-content .quote {
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  margin: 5px 0;
  display: block;
  background-color: #f0f0f0;
  border-radius: 3px;
  color: #444;
  font-size: 12px;
}
body.night .view-topic .single-post .post-body .post-content .quote {
  background-color: #333;
  color: #aaa;
  border-color: #141414;
}
.view-topic .single-post .post-body .post-content .quote .head {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
body.night .view-topic .single-post .post-body .post-content .quote .head {
  color: #888;
}
.view-topic .single-post .post-body .post-content .quote.quote-user {
  line-height: 32px;
}
.view-topic .single-post .post-body .post-content .quote.quote-user img.avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 8px;
  border: 1px solid #e0e0e0;
}
body.night .view-topic .single-post .post-body .post-content .quote.quote-user img.avatar {
  border-color: #141414;
}
.view-topic .single-post .post-body .post-content .quote.quote-user img.avatar.av-rect {
  border-radius: 0;
}
.view-topic .single-post .post-body .post-content .quote.quote-user blockquote {
  line-height: 16px;
  margin: 0;
  font-size: 14px;
  padding-left: 40px;
  border: none;
}
.view-topic .single-post .post-body .post-content .quote blockquote {
  margin: 0;
}
.view-topic .single-post .post-body .post-content .post-signature {
  font-size: 11px;
  line-height: 16px;
  border-top: 1px solid #ddd;
  padding: 15px 0;
  color: #444;
  max-height: 200px;
  overflow: hidden;
  margin-top: 15px;
}
body.night .view-topic .single-post .post-body .post-content .post-signature {
  border-top-color: #141414;
  color: #888;
}
.view-topic .single-post.target-post .post-head {
  background: #d0dcf2;
}
body.night .view-topic .single-post.target-post .post-head {
  background: #222329;
}
.view-topic .single-post.target-post .post-body {
  background: #e7fffd;
}
body.night .view-topic .single-post.target-post .post-body {
  background: #22252f;
}
.view-topic .topic-reply {
  padding-top: 15px;
  padding-bottom: 15px;
}
.view-topic .topic-reply h4 {
  padding: 0;
  margin: 0 0 15px 0;
}
.view-topic .topic-reply .reply {
  margin-bottom: 15px;
}
.view-topic .topic-reply .reply textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}
body.night .view-topic .topic-reply .reply textarea {
  background: #333;
  color: #aaa;
  border-color: #141414;
}
.view-topic .topic-reply .btn {
  margin-left: 10px;
}
.topic-create {
  padding-top: 15px;
  padding-bottom: 15px;
}
.topic-create h4 {
  padding: 0;
  margin: 0 0 15px 0;
}
.topic-create .reply {
  margin-bottom: 15px;
}
.topic-create .reply textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}
.topic-create .btn {
  margin-left: 10px;
}
.view-article {
  padding: 15px 15px;
}
@media all and (max-width: 992px) {
  .view-article {
    padding: 0;
  }
}
.view-article .title {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
@media all and (max-width: 992px) {
  .view-article .title {
    text-align: center;
  }
}
.view-article .title img.avatar {
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
@media all and (max-width: 992px) {
  .view-article .title img.avatar {
    position: static;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
}
.view-article .title .title-right {
  margin: 0 0 15px 0;
  display: block;
  padding-left: 78px;
}
@media all and (max-width: 992px) {
  .view-article .title .title-right {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.view-article .title .title-right h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
}
@media all and (max-width: 992px) {
  .view-article .title .title-right h2 {
    font-size: 22px;
  }
}
.view-article .title .title-right small {
  font-size: 12px;
  color: #888;
}
.view-article .title .title-right small a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
.view-article .title .title-right small a:hover {
  color: #444;
}
.view-article .title .title-right small .sep {
  margin: 0 5px;
  color: #aaa;
}
.view-article .article-thumbnail {
  overflow: hidden;
  height: 250px;
  position: relative;
  margin: 0 0 15px 0;
}
@media all and (max-width: 992px) {
  .view-article .article-thumbnail {
    height: 200px;
  }
}
@media all and (max-width: 768px) {
  .view-article .article-thumbnail {
    height: 150px;
  }
}
.view-article .article-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.view-article .article-body {
  padding: 0 15px 15px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
@media all and (max-width: 992px) {
  .view-article .article-body {
    padding: 0;
  }
}
.view-article .article-body h2,
.view-article .article-body h3,
.view-article .article-body h4,
.view-article .article-body h5,
.view-article .article-body h6 {
  line-height: 1.4;
  font-weight: bold;
}
.view-article .article-body h2 {
  font-size: 24px;
}
.view-article .article-body h3 {
  font-size: 20px;
}
.view-article .article-body h4 {
  font-size: 18px;
}
.view-article .article-body h5 {
  font-size: 16px;
}
body.night .view-article .article-body {
  color: #888;
}
body.night .view-article .article-body blockquote {
  border-left-color: #666;
}
.view-article .article-body p {
  margin: 0 0 10px 0;
}
.view-article .article-body img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  max-height: 80vh;
}
.view-article .article-body blockquote {
  font-size: inherit;
}
.view-article .blog-comments {
  padding: 15px 15px 0 15px;
}
@media all and (max-width: 992px) {
  .view-article .blog-comments {
    padding: 0;
  }
}
.view-settings .section-description h3 {
  margin-top: 0;
}
.view-settings .section-description p {
  color: #555;
}
body.night .view-settings .section-description p {
  color: #888;
}
.view-settings textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 120px;
}
.view-settings .sub-personal .avatar-preview {
  max-width: 100px;
  height: auto;
  max-height: 100px;
  margin-bottom: 0;
}
.view-settings .sub-personal .avatar-options {
  margin-bottom: 0;
}
.view-settings .sub-ftp div.checkbox {
  padding-top: 0;
}
.view-settings .sub-ftp .form-group {
  margin-bottom: 10px;
}
.view-user .user-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
body.night .view-user .user-header {
  border-bottom-color: #141414;
}
.view-user .user-header .avatar {
  text-align: center;
}
.view-user .user-header .avatar img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.view-user .user-header .user-meta {
  font-size: 12px;
  color: #aaa;
}
.view-user .user-header .user-meta .separator {
  display: inline-block;
  margin: 0 3px;
}
.view-user .user-header .user-meta i.fa {
  margin-right: 3px;
}
.view-user .user-header .user-meta form {
  display: inline;
}
.view-user .user-header .user-meta form label {
  display: inline;
  font-weight: inherit;
  cursor: pointer;
}
.view-user .user-header .user-meta a {
  color: inherit;
  text-decoration: none;
}
.view-user .user-header h2 {
  margin: 0;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  color: #666;
  display: inline-block;
  position: relative;
}
body.night .view-user .user-header h2 {
  color: #aaa;
}
.view-user .user-header h2 .normal {
  color: #aaa;
}
.view-user .user-header h2 .highlight {
  color: #444;
}
body.night .view-user .user-header h2 .highlight {
  color: #ddd;
}
.view-user .user-header h2 .dot {
  position: absolute;
  right: -20px;
  bottom: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.view-user .user-header h2 .dot.dot-green {
  background: #00c600;
}
.view-user .user-header h2 .dot.dot-green.dot-silent {
  background: none;
  border: 2px solid #00c600;
}
.view-user .user-header h2 .dot.dot-yellow {
  background: #c1bc00;
}
.view-user .user-header h2 .dot.dot-yellow.dot-silent {
  background: none;
  border: 2px solid #c1bc00;
}
.view-user .user-header h2 .dot.dot-grey {
  border: 2px solid #888;
}
.view-user .user-header p {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  margin-bottom: 0;
}
.view-user .user-header p a {
  text-decoration: none;
  color: #999;
  transition: 0.3s all ease;
}
.view-user .user-header p a:hover {
  color: #555;
}
.view-user .section-history .timeline .entry {
  padding: 5px 0;
}
.view-user .section-history .timeline .entry:hover {
  background: #f0f0f0;
}
.view-user .section-history .timeline .entry .icon {
  width: 20px;
  text-align: left;
  margin-right: 5px;
  display: inline-block;
  color: #aaa;
  font-size: 18px;
}
.view-user .section-history .timeline .entry .timestamp {
  text-align: right;
  color: #aaa;
}
.view-user .section-history .timeline hr {
  margin: 5px 0;
}
.view-user .section-activity .subsection {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
.view-user .section-activity .subsection:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.view-user .section-activity .subsection:first-child h5 {
  margin-top: 0;
}
.view-user .section-activity .subsection h5 {
  font-size: 16px;
  margin: 15px 0 15px 0;
  display: block;
}
.view-user .section-activity .forum-activity h4 {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #666;
}
.view-user .section-activity .forum-activity .entry {
  margin-bottom: 10px;
}
.view-user .achievement {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 15px;
  position: relative;
  padding: 5px 15px 5px 38px;
  border-radius: 3px;
  z-index: 1;
  overflow: hidden;
}
.view-user .achievement::before {
  position: absolute;
  z-index: -1;
  background: rgba(133, 133, 133, 0);
  content: " ";
  width: 100%;
  left: 0;
  top: 5px;
  height: 21px;
  border-radius: 2px;
}
.view-user .achievement .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: calc(100% - 21px);
  background: rgba(26, 26, 26, 0);
  text-align: center;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.view-user .achievement .icon::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  display: block;
  content: " ";
  border-right: 14px solid transparent;
  border-top: 16px solid rgba(26, 26, 26, 0);
}
.view-user .achievement .icon::before {
  position: absolute;
  bottom: -16px;
  right: 0;
  display: block;
  content: " ";
  border-left: 14px solid transparent;
  border-top: 16px solid rgba(26, 26, 26, 0);
}
.view-user .achievement .icon img {
  max-width: 100%;
  background: linear-gradient(to bottom, rgba(64, 64, 64, 0), rgba(26, 26, 26, 0));
}
.view-user .achievement h6 {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #444;
}
.view-user .achievement p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}
.view-user .section-achievements .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.view-index .section {
  margin-bottom: 15px;
}
.view-index .section h4 {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #444;
}
body.night .view-index .section h4 {
  color: #888;
}
.view-index .section h4 i.fa {
  margin-right: 5px;
  color: #666;
}
.view-index .section-blog {
  padding: 5px 0 5px 10px;
}
@media all and (max-width: 992px) {
  .view-index .section-blog {
    padding: 0;
  }
}
.view-index .section-slider .entry {
  width: 100%;
  position: relative;
  border: 1px solid #e0e0e0;
}
body.night .view-index .section-slider .entry {
  border-color: #444;
}
.view-index .section-slider .entry .background {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.view-index .section-slider .entry .background img {
  max-width: 100%;
  height: auto;
}
.view-index .section-slider .entry .background::after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, transparent, #000000);
  z-index: 0;
}
.view-index .section-slider .entry .meta {
  position: absolute;
  display: block;
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.7) 95%);
  padding: 10px 0;
  z-index: 9;
}
.view-index .section-slider .entry .meta .avatar {
  width: 40px;
  height: 40px;
  margin: 15px;
  float: left;
  border-radius: 50%;
  background: #fff;
}
.view-index .section-slider .entry .meta .info {
  margin-left: 15px;
}
.view-index .section-slider .entry .meta .info h4 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  padding: 16px 0;
  margin: 0;
}
.view-index .section-slider .entry .meta .info.has-description h4 {
  padding: 0;
  margin: 3px 0 0 0;
}
.view-index .section-slider .entry .meta .info.has-description p {
  margin: 0;
  color: #aaa;
  font-size: 13px;
}
.view-index .section-slider .entry .meta .btn-cta {
  height: 40px;
  margin: 15px 30px 15px 0;
  line-height: 36px;
  padding: 0 30px;
  float: right;
  color: #fff;
}
.view-index .section-slider .entry .meta .btn-cta i.fa {
  margin-left: 5px;
}
.view-index .section-slider .owl-pagination {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  width: 100%;
}
.view-index .section-slider .owl-pagination .owl-page span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
}
.view-index .section-programs .app .thumbnail {
  margin-bottom: 10px;
}
.view-index .section-programs .app h4 {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 16px;
  color: #222;
}
body.night .view-index .section-programs .app h4 {
  color: #aaa;
}
.view-index .section-programs .app p {
  font-size: 12px;
  margin: 0 0 5px 0;
}
.view-index .section-programs .app.app-large h4 {
  font-size: 18px;
}
.view-index .section-programs .app.app-large .thumbnail {
  margin-bottom: 20px;
}
.view-index .section-programs .app .meta {
  display: block;
  width: 100%;
  font-size: 12px;
}
.view-index .section-programs .app .meta .platforms {
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin: 2px -2px;
  color: #888;
  padding: 0 3px;
}
.view-index .section-programs .app .meta .platforms i.fa {
  margin: 0 2px;
}
.view-index .section-programs .app .meta .size {
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin: 2px 0;
  color: #888;
}
.view-index .section-programs .app .meta .href {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.view-index .section-programs .app .link {
  text-decoration: none;
}
.view-index .section-forum .readmore {
  margin: 10px 0 0 0;
  font-size: 11px;
  color: #888;
  font-weight: bold;
  display: inline-block;
}
body.night .view-index .section-forum .readmore {
  color: #888;
}
.view-index .section-forum .readmore:hover {
  text-decoration: none;
  color: #555;
}
.view-index .section-library {
  padding: 5px 0 5px 10px;
}
.view-index .section-library .head {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.view-index .section-library .head > h4 {
  font-weight: bold;
}
.view-index .section-library h4 {
  font-weight: normal;
}
.view-irc .ircgate {
  width: 100%;
  min-height: 60vh;
  height: 500px;
}
.view-irc p {
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 13px;
  color: #888;
}
.view-compo {
  margin-top: -15px;
}
.view-compo .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}
.view-compo .banner {
  margin-bottom: 15px;
}
.view-compo h3 {
  margin: 20px 0;
}
.view-compo .section-participants .entry {
  position: relative;
  margin-bottom: 15px;
}
.view-compo .section-participants .entry h4 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
.view-compo .section-participants .entry .thumb {
  max-width: 100%;
}
.view-compo .section-participants .entry .description {
  margin: 15px 0;
}
.view-contact h3 {
  margin: 10px 0 5px 0;
}
.view-contact .entry {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.view-contact .entry .icon {
  font-size: 48px;
}
.view-contact .entry p {
  margin: 10px 0;
}
.view-contact .entry h4 {
  font-weight: bold;
}
.view-contact .sender img.avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
}
.view-contact button[type="submit"] {
  margin-top: 15px;
}
.view-mailbox .section-inbox .entry,
.view-mailbox .section-sent .entry {
  line-height: 24px;
  padding: 5px 0;
}
.view-mailbox .section-inbox .entry:hover,
.view-mailbox .section-sent .entry:hover {
  background: #f0f0f0;
}
body.night .view-mailbox .section-inbox .entry:hover,
body.night .view-mailbox .section-sent .entry:hover {
  background: #333;
}
.view-mailbox .section-inbox .entry .icon,
.view-mailbox .section-sent .entry .icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: #555;
}
.view-mailbox .section-inbox .entry .user,
.view-mailbox .section-sent .entry .user {
  display: inline-block;
  float: left;
}
.view-mailbox .section-inbox .entry .user a,
.view-mailbox .section-sent .entry .user a {
  text-decoration: none;
  color: inherit;
}
.view-mailbox .section-inbox .entry .user .avatar,
.view-mailbox .section-sent .entry .user .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
}
.view-mailbox .section-inbox .entry .subject,
.view-mailbox .section-sent .entry .subject {
  text-decoration: none;
}
.view-mailbox .section-inbox .entry .date,
.view-mailbox .section-sent .entry .date {
  color: #888;
  text-align: right;
}
.view-mailbox .section-single hr {
  margin: 5px 0 15px 0;
}
.view-mailbox .section-single .contents {
  font-size: 16px;
  font-family: inherit;
  background: transparent;
  border: none;
  padding: 0;
}
body.night .view-mailbox .section-single .contents {
  color: #aaa;
}
.view-mailbox .section-single .subject {
  margin: 0 0 15px 0;
}
.view-mailbox .section-single .subject i.fa {
  margin-right: 5px;
}
.view-mailbox .section-single .meta {
  color: #555;
}
body.night .view-mailbox .section-single .meta {
  color: #888;
}
.view-mailbox .section-single .meta .user,
.view-mailbox .section-single .meta .time {
  display: inline-block;
  clear: both;
  float: left;
  margin-bottom: 10px;
  line-height: 24px;
}
.view-mailbox .section-single .meta .user a,
.view-mailbox .section-single .meta .time a {
  text-decoration: none;
  color: inherit;
}
.view-mailbox .section-single .meta .user .avatar,
.view-mailbox .section-single .meta .time .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
}
.view-mailbox .section-single .meta .user .direction,
.view-mailbox .section-single .meta .time .direction {
  display: inline-block;
  margin-right: 10px;
}
.view-mailbox .pagination {
  margin-top: 15px;
}
.view-404 {
  background-color: #396BA5;
  text-align: center;
  padding: 30px 0 0 0;
}
.view-404 .center {
  position: absolute;
  display: block;
  width: 600px;
  height: 300px;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -300px;
}
.view-404 .banner {
  padding-bottom: 10px;
}
.view-404 h5 {
  margin: 0;
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
}
.view-404 h5 img {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  margin-right: 10px;
}
.view-404 ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.view-404 ul li {
  color: #ddd;
  margin: 0 5px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.view-404 ul li:hover {
  color: #fff;
}
.view-404 ul li a {
  text-decoration: none;
  color: inherit;
}
@keyframes snr {
  0% {
    transform: rotate(0deg);
    margin-top: 0;
  }
  50% {
    transform: rotate(25deg);
    opacity: 0.2;
    margin-top: 50vh;
  }
  100% {
    transform: rotate(35deg);
    margin-top: 100vh;
  }
}
.view-404 .snr {
  position: fixed;
  display: block;
  transform-origin: center;
  animation-name: snr;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
  opacity: 0;
}
.night.view-404 {
  background-color: #0a1822;
}
.night.view-404 h5 {
  font-family: "Lato", sans-serif;
  color: #aaa;
}
.night.view-404 ul li {
  color: #888;
}
.view-comingsoon {
  background: url('/resources/img/comingsoon-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  padding: 30px 0 0 0;
}
.view-comingsoon .center {
  position: absolute;
  display: block;
  width: 600px;
  height: 300px;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -300px;
}
.view-comingsoon .banner {
  padding-bottom: 10px;
}
.view-comingsoon h5 {
  margin: 0;
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
}
.view-comingsoon h5 img {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  margin-right: 10px;
}
.view-comingsoon ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.view-comingsoon ul li {
  color: #ddd;
  margin: 0 5px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.view-comingsoon ul li:hover {
  color: #fff;
}
.view-comingsoon ul li a {
  text-decoration: none;
  color: inherit;
}
.view-login {
  background: url('/resources/img/comingsoon-bg.jpg') no-repeat center center fixed #008080;
  background-size: cover;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.view-login video {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-aspect-ratio: 1.77777778) {
  .view-login video {
    height: 300%;
    top: -100%;
    /* or height: 200%; top: -50%;
         or height: 400%; top: -150%; */
  }
}
@media (max-aspect-ratio: 1.77777778) {
  .view-login video {
    width: 300%;
    left: -100%;
    /* or width: 200%; left: -50%;
         or width: 400%; left: -150%; */
  }
}
.view-login .video-overlay {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.view-login .login-container {
  display: table;
  padding: 45px 0 15px 0;
  width: 100%;
  height: 100vh;
}
.view-login .login-container .vertical-center {
  display: table-cell;
  vertical-align: middle;
}
.view-login #login-form {
  width: 700px;
  max-width: 100vw;
  display: table;
  margin: 0 auto;
  position: relative;
  text-align: left;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.4);
}
.view-login #login-form h4 {
  color: #fff;
}
.view-login #login-form p {
  color: #fff;
  margin-bottom: 15px;
}
.view-login #login-form::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(49, 79, 132, 0.7);
  mix-blend-mode: color;
  z-index: 0;
}
.view-login #login-form > .inner {
  background: rgba(255, 255, 255, 0.1);
  padding: 50px 80px;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.view-login #login-form .alert {
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.view-login #login-form .alert:last-child {
  margin-bottom: 20px;
}
.view-login #login-form .alert.alert-danger {
  background: rgba(255, 0, 0, 0.2);
}
.view-login #login-form .alert.alert-success {
  background: rgba(0, 255, 0, 0.2);
}
.view-login #login-form .heading {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.view-login #login-form .heading img {
  max-width: 100%;
  height: auto;
}
.view-login #login-form label {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
}
.view-login #login-form [type="text"],
.view-login #login-form [type="email"],
.view-login #login-form [type="password"] {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  transition: 0.2s all ease;
}
.view-login #login-form [type="text"]:not(:valid),
.view-login #login-form [type="email"]:not(:valid),
.view-login #login-form [type="password"]:not(:valid) {
  margin-top: -20px;
}
.view-login #login-form [type="text"]:focus,
.view-login #login-form [type="email"]:focus,
.view-login #login-form [type="password"]:focus,
.view-login #login-form [type="text"]:active,
.view-login #login-form [type="email"]:active,
.view-login #login-form [type="password"]:active {
  border-bottom-color: rgba(92, 205, 255, 0.8);
  margin-top: 0;
}
.view-login #login-form .remember {
  padding: 8px 0;
}
.view-login #login-form .remember [type="checkbox"] {
  float: left;
  margin: 3px 8px 3px 0;
}
.view-login #login-form .btn {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  font-weight: bold;
  outline: none;
  color: #fff;
}
.view-login #login-form .btn:hover,
.view-login #login-form .btn:active,
.view-login #login-form .btn:focus {
  border-color: rgba(92, 205, 255, 0.8);
}
.view-login #login-form .btn i.fa {
  margin-left: 5px;
}
.view-login #login-form .form-group {
  margin-bottom: 20px;
}
.view-login .bottom-links {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  padding: 15px 0;
  margin: 0;
}
.view-login .bottom-links a {
  color: inherit;
  outline: none;
  padding: 0 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.view-login .bottom-links a:last-child {
  border-right: none;
}
.view-login .bottom-links a:hover {
  color: #ffffff;
}
.view-login #WINLOGON_EXE {
  display: block;
  width: 457px;
  height: 170px;
  background-color: #c0c0c0;
  margin: 0 auto;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
}
.view-login #WINLOGON_EXE,
.view-login #WINLOGON_EXE * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.view-login #WINLOGON_EXE .w_wrapper {
  display: block;
  padding: 1px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 453px;
  height: 166px;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  position: relative;
}
.view-login #WINLOGON_EXE .w_title {
  width: 449px;
  height: 14px;
  padding: 2px;
  background: #000181;
  background: -moz-linear-gradient(left, #000181 0%, #1084d0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000181), color-stop(100%, #1084d0));
  background: -webkit-linear-gradient(left, #000181 0%, #1084d0 100%);
  background: -o-linear-gradient(left, #000181 0%, #1084d0 100%);
  background: -ms-linear-gradient(left, #000181 0%, #1084d0 100%);
  background: linear-gradient(to right, #000181 0%, #1084d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000181', endColorstr='#1084d0', GradientType=1);
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.view-login #WINLOGON_EXE .w_title a {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
  margin-left: 2px;
}
.view-login #WINLOGON_EXE h2 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  display: inline-block;
  clear: none;
  margin: 0 0 8px 0;
  width: 270px;
}
.view-login #WINLOGON_EXE .logonicon {
  margin-left: 21px;
  margin-right: 22px;
  width: 48px;
  height: 48px;
  padding-bottom: 70px;
  float: left;
  display: block;
  clear: none;
}
.view-login #WINLOGON_EXE span {
  width: 117px;
  height: 21px;
  display: inline-block;
}
.view-login #WINLOGON_EXE input[type="text"],
.view-login #WINLOGON_EXE input[type="password"] {
  width: 131px;
  height: 19px;
  background-color: #fff;
  display: inline-block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.view-login #WINLOGON_EXE .input-wrap {
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 7px;
}
.view-login #WINLOGON_EXE .check-wrap {
  display: inline-block;
  margin-bottom: 7px;
  margin-top: 5px;
  height: 22px;
  vertical-align: top;
}
.view-login #WINLOGON_EXE .remember {
  margin-top: 4px;
}
.view-login #WINLOGON_EXE button {
  width: 71px;
  height: 21px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #c0c0c0;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.view-login #WINLOGON_EXE .b-ok .b-wrap2 {
  width: 71px;
  height: 21px;
  display: block;
  content: " ";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.view-login #WINLOGON_EXE .b-ok {
  position: absolute;
  top: 30px;
  right: 10px;
  padding: 1px;
  z-index: 9999;
  background-color: #000;
}
.view-login #WINLOGON_EXE .b-cancel {
  position: absolute;
  top: 60px;
  right: 11px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.view-qdb .section-list .entry {
  margin-bottom: 20px;
}
.view-qdb .section-list .entry .text {
  background: #f5f5f5;
  margin: 0 0 10px 0;
  padding: 5px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-family: monospace;
  line-height: 1.5;
  font-size: 12px;
}
body.night .view-qdb .section-list .entry .text {
  background: #333;
  border-color: #141414;
}
.view-qdb .section-list .entry .entry-meta .btn {
  display: inline-block;
  margin-right: 5px;
  float: left;
  color: #444;
}
body.night .view-qdb .section-list .entry .entry-meta .btn {
  color: #aaa;
}
.view-qdb .section-list .entry .entry-meta .points {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.view-qdb .section-list .entry .entry-meta .timestamp {
  color: #aaa;
  margin-right: 5px;
  font-size: 12px;
  line-height: 20px;
}
.view-qdb .section-list .entry .entry-meta .permalink {
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  color: #aaa;
  font-weight: bold;
  transition: all 0.2s ease;
}
.view-qdb .section-list .entry .entry-meta .permalink:hover {
  color: #444;
}
.view-qdb .section-add textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 500px;
  min-height: 200px;
}
.view-qdb .qdb-tutorial {
  margin-bottom: 30px;
}
.view-qdb .qdb-tutorial .icon {
  margin: 0 auto;
}
.view-qdb .qdb-tutorial h3 {
  margin: 10px 0;
  font-weight: bold;
}
.view-qdb .qdb-tutorial ul {
  list-style: none;
  padding: 0;
}
.view-qdb .qdb-tutorial ul li {
  margin: 2px 0;
}
.view-apps .app-single .heading {
  margin-bottom: 30px;
}
.view-apps .app-single .heading .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
  max-width: 200px;
}
.view-apps .app-single .heading .info {
  width: calc(100% - 230px);
  display: inline-block;
  float: left;
}
.view-apps .app-single .heading .info h2 {
  margin: 0 0 4px 0;
  font-size: 26px;
  line-height: 40px;
  padding: 0;
}
.view-apps .app-single .heading .info h2 .icon {
  vertical-align: middle;
  display: inline-block;
  float: left;
  height: 24px;
  width: 24px;
  margin: 8px 5px 8px 0;
}
.view-apps .app-single .heading .info .info-row {
  display: block;
  clear: both;
  width: 100%;
  color: #444;
  font-size: 13px;
  line-height: 22px;
}
body.night .view-apps .app-single .heading .info .info-row {
  color: #888;
}
.view-apps .app-single .heading .info .info-row .sep {
  color: #aaa;
}
.view-apps .app-single .heading .info .info-row i.fa {
  line-height: inherit;
  font-size: inherit;
  margin: 0 5px 0 0;
  display: inline-block;
  float: left;
  color: #666;
  width: 16px;
  text-align: center;
}
.view-apps .app-single .heading .info .info-row a {
  text-decoration: none;
  color: #666;
}
body.night .view-apps .app-single .heading .info .info-row a {
  color: #888;
}
.view-apps .app-single .heading .info .info-row a:hover {
  color: #000;
}
body.night .view-apps .app-single .heading .info .info-row a:hover {
  color: #aaa;
}
.view-apps .app-single .heading .info .description {
  margin-top: 5px;
  color: #444;
  font-size: 14px;
  line-height: 21px;
}
body.night .view-apps .app-single .heading .info .description {
  color: #aaa;
}
.view-apps .app-single .screenshots {
  margin-bottom: 30px;
}
.view-apps .app-single .versions thead {
  font-weight: bold;
}
.view-apps .app-single .versions thead i.fa {
  margin-right: 5px;
}
.view-apps .app-single .versions .col-download {
  width: 200px;
  text-align: center;
  vertical-align: middle;
}
.view-apps .app-single .versions .col-download i.fa {
  margin-right: 5px;
}
.view-apps .app-single .versions h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  font-weight: bold;
}
.view-apps .app-single .versions h4 .icon {
  vertical-align: middle;
  display: inline-block;
  float: left;
  height: 24px;
  width: 24px;
  margin: 0 15px 0 0;
}
.view-apps .app-single .versions .info {
  padding-left: 39px;
  color: #888;
  font-size: 12px;
}
.view-apps .app-single .versions .info i.fa {
  margin-right: 5px;
}
.view-apps .app-single .versions .info .sep {
  margin: 0 5px;
  color: #aaa;
}
.view-apps .apps-listing .entry {
  margin: 0 0 15px 0;
}
.view-apps .apps-listing .entry:hover .app-thumbnail img {
  opacity: 0.8;
}
.view-apps .apps-listing .entry .app-thumbnail {
  overflow: hidden;
  height: 150px;
  position: relative;
  margin: 0 0 8px 0;
}
.view-apps .apps-listing .entry .app-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s opacity ease;
}
.view-apps .apps-listing .entry h3 {
  font-size: 18px;
  margin: 0 0 8px 0;
  display: inline-block;
}
body.night .view-apps .apps-listing .entry h3 {
  color: #aaa;
}
.view-apps .apps-listing .entry h3 img.icon {
  width: 24px;
  height: 24px;
}
.view-apps .apps-listing .entry p {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}
.view-catalog .listing-head .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.view-catalog .listing-head h4 {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 0;
  margin: 0;
}
.view-catalog .catalog-listing .entries-row {
  margin: 30px -5px 0 -5px;
  position: relative;
  width: 100%;
}
.view-catalog .catalog-listing .entries-row .entry {
  background: #fff;
  padding: 0;
  margin: 0 5px 10px 5px;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  width: calc(16.62% - 10px);
}
body.night .view-catalog .catalog-listing .entries-row .entry {
  background: #333;
  border-color: #444;
}
@media all and (max-width: 1200px) {
  .view-catalog .catalog-listing .entries-row .entry {
    width: calc(20% - 10px);
  }
}
@media all and (max-width: 992px) {
  .view-catalog .catalog-listing .entries-row .entry {
    width: calc(25% - 10px);
  }
}
@media all and (max-width: 768px) {
  .view-catalog .catalog-listing .entries-row .entry {
    width: calc(33.3% - 10px);
  }
}
@media all and (max-width: 640px) {
  .view-catalog .catalog-listing .entries-row .entry {
    width: calc(50% - 10px);
  }
}
@media all and (min-width: 2300px) {
  .view-catalog .catalog-listing .entries-row .entry {
    width: calc(10% - 10px);
  }
}
@media all and (min-width: 2000px) {
  .view-catalog .catalog-listing .entries-row .entry {
    width: calc(11.1% - 10px);
  }
}
.view-catalog .catalog-listing .entries-row .entry:hover {
  border-color: #2dc1e9;
}
body.night .view-catalog .catalog-listing .entries-row .entry:hover {
  border-color: #165669;
}
.view-catalog .catalog-listing .entries-row .entry .thumb-outer {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.view-catalog .catalog-listing .entries-row .entry .thumb-outer .thumb {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.view-catalog .catalog-listing .entries-row .entry .thumb-outer .avatar {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  bottom: 6px;
  display: block;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: #fff;
}
.view-catalog .catalog-listing .entries-row .entry h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0 5px 0;
  font-size: 13px;
  color: #444;
  padding: 0 8px;
  line-height: 16px;
  overflow: hidden;
  width: 100%;
}
body.night .view-catalog .catalog-listing .entries-row .entry h4 {
  color: #aaa;
}
.view-catalog .catalog-listing .entries-row .entry small {
  display: block;
  clear: both;
  color: #888;
  font-size: 10px;
  padding: 0 8px 10px 8px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.view-catalog .catalog-listing .entries-row .entry small i.fa {
  margin-right: 2px;
}
.view-catalog .catalog-listing .entries-row .entry small .separator {
  color: #aaa;
  margin: 0 3px;
}
body.night .view-catalog .catalog-listing .entries-row .entry small .separator {
  color: #666;
}
.view-catalog .catalog-single .heading {
  margin-bottom: 5px;
}
.view-catalog .catalog-single .heading h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 42px;
  margin: 0 0 5px 0;
  padding: 0;
}
.view-catalog .catalog-single .heading h2 .avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: top;
  margin: 5px 5px 5px 0;
}
.view-catalog .catalog-single .heading .meta {
  display: block;
  clear: both;
  width: 100%;
  font-size: 14px;
  color: #888;
  margin: 0 0 5px 0;
}
.view-catalog .catalog-single .heading .meta .sep {
  display: inline-block;
  margin: 0 5px;
}
.view-catalog .catalog-single .heading .meta a.user-link {
  text-decoration: none;
  color: inherit;
}
.view-catalog .catalog-single .heading .meta a.user-link:hover {
  color: #aaa;
}
.view-catalog .catalog-single .heading .meta i.fa {
  margin-right: 5px;
}
.view-catalog .catalog-single .thumbs {
  margin: 15px -2px;
  display: table;
  width: 100%;
}
.view-catalog .catalog-single .thumbs .thumb {
  margin: 0 2px 10px 2px;
  display: inline-block;
  float: left;
  width: calc(16.6% - 4px);
}
.view-catalog .catalog-single .thumbs .thumb .thumbnail {
  margin: 0;
  padding: 2px;
}
.view-catalog .catalog-single .description {
  font-size: 14px;
  line-height: 1.5;
}
.view-catalog .catalog-single .aside {
  text-align: center;
}
.view-catalog .catalog-single .aside .aside-section {
  margin-bottom: 15px;
}
.view-catalog .catalog-single .aside .aside-section.aside-params dl dd {
  margin-bottom: 10px;
}
.view-catalog .catalog-single .aside .aside-section.aside-rating .fa-star,
.view-catalog .catalog-single .aside .aside-section.aside-rating .fa-star-o {
  color: #ffd800;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.view-catalog .catalog-initialize .well {
  text-align: center;
}
.view-catalog .catalog-initialize .well h4 {
  margin: 15px 0;
  font-weight: bold;
  font-size: 20px;
}
.view-catalog .catalog-initialize .well p {
  margin: 15px 0;
}
.view-catalog .catalog-initialize .well .btn {
  margin: 15px 0;
}
.view-catalog .catalog-edit h3 {
  margin: 15px 0 20px 0;
}
.view-catalog .catalog-edit .well h4 {
  margin: 0 0 15px 0;
  font-weight: bold;
}
.view-catalog .catalog-edit .well label {
  font-weight: normal;
}
.view-catalog .catalog-edit .btn i.fa {
  margin-left: 5px;
}
.view-catalog .catalog-edit textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 500px;
}
.view-catalog .catalog-edit .gallery-entries .entry-placeholder {
  background: rgba(255, 255, 0, 0.4);
  min-height: 120px;
}
.view-catalog .catalog-edit .gallery-entries .entry {
  display: inline-block;
  margin-bottom: 15px;
  cursor: move;
}
.view-catalog .catalog-edit .gallery-entries .entry:first-child .thumbnail {
  background: #0FA0CE;
}
.view-catalog .catalog-edit .gallery-entries .entry .thumbnail {
  margin-bottom: 0;
  position: relative;
}
.view-catalog .catalog-edit .gallery-entries .entry .thumbnail img {
  width: 100%;
}
.view-catalog .catalog-edit .gallery-entries .entry .thumbnail .actions {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 15px;
  width: calc(100% - 10px);
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  opacity: 0;
}
.view-catalog .catalog-edit .gallery-entries .entry .thumbnail .actions .btn {
  outline: none;
}
.view-catalog .catalog-edit .gallery-entries .entry:hover .actions {
  opacity: 1;
}
.view-achievements .achievement {
  padding: 5px 10px;
  border: 2px solid #e0e0e0;
  background: #f9f9f9;
  margin: 0 0 15px 0;
}
.view-achievements .achievement .head .icon {
  float: left;
  margin-right: 15px;
}
.view-achievements .achievement .head h6 {
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0;
}
.view-achievements .achievement p {
  font-size: 13px;
  line-height: 1.3;
  margin: 5px 0 5px 0;
  color: #444;
}
.view-blog .listing .entry {
  position: relative;
  height: 150px;
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
.view-blog .listing .entry img.thumbnail {
  max-width: 100%;
  max-height: 100%;
}
.view-blog .listing .entry .col-middle a {
  text-decoration: none;
}
.view-blog .listing .entry .col-right {
  height: 150px;
}
.view-blog .listing .entry .col-right .flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.view-blog .listing .entry .col-right a.btn {
  margin: 3px auto;
}
.view-blog .listing .entry .col-right a.btn i.fa {
  margin-left: 5px;
}
.view-blog .listing .entry .col-right small {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
  text-align: center;
  line-height: 1.4;
}
.view-blog .listing .entry h3 {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
}
.view-blog .listing .entry h3 img.avatar {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin: 0 5px 0 0;
}
.view-blog .listing .entry p {
  line-height: 1.5;
}
.view-admin .admin-dashboard .detailed-stats strong {
  font-weight: 900;
  font-size: 32px;
  display: block;
  clear: both;
}
.view-admin .admin-dashboard .detailed-stats small {
  display: block;
  clear: both;
}
.view-admin .admin-dashboard .detailed-stats small span {
  font-weight: bold;
}
.view-admin .admin-dashboard .login-stats .entry {
  display: inline-block;
  float: left;
  margin: 5px 10px 10px 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
}
.view-admin .admin-dashboard .login-stats .entry:hover .avatar {
  transform: scale(1.3);
}
.view-admin .admin-dashboard .login-stats .entry .avatar {
  width: 32px;
  height: 32px;
}
.view-admin .admin-users .contents .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
}
.view-admin .admin-appearance .color-sample {
  display: block;
  clear: both;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin: 5px 0;
}
.view-admin .admin-appearance .images-history .thumbnail {
  margin-bottom: 5px;
}
.view-admin .admin-appearance .images-history .entry {
  margin-bottom: 5px;
}
.view-admin .admin-media .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.view-admin .admin-qdb .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.view-admin .admin-team .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.view-admin .admin-slider .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.view-admin .admin-slider #slider-table .thumbnail {
  max-width: 180px;
}
.view-admin .admin-articles .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
#hypervisor {
  height: 100vh;
  background: #222;
  width: 320px;
  position: fixed;
  right: -20px;
  top: 0;
  border-left: 1px solid #333;
  overflow: hidden;
  overflow-y: scroll;
}
#hypervisor.unvisible {
  display: none;
}
@media all and (max-width: 992px) {
  #hypervisor {
    display: none;
  }
}
#hypervisor h4 {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #e0e0e0;
  width: 100%;
  clear: both;
  display: block;
  background: #333;
  padding: 3px 15px;
  cursor: pointer;
}
#hypervisor h4 i.fa {
  margin-right: 5px;
}
#hypervisor .content {
  padding: 5px 15px;
  color: #aaa;
}
#hypervisor .content .entry {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  display: table;
}
#hypervisor .content .entry.new .info .timestamp {
  font-weight: bold;
  color: #fff;
}
#hypervisor .content .entry .user {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#hypervisor .content .entry .user .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#hypervisor .content .entry .info {
  display: inline-block;
  float: left;
  width: calc(100% - 42px);
}
#hypervisor .content .entry .info .nickname {
  text-decoration: none;
  color: #ddd;
  display: block;
  clear: both;
}
#hypervisor .content .entry .info .nickname:hover {
  color: #fff;
}
#hypervisor .content .entry .info .timestamp,
#hypervisor .content .entry .info .message {
  color: #aaa;
  display: block;
  clear: both;
  font-size: 11px;
}
#hypervisor .content .entry .info .timestamp i.fa,
#hypervisor .content .entry .info .message i.fa {
  margin-right: 3px;
}
#hypervisor-toggle {
  display: block;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
  width: 32px;
  height: 29px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #333;
  outline: none;
}
#hypervisor-toggle:hover {
  background: #555;
}
