﻿/*@import "framework.less";*/
.google-map {
  min-height: 800px;
  border-left: 2px solid #CDCDCD;
}
@media (min-width: 768px) {
  .google-map {
    min-height: 1024px;
  }
}
@media (max-width: 767px) {
  .google-map {
    min-height: 400px;
  }
}
.guard-header {
  background: #fff;
  float: left;
  text-align: left;
  direction: ltr;
  border-bottom: 1px #CFCFCF solid /*main sub-page header*/;
  position: relative;
  z-index: 999;
  padding: 0;
}
.guard-header .logo {
  float: none;
}
.guard-header__logo {
  display: inline-block;
  /*width:34%;*/
}
.actions-page {
  overflow: hidden;
  width: 100%;
}
.actions-blk {
  text-align: right;
  padding-bottom: 1em;
}
.actions-blk h1 {
  font-size: 1.4em;
  font-family: partner-bold, Oron-Bold;
  padding: 1em 1em 0;
  margin: 0;
  text-align: right;
  direction: rtl;
}
.actions-blk .locations-lst {
  padding: 1em;
  width: 100%;
}
.actions-blk .locations-lst li {
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #b3b3b3;
}
.actions-blk .locations-lst li:last-child {
  border-bottom: none;
  cursor: pointer;
}
.actions-blk .locations-lst li:last-child span {
  line-height: 45px;
  font-size: 1.4em;
}
.actions-blk .locations-lst li .switch {
  width: 16%;
  float: left;
}
.actions-blk .locations-lst li .switch .switch__btn {
  top: 0.8em;
}
.actions-blk .locations-lst li .switch .sw + .switch__btn {
  width: 3.6em;
  height: 2.0em;
}
.actions-blk .locations-lst li > img {
  margin-left: 1em;
  float: right;
  width: 14%;
}
.actions-blk .locations-lst li strong {
  display: block;
  font-family: partner-bold, Oron-Bold;
}
.actions-blk .locations-lst li div {
  font-size: 1.4em;
  direction: rtl;
}
.actions-blk .locations-lst li div.disable {
  color: #CBCBCB;
}
.actions-blk .locations-lst li div.w60 {
  width: 60%;
}
/**********************************
    top history row  
********************************/
.history-menu-container {
  /*display:table;width:100%;*/
  direction: rtl;
  overflow: hidden;
}
.history-menu-container .history-menu {
  display: block;
  background: #4C4C4C;
  opacity: 0.7;
  width: 100%;
  text-align: right;
  min-height: 50px;
  font-size: 1.1em;
}
.history-menu-container .history-menu__txt {
  float: right;
  color: #fff;
  vertical-align: middle;
  width: 64%;
  padding: 0.6em 1.5em 0.6em 0.2em;
  font-family: 'partner-regular', 'OronLight-Regular';
}
@media (max-width: 340px) {
  .history-menu-container .history-menu__txt {
    width: 58%;
  }
}
@media (min-width: 341px) and (max-width: 370px) {
  .history-menu-container .history-menu__txt {
    width: 62%;
  }
}
.history-menu-container .history-menu__txt .ellipsis {
  width: 95%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-menu-container .history-menu__txt {
    padding: 0.6em 0.5em 0.6em 0;
  }
}
.history-menu-container .history-menu__icon {
  float: left;
  color: #fff;
  background: url(../images/history_icon.png) right center no-repeat;
  vertical-align: middle;
  padding-right: 2.7em;
  width: 6.5em;
  height: 3em;
  line-height: 3em;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history-menu-container .history-menu__icon {
    padding-right: 1.7em;
    width: 5.5em;
    background-size: 1.6em;
  }
}
.battery {
  display: inline-block;
  text-align: center;
  padding-top: 0.2em;
}
.battery > span {
  color: #fff;
  display: block;
  text-align: center;
}
.battery > img {
  width: 45%;
}
/**********************************
      actions bottom menu 
********************************/
.actions-btm-menu__title {
  text-align: center;
  font-size: 1.4em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.actions-btm-menu__list {
  padding-top: 1em;
  width: 100%;
}
.actions-btm-menu__list li {
  text-align: center;
  padding: 0 0 1.5em;
}
.actions-btm-menu__list li img {
  display: block;
  margin: 0 auto;
  background-size: contain;
  width: 50%;
}
.actions-btm-menu__list li span {
  font-size: 1.1em;
}
.actions-btm-menu {
  height: auto;
  color: #000;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  background: #F5F5F5;
  border-top: 1px solid #CECECE;
  padding-bottom: 1em;
  z-index: 99;
}
.hidden-menu {
  height: 0px;
  -webkit-transition: height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
}
.hidden-menu.open-menu {
  height: 260px;
  -webkit-transition: height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
}
.actions-btm-menu__title strong {
  background: url(../images/up_arrow.png) left 6px no-repeat;
  width: 3.5em;
  height: 3.5em;
  padding-left: 1.5em;
}
.actions-btm-menu__title strong.closed.opened {
  background: url(../images/down_arrow.png) left 4px no-repeat !important;
}
/*******************************
     colors of borders 
********************************/
.red_brd {
  border-color: #ff0000;
}
.aqua_brd {
  border-color: #2BD3C2;
}
.pink_brd {
  border-color: #F43757;
}
.purple_brd {
  border-color: #4141FF;
}
/******************************* 
     btns on map 
********************************/
.img-btns-container {
  position: relative;
  width: 100%;
  top: -4em;
}
.img-btns-container .img-actions-btn {
  width: 6em;
  position: absolute;
  top: -1em;
  height: 2em;
  line-height: 0.65em;
  text-align: center;
  font-size: 1.2em;
  font-family: partner-regular, OronLight-Regular;
}
.img-btns-container .save-img-btn {
  right: 1em;
}
.img-btns-container .back-to-map-btn {
  color: #fff;
  background: #000;
  opacity: 0.6;
  left: 1em;
}
.img-btns-container .back-to-map-btn:hover {
  color: #fff;
}
/******************************* 
      popups 
********************************/
.modal-body {
  direction: rtl;
}
.modal-body span,
.modal-body label {
  font-size: 1.2em;
}
.modal-body p {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1.5em;
}
.modal-body .error-txt {
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.set-4digits-code-popup {
  text-align: center;
}
.set-4digits-code-popup span {
  display: block;
}
.set-4digits-code-popup label {
  color: #929292;
  display: block;
  text-align: center;
  font-family: partner-regular, OronLight-Regular;
}
.set-4digits-code-popup input {
  /*border:1px solid #fff;border-bottom:1px solid #000;*/
  font-size: 1.4em;
  display: inline-block;
  margin-right: 0.5em;
  padding: 0;
  text-align: center;
}
.set-4digits-code-popup input:first-child {
  margin-right: 0;
}
.set-4digits-code-popup .error-txt {
  text-align: center;
  font-size: 1.2em;
}
.select-msg-type-popup ul {
  width: 100%;
  text-align: center;
}
.select-msg-type-popup ul li {
  width: 32%;
}
.select-msg-type-popup ul li img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.select-msg-type-popup ul li.visible-xs {
  display: inline-block !important;
}
.select-msg-type-popup ul li:first-child {
  padding-right: 0;
}
.success-msg-popup,
.failed-msg-popup {
  padding: 1.5em 1em;
  text-align: center;
}
.success-msg-popup p,
.failed-msg-popup p {
  margin: 0.5em auto;
}
.success-msg-popup img,
.failed-msg-popup img {
  display: block;
  margin: 0 auto;
  width: 25%;
}
.notifications-popup {
  margin: 0;
  padding: 0;
}
.notifications-popup h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.5em;
}
.notifications-popup li {
  margin-bottom: 0.5em;
}
.select-msg-type-popup {
  padding: 2em 1em 1em;
}
.guard-popup {
  padding: 1em;
  text-align: center;
}
.guard-popup img {
  display: block;
  margin: 0 auto;
  padding-bottom: 0.5em;
}
.guard-popup .guard-popup__btn {
  width: 45%;
  font-size: 1.2em;
}
.guard-popup .guard-popup__btn.accept_btn {
  margin-left: 1em;
}
@media (max-width: 380px) {
  .guard-popup .guard-popup__btn {
    font-size: 1.0em;
  }
}
.sound-popup {
  padding: 1em;
  text-align: center;
  /*min-height:200px;*/
}
.sound-popup img {
  display: block;
  margin: 0 auto;
  padding-bottom: 0.5em;
}
.sound-popup .sound-popup__btn {
  width: 45%;
}
.sound-popup .sound-popup__btn.accept_btn {
  margin-left: 1em;
}
@media (max-width: 380px) {
  .sound-popup .sound-popup__btn {
    font-size: 1.0em;
  }
}
.reset-psw-popup {
  padding: 1.8em 0;
}
.reset-psw-popup .form__label {
  font-size: 1.0em;
}
.reset-psw-popup .form__input {
  direction: ltr;
  text-align: left;
}
@media (max-width: 767px) {
  .reset-psw-popup .form__input {
    padding: 0 0.5em;
    font-size: 1em;
  }
}
.reset-psw-popup p {
  font-size: 1.2em;
  text-align: center;
}
.family-members-list-page h1 {
  border-bottom: 1px solid #B2B2B2;
  padding: 1em 0;
  margin: 0 1em;
  text-align: right;
  direction: rtl;
  font-size: 1.4em;
  font-family: Oron-Bold, partner-bold;
}
.family-members-list {
  direction: rtl;
  width: 100%;
}
.family-members-list .family-members-list__item {
  width: 97%;
  padding: 1em 1em 1em 0;
  background: url(../images/left_arrow.png) 10px center no-repeat;
  margin: 0 0.5em;
  border-bottom: 1px solid #b2b2b2;
  background-size: 7%;
}
.family-members-list .family-members-list__item .family-members-list__txt {
  width: 80%;
  display: table-cell;
  padding-right: 0.5em;
  padding-left: 2em;
  font-size: 1.1em;
}
.family-members-list .family-members-list__item .family-members-list__txt strong {
  display: block;
  font-family: partner-bold, Oron-Bold;
}
.family-members-list .family-members-list__item .family-members-list__txt span {
  display: block;
  font-family: 'partner-regular', 'OronLight-Regular';
}
.family-members-list .family-members-list__item .family-members-list__img {
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  width: 90%;
}
.family-members-list__item .family-members-list__txt span.red-txt {
  /*white-space:nowrap;*/
}
.family-img-container {
  float: right;
  text-align: center !important;
  padding-right: 0;
  padding-bottom: 0.5em;
  width: 41%;
}
.family-img-container img {
  margin-top: 1em;
  width: 65px;
}
.family-img-container span {
  display: block;
}
.family-img-container .closed.collapsed1 {
  display: block;
  direction: rtl;
  font-size: 1.1em !important;
  text-align: center;
  color: #000;
}
.family-img-container .closed.collapsed1 i {
  background: url(../images/arr_left.png) left 3px no-repeat;
  display: block;
  width: 1em;
  height: 1em;
  display: inline-block;
  padding: 0;
}
.family-img-container .closed {
  display: block;
  direction: rtl;
  font-size: 1.1em !important;
  text-align: center;
  color: #000;
}
.family-img-container .closed i {
  background: url(../images/arr_down.png) left 3px no-repeat;
  display: block;
  width: 1em;
  height: 1em;
  display: inline-block;
  padding: 0;
}
.photo {
  min-width: 100%;
}
/***---------------------------------------------------------------------------------***/
/**                             MEDIA QUERIES                                        **/
/***--------------------------------------------------------------------------------***/
/* Extra Small Devices, Phones */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .guard-header__logo {
    margin-top: 2em;
  }
  .google-map {
    width: 100%;
    max-height: 400px;
    padding-top: 64px;
  }
  .guard-header {
    float: none;
    overflow: hidden;
  }
  .modal-body .form {
    font-size: 1.0em;
  }
  .modal-body .form .btn {
    font-size: 1.2em !important;
    padding: 0.8em 0.5em;
    margin-top: 1em;
  }
  .modal-body .form .error-txt {
    margin-top: -0.5em;
    margin-bottom: 0.5em;
    font-size: 1.0em;
  }
  .modal-body .set-4digits-code-popup {
    padding: 2em;
  }
  .modal-body .set-4digits-code-popup p {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .modal-body .set-4digits-code-popup .btn {
    font-size: 1.2em;
  }
  .modal-body .set-4digits-code-popup span,
  .modal-body .set-4digits-code-popup label {
    font-size: 1.0em;
  }
  .actions-page {
    font-size: 90%;
  }
  .actions-page header {
    overflow: hidden;
  }
  .actions-blk {
    width: 100%;
  }
  .actions-blk .locations-lst {
    width: 100%;
  }
  .actions-blk .locations-lst div {
    width: 86%;
  }
  .actions-blk .modal {
    width: 95%;
    margin: 0 auto;
  }
  .actions-btm-menu {
    width: 100%;
  }
  .actions-btm-menu__list li {
    padding: 0 0 1em;
  }
  .actions-btm-menu__list li img {
    padding: 0;
    width: 39%;
  }
  .family-carousel-container {
    padding: 0;
  }
  .family-carousel-container .slider {
    margin-top: 0 !important;
  }
  .family-carousel-container .slick-slide {
    width: 120px;
  }
  .family-img-container .img-span {
    width: 4em;
    height: auto;
    display: inline-block;
    margin: 0.5em auto 0;
  }
  .history-menu {
    position: absolute;
    z-index: 9;
  }
  .history-menu__txt {
    padding: 0.6em 2em 0.6em 0.5em;
  }
  .history-menu-container .history-menu__txt .ellipsis {
    width: 95%;
    letter-spacing: 0.2px;
  }
  .family-members-list__item > div {
    padding: 0.5em 0;
  }
  .family-members-list__item > div .family-members-list__img {
    width: 15%;
    height: auto;
    vertical-align: middle;
    top: -0.5em;
    position: relative;
  }
  .family-members-list-page h1 {
    border-bottom: 2px solid #B2B2B2;
  }
}
/* Extra Small Devices*/
@media only screen and (min-width: 320px) and (max-width: 390px) {
  h1 {
    font-size: 1.4em;
    font-family: partner-bold, Oron-Bold;
  }
  .guard-header {
    float: none;
    overflow: hidden;
  }
  .actions-blk .locations-lst li:last-child span {
    font-size: 1.4em;
  }
  .actions-blk .locations-lst li div {
    width: 81% !important;
    font-size: 1.2em !important;
  }
  .actions-blk .locations-lst li div.w60 {
    width: 60% !important;
  }
  .actions-blk .locations-lst li img {
    width: 15%;
  }
  .actions-blk .locations-lst li .switch .sw + .switch__btn {
    width: 3.5em !important;
    height: 2em !important;
  }
  .actions-btm-menu {
    width: 100%;
  }
  .family-carousel-container .slick-slide {
    width: 65px !important;
    margin: 0;
  }
  .family-carousel-container .slick-slide h3 {
    font-size: 70%;
    width: 100% !important;
  }
  .family-img-container img {
    margin-top: 1em;
    width: 45px;
  }
  .family-img-container a {
    font-size: 1.1em !important;
  }
  .family-img-container .closed i {
    background-position: 0 4px !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .google-map {
    width: 60%;
    float: right;
  }
  .modal.modal-dialog {
    width: 40%;
  }
  .guard-header,
  .family-carousel-container,
  left-content {
    width: 40%;
  }
  .actions-btm-menu {
    width: 40%;
  }
  .actions-blk {
    /*width: 40%;*/
    float: right;
    width: 100%;
  }
  .actions-blk .locations-lst {
    width: 100%;
  }
  .actions-blk .locations-lst li:last-child span {
    line-height: 25px;
    font-size: 1.2em;
  }
  .actions-blk .locations-lst li div {
    width: 80%;
    font-size: 1.2em !important;
  }
  .modal-dialog {
    border-top: 1px solid #CECECE;
    width: 40%;
  }
  .modal-dialog .modal-content {
    padding: 2em 1em;
  }
  .set-4digits-code-popup span {
    display: block;
  }
  .set-4digits-code-popup input {
    font-size: 2em;
  }
  .family-carousel-container {
    width: 100%;
    padding: 0;
  }
  .family-carousel-container .slick-slide {
    width: 100px;
  }
  .family-img-container {
    width: 40%;
    font-size: 90%;
  }
  .family-img-container img {
    width: 58px;
  }
  .family-members-list__item > div {
    padding: 1em 0;
  }
  .family-members-list__item > div .family-members-list__img {
    width: 20%;
  }
  .family-img-container .closed.collapsed i {
    background-position: 0 4px;
  }
  .family-img-container .closed,
  .family-img-container .closed.collapsed {
    font-size: 1.1em;
  }
  .actions-blk .locations-lst li > img {
    width: 12%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .google-map {
    width: 65%;
    float: right;
  }
  .guard-header,
  .family-carousel-container {
    width: 35%;
  }
  .family-carousel-container {
    width: 100%;
  }
  .family-carousel-container .slider {
    padding: 0 3em;
  }
  .actions-btm-menu {
    width: 35%;
  }
  .actions-blk {
    /*width: 35%;*/
    float: right;
    width: 100%;
  }
  .actions-blk .locations-lst li img {
    width: 14%;
  }
  .actions-blk .locations-lst div {
    width: 86%;
  }
  .modal-dialog {
    border-top: 1px solid #CECECE;
    width: 30%;
  }
  .modal-dialog .modal-content {
    padding: 2em 1em;
  }
  .set-4digits-code-popup span {
    display: block;
  }
  .set-4digits-code-popup input {
    font-size: 2em;
  }
  .family-img-container .closed.collapsed i {
    background-position: 0 4px;
  }
  .family-img-container .closed > i {
    background-position: 0 5px ;
  }
  .actions-btm-menu__list li {
    padding: 0 0.3em 0.7em;
  }
}
@media (min-height: 1200px) {
  .google-map {
    min-height: 1370px;
  }
}