/*-------------------------------------fonts-------------------------------------*/
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-------------------------------------------------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.5em;
  position: relative;
  min-width: 320px;
  color: #000;
  background-color: #ededed;
  -webkit-font-smoothing: antialiased;
}
body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #43f;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.cls {
  font-size: 0;
  display: table;
  width: 100%;
}
.ovh {
  overflow: hidden;
}
.clear {
  clear: both;
}
.blank {
  height: 25px;
}
.first {
  margin-top: 0 !important;
}
.last {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
.clearfix:after,
.size:after,
.text:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
/*---------------------------------structure--------------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.size {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}
.container {
  position: relative;
  padding: 0;
}
.start-page {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../pic/start.jpg) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: cover;
}
.hide {
  display: none;
}
/*---------------------------------header---------------------------------*/
.header {
  height: 60px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.15);
}
/*---------------------------------container--------------------------------------*/
/*---------------------------------left--------------------------------------*/
.left {
  position: relative;
  float: left;
  width: 25%;
  margin-right: 3%;
  margin-bottom: 3%;
}
/*---------------------------------right--------------------------------------*/
.right {
  position: relative;
  float: right;
  width: 25%;
  margin-bottom: 3%;
  margin-left: 3%;
}
/*---------------------------------middle--------------------------------------*/
.left + .middle,
.right + .middle {
  overflow: hidden;
}
.middle {
  position: relative;
}
/*fix*/
.mmenu {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
}
.mmenu svg {
  height: 20px;
  width: 20px;
  fill: #e42f31;
  cursor: pointer;
}
.logout {
  cursor: pointer;
}
/*start*/
.login-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 5px solid #e42f31;
  box-sizing: border-box;
  padding: 40px 50px;
  height: 450px;
  width: 400px;
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.75);
}
.logo-start {
  text-align: center;
  line-height: 0;
  margin-bottom: 40px;
}
.text-for-start {
  text-align: center;
  font: 16px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
.text-middle {
  text-transform: uppercase;
  margin: 5px 0;
  text-align: center;
  font: 17px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
}
.need-cam,
.send-pass {
  text-align: center;
  margin-top: 40px;
  font: 15px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #333;
}
.need-cam a {
  display: inline-block;
  vertical-align: top;
  font: 15px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #e42f31;
}
.need-cam a:hover {
  text-decoration: none;
}
.login-form.form-def .input,
.forget-form.form-def .input,
.register-form.form-def .input {
  padding: 10px 10px 10px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
}
.input-icon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 43px;
  width: 43px;
  background: #eee;
  border-radius: 3px 0 0 3px;
}
.input-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: #e42f31;
}
.login-form .btn,
.forget-form .btn {
  margin-bottom: 10px;
}
.forgot,
.remember {
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #e42f31;
  font: 15px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
}
.forgot:hover,
.remember:hover {
  text-decoration: none;
}
.login-block .form {
  display: none;
}
.login-block .form.show-form {
  display: block;
}
/*main*/
.header-left {
  line-height: 60px;
}
.logo {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: 100px;
  line-height: 60px;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
}
.menu {
  display: inline-block;
  vertical-align: top;
  height: 60px;
}
.menu a {
  height: 60px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  overflow: hidden;
}
.menu a span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font: 17px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
}
.menu a:after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 100%;
  background: #e42f31;
  left: 0;
  height: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu a.cur:after,
.menu a:hover:after {
  bottom: 0;
}
.header-right {
  line-height: 60px;
}
.exit {
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  line-height: 23px;
  margin-left: 40px;
  position: relative;
  cursor: pointer;
}
.exit:after {
  left: -20px;
  height: 30px;
  width: 1px;
  position: absolute;
  content: "";
  top: -3px;
  background: #e1e1e1;
}
.exit svg {
  fill: #e42f31;
  height: 23px;
  width: 22px;
}
.login-email {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  line-height: 21px;
  text-decoration: none;
}
.login-email svg {
  display: inline-block;
  vertical-align: top;
  fill: #d9d9d9;
  height: 21px;
  width: 15px;
  margin-right: 10px;
}
.login-email span {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font: 17px/21px "RobotoRegular", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
/*container*/
.title-block {
  min-height: 120px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.title {
  line-height: 120px;
}
.title svg {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 45px;
  fill: #e42f31;
  margin-right: 10px;
}
.title span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font: 30px/29px "RobotoBold", Arial, Helvetica, sans-serif;
}
.title-right {
  line-height: 120px;
}
.title-right .need-cam {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.title-right .marker {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 102px;
  margin-left: 20px;
  line-height: 0;
}
.cam-list {
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.cam-item {
  /*min-height: 150px;*/
  position: relative;
  margin-right: 40px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-item:hover {
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.15);
}
.cam-img {
  width: 33.5%;
  max-width: 145px;
}
.cam-info {
  padding: 15px 15px 15px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-name {
  min-height: 44px;
  display: block;
  text-decoration: none;
  color: #333;
  font: 17px/22px "RobotoRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  margin-right: 15px;
}
.cam-imei {
  min-height: 55px;
  color: #777777;
  font: 13px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.cam-links {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #e42f31;
  text-decoration: none;
  font: 13px/15px "RobotoRegular", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cam-links + .cam-links {
  margin-left: 11px;
}
.cam-links + .cam-links:after {
  position: absolute;
  content: "";
  top: 0;
  left: -6px;
  height: 15px;
  width: 1px;
  background: #c8c8c8;
}

.cam-links:hover {
  color: #000;
}
.cam-controls {
  /*opacity: 0;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cam-item:hover .cam-controls,
.touch .cam-item .cam-controls {
  opacity: 1;
}
/*info*/
.cam-left {
  width: 400px;
  margin-right: 40px;
}
.cam-left .cam-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: -1px;
}
.cam-left .cam-item.cur {
  background: none;
}
.cam-left .cam-item.cur .cam-controls {
  opacity: 1;
}
.cam-for-map {
  cursor: pointer;
}
.cam-for-map .cam-info {
  padding-bottom: 0px;
}
.cam-for-map .cam-imei {
  min-height: 45px;
}
.cam-for-map .show-on-map {
  display: inline-block;
  float: right;
  /*text-transform: uppercase;*/
  font: 13px/15px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #e42f31;
  /*text-decoration: underline;*/
}
.cam-for-map .no-coordinates {
  display: inline-block;
  float: left;
  /*text-transform: uppercase;*/
  font: 13px/15px "RobotoRegular", Arial, Helvetica, sans-serif;
  /*color: #e42f31;*/
  /*text-decoration: underline;*/
}
.cam-for-map:hover .show-on-map {
  color: #000;
  text-decoration: underline;
}
.cam-for-map .no-coordinates {
  display: none;
}
.cam-for-map.no-gps,
.cam-for-map.no-gps * {
  cursor: default !important;
}
.cam-for-map.no-gps .show-on-map {
  display: none;
}
.cam-for-map.no-gps .no-coordinates {
  display: inline-block;
}
.cam-info-main {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-left-list {
  margin-bottom: 40px;
}
.cam-banner {
  width: 100%;
  line-height: 0;
  display: block;
}
.cam-tabs {
  margin-bottom: 40px;
  position: relative;
}
.real-time-photo,
.real-time-disabled {
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  text-decoration: none;
  width: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-tabs .real-time-photo,
.cam-tabs .btn.real-time-disabled {
  display: inline-block;
}
.real-time-photo svg,
.real-time-disabled svg {
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
  margin-right: 5px;
}
.real-time-photo span,
.real-time-disabled span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.btn.real-time-disabled {
  background-color: grey;
}
.cam-tabs-links {
  height: 55px;
  line-height: 55px;
  font-size: 0;
}
.cam-tabs-link {
  height: 45px;
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 45px;
  padding: 0 50px;
  border-radius: 7px 7px 0 0;
  margin-right: -1px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #eee;
}
.cam-tabs-link span {
  display: inline-block;
  vertical-align: middle;
  color: rgba(51, 51, 51, 0.5);
  font: 17px/22px "RobotoBold", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cam-tabs-link.cur {
  line-height: 55px;
  height: 55px;
  border: 1px solid #e42f31;
  background: #e42f31;
  z-index: 2;
  pointer-events: none;
}
.cam-tabs-link.cur span {
  color: #fff;
}
.cam-tabs-link:hover {
  border: 1px solid #e42f31;
  background: #e42f31;
}
.cam-tabs-link:hover span {
  color: #fff;
}
.cam-tabs-block {
  display: none;
}
.cam-tab-wrapp {
  padding: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.cam-tabs-block.cur {
  display: block;
}
.cam-tab-form label:not(.error) {
  color: rgba(51, 51, 51, 0.8);
  font: 15px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.cam-tab-form input,
.cam-tab-form select,
.cam-tab-form textarea {
  height: 45px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font: 17px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #333;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-tab-form textarea {
  padding: 10px;
  height: 200px;
  resize: none;
}
.cam-tab-form .form-row:last-child {
  margin-bottom: 0;
}
.cam-tab-form .btn {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
}
.cam-stat {
  background: #fff;
  border-top: 5px solid #e42f31;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-stat-title {
  line-height: 50px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-stat-title svg {
  height: 21px;
  width: 19px;
  fill: #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cam-stat-title span {
  font: 17px/21px "RobotoBold", Arial, Helvetica, sans-serif;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.cam-stat-line {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  border-top: 1px dotted #c5c5c5;
}
.cam-stat-left {
  width: 300px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font: 17px/40px "RobotoRegular", Arial, Helvetica, sans-serif;
}
.cam-stat-val {
  color: #333;
  font: 17px/40px "RobotoRegular", Arial, Helvetica, sans-serif;
}
/*cam-list*/
.cam-list-main {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-list-controls {
  position: relative;
  min-height: 45px;
  margin-bottom: 30px;
}
.cam-list-right .btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
  width: auto;
}
.may-hide {
  display: none !important;
}
.cam-list-left {
  line-height: 45px;
  font-size: 0;
}
.selected-counter {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #e42f31;
  font: 17px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
}
.selected-counter:after {
  height: 20px;
  position: absolute;
  content: "";
  width: 1px;
  background: #c5c5c5;
  top: 0;
  right: -10px;
}
.select-all {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #333333;
  font: 17px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select-all:hover {
  color: #e42f31;
}
.photos-list {
  font-size: 0;
}
.photo-wrapp {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
.photo-wrapp:nth-child(4n + 4) {
  margin-right: 0;
}
.photo {
  position: relative;
  width: 100%;
  line-height: 0;
}
.photo-img {
  padding-top: 75%;
  position: relative;
  background: #cccccc;
}
.photo img {
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.photo:hover .delete-item {
  opacity: 0.5;
}
.photo:hover .like-item {
  opacity: 0.25;
}
.photo:hover .check-item {
  opacity: 0.5;
}
.delete-item {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 10px;
  left: 10px;
  background: url(../pic/delete.png) 0px 0px no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.photo .delete-item:hover {
  opacity: 1;
  background-position: center bottom;
}
.like-item {
  position: absolute;
  width: 24px;
  height: 23px;
  right: 10px;
  bottom: 10px;
  background: url(../pic/like.png) 0px 0px no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.photo .like-item:hover {
  opacity: 1;
}
.photo.like .like-item {
  opacity: 1;
  background-position: center bottom;
}
.check-item {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 10px;
  background: url(../pic/check.png) 0px 0px no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.photo .check-item:hover {
  opacity: 1;
}
.photo.cur .check-item {
  opacity: 1;
  background-position: center bottom;
}
.photo.cur:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e42f31;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.photo:hover .photo-view {
  opacity: 1;
}
.photo-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 40px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  max-width: 120px;
  width: 40%;
  font: 13px/38px "RobotoRegular", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  opacity: 0;
}
.photo-wrapp:hover .photo-view {
  border: 1px solid #e42f31;
  background: #e42f31;
  opacity: 1;
}
.photo-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.touch .check-item,
.touch .like-item,
.touch .delete-item,
.touch .photo-view {
  opacity: 1;
}
/*item*/
.photo-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.photo-main {
  line-height: 0;
}
.photo-spin {
  position: absolute;
  top: 0;
  height: 100%;
  width: 70px;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0;
}
.photo-prev {
  left: 0;
}
.photo-next {
  right: 0;
}
.photo-spin:hover {
  background: #333333;
}
.photo-spin svg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: #fff;
  width: 30px;
  height: 56px;
  margin: auto;
  position: absolute;
}
.photos-control-right {
  width: 33%;
  font-size: 0;
}
.photos-control-btn {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 40px;
  border: 1px solid rgba(228, 47, 49, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
}
.photos-control-btn:nth-child(2n + 2) {
  margin-right: 0;
}
.photos-control-btn svg {
  display: inline-block;
  vertical-align: middle;
  fill: #e42f31;
  margin-right: 5px;
}
.photos-control-btn span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font: 17px/20px "RobotoBold", Arial, Helvetica, sans-serif;
}
.photos-control-btn:hover {
  border: 1px solid #e42f31;
  background: #e42f31;
}
.photos-control-btn:hover svg {
  fill: rgba(255, 255, 255, 0.75);
}
.photos-control-btn:hover span {
  color: #fff;
}
.photos-control-left {
  width: 66%;
  font-size: 0;
}
.photos-time,
.photos-info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.photos-main-text {
  font: 30px/30px "RobotoBold", Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 10px;
}
.photos-dop-text {
  font: 17px/25px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #333;
}
/*edit*/
.cam-edit {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cam-guest {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d8d8d8;
  margin-bottom: -1px;
}
.cam-guest.cur {
  background: none;
}
.guest-link {
  font: 17px/22px "RobotoBold", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.guest-link:hover {
  color: #e42f31;
}
.cam-guest.cur .guest-link {
  pointer-events: none;
}
.guest-key {
  line-height: 14px;
}
.guest-key svg {
  margin-right: 5px;
  fill: #e42f31;
  display: inline-block;
  vertical-align: top;
}
.guest-key span {
  font: 14px/16px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #777;
  display: inline-block;
  vertical-align: top;
}
.guest-stat {
  line-height: 14px;
}
.guest-stat svg {
  margin-right: 5px;
  fill: #e42f31;
  display: inline-block;
  vertical-align: top;
}
.guest-stat span {
  font: 13px/14px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #777;
  display: inline-block;
  vertical-align: top;
}
.cam-guest-top,
.cam-guest-middle,
.cam-guest-bottom {
  padding: 20px;
  background: #fff;
}
.cam-guest-middle,
.cam-guest-bottom {
  border-top: 1px solid #d9d9d9;
}
.public-checker {
  height: 30px;
  font-size: 0;
}
.public-checker > span {
  color: #333;
  font: 15px/30px "RobotoRegular", Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  opacity: 0.8;
}
.public {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 30px;
  font-size: 0;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.public input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 140px;
  height: 30px;
  opacity: 0;
}
.no-pub,
.yes-pub {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  background: #eee;
  text-align: center;
  font: 13px/30px "RobotoRegular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #777;
}
.no-pub span,
.yes-pub span {
  display: block;
  z-index: 2;
  position: relative;
}
.pub-checker {
  position: relative;
  width: 100%;
  height: 100%;
}
.pub-checker:after {
  width: 70px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 30px;
  background: #e42f31;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.public input:not(:checked) ~ .pub-checker .no-pub span {
  color: #fff;
}
.public input:checked ~ .pub-checker:after {
  left: 70px;
  background: #66c322;
}
.public input:checked ~ .pub-checker .yes-pub span {
  color: #fff;
}
.cam-guest-title {
  margin-bottom: 25px;
  font-size: 0;
}
.cam-guest-title svg {
  display: inline-block;
  vertical-align: top;
  fill: #d9d9d9;
  margin-right: 20px;
  height: 21px;
  width: 27px;
}
.cam-guest-title span {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font: 17px/21px "RobotoBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.guest-table {
  width: 100%;
  overflow-x: auto;
}
.guest-table table {
  width: 100%;
  min-width: 600px;
}
.guest-table th {
  background: #f7f7f7;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  line-height: 40px;
  color: #333;
  font-size: 17px;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
}
.guest-table td {
  line-height: 40px;
  border-top: 1px dotted #cfcfcf;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 17px;
  cursor: pointer;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
}
.guest-table input {
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  margin-right: 5px;
}
.users {
  margin-bottom: 20px;
}
.user {
  line-height: 40px;
  border-top: 1px dotted #c5c5c5;
}
.user-name {
  width: 66%;
  font: 17px/40px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #333;
}
.user-stat {
  width: 33%;
  font: 17px/40px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #333;
}

/*new*/
.photo-main {
  width: 100%;
  text-align: center;
}
.photo-main img {
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
}
.pointer-events {
  pointer-events: none;
}
.photo-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 61%;
  position: relative;
}
.photo-slider.show-left .photo-left {
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.photo-slider.show-right .photo-right {
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.photo-main {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.photo-left {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  background: #000;
  text-align: center;
}
.photo-right {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  background: #000;
  text-align: center;
}
.photo-left img {
  max-height: 100%;
}
.photo-right img {
  max-height: 100%;
}
.delete-pop {
  text-align: center;
}
.pop-title {
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 20px;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
}
.pop-title a {
  color: #fff;
}
.delete-pop .btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cam-settings-form {
  max-width: 700px;
  margin: 0 auto;
}
.mt20 {
  margin-top: 20px;
}
.settings-line {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.settings-name,
.settings-value {
  line-height: 40px;
  width: 48%;
}
.settings-value {
  text-align: right;
}
.settings-name span {
  display: inline-block;
  vertical-align: middle;
  font: 16px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #000;
}
.checker-mode {
  font-size: 0;
}
.checker-item {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  position: relative;
}
.checker-item + .checker-item {
  margin-left: -1px;
}
.checker-item:first-child span {
  border-radius: 40px 0 0 40px;
}
.checker-item:last-child span {
  border-radius: 0 40px 40px 0;
}
.checker-item input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.checker-item span {
  border: 1px solid #bfbfbf;
  background: #fff;
  display: block;
  padding: 10px 15px;
  color: #929292;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font-size: 12px;
  line-height: 18px;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checker-item input:checked + span {
  border-color: #58aa1c;
  background: #66c322;
  z-index: 2;
  color: #fff;
}
.radio-mode {
  height: 40px;
  position: relative;
  width: 90px;
  display: inline-block;
  vertical-align: top;
}
.radio-mode input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.radio-wrapp {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
}
.radio-mode input:checked + .radio-wrapp {
  border: 1px solid #58aa1c;
  background: #66c322;
}
.btn_text {
  text-transform: uppercase;
  font: 12px/38px "RobotoRegular", Arial, Helvetica, sans-serif;
  color: #929292;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.radio-mode input:checked + .radio-wrapp .btn_text {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_circle {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
  z-index: 1;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio-mode input:checked + .radio-wrapp .btn_circle {
  left: calc(100% - 35px);
}
.interval-select,
.lapse-toggle,
.timer1-shower,
.timer2-shower {
  display: none;
}
.interval-select.cur,
.lapse-toggle.cur,
.timer1-shower.cur,
.timer2-shower.cur {
  display: block;
}

.share-soc {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  margin: 0 10px;
  cursor: pointer;
}
.share-soc svg {
  display: block;
  height: 40px;
  width: 40px;
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share-soc.facebook-svg:hover svg {
  fill: #3b5998;
}
.share-soc.twitter-svg:hover svg {
  fill: #26a6d1;
}
.share-soc.google-svg:hover svg {
  fill: #dd4b39;
}
.share-soc.mail-svg:hover svg {
  fill: #e8c15b;
}

.swiper-img {
  padding-top: 61.12%;
  position: relative;
}
.swiper-img img {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
}

.over-limit-warning {
  position: absolute;
  background-color: rgba(228, 47, 49, 0.5);
  top: 0;
  height: 100%;
  width: 37.5%;
  max-width: 150px;
}
.over-limit-warning-text {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  margin-top: -21px;
  background-color: #e42f31;
  height: 35px;
  line-height: 12px;
  padding: 5px 0 0;
}
.over-limit-warning span {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
}
.over-limit-warning span a {
  color: #fff;
  font-weight: bold;
}
.over-limit-notification {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #e42f31;
  padding: 19px;
  border-radius: 4px;
  min-height: 20px;
  border: 1px solid red;
  text-transform: uppercase;
}
.over-limit-notification .click-here {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.over-limit-notification .click-here a {
  color: #fff;
  font-weight: bold;
}
a.photos-control-btn.real-time-disabled {
  background-color: grey;
}

.login-block {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*billing*/
.change-billing {
  padding: 20px;
}
.change-billing .btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 30px;
}
.create-cam-form .cam-stat-title {
  padding: 0;
}
.create-steps {
  margin-bottom: 30px;
  font-size: 0;
  border-bottom: 2px solid #66c322;
}
.create-step {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  background: #ccc;
  border-radius: 5px 5px 0 0;
  margin-right: 1px;
}
.create-step.active {
  background: #66c322;
}
.create-step span {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  display: block;
  line-height: 20px;
}

.item-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  background: #ff0000;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  opacity: 0.8;
}

.service-message {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background-color: #ccccccb8;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 9;
}

.photo-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.photo-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  z-index: 2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.photo:hover .photo-img i {
  opacity: 0;
}

.photo-img {
  overflow: hidden;
  background: #f0f0f0;
}
.photo-img.video-preview {
  background: #797878;
}
.item-overlay.black {
  background: #000000;
}
.item-overlay.red {
  background: #ff0000;
}
.item-overlay.green {
  background: green;
}
.item-overlay.grey {
  background: #ccc;
}

.photos-list .photos-date {
  color: black;
  font-size: 16px;
  margin-bottom: 7px;
}
.photo-view-wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cam-battery.red {
  color: #e42f31;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.slave-item {
  background-color: #f0f0f0;
  border-top: 1px solid #d8d8d8;
  cursor: pointer;
}

.slave-info {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #777777;
}

.slave-item.active {
  background-color: #ffffff;
}

.slave-id {
  float: left;
  font: 17px/20px "RobotoRegular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 37.5%;
}

.slave-description {
  font-size: 14px;
  margin-left: 37.5%;
}

.cam-host-select {
  font-size: 14px;
  margin-top: 12px;
}

.title-slaves-dropdown {
  position: relative;
}

.title-slaves-dropdown-button {
  padding: 0 7px;
  display: inline-block;
  vertical-align: middle;
}

.title-slaves-dropdown-button:active {
  transform: none;
}

.title-slaves-dropdown-content {
  background-color: #f0f0f0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  z-index: 100;
  white-space: nowrap;
}

.title-slaves-dropdown-content a {
  color: #777777;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.title-slaves-dropdown-content a:hover {
  background-color: #ffffff;
}

.field-has-errors {
  border-color: #e42f31 !important;
}

.field-errors {
  color: red;
  font-size: 14px;
  text-align: left;
}

.title-filter-dropdown {
  display: inline-block;
}

.title-filter-dropdown-content {
  background-color: #f0f0f0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: block;
  margin-top: 5px;
  position: absolute;
  right: 0;
  width: 420px;
  z-index: 100;
}

.title-filter-dropdown-item {
  display: block;
  padding: 15px;
}

.datepicker-container {
  position: absolute;
}

.fixed-title .title-filter-dropdown .datepicker-container {
  right: 270px;
}

/*Datepicker*/
button.Zebra_DatePicker_Icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/*utility*/

.w-1\/2 {
  width: 50%;
}

.flex {
  display: flex;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.items-center {
  align-items: center;
}

.leading-normal {
  line-height: 1.5;
}

.text-white {
  color: #fff;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.menu.compact a {
  margin-left: 25px;
}
