/**
 * fsf.css
 * PC向けCSSファイル
 *
 * @author  Kawakami
 * @date    2014.3.1
 *
 */

/* 待ちインジケーターBox */
.videoViewWait {
    visibility: hidden;      /* デフォルトで表示しない */
    display: inline;
    padding-left: 8px;  /* スライダーとの間隔 */
    vertical-align:top; /* 画像表示の基準として必要 */
    font-size:100%;
}
/* 待ちインジケーター画像 */
.videoViewWaitImg {
    vertical-align:middle;
    width: 14px;        /* 他のICONの大きさに合わせる */
    height: 14px;       /* 他のICONの大きさに合わせる */
    margin: auto;
}

.help img{
    margin-top: 8px;
    margin-bottom: 14px;
}

.help h4{
    border-bottom:#777 dotted 1px;
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
}

ul.pagination {
    margin-top: 4px;
    margin-bottom: 4px;
}

div.playBar {
    width: calc(100% - 265px);
    display: inline-block;
    padding-left: 16px;
}

div.zoomBar {
    width: calc(100% - 265px);
    display: inline-block;
    padding-left: 16px;
}

.films{
    margin-left: 20px;
}

.videoView {
    margin-bottom: 0xp;
    text-align: center;
}

.videoMenu {
    margin-top: 8px;
    text-align: left;
}

.videoMenu a {
    margin-right: 6px;
    margin-left: 6px;
    color: black;
    text-decoration: none;
}

.videoMenu a:hover {
    color: #ccc;
}

.videoMenu a {
    margin-right: 6px;
    margin-left: 6px;
    color: black;
    text-decoration: none;
}

.videoStatus {
    color: #555;
    padding-left: 8px;
    float:right;
}

.fsBtnGroup {
    float: left;
}

.fsVideoStatus {
    color: #FFF;
    padding-left: 8px;
    float: left;
}

.zoomStatus {
    color: #555;
    padding-left: 8px;
    float:right;
}

.otherCamera {
    min-height: 130px;
}

.otherCamera a {
    color: inherit;
}

.latestRecords{
    text-align: center;
    padding : 4px;
    color: #777;
}

.latestRecords img:hover {
    opacity:0.7;
}


.liveMenu{
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.liveStamp{
    text-align: right;
    margin-right: 15px;
}

.toolBar{
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.liveView{
    position: relative;
    margin-bottom: 8px;
}

.liveView p{
    margin: 2px;
}

.liveView img.img-responsive {
    border: 1px solid #DDD;
}

.liveViewEnableHover img:hover {
    opacity:0.7;
    background-color: #eee;
}

.liveViewSingle{
    position: relative;
    margin-bottom: 8px;
}

.liveViewSingle p{
    margin: 2px;
}

.liveViewSingle img.img-responsive {
    border: 1px solid #DDD;
}

.liveViewSingleEnableHover img:hover {
    opacity:0.7;
    background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html,
body {
  height: 100%;
  background-color: white;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}

#push,
#footer {
    height: 100px;
}

#footer a{
    color: #777;
}

@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn-replay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
}

.btn-replay img {
    display: block;
    position: absolute;
    top: calc(50% - 62px);
    left: calc(50% - 62px);
    width: 125px;
    height: 125px;
    margin: 0;
    padding: 0;
}

.btn-replay img:hover {
    opacity: 1;
    background-color: transparent;
}

.btn-group-txt {
    height: 46px;
}

.btn-group-txt-sm {
    height: 30px;
}

.time-live {
    color: blue;
    font-weight: bold;
}

.time-relive {
    color: #E19D36;
    font-weight: bold;
}

.time-back {
    color: #E19D36;
    font-weight: bold;
}

.container {
    width: 100%;
}

.col-chkbox {
    float: left;
    width: 2%;
    margin-top: 50px;
}

.col-imgbox {
    margin: 2px 2px 0 2px;
    float: left;
    width: 15%;
}

.col-imgbox .thumbnail {
    margin-bottom: 0;
}

.cb-has-error {
    background-color: #dda0dd;
}

#msg_area {
    margin: 5px;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}

#msg_area span {
    color: #f00;
}

#temp_alert {
    display: none;
    width: 600px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -300px;
}

/* Fullscreen Thumbnail View 用*/
#fst_main {
    width: 100%;
    padding: 0;
    margin: 0;
}

#fst_head {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 800px;
    height: 44px;
    background-color: #666;
    border: solid 1px #DDD;
}

#fst_left {
    float: left;
    margin-left: 20px;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

#fst_pager {
    float: left;
    margin-left: 20px;
    text-align: center;
}

#fst_back {
    float: right;
    padding: 5px;
}

#fst_content {
    height: 100%;
}

#fst_content div.row {
    margin: 0;
}

#fst_content div.liveView {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #FFF;
    border-right: solid 1px #AAA;
    border-bottom: solid 1px #AAA;
    height: 100px;
}

#fst_content div.liveView p {
    margin: 0;
    color: #000;
}

#fst_content div.fst_imgdiv {
    text-align: center;
}

.multiplay_title {
    float: left;
    margin-right: 100px;
}

.archive_view_head {
    height: 20px;
}

.archive_title {
    float: left;
    margin-top: 2px;
    padding-left: 40%;
    font-size: 85%;
}

.archive_btn {
    float: right;
    margin-right: 2px;
    line-height: 1.3;
}

.archive_controller {
    margin-top: 2px;
    padding-right: 5px;
}

.item_title {
    height: 60px;
}

.item_title_left {
    float: left;
    font-size: 14px;
    margin-top: 10px;
}

.item_title_right {
    float: right;
    text-align: right;
}

.plot_area {
    height: 500px;
    width: 100%;
    background-color: #CCC;
}

.load_image {
    width: 100px;
    margin-top: 200px;
}

.nodata {
    position:relative;
    width: 100%;
    height: 100%;
}

.nodata span {
    position:absolute;
    top: 30%;
    left: 30%;
    font-size: 30px;
}

.tdnodata {
    height: 200px;
}

.graphIcon {
    width: 20px;
    height: 20px;
}

.archive_active {
    background-color: #ffd700;
}

.alert_data {
    background-color: #DDA0DD;
}

.alert-table th {
    text-align: center;
    width: 33%;
}

.all-alert-table th {
    text-align: center;
    width: 20%;
}

.all-dd-table th {
    text-align: center;
}

.pagination li div {
    display: inline;
    position: relative;
    float: left;
    padding: 5px 10px;
    line-height: 1.5;
    font-weight: bold;
}

.img-loading-video {
    position: absolute;
    top: 150px;
    left: 315px;
}

a.disabled {
    pointer-events: none;
    color: #CCC;
}

.imgbox-selected {
    background-color: #FF3;
}

.videoView div#controll-evt-area {
    display: none;
    position: absolute;
    width: 100%;
    height: 10%;
    top: 90%;
}

.videoView div#controller {
    display: none;
    background-color: #777;
    position: absolute;
    opacity: 0.7;
    padding: 3px;
}

.videoView:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.pager_results_num {
    float: left;
    margin-top: 10px;
    position: relative;
    left: 80%;
    color: #999;
    font-weight: bold;
}

#ptz_controllers {
    width: 100%;
    height: 36px;
    background-color: #666;
    margin: 0;
    padding: 3px 0 0 25px;
}

#preset_controllers {
    width: 100%;
    height: 36px;
    background-color: #666;
    margin: 0;
    padding: 3px 0 0 25px;
}

div.archivePlayBar {
    width: calc(100% - 300px);
    display: inline-block;
    padding-left: 16px;
}

.badge-play-rewind {
    background:none;
    color: black;
    position: relative;
    font-size: 9px;
    padding: 0px;
    top: 8px;
    left: -10px;
}
