/*

HumHub Style CSS
Author: Andreas Strobel
Website: http://www.humhub.org


Table of Bootstrap modifications:
---------------------------------------------
1) General
2) Topbar (replaces the Bootstrap Navbar)
3) Navs (Nav-Tabs & Nav-Pills)
4) Media Object
5) Panels
6) Pagination
7) Yii Components
8) HumHub Components
9) Third Party Tools
10) Responsive modifications

*/
body {
  padding-top: 90px;
  background-color: #f4f4f4;
}
a:hover {
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #285e8e;
  z-index: 1;
}
.btn-small-text div {
  font-size: 85%;
  font-weight: 600;
}
hr {
  margin-top: 3px;
  margin-bottom: 5px;
}
.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 {
  position: inherit;
}
textarea {
  height: 1.5em;
}
.topbar {
  display: block;
  width: 100%;
  /* padding-left: 15px;
   padding-right: 15px;*/
  /*  ul.nav li.dropdown:hover > ul.dropdown-menu {
      display: block;
  }*/
}
.topbar ul.nav {
  float: left;
}
.topbar ul.nav > li {
  float: left;
}
.topbar .nav .dropdown-menu {
  margin-top: 0;
  padding-bottom: 10px;
}
.topbar ul.nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.topbar .dropdown-footer {
  margin: 10px;
}
.topbar .dropdown-header {
  font-size: 16px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.topbar .dropdown-header .dropdown-header-link {
  position: absolute;
  top: 2px;
  right: 10px;
}
.topbar .dropdown-header .dropdown-header-link a {
  color: #ccc !important;
  /*font-size: 12px;*/
  font-weight: normal;
}
#topbar-first {
  background-color: #101010;
  z-index: 100;
  height: 50px;
}
#topbar-first .nav > li > a:hover,
#topbar-first .nav > .open > a {
  background-color: #2a2a2a;
}
#topbar-first .nav > .account {
  margin-top: 3px;
  height: 44px;
  z-index: 1;
}
#topbar-first .nav > .account .dropdown-toggle {
  padding: 0px;
  line-height: 1.1em;
  text-align: left;
  z-index: 3;
}
#topbar-first .topbar-brand {
  position: relative;
  z-index: 2;
  padding: 0px;
  margin: 0px;
}
#topbar-first .topbar-actions {
  position: relative;
}
#topbar-first .notifications {
  /* position: relative;
   * margin-left: 30%;
     margin-right: 30%;*/
  text-align: center;
  height: 48px;
  z-index: 4;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  left: -25px;
}
#topbar-first .notifications .btn-group-container {
  flex: 1 auto;
  text-align: center;
  position: relative;
}
#topbar-first .notifications .btn-group {
  position: absolute;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  top: 25%;
  bottom: 25%;
  text-align: left !important;
}
#topbar-first .notifications .btn-group > a {
  padding: 2px 4px;
  display: inline-block;
  border-radius: 0px;
  text-decoration: none;
  text-align: left;
  /*font-size: 20px;*/
  white-space: nowrap;
}
#topbar-first .notifications .btn-group.open .dropdown-toggle {
  background-color: #ddd;
  color: #000;
}
#topbar-first .notifications .btn-group > .label {
  position: absolute;
  top: -5px;
  right: -10px;
  min-width: 20px;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  border-radius: 10px;
}
#topbar-first .notifications .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
  /*      z-index: 99;*/
}
#topbar-first .notifications .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  left: 50%;
  margin-left: -18px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -16px;
  /*      z-index: 99;*/
}
#topbar-first .notifications #dropdown-notifications {
  width: 240px;
}
#topbar-first .notifications #dropdown-notifications ul.media-list {
  max-height: 400px;
  overflow: auto;
}
#topbar-first .notifications #dropdown-notifications li {
  position: relative;
}
#topbar-first .notifications #dropdown-notifications li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px;
}
#topbar-first .notifications #dropdown-notifications li i.accepted {
  color: #5cb85c;
}
#topbar-first .notifications #dropdown-notifications li i.declined {
  color: #d9534f;
}
#topbar-first .notifications #dropdown-notifications li .media {
  position: relative;
}
#topbar-first .notifications #dropdown-notifications li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
#topbar-first .notifications #dropdown-messages {
  width: 240px;
  margin-left: -98px;
}
#topbar-first .notifications #dropdown-messages ul.media-list {
  max-height: 400px;
  overflow: auto;
}
#topbar-first .notifications #dropdown-messages li {
  position: relative;
}
#topbar-first .notifications #dropdown-messages li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px;
}
#topbar-first .notifications #dropdown-messages li i.accepted {
  color: #5cb85c;
}
#topbar-first .notifications #dropdown-messages li i.declined {
  color: #d9534f;
}
#topbar-first .notifications #dropdown-messages li .media {
  position: relative;
}
#topbar-first .notifications #dropdown-messages li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
#topbar-first .notifications #dropdown-activities {
  width: 240px;
  margin-left: -98px;
}
#topbar-first .notifications #dropdown-activities ul.media-list {
  max-height: 400px;
  overflow: auto;
}
#topbar-first .notifications #dropdown-activities li {
  position: relative;
}
#topbar-first .notifications #dropdown-activities li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px;
}
#topbar-first .notifications #dropdown-activities li i.accepted {
  color: #5cb85c;
}
#topbar-first .notifications #dropdown-activities li i.declined {
  color: #d9534f;
}
#topbar-first .notifications #dropdown-activities li .media {
  position: relative;
}
#topbar-first .notifications #dropdown-activities li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
#topbar-first .dropdown-footer {
  margin: 10px 10px 5px 10px;
}
#topbar-second {
  background-color: #f8f8f8;
  z-index: 100;
  min-height: 48px;
}
#topbar-second .dropdown-menu {
  border: none;
}
#topbar-second .dropdown-menu li {
  border-left: 3px solid #eee;
}
#topbar-second #space-menu-dropdown,
#topbar-second #search-menu-dropdown {
  width: 50vw;
}
#topbar-second #space-menu-dropdown .media-list,
#topbar-second #search-menu-dropdown .media-list {
  overflow: auto;
}
#topbar-second #space-menu-dropdown form,
#topbar-second #search-menu-dropdown form {
  margin: 5px;
  position: relative;
}
#topbar-second #space-menu-dropdown form input,
#topbar-second #search-menu-dropdown form input {
  min-height: 50px !important;
}
#topbar-second #space-menu-dropdown .search-reset,
#topbar-second #search-menu-dropdown .search-reset {
  position: absolute;
  color: #999;
  top: 0px;
  right: 14px;
  display: none;
  cursor: pointer;
}
#topbar-second ul.nav > li.active,
#topbar-second ul.nav > li.active > a {
  background-color: unset !important;
}
#topbar-second > .container > .nav > .active > a > i {
  font-weight: 900;
}
.list-group a [class^="fa-"],
.list-group a [class*=" fa-"] {
  display: inline-block;
  width: 18px;
}
.media-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  border-left: 3px solid #eee;
}
.media-list li:hover,
.media-list li.selected {
  background-color: #eee;
}
.media .media-body .content {
  margin-right: 35px;
}
.panel.profile {
  position: relative;
}
.panel.profile .controls {
  position: absolute;
  top: 10px;
  right: 10px;
}
.panel-profile .statistics {
  display: flex;
  justify-content: space-evenly;
}
.panel-profile .profile-user-photo-container {
  width: 27%;
}
.panel-profile .profile-user-photo-container .image-upload-container-avatar {
  position: relative;
  padding-top: 100%;
}
.panel-profile .profile-user-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.panel-profile #profilefileupload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.panel-profile .controls.controls-account {
  width: 100%;
  display: flex;
  justify-content: center;
}
.panel-profile .img-profile-data.round-borders.text-center {
  margin-top: 5%;
}
.panel-profile .img-profile-data h1 img {
  height: 25px;
  padding-bottom: 5px;
}
.panel-profile .panel-profile-controls {
  margin-top: 10px;
}
.panel-profile .panel-profile-header {
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #000;
}
.panel-profile .panel-profile-header .img-profile-header-background {
  border-radius: 0px;
}
.panel-profile .panel-profile-header h1 {
  text-align: right;
  font-size: 1px;
  font-weight: 400px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.panel-profile .panel-profile-header h1 img {
  height: 25px;
  padding-bottom: 5px;
}
.panel-profile .panel-profile-header h2 {
  text-align: right;
  font-size: 1px;
  font-weight: 100;
  margin-top: -7.5px;
  text-shadow: 2px 2px 2px #000;
}
.panel-profile .panel-profile-header.for-profile,
.panel-profile .panel-profile-header.for-space,
.panel-profile .panel-profile-header.for-hover {
  background-color: #000;
}
.panel-profile .panel-profile-header.for-profile .img-profile-header-background,
.panel-profile .panel-profile-header.for-space .img-profile-header-background,
.panel-profile .panel-profile-header.for-hover .img-profile-header-background {
  opacity: 0.25;
}
.panel-profile .profile-user-photo-container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.panel-profile .profile-user-photo-container .profile-user-photo {
  border: 3px solid #fff;
  border-radius: 50%;
}
.panel-profile .header-tittle-section {
  margin-top: 0px !important;
  padding-bottom: 7px;
}
.pagination-container {
  text-align: center;
}
.modal-dialog-small {
  width: 500px;
}
.modal-dialog-normal {
  width: 600px;
}
.modal-dialog-medium {
  width: 768px;
}
.modal-dialog-large {
  width: 900px;
}
@media screen and (max-width: 920px) {
  .modal-dialog-large {
    width: auto !important;
    padding: 5px;
    padding-top: 25%;
    padding-bottom: 25%;
  }
}
.grid-view img {
  width: 24px;
  height: 24px;
}
.errorMessage {
  color: red;
  padding: 10px 0;
}
.error {
  border-color: red !important;
}
.loader {
  height: 60px;
  background: url('../img/loader.gif') no-repeat center center;
}
.loader-small {
  height: 20px;
  width: 20px;
}
ul.tag_input {
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 0 0 9px 4px;
}
ul.tag_input li img {
  margin: 0 5px 0 0;
}
.tag_input_field {
  outline: none;
  border: none !important;
  padding: 5px 4px 0px 4px !important;
  width: 100%;
  margin: 2px 0 0 0 !important;
}
.userInput,
.spaceInput {
  background-color: #ccc;
  color: #000;
  border-radius: 0px;
  /*font-size: 12px !important;*/
  padding: 2px;
  float: left;
  margin: 3px 4px 0 0;
}
.userInput i,
.spaceInput i {
  padding: 0px 6px;
  /*font-size: 14px;*/
  cursor: pointer;
  line-height: 8px;
}
/*.picker {
  li > a {
    padding-left: 10px;
  }

  li.selected {
    //padding-left: 6px;
    background-color: #eee;
  }
}*/
.contentForm_options {
  margin-top: 10px;
}
#contentFormFiles_list {
  padding-left: 0;
}
#contentFormError {
  color: red;
  padding-left: 0;
  list-style: none;
}
#contentFormErrorPop {
  color: red;
  padding-left: 0;
  list-style: none;
}
.post-files,
.oembed_snippet {
  margin-top: 0px;
  overflow: hidden;
}
.oembed_snippet .flickr-embed-frame {
  pointer-events: none;
}
.oembed_snippet .getty {
  pointer-events: none;
}
.activities {
  max-height: 350px;
  overflow: auto;
}
.activities li .media {
  position: relative;
}
.activities li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
.wall-entry {
  position: relative;
  margin-bottom: 15px;
}
.wall-entry .media {
  overflow: visible;
}
.wall-entry .media .img-space {
  position: absolute;
  top: 60px;
  left: 60px;
}
.wall-entry .well {
  margin-bottom: 0;
}
.media:after {
  content: '';
  clear: both;
  display: block;
}
nav-pills.preferences {
  position: absolute;
  right: 1px;
  top: 1px;
}
.wall-entry-controls {
  /*font-size: 12px;*/
  margin: 0px 10px 10px 10px;
}
.tags .tag {
  margin-top: 5px;
  border-radius: 0px;
  padding: 4px 8px;
}
.placeholder {
  padding: 15px;
  color: grey;
}
.placeholder-empty-stream {
  padding: 37px 0 0 70px;
  margin-left: auto;
  width: 75%;
  /*color: white;*/
}
.media-list li.placeholder {
  /*font-size: 14px !important;*/
  border-bottom: none;
}
.media-list li.placeholder:hover {
  background: none !important;
  border-left: 3px solid white;
}
.space-member-sign {
  color: #5cb85c;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 18px;
}
.contentForm_options {
  min-height: 29px;
}
.contentForm-upload-progress {
  margin-top: 18px;
  margin-bottom: 10px !important;
}
.btn_container {
  position: relative;
}
.btn_container .label-public {
  position: absolute;
  right: 40px;
  top: 11px;
}
.mime {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.mime-word {
  background-image: url('../img/mime/word.png');
}
.mime-excel {
  background-image: url('../img/mime/excel.png');
}
.mime-powerpoint {
  background-image: url('../img/mime/powerpoint.png');
}
.mime-pdf {
  background-image: url('../img/mime/pdf.png');
}
.mime-zip {
  background-image: url('../img/mime/zip.png');
}
.mime-image {
  background-image: url('../img/mime/image.png');
}
.mime-file {
  background-image: url('../img/mime/file.png');
}
.mime-photoshop {
  background-image: url('../img/mime/photoshop.png');
}
.mime-illustrator {
  background-image: url('../img/mime/illustrator.png');
}
.mime-flash {
  background-image: url('../img/mime/flash.png');
}
.mime-audio {
  background-image: url('../img/mime/audio.png');
}
.mime-video {
  background-image: url('../img/mime/video.png');
}
.files,
#postFormFiles_list {
  padding-left: 0;
}
.installer .logo {
  text-align: center;
}
.upload-box-container {
  position: relative;
}
.upload-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 20px;
  background: #F8F8F8;
  border: 2px dashed #DDD;
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
}
.upload-box input[type="file"] {
  position: absolute;
  opacity: 0;
}
.upload-box .upload-box-progress-bar {
  display: none;
}
.image-upload-container {
  position: relative;
}
.image-upload-container .image-upload-buttons {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
}
.image-upload-container input[type="file"] {
  position: absolute;
  opacity: 0;
}
.image-upload-container .image-upload-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 20px;
  background: #F8F8F8;
}
.highlight {
  background-color: #fffbc1;
}
input.placeholder,
textarea.placeholder {
  padding: 0 0 0 10px;
  color: #999999;
}
@media (max-width: 480px) {
  .topbar {
    padding-left: 0;
    padding-right: 0;
  }
  #space-menu > .title {
    display: none;
  }
}
.tooltip div {
  color: black;
  text-align: center;
}
.tooltip-inner {
  min-width: 120px;
}
.btnText {
  font-size: 10px;
}
.oembed_snippet iframe,
.oembed_snippet object,
.oembed_snippet embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#spashblbybpText {
  width: 85%;
  max-width: 575px;
  margin: auto;
  position: absolute;
  top: 66%;
  left: 0;
  right: 0;
  transform: translateY(-66%);
  -ms-transform: translateY(-66%);
  -webkit-transform: translateY(-66%);
  -moz-transform: translateY(-66%);
  -o-transform: translateY(-66%);
  z-index: 99;
}
#homeSplashText {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  height: 120px;
}
.splashTagImage {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.viewFileImage {
  background-image: url(../img/backGnImage.jpg);
  background-size: 100%;
  background-position: center;
  background-color: #EDEDED;
}
.pageTopNavTitle {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 85%;
  width: 50%;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 800;
  top: 15px;
}
@media (max-width: 378px) {
  .pageTopNavTitle {
    width: 30% !important;
  }
}
.atc_bar {
  width: 100%;
}
.atc_content {
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 10px;
}
.atc_images {
  width: 30%;
  height: 20%;
  float: left;
}
.atc_info {
  width: 70%;
  float: left;
  text-align: left;
  padding-left: 5px;
}
.atc_title {
  font-size: 14px;
  display: block;
}
.atc_url {
  /*font-size: 10px;*/
  display: block;
}
.atc_total_image_nav {
  float: left;
}
.atc_total_images_info {
  float: left;
  padding: 4px 10px;
  /*font-size: 12px;*/
}
@media screen and (max-width: 500px) {
  .atc_content .row .col-sm-4,
  .atc_content .row .col-sm-8 {
    padding-left: 1px;
    padding-right: 1px;
  }
}
yodocur {
  font-style: oblique;
}
#getappicon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 25%;
  z-index: 99;
}
#getappicon > a > img {
  width: 100%;
}
.placesRateCircle {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  background: #eee;
  margin: auto;
}
.profile_cert {
  cursor: pointer;
}
.mobileMenu > .panel {
  width: 295px;
}
.mobileMenuTn > .panel {
  width: 295px;
}
/*.mobileMenuTn{
   right: 95px !important;
   float: left;
}*/
.dfmtn {
  position: relative !important;
  left: -95px;
}
.centerDropdown {
  width: 50px;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}
.duwider {
  width: 400px;
}
#aboutUs {
  width: 100px !important;
}
.mobileText {
  font-weight: 600 !important;
  font-size: 15px;
  width: 100% !important;
}
.mobileMenu {
  width: 104% !important;
  position: relative;
  left: 0px;
}
.mobileMenuTn {
  width: 100% !important;
  position: relative !important;
}
.mobileContWidth {
  position: relative;
  right: 100px !important;
  box-shadow: 3px 3px 3px grey !important;
  overflow-x: hidden !important;
}
.mobileHeight {
  min-height: 40px !important;
}
.linkHtagFilters {
  padding: 1px 5px !important;
  border-radius: 10px;
  line-height: 175%;
  font-weight: 700;
}
.likeAnchor.mobileHeight {
  padding-top: 8px;
}
.panel > .list-group {
  padding-bottom: 10px;
}
.shortUrlLink {
  pointer-events: all;
  text-decoration: none;
}
.polldpmenu {
  background-color: white !important;
}
.scrollable-menu {
  max-height: 350px;
  overflow-x: hidden;
}
.extraHoriScroll::-webkit-scrollbar {
  display: none;
}
.extraHoriScroll {
  height: 240px;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
[data-nointeract] div,
[data-nointeract] span {
  cursor: pointer;
}
[data-nointeract] a {
  pointer-events: none;
}
.taskBlur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.commentformBorder {
  border: 1px solid #006494;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
}
.mobileHeight > i.fa,
.mobileHeight > i.fa-light,
.mobileHeight > i.icon,
#topbar-second .nav > li > a i,
.mobileHeight > i.fas,
.mobileHeight > i.icon,
#topbar-second .nav > li > a i {
  vertical-align: middle !important;
  font-size: 180% !important;
  width: 40px !important;
  text-align: center !important;
  padding-top: 3px;
}
#icon-notifications > i.fa,
#icon-messages > i.fa,
#icon-activities > i.fa,
#icon-shop > i.fa {
  color: #999;
}
#icon-messages.i.fa {
  font-size: 50% !important;
}
[class^="yodico-"]:before,
[class*=" yodico-"]:before {
  vertical-align: middle !important;
}
.dropdown-backdrop {
  background-color: #212121 !important;
  opacity: 0.75 !important;
  filter: alpha(opacity=75) !important;
  -moz-opacity: 0.75 !important;
  -khtml-opacity: 0.75 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  z-index: -1 !important;
}
#goToTop {
  position: fixed;
  top: 200px;
  right: -18px;
  margin: 1px;
  padding: 0px 1px 1px 1px !important;
  z-index: 1000;
  border-radius: 0px ! important;
  font-size: 12px;
  color: white !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.siteImage {
  opacity: 0;
}
.nav-tabs > li > .btn-info {
  margin-right: 0px;
  border-radius: 0px;
}
.nav-tabs {
  border-bottom: 0px;
}
.iconSquareContainer {
  width: 44%;
  height: 100px;
  margin: 5px 0px 10px 10px;
}
.iconSquareImage {
  position: relative;
  width: 100%;
  max-height: 100px;
}
.iconSquareLabel {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(204, 204, 204, 0.6);
}
.iconSquareFlag {
  position: absolute;
  right: 2px;
  bottom: 0px;
}
.iconSquareVerify {
  position: absolute;
  color: #006494;
  right: 0px;
  top: -5px;
  font-size: 20px;
  text-shadow: 1px 0px #333;
}
.taskProfileSquare {
  position: relative;
  margin: 0px;
  width: 100px;
  height: 100px;
}
.taskProfileSquare > .iconSquareContainer {
  position: relative;
  width: 95px;
  height: 95px;
  margin: 5px;
}
@media screen and (max-device-width: 413px) {
  .taskProfileSquare {
    margin: 0px;
    width: 88px !important;
    height: 88px !important;
  }
  .taskProfileSquare > .iconSquareContainer {
    width: 82px !important;
    height: 82px !important;
  }
  /*.notifications {
    margin-left: 25% !important;
    margin-right: 25% !important;
    display: flex;
    flex-flow: row nowrap;
  }*/
}
@media screen and (min-device-width: 360px) and (max-device-width: 374px) {
  .taskProfileSquare {
    margin: 0px;
    width: 75px !important;
    height: 75px !important;
  }
  .taskProfileSquare > .iconSquareContainer {
    width: 70px !important;
    height: 70px !important;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 580px) {
  .taskProfileSquare {
    margin: 0px;
    width: 90px !important;
    height: 90px !important;
  }
  .taskProfileSquare > .iconSquareContainer {
    width: 85px !important;
    height: 85px !important;
  }
}
@media screen and (min-device-width: 580px) and (max-device-width: 800px) {
  .taskProfileSquare {
    margin: 0px;
    width: 82px !important;
    height: 82px !important;
  }
  .taskProfileSquare > .iconSquareContainer {
    width: 77px !important;
    height: 77px !important;
  }
  /*.notifications {
    margin-left: 30%;
    margin-right: 30%;
  }*/
}
/*@media screen and (min-device-width: 800px) and (max-device-width: 3500px) {
  .notifications {
    margin-left: 30%;
    margin-right: 30%;
  }
}*/
.staskUserCompleted {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  color: #006494;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 900;
  font-size: 20px !important;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
}
.task-pending-review {
  width: 110px;
  min-height: 320px !important;
}
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #006494;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.extraContentBorder > .panel {
  border-style: solid;
  border-width: thin;
  border-color: #006494;
}
@media screen and (max-width: 500px) {
  .container,
  .col-md-3,
  .col-sm-6,
  .col-md-6,
  .col-md-9,
  .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  #userListModal .modal-dialog,
  #userListModal .modal-content .modal-body {
    padding: 0px;
  }
  #userListModal .modal-content .modal-header {
    padding: 20px 5px 20px 5px;
  }
  #userListModal .modal h1,
  .modal h2,
  .modal h3,
  .modal h4,
  .modal h5 {
    padding-left: 10px;
  }
  .modal-dialog {
    padding: 0px;
  }
  .modal-content .modal-body {
    padding: 10px;
  }
}
html {
  overflow-y: scroll;
  overscroll-behavior-y: none !important;
}
body::-webkit-scrollbar {
  width: 0px;
}
body::-webkit-scrollbar * {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: #006494 !important;
}
.btn-sm-spacer {
  margin-left: 5px !important;
}
#headerContainer {
  padding-bottom: 8px !important;
}
@media screen and (max-device-width: 500px) {
  #headerContainer {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
}
.panel {
  margin-bottom: 8px;
}
.nav-up {
  top: -100px !important;
}
.mobile-menu-down {
  bottom: -55px !important;
}
.mobileMenuCont {
  transition: bottom 0.5s ease-in-out !important;
}
.fadeOnScroll {
  transition: top 0.5s ease-in-out !important;
}
.streamFilterHideOnScrollHide {
  top: -110px;
}
.streamFilterHideOnScrollShow {
  top: 110px;
  height: 56px !important;
}
.streamFilterHideOnScrollNoTabShow {
  top: 98px;
}
.topbarContainer {
  position: fixed;
  top: 0px;
  display: block;
  height: 114px;
  width: 100%;
  z-index: 1030;
}
#topPageTitle {
  color: #dddddd !important;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  background-color: #1b1b1bc4;
}
#topPageTitleCnt {
  display: none;
  z-index: 1;
}
.multiFiles {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 13px;
  border-radius: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background: #006494;
  padding: 0 3px 0 3px;
  color: white;
}
.downloadFiles {
  position: absolute;
  left: 12px;
  top: 15px;
  font-size: 13px;
  border-radius: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background: #006494;
  padding: 0 3px 0 3px;
  color: white;
}
.y-slick-next,
.y-slick-prev {
  font-size: 200%;
  position: absolute;
  color: #787878;
  text-shadow: 1px 1px 2px #000;
  margin: 3px;
  outline: 2px;
  background: 0 0;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  opacity: 0.6;
  cursor: pointer;
}
.slick-slide {
  cursor: pointer;
}
.slick-arrow[aria-disabled="true"] {
  display: none;
}
.y-slick-prev {
  left: 0px;
}
.y-slick-next {
  right: 0px;
}
.y-slick-prev:hover,
.y-slick-next:hover {
  opacity: 1;
  color: #006494;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.flex-center-wrap {
  flex-wrap: wrap;
  text-align: center;
  display: flex;
  justify-content: center;
}
.help-button {
  color: #006494;
  font-size: 34px !important;
}
.htagFilters {
  color: #006494;
}
.htagFilters:hover {
  color: #006494 !important;
}
#topbar-first .notifications .btn-group .dropdown-toggle {
  flex: 1 auto;
  text-align: center;
  white-space: nowrap;
}
.header-image-container {
  width: 100%;
  padding-top: calc(100% / 4.253);
}
.header-image-container .img-profile-header-overlay {
  width: 50%;
  position: absolute;
  bottom: 25%;
  right: 10px;
}
.header-image-container .header-gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 45%, #000000 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-image-container .img-profile-header-background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.blq-currency-text {
  font-size: 95% !important;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
}
.richContentContainer img {
  margin: 0px 7px 0px 7px;
}
.wallFilterPanel > li > a {
  position: relative;
  display: block;
  padding: 5px 5px;
}
li.active > a {
  background-color: #ddd !important;
}
.tab-content > .active {
  border: 1px solid #ddd;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.likeAnchor {
  cursor: pointer;
  padding-left: 5px;
}
.linkContent {
  margin-top: 10px;
}
.spinthis {
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
giphyImage {
  overflow: hidden;
}
.gif-cat-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.gif-image-wrapper-fill {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 125px;
}
.gif-image-wrapper-fill a img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 125px;
}
.giphy_remove_div_style {
  position: absolute;
  top: 2px;
  right: 6px;
}
.giphy_remove_div_style .fa {
  color: #006494;
  text-shadow: 1px 1px 1px #000;
  font-size: 300%;
}
.likesByType {
  padding: 1px 5px !important;
  border-radius: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
div,
span {
  word-wrap: break-word;
}
.thin_scroll {
  overflow-y: scroll;
  outline: none;
}
.thin_scroll::-webkit-scrollbar {
  width: 5px;
}
.thin_scroll::-webkit-scrollbar * {
  background: transparent;
  border-radius: 3px;
}
.thin_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.thin_scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #006494 !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.scroll-bar-wrap {
  width: 100%;
  position: relative;
  /*margin: 2em auto;*/
}
.no-scroll-bar {
  overflow-y: scroll;
}
.no-scroll-bar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.cover-bar {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 0.4em;
  transition: all 0.5s;
  opacity: 1;
  margin-left: 10px;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
  opacity: 0;
  transition: all 0.5s;
}
.coder-bar-comment {
  background: #e8f1ff;
}
.file-backgn-image {
  background-image: url('..//img/loadingBGImage.gif');
  background-repeat: repeat;
  background-position: center top;
  background-size: 100%;
}
.file-black-backgn-image {
  background-image: url('..//img/loadingBBGImage.gif');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.top_corner_remove {
  position: absolute;
  top: 4px;
  right: 4px;
}
.top_corner_remove .fa {
  color: #dc3545;
  text-shadow: 1px 1px 1px #000;
  font-size: 200%;
}
.main-cat-list {
  min-height: 37px;
}
.modal::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.post-embeded {
  border-left: 1px solid #aaa;
}
.post-embeded-container {
  width: 100%;
  margin-top: 0px;
}
.profile-icon-flag img {
  height: 17px;
  padding-bottom: 2px;
}
/*.profile-icon-certification {
  color: rgba(0, 100, 148, 1);
}*/
.filterContent {
  padding: 5px;
}
.page.selected {
  font-size: 150%;
  font-weight: bold;
}
#header-hover-info-container span {
  font-weight: normal;
}
.comment-entry-controls {
  margin-bottom: 0px;
}
.popover.tour {
  width: 310px;
  max-width: 310px;
}
.popover.tour .popover-content {
  padding: 10px;
}
.fav-element-class {
  cursor: pointer;
  color: #000;
  display: table;
  padding-left: 5px;
}
.fav-container {
  position: relative;
}
.remove-fav-class {
  z-index: 5;
  cursor: pointer;
}
img.note-float-left {
  margin-right: 8px;
}
img.note-float-right {
  margin-left: 8px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}
.show-all-link {
  margin-left: 6px;
}
.file-entry-controls {
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.file-entry-controls-container .likesByTypeContainer {
  margin-top: 15px;
}
.file-entry-controls-container > div {
  display: flex;
  justify-content: space-between;
}
.file-entry-controls .model-rate-text,
.file-entry-controls .model-rate-text a,
.file-entry-controls .like-count-text,
.file-entry-controls .like-count-text a {
  color: #999 !important;
}
.file-entry-controls-container .fa {
  font-size: 175% !important;
}
.file-control-likes-type-container .fa {
  font-size: 95% !important;
}
.file-entry-controls-container-hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
.file-aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.file-aspect-ratio-link-content {
  height: unset;
}
.list-member-container .panel {
  border-color: #026491;
  border-style: solid;
  border-width: 1px;
}
.list-member-container > div {
  text-align: center;
  margin: 5px;
}
.image-action-container {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 25PX;
}
.image-action-container > a > .fa {
  opacity: 0.6;
  text-shadow: 1px 1px 2px #000;
}
.image-action-container > a > .fa:hover {
  opacity: 1;
  color: #006494;
}
.extraHoriScroll .panel-profile,
.wall-scroll-item .panel-profile {
  border-color: #026491;
  border-style: solid;
  border-width: 1px;
}
.pollModelContent {
  height: 440px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.pollModelContent::-webkit-scrollbar {
  width: 0px;
}
.pollModelContent .radio,
.pollModelContent .checkbox {
  margin-top: 0px !important;
  margin-bottom: 0;
}
.pollModelContent .mobileHeight {
  border: 1px solid #ccc;
  margin-bottom: 6px;
  background-color: #ededed;
  font-size: 12px !important;
  padding-bottom: 0px !important;
  color: black;
  height: 50px;
}
.pollModelContent .poll-question {
  padding: 3px;
  margin-bottom: 5px;
  font-size: 12px !important;
}
.pollModelContent label {
  padding: 3px;
  width: 100%;
  font-weight: normal;
  margin-bottom: 0px;
}
.file-slider-nav {
  margin-top: 2px;
  background-color: #dddddd;
  width: 100%;
  height: 58px;
  padding: 4px;
  overflow: hidden;
}
.file-slider-nav .draggable {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}
.post-files-container {
  margin-bottom: 5px;
  position: relative;
}
.post-files-container .post-files {
  background-color: black;
}
.post-files-container .post-files .files-sub-cntnr {
  width: 100%;
}
.post-files-container .post-files .file-app {
  position: relative;
}
.post-files-container .post-files .file-app .files {
  list-style: none;
  margin: 0;
  text-align: center;
}
.post-files-container .post-files .file-app .files .mime {
  padding-left: 24px;
}
.post-files-container .post-files .file-app .files .mime a.mime-link {
  color: black !important;
}
.post-files-container .post-files .file-app .files .time {
  padding-right: 20px;
}
.for-media-display {
  position: relative;
}
/******* from main *******/
.qc-cmp-persistent-link {
  left: 0px !important;
  right: unset !important;
}
.modal {
  overflow-y: auto;
}
.select2-selection {
  min-height: 34px !important;
}
#easyrtcErrorDialog .easyrtcErrorDialog_title,
#easyrtcErrorDialog #easyrtcErrorDialog_body,
#easyrtcErrorDialog .easyrtcErrorDialog_okayButton {
  display: none;
}
.profile-online-label {
  padding: 0.2em 0.9em 0.2em !important;
  font-size: 85%;
}
.online-list-link .profile-online-label {
  margin-right: 10px;
  margin-left: 10px;
}
.online-member-flag img {
  height: 16px;
  width: 16px;
  margin-bottom: 4px;
}
.profile-icon-call-chat {
  margin-left: 10px;
  margin-bottom: 5px;
}
.profile-icon-call-chat .online-icon {
  margin-right: 6px;
  /*border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;*/
}
.user-icon-photo-a {
  margin-right: 10px;
}
.commentContainer {
  /*margin-left: -5px;
  margin-right: 0px;*/
  margin: -8px;
}
.profile-icon-title {
  margin-left: 48px;
  margin-bottom: 4px;
}
.activeuserspace-panel img,
.inviteruser-panel img {
  display: inherit !important;
}
.nav-tabs-tcwu > li {
  float: right;
}
.linkContent .col-sm-4,
.linkContent .col-xs-4 {
  padding-right: 0px;
}
@media (max-device-width: 512px) {
  .linkContent .col-xs-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .linkContent .col-xs-8 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }
}
@media (min-device-width: 721px) {
  .linkContent .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.list-member-container .panel {
  margin-bottom: 15px;
}
.user-image,
.wall-entry .media .img-space,
#notification-loader .media .img-rounded,
#dropdown-messages .media .img-rounded,
#chat-online-users .video-chat-avatar,
#chat-huddle-list .user-icon-photo,
#activityStream .media .img-rounded {
  border: 1px solid #aaa;
}
.wall-entry .media .img-space {
  top: 30px;
}
.panel,
.panel-profile .panel-profile-header {
  border: 0px;
}
.atc_content {
  border: none;
  padding: 0px;
}
.linkContent {
  border: none;
  box-shadow: -1px 0px 0px 0px #aaa !important;
  -webkit-box-shadow: 0px 0px 0px 0px #aaa !important;
  -moz-box-shadow: -1px 0px 0px 0px #aaa !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  margin-bottom: 10px;
}
.pull-left .atc_content {
  border: none;
  box-shadow: -1px 0px 0px 0px #aaa !important;
  -webkit-box-shadow: -1px 0px 0px 0px #aaa !important;
  -moz-box-shadow: -1px 0px 0px 0px #aaa !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  margin-bottom: 10px;
}
.sdi-container {
  width: 33%;
  margin-left: 5px;
  border: 1px solid #aaa;
}
.sdi-month,
.sdi-year {
  font-size: 125%;
}
.sdi-day {
  font-size: 200%;
  font-weight: bold;
  color: white;
  background-color: #006494;
}
.like-reset-disabled,
.pointer-disabled {
  pointer-events: none;
}
.likeAnchor {
  padding-left: 0px;
}
.reactions-box li {
  font-size: 12px !important;
  font-weight: unset !important;
}
.left-bottom-box-shadow,
.post-embeded {
  border-left: 1px solid #aaa;
}
.pollModelContent {
  height: 388px;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
}
.show-all-link {
  margin-bottom: 15px;
}
.pollModelContent .mobileHeight {
  margin: 3px 4px;
  margin-bottom: 0px;
  border: unset;
}
.wall-entry-time-ago {
  line-height: 1.25;
  margin-bottom: 10px;
}
.like-timeago-container {
  margin-top: 10px;
}
.likesByType {
  margin: 0px 0px 10px 0px;
}
.header-label .fa {
  font-size: 90%;
}
.text-danger {
  color: #b94a48 !important;
}
.wall-entry-controls-view-count {
  color: #777777;
}
.wall-entry-controls {
  margin: 0px -5px 10px -5px;
}
.y-slick-next,
.y-slick-prev {
  font-size: 300%;
  -webkit-text-stroke: 1px black;
}
.nav-pulldown::-webkit-scrollbar {
  display: none;
}
.dropdown-menu-right::-webkit-scrollbar {
  display: none;
}
.likeAnchor.mobileHeight.like.highlight * {
  font-weight: bold;
  color: black;
}
.wall-entry .wall-entry-controls span i {
  min-width: 35px;
}
.show-post-content .post-files-container {
  margin-left: -10px;
  margin-right: -10px;
}
.oembed_snippet {
  margin-left: -11px;
  margin-right: -11px;
}
.atwho-placeholder {
  color: #808080 !important;
}
.post-media-panel .panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 11px;
  padding-right: 11px;
}
.post-media-panel .panel-body:before,
.post-media-panel .panel-body:after {
  display: block;
  content: " ";
}
.file-control-likes-type-container {
  margin-left: 10px;
}
.cat-container {
  border: 1px solid #ccc;
}
.jp-audio-play {
  width: 50%;
  height: 50%;
}
.gl-comment-noty img[data-notify="icon"] {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
span[data-notify="title"] {
  text-align: left !important;
}
span[data-notify="message"] {
  color: black !important;
  font-size: 100% !important;
  text-align: left !important;
}
.gl-comment-noty {
  max-width: 49%;
  background: rgba(217, 228, 244, 0.82) !important;
  text-shadow: 0px 0px 5px #aaa;
}
.modal-content .modal-header {
  padding: 5px 2px 0px 2px;
}
.modal-content .modal-body {
  padding-bottom: 12px;
}
.modal-content .modal-footer {
  padding: 6px;
  padding-bottom: 12px;
}
.modal h4,
.modal h5 {
  margin-top: 0px;
}
.page.selected {
  font-size: 110%;
  font-weight: bold;
}
.media-list li {
  padding: 2px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #777;
  position: relative;
  border-left: 0px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.modal-backdrop {
  background-color: #777;
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.go-live-comment-marker-container {
  position: relative;
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  color: grey;
}
.go-live-comment-marker-container div {
  position: absolute;
  bottom: 0px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.glc-popover-body,
.glc-popover-body img {
  padding: 5px;
}
.task-description {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.modal.setZindex {
  z-index: 1029;
}
.slick-track {
  display: block;
}
.select2-results {
  color: black;
}
.wallFilterPanel {
  font-size: 105%;
  min-height: 45px;
  display: flex;
}
.wallFilterPanel > li > a {
  padding: 5px 2px;
}
.form-control,
.read-alaoud-pulldown-button-container span,
.read-alaoud-pulldown-button-container span .fa {
  color: black !important;
}
.highlight {
  color: black;
  background-color: #fbeb01;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.dropdown-menu,
.mobileHeight,
.btn {
  font-size: unset !important;
}
.wallFilterPanel .dropdown-menu li a,
.media-action-container a {
  font-size: 15px !important;
}
.btn-default {
  border: none;
}
.banner-container-hover {
  padding-top: calc(100% / 4.253);
}
.audio-artwork-waveform-container {
  margin: 0px 0px 0px 5px;
}
.audio-artwork-cover {
  width: 33%;
  padding: 5px 0px 0px 0px;
}
.audio-artwork-cover .jp-audio-play {
  bottom: 4px;
  right: 4px;
  left: unset;
  top: unset;
  margin: unset;
}
.audio-artwork-cover > div {
  padding-top: 100%;
}
.audio-waveform-cover {
  width: 66%;
  padding: 5px;
}
.audio-timer-holder {
  opacity: 0;
}
.wall-temp-loading-media {
  position: relative;
  padding-top: calc(100% / 1);
}
.banner-container-hover .img-banner-container-hover,
.wall-temp-loading-media .wall-temp-loading-img,
.audio-artwork-cover > div > .audio-artwork {
  position: absolute;
  top: 0px;
  left: 0px;
}
.lock-scroll {
  height: 100vh;
  overflow-y: hidden;
}
.jp-controls-audio {
  width: 100%;
}
.jp-controls-audio a {
  font-size: 125%;
  margin: 15px;
}
.jp-controls-audio .fa,
.jp-controls-audio .fa {
  width: unset;
}
.comment-task-profile-icon img {
  display: inline-flex;
}
.comments-task-container .multiFiles {
  top: 1px;
  right: 25px;
}
.comments-task-container > .slick-slider > .slick-arrow {
  font-size: 175%;
  color: #a7a7a7;
  -webkit-text-stroke: unset;
  top: 55%;
}
.comments-task-container > .slick-slider > .y-slick-next {
  right: -13px;
}
.comments-task-container > .slick-slider > .y-slick-prev {
  left: -13px;
}
.post-files .slick-track,
#did-you-know-body .slick-track {
  display: flex !important;
}
.post-files .slick-slide,
#did-you-know-body .slick-slide {
  height: auto;
}
.btn-md-spacer {
  margin-right: 10px;
}
.link-content-image-container {
  width: 33%;
  margin-right: 10px;
}
.link-content-image-container.news-image {
  margin-left: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 620px) {
  .link-content-image-container {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    float: unset;
  }
}
/*
.popover, .tooltip {
  z-index: 99999;
}
*/
.edit-bg-image {
  background-image: url(/social/img/loadingBGImage.gif);
  background-position: center center;
  background-size: 100%;
}
.label-spacer {
  margin-right: 5px;
}
.your-promo-here-body {
  position: relative;
}
.your-promo-here-body .yph-text {
  margin: 0;
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  white-space: nowrap;
}
.your-promo-here-body .yph-grad {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.58) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.58)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.58) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.58) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.58) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.58) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=0);
}
.space-join-link {
  margin-left: 10px;
}
.space-sidebar-container .panel-activities {
  min-height: 456px;
}
.file-aspect-ratio-content.file-black-backgn-image {
  background-position: center;
  background-size: 50%;
}
.wall-entry-controls > .text-center {
  border-radius: 10px;
  background-color: #7777772b;
  color: #999 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wall-entry-controls > .text-center a {
  color: #999 !important;
  padding: 10px 10px;
}
.wall-entry-controls > .text-center .dropdown .dropdown-menu {
  margin-bottom: 30px;
  width: 220px;
  padding: 0px;
}
.comment_create.commentformBorder {
  color: black !important;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
}
.comment-entry-controls ul {
  right: unset;
}
.reactions-box > div {
  width: 50%;
}
.comment-container {
  padding: 0px;
  margin-bottom: 0px;
}
.comment-sub-container {
  padding-top: 0px !important;
  padding-left: 0px !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.comment-message {
  margin: 0px 0px 0px 20px;
  padding: 0px 5px 0px 5px !important;
  width: 97%;
  background-color: unset;
  border-radius: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
}
.media-list li,
.comment-message-well {
  padding: 0px;
  background-color: #7777772b;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}
.media-list li {
  margin-bottom: 8px;
  border: none !important;
  margin-right: 10px;
  margin-left: 10px;
}
.comment-entry-controls {
  margin: 5px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  box-shadow: none;
}
.comment-tmp-rly-container {
  margin: 00px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.comment-message .comment-time {
  margin-bottom: 10px;
}
.comment-reply-bottom {
  margin: 0px 15px 0px 18px;
  border-top: 1px solid #aaa;
}
.comments_area_loop {
  padding-top: 5px;
}
.more-link-comment-replies {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}
.reset-link {
  padding: unset !important;
  text-align: right;
}
.media-stream .wall_file_layout_content .post-files {
  margin-top: 0px;
}
.media-stream .show-post-content .oembed_snippet {
  margin-top: 0px;
}
.oembed_snippet .oembed_youtube {
  height: 366px;
}
.wsnowrap {
  white-space: nowrap;
}
.header-hover-body .user-country-flag,
#inbox .user-country-flag,
#userlist-content .user-country-flag,
.dropdown-messages .user-country-flag {
  height: 24px;
  padding-bottom: 6px;
}
.ypopover .panel {
  margin-bottom: 0px;
}
.task-action-media img {
  pointer-events: none;
}
.points-transfer-row {
  margin-bottom: 8px;
}
.points-transfer-row .ptr-comment {
  margin-left: 48px;
}
.dropdown-menu,
.dropdown-menu > li,
#footer-container .dropdown-menu,
.modal .dropdown-menu {
  background-color: #fff !important;
}
.poll-entry-item {
  min-height: 35px;
  margin-bottom: 10px;
}
.poll-entry-item-answer {
  width: 100%;
}
.poll-entry-item-answer > .pull-left {
  padding-right: 0;
}
.poll-entry-item-answer .progress {
  height: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pollModel-pulldown-dropdown .dropdown-menu {
  height: 352px;
}
.pollModelContainer {
  width: 100%;
}
.pollModelContainer .pollModelContent {
  padding: 0px;
  height: 348px;
}
.pollModelAnswe {
  padding-right: 0;
  height: 20px;
}
.pollModelAnswerContainer .pollModelAnswerDivider {
  min-height: 17px;
}
.pollModelAnswerContainer .reset-link .fa {
  font-size: 22px;
  color: #b94a48 !important;
}
.pollModelAnswerContainer .progress {
  width: 100%;
  height: 10px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.pollModelAnswerContainer .progress .progress-bar {
  width: 0%;
}
.dropdown-menu {
  width: 100%;
  min-width: 225px;
}
.share-to-dropdown-menu {
  HEIGHT: 352PX;
}
.wall-entry-nav {
  display: flex;
  float: right;
  margin: 0px;
  text-align: right;
  list-style-type: none;
}
.wall-entry-nav > li:nth-child(2) {
  min-width: 45px;
}
.file-encoding-progress {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  opacity: 90%;
  background-color: #aaa;
  padding: 3px;
}
.file-encoding-progress .fp-text {
  color: black;
  font-size: 60%;
  margin-top: -5px;
}
.file-encoding-progress .progress {
  height: 20px;
  margin: 10px;
}
ul.files-audio {
  list-style: none;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.nopointbuttons {
  margin-bottom: 10px !important;
}
.file-upload-progress {
  position: absolute;
  top: 0px;
  margin: 5px;
}
.file-upld-ctl-grp {
  display: flex;
  justify-content: space-between;
}
.slick-inital-item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.post-files-container .post-files-media {
  display: flex;
}
.wall-entry-temp-well {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('..//themes/blaqsbi/img/main_loader.gif');
  background-size: 50%;
  background-position: center;
}
.wall-entry.empty hr {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.temp-anime {
  animation: temp-anime-loading 1s linear infinite alternate;
  color: transparent;
}
@keyframes temp-anime-loading {
  0% {
    background-color: #999999;
    /* FROM Color 1 */
  }
  100% {
    background-color: #99999948;
    /* TO Color 2 */
  }
}
.alternative_cls {
  padding: 5px;
  background: #ccc;
}
.alternative_cls .btn {
  margin: 0px 3px;
  margin-top: 5px;
  min-width: 20%;
}
.contentForm-upload-list .alternative_cls > div {
  padding: 10px;
}
.file-uploader-list .col-xs-9,
.file-uploader-list .col-xs-12 {
  padding: 0px 10px;
  margin-right: 0px;
}
.social-share-buttons a {
  display: block;
}
.share-on-text {
  padding: 25px;
  font-weight: bold;
}
.guest-share-button-container {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  align-content: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.guest-share-button-container li {
  list-style: none;
  width: 50px;
}
.guest-share-button-container li myspan {
  display: none;
}
.add-media-container {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
.add-media-container > .btn {
  width: 100%;
  margin: 0px 3px;
  float: unset !important;
}
.follow-back-button {
  margin-bottom: 24px !important;
}
#dropdown-notifications .follow-back-button {
  margin-bottom: 6px !important;
  margin-top: 12px !important;
  width: unset;
  position: absolute;
  right: 10px;
  bottom: 5px;
  padding: 4px;
  color: black !important;
}
.space-chooser-header {
  padding: 5px 5px 10px 10px !important;
}
#file-upload-spacer .btn {
  background: none;
  padding: 8px;
  color: #000 !important;
}
#file-upload-spacer .btn .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#file-upload-spacer .btn:hover,
#file-upload-spacer .btn:focus {
  background: none !important;
  text-decoration: none;
}
.profile-buttons-horizontal {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
}
.profile-buttons-horizontal .btn {
  margin: 0px 5px;
  width: 100%;
}
.topbarContainer .dropdown.open .dropdown-toggle i {
  font-weight: 900;
}
.text-muted {
  color: #6d6d6d;
}
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #333;
}
.business-links i {
  color: #0000005e;
  font-size: 150%;
}
.blaqard-nwa-text-header:after {
  content: 'No Whites Allowed';
}
.blaqard-nwa-text-sub-1:after {
  content: 'You Must Be a Non-White Person To Request Access to This Huddle';
}
.blaqard-nwa-text-sub-2:after {
  content: 'You MUST Be a Non-White Person To Participate in This Huddle';
}
.blaqard-nwa-text-body:after {
  content: 'To maintain trust among our family, we ask that all members have their profile verified as a non-white person. A Blaqard is proof that you have gone through the process to prove you are a non-white person.';
}
.community-vote-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.community-vote-content .star-content {
  font-weight: 900;
}
