/*.layout-boxed {*/
/*background: url('/static/img/bg.jpg') #f8f8f8 repeat-x;*/
/*padding-top: 10px;*/
/*font-family: Arial, sans-serif;*/
/*color: #777;*/
/*}*/
.row, .form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px; }

.form-group {
  margin-bottom: 5px;
  padding: 0 5px; }

.input-sm {
  height: 27px;
  padding: 3px 6px; }

select.input-sm {
  height: 27px;
  line-height: 27px; }

.form-horizontal .control-label {
  padding-top: 0; }

.red_text {
  color: #A3171f; }

.main-header, .main-sidebar, .left-side {
  position: fixed; }

aside.control-sidebar {
  overflow-y: hidden;
  height: 100%;
  position: fixed; }

.control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
  background: 0 none; }

aside.control-sidebar {
  background: rgba(0, 0, 0, 0.9);
  border-left: 2px solid #333;
  width: 200px; }

.control-sidebar-bg {
  width: 200px; }

.main-header {
  width: 100%; }

.roundImg {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -khtml-border-radius: 1000px;
  border-radius: 1000px; }

.modelXSImg {
  width: auto;
  max-width: 150px;
  height: 213px;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto; }

.info-box-number-2 {
  font-size: 14px; }

.search .users-list > li {
  width: 33.33%; }

.no-sort::after {
  display: none !important; }

.no-sort {
  pointer-events: none !important;
  cursor: default !important; }

#model-search-results tbody td {
  vertical-align: middle; }
  
.TriSea-technologies-Switch > input[type="checkbox"] {
    display: none;   
}

.TriSea-technologies-Switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.TriSea-technologies-Switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.TriSea-technologies-Switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.TriSea-technologies-Switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.TriSea-technologies-Switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.flag {
  /*width: 20px;*/
  /*border:1px solid #777;*/ }

.table-checkbox-header {
  padding-right: 0 !important; }

.label-block {
  width: 100%;
  display: inline-block; }

.label-sm {
  font-size: 12px; }

.label-md {
  font-size: 16px; }

.label-lg {
  font-size: 20px; }

.less-padding .col-md-3,
.less-padding .col-md-6,
.less-padding .col-md-12 {
  padding: 0 5px; }

.nav-tabs-custom.filter-search {
  position: fixed;
  margin-top: -50px; }

/* MODEL PROFILE */
.modelProfileForm .col-md-4 {
  height: 75px; }

.vipProfileForm .col-md-4 {
  height: 95px; }

.modelProfileForm #div_id_bookingCategories .checkbox {
  display: inline-block;
  width: auto; }
  
.modelProfileForm #div_id_blockedCountries .checkbox {
  display: inline-block;
  width: auto; }

.tab-content .modelprofile,
.tab-content .vipprofile {
  padding: 20px 0; }

.template-download .preview img {
  max-width: 100px; }

.mainProfileImgWrapper {
  padding: 10px 10px 0px 10px;
  background-color: #eee; }

.modelProfileForm.main .mainProfileImgWrapper {
  padding: 10px; }

.mainProfileImgWrapper img {
  width: 100%; }

.model_profile_create_img {
  /*opacity: 0.7;*/ }

.photo_upload_btn {
  width: 60%;
  height: auto;
  position: absolute;
  top: 24%;
  font-size: 14px;
  text-align: center;
  left: 20%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  color: #fff;
  padding: 30px;
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1); }

.mainProfileImgWrapper.main .photo_upload_btn {
  position: relative;
  width: 100%;
  top: initial;
  left: initial;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.mainProfileImgWrapper.main {
  padding: 5px; }

.photo_upload_btn .error {
  font-size: 14px;
  color: #ff0000; }

.profileImgCaption {
  font-size: 11px;
  color: #333;
  padding: 3px 0 3px 0;
  text-transform: capitalize; }

.modelProfileImages {
  padding: 10px; }

.modelProfileImages .imgWrappers {
  padding-top: 10px;
  padding-bottom: 10px; }

.importantMsg {
  color: #900;
  font-weight: bold; }

.modelInfo div.modelInfoRow:nth-child(even) {
  background-color: rgba(200, 168, 181, 0.1); }

.modelInfoRow {
  padding: 5px;
  border-bottom: 1px solid #eee; }

.modelLabel {
  width: 30%;
  display: inline-block;
  font-weight: bold;
  color: #555; }

.modelLabelImportant {
  color: #f00;
  font-weight: bold; }

.modelText {
  display: inline-block;
  width: 65%; }

/*.roundImg{*/
/*-moz-border-radius: 120px;*/
/*-webkit-border-radius: 120px;*/
/*-khtml-border-radius: 120px;*/
/*border-radius: 120px;*/
/*}*/
.dropShadow {
  -moz-box-shadow: 0px 0px 14px #777;
  -webkit-box-shadow: 0px 0px 14px #777;
  box-shadow: 0px 0px 14px #777; }

.dropShadowGreen {
  -moz-box-shadow: 0px 0px 14px #0f0;
  -webkit-box-shadow: 0px 0px 14px #0f0;
  box-shadow: 0px 0px 14px #0f0; }

/*.modelXSImg,*/
/*.files .modelXSImg{*/
/*width: 213px;*/
/*height: 213px;*/
/*background-size: cover;*/
/*position: relative;*/
/*z-index: 10;*/
/*overflow:hidden;*/
/*margin:0 auto;*/
/*}*/
.xsadmin-actions .row {
  margin-top: 5px; }

.pagination {
  margin: 0; }

.checkbox.website_checkbox {
  display: inline;
  margin-right: 20px; }

ol, ul {
  list-style: none; }

*, *:before, *:after {
  box-sizing: border-box; }

.control-sidebar > .tab-content {
  padding: 0; }

#control-sidebar-settings-tab {
  padding: 10px 15px; }

.chatcontainer {
  width: 100%;
  background: #444753;
  border-radius: 5px;
  color: white; }

.people-list {
  float: left;
  width: 100%;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px;
  min-height: 500px;
  position: relative;
  z-index: 510; }
  .people-list .search {
    margin-top: 15px; }
  .people-list input {
    border-radius: 3px;
    border: none;
    padding: 4px;
    color: white;
    background: #6A6C75;
    width: 100%;
    font-size: 14px; }
  .people-list .fa-search {
    position: relative;
    left: -25px; }
  .people-list ul {
    padding: 0;
    list-style: none;
    margin-right: -10px;
    overflow-x: hidden;
    overflow-y: auto; }
    .people-list ul li {
      padding-bottom: 8px;
      position: relative;
      padding-top: 1px;
      margin-top: 2px; }
      .people-list ul li .modelXSImg {
        width: 35px !important;
        height: 35px !important;
        background-color: #222;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 32px; }
      .people-list ul li .title {
        font-size: 15px; }
      .people-list ul li .title {
        font-size: 12px; }
      .people-list ul li .sub-title {
        font-size: 12px; }
      .people-list ul li:hover, .people-list ul li.active {
        background-color: #000;
        cursor: pointer; }
        .people-list ul li:hover:before, .people-list ul li.active:before {
          top: 10px;
          left: -20px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-right-color: #000;
          border-width: 10px;
          /* margin-left: -10px; */
          z-index: 999999; }
    .people-list ul .sub_list {
      display: none;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.8); }
      .people-list ul .sub_list li {
        width: 200px; }
  .people-list img {
    float: left; }
  .people-list .about {
    margin-top: 8px;
    padding-left: 2px; }
    .people-list .about .col-xs-3,
    .people-list .about .col-xs-9 {
      padding-left: 3px;
      padding-right: 3px; }
  .people-list .status {
    color: #92959E; }

#chatBox .chatbox, #messengerBox .chatbox {
  position: fixed;
  right: 200px;
  width: 350px;
  height: 100%;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.9); }
  #chatBox .chatbox .chat-header, #messengerBox .chatbox .chat-header {
    padding: 10px;
    border-bottom: 2px solid #333;
    height: 100px; }
    #chatBox .chatbox .chat-header textarea, #messengerBox .chatbox .chat-header textarea {
      width: 80%;
      height: 27px;
      font-size: 12px;
      color: white;
      background: #6A6C75; }
    #chatBox .chatbox .chat-header input, #messengerBox .chatbox .chat-header input {
      border-radius: 3px;
      border: none;
      padding: 4px;
      color: white;
      background: #6A6C75;
      width: 80%;
      font-size: 14px; }
    #chatBox .chatbox .chat-header .modelXSImg, #messengerBox .chatbox .chat-header .modelXSImg {
      width: 40px !important;
      height: 40px !important;
      background-color: #222;
      font-size: 23px;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      line-height: 37px; }
    #chatBox .chatbox .chat-header .chat-with, #messengerBox .chatbox .chat-header .chat-with {
      font-weight: bold;
      font-size: 16px;
      color: #fff; }
    #chatBox .chatbox .chat-header .chat-num-messages, #messengerBox .chatbox .chat-header .chat-num-messages {
      color: #92959E; }
    #chatBox .chatbox .chat-header .fa-star, #messengerBox .chatbox .chat-header .fa-star {
      float: right;
      color: #D8DADF;
      font-size: 20px;
      margin-top: 12px; }
    #chatBox .chatbox .chat-header .chatbox_close, #messengerBox .chatbox .chat-header .chatbox_close {
      position: absolute;
      right: 9px; }
    #chatBox .chatbox .chat-header .profile-link, #messengerBox .chatbox .chat-header .profile-link {
      position: absolute;
      top: 24px;
      right: 7px; }
    #chatBox .chatbox .chat-header .profile-link-2, #messengerBox .chatbox .chat-header .profile-link-2 {
      position: absolute;
      top: 44px;
      right: 7px; }
  #chatBox .chatbox .chat-history, #messengerBox .chatbox .chat-history {
    background: url("/static/img/messengerBG.png") no-repeat center;
    background-size: cover;
    padding: 10px;
    border-bottom: 2px solid #333;
    overflow-y: scroll;
    height: 500px;
    color: #fff; }
    #chatBox .chatbox .chat-history ul, #messengerBox .chatbox .chat-history ul {
      margin-left: -40px; }
    #chatBox .chatbox .chat-history .message-data, #messengerBox .chatbox .chat-history .message-data {
      margin-bottom: 4px;
      font-size: 10px; }
    #chatBox .chatbox .chat-history .message-data-time, #messengerBox .chatbox .chat-history .message-data-time {
      color: #a8aab1;
      padding-left: 6px; }
    #chatBox .chatbox .chat-history .message-data-name, #messengerBox .chatbox .chat-history .message-data-name {
      letter-spacing: 1px; }
    #chatBox .chatbox .chat-history .message, #messengerBox .chatbox .chat-history .message {
      color: white;
      padding: 1px 5px;
      line-height: 16px;
      font-size: 12px;
      border-radius: 5px;
      margin-bottom: 10px;
      width: auto;
      position: relative; }
      #chatBox .chatbox .chat-history .message:after, #messengerBox .chatbox .chat-history .message:after {
        bottom: 97%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #94C2ED;
        border-width: 6px;
        margin-left: -10px; }
      #chatBox .chatbox .chat-history .message .linkified, #messengerBox .chatbox .chat-history .message .linkified {
        text-decoration: underline;
        color: #fff; }
    #chatBox .chatbox .chat-history .my-message, #messengerBox .chatbox .chat-history .my-message {
      background: #3dbb3a;
      text-align: right; }
      #chatBox .chatbox .chat-history .my-message:after, #messengerBox .chatbox .chat-history .my-message:after {
        border-bottom-color: #3dbb3a;
        right: 4px; }
    #chatBox .chatbox .chat-history .other-message, #messengerBox .chatbox .chat-history .other-message {
      background: #94C2ED;
      text-align: left; }
      #chatBox .chatbox .chat-history .other-message:after, #messengerBox .chatbox .chat-history .other-message:after {
        left: 14px; }
  #chatBox .chatbox .chat-message, #messengerBox .chatbox .chat-message {
    padding: 10px;
    height: 180px; }
    #chatBox .chatbox .chat-message textarea, #messengerBox .chatbox .chat-message textarea {
      width: 100%;
      border: none;
      padding: 2px 6px;
      font: 14px/22px "Lato", Arial, sans-serif;
      margin-bottom: 10px;
      border-radius: 5px;
      resize: none;
      color: #222; }
    #chatBox .chatbox .chat-message .fa-file-o, #chatBox .chatbox .chat-message .fa-file-image-o, #messengerBox .chatbox .chat-message .fa-file-o, #messengerBox .chatbox .chat-message .fa-file-image-o {
      font-size: 16px;
      color: gray;
      cursor: pointer; }
    #chatBox .chatbox .chat-message button, #messengerBox .chatbox .chat-message button {
      float: right; }

.online, a .online {
  color: #29ab26; }

.offline, a .offline {
  color: #A3171f; }

.me {
  color: #94C2ED; }

.active-link, a .active-link {
    color: #138811; }

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

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

.float-right {
  float: right; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.content-header {
  margin-top: 50px; }

.selectize-control.input-sm .selectize-input {
  min-height: 30px;
  height: 30px;
  padding: 5px 10px; }

.files .imgWrappers{
  margin-bottom: 15px;
}

.btn-group-model-img-nav {
    position: absolute;
    bottom: -10px;
    /*right: 30px;*/
    z-index: 100;
  }

.btn-group-model-video-nav {
    position: relative;
    top: 20px;
    left: calc(100% - 30px);
    z-index: 100;
  }

  .btn-group-model-img-nav .dropdown-toggle,
  .btn-group-model-video-nav .dropdown-toggle{
    height: 30px;
    border-radius: 50%;
    width: 30px;
  }

  .btn-group-model-img-nav i,
  .btn-group-model-video-nav i{
    margin-left: -2px;
    color: blue;
  }

  .mainProfileImageBadge {
    position: absolute;
    width: 100%;
    z-index: 100;
    background-color: #ff00c899;
    color: #fff;
    text-transform: uppercase;
  }

  .privateProfileImageBadge {
    position: relative;
    top: 69%;
    background: rgba(128,128,128,0.5);
    color: #fff;
    font-size: 10px;
  }

  .privateProfileVideoBadge {
    position: absolute;
    background: rgba(128,128,128,0.5);
    color: #fff;
    font-size: 12px;
    left: 16px;
    height: 30px;
    z-index: 100;
    text-align: center;
    width: 200px;
    line-height: 29px;
  }

  .privateProfileImageBadge i,
  .privateProfileVideoBadge i{
    color: gold;
  }

  .publicProfile.privateProfileImageBadge {
      width: 97%;
      height: 100%;
      position: absolute;
      z-index: 100;
      top: 0;
      font-size: 15px;
      text-align: center;
      background: transparent;
      text-shadow: black 1px 1px 4px;
      padding: 40px 5px;
      margin-left: -10px;
  }

  .blur_img{
    -webkit-filter: blur(8px);
    filter: blur(8px);
    opacity: 0.8;
  }

  @media (max-width: 768px){
    .model-profile-video-dropdown{
      margin-left: -120px;
    }
  }

@media (min-width: 768px) {
  .search .users-list > li {
    width: 16.66667%; }



  /*.modelProfileImages .modelXSImg,*/
  /*.files .modelXSImg{width: 163px; height: 163px;}*/ }
@media (max-width: 500px) {
  /*.modelXSImg,*/
  /*.files .modelXSImg{width: 140px; height: 140px;}*/ 
    #chatBox .chatbox, #messengerBox .chatbox {
  position: fixed;
  right: 200px;
  width: 180px;
  height: 100%;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.9); }
}


/* Set banned user color to blue */
.banned{
    color: red;
}

/* Button for banning users */
.btn1{
    display: inline-block;
    padding: 3px 6px;
    margin-left: 6px;
    margin-bottom: 0;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*# sourceMappingURL=xsadmin.css.map */
