  .live .live-left {
    position: fixed;
    top: 45px;
    bottom: 52px;
    left: 0;
    width: 187px;
    background-color: #1c2431;
    border-right: solid 2px #18191b;
    /*border:solid #18191b;*/
  }


  .live .live-main.right-hide {
    right: 0px;
  }

  .live .live-main.left-hide {
    left: 0px;
  }

  .live .live-main.right-show1 {
    right: 0px;
  }

  .live .live-main.left-show1 {
    left: 0px;
  }



  .live .live-left .accordion {
    margin-bottom: 5px;
  }

  .left_title {
    font-size: 15px;
    text-align: center;
    height: 20px;
    max-width:100%;
    max-height:20px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  /*
    background: #f0f9ff;
    background: -moz-linear-gradient(top,  #f0f9ff 0%, #CFD5D8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(100%,#CFD5D8));
    background: -webkit-linear-gradient(top,  #f0f9ff 0%,#CFD5D8 100%);
    background: -o-linear-gradient(top,  #f0f9ff 0%,#CFD5D8 100%);
    background: -ms-linear-gradient(top,  #f0f9ff 0%,#CFD5D8 100%);
    background: linear-gradient(top,  #f0f9ff 0%,#CFD5D8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
  */
  }

  .left-sub-top li{
    list-style:none;
    padding-top:2px;
    padding-bottom:2px;
    font-size: 12px;
    /*font:bold;*/
    color: #9b9ea3;
    padding-left: 10px;
  }

  .left-sub-top ul{
    list-style:none;
    padding-top:5px;
    padding-bottom:5px;
    font-size: 12px;
    font-weight: bold;
    color: #d9dada;
    list-style:none; 
    padding-left: 10px;
    margin: 0px;
  }

  .left-sub-top{
    height: 35%;
    max-height:100%;
    padding-left:5px;
    /*overflow: auto;*/
  }

  .left-sub-down li{
    padding-top:0px;
    color:#d9dada;
    font-size: 12px;
    
  }

  .left-sub-down li.right{
    padding-top:0px;
    padding-right: 5px;
    text-align:right;
  }

  .left-sub-down li.center{
    padding-top:0px;
    text-align:center;

  }

  .left-sub-down li.left{
    padding-left:5px;
    text-align:none;
  }

  .ptz{
    /*width:25px;
    height:25px;*/
    padding: 0px;
  }

  .left-sub-down{
    list-style:none;
    /*height: 50%;*/
    max-height:100%;
    padding-left:5px;
  }

  .popupPtzBtn {
    width: 81px;
  }

  .ptz_normal_background {
    border: 0px;
    width: 50px;
    height: 50px;
    /*width: 26px;
    height: 26px;*/
    background-image: url(/img/ptz/ptz_direction_btn_l_n.png);
    background-size: contain;
    padding: 0px;
  }

  .ptz_over_background {
    border: 0px;
    width: 50px;
    height: 50px;
    background-image: url(/img/ptz/ptz_direction_btn_l_o.png);
    background-size: contain;
    padding: 0px;
  }

  .ptz_push_background {
    border: 0px;
    width: 50px;
    height: 50px;
    background-image: url(/img/ptz/ptz_direction_btn_l_p.png);
    background-size: contain;
    padding: 0px;
  }

  .ptz_disabled_background {
    border: 0px;
    width: 50px;
    height: 50px;
    background-image: url(/img/ptz/ptz_direction_btn_l_d.png);
    background-size: contain;
    padding: 0px;
  }

  .ptz_table table {
    /*border:solid 1px #18191b;*/
    padding: 0px;
    width: 78px;
    
  }
  .ptz_table tr {
    border:solid 1px #00060f;
    padding: 0px;
    width: 78px;
  }
  .ptz_table td {
    border:solid 1px #00060f;

    padding: 0px;

  }
  
  .live_ptz_preset {
    margin-top: 10px;
    margin-left: 10px;

    width: 150px;
  }

  .live_ptz_preset_btn {
    margin-top: -5px;
    margin-left: 10px;
    
    width: 150px;
  }

  .ptz_table{
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 78px;
    border: 0px;
    /*margin: auto;*/
    margin-left: 7px;
    /*margin-left: expression(((document.body.clientWidth>80) ? ((document.body.clientWidth-80)/2) : 0) + "px");*/
  }

  .up_right {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  /*  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);*/

  filter: progid:DXImageTransform.Microsoft.Matrix(
              M11=0.7071067811865474,
              M12=-0.7071067811865477,
              M21=0.7071067811865477,
              M22=0.7071067811865474,
              SizingMethod='auto expand');
  }
  .down_right{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(
              M11=-0.7071067811865477,
              M12=-0.7071067811865475,
              M21=0.7071067811865475,
              M22=-0.7071067811865477,
              SizingMethod='auto expand');
  }
  .down_left{
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(
              M11=-0.7071067811865475,
              M12=0.7071067811865476,
              M21=-0.7071067811865476,
              M22=-0.7071067811865475,
              SizingMethod='auto expand');
  }
  .up_left{
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(
              M11=0.7071067811865476,
              M12=0.7071067811865475,
              M21=-0.7071067811865475,
              M22=0.7071067811865476,
              SizingMethod='auto expand');
  }


  .ptz-range {
    width:60px;
  }

  .left_select_btn {
    background-color: rgb(57,63,72);
    border:solid 1px #18191b;
    color: rgb(214,214,214);
    text-align: center;
    margin-bottom: 1px;
  }

  .live-left .categorytitle {
    margin-top: 5px;
    background-image: url(/img/tab/r_tab_title_02.png);
    height: 24px;
    font-size: 12px;
    color: #d0dae3;
    max-height: 24px;
    vertical-align:middle;
    line-height:2em;
    text-align: center;
  }

  .mfz_ui_title {
    width:40px;
    height:100%;
    font-size:10px;
    display:inline-block;
    cursor:auto;
    text-align:center;
  }

  .mfz_ui_value {
    width:20px;
    height:100%;
    font-size:9px;
    display:inline-block;
    cursor:auto;
    text-align:center;
    margin-left:10px;
  }

  .mfz_ui_value_min {
    width:10px;
    height:100%;
    font-size:8px;
    display:inline-block;
    cursor:auto;
    text-align:right;
    margin-left:10px;
  }

  .mfz_ui_sub {
    width:10px;
    height:100%;
    font-size:8px;
    display:inline-block;
    cursor:auto;
    text-align:auto;
  }

  .mfz_ui_value_max {
    width:20px;
    height:100%;
    font-size:8px;
    display:inline-block;
    cursor:auto;
    text-align:left;
  }

  .mfz_ui_iris_label {
    width:100%;
    cursor:auto;
    text-align:center;
  }

  .mfz_ui_button {
    width:45px;
    height:100%;
    font-size:7.5px;
    display:inline-block;
    text-align:center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }