@charset "utf-8";
@import "common.css";
body {
    background: url(../img/web-bg-03.jpg) no-repeat fixed center bottom;
    background-size: 100% auto;
}
body .container.body .right_col {
    /* background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%); */
    background: none;
    background-image: linear-gradient(to top, rgba(207, 217, 223, 0) 0%, rgb(229, 246, 255) 100%)
}
a {
    color: #337ab7;
}
a a:hover {
    transition: .5s;
}
.form-control {
    height: 30px;
    font-size: 15px;
    padding: 2px 0px 2px 2px;
    border: 1px solid #dde6e9;
    border-radius: 2px;
}
.form-control:focus {
    border-color: #66afe9;
}
.form-control::-webkit-input-placeholder {
  color: #b9b9b9;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b9b9b9;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b9b9b9;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #b9b9b9;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9;
}

.alert-info {
    color: #fff;
}
.alert-danger, .alert-error {
    color: #ff3;
}
.login {
    background: url(../img/login-bg.jpg) no-repeat fixed;
    background-size: cover;
}
.login-logo h1{
    background: url(../img/login-logo.png) no-repeat;
    width: 350px;
    height: 100px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.login_form {
    background: rgba(255,255,255,0.7);
    padding: 0 25px;
    box-sizing: content-box;
    border-radius: 25px;
}
.login_form .btn-default {
    color: #7d7d7d;
}
.login_content{
    padding: 0;
    text-shadow: none;
}
.login_content h1 {
    font-family: "Microsoft JhengHei", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 21px;
  letter-spacing: 1.2pt;
  font-weight: bold;
}
.login_content .form-control {
    font-size: 15px;
  height: 32px;
  padding: 2px 6px;
}
.login_content form input[type="text"]:focus, .login_content form input[type="email"]:focus, .login_content form input[type="password"]:focus {
    border: 1px solid #337ab7;
}
.login_content a:hover {
    text-decoration: none;
}
.login_content form div {
    position: relative;
}
.login_content form div a {
    font-size: 15px;
    margin: 4px 0;
}
.login_content form div a.virtual-account, .login_content form div a.virtual-password {
    position: absolute;
  top: 0;
  right: 6px;
  font-size: 20px;
  z-index: 99;
}
.login_content .btn.login-submit {
    padding: 6px 50px;
}
.login_verify .verify-cancel {
    margin: 0;
}
.login_verify .verify-submit {
    padding: 4px 50px;
    float: right;
}
.login-download {
    text-align: left;
}
.user-manual {
    float: right;
}
.login-language {
    position: absolute;
    right:20px;
    top: 8px;
    display: none;
}
.login-error-msg {
    font-size: 15px;
  color: #c30;
  text-align: left;
  margin: -15px 10px 10px 10px;
}
.login-remember-id {
    font-size: 15px;
    text-align: left;
  margin: -5px 10px 10px 10px;
}
.login-remember-id input {
    margin-right: 4px;
    width: 14px;
    height: 14px;
}
/*
.login-language .dropdown-menu {
    top: -385%;
}
*/
.login footer .login-language a {
    color: #6d7d7d;
}
.login footer {
    position: fixed;
  background: #024c7b;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  color: #f7f7f7;
  font-size: 15px;
  text-shadow: none;
}
.login footer a{
    color: #f7f7f7;
    font-size: 15px !important;
}
.login .ui-keyboard {
    font-size: 14px;
    padding: 4px;
  width: auto;
  height: auto;
  bottom: inherit;
}
.login .ui-keyboard-button {
    min-width: 2em;
  height: 2em;
  line-height: 2em;
}
.login .ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) {
  min-width: 4em;
}
.login .ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) span {
    top: 0;
    left: 0;
}

.auth-manual-main {
    position: relative;
    /* background: url(../img/auth-manual.png) no-repeat; */
    width: 860px;
    height: 410px;
    border: 1px solid #333;
}
.auth-manual-main p {
    position: absolute;
    color: #f9ff00;
    line-height: 21px;
    font-size: 14px;
    letter-spacing: -0.6pt;
    z-index: 99;
}
.auth-manual-main .manual-enter-info {
  top: 166px;
  left: 88px;
  width: 160px;
}
.auth-manual-main .manual-click-sign-in {
  top: 246px;
  left: 158px;
}
.auth-manual-main .manual-required-software {
  top: 307px;
  left: 95px;
  width: 160px;
}
.auth-manual-main .manual-change-language {
  top: 42px;
  left: 704px;
}
.dataTables_processing {
    position: absolute;
    background: url(../img/processing.gif) rgba(255,255,255,0.9) no-repeat 43px 13px;
    /* top: 50%;
    left: 50%; */
    width: 250px;
    height: 66px;
    font-size: 21px;
    color: #dc7100;
    margin-left: -50%;
    margin-top: -25px;
    padding: 20px 0;
    text-align: center;
    text-indent: 40px;
    border: 2px solid #4199a6;
    box-shadow: 3px 3px 3px #ccc;
    display: block;
    overflow: hidden;
}

.nav_title {
    background: url(../img/logo.png) no-repeat;
    height: 56px;
    width: 230px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.menu_section>ul {
    margin-top: 2px;
}

.left_col {
  /* background: #136698; */
  background: linear-gradient(to bottom, rgba(19,102,152,1) 0%,rgba(19,102,152,0.6) 50%,rgba(19,102,152,0.4) 100%);
}
.x_panel {
    /* background: rgba(255,255,255,0.75); */
    background: linear-gradient(to bottom, rgba(78,175,206,0.04) 0%,rgba(78,175,206,0.22) 100%);
    padding: 8px 12px;
    border: 0;
    border-radius: 4px;
}
.sidebar-footer {
    display: none;
}
.nav.navbar-nav>li>a {
    padding: 10px 15px;
}
.nav li.current-page, .nav>li>ul>li:hover {
  background: rgba(255,255,255,0.1);
  transition: .5s;
}
.site_title {
    height: 56px;
    padding-left: 0;
}
#sidebar-menu li>ul {
    display: none;
    padding: 0;
}
#sidebar-menu li>ul:before {
    display: table;
    content: " ";
}
#sidebar-menu li>ul>li>a {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    padding: 6px 9px;
    display: block;
}
.nav-md .side-menu>li>ul>li:before {
    background: #5a93b5;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}
.nav-md .side-menu>li>ul>li:after {
    border-left: 1px solid #5a93b5;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}
.nav.side-menu>li>a {
    padding: 10px 15px;
}
.nav.side-menu>li.active>a {
    background: -webkit-linear-gradient(#136698, #0f5b88),#2A3F54;
    background: -o-linear-gradient(#136698, #0f5b88),#2A3F54;
    background: linear-gradient(#136698, #0f5b88),#2A3F54;
}
.panel_toolbox>li {
    float: right;
}

.navbar-sys-switch {
    position: absolute;
    left: 100px;
}

.page-title .title_left {
    color: #007da5;
}
.x_title {
    margin-bottom: 4px;
    padding: 1px 2px 2px;
    border-bottom: 1px solid rgba(247, 253, 255, 0.8);
}
footer {
    /* background: #cfd9df; */
    background: none;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fff;
}
.ln_solid {
    border-top: 1px solid #f5f5f5;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 4px 9px;
  font-size: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #337ab7 !important;
    background: linear-gradient(to bottom, rgb(70, 162, 204) 0%,rgba(51,122,183,1) 100%) !important;
    color: rgba(255,255,255,0.9);
}
.pagination a:active {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.93);
    transform: scale(0.93);
 }

table.dataTable {
    width: 100% !important;
    border: 0;
}
table #datatable-nodata {
    background: rgba(255, 255, 255, 0.8);
}
div.dataTables_wrapper div.dataTables_info {
    background: rgba(255, 255, 255, 0.9);
    padding: 6px;
    font-size: 15px;
    border-radius: 4px;
    min-width: 215px;
}

#dataTables-list_wrapper #dataTables-list_filter, .live-cam-list #datatable-list #datatable-checkbox_length, .history-cam-list #datatable-list #datatable-checkbox_length {
    display: none;
}
.dataTables_paginate {
    float: none;
    text-align: inherit;
    font-size: 15px;
}
.dataTables_paginate a {
    background: rgba(255,255,255,0.9) !important;
  padding: 3px 10px !important;
  border-color: #e9e9e9 !important;
}
.dataTables_length {
    display: none;
}

/* page */
.live-cam-order label, .live-cam-keyword label, .history-cam-order label, .history-cam-time label, .history-cam-keyword label, .deviceforuser-list-status label, .user-log-time label, .proper-rate-time label, .case-progress-time label, .lpr-time label, .history-download-record-time label, .history-download-record-name label, .history-access-time label, .history-access-cam label, .history-access-list-time label, .cam-event-list-time label, .live-access-time label, .live-access-list-time label, .daily-check-record-time label, .etag-access-time label{
    display: block;
}
.live-cam-order .form-control, .live-cam-keyword .form-control, .history-cam-order .form-control, .history-cam-time .form-control, .history-cam-keyword .form-control, .user-log-time .form-control, .proper-rate-time .form-control, .case-progress-time .form-control, .lpr-time .form-control, .history-download-record-time .form-control, .history-access-time .form-control, .history-access-list-time .form-control, .cam-event-list-time .form-control, .live-access-time .form-control, .live-access-list-time .form-control, .daily-check-record-time .form-control, .etag-access-time .form-control {
    display: inline-block; 
    width: auto;
}
.live-cam-order, .history-cam-order {
    max-width: 190px;
}
.history-cam-time {
    min-width: 300px;
}
.deviceforuser-list-status {
    width: 402px;
}
.case-progress-time, .proper-rate-time, .lpr-time, .history-download-record-time, .history-access-time, .history-access-list-time, .cam-event-list-time, .live-access-time, .live-access-list-time, .daily-check-record-time, .etag-access-time {
    width: 285px;
}
.history-video-check-date {
    width: 150px;
}
.user-log-time .form-control, .proper-rate-time .form-control, .history-cam-time .form-control, .case-progress-time .form-control, .lpr-time .form-control, .history-video-check-date .form-control, .history-download-record-time .form-control, .history-access-time .form-control, .history-access-list-time .form-control, .cam-event-list-time .form-control, .live-access-time .form-control, .live-access-list-time .form-control, .daily-check-record-time .form-control, .etag-access-time .form-control {
    width: 125px;
}
.log-people-count-setup .user-log-time .form-control {
    width: 150px;
}
.live-cam-select .form-group, .history-cam-select .form-group, .deviceforuser-list-select .form-group, .user-log-select .form-group, .proper-rate-select .form-group, .history-file-keep-select .form-group, .locate-map-select .form-group, .history-file-check-select .form-group, .supply-bill-select .form-group, .case-progress-select .form-group, .history-download-record-select .form-group, .history-access-select .form-group, .history-access-list-select .form-group, .live-access-name-select .form-group, .live-access-cam-select .form-group {
    margin-bottom: 10px;
  /* background: #efefef; */
  /* background: rgba(173, 203, 218, 0.4); */
  /* padding: 10px; */
  margin: 0;
  /* border-right: 1px solid rgba(255,255,255,0.75); */
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
}
.history-file-check-no .form-control {
    padding: 2px;
}
.history-file-check-at {
    min-width: 112px;
}
.history-file-check-case, .history-file-check-no {
    min-width: 90px;
}
.history-file-check-month {
    min-width: 102px;
}
.history-file-check-build-year {
    display: none;
}
.history-file-check-build-period {
    display: none;
}
.history-file-check-func {
    white-space: nowrap;
}
.supply-bill-no {
    min-width: 118px;
}
.live-cam-keyword .btn, .history-cam-keyword .btn {
    margin: 0;
}
.live-cam-keyword {
    /* max-width: 285px; */
}
.live-cam-modal .modal-body ul, 
.history-cam-modal .modal-body ul, 
.history-cam-view .modal-body ul, 
.player-download-modal .modal-body ul, 
.player-inturrept-modal-a .modal-body ul, 
.player-inturrept-modal-b .modal-body ul, 
.player-edit-modal-a .modal-body ul, 
.player-edit-modal-b .modal-body ul,
.player-online-link .modal-body ul {
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 4px;
    line-height: 21px;
    list-style: none;
}
.watermark {
  position: absolute;
  left: 22%;
  color: #f4f8fa;
  top: 70%;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  user-select :none;
  cursor: default;
  z-index: 99;
  opacity: 0.2;
}
.live-cam-view, .history-cam-view  {
    /* margin-top: 12px; */
}
.live-cam-view>div .x_panel, .history-cam-view>div .x_panel, #fullscreen .x_panel {
    background: #000;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.live-cam-view>div .x_panel label, .history-cam-view>div .x_panel label, #fullscreen .x_panel label {
    position: absolute;
  background: rgba(0,0,0,0.3);
  color: #f9ff00;
  top: 4px;
  left: 4px;
  right: 4px;
  font-size: 14px;
  padding: 4px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 99;
}
.live-cam-view-control, .history-cam-view-control {
    position: absolute;
    background: rgba(0,0,0,0.3);
  padding: 5px 10px 7px 10px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  z-index: 99;
  opacity: 0;
  transition: all 0.2s linear;
  transform: translateY(-30px);
}
.live-cam-view-control ul, .history-cam-view-control ul  {
    padding: 0;
    margin: 0;
}
.live-cam-view-control li, .history-cam-view-control li {
    margin-right: 6px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.live-cam-view-control ul li a, .history-cam-view-control ul li a {
    color: #fff;
    display: block;
    opacity: 0.8;
}
.history-cam-view-control ul li a.player-forward {
    display: inline-block;
  vertical-align: middle;
}
.player-forward-speed, .player-backward-speed{
  margin-left: 2px;
}
.history-cam-view-control .player-forward-speed, .history-cam-view-control .player-backward-speed {
    font-size: 13px;
    margin-left: 0;
}
.player-view-direct {
  background: #000;
  z-index: 9999;
}
.player-view-direct .close {
  font-size: 30px;
  color: #fff;
}
.live-cam-view-control ul li a:hover, .history-cam-view-control ul li a:hover {
    opacity: 1;
}
.history-cam-list .panel-title>label {
    margin: 0;
}
.history-cam-list .accordion .panel-heading h4 span {
    color: #c5c7cb; 
    float: right;
}
.history-cam-list .accordion .panel-heading h4 span.nohistoryfilm {
    margin-top: 5px;
  margin-left: 10px;
  color: #c00;
}
.history-cam-list .accordion .panel#selected .panel-heading {
    background: #eaf587;
}
.history-cam-view-time {
    position: absolute;
    background: rgba(255,255,255,0.5);
    bottom: 4px;
    left: 4px;
    right: 4px;
    height: 10px;
    z-index: 99;
}
.history-cam-view-time .view-time-procress {
    background: #3498db;
    height: 10px;
    display: inline-block;
}
.history-cam-view-time span.view-time-pointer {
  background: #3498db;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  cursor: pointer;
  box-sizing: content-box;
  margin-left: -5px;
  z-index: 99;
}
.video-edit-time-begin {
    display: inline-block;
}
.video-edit-time-end, .video-edit-time-length {
  background: #eee;
  padding: 4px 10px;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  border-radius: 4px;
}
.video-edit-time-or {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.video-edit-time-begin input, .video-edit-time-end input, .video-edit-time-length input {
  width: 50px;
  height: 25px;
  padding: 2px 4px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.video-edit-time-length label, .video-edit-time-end label {
    margin: 0;
}
.video-edit-time-length .video-edit-style, .video-edit-time-end .video-edit-style {
    width: 16px;
  height: 16px;
  margin: 0;
}
.video-edit-time-until {
    font-size: 22px;
    vertical-align: middle;
}
.video-edit-output-type {
    display: inline-block;
  vertical-align: middle;
  width: auto;
}
.video-edit-output-type label {
    padding: 4px 12px !important;
}
.video-edit-procress-table, .download-procress-table {
    background: #fff;
  font-size: 14px;
}
.video-edit-func, .download-procress-func, .inturrept-func {
    text-align: center;
}
.inturrept-begin, .inturrept-complete, .download-complete {
    text-align: center;
    margin-top: 10px;
}
.inturrept-complete, .download-complete {
    color: #c30;
}
.online-link-func {
    margin: 10px 0;
    text-align: center;
}
.frame-segment {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    line-height: 0;
}
.frame-segment > .x_panel, .frame-segment .history-video, .frame-segment .live-video, .frame-segment .video-js {
  height: 100%;
  box-sizing: border-box;
}
.frame-segment.layout-1x1 {
  height: 650px;
}
.frame-segment.layout-2x2 {
  height: 300px;
}
.frame-segment.layout-L {
  height: 190px;
}
.frame-segment.layout-L:first-child {
  width: 66.66666%;
  height: 380px;
}
.frame-segment.layout-3x3 {
  height: 190px;
}
.frame-segment.layout-4x4 {
  height: 150px;
}

.force-video-size .frame-segment.layout-1x1, .force-video-size .frame-segment.layout-2x2, .force-video-size .frame-segment.layout-3x3, .force-video-size .frame-segment.layout-4x4, .force-video-size .frame-segment.layout-L {
  height: auto;
}

.capture-count {
  -moz-appearance: textfield;
}
.frame-segment:hover .live-cam-view-control {
    opacity: 1;
    transform: translateY(0px);
}
.frame-segment:hover .history-cam-view-control {
    opacity: 1;
    transform: translateY(-10px);
}
.live-cam-view .tooltip-inner, .history-cam-view .tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 350px; 
}
.live-video, .history-video {
    text-align: center;
  border: 4px solid #fff;
  box-sizing: content-box;
}
.live-video.selected, .history-video.selected {
    border: 4px solid #c30;
}
.live-cam-tab, .history-cam-tab {
    position: relative;
    /* background: #fff; */
}
.history-cam-tab:-webkit-full-screen, .live-cam-tab:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.history-cam-tab ul.bar_tabs, .live-cam-tab ul.bar_tabs {
  height: auto;
  margin: 0;
}
.history-cam-tab ul.bar_tabs > li.active, .history-cam-tab ul.bar_tabs > li, .live-cam-tab ul.bar_tabs > li.active, .live-cam-tab ul.bar_tabs > li {
  margin-top: 0;
}
.history-cam-tab .live-cam-carousel-page, .history-cam-tab .history-cam-mode-page, .live-cam-tab .live-cam-carousel-page, .live-cam-tab .history-cam-mode-page {
  top: 0;
}
.history-cam-tab .pagination, .live-cam-tab .pagination {
  margin: 0;
}
.in-fullscreen .history-cam-tab, .in-fullscreen .live-cam-tab {
  background-color: #999;
  padding: 0 1em;
  overflow: auto;
}
.history-cam-tab:-ms-fullscreen::-ms-backdrop, .live-cam-tab:-ms-fullscreen::-ms-backdrop {
  background: white;
}
.playback-backward .vjs-seeking .vjs-loading-spinner {
  display: none;
}

/*{{ PTZ Control vrs.scss */
.live-cam-view-ptz-control {
  transition: all ease-in 0.2s;
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 1000;
  color: rgba(255, 255, 255, 0.7);
  width: 64px;
  height: 64px;
  border-radius: 100%;
  transform: scale(0.5);
}
.live-cam-view-ptz-control .ptz-control-icon {
  margin-bottom: 0;
}
.live-cam-view-ptz-control:after {
  transition: all ease-in 0.2s;
  visibility: visible;
  opacity: 1;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  text-rendering: auto;
  content: "\f2da";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  color: white;
  text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black;
}
.live-cam-view-ptz-control:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1) translate(0, -32px);
}
.layout-4x4 .live-cam-view-ptz-control:hover, .layout-3x3 .live-cam-view-ptz-control:hover, .layout-L .live-cam-view-ptz-control:hover {
  transform: scale(0.7) translate(0, -32px);
}
.live-cam-view-ptz-control:hover:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 96px;
  height: 13.5em;
  bottom: -60%;
  left: -16px;
}
.layout-4x4 .live-cam-view-ptz-control:hover:before, .layout-3x3 .live-cam-view-ptz-control:hover:before, .layout-L .live-cam-view-ptz-control:hover:before {
  height: 9em;
  width: 144px;
  left: -64px;
}
.live-cam-view-ptz-control:hover:after {
  visibility: hidden;
  opacity: 0;
}
.live-cam-view-ptz-control:hover .ptz-btn {
  opacity: 1;
}
.live-cam-view-ptz-control:hover .ptz-btn[data-op="up"], .live-cam-view-ptz-control:hover .ptz-btn[data-op="down"], .live-cam-view-ptz-control:hover .ptz-btn[data-op="left"], .live-cam-view-ptz-control:hover .ptz-btn[data-op="right"] {
  transform: translateY(0);
}
.live-cam-view-ptz-control .ptz-btn {
  transition: transform ease-in 0.2s, opacity ease-in 0.2s;
  opacity: 0;
  font-size: 1em;
  list-style: none;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  margin-left: -0.75em;
  margin-top: -0.75em;
  border-radius: 100%;
  cursor: pointer;
}
.live-cam-view-ptz-control .ptz-btn:hover {
  color: white;
}
.live-cam-view-ptz-control .ptz-btn[data-op="up"], .live-cam-view-ptz-control .ptz-btn[data-op="down"], .live-cam-view-ptz-control .ptz-btn[data-op="left"], .live-cam-view-ptz-control .ptz-btn[data-op="right"] {
  text-shadow: 0 0 2px white;
}
.live-cam-view-ptz-control .ptz-btn[data-op="up"]:hover, .live-cam-view-ptz-control .ptz-btn[data-op="down"]:hover, .live-cam-view-ptz-control .ptz-btn[data-op="left"]:hover, .live-cam-view-ptz-control .ptz-btn[data-op="right"]:hover {
  font-size: 1.1em;
}
.live-cam-view-ptz-control .ptz-btn[data-op="up"] {
  left: 50%;
  top: 18%;
  transform: translateY(36%);
}
.live-cam-view-ptz-control .ptz-btn[data-op="down"] {
  left: 50%;
  top: 82%;
  transform: translateY(-36%);
}
.live-cam-view-ptz-control .ptz-btn[data-op="left"] {
  left: 18%;
  top: 50%;
  transform: translateX(36%);
}
.live-cam-view-ptz-control .ptz-btn[data-op="right"] {
  left: 82%;
  top: 50%;
  transform: translateX(-36%);
}
.live-cam-view-ptz-control .ptz-btn[data-op="zoom_in"] {
  left: 80%;
  top: -30%;
  font-size: 1.65em;
}
.live-cam-view-ptz-control .ptz-btn[data-op="zoom_out"] {
  left: 20%;
  top: -30%;
  font-size: 1.65em;
}
.live-cam-view-ptz-control .ptz-btn[data-op="navigate"] {
  left: 20%;
  top: -150%;
  font-size: 1.65em;
}
.live-cam-view-ptz-control .ptz-btn[data-op="navigate"] .fa-play-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75em;
  text-shadow: 0 0 2px black;
}
.layout-4x4 .live-cam-view-ptz-control .ptz-btn[data-op="navigate"], .layout-3x3 .live-cam-view-ptz-control .ptz-btn[data-op="navigate"], .layout-L .live-cam-view-ptz-control .ptz-btn[data-op="navigate"] {
  left: -50%;
  top: -30%;
}
.live-cam-view-ptz-control .ptz-btn[data-op="change_speed"] {
  left: 50%;
  top: 130%;
  width: 6em;
  margin-left: -3em;
}
.live-cam-view-ptz-control .ptz-btn[data-op="change_speed"] .ptz-speed:after {
  content: attr(data-speed);
  display: inline-block;
  background: black;
  border-radius: 100%;
  color: white;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  font-size: 0.9em;
  font-weight: bold;
  transform: scale(0.8) translate(0, 0.6em);
}
.live-cam-view-ptz-control .ptz-btn[data-op="change_speed"] .speed-up, .live-cam-view-ptz-control .ptz-btn[data-op="change_speed"] .speed-down {
  opacity: 0.6;
  position: relative;
}
.live-cam-view-ptz-control .ptz-btn[data-op="change_speed"] .speed-up:hover, .live-cam-view-ptz-control .ptz-btn[data-op="change_speed"] .speed-down:hover {
  opacity: 1;
}
.live-cam-view-ptz-control .ptz-btn[data-op^="preset_"] {
  top: -115%;
  left: 80%;
  color: black;
  border-radius: 100%;
  background: gray;
  font-size: 0.8em;
  font-weight: bold;
}
.layout-4x4 .live-cam-view-ptz-control .ptz-btn[data-op^="preset_"], .layout-3x3 .live-cam-view-ptz-control .ptz-btn[data-op^="preset_"], .layout-L .live-cam-view-ptz-control .ptz-btn[data-op^="preset_"] {
  left: -50%;
  top: 70%;
}
.live-cam-view-ptz-control .ptz-btn[data-op^="preset_"].current_preset, .live-cam-view-ptz-control .ptz-btn[data-op^="preset_"]:hover {
  background: #AAA;
  color: black;
}
.live-cam-view-ptz-control .ptz-btn[data-op="preset_1"] {
  top: -150%;
}
.layout-4x4 .live-cam-view-ptz-control .ptz-btn[data-op="preset_1"], .layout-3x3 .live-cam-view-ptz-control .ptz-btn[data-op="preset_1"], .layout-L .live-cam-view-ptz-control .ptz-btn[data-op="preset_1"] {
  left: -50%;
  top: 35%;
}
.live-cam-view-ptz-control .ptz-btn[data-op="preset_3"] {
  top: -80%;
}
.layout-4x4 .live-cam-view-ptz-control .ptz-btn[data-op="preset_3"], .layout-3x3 .live-cam-view-ptz-control .ptz-btn[data-op="preset_3"], .layout-L .live-cam-view-ptz-control .ptz-btn[data-op="preset_3"] {
  left: -50%;
  top: 105%;
}
.live-cam-view-ptz-control .ptz-btn .ptz-speed {
  display: inline-block;
  width: 1.5em;
  text-align: center;
}
.live-cam-view-ptz-control .ptz-btn .ptz-speed .fa {
  opacity: 0.6;
  font-size: 1.5em;
  width: 1em;
  position: absolute;
  left: 50%;
  top: -0.2em;
  margin-left: -0.5em;
  z-index: -1;
  text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black;
}

/*}}*/

.live-video, .history-video {
  transition: outline-color 0.2s ease-out;
  position: relative;
  outline-color: #000;
}
.live-video:after, .history-video:after {
  transition: opacity 0.2s ease-out;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: white;
}
.live-video.capture, .history-video.capture {
  outline-color: #001;
}
.live-video.capture:after, .history-video.capture:after {
  opacity: 0;
  visibility: visible;
}

#fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    padding: 0;
    margin: 0;
}
#fullscreen .fullscreen-row {
    margin-right: 10px;
    margin-left: 10px;
}
#fullscreen .live-video, .history-video {
    border: 4px solid rgba(255,255,255,0.2);
}
.fullscreen-exit {
    overflow: hidden;
}
.fullscreen-exit .close {
    color: #fff;
    margin: 4px 10px;
}
.fullscreen-page {
    text-align: center;
}
.fullscreen-page .pagination>li>a, .fullscreen-page .pagination>li>span, .fullscreen-page .pagination>li>a:focus, .fullscreen-page .pagination>li>span:focus, .fullscreen-page .pagination>.disabled>a, .fullscreen-page .pagination>.disabled>a:focus, .fullscreen-page .pagination>.disabled>a:hover, .fullscreen-page .pagination>.disabled>span, .fullscreen-page .pagination>.disabled>span:focus, .fullscreen-page .pagination>.disabled>span:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #757575;
}
.fullscreen-page .pagination>li>a, .fullscreen-page .pagination>li>span {
    color: #fff;
}
.fullscreen-page .pagination>.disabled>a {
    color: #777;
}

ul.bar_tabs {
    background: none;
    height: 21px;
  margin: 20px 0 0;
}
ul.bar_tabs>li a {
    padding: 6px 14px;
}
ul.bar_tabs>li.active {
    margin-top: -15px;
    border-right: 4px solid #99ccdc;
}
.live-cam-setup-size, .history-cam-setup-size {
/* position: absolute;
  width: 300px;
  top: -15px;
  right: 10px;
  z-index: 99; */
  margin: 15px 0 0 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    width: auto;
    padding: 6px 10px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}
.live-cam-setup-folder, .history-cam-setup-folder {
/*position: absolute;
  top: -15px;
  right: 340px;
  z-index: 99; */
  position: relative;
    display: inline-block;
    vertical-align: middle;
}
.live-cam-setup-folder .dropdown-menu, .history-cam-setup-folder .dropdown-menu {
    position: absolute;
    top: -150%;
  left: -50%;
  border-radius: 4px 4px 0 0;
}
.live-cam-setup-16x9, .live-cam-setup-4x3, .history-cam-setup-16x9, .history-cam-setup-4x3 {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}
.live-cam-setup-16x9, .history-cam-setup-16x9 {
    background: url(../img/icon-16x9.png) no-repeat;
}
.live-cam-setup-4x3, .history-cam-setup-4x3 {
    background: url(../img/icon-4x3.png) no-repeat;
}
.live-cam-carousel-page, .history-cam-mode-page {
    position: absolute;
    top: -35px;
    right: 0;
    z-index: 99;
}
.live-cam-view-carousel, .history-cam-view-carousel, .live-cam-view-capture, .history-cam-view-capture {
    /* position: absolute; */
    background: #e7e7e7;
  /* top: -15px;
  right: 340px; */
  padding: 0 10px;
  border-radius: 4px;
  /* z-index: 99; */
  display: inline-block;
  vertical-align: middle;
}
.live-cam-view-carousel .form-control.player-retweet-second {
    width: 36px;
    height: 22px;
    padding: 1px 4px;
    margin: 4px 0;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.history-cam-view-lock {
    position: absolute;
  background: rgba(0,0,0,0.2);
  top: 4px;
  right: 4px;
  z-index: 99;
  color: #c30000;
  padding: 8px;
}
.live-cam-view-capture, .history-cam-view-capture {
  height: 30px;
  line-height: 28px;
  margin-bottom: 5px;
}
.capture-count {
    width: 30px;
    height: 20px;
    padding: 0 4px;
    display: inline-block;
    vertical-align: middle;
}
.live-cam-capture-mode, .history-cam-capture-mode {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.live-cam-capture-mode .btn, .history-cam-capture-mode .btn {
    padding: 0 6px;
    border: 1px solid #ccc;
}
.history-cam-play-mode {
/* position: absolute;
  top: -15px;
  right: 345px;
  width: auto;
  z-index: 99; */
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.history-cam-play-mode.btn-group-justified>.btn, .history-cam-play-mode.btn-group-justified>.btn-group {
    padding: 4px 16px;
}
.history-func-other {
    display: inline-block;
    vertical-align: middle;
}
.bottom-page {
    position: relative;
    text-align: right;
    margin: 15px 0 25px 0;
}
.live-cam-tab .pagination, .history-cam-tab .pagination {
  /* position: absolute;
  top: -35px; 
  right: 0;
  z-index: 99; */
  vertical-align: middle;
}
.player-control {
  /* position: absolute; */
    margin-top: 0;
  padding: 0;
  /* z-index: 99; */
}
.player-control ul{
    background: #337ab7;
    padding: 0;
    font-size: 0;
    margin: 15px 0 0 0;
  border-radius: 4px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.player-control ul li {
    color: #fff;
    font-size: 15px;
  height: 33px;
    display: inline-block;
    vertical-align: top;
}
.player-control ul li label {
    margin: 0;
}
.player-control ul li a {
    padding: 6px 8px;   
    color: #fff;
    display: inline-block;
}
.player-control ul>li>a {
    background: linear-gradient(to bottom, rgb(70, 162, 204) 0%,rgba(51,122,183,1) 100%);
    display: block;
  line-height: 21px;
  border-radius: 4px;
}
.player-control ul li a:hover, .player-control ul li a:focus, .player-control ul li a.active {
    background: #00437d;
    color: #f9ff00;
  border-radius: 4px;
}
.player-control ul>li:first-child>a {
    border-radius: 4px 0 0 4px;
}
.player-control ul>li:last-child>a {
    border-radius: 0 4px 4px 0;
}

.table-bordered tr th {
    background: rgba(239, 239, 239, 0.95);
    white-space: nowrap;
}
.modal-body .table-bordered tr th {
    position: relative;
    padding: 4px 8px;
    white-space: normal;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.95);
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: rgba(249, 249, 249, 0.95);
}
.datatable-setup ul {
    /* background: #f7f7f7; */
    padding: 10px 20px;
    margin-top: 20px;
    line-height: 44px;
    list-style: none;
    border-radius: 4px;
}
.datatable-setup li {
    /* display: inline-block;
    vertical-align: top; */
}
.datatable-setup li:first-child {
    display: block;
}
.datatable-setup li:nth-child(2) {
    margin: 0 20px 0 0;
}
.datatable-setup .datatable-setup-seconds {
    padding: 4px;
  height: 26px;
}
.datatable-setup label {
    font-weight: normal;
}
.datatable-func {
    margin-top: 20px;
    text-align: center;
}
#datatable-cart .cart-favorite {
    color: #ccc;
    text-align: center;
    display: block;
}
#datatable-cart .cart-favorite.selected {
    color: #e2d300;
}
.deviceforuser-list {
    position: relative;
}
/*
.deviceforuser-list-area, .deviceforuser-list-group {
    height: 107px;
}
*/
.deviceforuser-list-status ul, .cam-event-list-status ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
    line-height: 24px;
}
.cam-event-list-status ul {
    padding-left: 0;
}
.deviceforuser-list-status ul li, .cam-event-list-status ul li {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.deviceforuser-list-status ul li:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px;
  display: block;
}
.cam-event-list-status ul li:first-child {
  background: rgba(249, 249, 249, 0.65);
  padding: 5px 10px 0 10px;
  border-radius: 2px;
}
.deviceforuser-list-status ul li label, .cam-event-list-status ul li label {
  font-weight: normal;
  margin-right: 6px; 
  display: inline-block; 
  vertical-align: top;
}
.deviceforuser-list-func, .cam-event-list-func {
  margin-top: 36px;
  white-space: nowrap;
}
.deviceforuser-list .datatable-batch-func, .daily-check-record .datatable-batch-func {
  margin-top: 34px;
}
.deviceforuser-list-summary, .daily-check-record-summary {
  position: absolute;
  background: #f7f7f7;
  right: 5px;
  top: 5px;
  padding: 4px 10px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 15px;
}
.deviceforuser-list-summary span, .daily-check-record-summary span {
    color: #005eaf;
}
.deviceforuser-list ul.bar_tabs, .lpr-list ul.bar_tabs, .history-video-check-list ul.bar_tabs, .common-fix-list ul.bar_tabs {
  background: none;
  height: 15px;
  margin: 4px 0;
  padding: 2px 0;
}
.deviceforuser-list ul.bar_tabs>li, .lpr-list ul.bar_tabs>li, .history-video-check-list ul.bar_tabs>li, .common-fix-list ul.bar_tabs>li {
    margin: -13px 0 0 4px;
}
.deviceforuser-list ul.bar_tabs>li a, .lpr-list ul.bar_tabs>li a, .history-video-check-list ul.bar_tabs>li a, .common-fix-list ul.bar_tabs>li a {
    padding: 0 6px;
}
.deviceforuser-list ul.bar_tabs>li.active, .lpr-list ul.bar_tabs>li.active, .history-video-check-list ul.bar_tabs>li.active, .common-fix-list ul.bar_tabs>li.active {
    margin-top: -11px;
}
.summary-cam, .summary-cam ul, .summary-cam li, .summary-equipment, .summary-equipment ul, .summary-equipment li {
    display: inline-block;
    vertical-align: top;
}
.summary-cam, .summary-equipment {
    margin-right: 20px; 
}
.summary-cam ul, .summary-equipment ul {
    padding: 0;
    margin-bottom: 0;
}
.summary-cam ul li, .summary-equipment ul li {
    margin-right: 4px;
}
.deviceforuser-modal-info {
  list-style: none;
  line-height: 20px;
  background: #efefef;
  border-radius: 6px;
  padding: 4px 20px;
}
.deviceforuser-modal-info>li>label {
    margin-right: 12px;
    width: 170px;
  text-align: right;
}
.required {
    color: #c30;
  font-size: 18px;
}
.user-log-func, .proper-rate-func, .history-file-keep-func, .history-cam-func, .locate-map-func, .history-file-check-func, .supply-bill-func, .case-progress-func, .water-history-func, .lpr-func, .history-video-check-func, .history-download-record-func, .history-access-func, .history-access-list-func, .live-access-func, .live-access-list-func, .daily-check-list-func, .equipment-export-func, .daily-check-record-func, .etag-access-func {
    margin-top: 26px;
    white-space: nowrap;
}
.change-password-check-error, .edit-user-name-error, .edit-tel-error, .edit-mobile-error, .edit-email-error, .deivceforuser-check-error {
    /* background: #f9f2f4; */
    font-size: 15px;
  color: #c7254e;
  white-space: nowrap;
  line-height: 35px;
}
.change-password-first {
  background: #c32c1c;
  font-size: 20px;
  padding: 8px;
  color: #fff900;
    text-align: center;
}
.change-password-timer {
    background: #eee;
  display: block;
  width: 50%;
  clear: both;
  padding: 50px 10px;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
}
.change-password-timer span {
    background: #eee;
  font-family: "Microsoft JhengHei", fantasy;
  font-size: 22px;
  color: #ef7000;
}
.user-edit-info {
  background: rgba(255,255,255,0.9);
    margin-bottom: 10px;
  border-radius: 6px;
}
.user-edit-alarm>div, .user-edit-name>div, .user-edit-area>div, .user-edit-user-no>div, .user-edit-firm>div {
    padding-top: 8px;
}
.form-horizontal .form-group {
    position: relative;
}
.user-edit-mobile .control-check, .user-edit-email .control-check {
/*position: absolute; */
  margin-left: 10px;
  float: left;
}
.announce-modal .modal-title {
    font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.announce-modal .modal-title span {
    font-size: 15px;
    float: right;
}
.history-file-keep-space {
    position: absolute;
  right: 10px;
  top: 2px;
  font-size: 14px;
}
.history-file-keep-space label {
    display: inline-block;
    vertical-align: middle;
}
.history-file-keep-space .space-bar-bg, .procress-bar-bg {
    position: relative;
    background: #ddd;
  width: 80px;
  height: 14px;
  display: inline-block;
}
.history-file-keep-space .space-bar-bg .space-bar, .procress-bar {
    position: absolute;
    background: #337ab7;
    top: 0 ;
    left: 0;
    height: 14px;
}
.history-file-keep-list table, .case-progress-list table {
    font-size: 13px;
}
.history-file-keep-list table tr td, .case-progress-list table tr td {
    line-height: 20px !important;
}
.live-cam-list .x_content>.dataTable_wrapper, .history-cam-list .x_content>.dataTable_wrapper {
  width: 58%;
  display: inline-block;
  float: left;
}
.live-cam-cart, .history-cam-cart {
/* position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99; */
  float: right;
  width: 42%;
  font-size: 14px;
  display: inline-block;
}
.live-cam-cart .x_panel, .history-cam-cart .x_panel {
  /* background: #e4eff5; */
  background: rgba(228, 239, 245, 0.88);
  /* box-shadow: 0 3px 3px #ccc;
  border: 1px solid #2fbbe6; */
}
.live-cam-cart table, .history-cam-cart table {
    max-height: 250px;
    margin-bottom: 10px;
  overflow-y: auto;
  display: block;
}
.live-cam-cart .datatable-no-data, .history-cam-cart .datatable-no-data {
  background: #fff;
  font-size: 24px;
  padding: 10px;
  color: #c30;
}    
.live-cam-cart .datatable-setup label, .history-cam-cart .datatable-setup label {
    margin-bottom: 0;
}
.live-cam-cart .datatable-setup ul li, .history-cam-cart .datatable-setup ul li {
    line-height: 36px;
}
.live-cam-cart .datatable-func a, .history-cam-cart .datatable-func a  {
    font-size: 16px;
}
.live-cam-cart-remove, .history-cam-cart-remove, .history-file-keep-unlock {
  background: #d8f0ff;
  display: block;
  padding: 9px 0px;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.live-cam-cart-remove, .history-cam-cart-remove {
    background: #d9534f;
    padding: 7px 0px;
    color: #fff;
}
.live-cam-cart-remove:hover, .history-cam-cart-remove:hover {
    background: #c9302c;
    color: #fff;
}
.x_title span.live-cam-cart-count, .x_title span.history-cam-cart-count {
    color: #5d7186;
    font-size: 15px;
}
.live-cam-cart-count span, .history-cam-cart-count span, .history-file-check-count span {
    color: #c30;
}
.setup-cam-group-cart table,.setup-user-group-cart table {
    max-height: 350px;
    margin-bottom: 10px;
    overflow-y: auto;
}

.setup-cam-group-cart .datatable-no-data,.setup-user-group-cart .datatable-no-data {
    background: #fff;
    font-size: 24px;
    padding: 10px;
    color: #c30;
}

.setup-cam-group-cart .datatable-setup label,.setup-user-group-cart .datatable-setup label {
    margin-bottom: 0;
}

.setup-cam-group-cart .datatable-setup ul li,.setup-user-group-cart .datatable-setup ul li {
    line-height: 36px;
}

.setup-cam-group-cart .datatable-func a,.setup-user-group-cart .datatable-func a {
    font-size: 16px;
}

.setup-cam-group-remove, .setup-user-group-remove, .setup-cam-group-add, .setup-user-group-add {
    background: #d9534f;
    display: block;
    padding: 7px 0;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.setup-cam-group-add, .setup-user-group-add {
    background: #26B99A;
}

.setup-cam-group-remove:hover,.setup-user-group-remove:hover, .setup-cam-group-add:hover, .setup-user-group-add:hover {
    background: #c9302c;
    color: #fff;
}
.setup-cam-group-add:hover, .setup-user-group-add:hover{
    background: #169F85;
}
.setup-cam-group-list table th, .setup-cam-group-cart table th, .setup-user-group-list table th, .setup-user-group-cart table th {
    white-space: nowrap;
}
.setup-cam-group-list table td, .setup-cam-group-cart table td, .setup-user-group-list table td, .setup-user-group-cart table td {
    word-break: break-all;
}
.x_title span.setup-cam-cart-count,.x_title span.setup-user-cart-count {
    color: #5d7186;
    font-size: 15px;
}

.setup-cam-cart-count span, .setup-user-cart-count span {
    color: #c30;
}
.vrs-icon {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.vrs-icon-cam-good {
    background: url(../img/cam-status.png) no-repeat 0 0;
}
.vrs-icon-cam-wrong {
    background: url(../img/cam-status.png) no-repeat 0 -20px;
}
.vrs-icon-cam-question {
    background: url(../img/cam-status.png) no-repeat 0 -40px;
}
.vrs-icon-cam-blue {
    background: url(../img/cam-status.png) no-repeat 0 -60px;
}
.vrs-icon-cam-good-lpr {
    background: url(../img/cam-status.png) no-repeat 0 -80px;
}
.vrs-icon-cam-wrong-lpr {
    background: url(../img/cam-status.png) no-repeat 0 -100px;
}
.vrs-icon-cam-question-lpr {
    background: url(../img/cam-status.png) no-repeat 0 -120px;
}
.vrs-icon-cam-blue-lpr {
    background: url(../img/cam-status.png) no-repeat 0 -140px;
}
.vrs-icon-cam-blue-lpr {
    background: url(../img/cam-status.png) no-repeat 0 -140px;
}
.vrs-icon-cam-good-lpr-wrong {
    background: url(../img/cam-status.png) no-repeat 0 -160px;
}
.vrs-icon-cam-wrong-lpr-wrong {
    background: url(../img/cam-status.png) no-repeat 0 -180px;
}
.vrs-icon-cam-question-lpr-wrong {
    background: url(../img/cam-status.png) no-repeat 0 -200px;
}
.vrs-icon-cam-blue-lpr-wrong {
    background: url(../img/cam-status.png) no-repeat 0 -220px;
}
.vrs-icon-connection {
    background: url(../img/box-status.png) no-repeat -2px -3px;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    vertical-align: middle;
    /* color: #093;
    font-size: 16px; */
}
.vrs-icon-disconnection {
    background: url(../img/box-status.png) no-repeat -2px -28px;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    vertical-align: middle;
    /*
    color: #9f0000;
    font-size: 16px;
    */
}
.modal{
    text-align: center;
    padding: 0!important;
}
.modal:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal .modal-dialog{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    overflow-y: hidden;
}
.history-file-keep-unlock:hover, .history-file-keep-unlock.selected {
    background: #ededed;
  color: #a7a7a7;
}
.history-file-keep-unlock.selected {
    cursor: not-allowed;
}
.locate-map-setup ul, .locate-map-print-setup ul, .user-log-time ul {
  background: #efefef;
  padding: 10px 20px 6px 0;
  border-radius: 4px;
}
.locate-map-setup li, .locate-map-print-setup li, .user-log-time li {
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.locate-map-setup>ul>li:nth-child(3), .locate-map-setup>ul>li:nth-child(4){
    /* display: block; */
}
.locate-map-print-setup li {
    line-height: 28px;
    display: block;
}

.locate-map-print {
    position: relative;
}
.locate-map-print .locate-map-print-content>label {
    font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.locate-map-print .locate-map-print-content>label>small {
  position: absolute;
    font-size: 14px;
  right: 19px;
  top: 20px;
}
.locate-map-print-legend .table-bordered tr {
    background: #fff;
}
.locate-map-result h3 {
font-size: 20px;
}
.locate-map-result ul {
padding: 0;
max-height: 515px;
overflow-y: auto;
list-style: none;
border-radius: 4px;
}
.locate-map-result ul li {
background: #fff;
border-bottom: 1px solid #e9e9e9;
}
.locate-map-result ul li a {
padding: 8px 4px;
display: block;
font-size: 15px;
line-height: 22px;
}
.locate-map-or {
    text-align: center; 
    margin-top: 26px;
}


/* 2017-02-08 from grassboy 地址搜尋結果&列印 */
/*
.locate-map-address-result {
  margin: 0;
  padding: 0.2em;
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: 100;
  width: 160%;
  background: #EFEFEF;
  box-shadow: 0 2px 0 2px white;
  border-radius: 4px 0 4px 4px;
}
.locate-map-address-result:empty {
  display: none;
}
.locate-map-address-result[data-empty-msg]:empty {
  display: block;
}
.locate-map-address-result[data-empty-msg]:empty:after {
  content: attr(data-empty-msg);
  background: white;
  display: block;
  padding: 0.5em;
  border-radius: 4px;
}

.locate-map-address-item {
  list-style: none;
  padding: 0.5em;
  cursor: pointer;
}
.locate-map-address-item:nth-child(2n+0) {
  background: #F3F3F3;
}
.locate-map-address-item:nth-child(2n+1) {
  background: #FFFFFF;
}
.locate-map-address-item:first-child {
  border-radius: 4px 4px 0 0;
}
.locate-map-address-item:last-child {
  border-radius: 0 0 4px 4px;
}
.locate-map-address-item.active, .locate-map-address-item.active:hover {
  background: #FFC;
}
.locate-map-address-item:hover {
  background: #FFE;
}
*/

/*{{ location_search by grassboy 2017-08-22 */
.locate-map-invalid-cam video.video-js, .locate-map-invalid-cam .info-to-live {
  display: none;
}
.locate-map-invalid-cam .locate-map-cam-preview:after {
  content: attr(data-invalid-cam-msg);
  color: white;
  display: block;
  background: black;
  height: 200px;
  line-height: 200px;
  text-align: center;
  letter-spacing: 0.4em;
}

.tpl-item {
  display: none;
}

.locate-map-result[data-status-msg]:after {
  display: block;
  content: attr(data-status-msg);
  padding: 0.5em;
  word-break: break-all;
  text-align: center;
  color: gray;
}

.locate-map-result-item.active, .locate-map-result-item.active:hover {
  background: #FFC;
}
.locate-map-result-item:hover {
  background: #FFE;
}

.locate-map-modal.locate-map-print-hide-title .locate-map-print-title, .locate-map-modal.locate-map-print-hide-date .locate-map-print-date, .locate-map-modal.locate-map-print-hide-legend .locate-map-print-legend, .locate-map-modal.locate-map-print-hide-compass .locate-map-print-compass, .locate-map-modal.locate-map-print-hide-scale .leaflet-control-scale {
  visibility: hidden;
}

.video-search-map .leaflet-pane {
  z-index: 20;
}

.locate-map-cam-icon, .locate-map-dvr-icon {
  cursor: pointer;
}

/*hide info window close button*/
.locate-map-iframe .gm-style-iw + div {
  display: none;
}

.locate-gmap-status-text {
  transition: all 0.2s ease-in;
  width: 100%;
  font-size: 2.5em;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
  text-align: center;
  color: black;
  text-shadow: 0 0 3px white;
  padding-bottom: 1em;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  font-family: '微軟正黑體';
  letter-spacing: 0.3em;
}
.locate-gmap-status-text[data-msg] {
  visibility: visible;
  opacity: 1;
}
.locate-gmap-status-text:after {
  content: attr(data-msg);
}

.locate-gmap-btn-group {
  margin: 1em;
}

.locate-gmap-btn {
  -moz-user-select: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  color: #777;
  cursor: pointer;
  background-color: white;
  width: 32px;
  height: 32px;
  border: 1px solid #CCC;
  margin: 0;
  padding: 0;
  border-left: none;
  border-right: none;
}
.locate-gmap-btn:first-child {
  border-left: 1px solid #CCC;
  border-radius: 4px 2px 2px 4px;
}
.locate-gmap-btn:last-child {
  border-right: 1px solid #CCC;
  border-radius: 2px 4px 4px 2px;
}
.locate-gmap-btn:after {
  width: 24px;
  height: 24px;
}
.locate-gmap-btn.locate-gmap-btn-hand:after {
  content: url("/tenant/ntcpd/img/map-print-legend/map-hand.svg");
}
.locate-gmap-btn.locate-gmap-btn-home:after {
  content: url("/tenant/ntcpd/img/map-print-legend/map-home.svg");
}
.locate-gmap-btn.locate-gmap-btn-sector:after {
  content: url("/tenant/ntcpd/img/map-print-legend/map-sector.svg");
}
.locate-gmap-btn.locate-gmap-btn-rectangle:after {
  content: url("/tenant/ntcpd/img/map-print-legend/map-rectangle.svg");
}
.locate-gmap-btn.active {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2YTJjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #46a2cc), color-stop(100%, #337ab7));
  background: -moz-linear-gradient(top, #46a2cc, #337ab7);
  background: -webkit-linear-gradient(top, #46a2cc, #337ab7);
  background: linear-gradient(to bottom, #46a2cc, #337ab7);
  color: #333;
}
.locate-gmap-btn.active.locate-gmap-btn-hand:after {
  content: url("/tenant/ntcpd/img/map-print-legend/map-hand-active.svg");
}
.locate-gmap-btn.active.locate-gmap-btn-home:after {
  content: url("/tenant/ntcpd/img/map-print-legend/map-home-active.svg");
}
.locate-gmap-btn.active.locate-gmap-btn-sector:after {
  content: url("/tenant/ntcpd/img/map-print-legend/map-sector-active.svg");
}
.locate-gmap-btn.active.locate-gmap-btn-rectangle:after {
  content: url("/tenant/ntcpd/img/map-print-legend/map-rectangle-active.svg");
}

/*}} */

.export-modal .modal-body {
    text-align: center;
}
.export-excel-all {
    visibility: hidden;
}
.history-file-check-list .file-check-legend {
  position: absolute;
  top: 0;
  right: 0;
    display: inline-block;
}
.history-file-check-list .file-check-legend ul {
    padding: 0;
    margin: 0;
}
.history-file-check-list .file-check-legend li {
  margin: 0 20px 6px 0;
  font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.history-file-check-list table {
    font-size: 13px;
}
.history-file-check-list table td {
    padding: 2px !important;
    text-align: center;
}
.history-file-check-list table th {
    text-align: center;
}
.history-file-check-list .row {margin: 0;}
.file-lost, .file-blue-lost, .file-blue {
    background: #efefef;
    color: #c30;
    width: 20px;
  font-size: 14px;
  text-align: center;
  height: 22px;
  line-height: 22px;
    border-radius: 50%;
  display: inline-block;
}
.file-blue-lost, .file-blue {
    background: #00c;
}
.supply-bill-tab {
    /* background: #fff; */
}
.supply-bill-select .supply-bill-name, .case-progress-select .case-progress-customer, .history-download-record-select .history-download-company-name {
    background: none;
    font-weight: bold;
  margin-top: -10px;
  padding: 10px;
}
.supply-bill-brief {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
  color: #7e7e7e;
    display: block;
}
.supply-bill-modal .table-striped tbody th {
    background: #efefef;
    line-height: 18px;
}
.table-bill-modal {
    font-size: 14px;
}
.table-bill-modal>table>table {
    background: #fff;
}
/* 2017-09 新增警政型 */
.retrive-form-tabs ul.bar_tabs {
    background: none;
    height: 11px;
    margin: 4px 0;
    padding: 2px 0;                                
}
.retrive-form-tabs ul.bar_tabs>li {
    margin-left: 4px;
}
.retrive-form-tabs ul.bar_tabs>li a {
    padding: 0 6px;
}
.modal-body .table-bordered.retrive-form-table th {
    text-align: right;
    white-space: nowrap;
}
.retrive-form-table label {
    font-weight: normal;
    margin-right: 5px;
}
.retrive-form-table label input {
    vertical-align: middle;
}
.retrieve-other table {
    font-size: 15px;
    margin: 0;
}
.modal-body .retrieve-other .table-bordered th, .modal-body .retrieve-other .table-bordered td{
    text-align: center;
}
.retrieve-other-dep, .retrieve-other-job {
    width: 90% !important;
}
.retrieve-other-name, .retrieve-other-id, .retrieve-other-tel, .retrieve-other-onsite, .retrieve-other-plate {
    width: 90% !important;
}
.retrive-form-func {
    background: #efefef;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
}
.daily-check-info {
  position: relative;
  background: #f0f0f0;
  padding-top: 10px;
  margin-bottom: 20px;
  overflow: visible;
}
.daily-check-info>label {
  margin-left: 10px;
}
.daily-check-info table {
  margin-bottom: 0;
}
.daily-check-photo-refresh {
  float: right;
}
.daily-check-photo-refresh a {
  margin: 0;
  font-size: 14px;
  padding: 0 6px;
  border: 1px solid #ccc;
}
.daily-check-reason {
  background: rgba(239, 239, 239, 0.95);
  padding: 6px 20px 2px 10px;
  margin-bottom: 10px;
}
.daily-check-reason ul{
  padding: 0;
  margin: 0 20px;
  text-align: center;
  list-style: none;
  display: inline-block;
}
.daily-check-reason ul li{
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.daily-check-reason ul li input {
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}
.check-thumb {
  position: relative;
}
.check-thumb a>i {
  position: absolute;
  background: rgba(255,255,255,0.4);
  padding: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 2px;
}
.check-thumb>a>img {
  width: 270px;
  height: 180px;
}
.check-big-modal .modal-dialog {
  width: 675px;
}
.check-big-modal .modal-dialog .modal-body img {
  width: 640px;
  height: 480px;
}
.equipment-export-btn {
  width: 50%;
  text-align: center;
  margin-top: 10px;
}

/* 2017-10-03 歷史影像選擇頁 調閱影片按鈕固定 */
.history-cam-list .datatable-func.fixed {
  position: fixed;
  background: rgba(0,0,0,0.3);
  left: 0;
  right: 0;
  bottom: 50px;
  padding: 10px 0 5px 0;
}

@media print {
    .container.body,
    .modal-footer,
    .leaflet-left .leaflet-control-zoom,
    .locate-map-print-setup {
        display: none;
        opacity: 0;
    }
    .leaflet-control-scale {
        transform: translateY(-2.5em)!important;
    }
    .locate-map-modal .modal-dialog {
        width: auto !important;
        position: absolute;
        left: 0; right: 0; top: 0; bottom: 0;
        height: auto;
    }
    .locate-map-modal .modal-content{
        border: none;
        box-shadow: none;
    }
    .modal-backdrop {
        display: none!important;
        opacity: 0.2;
    }
    img {
        max-width: auto !important;
    }
}
@media print,screen {
   .locate-map-print-legend i[class^="legend-"] {
    background: none;
    line-height: 0px;
    text-indent: 0px !important;
  }
  .locate-map-print-legend .legend-711:before {
    content: url(../img/map-print-legend/7-11.png);
  }
  .locate-map-print-legend .legend-road-country:before {
    content: url(../img/map-print-legend/road-country.png);
  }
  .locate-map-print-legend .legend-road-province:before {
    content: url(../img/map-print-legend/road-province.png);
  }
  .locate-map-print-legend .legend-road-county:before {
    content: url(../img/map-print-legend/road-county.png);
  }
  .locate-map-print-legend .legend-road-fast:before {
    content: url(../img/map-print-legend/road-fast.png);
  }
  .locate-map-print-legend .legend-police:before {
    content: url(../img/map-print-legend/police.png);
  }
  .locate-map-print-legend .legend-post-office:before {
    content: url(../img/map-print-legend/post-office.png);
  }
  .locate-map-print-legend .legend-church:before {
    content: url(../img/map-print-legend/church.png);
  }
  .locate-map-print-legend .legend-hospital:before {
    content: url(../img/map-print-legend/hospital.png);
  }
  .locate-map-print-legend .legend-school:before {
    content: url(../img/map-print-legend/school.png);
  }
  .locate-map-print-legend .legend-gas-station:before {
    content: url(../img/map-print-legend/gas-station.png);
  }
  .locate-map-print-legend .legend-temple:before {
    content: url(../img/map-print-legend/temple.png);
  }
  .locate-map-print-legend .legend-road-bus-station:before {
    content: url(../img/map-print-legend/bus-station.png);
  }
  .locate-map-print-legend .legend-road-parking:before {
        content: url(../img/map-print-legend/parking.png);
    }
    .locate-map-print-legend .legend-bike:before {
        content: url(../img/map-print-legend/bike.png);
    }
    .locate-map-print-legend .legend-market:before {
        content: url(../img/map-print-legend/market.png);
    }
    .locate-map-print-legend .legend-clinic:before {
        content: url(../img/map-print-legend/clinic.png);
    }
    .locate-map-print-legend .legend-pharmacy:before {
        content: url(../img/map-print-legend/pharmacy.png);
    }
    .locate-map-print-legend .legend-food:before {
        content: url(../img/map-print-legend/food.png);
    }
    .locate-map-print-legend .legend-drink:before {
        content: url(../img/map-print-legend/drink.png);
    }
    .locate-map-print-legend .legend-coffee:before {
        content: url(../img/map-print-legend/coffee.png);
    }
    .locate-map-print-legend .legend-bank:before {
        content: url(../img/map-print-legend/bank.png);
    }
    .locate-map-print-legend .legend-library:before {
        content: url(../img/map-print-legend/library.png);
    }
    .locate-map-print-legend .legend-religion-a:before {
        content: url(../img/map-print-legend/religion-a.png);
    }
    .locate-map-print-legend .legend-religion-b:before {
        display:none;
    }  
}

.lpr-list-summary {
    float: right;
    background: rgba(255, 255, 255, 0.95);
    padding: 2px 10px;
    border-radius: 4px;
}
.lpr-info, .history-video-check-info {
    font-size: 14px;
}
.lpr-name label, .history-video-check-name label {
    white-space: nowrap;
}
.lpr-photo-prev, .history-video-check-prev {
    position: absolute;
    top: 187px;
    left: 15px;
    right: 50%;
    bottom: 78px;
    z-index: 999;
    /* width: 50px; */
}
.lpr-photo-next, .history-video-check-next {
    position: absolute;
    top: 187px;
    left: 50%;
    right: 13px;
    bottom: 78px;
    z-index: 999;
    /* width: 50px; */
}
.lpr-photo-next:hover a, .lpr-photo-prev:hover a, .history-video-check-next:hover a, .history-video-check-prev:hover a {
    display: block;
}
.lpr-photo-prev a, .lpr-photo-next a, .history-video-check-prev a, .history-video-check-next a{
    background: rgba(0,0,0,0.3);
    font-size: 40px;
    color: #0b4b4c;
    height: 100%;
    width: 50px;
    line-height: 490px;
    text-align: center;
    overflow: hidden;
    display: none;
}
.lpr-photo-next a, .history-video-check-next a {
    float: right;
}
.car-lpr {
    background: url(../img/car-lpr.png) no-repeat;
    width: 48px;
    height: 32px;
    margin: 0 auto;
    display: block;
    opacity: 0.8;
}
.car-lpr:hover {
    opacity: 1;
}
.history-video-check-photo {
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.history-video-check-img {
  position: relative;
  background: #e9e9e9;
  width: 720px;
  height: 480px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.history-video-check-img img {
  width:720px;
  height: 480px;
}
.loader,
.loader:before,
.loader:after {
  background: #007ebb;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 3em;
}
.loader {
  color: #007ebb;
  text-indent: -9999em;
  /*
  margin: 88px auto;
  position: relative;
  */
  top: 200px;
  position: absolute;
  font-size: 11px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
} 
.history-download-record-name .bootstrap-select>button, .history-access-name .bootstrap-select>button, .history-access-cam .bootstrap-select>button, .history-access-list-name .bootstrap-select>button, .live-access-name .bootstrap-select>button, .live-access-cam .bootstrap-select>button, .live-access-list-name .bootstrap-select>button, .live-access-list-cam .bootstrap-select>button {
    background: #fff;
    font-size: 14px;
    height: 29px;
    border: 1px solid #dde6e9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

/* 2017/11/07 修改ajaxChosen-grass樣式 */
.chosen-container {
    width: 100% !important;
}
.chosen-container .chosen-default, .chosen-container .chosen-single {
    background: #fff;
    height: 30px;
    font-size: 15px;
    padding: 2px 0px 2px 2px;
    border: 1px solid #dde6e9;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.chosen-container-single .chosen-single span {
  color: #0b92b3;
}
.chosen-container .chosen-drop {
    width: 100% !important;
    border: 1px solid #dde6e9;
}
.chosen-container .chosen-drop .chosen-search input {
    width: 100% !important;
    height: 30px;
    font-size: 15px;
    padding: 2px 0px 2px 2px;
    border: 1px solid #dde6e9;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

@page {
  size: A4;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0;
}

@media only screen and (max-width:1280px) {
    .privacy-info, .resolution-info {
        display: none;
    }
    .navbar-top-links li.navbar-login-time, .navbar-top-links li.navbar-user-now { 
        display: none; 
    }
}

@media (max-width: 768px) {
        body {background: none;}
    .user-edit-mobile .control-check, .user-edit-email .control-check {
        position: relative;
        margin: 0 20px 0 0;
        float: right;
    }
    .navbar-sys-switch {
      top: 20px;
    }
    .navbar-top-links.navbar-sys-switch li {
        width: 34px;
        line-height: 24px;
    }
    .navbar-top-links.navbar-sys-switch li a {
        padding: 4px 6px;
    }
    .deviceforuser-list-summary {
        display: none;
    }
}

.otp-check {
    display: none;
}