* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    font: 16px/1.2 OpenSans,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    background-color: #171717;
    background-image:url(../image/background.png);
    background-repeat: repeat-x;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
form {
  display: inline;
  padding: 0;
}
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
#fnt_main_failed {
  color: white;
}
.icon_failed {
  margin: 10px;
  padding: 10px;
}
.form-group h4 {
    color: #fff;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-group .input-group {
    min-width: 320px;
    border: 0;
    padding: 3px;
    background-color: white;
    border-radius: 23px;
}
.form-group .input-group .input-group-addon {
    font-size: 16px;
    padding: 10px;
    border: 0;
    background-color: white;
}
.form-group .input-group .form-control {
    padding: 10px;
    font-size: 16px;
    position: relative;
    outline: none;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border: 0;
}

.form-group .input-group .text-right {
    padding-right: 1px;
}
#div_viewit {
  border-radius: 22px;
}
#div_status {
    position: relative;
    color: white;
    text-align: center;
}
#img_status {
  padding-top: 10px;
}

#header {
  position: absolute;
  top: -60px;
  left: 0px;
  height: 60px;
  width: 100%;
  vertical-align: middle;
  line-height: 60px;
  z-index: 100;
  background-color: rgba(0,0,0,0.6);
  pointer-events: none;
}
#img_product_logo {
  position: absolute;
  top: 6px;
  left: 10px;
  height: 48px;
  width: 48px;
}
#lbl_product_name {
  position: absolute;
  left: 68px;
  color: #ffffff;
  font-size: 18px;
}
.h_img_btn {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
  pointer-events: auto;
  outline: none;
  position: absolute;
  top: 18px;
}
#img_fullscreen {
  right: 44px;
  background-image:url(../image/fullscreen_normal.png);
}
#img_fullscreen:hover, #img_fullscreen:focus {
  background-image:url(../image/fullscreen_hover.png);
}
#img_fullscreen:active, #img_fullscreen:is-active {
  background-image:url(../image/fullscreen_down.png);
}
#img_fullscreen:disabled, #img_fullscreen:is_disabled {
  background-image:url(../image/fullscreen_disable.png);
}
#img_restore {
  right: 44px;
  background-image: url(../image/restore_normal.png);
}
#img_restore:hover, #img_restore:focus {
  background-image:url(../image/restore_hover.png);
}
#img_restore:active, #img_restore:is_active {
  background-image:url(../image/restore_down.png);
}
#img_restore:disabled, #img_restore:is_disabled {
  background-image:url(../image/restore_disable.png);
}
#img_exit {
  right: 10px;
  background-image: url(../image/exit_normal.png);
}
#img_exit:hover, #img_exit:focus {
  background-image:url(../image/exit_hover.png);
}
#img_exit:active, #img_exit:is_active {
  background-image:url(../image/exit_down.png);
}
#img_exit:disabled, #img_exit:is_disabled {
  background-image:url(../image/exit_disable.png);
}
#div_reconnect_page {
  background-color: rgba(0,0,0,0.5);
  /*color: #e3b756;*/
  color: white;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  /* top: 60px; */
  margin:0 auto;
  z-index: 10;
}
.btn_rec_connect {
  left: 10px;
  position: relative;
  background-color: #e84d3c;
  width: 120px;
  min-width: 120px;
  border-radius: 23px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fef6f5;
  font-size: 16px;
  padding: 0;
  margin: 0 auto;
  border: 0;
}
.btn_rec_connect:hover {
  color: #ffffff;
  background-color: #f85f4e;
  cursor: default;
}
#div_session_loading {
  z-index: 10000;
  vertical-align: middle;
  height: 100%;
}
#div_cover_hits_container {
  display: inline-block;
}
#div_cover_hits {
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
input::-ms-clear {
  display: none;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-table;
    margin-bottom: 0;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
}
#inp_start_code {
    float: left;
    border: 0px;
    border: 0px \9;
    width: 100%;
    height:40px;
    height:40px \9;
    padding-left:4px;
    margin-right: 50px;
    line-height:40px \9;
    color: #007ac2;
    background-color:white;
    outline:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#p_status {
  padding: 0;
  margin: 0 auto;
  border: none;
  /*color: #e3b756;*/
  color: white;
}
.start_btn {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  position: relative;
}
#btn_go {
  background: url(../image/btn_go_normal.png);
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  width: 40px;
}
#btn_go:hover {
  background: url(../image/btn_go_hover.png);
}
#btn_cancel {
  background: url(../image/btn_cancel_normal.png);
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  width: 40px;
}
#btn_cancel:hover {
  background: url(../image/btn_cancel_hover.png);
}
.div_debug_fs {
  bottom: 0px;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  opacity: 0.4;
  filter: Alpha(opacity=40);
  display: none;
}
.div_debug {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 40px;
  height: 50px;
  opacity: 0.4;
  filter: Alpha(opacity=40);
  display: none;
}
#ta_debug {
  width: 100%;
  height: 100%;
    background-color: black;
    color: white;
}
footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    color:#999999;
    font-size: small;
}
.main_page {
    position: fixed;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    font-size: large;
    display: none;
}
#div_start_page {
  position: fixed;
  border: 0;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 40px);
  line-height: calc(100% - 40px);
  text-align: center;
  font-size: large;
  margin: 0 auto;
  vertical-align: middle;
}
#div_start_container {
  position: fixed;
  width: 100%;
  height: 185px;
  vertical-align: middle;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#div_start_code {
    text-align: center;
    position: relative;
    top: 20px;
}
.url-wrapper {
    padding: 40px 8px 200px;
    text-align: center;
}
#cvs_cover_session {
  position: absolute;
  left: 0px;
  top: 0px;
}
.div_session {
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(100% - 40px);
  background-color: #000;
}
#div_video {
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-dialog {
  position: relative;
  min-width: 260px;
  width: 300px;
  margin: 15px auto;
  text-align: center;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn:nth(1) {
  padding-right: 10px;
}
.modal-footer .btn:nth(2) {
  padding-left:  10px;
}
#div_info {
  display:none;
  position:absolute;
  width:100%;
  color:#999999;
  text-align:left;
  padding-left: 10px;
  font-size: small;
  left:0px;
  bottom:0px
}
#div_info label {
  height: 20px;
  line-height: 20px;
}