﻿/*@import "framework.less";*/
/*@import "actions.less";*/
h2 {
  direction: rtl;
}
h2 > strong {
  font-size: 1.0em;
  font-family: partner-bold, Oron-Bold;
  text-align: right;
}
h2 .lnk {
  font-size: 1.0em;
  font-family: partner-regular, OronLight-Regular;
  text-align: left;
  float: left;
  display: inline-block;
  color: #257A63;
  text-decoration: underline;
  /*border-bottom:1px solid #257A63;*/
}
.actions-menu {
  direction: rtl;
  width: 100%;
}
.actions-menu > li {
  float: right !important;
  padding: 1em 0;
  text-align: center;
}
.actions-menu .actions-menu__img-container {
  display: inline-block;
  width: 55%;
}
.actions-menu .actions-menu__txt {
  font-size: 1.2em;
}
.actions-menu span {
  display: block;
}
.brd_b {
  border-bottom: 2px solid #B2B2B2;
  margin: 0 1em;
  padding: 0 0 1em;
}
.notifications-wrapper {
  text-align: right;
  margin: 0 1em;
  padding: 0 0 1em;
}
.notifications-list {
  width: 100%;
}
.notifications-list__item {
  width: 100%;
  display: table;
  padding: 1em 0;
  border-bottom: 1px solid #B3B3B3;
  min-height: 5em;
  vertical-align: top;
  direction: rtl;
  overflow: hidden;
  background: none;
}
.notification__msg {
  width: 80%;
  font-size: 1.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  vertical-align: top;
  display: inline-block;
}
.notification__msg.list__item__txt {
  font-family: 'partner-regular', 'OronLight-Regular';
  font-size: 1.1em;
}
.notifications__status {
  width: 2.5em;
  height: 2.5em;
  vertical-align: top;
  margin-left: 0.5em;
  display: inline-block;
  background-size: 90% !important;
}
.notifications__status.success {
  background: url('../images/successIcon.png') 0 5px no-repeat;
}
.notifications__status.failed {
  background: url('../images/failedIcon.png') 0 5px no-repeat;
}
.notifications__time {
  display: table-cell;
  font-size: 1.0em;
  text-align: left;
}
.notifications__time .notifications__hour {
  display: block;
  color: #B2B2B2;
}
.notifications__time .notifications__date {
  display: block;
  color: #B2B2B2;
}
/*** range slider ***/
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  background-image: url('../images/slider-thumb.png');
  background-size: 100%;
  background-position: center;
  z-index: 9999;
  position: relative;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}
/***********************************************/
.range-wrapper {
  overflow: hidden;
}
.range {
  position: relative;
  height: 25px;
  direction: rtl;
  margin: 2em auto 4em;
}
.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 5px;
  -webkit-appearance: none;
  padding: 0 0.6em;
}
/*.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0  0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important;
}
.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0  0;
  border-radius: 50%;
  cursor: pointer;
  border: 0 !important;

}*/
.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  /*background: #37adbf;*/
  cursor: pointer;
  border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-labels {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  direction: rtl;
  width: 100%;
}
.range-labels li {
  position: relative;
  float: right;
  width: 33%;
  color: #b2b2b2;
  font-size: 1.2em;
  cursor: pointer;
  top: 20px;
  text-align: center;
}
.range-labels li:last-child {
  text-align: left;
}
.range-labels li:first-child {
  text-align: right;
  padding-right: 5px;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 48px;
  width: 48px;
  /*border-radius: 23px;*/
  /*put here bg img  */
  background: url('../images/slider-thumb.png');
  z-index: 9999;
  position: relative;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
  margin-right: -2px;
}
.range-labels li::before {
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: #b2b2b2;
  border-radius: 50%;
  border: 2px solid #eee;
  background: #fff;
  padding: 0;
  margin: 0 auto;
}
.range-labels {
  font-family: partner-regular, Oron-Medium;
}
.range-labels .active {
  color: #35CDBE;
  font-family: partner-bold, Oron-Bold;
}
.range-labels li:last-child::before {
  left: 7px;
  right: auto;
}
.range-labels li:first-child::before {
  right: 7px;
  margin: 0;
}
.family-members-lst {
  padding: 0 1em;
  width: 100%;
}
.family-members-lst li {
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}
.family-members-lst li input {
  vertical-align: middle;
  margin-left: 0.5em;
}
.family-members-lst li img {
  vertical-align: middle;
}
.family-members-lst li label {
  vertical-align: bottom;
  margin-left: 0.5em;
}
.family-members-lst li span {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.btn--family_popup {
  padding: 0.5em;
  margin: 0;
  width: 100%;
}
/************************************/
/*  users form black lst popup     */
/***********************************/
.blk-lst-users-lst .title-brd {
  border-bottom: 2px solid #e3e3e3;
  padding: 1.5em 0 0;
  margin: 0 1em 1em;
}
.blk-lst-users-lst .member-brd {
  height: 60px;
  border-bottom: 2px solid #e3e3e3;
}
.blk-lst-users-lst .family-members-lst .switch {
  float: left;
  direction: ltr;
  width: 65px;
}
.blk-lst-users-lst .family-members-lst .switch__btn {
  top: 0.3em;
  padding: 0;
  margin: 0;
}
.blk-lst-users-lst .family-members-lst .sw + .switch__btn {
  width: 55px;
  height: 28px;
}
.blk-lst-users-lst .error-txt {
  margin-right: 1em;
}
/***---------------------------------------------------------------------------------***/
/**                             MEDIA QUERIES                                        **/
/***--------------------------------------------------------------------------------***/
/* Extra Small Devices*/
@media only screen and (min-width: 320px) and (max-width: 390px) {
  .actions-menu .actions-menu__img-container {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .actions-menu .actions-menu__txt {
    font-size: 1.2em;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .notifications__status.failed,
  .notifications__status.success {
    background-position: center ;
    display: inline-block;
  }
  .notifications-wrapper {
    padding-top: 4em;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .notification__msg {
    width: 79%;
    font-size: 1.1em;
  }
  .notifications__status.failed,
  .notifications__status.success {
    background-position: 0 0 ;
    display: inline-block;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .notifications-list__item .list__item__txt {
    font-size: 1.1em;
  }
}