/*
Copyright 2020 Dreamgest ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

.nav-main {
  padding-top: 1em;
}
.nav-main a,
.nav-link {
  color: black !important;
}
.nav-main a.active {
  background: none
}

.hidden {
  display: none;
}

.list-row {
  position: relative;
}

.persons-item {
  width:33.333333333333333%; 
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.persons-item-50 {
  width: 50%; 
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.persons-item-info {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  height: 35px;
  background: rgba(0,0,0,0.4);
}
.persons-item-info-mycity {
  height: 45px !important;
}

.persons-item-info-age {
  float: left;
  color: white;
  font-size: 24px;
  line-height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
}

.persons-item-banner {
  display:none;
  height: 120px; 
  background: #aaa; 
  width:100%; 
  clear: both
}

.status-online {
  background-color: green;
}

.status-offline {
  background-color:  red;
}

.persons-status {
  position: absolute;
  top: 12px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: #000 0 0 2px;
}

.persons-item-info-name {
  float: left;
  color: white;
  font-size: 14px;
  line-height: 15px;
}

.persons-item-info-name-offline {
  float: left;
  color: white;
  font-size: 14px;
  line-height: 35px;
}

.persons-item-info-poi {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  font-size: 12px;
  color: orange;
}
/*
@media only screen and (max-width: 994px) {
  .persons-item {
    width:50%; 
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
} */
@media only screen and (max-width: 767px) {
  .persons-item-info {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    height: 24px;
    background: rgba(0,0,0,0.4);
  }
  .persons-item-info-age {
    float: left;
    color: white;
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
  }
  .persons-item-info-poi {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 4px;
    font-size: 10px;
    line-height: 10px;
    color: orange;
  }
  .persons-item-info-name {
    float: left;
    color: white;
    font-size: 12px;
    line-height: 13px;
  }

  .persons-item-info-name-offline {
    float: left;
    color: white;
    font-size: 12px;
    line-height: 13px;
  }

}

.img-round {
  border-radius: 50%;
}

.status {
  display: inline-block;
  border-radius: 50%;
  box-shadow: #000 0 0 2px;
  width: .7em;
  height: .7em;
  margin: 0 .5em;
}

.theme-dark {
  background: #323232;
  color: white;
}

.modal {
  color: #777;
}

#blockAndReport,
.padding-left-2 {
  padding-left: 2em;
}

.search-options-item {
  clear: both; 
  border-top: #eee solid 1px; 
  padding: 5px 0
}

.search-options-item.no-border {
  border: none !important;
}

.my-badge {
  position: absolute;
  top:0;
  right: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  background: #1a9ddb;
}

.marker-badge {
  position:absolute;
  top: -10px;
  left: -10px;
  font-size: 14px;
  text-align: center;
  color: white;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #9b2fae;
  border-radius: 50%;
}

.persons-popover {
  width: 240px; 
  height: 100px; 
  font-size: 14px
}

.persons-popover-title {
  font-size: 16px; 
  font-weight: bold
}

.persons-popover-poi {
  margin: 5px auto;
  color: orange;
  font-size: 12px;
}
.persons-popover-img {
  width: 90px; 
  height: 90px
}
.persons-in-poi-title {
  font-weight: bold;
  font-size: 20px;
  color: gray;
}

.my-btn {
  font-size: 14px;
  display: block;
  border-top: #eee solid 1px;
  padding: 3px;
}
.my-btn.no-border {
  border:none;
}
.my-btn i {
  font-size: 16px;
}


.text-mylove {
  color: orange !important; 
}

a.text-mylove:hover {
  color: #f4ad42 !important;
}
.bg-mylove {
  background-color: orange !important;
  background-image: linear-gradient(#ffdd00, #f7dd53);
  color: white;
}

.bg-mylove a {
  color: white
}

.bg-mydisco {
  background: #1ebcd2 !important;
}
.map-mydisco {
  width:100%;
  height:450px !important;
  margin-top:8px !important;
}

.chat-container {
  background: #eeeeee; 
  padding: 5px; 
  border-radius: 10px; 
  padding-bottom: 10px;
}
.chat-list-datetime {
  font-size: 11px; 
  color: gray;
  padding: 0;
  margin: 0;
}
.chat-list-name {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.chat-list-message {
  color: #777;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.chat-list-badge {
  position: absolute;
  top:3px;
  right: 3px;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: white;
  background: orange;
  border-radius: 50%;
  text-align: center;
}
.chat-list-item {
  position: relative;
  border-bottom: #eee 1px solid
}
.chat-list-avatar {
  width: 55px !important;
  height: 55px !important;
}
.chat-list-avatar-friends {
  width: 45px !important;
  height: 45px !important;
}
.icon-small {
  font-size: 14px;
}

.chat-title {
  background: #f3f3f3;
  color: #555;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: #ccc 0 5px 15px;
}


.chat-messages {
  margin-top: 1em;
}
.message-container {
  clear: both;
  padding: 3px 0;
}
.message-ts {
  font-size: 10px;
  color: gray;
}
.message-body {
  padding: 1em;
  border-radius: 10px;
  position: relative;
}
.message-body,
.message-body a {
  font-size: 14px;
}

.message-actions {
  position: absolute !important;
  top: -14px;
  right: -3px;
  padding: 0;
}
.message-actions i {
  font-size: 14px;
  color: gray;
}

.message.received {
  float:left;
}

.message.sent {
  float: right;
  text-align: right
}

.message.received .message-body {
  text-align: left;
  background: white;
  color: black;
  margin-right: 50px;
}
.message.sent .message-body {
  text-align: right;
  background: #eafeff;
  margin-left: 50px;
  color: black;
}
.no-underline {
  display: none;
}

.chat-form {
  padding: 10px;
  border-radius: 50px;
  background: white
}
.dragover {
  background: #FFFAFF;
  border: solid 1px orange;
}
.relative {
  position: relative !important;
}
.image-lock-icon {
  position: absolute;
  top: 6px;
  left: 6px;
  color: orange;
}
.image-lock-icon i {
  font-size: 14px;
}
.img-more {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(50,50,50,.3);
  text-align: center;
}
.img-more i {
  font-size: 14px;
  margin-top: -5px
}

.lock-false,
.lock- ,
.lock-0 {
  display: none;
}


.box-square {
  position: relative;
  width: 100%;
  /* desired width */
}

.box-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}


.box-square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
}

.preloader {
  background-color: rgba(255,255,255,.3);
  background-image: url(../img/preloader3.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px ;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  width: 100%;
}
.dragover-2 {
  background-color: rgba(0,0,0,.8);
  opacity: .5;
  filter: alpha(opacity=50); 
}

.modal-loading {
  position:absolute; 
  z-index: 9999; 
  top:0;
  right:0;
  bottom: -100vh;
  left:0; 
  width:100%;
  background-color:rgba(0,0,0,0.5); 
  padding-top: 45vh; 
  text-align: center; 
  color: #bbb
}

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-bg-sq {
  width: 100%; 
  height: 100%;
}
.search-options-card * {
  font-size: small;
}
.img-click-mask {
  position: absolute; 
  top:0; 
  left:0; 
  right:0; 
  bottom:0;
  background: rgba(0,0,0,0.000001);
}

.card-disabled {
  opacity: .5; 
  background: #efefef; 
  cursor: pointer
}

.nav-item.active {
  color: orange !important;
  background: #2b2a28; /* rgba(255,255,255,.07); */
  border-radius: 5px;
  font-weight: 700 !important;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
}

.nav-item.active .nav-link {
  color: orange !important;
}

.leaflet-control-geocoder-alternatives {
  color: #333;
}

.event {
  margin: 1px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  color: white;
  text-align: center;
  height: 150px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.event-content {
  padding: 3px;
}
.event-title {
  font-size: 1.2rem;
  font-weight: 500;
  background: rgba(0,0,0,.4);
  margin: 3px;
}
.event-description {
  font-size: .8rem;
  font-weight: 400;
  background: rgba(0,0,0,.4);
  margin: 3px;
}
.event-date {
  font-size: 1.2rem;
  font-weight: 500;
  background: rgba(255,0,0,.5);
  margin: 3px;
}
.btn-img-trash {
  position:absolute;
  top: 3px;
  right:3px;
  text-shadow: #fff 0 0 10px;
}
.banner-top {
  background-color: transparent; /* #808080;*/
  background-image: url(/img/logo-512.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
}

.chip {
  background: #1a9ddb;
  border-radius: 25px
}

.btn-primary,
.btn-mylove {
  background-color: orange !important;
  border-color: #ca6a16 !important;
}
.btn-primary:hover,
.btn-mylove:hover {
  background-color: #ef7f19 !important;
  border-color: #ca6a16 !important;
}

.btn-dd {
  background-color: #444 !important;
  border-color: #222 !important;
  color: orange !important;
  font-weight: bold;
} 

.imageSelected {
  border: orange solid 1px;
}

.pointer {cursor: pointer}

a:hover, a:selected {
  color: orange !important;
}


#col-persons {
  height:calc(100vh - 120px);
  overflow: auto;
}

.marker-badge {
  position:absolute;
  top: -10px;
  left: -10px;
  font-size: 14px;
  text-align: center;
  color: white;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.marker-badge-large {
  color: white;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.marker-badge-normal {
  color: white;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.marker-badge-small {
  color: white;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: -4px;
  left: -4px;
}

.marker-badge- {
  background: #1e1257;
}
.marker-badge-bar {
  background: #00923c;
}
.marker-badge-beach {
  background: #0093df;
}
.marker-badge-disco {
  background: #da251a;
}
.marker-badge-restaurant {
  background: #f6b800;
}

.poi-item {
  width: 100%;
}
.swiper-around-me {
  width: 100%;
  height: 200px; 
}

.swiper-around-me .swiper-slide {
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.explore-h-slider-stars {
  position: absolute;
  left: 10px;
  margin-right: 10px;
}
.explore-h-slider-stars i {
  color: #f6b800;
  font-size: 13px;
  padding: 0;
  margin:0;
  width: 8px;
}
.home-h-slider-address {
  margin-top: -1em;
  margin-bottom: .5em;
}

.imc-btn-info,
.imc-btn-search,
.imc-btn-refresh {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 15px;
  z-index: 9999999;
  color: white;
  text-align: center;
  box-shadow: 1px 1px 5px #aaa;
}
.imc-btn-info i,
.imc-btn-search i,
.imc-btn-refresh i {color: white}

.imc-btn-info {
  right: 15px;
  background-color: #1a9ddb;
}
.imc-btn-search {
  right: 70px;
  background-color: #1e1257;
}
.imc-btn-refresh {
  right: 125px;
  background-color: black;
}

.br-10 {border-radius: 20px}
#wrapper,
.wrapper {
  width: 1600px;
  max-width: 100%;
  margin: auto;
}

#ad-r {
  
}

.persons-col-main {
  height: calc(100vh - 140px);
  overflow: auto;
}

.color-map-enabled {
  color: red;
}
.color-map-enabled-online-1 {
  color: green !important;
}
