/* Compiled Less CSS File */
/* Generated from "style.css" */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 87.5%;
  line-height: 150%;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.container {
  padding: 20px;
}
/*
Common styles
-----------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #125ca2;
  outline: none;
}
html a:hover {
  color: #003366;
}
button,
input,
select,
textarea {
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
b,
strong {
  font-weight: 700;
}
p {
  margin: 1.25em 0;
}
p:first-child {
  margin: 0 0 1.25em 0;
}
p:last-child {
  margin: 1.25em 0 0 0;
}
p :last-child:first-child {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 1em 0 0.5em;
  font-weight: 500;
  line-height: 1.25em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin: 0 0 0.5em 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
/*lists*/
ul {
  list-style: none;
  margin-bottom: 3em;
}
ul ul {
  margin-bottom: 5px;
}
ul li {
  display: block;
  margin: 0.3em 0;
}
ul.not-list,
ul.not-list ul {
  margin-bottom: 0;
}
ul.not-list li {
  margin: 0;
}
ol {
  list-style-type: none;
  counter-reset: item;
}
ol ul {
  margin-bottom: 5px;
}
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
ol > li:before {
  content: counters(item, ". ") ". ";
  display: table-cell;
  padding-right: 0.6em;
  white-space: nowrap;
}
ol li ol > li:before {
  content: counters(item, ". ") " ";
}
ol li:first-child {
  margin-top: 0.6em;
}
ol li:last-child {
  margin-bottom: 0;
}
/*
Helper classes
-----------------------------------------------------------------------------*/
.hidden {
  display: none !important;
  visibility: hidden;
}
.display-block {
  display: block !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.invisible {
  visibility: hidden !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  content: " ";
  clear: both;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-bottom {
  vertical-align: bottom;
}
.table {
  display: table;
  width: 100%;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: '';
  width: 100%;
  display: inline-block;
  height: 1px;
  margin: 0;
}
.nowrap {
  white-space: nowrap;
}
.weight-medium {
  font-weight: 500;
}
.color-black {
  color: #000000;
}
.color-red {
  color: #d8262c;
}
.color-green {
  color: #5fc04c;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.items {
  font-size: 0;
}
.item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 0.94rem;
  vertical-align: top;
  width: 100%;
  padding: 0 0 25px 0;
  position: relative;
}
img.video-size {
  /* Необходим для корректного масштабирования превью для плеера и элементов списков*/

  display: block;
  width: 100%;
  visibility: hidden !important;
}
/* Внутреняя тень */
/* Внешняя тень */
.pad-5 {
  padding: 5px;
}
.pad-8 {
  padding: 8px;
}
.pad-10 {
  padding: 10px;
}
/* Responsive TABs */
ul.sp-tabs-links {
  border-bottom: solid 1px #d1d6dc;
  margin-bottom: 20px;
}
.r-tabs-anchor {
  display: block;
  position: relative;
  padding: 10px 20px;
  background-color: #eaedf0;
  color: #abadaf;
}
.sp-tabs-links .r-tabs-anchor {
  border-left: solid 1px #d1d6dc;
  border-top: solid 1px #d1d6dc;
  border-right: solid 1px #d1d6dc;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.r-tabs-state-active .sp-tab-link {
  background-color: #ffffff;
  color: #000000;
}
.r-tabs-state-active .sp-tab-link:after {
  display: block;
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
/* Accordion responsive breakpoint */
@media all and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .r-tabs .r-tabs-panel {
    padding: 20px;
    border-top: none;
  }
  .r-tabs-panel,
  .r-tabs-accordion-title {
    border: solid 1px #d1d6dc;
    margin-top: -1px;
  }
  .r-tabs-accordion-title.r-tabs-state-active {
    border-bottom: none;
  }
  .r-tabs-accordion-title.r-tabs-state-active a {
    color: #000000;
  }
  .r-tabs-anchor {
    padding-right: 40px;
  }
  .r-tabs-anchor:after {
    display: block;
    position: absolute;
    content: '';
  }
}
/*
Forms
-----------------------------------------------------------------------------*/
.i-text {
  padding: 0 15px;
  max-width: 100%;
  border: solid 1px #d1d6dc;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
input.i-text {
  height: 30px;
}
textarea.i-text {
  height: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  border: none;
  background: none;
}
input.btn,
button.btn {
  cursor: pointer;
}
.btn-default,
.jBox-Confirm-button {
  padding: 13px 20px;
  font-weight: 700;
  height: auto;
  line-height: 1em;
}
@media all and (max-width: 640px) {
  .btn-default,
  .jBox-Confirm-button {
    padding: 15px 25px;
  }
}
.btn-default[type="submit"],
.jBox-Confirm-button[type="submit"] {
  font-size: 1.2em;
  min-width: 150px;
}
.btn-default {
  color: #fff;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.btn-default:hover {
  color: #fff;
}
.btn-default .fa {
  margin-right: 5px;
}
.btn-red {
  background-color: #d8262c;
}
.btn-red:hover {
  background-color: #b40a10;
}
.btn-green {
  background-color: #5fc04c;
}
.btn-green:hover {
  background-color: #53a642;
}
.btn-gray {
  background-color: #abadaf;
}
.btn-gray:hover {
  background-color: #777777;
}
.sp-control {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #999999;
  cursor: pointer;
}
.sp-control:hover {
  color: #777777;
}
.sp-input-text {
  width: 100%;
  background-color: #eaedf0;
  border: solid 1px #d1d6dc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 3px 3px #d1d6dc;
  box-shadow: inset 1px 3px 3px #d1d6dc;
}
input.sp-input-text,
select.sp-input-text {
  height: 50px;
  padding: 0 15px;
}
textarea.sp-input-text {
  height: 100px;
  padding: 10px 15px;
}
.sp-input-text:disabled {
  color: #999;
  background-color: #CCC;
}
/*Form tips*/
.form-tip-link {
  display: inline-block;
  font-size: 1.3em;
  margin: 0 3px;
  vertical-align: text-top;
}
/*Form tables*/
.form-table .table {
  width: auto;
  margin-bottom: 1.5em;
  width: 50%;
}
.form-table .cell {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
  height: 100%;
  padding-right: 1em;
}
.form-table .form-cell-title {
  width: 30%;
  padding-top: 1.2em;
}
.form-table .row .cell:last-child {
  padding-right: 0;
}
@media all and (max-width: 1280px) {
  .form-table .table {
    width: 80%;
  }
}
@media all and (max-width: 768px) {
  .form-table .table {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
  .form-table .row {
    display: block;
    margin-bottom: 1.5em;
  }
  .form-table .cell {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em;
  }
}
/*Camera add form*/
.camera-add-btn .fa,
.camera-update-btn .fa,
.port-scan-btn .fa {
  display: none;
}
.camera-add-btn.btn--loading .fa,
.camera-update-btn.btn--loading .fa,
.port-scan-btn.btn--loading .fa {
  display: inline-block;
}
.camera-add-btn .btn-text--add,
.camera-update-btn .btn-text--add,
.port-scan-btn .btn-text--add {
  display: none;
}
.camera-add-btn.btn--ready .btn-text--add,
.camera-update-btn.btn--ready .btn-text--add,
.port-scan-btn.btn--ready .btn-text--add {
  display: inline-block;
}
.camera-add-btn.btn--ready .btn-text--test,
.camera-update-btn.btn--ready .btn-text--test,
.port-scan-btn.btn--ready .btn-text--test {
  display: none;
}
.rtsp-select-submit {
  margin-top: 5px;
}
.rtsp-select-submit .fa {
  display: none;
}
.form-field-PortScanResult-table td {
  padding: 4px;
  border: solid 1px #d1d6dc;
}
/*Form items*/
.form-items {
  margin: 0 0 0 -25px;
}
.form-items .item {
  padding: 0 0 25px 25px;
}
.item-100 {
  width: 100%;
}
.item-75 {
  width: 75%;
}
.item-66 {
  width: 66.6%;
}
.item-50 {
  width: 50%;
}
.item-33 {
  width: 33.3%;
}
.item-25 {
  width: 25%;
}
/*form errors*/
html .input-error,
html .input-error input,
.input-validation-error {
  border-color: #d8262c;
  color: #d8262c;
  -webkit-box-shadow: inset 1px 3px 3px #ff6666;
  box-shadow: inset 1px 3px 3px #ff6666;
}
html .input-error:focus,
html .input-error input:focus,
.input-validation-error:focus {
  color: #000000;
}
.span-error {
  display: inline-block;
  padding: 5px;
  margin-top: 5px;
  color: #d8262c;
  line-height: 1em;
}
.auth-index-form .span-error {
  background-color: #fff;
  opacity: 0.5;
  color: #ff0000;
  text-shadow: none;
  font-weight: bold;
}
.validation-summary-errors {
  color: #d8262c;
}
.validation-summary-errors ul {
  margin-bottom: 1em;
}
.validation-summary-errors li:before {
  font-family: FontAwesome;
  display: inline-block;
  width: 1.28571em;
  content: "\f105";
}
/* custom checkboxes */
label {
  cursor: pointer;
}
input[type=checkbox] {
  display: none;
}
/* to hide the checkbox itself */
input[type=checkbox] + span:before,
input[type=checkbox] + input + span:before {
  font-family: FontAwesome;
  display: inline-block;
  width: 1.28571em;
  height: 1.2em;
  font-size: 1.2em;
  text-align: left;
  vertical-align: middle;
}
input[type=checkbox] + span:before,
input[type=checkbox] + input + span:before {
  /* unchecked icon */

  content: "\f096";
  color: #d8262c;
}
input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + input + span:before {
  /* checked icon */

  content: "\f046";
  color: #b40a10;
}
/*
Header
-----------------------------------------------------------------------------*/
.header {
  height: 55px;
  background: #d8262c;
  border-bottom: solid 1px #b40a10;
  color: #ffffff;
}
.header .table {
  height: 100%;
}
.header .cell {
  vertical-align: middle;
}
.h-logo {
  width: 300px;
}
@media all and (max-width: 640px) {
  .h-logo {
    width: 200px;
  }
}
.h-logo-link {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  height: 54px;
  line-height: 54px;
  padding: 0 1em;
  white-space: nowrap;
}
.h-logo-link span {
  display: inline-block;
  margin-left: 2px;
  color: #000;
}
.h-logo-link:hover,
.h-logo-link:hover span {
  color: #fff;
}
@media all and (max-width: 640px) {
  .h-logo-link {
    font-size: 18px;
  }
}
.middle {
  z-index: 2;
  position: relative;
}
.h-menu {
  overflow: hidden;
  height: 54px;
  /* отступ меню 2-го уровня */

}
.h-menu > li {
  display: block;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.h-menu > li > .h-m-link {
  /*для ссылок 1-го уровня*/

  height: 100%;
  line-height: 54px;
  padding: 0 0.8em;
  border-left: solid 1px #b40a10;
}
.h-menu.h-main-menu > li:last-child > .h-m-link {
  border-right: solid 1px #b40a10;
}
.h-menu ul {
  /* всплывающее меню 2-го уровня*/

  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 0;
  padding: 0.8em;
  background-color: #d8262c;
  -webkit-box-shadow: 0 0 10px #ffffff;
  box-shadow: 0 0 10px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 9;
}
.h-menu ul:after {
  /* стрелка вверх */

  display: block;
  content: '';
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #d8262c transparent;
  position: absolute;
  top: -20px;
  right: 25px;
  height: 0;
  width: 0;
  border-radius: 0;
  background: none;
}
.h-menu ul .h-m-link,
.h-profile-name {
  /*для ссылок 2-го уровня*/

  padding: 0.6em 0.8em 0.6em 0.6em;
}
.h-main-menu > li {
  float: left;
}
.h-profile-menu > li {
  float: right;
}
.h-m-link {
  display: block;
  border: none;
  background: none;
  color: #fff;
}
.h-m-link .fa {
  margin-right: 6px;
  font-size: 1.2em;
}
.h-m-link.active,
.h-m-link:hover {
  color: #fff;
  background-color: #b40a10;
}
.h-m-link .color-black {
  display: inline-block;
  margin-left: 5px;
}
@media all and (max-width: 768px) {
  .h-profile-menu > li > .h-m-link .h-m-l-text {
    display: none;
  }
  .h-main-menu,
  .h-profile-menu {
    display: none;
  }
  .h-profile-menu > li > .h-m-link .fa {
    margin-right: 0;
  }
  .h-logo {
    width: auto;
  }
}
@media all and (max-width: 480px) {
  .h-profile-menu {
    display: none;
  }
}
.h-mobile {
  display: none;
  position: relative;
  width: 64px;
  border-left: solid 1px #b40a10;
}
@media all and (max-width: 768px) {
  .h-mobile {
    display: table-cell;
  }
}
.mobile-mainmenu-btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  font-size: 34px;
}
input.mobile-mainmenu-btn,
button.mobile-mainmenu-btn {
  cursor: pointer;
}
#sidr-mobile-mainmenu {
  background-color: #eaedf0;
  border-left: 1px solid #d1d6dc;
}
#sidr-mobile-mainmenu .sidr-inner {
  margin-bottom: 20px;
}
#sidr-mobile-mainmenu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #d1d6dc;
}
#sidr-mobile-mainmenu ul li > a,
#sidr-mobile-mainmenu ul li > span {
  padding: 10px 15px;
  line-height: 140%;
  display: block;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
}
#sidr-mobile-mainmenu ul li:hover > a,
#sidr-mobile-mainmenu ul li.active a {
  color: #d8262c;
}
/*
Middle
-----------------------------------------------------------------------------*/
.middle {
  width: 100%;
  position: relative;
  /*padding: 0 0 @footer-height+20px;*/

}
.content {
  z-index: 1;
}
.left-sidebar + .content {
  padding: 0 0 0 380px;
}
.left-sidebar + .content {
  padding: 0 0 0 380px;
}
.sp--left-sidebar-closed .content {
  padding: 0 0 0 20px;
  /**/

}
@media all and (max-width: 768px) {
  .left-sidebar + .content,
  .sp--left-sidebar-closed .left-sidebar + .content {
    padding: 0;
  }
}
/*
Content
------------------------------------*/
.scroll-content {
  position: relative;
  overflow: hidden;
}
.content .scroll-content {
  padding-top: 25px;
}
.content-heading {
  position: relative;
  border-bottom: solid 1px #d1d6dc;
  padding-bottom: 10px;
}
.content-heading h1 {
  float: left;
  margin-top: -4px;
  margin-bottom: 10px;
}
.content-heading .view-controls {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .content-heading {
    padding-left: 20px;
  }
}
.btn-view {
  height: 23px;
  width: 23px;
  vertical-align: middle;
  background-position: top center;
  background-repeat: no-repeat;
}
.btn-view + .btn-view {
  margin-left: 10px;
}
.btn-view:hover,
.btn-view.active {
  background-position: bottom center;
}
.btn-view-2 {
  background-image: url('../img/btn-view-2.png');
}
.btn-view-4 {
  background-image: url('../img/btn-view-4.png');
}
.btn-view-6 {
  background-image: url('../img/btn-view-6.png');
}
.breadcrumbs {
  padding: 10px 20px;
  background: #eaedf0;
  margin-top: -25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #d1d6dc;
}
.breadcrumbs a {
  color: #abadaf;
}
.breadcrumbs a:hover {
  color: #000000;
}
.breadcrumbs .sp-editable {
  margin-right: 5px;
  font-weight: 600;
}
.category-heading {
  padding: 7px 20px 8px;
  background: #eaedf0;
  margin-bottom: 25px !important;
  margin-left: 25px !important;
}
.items .category-heading {
  font-size: 20px;
}
.category-heading a {
  color: #000000;
}
div .category-heading:first-child {
  margin-top: -25px !important;
}
/*
Cameras List
------------------------------------*/
.camera-items {
  margin: 0 0 0 -25px;
}
.camera-items .item {
  width: 25%;
  padding: 0 0 25px 25px;
}
.camera-items.block-view-2 .item {
  width: 50%;
}
.camera-items.block-view-4 .item {
  width: 25%;
}
.camera-items.block-view-6 .item {
  width: 16.6%;
}
@media all and (max-width: 768px) {
  .view-controls {
    display: none;
  }
  html .camera-items .item {
    width: 50% !important;
  }
}
@media all and (max-width: 640px) {
  html .camera-items .item {
    width: 100% !important;
  }
}
.item-preview {
  position: relative;
}
.item-preview .sp-action-refresh {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -khtml-border-radius: 0 0 0 8px;
  -o-border-radius: 0 0 0 8px;
  border-radius: 0 0 0 8px;
  background-color: transparent;
  background-repeat: repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjgxQzUwQkVFQzQxMTFFNUI3RkFENDg3Qjk2RkM4QjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjgxQzUwQkZFQzQxMTFFNUI3RkFENDg3Qjk2RkM4QjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2ODFDNTBCQ0VDNDExMUU1QjdGQUQ0ODdCOTZGQzhCNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2ODFDNTBCREVDNDExMUU1QjdGQUQ0ODdCOTZGQzhCNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGSHFQAAAAQSURBVHjaYvj//78vQIABAAlJA0uAWxh8AAAAAElFTkSuQmCC");
}
.form-table .item-preview {
  margin: 1em 0;
}
.item-preview-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000;
}
.camera-item-info {
  padding: 9px 12px;
  position: relative;
}
.item .camera-item-info {
  background-color: #eaedf0;
  border: solid 1px #d1d6dc;
}
.camera-item-info .camera-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 45px;
}
.camera-item-info .camera-item-name a {
  color: #000000;
}
.camera-item-info .camera-item-actions {
  text-align: right;
  position: absolute;
  top: 8px;
  right: 10px;
}
.camera-item-info .fa-video-camera {
  margin-right: 5px;
}
.camera-item-menu {
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 2;
}
.camera-item-menu .sp-control {
  padding: 1px 3px 2px;
}
.camera-item-menu .sp-action-menu {
  border: solid 1px #d1d6dc;
}
.camera-item-menu:hover .sp-action-menu {
  background-color: #fff;
}
.camera-item-menu-sub {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -1px;
  background-color: #fff;
  border: solid 1px #d1d6dc;
}
.camera-item-menu:hover .camera-item-menu-sub,
.camera-item-menu:focus .camera-item-menu-sub,
.camera-item-menu:active .camera-item-menu-sub {
  display: block;
}
.camera-item-menu-sub .sp-control {
  padding-top: 5px;
  padding-bottom: 5px;
}
.icon-play-status {
  position: absolute;
  width: 70px;
  height: 70px;
  font-size: 70px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  display: none;
}
.icon-play-status.fa-ban {
  color: #777777;
}
.sp-camera-enable .video-player:hover .icon-play-status.fa-play-circle-o,
.sp-camera-enable .sp-camera-link:hover .icon-play-status.fa-play-circle-o {
  color: #d8262c;
}
@media all and (max-width: 768px) {
  .icon-play-status {
    font-size: 36px;
  }
}
.block-view-6 .icon-play-status {
  font-size: 36px;
}
@media all and (max-width: 1280px) {
  .block-view-4 .icon-play-status,
  .block-view-6 .icon-play-status {
    font-size: 36px;
  }
}
html .video-js .vjs-big-play-button {
  width: 70px;
  height: 70px;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  border: none;
  background: none;
}
html .video-js .vjs-big-play-button:before {
  font-family: FontAwesome !important;
  content: "\f01d" !important;
}
.sp-livemode .vjs-remaining-time,
.sp-livemode .vjs-progress-control,
.sp-livemode .vjs-play-control,
.sp-livemode .vjs-res-button {
  display: none;
}
.sp-livemode video {
  pointer-events: none;
}
.vjs-subtitles-button {
  display: none;
}
html .video-js:hover .vjs-big-play-button {
  background: none;
}
html .video-js:hover .vjs-big-play-button:before {
  color: #d8262c;
}
.sp-camera-enable .fa-play-circle-o,
.sp-camera-disable .fa-ban {
  display: block;
}
.sp-camera-enable .fa-play-circle-o {
  cursor: pointer;
}
.vjs-has-started + .fa-play-circle-o,
.vjs-has-started + .fa-play-circle-o + .fa-ban {
  display: none;
}
/*Camera form*/
.sp-form {
  position: relative;
  background: #ffffff;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sp-form .mfp-close {
  display: none;
}
.sp-form .sp-camera-name {
  font-weight: 700;
}
.sp-form-header {
  padding: 12px;
}
.sp-form-close {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 300;
  top: -45px;
  right: 0;
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
}
.sp-form-close:hover {
  color: #d8262c;
}
@media all and (orientation: portrait) {
  .sp-form-close {
    top: -45px;
    right: 0;
  }
}
@media all and (orientation: landscape) {
  .sp-form-close {
    top: -3px;
    right: -45px;
  }
}
/*jbox modal*/.jBox-title,
.jBox-Confirm .jBox-content,
.jBox-Confirm-footer {
  padding: 20px;
}
@media all and (max-width: 640px) {
  .jBox-title,
  .jBox-Confirm .jBox-content,
  .jBox-Confirm-footer {
    padding: 12px;
  }
}
.jBox-Confirm .jBox-content {
  text-align: left;
}
.jBox-title,
.jBox-Confirm-footer {
  font-weight: 700;
}
/*Video player*/
.video-player {
  position: relative;
}
.video-player video {
  width: 100%;
}
video {
  outline: none;
}
.video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.video-player-wrapper {
  position: relative;
}
.content .video-player-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.video-player-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.8;
}
.show-overlay .video-player-overlay {
  display: block;
}
.video-player-overlay-msg {
  position: absolute;
  text-align: center;
  width: 90%;
  top: 50%;
  left: 5%;
  opacity: 1;
  margin-top: -20px;
}
/*Video timeline*/
#timeline-visualization {
  position: relative;
}
.vis-timeline {
  border-top: none;
}
.sp-form .vis-timeline {
  border-left: none;
  border-right: none;
}
.timeline-controls {
  bottom: 0;
  right: 0;
  font-size: 0;
  text-align: justify;
  height: 73px;
  padding: 20px;
  border-bottom: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  border-right: solid 1px #bfbfbf;
}
.sp-form .timeline-controls {
  border: none;
}
@media all and (max-width: 768px) {
  .timeline-controls:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
}
@media all and (max-width: 375px) {
  .timeline-controls {
    height: auto;
  }
}
.vis-item.vis-range {
  background-color: #d8262c;
  color: #fff;
  border-radius: 0;
  border: none;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vis-item.vis-range:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.vis-item .vis-item-content {
  padding: 0 5px;
}
.playback-item {
  z-index: 9;
}
.playback-item,
.playback-item .vis-dot {
  border-width: 0px;
  width: 2px;
  background-color: #ffff00;
}
.vis-current-time {
  background-color: #000;
}
.playback-item .vis-item-content {
  padding: 0;
}
.vis-item.clip-item {
  background-color: #5fc04c;
}
.clip-item.vis-selected .vis-drag-left:after,
.clip-item.vis-selected .vis-drag-right:after {
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 18px;
  top: 50%;
  margin-top: -10px;
  color: #060;
  height: 20px;
  line-height: 20px;
}
.clip-item.vis-selected .vis-drag-left:after {
  content: '\f0d9';
  left: -7px;
}
.clip-item.vis-selected .vis-drag-right:after {
  content: '\f0da';
  right: -7px;
}
.vis-itemset,
.vis-group,
.vis-content,
.vis-background,
.vis-foreground,
.vis-item {
  top: 0 !important;
  height: 50px !important;
}
.btn-timeline {
  height: 32px;
  padding: 0 8px;
  color: #919496;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0 10px;
  background-color: #fff;
  border: solid 1px #abadaf;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn-timeline:hover {
  color: #777777;
  border: solid 1px #777777;
}
@media all and (max-width: 375px) {
  #timeline-fit {
    margin-top: 15px;
    text-align: center;
  }
}
.clip-btns .fa {
  margin-right: 5px;
}
@media all and (max-width: 768px) {
  .clip-btns {
    display: none;
  }
}
#timeline-saveclip,
#timeline-playclip {
  display: none;
}
#timeline-saveclip .fa-spin,
#timeline-playclip .fa-spin {
  display: none;
}
.clip-mode #timeline-saveclip,
.clip-mode #timeline-playclip {
  display: inline-block;
}
#timeline-clip .fa-ban {
  display: none;
  margin-right: 0;
  color: #d8262c;
}
.clip-mode #timeline-clip .fa-ban {
  display: inline-block;
}
.clip-mode .clip-trigger-text {
  display: none;
}
.video-addtional-controls,
.btn-liveview {
  position: absolute;
  font-size: 1rem !important;
  right: 0;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -khtml-border-radius: 12px 0 0 12px;
  -o-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  border: solid 8px rgba(255, 255, 255, 0.5) !important;
  border-right: none !important;
}
.btn-liveview {
  bottom: 60px;
  height: 50px;
  padding: 0 12px 0 8px;
  color: #abadaf !important;
  font-weight: 600;
  margin: 5px 0 0 0;
}
.btn-liveview:hover {
  color: #777777 !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.btn-liveview .fa {
  font-size: 1.2em;
}
.btn-liveview.active {
  color: #d8262c !important;
  background-color: #ffffff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-liveview.active:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.btn-liveview.active .fa {
  color: #d8262c;
}
.video-addtional-controls {
  top: 30px;
  padding: 10px;
  color: #abadaf;
}
@media all and (max-width: 640px) {
  .video-addtional-controls {
    display: none;
  }
}
.btn-video {
  color: #abadaf;
  margin: 5px 0;
  padding: 4px;
}
.btn-video:hover {
  color: #777777;
}
.video-info {
  position: absolute;
  display: none;
  top: 1em;
  left: 1em;
  color: #FF0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4em;
  cursor: default;
  -webkit-text-shadow: 1px 1px 1px #000000;
  -moz-text-shadow: 1px 1px 1px #000000;
  text-shadow: 1px 1px 1px #000000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vjs-has-started .video-info {
  display: block;
}
@media all and (max-width: 640px) {
  .video-info {
    display: none !important;
  }
}
/*Clips, download (Event lists)*/
.download-items {
  margin: 0 0 0 -25px;
}
.download-items .item-content {
  padding: 10px;
  border: solid 1px #d1d6dc;
  background-color: #eaedf0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.download-items .item {
  width: 50%;
  max-width: 800px;
  padding: 0 0 25px 25px;
}
@media all and (max-width: 1280px) {
  .download-items .item {
    width: 100%;
    max-width: 600px;
  }
}
.download-items h3 {
  font-weight: 600;
}
.download-items p {
  margin: 1em 0;
}
.download-items .btn {
  margin: 5px 5px 0 0;
}
.download-item-preview {
  position: relative;
  width: 220px;
}
@media all and (max-width: 768px) {
  .download-items .table,
  .download-items .row,
  .download-items .cell {
    display: block;
  }
  .download-item-preview {
    width: 100%;
    margin-bottom: 10px;
  }
}
.download-item-info {
  padding-left: 15px;
}
/*
Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  z-index: 3;
  position: relative;
  width: 360px;
  position: fixed;
  left: 0;
  top: 55px;
  background: #eaedf0;
  border-right: solid 1px #d1d6dc;
}
@media all and (max-width: 480px) {
  .left-sidebar {
    width: 260px;
  }
}
.sp--left-sidebar-closed .left-sidebar {
  margin-left: -360px;
}
.l-sidebar-toggle {
  display: block;
  position: absolute;
  color: #ffffff;
  width: 22px;
  height: 25px;
  line-height: 25px;
  top: 18px;
  right: -23px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  background: #d8262c;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.l-sidebar-toggle:hover {
  background: #b40a10;
}
.l-sidebar-toggle .fa-angle-right {
  display: none;
}
.sp--left-sidebar-closed .l-sidebar-toggle .fa-angle-right {
  display: inline-block;
}
.sp--left-sidebar-closed .l-sidebar-toggle .fa-angle-left {
  display: none;
}
.sidebar-filter {
  padding: 8px;
  border-bottom: solid 1px #d1d6dc;
}
.sidebar-filter-text {
  position: relative;
}
.sidebar-filter-text .i-text {
  height: 45px;
  width: 100%;
  padding-right: 55px;
}
.sidebar-filter-text .btn {
  position: absolute;
  height: 100%;
  width: 45px;
  padding: 0;
  box-sizing: content-box;
  -webkit-box-sizing: initial;
  top: 0;
  right: 0;
  color: #abadaf;
}
.sidebar-filter-text .btn .fa {
  font-size: 20px;
  margin-top: 12px;
}
.sidebar-filter-text button.btn .fa {
  margin-top: 0;
}
/*
Camera treeview
------------------------------------*/
.sp-tree-block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000000;
  padding: 8px 32px 8px 8px;
  border-bottom: solid 1px #d1d6dc;
}
.sp-tree ul .sp-tree-block {
  padding-left: 32px;
}
.sp-tree-block .fa-video-camera {
  margin-right: 5px;
}
.sp-camera-enable .fa-video-camera {
  color: #d8262c;
}
.sp-camera-disable .fa-video-camera,
.sp-camera-disable .sp-camera-name,
.sp-camera-disable .sp-camera-name a {
  color: #abadaf;
}
.sp-tree-node-toggle {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 8px;
  cursor: pointer;
}
.sp-tree-node-toggle .fa {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.closed-node .sp-tree-node-toggle .fa {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.empty-node-tip {
  color: #abadaf;
}
.empty-node-tip .sp-tree-block {
  display: none;
}
ul .empty-node-tip:first-child .sp-tree-block {
  display: block;
}
/*drag and drop*/
.item-drag {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #abadaf;
  cursor: move;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}
.sp-tree .dragged {
  position: absolute;
  opacity: 0.5;
  top: 0;
  z-index: 2000;
}
.sp-tree li.placeholder {
  position: relative;
  border-bottom: solid 1px #d8262c;
}
.sp-tree li.placeholder:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 32px;
  bottom: -5px;
  background-color: #d8262c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/*---Auth page---*/
.auth-wrapper,
.auth-cell {
  height: 100%;
}
.auth-cell {
  vertical-align: middle;
}
.auth-index-form {
  margin: 0 auto;
  max-width: 420px;
  padding: 20px;
  color: #fff;
  text-align: center;
  -webkit-text-shadow: 1px 1px 1px #000000;
  -moz-text-shadow: 1px 1px 1px #000000;
  text-shadow: 1px 1px 1px #000000;
}
.auth-index-form a {
  color: #fff;
}
.auth-index-form a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-index-form h2 {
  font-weight: 600;
}
.auth-index-form .sp-input-text {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
.auth-index-form .items {
  margin-top: 60px;
  margin-bottom: 40px;
}
.auth-index-form input[type="checkbox"] + span::before,
.auth-index-form input[type="checkbox"] + input + span::before {
  color: #fff;
}
.auth-bg {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/bg-auth-page.jpg');
}
.auth-heading {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 480px) {
  .auth-heading {
    font-size: 28px;
  }
  .auth-index-form .items {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/*---Registration page---*/
.registration-head-cell {
  height: 55px;
  background: #d8262c;
  border-bottom: solid 1px #b40a10;
  color: #ffffff;
  text-align: center;
}
.registration-cell {
  vertical-align: middle;
}
.registration-container {
  max-width: 1280px;
  margin: 0 auto;
}
.registration-container h2 {
  font-weight: 700;
  margin-bottom: 1.5em;
}
.registration-block--left {
  float: left;
  padding-right: 70px;
}
.registration-block--right {
  float: left;
  padding-left: 70px;
}
.registration-block {
  width: 50%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .registration-block {
    width: 80%;
    float: none;
    padding: 50px 0;
  }
}
@media all and (max-width: 640px) {
  .registration-block {
    width: 100%;
  }
}
.captcha-block {
  position: relative;
  border: solid 1px #d1d6dc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.captcha-block .sp-input-text {
  padding-right: 160px;
  border: none;
}
.captcha-block .captcha-img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/*
Footer
-----------------------------------------------------------------------------*/