/*!
 * WARNING: Don't edit this file by hand!
 * Edit custom.css file to override any style.
 */
/*
 * WARNING: Don't edit this file by hand! Instead, you should be using Compass.
 * (More information at http://compass-style.org/)
 *
 * Edit custom.css file to override any style.
 */
/*
 * WARNING: Don't edit this file by hand! Instead, you should be using Compass.
 * (More information at http://compass-style.org/)
 *
 * Edit custom.css file to override any style.
 */
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext,cyrillic-ext&.css);
html[lang=ar] body {
  direction: rtl;
}
html[lang=ar] .ui.menu.fixed .item:first-child {
  direction: ltr;
}
html[lang=ar] .ui.menu .right.menu .dropdown:last-child .menu {
  margin: 0 -130px;
}
html[lang=ar] .role-manager.pushable.dimmable .ui.sidebar {
  left: auto;
}
html[lang=ar] .ui.menu .right.menu > .item::before {
  right: 0;
  left: auto;
}
html[lang=ar] .ui.table {
  text-align: start;
}

html, body {
  width: 100%;
  height: 100%;
}

body, form {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

table {
  border: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  vertical-align: top;
}

.clear {
  clear: both;
}

.noborder,
table.noborder,
table.noborder td,
table.noborder th {
  border: 0 !important;
}

.nopadding,
table.nopadding td,
table.nopadding th {
  padding: 0 !important;
}

.nomargin,
table.nomargin td,
table.nomargin th {
  margin: 0 !important;
}

.m-left {
  margin: 0 auto 0 0;
}

.m-center {
  margin: 0 auto !important;
}

.m-right {
  margin: 0 0 0 auto;
}

.v-middle {
  vertical-align: middle !important;
}

.nowrap {
  white-space: nowrap;
}

.a-left {
  text-align: left;
}

.a-center {
  text-align: center;
}

.a-right {
  text-align: right;
}

.a-justify {
  text-align: justify;
}

.f-large, tr.f-large td {
  font-size: large;
}

.f-small, tr.f-small td {
  font-size: smaller;
}

.f-bold, tr.f-bold td {
  font-weight: bold;
}

.f-italic, tr.f-italic td {
  font-style: italic;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-lowercase {
  text-transform: lowercase;
}

.t-underline {
  text-decoration: underline;
}

.t-capitalize {
  text-transform: capitalize;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.hide,
.hidden {
  display: none !important;
}
/*
 * WARNING: Don't edit this file by hand! Instead, you should be using Compass.
 * (More information at http://compass-style.org/)
 *
 * Edit custom.css file to override any style.
 */
body {
  box-sizing: border-box;
}

#activebar-container .content a,
#activebar-container .content a:hover {
  color: #eb7b0c;
  text-decoration: underline;
}

#ui-datepicker-div {
  display: none;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  color: #000000;
}

.ui-datepicker-trigger {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

img.ui-datepicker-trigger {
  margin: 0 2px;
  vertical-align: middle;
}

.nyroModalBg,
.nyroModalTitle,
.nyroModalCloseButton,
.nyroModalCont {
  z-index: 210;
}

.nyroModalCloseButton {
  outline: 0;
}

.nyroModalCont,
.nyroModalCont:before,
.nyroModalCont:after,
.nyroModalCont *,
.nyroModalCont *:before,
.nyroModalCont *:after {
  box-sizing: content-box;
}

/*
//jPicker
.jPicker.Container {
  border: 1px solid #666;
}
table.jPicker {
  border: 0 none !important;
  .Move {
    display: none !important;
  }
  td {
    color:#000000;
    vertical-align: middle;
    font-size: 13px;
  }
  td[class="Text"] input {
    height: 19px !important;
  }
}
span.jPicker {
  display: inline-block;
  height: 24px;
  width: 25px;
  margin-left:5px;
  vertical-align:middle;
}
*/
.mce-menubar * {
  font-size: 12px !important;
}

div.mce-fullscreen {
  top: 50px !important;
}

/*
//Font Awesome
.fa {
  font-style: normal !important;
}
*/
.vjs-error .vjs-error-display.flash-missing {
  cursor: pointer;
}
.vjs-error .vjs-error-display.flash-missing:before {
  content: "" !important;
  height: 48px;
  background: url(../images/flash-player-48x48.png) center no-repeat;
}

body {
  overflow-x: auto !important;
}

.ui.labeled.input {
  display: flex;
}
.ui.labeled.input input {
  flex: 1 1 auto;
}
/*
body {
  background-color:#ffffff;
}
/*
body, td, th {
  font-size: $site-font-size;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  color:#000000;
}

a {
  color: #428BCA;
  &:hover,
  &:focus {
    color: #2A6496;
  }
}

.headertext {
}
*/
.note {
  color: #009900;
  font-weight: bold;
}

.error,
.warning,
.wp-submit-error {
  color: #FF3333;
  font-weight: bold;
}

.ipwarning {
  font-size: 12px;
  color: #996666;
}

.operationresult {
  color: #2bc702;
  font-weight: bold;
}

/*
//forms elements
input.text, input.password, textarea, select, .file {
  min-width: 80px;
}
/*
input.text, input.password, textarea, select, .file {
  margin:0;
  padding:0 0 0 5px;

  background-color:#ffffff;
  border:1px solid #cccccc;
  color: #555555;

  border-radius: 2px;
  box-sizing: border-box;
}

input.text, input.password, select, .file {
  height:34px;
  line-height:34px;
}

.input-width,
.select-width {
  width: 250px;
}
*/
.calendar-input,
.ui.form input[type=text].calendar-input,
.ui.inverted.form input[type=text].calendar-input {
  min-width: 130px;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: right 3px center;
}

/*
select.multiple {
  height: auto;
}

input.button:disabled {
  color:#888888;
}

input.readonly {
  color: #AAAAAA !important;
}

::-webkit-input-placeholder { // WebKit browsers
  color: #999999;
}
:-moz-placeholder { // Mozilla Firefox 4 to 18
  color: #999999;
}
::-moz-placeholder { // Mozilla Firefox 19+
  color: #999999;
}
:-ms-input-placeholder { // Internet Explorer 10+
  color: #999999;
}

//tables data, form, filter
table.filter, table.data, table.form {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  background-color:#efefef;
}

table.filter td, table.data td, table.form td {
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 3px;
}

table.filter tr.header td,
table.filter td.header,
table.data tr.header td,
table.data td.header,
table.form tr.header td,
table.form td.header,
table.form tr.fieldheader td,
table.form td.fieldheader {
  font-weight: bold;
}

table.data tr.total td {
  font-weight:bold;
}

table.data .header a {
  color: #333333;
}

table.form tr.header td,
table.form td.header {
  text-align: center;
  font-size: 16px;
}

table.form .fieldheader {
  text-align: right;
}

table.form td {
  padding: 5px;
}

.filter {
  select {
    min-width: 200px;
    max-width: 200px;
  }
}
*/
a.sortlink img {
  vertical-align: middle;
}

.note-fieldheader {
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.note-fieldrequired {
  color: #ff0000;
}

table.contentdelimiter {
  width: 100%;
  border: 0;
  margin: 0;
}

td.contentdelimiter {
  padding: 5px;
  border: none;
}
td.contentdelimiter .ui.segment:last-child {
  margin-bottom: 3em;
}

.ui.segment.pagerfooter {
  margin: 0 auto;
}

table.pagerfooter {
  width: 100%;
}

/*
//design
#wrapper {
  width:100%;
  min-width: $site-width;
  min-height:100%;
  position:relative;
}

#wp-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
}

#header,
#content,
#footer {
  min-width: $site-width;
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

#header {
  color: #666666;

  a, a:hover  {
    color:#666666;
  }

  .logo {
    float: left;
    margin: 5px 0 0 0;

    .slogan {
      margin:0;
      padding:0;
      font-weight:normal;
      font-size:12px;
    }
  }

  .navbar {
    margin: 10px 0 0 0;
    font-size: 123%;
  }

  .submenu-manager {
    margin-top: 10px;

    ul {
      &, li {
        margin:0;
        padding:0;
        list-style:none;
      }

      li {
        padding-left:30px;
        float:left;

        &.first {
          padding-left:0;
        }
      }
    }

  }

  .toplogin {
    width: 360px;
    float: right;
    margin: 10px 0 0 0;

    .form-control {
      width: 178px;
    }
    .checkbox {
      clear: both;
    }
    .btn {
      margin-top: 5px;
    }

  }

  .toplogout {
    float: right;
    margin: 10px 0 0 0;

    .hdr h3 {
      margin: 0 0 10px 0;
      font-size: large;

    }
  }

}

//content
#wp-content {
  padding:20px 0;
  padding-bottom: $footer-height + 50px;
}

#page-title {
  padding-bottom:10px;

  h2 {
    margin:0;
    padding:0;
    text-align: center;
  }
}

//footer
#wp-footer {
  position:absolute;
  bottom: 0;
  width:100%;
  height:$footer-height;

  background-color: #F5F5F5;
  border-top: 1px solid #E5E5E5;
}

#footer {
  text-align:center;
  position: relative;

  ul {
    &, li {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    li {
      display: inline-block;

      &.muted {
        margin: 0 10px;
      }
    }
  }

  .fmenu {
    padding-top: 30px;
  }

  .languages {
    padding-top: 10px;
    font-size: small;

    .muted {
      margin: 0 5px;
    }
  }

  .copyright {
    margin-top: 10px;
  }

}
*/
/*
table.filter {
  display: none;
}
.container-filter {
  margin-bottom: 40px;
  animation: filter_anim .3s ease-in-out;
  table.filter {
    display: table;
  }
}
@keyframes filter_anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
*/
.ui.table td.a-left,
.ui.table thead th.a-left {
  text-align: left;
}
.ui.table td.a-center,
.ui.table thead th.a-center {
  text-align: center;
}
.ui.table td.a-right,
.ui.table thead th.a-right {
  text-align: right;
}

.ui.table.form tr.header td,
.ui.table.form td.header {
  font-weight: bold;
  text-align: center;
  font-size: larger;
}
.ui.table.form, .ui.table.form:last-child {
  margin-bottom: 1em;
}

table.data tr.header td,
table.data td.header {
  font-weight: bold;
}
table.data tr.total td {
  font-weight: bold;
}

/*
.wp-filter-timePeriod {
  margin: 10px 0;
  ul {
    &,li {
      padding: 0;
      margin: 0;
    }
    li {
      list-style: none;
      display: inline-block;
      &:after {
        content: ", ";
      }
      &:last-child:after {
        content: "";
      }
    }
  }
}

//quick menu list
.quickmenulist {

  table.list {
    border-collapse:separate;
    border-spacing:2px;

    td {
      padding:3px;
      text-align:center;
      font-size:11px;
    }
  }

}

//live stats
#wp-livestats {
  .thumbnail {
    position:relative;

    .icon-hd {
      display:inline-block;

      width: 30px;
      height: 22px;
      content: 'HD';

      position:absolute;
      right:1px;
      top:1px;
    }

  }
}

//login form
.loginForm {
  h2 {
    display: none;
  }

  label:after {
    content: ":";
  }

  form {
    width: 250px;
  }

  .forgotpassword {
    margin: 10px 0;
    padding: 0;
  }
}

//join form
.joinForm {
  .result {
    text-align:center;
    margin:0;
    padding:0 0 10px 0;
  }

  .form {
    margin:0 auto;
  }

  .text,
  .password {
    width:200px;
  }

  .text.calendar-input {
    width:175px;
  }
}

//captcha
.captcha {
  .captcha-text {
    float:left;
    padding-top:5px;

    input {
      width:60px;
    }
  }

  .captcha-reload {
    clear:both;

    a {
      text-decoration:none;
      border-bottom:1px dashed;
    }
  }

  .captcha-img {
    margin-left:10px;
    float:left;
  }
}

//contact form
.contactForm {
  .result {
    text-align:center;
    margin:0;
    padding:0 0 10px 0;
  }

  .form {
    margin:0 auto;
  }

  .text,
  .password,
  select {
    width:200px;
  }

  textarea {
    width:100%;
    height:80px;
  }
}
*/
#documentsContainer .document {
  margin-bottom: 10px;
}
#documentsContainer .document .icon_panel {
  float: left;
}
#documentsContainer .document .btn_panel {
  padding-top: 5px;
}
#documentsContainer .document .btn_panel .ico {
  vertical-align: middle;
}

.performer_agreement {
  border: 1px solid #CCCCCC;
  height: 250px;
  margin: 0 0 20px;
  overflow: scroll;
  padding: 10px;
  width: 100%;
}
.performer_agreement .data {
  color: #3B6894;
  font-weight: bold;
}

/*
//Webmasters Banners
#wp-banners {
  .nav {
    margin-bottom: 10px;
  }

  .size_sel {
    ul {
      &, li {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      li {
        display: inline-block;
        padding-left: 10px;
      }
    }
  }

  .size_cont {
    .item {
      margin: 10px 0 0 0;
    }
  }

  .params td {
    padding: 3px;
  }

  form .data {
    width: 120px;
  }

}

#report-form {
  display: none;
  $w:716px;
  width: $w;
  padding: 10px;
  margin-left: -1 * ceil($w / 2);

  position: fixed;
  top: 20px;
  left: 50%;

  z-index: 1000;

  background: #fff;
  box-shadow: 0 0 20px 2px #444;
  text-align: center;

  textarea {
    display: block;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
  }
}

*/
#current-language .description {
  float: left;
  margin: 0 0.4em 0 0;
}
#current-language .description img {
  margin-top: -5px;
}

#languages .scrolling.menu .description img {
  margin-top: -5px;
}

.pushable > .pusher {
  overflow: visible;
}

.ui.form .ui.horizontal.list input[type=text] {
  vertical-align: inherit;
}

.page-content.loading > .ui.container {
  display: none;
}
.page-content .page-title:first-of-type {
  margin-top: 0;
}

.pusher {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.pusher .page-content {
  flex: 1;
  padding-top: 70px;
  padding-bottom: 60px;
}
.pusher .page-footer {
  flex: 0;
}

.ui.main.menu .item.logo {
  padding: 0 !important;
  margin: 0 auto;
  margin-left: 20px;
}
.ui.main.menu .item.logo:before {
  display: none;
}
.ui.main.menu .item.logo img {
  max-height: 40px;
}
.ui.main.menu:not(.vertical) > .right.menu {
  margin-left: 0 !important;
}

.icon48 img {
  width: 48px;
  height: 48px;
}

.btn-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1678c2;
  color: #fff;
  border: none;
  border-radius: 0.28571429rem;
  margin: 0 3px;
}
.btn-primary:hover {
  background-color: #0d4977;
  cursor: pointer;
}

.event__image:hover {
  cursor: default;
}

.custom-input {
  display: flex;
  height: 56px;
  margin: 0 0 8px;
  border: 1px solid;
  border-radius: 3px;
}
.custom-input--search {
  position: relative;
}
.custom-input--search .form-control {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 6px 40px 6px 12px;
  border: 1px solid;
  border-radius: 4px;
}
.custom-input--search .fa {
  position: absolute;
  right: 15px;
  top: 15px;
  text-decoration: none;
  cursor: pointer;
}
.custom-input .form-control {
  background-color: transparent;
  width: calc(100% - 56px);
  height: 100%;
  padding: 0 5%;
  border: 0;
}
.custom-input .fa {
  width: 56px;
  background-color: transparent;
  text-align: center;
  line-height: 56px;
  transition: all 0.32s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-auto {
  margin: auto;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.w-100 {
  width: 100%;
}

@media all and (max-width: 768px) {
  .ui.tabular.menu {
    display: block;
  }
  .ui.tabular.menu .active {
    border-bottom: 1px solid #d4d4d5;
  }
}
.customer-profile__header, .performer-profile__header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-profile__title, .performer-profile__title {
  font-weight: 400;
  font-size: 30px;
  margin: 20px 0 15px;
}
.customer-profile__title .note-fieldheader, .performer-profile__title .note-fieldheader {
  font-size: 15px;
}
.customer-profile__link, .performer-profile__link {
  padding: 10px;
}
.customer-profile__link:hover, .performer-profile__link:hover {
  text-decoration: none;
}
.customer-profile__block, .performer-profile__block {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.customer-profile__block .checkbox, .performer-profile__block .checkbox {
  display: inline;
}
.customer-profile__block_upload, .performer-profile__block_upload {
  justify-content: center;
  flex-direction: row;
}
.customer-profile__item, .performer-profile__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.customer-profile__item:not(:last-child), .performer-profile__item:not(:last-child) {
  margin-bottom: 15px;
}
.customer-profile__label, .performer-profile__label {
  padding: 0 15px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  flex: 0 1 40%;
}
.customer-profile__info, .performer-profile__info {
  padding: 0 15px;
  flex: 0 1 75%;
}
.customer-profile__info textarea, .performer-profile__info textarea {
  resize: vertical !important;
  width: 100%;
  max-width: 300px;
}
.customer-profile__input, .performer-profile__input {
  height: 45px;
  margin: 0;
  max-width: 300px;
}
.customer-profile__input input,
.customer-profile__input select, .performer-profile__input input,
.performer-profile__input select {
  width: 100% !important;
}
.customer-profile__input .fa, .performer-profile__input .fa {
  line-height: 45px;
  width: 13px;
  border-right: none;
}
.customer-profile__input .form-control_file, .performer-profile__input .form-control_file {
  font-size: 15px;
  padding: 6px 12px;
}
.customer-profile__input:hover .fa, .performer-profile__input:hover .fa {
  background: none;
}
.customer-profile__message, .performer-profile__message {
  margin: 10px 0;
}
.customer-profile__submit, .performer-profile__submit {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.customer-profile__submit input, .performer-profile__submit input {
  text-transform: uppercase;
  font-weight: 700;
  max-width: 31%;
  width: 100%;
  padding: 10px 0;
}
@media all and (max-width: 600px) {
  .customer-profile__label, .performer-profile__label {
    text-align: left;
    flex: 0 1 100%;
    padding: 0;
  }
  .customer-profile__item, .performer-profile__item {
    flex-wrap: wrap;
  }
  .customer-profile__block, .performer-profile__block {
    padding: 10px 0;
  }
  .customer-profile__info, .performer-profile__info {
    padding: 0;
    flex: 0 1 100%;
  }
}

.block_visitors__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  border: 1px solid grey;
  border-radius: 4px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.block_visitors__item {
  margin: 2px;
  align-content: center;
  display: flex;
  flex-direction: column;
  width: 30%;
}
@media all and (max-width: 768px) {
  .block_visitors__item {
    width: 48%;
  }
}
@media all and (max-width: 425px) {
  .block_visitors__item {
    width: 100%;
  }
}

.support-title {
  text-align: center;
  border: none;
  background: white;
  margin-top: -5px;
  padding: 20px 40px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .support-title {
    display: none;
  }
}

.page-welcome .page-title {
  padding: 50px 0 30px;
}
.page-welcome .arrow {
  position: relative;
}
.page-welcome .arrow:before, .page-welcome .arrow:after {
  position: absolute;
  width: 9px;
  top: 50%;
  right: 26px;
  height: 1.5px;
  background-color: #4084ca;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
}
.page-welcome .arrow:before {
  transform: rotate(45deg) translateY(4px);
}
.page-welcome .arrow:after {
  transform: rotate(-45deg) translateY(4px);
}
.page-welcome .arrow.active:before {
  transform: rotate(-45deg) translate(-4px);
}
.page-welcome .arrow.active:after {
  transform: rotate(45deg) translate(4px);
}
.page-welcome #welcome-menu .list a.item {
  background: #f2f4f5;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 20px;
  border: 1px solid #f2f4f5;
  width: 166px;
  height: 100px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 0;
  vertical-align: middle;
}
.page-welcome #welcome-menu .list a.item:hover {
  border-color: #4084ca;
}
.page-welcome #welcome-menu .list a.item .description {
  color: #000000;
}
.page-welcome #welcome-menu h3.header {
  font-size: 20px;
  color: #000000;
}
@media only screen and (max-width: 425px) {
  .page-welcome.ui.container {
    margin: 0 !important;
  }
  .page-welcome .page-title {
    padding-left: 18px;
    padding-bottom: 0;
  }
  .page-welcome #welcome-menu .ui.horizontal.list {
    display: none;
    padding: 0 20px;
  }
  .page-welcome #welcome-menu .ui.horizontal.list.active {
    display: block;
  }
  .page-welcome #welcome-menu .ui.horizontal.list a.item {
    width: 46%;
  }
  .page-welcome #welcome-menu .ui.horizontal.list a.item:nth-child(even) {
    margin-right: 0;
  }
  .page-welcome #welcome-menu .ul.header {
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
    padding: 18px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
  .page-welcome #welcome-menu .ul.header:active {
    background-color: #f2f4f5;
  }
  .page-welcome #welcome-menu .ul.header.active, .page-welcome #welcome-menu .ul.header:last-of-type {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .page-welcome.ui.container {
    width: 1160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-welcome.ui.container {
    width: 975px;
  }
}
@media only screen and (min-width: 795px) and (max-width: 991px) {
  .page-welcome.ui.container {
    width: 790px;
  }
}
@media only screen and (max-width: 794px) {
  .page-welcome .ui.horizontal.list {
    text-align: center;
  }
}

.page-content .container .eye-btn-wrapper {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4.49995C14.79 4.49995 18.17 6.62995 19.82 9.99995C19.23 11.22 18.4 12.27 17.41 13.12L18.82 14.53C20.21 13.3 21.31 11.76 22 9.99995C20.27 5.60995 16 2.49995 11 2.49995C9.73 2.49995 8.51 2.69995 7.36 3.06995L9.01 4.71995C9.66 4.58995 10.32 4.49995 11 4.49995ZM9.93 5.63995L12 7.70995C12.57 7.95995 13.03 8.41995 13.28 8.98995L15.35 11.06C15.43 10.72 15.49 10.36 15.49 9.98995C15.5 7.50995 13.48 5.49995 11 5.49995C10.63 5.49995 10.28 5.54995 9.93 5.63995ZM1.01 2.36995L3.69 5.04995C2.06 6.32995 0.77 8.02995 0 9.99995C1.73 14.39 6 17.5 11 17.5C12.52 17.5 13.98 17.21 15.32 16.68L18.74 20.1L20.15 18.69L2.42 0.949951L1.01 2.36995ZM8.51 9.86995L11.12 12.48C11.08 12.49 11.04 12.5 11 12.5C9.62 12.5 8.5 11.38 8.5 9.99995C8.5 9.94995 8.51 9.91995 8.51 9.86995ZM5.11 6.46995L6.86 8.21995C6.63 8.76995 6.5 9.36995 6.5 9.99995C6.5 12.48 8.52 14.5 11 14.5C11.63 14.5 12.23 14.37 12.77 14.14L13.75 15.12C12.87 15.36 11.95 15.5 11 15.5C7.21 15.5 3.83 13.37 2.18 9.99995C2.88 8.56995 3.9 7.38995 5.11 6.46995Z' fill='%23C7C7C7'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 265px;
  bottom: 153px;
}
.page-content .container .eye-btn-wrapper.showEye {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.5C14.79 2.5 18.17 4.63 19.82 8C18.17 11.37 14.79 13.5 11 13.5C7.21 13.5 3.83 11.37 2.18 8C3.83 4.63 7.21 2.5 11 2.5ZM11 0.5C6 0.5 1.73 3.61 0 8C1.73 12.39 6 15.5 11 15.5C16 15.5 20.27 12.39 22 8C20.27 3.61 16 0.5 11 0.5ZM11 5.5C12.38 5.5 13.5 6.62 13.5 8C13.5 9.38 12.38 10.5 11 10.5C9.62 10.5 8.5 9.38 8.5 8C8.5 6.62 9.62 5.5 11 5.5ZM11 3.5C8.52 3.5 6.5 5.52 6.5 8C6.5 10.48 8.52 12.5 11 12.5C13.48 12.5 15.5 10.48 15.5 8C15.5 5.52 13.48 3.5 11 3.5Z' fill='%234084CA'/%3E%3C/svg%3E%0A");
  height: 16px;
}
.page-content .container .eye-btn-wrapper.hideEye {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4.49995C14.79 4.49995 18.17 6.62995 19.82 9.99995C19.23 11.22 18.4 12.27 17.41 13.12L18.82 14.53C20.21 13.3 21.31 11.76 22 9.99995C20.27 5.60995 16 2.49995 11 2.49995C9.73 2.49995 8.51 2.69995 7.36 3.06995L9.01 4.71995C9.66 4.58995 10.32 4.49995 11 4.49995ZM9.93 5.63995L12 7.70995C12.57 7.95995 13.03 8.41995 13.28 8.98995L15.35 11.06C15.43 10.72 15.49 10.36 15.49 9.98995C15.5 7.50995 13.48 5.49995 11 5.49995C10.63 5.49995 10.28 5.54995 9.93 5.63995ZM1.01 2.36995L3.69 5.04995C2.06 6.32995 0.77 8.02995 0 9.99995C1.73 14.39 6 17.5 11 17.5C12.52 17.5 13.98 17.21 15.32 16.68L18.74 20.1L20.15 18.69L2.42 0.949951L1.01 2.36995ZM8.51 9.86995L11.12 12.48C11.08 12.49 11.04 12.5 11 12.5C9.62 12.5 8.5 11.38 8.5 9.99995C8.5 9.94995 8.51 9.91995 8.51 9.86995ZM5.11 6.46995L6.86 8.21995C6.63 8.76995 6.5 9.36995 6.5 9.99995C6.5 12.48 8.52 14.5 11 14.5C11.63 14.5 12.23 14.37 12.77 14.14L13.75 15.12C12.87 15.36 11.95 15.5 11 15.5C7.21 15.5 3.83 13.37 2.18 9.99995C2.88 8.56995 3.9 7.38995 5.11 6.46995Z' fill='%23C7C7C7'/%3E%3C/svg%3E%0A");
  height: 18px;
}
.page-content .container .container-login_form {
  max-width: 300px;
  margin: 0 auto;
}
.page-content .container .container-login_form .recaptcha-manager .forgotpassword {
  margin: 15px 0 40px 0;
}
.page-content .container .container-login_form .recaptcha-manager .field input {
  border: 1px solid #C7C7C7 !important;
}
.page-content .container .container-login_form .recaptcha-manager .field input:hover {
  border: 1px solid #4084CA !important;
}
.page-content .container .container-login_form .recaptcha-manager .field input:focus {
  border: 2px solid #7DB5EF !important;
}
.page-content .container .container-login_form .recaptcha-manager .field .eye-btn-wrapper {
  position: absolute;
  left: 265px;
  bottom: 153px;
}
.page-content .container .container-login_form .recaptcha-manager .login-container {
  text-align: center;
}
.page-content .container .container-login_form .recaptcha-manager .login-container .button {
  width: 175px;
  margin-bottom: 15px;
}
.page-content .container .container-forgot_password {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.page-content .container .container-forgot_password .recaptcha-manager span {
  display: inline-block;
  margin-bottom: 20px;
}
.page-content .container .container-forgot_password .recaptcha-manager label {
  text-align: left;
}
.page-content .container .container-forgot_password .recaptcha-manager label::after {
  content: "*";
  color: #f00;
  margin-left: 3px;
}
.page-content .container .container-forgot_password .recaptcha-manager button {
  margin-top: 40px;
}
.page-content .container .container-forgot_password .recaptcha-manager .field input {
  border: 1px solid #C7C7C7;
}
.page-content .container .container-forgot_password .recaptcha-manager .field input:hover {
  border: 1px solid #4084CA;
}
.page-content .container .container-forgot_password .recaptcha-manager .field input:focus {
  border: 2px solid #7DB5EF;
}
.page-content .container .container-join_form {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.page-content .container .container-join_form .recaptcha-manager span {
  display: inline-block;
  margin: 0 0 40px 0;
}
.page-content .container .container-join_form .recaptcha-manager .required label {
  text-align: left;
}
.page-content .container .container-join_form .recaptcha-manager .required .checkbox label {
  font-size: 12px;
}
.page-content .container .container-join_form .recaptcha-manager button {
  margin-top: 30px;
  width: 175px;
}
.page-content .container .container-join_form .recaptcha-manager .field input {
  border: 1px solid #C7C7C7 !important;
}
.page-content .container .container-join_form .recaptcha-manager .field input:hover {
  border: 1px solid #4084CA !important;
}
.page-content .container .container-join_form .recaptcha-manager .field input:focus {
  border: 2px solid #7DB5EF !important;
}
.page-content .container .container-join_form .recaptcha-manager .field .eye-btn-wrapper {
  position: absolute;
  left: 265px;
  bottom: 233px;
}
.page-content .container .container-join_form .recaptcha-manager .field .eye-btn-wrapper-confirm {
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4.49995C14.79 4.49995 18.17 6.62995 19.82 9.99995C19.23 11.22 18.4 12.27 17.41 13.12L18.82 14.53C20.21 13.3 21.31 11.76 22 9.99995C20.27 5.60995 16 2.49995 11 2.49995C9.73 2.49995 8.51 2.69995 7.36 3.06995L9.01 4.71995C9.66 4.58995 10.32 4.49995 11 4.49995ZM9.93 5.63995L12 7.70995C12.57 7.95995 13.03 8.41995 13.28 8.98995L15.35 11.06C15.43 10.72 15.49 10.36 15.49 9.98995C15.5 7.50995 13.48 5.49995 11 5.49995C10.63 5.49995 10.28 5.54995 9.93 5.63995ZM1.01 2.36995L3.69 5.04995C2.06 6.32995 0.77 8.02995 0 9.99995C1.73 14.39 6 17.5 11 17.5C12.52 17.5 13.98 17.21 15.32 16.68L18.74 20.1L20.15 18.69L2.42 0.949951L1.01 2.36995ZM8.51 9.86995L11.12 12.48C11.08 12.49 11.04 12.5 11 12.5C9.62 12.5 8.5 11.38 8.5 9.99995C8.5 9.94995 8.51 9.91995 8.51 9.86995ZM5.11 6.46995L6.86 8.21995C6.63 8.76995 6.5 9.36995 6.5 9.99995C6.5 12.48 8.52 14.5 11 14.5C11.63 14.5 12.23 14.37 12.77 14.14L13.75 15.12C12.87 15.36 11.95 15.5 11 15.5C7.21 15.5 3.83 13.37 2.18 9.99995C2.88 8.56995 3.9 7.38995 5.11 6.46995Z' fill='%23C7C7C7'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 265px;
  bottom: 159px;
}
.page-content .container .container-join_form .recaptcha-manager .field .eye-btn-wrapper-confirm.showEye {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.5C14.79 2.5 18.17 4.63 19.82 8C18.17 11.37 14.79 13.5 11 13.5C7.21 13.5 3.83 11.37 2.18 8C3.83 4.63 7.21 2.5 11 2.5ZM11 0.5C6 0.5 1.73 3.61 0 8C1.73 12.39 6 15.5 11 15.5C16 15.5 20.27 12.39 22 8C20.27 3.61 16 0.5 11 0.5ZM11 5.5C12.38 5.5 13.5 6.62 13.5 8C13.5 9.38 12.38 10.5 11 10.5C9.62 10.5 8.5 9.38 8.5 8C8.5 6.62 9.62 5.5 11 5.5ZM11 3.5C8.52 3.5 6.5 5.52 6.5 8C6.5 10.48 8.52 12.5 11 12.5C13.48 12.5 15.5 10.48 15.5 8C15.5 5.52 13.48 3.5 11 3.5Z' fill='%234084CA'/%3E%3C/svg%3E%0A");
  height: 16px;
}
.page-content .container .container-join_form .recaptcha-manager .field .eye-btn-wrapper-confirm.hideEye {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 4.49995C14.79 4.49995 18.17 6.62995 19.82 9.99995C19.23 11.22 18.4 12.27 17.41 13.12L18.82 14.53C20.21 13.3 21.31 11.76 22 9.99995C20.27 5.60995 16 2.49995 11 2.49995C9.73 2.49995 8.51 2.69995 7.36 3.06995L9.01 4.71995C9.66 4.58995 10.32 4.49995 11 4.49995ZM9.93 5.63995L12 7.70995C12.57 7.95995 13.03 8.41995 13.28 8.98995L15.35 11.06C15.43 10.72 15.49 10.36 15.49 9.98995C15.5 7.50995 13.48 5.49995 11 5.49995C10.63 5.49995 10.28 5.54995 9.93 5.63995ZM1.01 2.36995L3.69 5.04995C2.06 6.32995 0.77 8.02995 0 9.99995C1.73 14.39 6 17.5 11 17.5C12.52 17.5 13.98 17.21 15.32 16.68L18.74 20.1L20.15 18.69L2.42 0.949951L1.01 2.36995ZM8.51 9.86995L11.12 12.48C11.08 12.49 11.04 12.5 11 12.5C9.62 12.5 8.5 11.38 8.5 9.99995C8.5 9.94995 8.51 9.91995 8.51 9.86995ZM5.11 6.46995L6.86 8.21995C6.63 8.76995 6.5 9.36995 6.5 9.99995C6.5 12.48 8.52 14.5 11 14.5C11.63 14.5 12.23 14.37 12.77 14.14L13.75 15.12C12.87 15.36 11.95 15.5 11 15.5C7.21 15.5 3.83 13.37 2.18 9.99995C2.88 8.56995 3.9 7.38995 5.11 6.46995Z' fill='%23C7C7C7'/%3E%3C/svg%3E%0A");
  height: 18px;
}

.performerstats-page-table .ui.form {
  position: unset;
  overflow: hidden;
  overflow-x: auto;
  transition: all 0.3s ease-in-out;
}
.performerstats-page-table .ui.form.grad-left:before, .performerstats-page-table .ui.form.grad-left:after, .performerstats-page-table .ui.form.grad-right:before, .performerstats-page-table .ui.form.grad-right:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 15px;
  z-index: 500;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 15px 100%;
  transition: all 0.3s ease-in-out;
}
.performerstats-page-table .ui.form.grad-right:after {
  right: 1rem;
  background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-position: 100% 0%;
}
.performerstats-page-table .ui.form.grad-left:before {
  left: 1rem;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
}
/*
 * WARNING: Don't edit this file by hand! Instead, you should be using Compass.
 * (More information at http://compass-style.org/)
 *
 * Edit custom.css file to override any style.
 */
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr:before, #modelnetSettings .modelnetConsumer-categories .content .provider .hdr:after {
  content: " ";
  display: table; }

#modelnetSettings .modelnetConsumer-categories .content .provider .hdr:after {
  clear: both; }

#modelnetSettings .ui.tabular.menu .status-success:after,
#modelnetSettings .ui.tabular.menu .status-failed:after, #modelnetSettings .modelnetConsumer-categories .content .provider .hdr input.switcher + span:before {
  display: inline-block;
  content: '';
  font-family: "FontAwesome";
  font-weight: normal; }

#modelnetSettings .ui.tabular.menu .status-success:after,
#modelnetSettings .ui.tabular.menu .status-failed:after {
  margin-left: 5px; }

#modelnetSettings .ui.tabular.menu .status-success:after {
  color: #67BF34;
  content: "\f00c"; }

#modelnetSettings .ui.tabular.menu .status-failed:after {
  color: #ff0000;
  content: "\f00d"; }

#modelnetSettings .ui.tabular.menu .nav-modelnet-balance strong {
  margin-left: 5px; }

#modelnetSettings .ui.tabular.menu .nav-modelnet-balance:after {
  display: none !important; }

#modelnetSettings .ui.tabular.menu .nav-modelnet-balance.status-success strong {
  color: #67BF34; }

#modelnetSettings .ui.tabular.menu .nav-modelnet-balance.status-failed strong {
  color: #ff0000; }

#modelnetSettings th.th-border-left {
  border-left: 1px solid rgba(34, 36, 38, 0.1); }

#modelnetSettings .modelnetConsumer-categories.active .loader {
  display: none; }

#modelnetSettings .modelnetConsumer-categories .content .provider {
  margin-bottom: 5px; }
  #modelnetSettings .modelnetConsumer-categories .content .provider .hdr {
    position: relative;
    vertical-align: middle;
    overflow: hidden; }
    #modelnetSettings .modelnetConsumer-categories .content .provider .hdr input.switcher {
      position: absolute;
      top: -100px;
      left: -100px;
      width: 1px;
      height: 1px;
      background: transparent; }
      #modelnetSettings .modelnetConsumer-categories .content .provider .hdr input.switcher + span:before {
        content: '\f046';
        width: 13px;
        margin: 0 5px 0 2px;
        cursor: pointer; }
      #modelnetSettings .modelnetConsumer-categories .content .provider .hdr input.switcher:checked + span:before {
        content: '\f096'; }
    #modelnetSettings .modelnetConsumer-categories .content .provider .hdr .name {
      font-weight: bold; }
    #modelnetSettings .modelnetConsumer-categories .content .provider .hdr .btn_settings {
      float: right;
      cursor: pointer; }
  #modelnetSettings .modelnetConsumer-categories .content .provider .categories {
    display: none;
    padding-left: 10px; }
    #modelnetSettings .modelnetConsumer-categories .content .provider .categories .item {
      margin-top: 5px; }
    #modelnetSettings .modelnetConsumer-categories .content .provider .categories label {
      display: block; }
    #modelnetSettings .modelnetConsumer-categories .content .provider .categories select {
      width: 100%; }

#modelnetSettings .btn-modelnet_addfunds {
  cursor: pointer; }

/*
 * WARNING: Don't edit this file by hand! Instead, you should be using Compass.
 * (More information at http://compass-style.org/)
 *
 * Edit custom.css file to override any style.
 */
.th-box {
  display: inline-block;
  width: 120px;
  height: 90px;
  position: relative;
  background-color: rgba(189, 189, 189, 0.4);
  box-shadow: 0 0 5px 2px rgba(189, 189, 189, 0.4);
}

.th-box a.th {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.th-box a.th img {
  width: 120px;
  height: 90px;
  vertical-align: middle;
}

.th-box .crop {
  display: none;
  width: 32px;
  height: 32px;
  background: url(../images/ico/crop.png) left top no-repeat;
  position: absolute;
  right: 1px;
  bottom: 1px;
}

.th-box .crop span {
  display: none;
}

.th-box:hover .crop {
  display: inline-block;
}

/*Photo boxes*/
table.photo {
  width: 145px;
  border: 1px solid #717171;
  border-collapse: separate;
  border-spacing: 2px;
}

table.photo td {
  color: #000000;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

table.photo td.link {
  border: 1px solid #717171;
  background-color: #CCCCCC;
}

table.photo td.disabledlink {
  border: 1px solid #717171;
  background-color: #666666;
  cursor: pointer;
  color: #AAAAAA;
}

table.photo td.image {
  padding: 5px 0 10px 0;
}

table.photo td.link a {
  color: #000000;
  text-decoration: none;
}

table.photo .th-box {
  margin: 0 auto;
}

/*Performer profile gallery container*/
.gallerylist .th-box {
  float: left;
  margin: 0 15px 15px 0;
}

/*Gallery Sets*/
ul.ul-galleries-sets,
ul.ul-galleries-sets li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.ul-galleries-sets li a,
ul.ul-galleries-sets li a:hover {
  text-decoration: underline;
}

ul.ul-galleries-sets li .current a,
ul.ul-galleries-sets li .current a:hover {
  text-decoration: none;
  font-weight: bold;
}

/*Gallery Links*/
ul.ul-galleries-type,
ul.ul-galleries-type li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*
 * WARNING: Don't edit this file by hand! Instead, you should be using Compass.
 * (More information at http://compass-style.org/)
 *
 * Edit custom.css file to override any style.
 */
.chatlogslist .systemMessage {
  color: #333300;
}
.chatlogslist .performerMessage {
  color: #0000FF;
}
.chatlogslist .customerMessage {
  color: #FF0000;
}
.chatlogslist .systemNameAndTime {
  color: #333300;
}
.chatlogslist .performerNameAndTime {
  color: #0000FF;
}
.chatlogslist .customerNameAndTime {
  color: #FF0000;
}
.chatlogslist .badWord {
  font-weight: bold;
}
@media (max-width: 480px) {
  .ui.table.responsive {
    border: 0;
  }
  table.responsive thead,
table.responsive tbody,
table.responsive th,
table.responsive td,
table.responsive tr {
    display: block;
  }
  table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  table.responsive tr:last-child {
    margin-bottom: 0;
  }
  table.responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 12px 5%;
    width: 100%;
  }
  table.responsive td::before,
table.responsive td .td-text {
    float: left;
    width: 50%;
  }
  table.responsive td::before {
    width: 50%;
    padding-right: 15px;
    text-align: left;
    content: attr(data-content);
    display: block;
  }
  table.responsive td::after {
    content: "";
    display: table;
    clear: both;
  }
}
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr:before, #modelnetSettings .modelnetConsumer-categories .content .provider .hdr:after {
  content: " ";
  display: table;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr:after {
  clear: both;
}

#modelnetSettings .modelnetConsumer-categories .content .provider .hdr input.switcher + span:before, #modelnetSettings .ui.tabular.menu .status-success:after,
#modelnetSettings .ui.tabular.menu .status-failed:after {
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  font-weight: normal;
}

#modelnetSettings .ui.tabular.menu .status-success:after,
#modelnetSettings .ui.tabular.menu .status-failed:after {
  margin-left: 5px;
}
#modelnetSettings .ui.tabular.menu .status-success:after {
  color: #67BF34;
  content: "\f00c";
}
#modelnetSettings .ui.tabular.menu .status-failed:after {
  color: #ff0000;
  content: "\f00d";
}
#modelnetSettings .ui.tabular.menu .nav-modelnet-balance strong {
  margin-left: 5px;
}
#modelnetSettings .ui.tabular.menu .nav-modelnet-balance:after {
  display: none !important;
}
#modelnetSettings .ui.tabular.menu .nav-modelnet-balance.status-success strong {
  color: #67BF34;
}
#modelnetSettings .ui.tabular.menu .nav-modelnet-balance.status-failed strong {
  color: #ff0000;
}
#modelnetSettings th.th-border-left {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}
#modelnetSettings .modelnetConsumer-categories.active .loader {
  display: none;
}
#modelnetSettings .modelnetConsumer-categories .content .provider {
  margin-bottom: 5px;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr {
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr input.switcher {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 1px;
  height: 1px;
  background: transparent;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr input.switcher + span:before {
  content: "\f046";
  width: 13px;
  margin: 0 5px 0 2px;
  cursor: pointer;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr input.switcher:checked + span:before {
  content: "\f096";
}
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr .name {
  font-weight: bold;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .hdr .btn_settings {
  float: right;
  cursor: pointer;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .categories {
  display: none;
  padding-left: 10px;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .categories .item {
  margin-top: 5px;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .categories label {
  display: block;
}
#modelnetSettings .modelnetConsumer-categories .content .provider .categories select {
  width: 100%;
}
#modelnetSettings .btn-modelnet_addfunds {
  cursor: pointer;
}
#modelnetSettings .btn-modelnet_addfunds .fa + .text {
  margin-left: 2px;
}

.container-performer_categories .title .cat-mover {
  display: none;
}
.container-performer_categories .title:not(.active):hover .cat-mover {
  display: block;
}
.container-vote_comments .ui.comments {
  width: 100%;
  max-width: 100%;
}
.container-performer_store {
  outline: 4px crimson;
}
.container-performer_store .pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container-performer_store .pictures:before, .container-performer_store .pictures:after {
  flex: 0 0 24%;
  order: 2;
  content: "";
  display: block;
}
.container-performer_store .pictures .picture {
  flex: 0 1 calc(25% - 5px);
  margin-bottom: 5px;
  position: relative;
  padding: 5px 0 20px;
}
@media all and (max-width: 400px) {
  .container-performer_store .pictures .picture {
    flex: 1 1 auto;
  }
}
.container-performer_store .pictures .picture a {
  color: #fff;
}
.container-performer_store .pictures .picture .mass-select {
  float: right;
}
.container-performer_store .pictures .picture .pict-info, .container-performer_store .pictures .picture .pict-title {
  background: rgba(159, 161, 206, 0.26);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: absolute;
  left: 0;
  right: 0;
  color: #FFFFFF;
  text-shadow: 0 0 1px #000, 1px 1px 0 #000, 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 5px 5px 2px 1px;
}
.container-performer_store .pictures .picture .content-statuses {
  position: absolute;
  right: 5px;
  top: 28px;
  width: 21px;
  display: flex;
  flex-direction: column;
}
.container-performer_store .pictures .picture .content-statuses > * {
  margin: 4px auto 0;
}
.container-performer_store .pictures .picture .content-status {
  width: 18px;
  height: 18px;
  display: inline-flex;
  border-radius: 50%;
}
.container-performer_store .pictures .picture .content-status i.icon {
  font-size: 17px;
  line-height: 1;
  width: 18px;
  text-align: center;
  margin: auto;
}
.container-performer_store .pictures .picture .content-approvment {
  color: #fff;
}
.container-performer_store .pictures .picture .content-approved {
  background-color: #24DB57;
}
.container-performer_store .pictures .picture .content-waiting {
  background-color: #FFC700;
}
.container-performer_store .pictures .picture .content-disable {
  background-color: red;
}
.container-performer_store .pictures .picture .content-promoted {
  background-color: #FFC700;
}
.container-performer_store .pictures .picture .content-promoted i.icon {
  font-size: 12px;
}
.container-performer_store .pictures .picture .content-common {
  background-color: #969696;
  color: #ddd;
  opacity: 0.7;
}
.container-performer_store .pictures .picture .content-common i.icon {
  font-size: 12px;
}
.container-performer_store .pictures .picture .pict-info {
  bottom: 0;
  display: grid;
  grid-template: "screenname space price" "info space actions";
}
.container-performer_store .pictures .picture .pict-info .content-modelname, .container-performer_store .pictures .picture .pict-info .content-price {
  background: #4F4F4F;
  border-radius: 24px;
  line-height: 19px;
  padding: 0 9px;
  text-shadow: none;
}
.container-performer_store .pictures .picture .pict-info .content-info, .container-performer_store .pictures .picture .pict-info .content-modelname {
  margin-right: auto;
}
.container-performer_store .pictures .picture .pict-info .content-price, .container-performer_store .pictures .picture .pict-info .content-actions {
  margin-left: auto;
  text-shadow: 0 0 1px #000, 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.container-performer_store .pictures .picture .pict-info .content-modelname {
  grid-area: screenname;
}
.container-performer_store .pictures .picture .pict-info .content-actions {
  grid-area: actions;
}
.container-performer_store .pictures .picture .pict-info .content-info {
  grid-area: info;
}
.container-performer_store .pictures .picture .pict-info .content-price {
  grid-area: price;
}
.container-performer_store .pictures .picture .picture-link .preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  background: black;
}
.container-performer_store .pictures .picture .picture-link .preview > video {
  width: 100%;
  height: auto;
}
.container-performer_store .pictures .picture .picture-link.played .preview {
  z-index: 0;
}
.container-performer_store .pictures .picture .pict-title {
  z-index: 1;
  top: 0;
  padding-left: 9px;
}
.container-performer_store .pictures .picture img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.container-performer_store .pictures .picture form.js-edit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(200, 200, 200, 0.7);
  padding: 1em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.container-performer_store .pictures .picture:not(.edited) form.js-edit {
  display: none;
}
.container-performer_store:not(.has-selected) .active-on-selected {
  display: none !important;
}
.container-performer_store .settings tr.developer td.fieldheader {
  border-left: 1em solid #bfbfbf !important;
}