﻿.watermark {
  background: #FFAAFF;
}

.popupControl {
  background-color: Window;
  position: absolute;
  visibility: hidden;
  border-style: solid;
  border-color: Gray;
  border-width: 1px;
  z-index: 1000;
}

.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 1000;
}

.modalPopup {
  border: 1px solid Gray;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1000;
}

.autocomplete_completionListElement {
  background-color: White;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
  height: 200px;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  text-align: left;
  z-index: 9999 !important;
  padding: 0;
}

.autocomplete_highlightedListItem {
  background-color: #21C2F8;
  padding: 3px 5px;
  color: #fff;
  z-index: 999999;
  list-style: none;
}

.autocomplete_listItem {
  background-color: White;
  color: #83939C;
  padding: 3px 5px;
  z-index: 999999;
  list-style: none;
}

.topbar-dark {
  background: #292723;
}

  .topbar-dark a:hover,
  .topbar-dark a:focus,
  .topbar-dark a,
  .topbar-dark .callus span,
  .topbar-dark p {
    color: #ffffff;
  }

  .topbar-dark .social li,
  .topbar-dark .callus li {
    border-color: #383838;
  }

.menu-hover .navbar-nav > li > a:focus,
.menu-hover .navbar-nav > li > a:active,
.menu-hover .navbar-nav > li > a:hover {
  color: #21c2f8;
}

footer .social {
  padding-top: 10px;
  border-top: 1px solid #60717B !important;
  width: 100%;
}

  footer .social li {
    border: none !important;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: none;
  }

.changelog {
  padding-top: 5px;
}

  .changelog li {
    list-style: none;
  }

table.vertical-centered td {
  vertical-align: middle !important;
}

.table label {
  margin: 0px;
  font-weight: normal;
}

.table input[type="checkbox"],
.table input[type="radio"] {
  margin: 0px 3px 0px 0px;
  vertical-align: middle;
}

.table .form-control {
  margin: 0px;
}

.table .quantity {
  text-align: center;
  width: 50px;
}

.bootstrap-select > .dropdown-toggle + .dropdown-menu > li > a:hover {
  background: #21C2F8 !important;
}

.dropdown-menu > li.selected > a {
  background: #d4f0f9 !important;
}

.text-left {
  text-align: left !important;
}

.twitter-widget .user,
.twitter-widget .interact,
.twitter-widget .timePosted {
  display: none;
}

.tweet-list-item {
  position: relative;
}

.tweet-click-handler {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 5px;
  display: block;
  cursor: pointer;
  z-index: 10;
}

.table-changelog ul {
  margin: 0px;
}

.form-group {
  margin-bottom: 5px;
}

.pagination-item {
  background-color: #272727;
  color: #FFF;
  float: left;
  line-height: 1.82857;
  margin-left: 5px;
  padding: 6px 15px;
  position: relative;
  text-decoration: none;
  border: none;
}

.pagination-item-current {
  background-color: #21C2F8;
  color: #FFF;
}

.header2 a,
.forumheading a {
  font-size: 15px;
}

.navbar {
  filter: none !important;
}

.cc_banner > a {
  float: right;
  color: #FFFFFF !important;
}

  .cc_banner > a:hover {
    color: #FFFFFF !important;
  }

.gray-top-bottom-bordered {
  border-top: 1px solid rgb(184, 184, 184);
  border-bottom: 1px solid rgb(184, 184, 184);
}

.bottom-margin-18 {
  margin-bottom: 30px;
}

/*when mouse is over the row change it to highlight yellow color*/
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > td.alert-success {
  background-color: #c2cc0047;
}

.table-hover > tbody > tr:hover > td {
  background-color: #c2cc0047 !important;
}

td.cell-pointer > a:hover, th.cell-pointer > a:hover {
  cursor: pointer;
}

.table-striped > tbody > tr:nth-child(odd) > td.alert-success,
.table-striped > tbody > tr.alert-info:nth-child(odd) > td.alert-success {
  background-color: #dff0d8;
  color: #468847;
}

.table-striped > tbody > tr:nth-child(odd) > td.alert-warning,
.table-striped > tbody > tr.alert-info:nth-child(odd) > td.alert-warning {
  background-color: #fcf8e3;
  color: #c09853;
}

.table-striped > tbody > tr:nth-child(odd) > td.alert-danger,
.table-striped > tbody > tr.alert-info:nth-child(odd) > td.alert-danger {
  background-color: #f2dede;
  color: #b94a48;
}

.table-striped > tbody > tr.alert-info:nth-child(odd) > td {
  background-color: #d9edf7;
  color: #3a87ad;
}

.calendar {
  background-color: #efefef;
  width: 200px;
  position: absolute;
  z-index: 1;
}

.with-inner-modal .modal {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 50px;
  z-index: 1040;
  display: none;
  overflow: visible;
  overflow-y: visible;
  width: 800px;
}

.with-inner-modal .close {
  display: none;
}

li.my-page-selected {
  border-top: 2px solid #FFFFFF;
  color: #21C2F8;
  font-size: 13px;
  font-weight: 400;
  margin: 0 3px;
  padding: 6.5px 15px;
}

.no-border {
  border: 0;
}

table.no-border th, table.no-border td, table.no-border tr {
  border: 0;
}

.pager-5px td {
  padding: 0 5px;
}

.pager-10px td {
  padding: 0 10px;
}

.yafnet div.postdiv {
  -ms-word-break: break-word;
  word-break: break-word;
}

.table-striped-invert > tbody > tr:nth-child(even) > td.success,
.table-striped-invert > tbody > tr:nth-child(even) > th.success {
  background-color: #9ACB9A;
}

.table-striped-invert > tbody > tr:nth-child(even) > td.warning,
.table-striped-invert > tbody > tr:nth-child(even) > th.warning {
  background-color: #efda54;
}

.table-striped-invert > tbody > tr:nth-child(even) > td.danger,
.table-striped-invert > tbody > tr:nth-child(even) > th.danger {
  background-color: #f36161;
}

.table-striped-invert > tbody > tr:nth-child(even) > td,
.table-striped-invert > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
}

div.row-flex {
  display: flex;
}

@media only screen and (max-device-width: 480px) {
  div.row-flex {
    display: block;
  }

  .mob-display-none {
    display: none;
  }
}



.breadcrumb {
  display: inline;
}


.social .fa {
  font-family: FontAwesome;
  font-weight: normal;
}




.fa-google-plus:before {
  content: "\f0d5" !important;
}

.postwrapper .YAF_Pages_topics .navbar {
  z-index: 50 !important;
}

.yaf-net .breadcrumb-item + .breadcrumb-item::before {
  font-family: FontAwesome !important;
  content: "\f105" !important;
}

.yaf-net .btn-secondary {
  color: black !important;
}

.nav > li > a {
  position: initial !important;
}

.navbar-nav > li > a:after {
  display: none !important;
}

.breadcrumb > li + li:before {
  background: none;
}

.breadcrumb > li + li:before {
  font-family: FontAwesome !important;
  content: "\f105" !important;
}

.breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid #63B76C;
  border-radius: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  list-style: none outside none;
  padding: 40px 0 0 !important;
}

.breadcrumb-list {
  background-color: rgba(0, 0, 0, 0) !important;
}

.header-breadcrumb .breadcrumb-list > li + li:before {
  content: "";
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #2F3538 !important;
  padding-left: 8px;
  padding-right: 10px;
}

.navbar-header .breadcrumb {
  padding: .75rem 1rem !important;
}

.breadcrumb.pull-right {
  background-color: transparent !important;
}


.yaf-net .badge {
  margin-right: .25em;
}



.yaf-net .navbar-header {
  margin-bottom: 0.75em !important;
  width: 100%;
}

.yaf-net .mb-3, .my-3 {
  margin-bottom: 0 !important;
}

.yaf-net .navbar {
  z-index: 50 !important;
  margin-top: 0 !important;
}

.navbar-expand-lg ul a {
  border-top: 0px solid #FFFFFF !important;
  font-size: 14px;
  margin: 0 3px;
  font-weight: 400;
  padding-right: .5rem;
  padding-left: .5rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.yafnet .mr-auto {
  float: right !important;
  display: inline;
}

.card {
  font-size: 14px;
}

.yafnet .pl-0 {
  padding-left: .75rem !important;
}

.yaf-net .dropdown-menu {
  max-height: max-content !important;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block !important;
}

.yaf-net header .navbar {
  z-index: 50 !important;
}

.yaf-net .col .navbar {
  z-index: 20 !important;
}

.modal-dialog {
  left: 0;
  top: 40px;
}



.yaf-net .breadcrumb {
  font-weight: 600 !important;
}

.yaf-net .topic-link-popover {
  color: dodgerblue !important;
  font-weight: bold !important;
  font-size: 9pt !important;
}

.yaf-net #ctl00_MainPlaceHolder_yafForum_ctl03_PageTitle {
  margin-left: 16px;
}

.yaf-net .fa-sticky-note {
  width: 0;
}

.yaf-net .bg-dark {
  background: #292723 !important;
}

.yaf-net .navbar.bg-dark .fa {
  display: none;
}

.yaf-net .navbar.bg-dark .dropdown-item {
  margin: 8px !important;
}

.yaf-net .navbar.bg-dark .dropdown-submenu {
  padding-left: 18px;
}

.yaf-net .row.mb-3 .fa-comment:before {
  content: "" !important;
}

.yaf-net #ctl00_MainPlaceHolder_yafForum_ctl03_ForumStats_UpdateStatsPanel li {
  margin-left: 16px;
}

.form-group .fa-comment:before {
  content: "" !important;
}

.btn-group.bootstrap-select ul.dropdown-menu {
  display: none !important;
}

.btn-group.bootstrap-select.open ul.dropdown-menu {
  display: block !important;
}

.create-promo-code input:not(.btn) {
  display: block;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #656565;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.create-promo-code input[type="submit"] {
  margin-bottom: 8px;
}


.ui-dialog {
  min-width: 400px;
}

.ui-dialog-titlebar-close {
  background: url(/images/close.gif) #aaa;
  background-size: contain;
}

#UpdateUsernameModal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

#UpdateUsernameModal {
  display: block !important;
}

#ContactsModal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

#ContactsModal {
  display: block !important;
}

#CreateFreeLicenseModal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

#CreateFreeLicenseModal {
  display: block !important;
}

#ExtendTrialModal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

#ExtendTrialModal {
  display: block !important;
}

#ContactsModalContainerShow #ContactsModal {
  left: 0 !important;
}

#ContactsModalContainerHide #ContactsModal {
  left: -9000px !important;
  width: 0 !important;
}

#ExtendTrialModalContainerShow #ExtendTrialModal {
  left: 0 !important;
}

#ExtendTrialModalContainerHide #ExtendTrialModal {
  left: -9000px !important;
  width: 0 !important;
}

.text-break.alert.alert-info.alert-dismissible.fade.show {
  display: none !important;
}

.yaf-net .modal-dialog {
  position: static !important;
}

.subscription-section-card {
    max-width: 100%;
    flex: 1;
    min-height: 1px;
    border: 0.5px solid rgba(50, 199, 249,1);
    transition: 0.1s;
    margin: 20px;
    min-width: 200px;
}

  .subscription-section-card:hover {
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transform: scale(1.03);
  }

.subscription-section-card-print:hover {
  transform: scale(1);
}

.subscription-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}

  .subscription-section .popover {
    width: 215px;
  }

.subscription-section-card-title {
  /*color: rgb(50, 199, 249);*/
  color: white;
  background: black;
  font-size: 12pt;
  text-align: center;
  padding: 16px 8px;
  height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscription-section-card-title-print {
  color: white;
  background: black;
  text-align: center;
  padding: 16px 0;
  height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscription-section-card-subtitle {
  text-align: center;
  padding: 8px;
  font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  height: 80px;
  font-style: italic;
}

.subscription-section-card-badge {
  position: relative;
  top: -13px;
  text-align: center;
  height: 0;
}

.subscription-section-card-badge-item {
  font-size: 9pt;
  display: inline;
  text-align: center;
  background: gold;
  padding: 4px;
  color: black;
  text-transform: uppercase;
  border-radius: 4px;
  width: fit-content;
  font-weight: 600;
}

.subscription-section-card-price {
  text-align: center;
  background: rgba(50, 199, 249, 0.15);
  height: 160px;
  padding: 32px 16px;
}

  .subscription-section-card-price input {
    margin-bottom: 22px;
  }

.subscription-section-card-price-item {
  color: rgba(50, 199, 249,1);
  font-weight: 600;
  font-size: 18pt;
  margin-bottom: 8px;
}


.subscription-section-card-top-features {
  padding: 8px;
  height: 320px;
}

.subscription-section-card-top-features-seeall {
  margin-left: 20px;
  font-size: 9pt;
}


.subscription-section-card-add-ons {
  padding: 8px;
  height: 110px;
  background: rgba(144, 238, 144, 0.3 );
}

.subscription-section-card-add-ons-print {
  padding: 8px;
  height: 130px;
  background: rgba(144, 238, 144, 0.3 );
}

.subscription-section-card-add-ons-empty {
  padding: 8px;
  height: 110px;
}

.subscription-section-card-top-features ul,
.subscription-section-card-add-ons ul,
.subscription-section-card-add-ons-print ul {
  margin-left: 20px;
  font-size: 9pt;
  margin-bottom: 0;
}

.answer-icon {
  background-image: url("/Content/icons/question16.png");
  width: 12px;
  height: 12px;
  background-size: cover;
  display: inline-block;
  top: 2px;
  position: relative;
}

.green-tooltip {
  color: green;
}

.translation-container tr:hover td {
  background: #21c2f836 !important;
}

.ajax__calendar_container {
  z-index: 10000;
}

.ant-btn.copy-button {
  position: absolute;
}


  .ant-btn.copy-button .ant-typography {
    margin-bottom: 0;
  }

#upEventLogs p {
  margin: 0;
}

.guide-fade {
  opacity: 0.4;
}

#NetsPaymentModal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

#NetsPaymentModal {
  display: block !important;
}

.permission-disabled {
  opacity: 0.75;
}

button.permission-disabled {
  background: #f5f5f5 !important;
  color: gray !important;
  border-color: #d9d9d9 !important;
  cursor: not-allowed !important;
}

  button.permission-disabled span {
    color: gray !important;
  }

.permission-disabled::before {
  content: url('/Content/icons/padlock.png') !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  margin-right: 4px !important;
  position: relative !important;
}

.k-editor {
  border: 1px solid #ccc !important;
  border-color: #ccc !important;
  border-radius: 2px !important;
}

a.aspNetDisabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #83939C;
}
