body {
  font-family: "Open Sans Condensed", sans-serif;
}
body * {
  font-family: inherit;
}
.content {
  margin: 100px 15px 0 15px;
}
.navbar {
  font-family: "Open Sans Condensed", sans-serif;
}
.navbar .navbar-brand {
  font-size: 22px;
  line-height: 24px;
  padding: 10px 15px;
}
.navbar-nav > li > a {
  font-size: 16px;
  line-height: 18px;
}
.dropdown-menu .header {
  font-weight: 700;
}
.dropdown-menu ul.menu .menu-info h4 {
  font-weight: 700;
  font-size: 14px;
}
.dropdown-menu ul.menu .menu-info p {
  font-size: 13px;
}
.dropdown-menu .footer a {
  font-size: 14px;
}
.sidebar .menu .list i.material-icons {
  margin-top: 6px;
}
.sidebar .user-info {
  height: auto;
}
.sidebar .user-info .info-container {
  top: 0;
}
.link-show {
  display: block;
  position: relative;
  min-height: 150px;
}
.link-show,
.link-show:hover,
.link-show:active,
.link-show:focus {
  text-decoration: none;
  user-select: none;
}
.link-show img {
  max-width: 100%;
}
.link-show .img-time {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 100;
  background: rgba(0, 0, 0, 0.25);
  padding: 4px 6px;
  border-radius: 3px;
  font-family: "Open Sans Condensed", sans-serif;
}
.link-show .photo-lib {
  height: 48px;
  width: 48px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  text-align: center;
  opacity: 0.5;
}
.link-show .photo-lib .fa,
.link-show .photo-lib .material-icons {
  color: #fff;
  line-height: 48px;
  font-size: 48px;
}
.link-show:hover .photo-lib {
  opacity: 0.85;
}
.photos-card {
  position: relative;
  overflow: hidden;
}
.photos-card .photos-fullscreen {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
.photos-card .photos-fullscreen a {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  cursor: pointer;
}
.photos-card .photos-fullscreen a:hover {
  opacity: 0.85;
}
.photos-card .photos-fullscreen a i {
  font-size: 48px;
  color: #FFFFFF;
}
.photos-card:hover .photos-timeline {
  bottom: 0!important;
}
.photos-card .photos-timeline {
  padding: 12px 64px 22px 104px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 74px;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.75;
  transition: bottom 0.5s ease 0s;
}
.photos-card .photos-timeline.photos-play {
  bottom: -74px;
}
.photos-card .photos-timeline .btn-play {
  position: absolute;
  color: rgba(250, 250, 250, 0.75);
  background: transparent;
  box-shadow: none;
  border: none;
  height: 50px;
  width: 50px;
  bottom: 7px;
}
.photos-card .photos-timeline .btn-play.btn-next {
  left: 47px;
  bottom: 8px;
}
.photos-card .photos-timeline .btn-play.btn-prev {
  left: 7px;
  transform: rotate(180deg);
}
.photos-card .photos-timeline .btn-play.btn-stop {
  right: 7px;
}
.photos-card .photos-timeline:hover {
  opacity: 1;
}
.photos-card .photos-timeline .irs-slider,
.photos-card .photos-timeline .irs-line,
.photos-card .photos-timeline .irs-bar {
  cursor: pointer;
}
.photos-card .photos-timeline .irs-single {
  font-size: 14px;
  border-radius: 3px;
  top: -6px;
}
.photos-card .photos-timeline .irs-min,
.photos-card .photos-timeline .irs-max {
  background: rgba(0, 0, 0, 0.1);
  color: #CCC;
}
/* this works */
#photos_content:-webkit-full-screen {
  background: #000;
  text-align: center;
}
#photos_content:-moz-full-screen {
  background: #000;
  text-align: center;
}
#photos_content:-ms-full-screen {
  background: #000;
  text-align: center;
}
#photos_content:-o-full-screen {
  background: #000;
  text-align: center;
}
#photos_content:full-screen {
  background: #000;
  text-align: center;
}
#photos_content:-webkit-full-screen .photos-card {
  background: #000;
  height: calc(100% - 160px);
  width: 100%;
}
#photos_content:-moz-full-screen .photos-card {
  background: #000;
  height: calc(100% - 160px);
  width: 100%;
}
#photos_content:-ms-full-screen .photos-card {
  background: #000;
  height: calc(100% - 160px);
  width: 100%;
}
#photos_content:-o-full-screen .photos-card {
  background: #000;
  height: calc(100% - 160px);
  width: 100%;
}
#photos_content:full-screen .photos-card {
  background: #000;
  height: calc(100% - 160px);
  width: 100%;
}
#photos_content:-webkit-full-screen .photos-card .photos-timeline {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#photos_content:-moz-full-screen .photos-card .photos-timeline {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#photos_content:-ms-full-screen .photos-card .photos-timeline {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#photos_content:-o-full-screen .photos-card .photos-timeline {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#photos_content:full-screen .photos-card .photos-timeline {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#photos_content:-webkit-full-screen img {
  width: auto;
  max-width: 90%;
  min-height: 720px;
  max-height: calc(100% - 64px);
  text-align: center;
}
#photos_content:-moz-full-screen img {
  width: auto;
  max-width: 90%;
  min-height: 720px;
  max-height: calc(100% - 64px);
  text-align: center;
}
#photos_content:-ms-full-screen img {
  width: auto;
  max-width: 90%;
  min-height: 720px;
  max-height: calc(100% - 64px);
  text-align: center;
}
#photos_content:-o-full-screen img {
  width: auto;
  max-width: 90%;
  min-height: 720px;
  max-height: calc(100% - 64px);
  text-align: center;
}
#photos_content:full-screen img {
  width: auto;
  max-width: 90%;
  min-height: 720px;
  max-height: calc(100% - 64px);
  text-align: center;
}
#photos_content:-webkit-full-screen .fullscreen-hide {
  display: none!important;
}
#photos_content:-moz-full-screen .fullscreen-hide {
  display: none!important;
}
#photos_content:-ms-full-screen .fullscreen-hide {
  display: none!important;
}
#photos_content:-o-full-screen .fullscreen-hide {
  display: none!important;
}
#photos_content:full-screen .fullscreen-hide {
  display: none!important;
}
#photos_content:-webkit-full-screen .fullscreen-show {
  display: block!important;
}
#photos_content:-moz-full-screen .fullscreen-show {
  display: block!important;
}
#photos_content:-ms-full-screen .fullscreen-show {
  display: block!important;
}
#photos_content:-o-full-screen .fullscreen-show {
  display: block!important;
}
#photos_content:full-screen .fullscreen-show {
  display: block!important;
}
.video-download {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  padding: 2px 7px 0 7px;
}
.video-download i {
  color: inherit;
}
.video-download,
.video-download:hover,
.video-download:active,
.video-download:visited {
  color: rgba(250, 250, 250, 0.95);
}
.video-download:active {
  top: 11px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #CDCDCD;
}
.video-show {
  display: block;
  position: relative;
  min-height: 150px;
  max-height: 246px;
  overflow: hidden;
  background: url('/img/loader.gif') no-repeat center center;
}
.video-show,
.video-show:hover,
.video-show:active,
.video-show:focus {
  text-decoration: none;
  user-select: none;
}
.video-show img {
  width: 100%;
}
.video-show .video-play {
  height: 48px;
  width: 48px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  text-align: center;
  opacity: 0.5;
}
.video-show .video-play .fa,
.video-show .video-play .material-icons {
  color: #fff;
  line-height: 48px;
  font-size: 48px;
}
.video-show .video-time {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  background: rgba(0, 0, 0, 0.35);
  padding: 3px 5px;
  border-radius: 2px;
  font-family: "Open Sans Condensed", sans-serif;
}
.video-show:hover .video-play {
  opacity: 0.85;
}
.video-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  user-select: none;
  z-index: 9998;
  width: 100%;
  bottom: 0;
  top: 0;
}
.video-bg.video-play {
  display: flex;
}
.video-bg .video-container {
  margin-top: -5%;
  background: #000;
  position: relative;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  max-width: 736px;
  max-height: 414px;
}
.video-bg .video-container video {
  width: 736px;
  height: 414px;
  max-width: 100%;
  max-height: 100%;
}
.video-bg .video-container .close {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 48px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  color: rgba(250, 250, 250, 0.75);
}
.video-bg .video-container .close i {
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: rgba(250, 250, 250, 0.75);
}
.cam-desc-text {
  font-size: 15px;
  line-height: 19px;
}
