html {
    overflow: hidden !important; 
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-width: auto;
}

.embed_body {
    position: absolute; 
    top:0; 
    right:0; 
    bottom: 0; 
    left: 0; 
    margin: 0;
    padding: 0;
    text-align: center; 
    background-color: #333333;
    width:100%; 
    height:100%;
    border: 0 none;
}

.embed_title_float {
    position: fixed;
    height: 40px;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    z-index:12; 
    background:#111;
    width:100%;
    font-size:16px;
    color:#fff; 
/*
    filter:alpha(opacity=75); 
    -moz-opacity: 0.75; 
    opacity: 0.75;
*/
}

.embed_title_line {
    position: absolute;
    left: 8px;
    right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#embed_title_btn {
  position: relative;
  float: right;
/*  z-index: 99999; */
  line-height: 40px;
}

#embed_title_btn input[type="button"] {
  background-color: transparent;
}

#embed_title_btn input[type="button"]:hover {
  opacity: 80%;
}

#embed_title_btn input[type="button"]:active {
  opacity: 50%;
}

#embed_title_text {
  line-height: 40px;
}

.embed_thumbnail_img {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #222; */
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-attachment:fixed; 
    background-size: contain;
    z-index: 5;
}

.poster_thumbnail img{
  width:  100%;
  height: 100%;
}

.embed_playback{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/site_static/vpz/images/play_black.png');
    background-size: 64px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 4;
    cursor: pointer;
}
.embed_playback:hover{
    background-image: url('/site_static/vpz/images/play_green.png');
}

#content_player_register_form {
    padding: 0px;
    width:  100%;
    height: 100%;
}

#video_area{
    width: 100%;
    height: 100%;
}

#fmp_area_core,
#document_area_core {
    width: 100%;
    height: 100%;
    background-color: black;
}

#flashContent,
#document_content {
    /* position: relative;
    width: 100%; 
    height: 100%; */
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; 
    height: 100%; 
}

#html_video,
#mep_0,
.slide_main #slide_panel{
  position: absolute;
}

.fmp_area_text {
    position: relative;
    width: 100%; 
    height: 100%; 
    background-color:#000000;
    display: table;
}

.fmp_area_text span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    padding: 20px;
}

/*.vpplayer_panel {
    position: absolute;
    //top:    initial;
    height: 36px;
    width: 100%;
    z-index: 2;
    font-size: 80%;
}*/

#vpplayer_panel{
  /* display: none; */
  height: 36px;
  position: absolute;
}

.vpplayer_panel_line1 {
    display: none;
}

.vpplayer_panel_line2 {
    top: 0px;
    width: 100%;
}

.embed_vod .vpplayer_panel_line1 {
    display: block;
    top: 0;
    left: 0;
    width: auto;
}

.embed_vod .vpplayer_panel_line2 {
    left: 200px;
    right: 0;
    width: auto;
}

.vpplayer_line2_td_play {
    width: 40px;
}

.vpplayer_play_btn {
    background-image: url("/site_static/vpz/images/vpplayer.png");
    background-position: -226px 0;
}

.vpplayer_pause {
    background-image: url("/site_static/vpz/images/vpplayer.png");
    background-position: -286px 0;
}

.vpplayer_video_size_btn {
    top: 36px;
}

.vpplayer_slide_size_btn {
    top:36px;
}

@media screen and (max-width:319px){
  .vpplayer_line2_td_timedisp{
    display: none;
  }
}
.vpplayer_line2_td_timedisp_tc {
    width: 15em;
}

.vpplayer_bitrate_td_btn {
    display: none;
}

.vpplayer_star_td_btn {
    display: none;
}

.vpplayer_scene_first_td_btn,
.vpplayer_slide_first_td_btn,
.vpplayer_scene_prev_td_btn,
.vpplayer_slide_prev_td_btn,
.vpplayer_scene_next_td_btn,
.vpplayer_slide_next_td_btn,
.vpplayer_scene_last_td_btn,
.vpplayer_slide_last_td_btn {
    display: none;
}

.vpplayer_scene_select_btn,
.vpplayer_slide_select_btn {
    width: 200px;
}

.vpplayer_thumbnail,
.vpplayer_slide_thumbnail {
    bottom: 36px;
}

.vpplayer_scene_select,
.vpplayer_slide_select {
    /* display: none; */
    left: 0;
    bottom: 36px;
}

.vpplayer_setting_btn {
    display: none;
}

div.footer {
    display: none;
}

#vpplayer_comment {
    display: none;
}

.embed_title_schedule {
  display: none;
}

#live_status {
  background-color:    #333;
  position:      fixed;
}

#live_status .live_status_inner {
  color:         #fff;
}

.embed_status_float {
  z-index: 99;
  position:      fixed;
  bottom:        0;
  left:          0;
  right:         0;
  text-align:    left;
  padding:       2px;
  background:    #111;
  width:         100%;
  /*height:        82px;*/
  font-size:     12px;
  color:         #fff;
  filter:alpha(opacity=75); 
  -moz-opacity: 0.75; 
  opacity: 0.75;
  box-sizing: border-box;
}



/*For air*/
.air_embed_body {
    width: 100%;
    height:100%; 
    background-color: #222;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-attachment:fixed; 
    background-size: auto 100%;
}

.air_applink_float {
    color:#fff; 
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index:999; 
    background:#000000;
    width:100%; 
    font-size:26px;
    font-family: sans-serif;
    filter:alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
    padding-bottom: 5px;
    padding-top: 5px;
}
.air_applink_float img{
  height: 30px;
  vertical-align: middle;
}
.air_applink_float span{
  text-decoration: underline;
}
.air_embed_bglayer {
    position: absolute;
    top: 0;
    left: 0;
    text-align:center; 
    width:100%; 
    height:100%;
}
.air_embed_bglayer  button{
  -webkit-appearance: none;
}
#id_air_invoke_btn {
    background-color: #ffffff;
    position: relative; 
    font-size:24px; 
    width:80%; 
    max-width:400px; 
    height:50px; 
    top:40%;
    filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9;
}

.air_embed_title_float {
    color:#fff; 
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    z-index:999; 
    width:100%;
    padding: 2px 20px;
    font-size:22px;
    background:#111;
    filter:alpha(opacity=75); 
    -moz-opacity: 0.75; 
    opacity: 0.75;
    box-sizing: border-box;
}

.air_embed_title_line {
    top: 2px;
    position: absolute;
    width:96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.air_embed_desc_line {
    margin-left: 6px;
    margin-right: 6px;
    top: 40px;
    position: absolute;
    font-size: 20px;
    width:96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* document */

#document_area_core {
    width: 100%;
    height: 100%;
}

#document_ontent {
    position: relative;
    width: 100%; 
    height: 100%; 
}

#vpdocplayer_panel{
  height: 36px;
  position: absolute;
}

#vpdocplayer_panel_left {
    height: 36px;
}

#vpdocplayer_panel_left .vpdocplayer_panel_line1 {
    display: none;
}

#vpdocplayer_panel_left .vpdocplayer_panel_line2 {
    top: 0;
}

#vpdocplayer_panel_center{
    display: none;
}

#vpdocplayer_panel_right {
    height: 36px;
}

#vpdocplayer_panel_right .vpdocplayer_panel_line1 {
    display: none;
}

#vpdocplayer_panel_right .vpdocplayer_panel_line2 {
    top: 0;
}

