body {
  font-family: 'museo-sans';
}

input, button {
  outline: none;
}

.left-side-wrap {
  height: 100%;
  display: inline;
  position: relative;
  width: 250px;
  float: left;
}

.slideWidget {
  position: fixed;
  width: 250px;
  top: 100px;
  height: auto;
  max-height: calc(100vh - 70px) !important;
  z-index: 5000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: block;
  background-color: rgba(255, 255, 255, 1);
  left: 0px;
  border: 1px solid rgba(128, 128, 128, 0.4);
  border-left: 0px;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.guest-widget {
  margin-top: 10px;
  height: calc(100vh - 345px);
}

.favorites-widget {
  margin-top: 30px;
}

.see-more-l {
  margin-right: 10px;
  float: right;
  color: #3cb5d0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

.widget-image {
  border-top-right-radius: 10px;
  height: 180px;
  box-sizing: border-box;
  z-index: 1000;
  position: relative;
  /* box-shadow: -3px 1px 9px 0px #5A5A5A; */
}

.widget-tint:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #00000073;
  ba: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.11) 43%, rgba(60, 181, 208, 0.74) 81%, rgba(40, 133, 154, 0.9) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 0.11) 43%, rgba(60, 181, 208, 0.5) 81%, rgba(35, 122, 142, 0.85) 100%); */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000', GradientType=0);
  /* IE6-9 */
}

.widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hide-w {
  position: absolute;
  right: 0px;
  height: 30px;
  width: 30px;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  z-index: 100;
}

.main-user-status {
  margin-top: 5px;
  /* border-radius: 25px; */
  height: 26px;
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.9);
  /* font-family: 'museo-sans'; */
  padding: 2px 10px;
  font-weight: 300;
  outline: none !important;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

.widget-caret {
  float: right;
  color: rgba(255, 255, 255, 0.94);
  margin-top: 6px;
  margin-left: 10px !important;
}

.dropdown-status {
  display: none;
  position: absolute;
  left: auto;
  top: 60px;
  padding: 4px;
  background-color: rgb(60, 60, 60);
  z-index: 100;
}

.dropdown-status li:hover {
  background-color: rgba(187, 187, 187, 0.23) !important;
}

.dropdown-status li a {
  padding-left: 3px;
  color: #D2D2D2;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-status li a:hover {
  background-color: rgba(187, 187, 187, 0.23) !important;
  color: white;
}

#user-w-status {
  padding: 3px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  background-color: #252525;
  padding-left: 5px;
  font-weight: 200;
}

.w-user-info {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  width: 90%;
  left: 5%;
}

.w-user-info a, .w-user-info a:hover {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 31px;
  text-shadow: 1px 1px 3px #373737b0;
}

.age-span {
  color: white;
  font-weight: 200;
  font-size: 16px;
  padding-left: 5px;
}

.w-icons {
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 18px;
}

.w-icons button {
  color: rgba(255, 255, 255, 0.93);
  background-color: transparent;
  border: none;
  font-size: 24px;
  margin: auto;
  width: 40px;
  padding: 0px;
  margin-right: 10px;
}

.search-users-w {
  width: 100%;
  margin: 0px auto;
  background-color: rgba(241, 241, 241, 0.5);
  padding: 5px 5px 0px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgb(218, 218, 218);
}

.search-users-w p {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #3cb5d0;
  font-weight: 600;
  width: 100%;
  /* text-shadow: 1px 1px rgba(138, 138, 138, 0.28); */
}

.search-users-w input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 85%;
  background-color: white;
  padding: 5px;
  font-size: 12px;
  color: black;
  font-weight: 100;
  border: 1px solid rgba(39, 39, 39, 0.2);
  border-right: 0px;
}

.search-users-w .search {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 15%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(47, 47, 47, 0.2);
  color: #868686;
  border-left: 0px;
  font-weight: 100;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.w-title {
  color: #3cb5d0 !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin: 0px auto 10px;
  /* text-shadow: 1px 1px rgba(138, 138, 138, 0.28); */
  display: block;
  padding-left: 5px;
}

.w-user-list {
  padding-left: 0px;
  list-style: none;
  max-height: 139px;
  overflow: scroll;
  max-height: calc(100vh - 399px);
  border-bottom: 1px solid #d1d1d1;
}

.w-user-list li {
  border: 1px solid rgb(234, 234, 234);
  border-left: 0px;
  border-right: 0px;
  margin-bottom: -1px;
}

.w-one-user {
  display: flex;
  color: white;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.w-friend-img {
  width: 45px;
  height: 45px;
  /* border-radius: 50%; */
  overflow: hidden;
}

.w-friend-name a {
  color: black;
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
}

.widget-friend-status-wrap {
  display: flex;
  padding-left: 5px;
}

.w-friend-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-friend-info {
  flex: 3;
}

.w-friend-name {
  margin-top: 8px;
  margin-bottom: 2px;
  display: flex;
}

.status-friend-widget {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 4px;
  margin-right: 0px;
  margin-left: 7px;
}

.offline-status {
  background-color: #ff6b6b;
}

.away-status {
  background-color: #ffbb00;
}

.online-status {
  background-color: #8dd98d;
}

.friend-widget-age {
  color: black;
  font-weight: 300;
  font-size: 11px;
}

.widget-message-number {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
}

.msg-n {
  font-weight: 400;
}

.msg-widget-friend {
  background-color: transparent;
  border: none;
  font-size: 18px;
  padding: 0px;
  padding-right: 10px;
  padding-left: 2px;
}

.main-user-status:hover {
  color: white;
}

#hide-w-arrow {
  position: fixed;
  color: #F4F4F4;
  width: 40px;
  margin-top: 0px;
  vertical-align: middle;
  height: 45px;
  margin-left: -10px;
  border-radius: 2px;
  z-index: 500;
  background-color: rgba(1, 1, 1, 0.26);
  transition-property: margin-left;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  top: 100px;
  display: none;
}

#hide-w-arrow i {
  font-size: 20px;
  margin: auto;
  margin-top: 13px;
  margin-left: 17px;
}

.arrow-icon {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.arrow-notification {
  width: 23px;
  height: 23px;
  position: absolute;
  background-color: #EA0101;
  color: white;
  margin-left: 30px;
  border-radius: 50%;
  margin-top: -40px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 1px;
}


/* 20.11.16 */

.w-user-info .w-icons button {
  position: relative;
}

.scroll-wrapper {
  overflow-y: auto;
  margin-top: 0px;
  padding: 0px 0 0px 0;
  height: calc(100vh - 260px);
  overflow: hidden;
}

.status-select-wrapper {
  position: absolute;
  top: 170px;
  left: 13px;
  z-index: 1100;
}

.dropdown-status {
  top: 34px;
}

.slideWidget .w-icons {
  padding-top: 49px;
}

.leftWidgetIcons a {
    font-size: 22px !important;
    display: inline-block;
    margin: 0 5px;
    color: #26b6d1 !important;
    text-shadow: 1px 1px 2px #ffffffb0;
    position: relative;
}

@media only screen and (max-width: 961px) {
  .left-side-wrap {
    display: none;
  }
  .slideWidget{
    display: none;
  }
}
