﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}
/*
隐藏鼠标
*{
    cursor: none!important;
}
*/
body{
	min-width:1000px;
	background:#EFF0F1;
}

.login_body{
	min-width:1000px;
	min-height:500px;
	background:#22262e;		
}

#lg_main
{
	position:relative;
	width:680px;
	height:480px;
	border:0px #FF0000 solid;
	margin:auto;
}

.top_icon
{
	float:left;
	font-size:12px;
	margin-top:6px;
}

#lg_logo
{
	width:233px;
	height:34px;
	float:left;
	background:url(../images/logo.png) no-repeat;
}

#index_language
{
	z-index:3001;
	float:left;
	position:absolute; 
	width:100px; 
	height:60px;
	top:30px;
	background:#EEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:0px #F00 solid;
	display:none;
}

#call_icon
{
	z-index:5002;
	position:fixed; 
	width:36; 
	height:36;
	bottom:30px;
	left:3px;
	border:0px #FF0000 solid;
	display:block;
}

.call_idle
{
	width:36px;
	height:36px;
	background-image:url(../images/call.png);
	cursor:pointer;
}

.call_idle:hover
{
	background-image:url(../images/call_hover.png);
}

.call_talking
{
	width:36px;
	height:36px;
	background-image:url(../images/talking.png);
	cursor:pointer;
}

#callFrame
{
	position:fixed; 
	z-index:5000;
	filter:alpha(opacity=0); 
	width:214px;
	height:160px;  
	bottom:66px;
	left:3px;
	border:0px #FF0000 solid;
	display:block;
}

#index_call
{
	z-index:5005;
	position:fixed; 
	width:214px; 
	height:200px;
	bottom:66px;
	left:3px;
	background:#EFF0F1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:0px #FF0000 solid;
	display:none;
}

#lanFrame
{
	position:absolute; 
	z-index:3000;
	filter:alpha(opacity=0); 
	width:100px;
	height:60px;  
	border:0px #FF0000 solid;
	display:none;
}

#lg_language_txt
{
	color:#ddd;
	font-size:12px;
	line-height:25px;
	text-indent:15px;
	cursor:pointer;
}

.lan_list{
	float:left;
}

.lan_item, .user_item, .search_item
{
	width:auto;
	color:#666;
	font:12px;
	line-height:30px;
	height:30px;
	cursor:pointer;
	text-indent:15px;
	padding-right:10px;
}

.lan_item_sel
{
	font-weight:bold;	
}

.lan_item_sel span
{
	color:#F60;
}

.lan_item:hover, .user_item:hover, .search_item:hover
{
	background:#108ee9;
	color:#FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.lan_title_span
{
	float:left;
	width:auto;
}

.i_lan_down{
	width:8px;
	height:20px;
	float:left;
	margin-left:10px;
	background:url(../images/exp.gif) 0 -48px no-repeat;
	cursor:pointer;
}

#lg_model
{
	position:relative;
	width:100%;
	height:40px;
	line-height:40px;
	font-size: 40px;
    color: #ddd;
    margin-bottom: 10px;
    white-space: nowrap;
    text-shadow: 0 2px 4px rgba(39,44,56,.8);
	border:0px #FF0000 solid;
	text-align:center;
}


#lg_info_show{
	font-size:14px;
	text-align:center;
}

.span_red_txt
{
	color:#F00;
}
.span_green_txt
{
	color:#0F0;
}


#lg_copyright
{
	position:absolute;
	width:100%;
	height:23px;
	float:left;
	color:#8c8c8c;
	line-height:23px;
	text-align:center;
	bottom:0px;
}

#lg_copyright span
{
	color:#8c8c8c;
}

.lg_title_span
{
	color:#FFF;
	font-size:13px;
}

.lg_forget_pwd_span{
	color:#09F;
	cursor:pointer;
	line-height:40px;
	margin-left:5px;
	margin-right:5px;
	text-decoration: underline;
	float:right;
	
	
}

.lg_forget_pwd_span:hover{
	color:#F60;
}

.lg_tip span{
	color:#FFF;
	font-weight:400;
	font-size:17px;
}

.lg_Button span{
	color:#fff;
	font-size:15px;
}

.lg_Button:hover{
	background-color:#0CF;
}

.lg_Button {
  position: relative;
  cursor: pointer;
  width: 376px;
  background-color: #3370ff;
  border: 0px;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:44px;
  line-height:44px;
  margin-top:0px;
}

.lg_input_bg{
	background:#FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main_top{
    width:100%;
	height:50px;
	background:#22262e;
	overflow:hidden;
}

.top_left_logo
{
	float:left;
	margin:0px;
	margin-left:10px;
	width:50px;
	height:50px;
	background:url(../images/logo1.png) no-repeat;
}

.top_right_tip{
	float:right;
	margin-right:20px;
	margin-top:0px;
}

.top_right_time{
	float:right;
	border:0px #FF0000 solid;
	color:#FFF;
	clear:both;
	font-size:12px;
	margin-top:8px;
}

.lgin_title
{
	float:left;
	line-height:50px;
}

.lgin_title span
{
	color: #e1e8f0;
    float: left;
    display: inline;
    font-size: 20px;
    font-weight: 500;
    padding-left: 8px;
}

.logout_div
{
	float:left;
	line-height:25px;
	cursor:pointer;
}

#logout_bt{
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:12px;
}

.logout_div:hover
{
	color:#F60;	
}

.top_v_line
{
	width:1px;
	height:12px;
	color:#FFF;	
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	border-left:1px #ddd solid;
}

#main_mid{
	width:100%;
	float:left;
}

#main_mid_left{
	width:220px;
	float:left;
	background:#2c313d;
	overflow:auto;
}

.black_div{
	height:30px;
}

.ultitle{
	height:40px;
	line-height:40px;
	text-indent:5px;
	margin-top:0px;
	margin-left:3px;
	cursor:pointer;
}

.i_up{
	width:8px;
	height:40px;
	float:right;
	margin-right:10px;
	background:url(../images/exp.gif) 0 0 no-repeat;
}

.i_down{
	width:8px;
	height:40px;
	float:right;
	margin-right:10px;
	background:url(../images/exp.gif) 0 -40px no-repeat;
}


.ultitle span{
	color:#FFF;
	font-size:15px;
	font-weight:200;
}

#main_mid_left ul
{
	margin-left:0px;
}

#main_mid_left ul li{
	width:100%;
	height:35px;
	line-height:35px;
	cursor:pointer;
	display:block;
	text-indent:35px;
}

#main_mid_left ul li:hover{
	color:#FFF;
	font-weight:400;
}

.li_unsel{
	color:#CCC;	
}


.li_sel{
	background:#5188f0;
	color:#FFF;
}

#main_mid_right{
	position:absolute;
	left:220px;
	background:#FFF;
	margin:0px;
}

#dav_title{
	height:28px;
	background:#acadad;
	line-height:28px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-indent:25px;
	color:#FFF;
}

#content_main{
	float:left;
}

#main_bottom{
	width:100%;
	height:23px;
	float:left;
	color:#ffffff;
	line-height:23px;
	text-align:center;
	position: fixed;
    bottom: 0;
	
/*	border-top: solid 1px #333;*/
	background:#8c8c8c;
}

#main_bottom span
{
	color:#ffffff;
}

#main_box{
	overflow: auto;
	border:0px solid #CCC;
	margin:0px;
	margin:0px;
	padding-left:0px;
	float:left;
	background: none repeat scroll 0 0 #FFFFFF;
}

#main_box_live{
	overflow: auto;
	border:0px solid #CCC;
	margin:0px;
	margin:0px;
	padding-left:0px;
	float:left;
	background: none repeat scroll 0 0 #FFFFFF;
}

#main_info{
	width:98%;
	height:auto;
	border:0px solid #CCC;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
}

#main_info_holiday{
	width:800px;
	height:auto;
	border:0px solid #CCC;
	margin:0px;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	float:left;
}

#video_top_bar
{
	clear:both;
}

.v_size_bt,.v_stream_bt
{
	width:32px;
	height:32px;
	border:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	float:left;
	font-size:13px;
	text-align:center;
	line-height:32px;
	margin-top:6px;
	background:transparent;
	margin-left:5px;
	color:#FFF;
}

.live_av_ctrl_bt
{
	width:32px;
	height:32px;
	border:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	float:left;
	font-size:13px;
	text-align:center;
	line-height:32px;
	margin-top:6px;
	background:url(../images/live.gif) 0px 0px;
	margin-left:5px;
}

.v_start_btt
{
	width:32px;
	height:32px;
	border:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	float:left;
	font-size:13px;
	text-align:center;
	line-height:32px;
	margin-top:6px;
	background:url(../images/start.gif) 0px 0px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
}

.v_size_bt_hover
{
	background:#ff9900;	
}

.v_bt_sel
{
	background:#ff9900;
}

.v_start_bt
{
	width:32px;
	height:32px;
	border:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	float:left;
	font-size:13px;
	text-align:center;
	line-height:32px;
	margin-top:6px;
	background:url(../images/start.gif) 0px 0px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
}

#check_ocx span
{
	color:#FFF;	
	text-decoration: underline;	
}

#main_plugin
{
	clear:both;
	text-align:center;
	vertical-align:middle;
	height:auto;
	background:#000;
	display:table-cell;
}

#video_box
{
	clear:both;
	text-align:center;
	vertical-align:middle;
	height:auto;
	background:#000;
	display:table-cell;
}

#save_info_box
{
	width:100%;
	margin:0px;
	height:45px;
	line-height:45px;
	vertical-align:middle;
	border-top:1px #CCCCCC solid;
	float:left;
	clear:both;
}

.view_bar_bg
{
	background:#202224;
}

.c_button{
  position: relative;
  cursor: pointer;
  width: 120px;
  background-color: #3370ff;
  border:#0F0 solid 0px;
  font-size: 16px;
  color: #315965;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin:auto auto;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
}

.c_button_auto_width
{
	width:auto;
}

.c_button_disable
{
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 120px;
  background-color: #CCC;
  border: 0px;
  font-size: 16px;
  color:#999;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
}

.c_button_disable:hover
{
	background-color:#CCC;
}

.c_button_red_bg
{
	background-color:#F00;
}

.c_button_disable span
{
	color:#999;
}

.c_button_m{
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 120px;
  background-color: #3370ff;
  border: 0px;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
}

.c_button_min{
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 60px;
  background-color: #3370ff;
  border: 0px;
  font-size: 14px;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin-top:3px;
  margin-right:5px;
  margin-left:5px;
  padding-left:5px;
  padding-right:5px;
}

.c_button_chose_file{
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 350px;
  background-color:#3370ff;
  border:#CCC solid 1px;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin-right:5px;
  padding-left:0px;
  padding-right:0px;
}

.c_button_chose_file:hover
{
	border: solid 1px #F9A65A;
}

.c_button_chose_file i
{
	color:#FFF;
}

.c_button_chose_file i:hover
{
	color:#3370ff;
}

.c_button_page{
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 70px;
  background-color: #3370ff;
  border: 0px;
  font-size: 12px;
  color: #315965;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:20px;
  line-height:14px;
  margin-left:3px;
  margin-right:3px;
  margin-up:10px;
  margin-bottom:5px;
  padding-left:2px;
  padding-right:2px;
  padding-up:2px;
  padding-bottom:2px;
}

.c_button span{
	color:#FFF;
}

.c_button_m span{
	color:#FFF;
}

.c_button_min span{
	color:#FFF;
}

.c_button_page span{
	color:#FFF;
}

.c_button_hover{
	background-color:#2581FC;
}

.c_button:hover{
	background-color:#0CF;
}

.c_button_m:hover{
	background-color:#0CF;
}

.c_button_min:hover{
	background-color:#0CF;
}

.md_page_button{
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 160px;
  background-color: #3370ff;
  border: 0px;
  font-size: 16px;
  color: #315965;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
  clear:none;
}

.md_page_button_disable{
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 160px;
  background-color: #ccc;
  border: 0px;
  font-size: 16px;
  color: #315965;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
  clear:none;
}

.md_page_button_disable span
{
	color:#999;
}

.md_page_button span{
	color:#FFF;
}

.md_page_button:hover{
	background-color:#0CF;
}

.bt_edit{
	width:20px;
	height:20px;
	border:0px;
	background:url(../images/tools.png) -20px 0px no-repeat;
	cursor:pointer;
}

.bt_edit:hover{
	background:url(../images/tools.png) -40px 0px no-repeat;
}

.bt_del{
	width:20px;
	height:20px;
	border:0px;
	background:url(../images/tools.png) -20px -20px no-repeat;
	cursor:pointer;
}

.bt_del_disabled{
	width:20px;
	height:20px;
	border:0px;
	background:url(../images/tools.png) 0px -20px no-repeat;
	cursor:auto;
}

.bt_del:hover{
	background:url(../images/tools.png) -40px -20px no-repeat;
}

#save_bt_div{
	height:45px;
	margin-left:35px;
	vertical-align:middle;
	float:left;
   /* background-image: linear-gradient(to right, #fff, currentColor 100%);*/
}

#save_info{
	line-height:45px;
	margin-left:25px;
	float:left;
	display:none;
   /* background-image: linear-gradient(to right, #fff, currentColor 100%);*/
}

table{
	border-collapse: collapse;
}

.table_head {
	background: none repeat scroll 0 0 #3E4041;
	height: 33px;
	line-height: 33px;
	color: #ffffff;
	border: 0px;
}

.css_table th{
	padding-top:2px;
	padding-bottom:2px;
	border:1px #DFDFDF solid;
	cursor:pointer;
}

.sepline {
  border-top: #c5c5c5 1px solid;
  height: 1px;
  width: 100%;
  display: block;
  margin:0;
  clear: both;
}

.w_span{
	color:#FFF;
	display:inline;
}

.w_span_m{
	color:#000;
}

#list_view,#white_list_view{
	height:567px;
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
	/*background:#F0F0F0;*/
	border:0px solid #b5b5b5;
	border-top:0px;
}

#white_list_view_m{
	min-height:695px;
	width:100%;
	min-width:900px;
	overflow-x:auto;
	overflow-y:hidden;
	/*background:#F0F0F0;*/
	border:0px solid #b5b5b5;
	border-top:0px;
	margin-top:5px;
	margin-bottom:3px;
}

.list_head
{
	width:100%;
	height:35px;
	line-height:35px;
	background: none repeat scroll 0 0 #3E4041;
	border-left:1px #3E4041 solid;
	border-right:1px #3E4041 solid;
	margin-top:5px;
}

.list_head_holiday
{
	width:500px;
	height:35px;
	line-height:35px;
	background: none repeat scroll 0 0 #3E4041;
	border-left:1px #3E4041 solid;
	border-right:1px #3E4041 solid;
	margin-top:5px;
}

.list_head_white
{
	width:800px;
	height:35px;
	line-height:35px;
	background: none repeat scroll 0 0 #3E4041;
	border-left:1px #3E4041 solid;
	border-right:1px #3E4041 solid;
	margin-top:5px;
}

.list_head_m
{
	width:940px;
	background: none repeat scroll 0 0 #3E4041;
	border-left:1px #3E4041 solid;
	border-right:1px #3E4041 solid;
	margin-top:5px;
}

.list_div{
	width:800px;
	height:33px;
	line-height:33px;
	text-align:center;
	border-bottom:1px #DFDFDF solid;
}

.holiday_list_div{
	width:500px;
	height:33px;
	line-height:33px;
	text-align:center;
	border-bottom:1px #DFDFDF solid;
}

.holiday_list_div_sel
{
	background: #C1DDC1;
}

.edit_holiday_item
{
	width:100%;
	height:350px;
	overflow:auto;
}

.edit_line{
	clear:both;
	line-height:35px;
}


.edit_holiday_title
{
	width:150px;
	float:left;
	line-height:35px;
}

.edit_holiday_body
{
	width:auto;
	float:left;
}

.edit_holiday_add
{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -154px -20px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:7px;
	margin-left:10px;
	float:left;
}

.edit_holiday_minus
{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -220px -20px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:7px;
	margin-left:10px;
	float:left;
}

#edit_holiday_block
{
	
}

.row_selected
{
	background:#DFE8F6!important;
}

.list_div_m{
	width:100%;
	height:33px;
	line-height:33px;
	text-align:center;
	border-bottom:1px #DFDFDF solid;
	clear:both;
}

.list_div:hover, .holiday_list_div:hover{
	background:	#C1DDF1; /* Old browsers */
}

.list_div_m:hover{
	background: #C1DDF1; /* Old browsers */
}

.list_div_detail{
	width:100%;
	height:auto;
	display:none;
	border-bottom:0px #DFDFDF solid;
	background: #e3e3e3;
}

.list_index
{
	/*width:99px;*/
	width:10%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_index_a
{
	width:7%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}
.list_index_b
{
	width:24%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}
.list_index_c
{
	width:15%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}
.list_index_d
{
	width:19%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}
.list_index_e
{
	width:8%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_index_mm
{
	width:180px;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_number
{
	width:599px;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}

#white_phone_checkall,.white_phone_cb
{
	margin-top:0px;
}

.user_info_cb
{
	margin-top:1px;
}

.list_sch_name
{
	/*width:499px;*/
	width:68%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_doorsch_name
{
	/*width:499px;*/
	width:34%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_holiday_name
{
	/*width:499px;*/
	width:65%;
	height:33px;
	line-height:33px;
	text-align:center;	
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_sch_detail
{
	/*width:99px;*/
	width:10%;
	height:33px;
	line-height:33px;	
	text-align:center;
	vertical-align:middle;
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_holiday_detail
{
	/*width:99px;*/
	width:15%;
	height:33px;
	line-height:33px;	
	text-align:center;
	vertical-align:middle;
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_holiday_detail button
{
	margin-top:5px;
}

.list_sch_detail_m
{
	width:8%;
	height:33px;
	line-height:33px;	
	text-align:center;
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_sch_detail button, .list_sch_detail_m button
{
	margin-top:5px;
}

.list_sch_edit_m
{
	width:8%;
	height:33px;
	line-height:33px;	
	text-align:center;
	float:left;
	border-right:0px #DFDFDF solid;
}

.list_sch_edit
{
	/*width:100px;*/
	width:10%;
	height:33px;
	line-height:33px;
	text-align:center;
	float:left;
}

.list_sch_edit button, .list_sch_edit_m button
{
	margin-top:5px;
}

.list_sch_del_m
{
	width:8%;
	height:33px;
	line-height:33px;
	text-align:center;
	float:left;
}

.css_table tbody tr:hover{
	background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 23%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 23%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 23%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 23%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 23%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.css_table td{
	padding-top:1px;
	padding-bottom:1px;
	border:1px #DFDFDF solid;
	cursor:pointer;
	line-height:25px;
	height:25px;
	text-align:center;
}

.multi_table td{
	padding-top:1px;
	padding-bottom:1px;
	border:0px #DFDFDF solid;
	cursor:pointer;
	line-height:40px;
	height:40px;
	text-align:left;
}

.page_content
{
	/*clear:both;*/
	float:left;
	width:100%;
}

.page_content_right
{
	/*clear:both;*/
	border:0px #DFDFDF solid;
	border-left:1px #DFDFDF solid;
	border-right:1px #DFDFDF solid;
	width:280px;
	height:auto;
	margin-left:10px;
	margin-top:5px;
	float:left;
}

.page_top_bt{
	margin-top:3px;
	margin-bottom:0px;
	height:auto;
}

.page_search_bt{
	display:none;
	margin-top:3px;
	margin-bottom:0px;
	height:auto;
	height:30px;
}

.itemdiv{
	width:1000px;
	height:38px;
	line-height:38px;
	border:0px #CCC solid;
	border-left:#FFF 3px solid;
	clear:both;
	padding:0px;
	vertical-align:middle;
}

.itemdiv_mm{
	width:20px;
	height:1px;
	line-height:1px;
	border:0px #CCC solid;
	border-left:#FFF 3px solid;
	clear:both;
	padding:0px;
	vertical-align:middle;
}
/*no hover*/
.itemdiv_n{
	width:1000px;
	height:38px;
	line-height:38px;
	border:0px #CCC solid;
	border-left:#FFF 3px solid;
	clear:both;
	padding:0px;
}

.itemdiv_a{
	width:1000px;
	height:92px;
	border:0px #CCC solid;
	border-left:#FFF 3px solid;
	clear:both;
}

.itemdiv_video{
	width:60px;
	height:38px;
	line-height:38px;
	border:0px #CCC solid;
	border-left:#FFF 3px solid;
	clear:both;
	padding:0px;
	vertical-align:middle;
}
.item_label{
	width:330px;
	margin-left:10px;
	float:left;
}

.video_item_label{
	width:8px;
	margin-left:10px;
	float:left;
}

.label_m{
	width:20px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.label_m span{
	color:#060;
}

.itemdiv_a .item_label{
	line-height:92px;
}

.sub_l{
	margin-left:15px;
}

.item_content{
	float:left;
	border:#FFD9D9 0px solid;
	padding:0px;
	vertical-align:middle;
	display:table-cell;
	white-space:nowrap;
}

.video_item_content{
	float:left;
	border:#FFD9D9 0px solid;
	padding:0px;
	vertical-align:middle;
	display:table-cell;
	white-space:nowrap;
}

.item_dynamic_tip{
	text-indent:5px;
	border:#FFD9D9 1px solid;
	border-left:#F00 0px solid;
	white-space:nowrap;
}

.item_dynamic_tip span{
	font-size:12px;
	font-style:italic;
}

.item_dynamic_tip_red{
	text-indent:5px;
	border:#FFD9D9 1px solid;
	border-left:#F00 0px solid;
	white-space:nowrap;
}

.item_dynamic_tip_red span{
	color:#F00;
	font-size:12px;
	font-style:italic;
}

.item_err{
	background:#FFD9D9;
	text-indent:5px;
	border:#FFD9D9 1px solid;
	border-left:#F00 0px solid;
	white-space:nowrap;
}

.item_err span{
	color:#F00;
	font-size:12px;
	font-style:italic;
}

.item_tip{
	background:#9F9;;
	text-indent:5px;
	border:#9F9 1px solid;
	border-left:#9F9 0px solid;
}

.item_tip span{
	color:#060;
}

.itemdiv:hover, .itemdiv_a:hover{
	background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 23%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 23%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 23%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 23%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 23%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */	
	border:#DDD 1px solid;
	border-left:#CCC 3px solid;
}

h1{
	font-size:18px;
	color:#0769ad;
	font-weight:bold;
	border-bottom:1px solid #0769ad;
	margin-bottom:10px;
}

h2{
	font-size:14px;
	color:#0769ad;
	font-weight:bold;
	line-height:40px;
	width:1000px;
	border-bottom:1px solid #c5c5c5;
	float:left;
	clear:both;
}

h2_hfy{
	font-size:16px;
	color:#FFF;
	font-weight:400;
	line-height:40px;
	padding:10px;
	/*border-bottom:1px solid #c5c5c5;*/
	margin-bottom:10px;
	text-decoration:none;
}

h2_sip_calling_tip{
	font-size:18px;
	color:red;
	font-weight:bold;
	line-height:40px;
	width:1000px;
	border-bottom:1px solid #c5c5c5;
	margin-bottom:10px;
}

input,button,select{
  font-family: "lucida grande",arial,verdana,sans-serif;
	font-size:12px;	
	color:black;
	vertical-align:middle;
	margin:0px;
}

input[type="radio"],input.radio{
	width:16px;
	height:16px;
	margin-top: -3px;
}

input[type="checkbox"],input.checkbox{
	border-radius: 4px;
	width:16px;
	height:16px;
	background:#FFF;
}

input.text, input[type="text"],
input.password, input[type="password"]
{
  padding: 4px;
	/*background: url(images/form-field-bg.gif) no-repeat;*/
  border: 1px solid #BDC7D8;
  width:340px;
  height:20px;
  line-height:20px;
  margin:0px;
  border-radius: 4px;
}

select {
	 padding-top:6px;
	 padding-bottom:6px;
	 padding-right:2px;
 	 border:1px solid #BDC7D8;
	 width:350px;
	 height:30px;
	 border-radius: 4px;
}

select option
{
	padding:4px 10px 4px 10px;
	font-size:13px;
	font-weight:normal;
}

textarea{
	padding: 4px;
	 border: 1px solid #BDC7D8;
	 width:340px;
	 resize:none;
	 height:76px;
	 margin-top:3px;
	 border-radius: 4px;
}

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover
{
	border: solid 1px #F9A65A;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus
{
	border: solid 1px #3b9acc;
}

input[type="button"]{
	padding-left:5px;
	padding-right:5px;
}


.save_ok {
	text-indent:10px;
	color:#090;
	position: relative;
	top: 0px;
	border: 0px;
	padding: 0px;
	height:45px;
	font-weight:bold;
}

.save_fail {
	text-indent:10px;
	color:#F00;
	position: relative;
	top: 0px;
	border: 0px;
	padding: 0px;
	height:45px;
	font-weight:bold;
}		
		
.block_div{
	display:none;
}

.sch_th_bg{
	background:#2c313d;
	font-weight:bold;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	text-align:left;
}

.sch_th_bg span{
	color:#FFFFFF;
	text-indent:10px;
}

#edit_title{
	margin-left:10px;
}

.dialog_close{
	width:24px;
	height:24px;
	line-height:24px;
	border:0px;
	background:url(../images/dialog_close.png) 0px 0px;
	position:relative;
	margin:0px;
	padding:0px;
	margin-right:5px;
	float:right;
	cursor:pointer;
}

.dialog_close:hover{
	background:url(../images/dialog_close.png) 0px -24px;
}

#confirm_info{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	text-align:left;	
}

#confirm_info span{
	line-height:25px;
	color:#00F;
	font-size:16px;
}

.confirm_warn{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	padding:5px;
	color: #dc6801;
    background-color: #fff3cf;
}

.confirm_warn span{
	line-height:20px;
	color:#F90;
}

.disabled{
	color:#999;
	background:#F1F1F1;
}

.span_red
{
	color:#FFF;
	background:#F00;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

.span_green
{
	color:#FFF;
	background:#090;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

.span_warn
{
	color:#FFF;
	background:#F60;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

#poptip
{
	z-index: 1010;
	padding: 14px 20px;
	margin-top: 42px;
	margin-left: 787px;
	width: 200px;
	line-height: 16px;
	font-size: 14px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
}

#save_tip
{
	position:absolute;
	z-index:100001;
	padding:0;
	top:29px;
	height:20px;
	width: 100%;
	line-height: 16px;
	font-size: 14px;
	text-align:center;
	display:none;
	cursor:pointer;
}

#save_tip_sub
{
	z-index:100001;
	padding:0;
	top:20px;
	height:20px;
	width: 100%;
	line-height: 16px;
	font-size: 14px;
	position: absolute;
	text-align:center;
	display:none;
	cursor:pointer;
}


u {
  text-decoration: underline;
}
 
b {
  font-weight: bold;
}

.list_detail
{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -286px -20px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:1px;
}

.list_enable
{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -27px -88px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:1px;
}

.list_disable
{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -1px -88px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:1px;
}

.list_detail:hover
{
	background:url(../images/settings_edit.png) -308px -20px;
}

.list_edit
{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -352px -20px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:1px;
}

.list_edit_sch
{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -352px -20px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:5px;
}


.list_edit_disable
{
	background:url(../images/settings_edit.png) -330px -20px;
}

.list_edit, list_edit_sch:hover
{
	background:url(../images/settings_edit.png) -374px -20px;
}

.icon_alarm_test
{
   cursor:pointer;
   font-size:20px;
   color:#000;
}

.icon_alarm_test:hover
{
	color:#FFE153;
}



.list_remove
{
	width:20px;
	height:20px;
	background:url(../images/tools.png) -20px -20px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:1px;
}

.list_remove_disable
{
	background:url(../images/tools.png) 0px -20px;
}

.list_remove:hover
{
	background:url(../images/tools.png) -40px -20px;
}

#block_edit_left
{
	width:150px;
	float:left;
}

#block_edit_right
{
	width:430px;
	float:left;
	border-left: #c5c5c5 1px solid;
}

#block_edit
{
	width:100%;
	height:auto;
}

#block_md_edit
{
	width:640px;
	height:480px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.alarm_act_item
{
	width:50%;
	height:30px;
	line-height:30px;
	float:left;
	text-indent:15px;
}

.alarm_act_item_hfy_hide
{
	width:50%;
	height:30px;
	line-height:30px;
	float:left;
	text-indent:15px;
	display:none;
}

.week_bt
{
	width:100%;
	height:32px;
	line-height:32px;
	text-align:center;
	cursor:pointer;
}

.week_bt_hover
{
}

.week_bt_hover span
{
	color:#F90;
}

.week_bt_sel
{

}

.week_bt_sel span
{
	font-weight:bold;
	color:#F00;
}

.slider {
   background-color:#CCC;
   border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  WIDTH: 250px; 
  CURSOR: pointer; 
  HEIGHT: 5px; 
  float:left;
  margin-top:17px;
  margin-left:2px;
}

.bar {
	BORDER-RIGHT: buttonhighlight 0px outset; BORDER-TOP: buttonhighlight 0px outset; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(../images/settings_volume_button.png); background-position:0px 0px; BORDER-LEFT: buttonhighlight 0px outset; WIDTH: 22px; CURSOR: pointer; BORDER-BOTTOM: buttonhighlight 0px outset; HEIGHT: 22px; BACKGROUND-COLOR: transparent; margin-top:-8px; line-height:22px;
}

.slider_off {
	background-color:#CCC;border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; WIDTH: 250px; HEIGHT: 5px;  BACKGROUND-COLOR:transparent
}
.bar_off{
	BORDER-RIGHT: buttonhighlight 0px outset; BORDER-TOP: buttonhighlight 0px outset; FONT-SIZE: 12px;; BACKGROUND-IMAGE: url(../images/settings_volume_button.png); background-position:0px -22px; BORDER-LEFT: buttonhighlight 0px outset; WIDTH: 22px; CURSOR: pointer; BORDER-BOTTOM: buttonhighlight 0px outset; HEIGHT: 22px; BACKGROUND-COLOR: transparent; margin-top:-8px;
}

.min_tip{
	float:left;
	margin-right:3px;
}

.bat_tip_txt
{
	font-size:12px;
}

#mic_mute
{
	width:24px;
	height:24px;
	border:0px;
	margin-top:7px;
	padding:0px;
	background:url(../images/mute.gif) -24px 0px;
	float:left;
	cursor:pointer;
}

#spk_mute
{
	width:24px;
	height:24px;
	border:0px;
	padding:0px;
	margin-top:7px;
	background:url(../images/mute.gif) 0px 0px;
	float:left;
	cursor:pointer;
}

.detailbox {
  display: block;
  height: 256px;
  width: 800px;
  margin:auto;
}

.detailbox1 {
  display: block;
  height: 286px;
  width: 800px;
  border:0px #F00 solid;
  margin:auto;
}

.detailbox1_top{
	width:100%;
	height:7px;
}

.detailbox1_top_icon{
	width:14px;
	height:7px;
	background:url(../images/setting_video_form_arrow.png) no-repeat;
	margin:auto;
	z-index:10;
	position:relative;
}

.detailbox2 {
  display: block;
  width: 800px;
  height:330px;
  background: #e3e3e3;
  border:0px #F00 solid;
}

.holiday_item
{
	margin-top:0px;
	width:25%;
	float:left;
	border:0px #DFDFDF solid;
	text-align:left;
	text-indent:10px;
	line-height:25px;
}

.holiday_item_name
{
	padding:5px;
	margin-left:0px;
	margin-top:0px;
	width:270px;
	background:#3E4041;
	float:left;
	border:0px #DFDFDF solid;
	border-bottom:1px #DFDFDF solid;
	text-align:center;
	font-weight:400px;
	color:#FFF;
}

.holiday_item_add
{
	padding:5px;
	margin-left:10px;
	margin-top:3px;
	width:235px;
	background:#3370ff;
	float:left;
	border:1px #CCCCCC solid;
	text-align:center;
}

.holiday_item_add span
{
	color:#FFF;
}

.holiday_item_add:hover
{
	cursor:pointer;	
	background-color:#0CF;
}

.plantleft {
  position: relative;
  height: 246px;
  width: 92px;
  background: url(../images/setting_video_form.png);
  float:left;
  margin-left:65px;
  margin-top:-2px;
}

.plantleft1 {
  position: relative;
  height: 276px;
  width: 92px;
  background: url(../images/setting_video_form1.png);
  float:left;
  margin-left:65px;
  margin-top:-2px;
}

.actplant {
  position: relative;
  height: 246px;
  width: 670px;
  float:left;
  margin-left:65px;
  margin-top:-1px;
  background:#f9f9f9;
  border:1px #b5b5b5 solid;
}

.act_flag
{
	width:24px;
	height:24px;
	margin-left:20px;	
	border:0px #b5b5b5 solid;
	float:left;
	margin-top:2px;
	background:url(../images/settings_edit.png) -1px -87px;
}

.act_txt
{
	float:left;	
}

.plant_week
{
	width:100%;
	height:30px;
	line-height:31px;
	text-align:center;	
}

.plantable {
  position: relative;
  height: 246px;
  width: 578px;
  background: url(../images/setting_video_form.png) -92px 0px;
  float:left;
  margin-top:-2px;
}

.plantable1 {
  position: relative;
  height: 276px;
  width: 578px;
  background: url(../images/setting_video_form1.png) -92px 0px;
  float:left;
  margin-top:-2px;
}

.block_copy
{
	line-height:40px;
	margin-left:10px;
}


.copy_bt{
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
}


.copy_bt span
{
	line-height:25px;
	margin:0px;
	padding:0px;
}

.hide_item
{
	display:none;
}

#video_plugin
{
	width:640px;
	height:360px;
	float:left;
	background:#000;
}

.tip_button
{
  padding: 4px;
	/*background: url(images/form-field-bg.gif) no-repeat;*/
  border: 1px solid #BDC7D8;
  width:16px;
  height:24px;
  line-height:20px;
  margin:0px;
}

.tr_pwd_icon
{
	width:20px;
	height:20px;
	display:block;
	border:0px;
	float:inherit;
}

#show_pin_icon
{	
	width:20px;
	height:20px;
	display:inline-block;
	margin:auto auto;
	margin-left:5px;
}

.pin_hide_icon
{
	width:20px;
	height:20px;
	border:none;
	background:url(../images/passwd_icon.png) -60px 0px;
	/*border:0px;*/
	padding:0px;
	cursor:pointer;
	margin-top:10px;
}

.pin_show_icon
{
	width:20px;
	height:20px;
	border:none;
	background:url(../images/passwd_icon.png) -20px 0px;
	/*border:0px;*/
	padding:0px;
	cursor:pointer;
	margin-top:10px;
}

.passwd_hide_icon
{
	width:20px;
	height:20px;
	border:none;
	background:url(../images/passwd_icon.png) -40px 0px;
	/*border:0px;*/
	padding:0px;
	cursor:pointer;
	margin-top:4px;
}

.passwd_show_icon
{
	width:20px;
	height:20px;
	border:none;
	background:url(../images/passwd_icon.png) 0px 0px;
	/*border:0px;*/
	padding:0px;
	cursor:pointer;
	margin-top:4px;
}

.SyncBtnBanner {
	position:relative;
    display: none;
    background: #fff799;
    background: -moz-linear-gradient(top, #f6d53e 23%, #fff799 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #f6d53e), color-stop(100%, #fff799) );
    background: -webkit-linear-gradient(top, #f6d53e 23%, #fff799 100%);
    background: -o-linear-gradient(top, #f6d53e 23%, #fff799 100%);
    background: -ms-linear-gradient(top, #f6d53e 23%, #fff799 100%);
    background: linear-gradient(to bottom, #f6d53e 23%, #fff799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d53e', endColorstr='#fff799', GradientType=0 );
    height: 40px;
    line-height: 40px;
    top: 0;
    width: 70%;
    z-index: 30;
    padding: 0px 0px;
    margin: auto auto;
	text-align:center;
	vertical-align:middle;
    border-bottom: 0px solid #808080;
	border-radius: 5px;
}

.wg_stat_banner {
    display: none;
    background: #fff799;
    background: -moz-linear-gradient(top, #f6d53e 23%, #fff799 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #f6d53e), color-stop(100%, #fff799) );
    background: -webkit-linear-gradient(top, #f6d53e 23%, #fff799 100%);
    background: -o-linear-gradient(top, #f6d53e 23%, #fff799 100%);
    background: -ms-linear-gradient(top, #f6d53e 23%, #fff799 100%);
    background: linear-gradient(to bottom, #f6d53e 23%, #fff799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d53e', endColorstr='#fff799', GradientType=0 );
    height: 40px;
    line-height: 40px;
    top: 0;
    width: 70%;
    z-index: 30;
    padding: 0px 0px;
    margin: auto auto;
	text-align:center;
	vertical-align:middle;
    border-bottom: 0px solid #808080;
	border-radius: 5px;
}

.recover_email{
    display:table;
    background: #f6d53e;
    height: auto;
	width:auto;
    padding: 8px 10px;
	margin:0px auto;
	text-align:center;
	vertical-align:middle;
    border-bottom: 0px solid #808080;
	border-radius:8px;
}

.recover_email span{
	color:#F00;
}

.recover_email a span{
	color:#000;
}

.md_table{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.user_list_table
{

}

.user_list_table th
{
	text-align:center;
	line-height:35px;
	border-right:0px #DFDFDF dotted;
	white-space: nowrap;
}

.user_list_table thead
{
	background: none repeat scroll 0 0 #3E4041;
	padding-left:5px;
	padding-right:5px;
}

.card_tip_icon
{
	float:left;
	width:auto;
	margin-right:20px;
	margin-left:5px;
	line-height:20px;
}

.card_enable
{
	background:url(../images/user_status_icons.png) 0 0 no-repeat;
	width:20px;
	height:20px;
	display:block;
	float:left;
}

.card_disable
{
	background:url(../images/user_status_icons.png) 0 -40px no-repeat;
	width:20px;
	height:20px;
	display:block;
	float:left;
}

.user_list_table td
{
	text-align:center;
	border: 0px dotted #ddd;
	border-bottom:1px solid #ddd;
	white-space: nowrap;
	line-height:28px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.user_list_table tbody tr:hover
{
	background: #C1DDF1; /* Old browsers */
}

.holiday_item_table
{
	background:#FFF;
	margin:auto;
}

.holiday_item_table tbody tr:hover
{
	background:#FFF;
}

.holiday_item_table tbody tr td
{
	text-align:left;
	text-indent:5px;
}


.back_bt
{
	background:url(../images/back.gif) 0 0 no-repeat;
	width:30px;
	height:20px;
	margin-right:5px;
	border:0px;
	cursor:pointer;
	float:left;
}

.card_edit_bt
{
	float:left;
	width:280px;
	text-align:center;
}

.card_edit_txt
{
	float:left;
	width:280px;
	text-align:center;
}
.card_edit_txt span
{
	font-weight:bold;
	color:#F30;
	font-size:18px;
}

.warning
{
	color:#FF0000;
	line-height:30px;
	font-weight:bold;
}

.warning_2
{
	color:#FF0000;
	font-weight:bold;
}

i{
	color:#FFF;
	margin-right:5px;
}

.test_i{
	color:#666;
	margin-left:5px;
	cursor:pointer;
}

.test_i:hover
{
	color:#0F0;
}

.io
{
	margin-left:5px;
}

icon{
	color:#FFF;
	font-size:14px;
	margin-right:8px;
}

.icon_hover
{
	color:#F90;
}

.odd
{
	background-color: #f8f8f8;
}


.datatable {width: 100%;border-style: none;background-color: #fff;margin-bottom: 20px;text-align: left;}
.datatable th, .datatable td { padding: 5px;line-height: 30px}
.datatable thead th {background-color: #eee;margin: 0;text-align: left;border-top: 1px solid #cfcfcf;border-bottom: 1px solid #cfcfcf;font-weight: 500}
.datatable tbody td {background-color: #fff;border-bottom: 1px solid #ddd;table-layout:fixed;word-break:break-all;font-weight: 400}
.datatable tbody tr.evenrow td {background-color: #f4f4f4;}
.datatable tfoot td {background-color: #fafafa;text-align: right;border-bottom: 1px solid #cfcfcf;}

.datatable td.paging a {border: 1px solid #eee; color: #444; margin: 4px; padding: 2px 7px; text-decoration: none; text-align:center;}

.datatable td.paging a.current {background: #eee; border: 1px solid #CFCFCF; color: #444; font-weight: bold;}
.datatable td.paging a.current{border: 0;cursor: auto;background:none}

.md_td_height{
	height:30px;
	margin:0px;
	padding:0px;
	border: 1px solid #CCCCCC;
	border-left:0px;
	border-right:0px;
	text-indent:5px;
}

.md_td_height_head{
	height:30px;
	text-indent:5px;
	margin:0px;
	padding:0px;
	border: 1px solid #CCCCCC;
	border-left:0px;
	border-right:0px;
	background:#3E4041;
	color:#FFFFFF;
}

.md_td_height_head span{
	color:#FFFFFF;
}

.md_tr{
	background:transparent;
	cursor:pointer;
}

.md_tr_check{
	background:#CCCCCC;
}

#md_rg_remove_all{
	width:40px;
	height:24px;
	line-height:24px;
	margin:0px;
	padding:0px;
	border:0px;
	cursor:pointer;
	margin-left:5px;
	background:url(../images/md_edit.png) -80px 0px;
}

#md_rg_remove_all:hover{
	background:url(../images/md_edit.png) -80px -24px;
}

.central_mode_span
{
	float:right;
	color:#FFF;
	background:#090;
	padding:3px;
	display:none;
}

.placeholder {color: #aaa;} 

.select_disable
{
	background-color: #EEE;
}

.add_icon_color{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -154px -20px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-right:5px;
}

.add_gds_item
{
	cursor:pointer;
	width:auto;
}

#content-title {
    margin: 0;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #e7ecf0;
    box-shadow: 0 1px 10px rgba(223,225,229,.5);
}

.content-name {
    float: left;
    margin-left: 10px;
    font-size: 18px;
}

#content-index {
	margin: 10px auto;
	width:99%;
    background-color: #fff;
    border-bottom: 0px solid #e7ecf0;
    box-shadow: 0 1px 10px rgba(223,225,229,.5);
	border-radius: 4px;
	line-height:60px;
	height:60px;
	padding:0px;
}

#content_hr
{
	width:98%;
	line-height:24px;
	margin:18px 20px;
	margin-top:18px;
	border:0px solid #F00;
	float: left;
}

#wizard_save_info_box{
	width:100%;
	margin:0px;
	height:45px;
	line-height:45px;
	vertical-align:middle;
	border-top:1px #CCCCCC solid;
	float:left;
	clear:both;
	position: fixed;
    bottom: 23px;
}

#wizard_main_mid{
	margin: 10px auto;
	width:99%;
    background-color: #fff;
    border-bottom: 0px solid #e7ecf0;
    box-shadow: 0 1px 10px rgba(223,225,229,.5);
	border-radius: 4px;
	height:auto;
	overflow:auto;
	min-width:1000px;
}

.wizard-item{
	float:left;
	width:100%;
}

.wizard-head {
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 24px;
}

.wizard-head span{
    float: left;
    font-size: 14px;
}

.wizard-content{
	margin-left:35px;
	margin-top:20px;
}

.ant-steps-head
{
	background: #fff;
	width:24px;
	height:24px;
	border-radius: 12px;
	float: left;
	text-align:center;
	font-size:14px;
	margin-left:5px;
}

.ant-steps-head-inner {
    border:1px solid #108ee9;
    background-color: #108ee9;
	color:#FFF;
}

.ant-steps-head-inner_no {
    border:1px solid #CCC;
    background-color: #fff;
	color:#CCC;
}

.ant-steps-head_txt
{
	float:left;
	line-height:30px;
	font-weight:400;
	margin-left:5px;
	color:#CCC;
	font-weight:400;
}

.ant-steps-head_txt span{
	color:#CCC;
}

.head_txt_set
{
	color:#000;
}

.head_txt_set span{
	color:#000;
}

.ant-steps-head_line
{
	width:100px;
	float:left;
	height:13px;
	border-bottom:1px solid #CCC;
	margin-left:5px;
}

.head_line_set
{
	border-bottom:1px solid #108ee9;
}

.test_i{
	color:#666;
	margin-left:5px;
	cursor:pointer;
}

.test_i:hover
{
	color:#0F0;
}

.on_hook
{
	background:#F00;
}

.off_hook
{
	background:#090;
}

.list_edit_btn{
  position: relative;
  top: 0px;
  cursor: pointer;
  width: 120px;
  background-color: #3370ff;
  border: 0px;
  font-size: 14px;
  color: #315965;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:30px;
  line-height:30px;
  margin-right:5px;
  padding-left:5px;
  padding-right:5px;
  color:#FFF;
}

#card_search
{
	float:left;
	border:#3370ff 1px solid;
	padding:0px;
	border-radius: 4px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}

#search_title
{
	float:left;
	line-height:30px;
	height:30px;
	background: #3370ff;
	float:left;
	padding:0px;
	border:0px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}

#search_title span
{
	color:#FFF;	
}

#search_index
{
	z-index:3001;
	float:left;
	position:absolute; 
	width:auto; 
	height:180px;
	top:30px;
	background:#EEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:0px #F00 solid;
	display:none;
}

#export_index
{
	z-index:3001;
	float:left;
	position:absolute; 
	width:auto; 
	height:60px;
	top:30px;
	background:#EEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:0px #F00 solid;
	display:none;
}

.triangle_border_down{
    width:0;
    height:0;
    border-width:4px 4px 0;
    border-style:solid;
    border-color:#FFF transparent transparent;/*灰 透明 透明 */
	float:right;
	margin-top:12px;
    position:relative;
}

.content_tip_txt,.content_tip_txt span
{
	color:#666;
	font-style:italic;
}

.box {
    background: #C0C0C0;
    width: 0px;
    height: 0px;
    position: absolute;
}

.box_drag {
	cursor: pointer;
}

.video_grid {
	width: 640;
    height: 360;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:110;
    border:1;
}

.mdbox {
	position: absolute;
    z-index:1000;
    border:solid 1px #f00;
    opacity:1.0;
}

.mdbox_sel {
	position: absolute;
	z-index:2000;
    border:solid 1px #f00;
    background: #F00;
    opacity:0.5;
}

.md_box_table_c {
	position:absolute;
	border:solid 1px #F00;
	z-index:1010;

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.md_box_grid {
    border:solid 1px #F00;
    border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.span_gray
{
	color:#FFF;
	background:#CCC;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

#export_index
{
	z-index:3001;
	float:left;
	position:absolute; 
	width:auto; 
	height:60px;
	top:30px;
	background:#EEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:0px #F00 solid;
	display:none;
}

#import_tip_info
{
	height:auto;
	max-height:300px;
	line-height:20px;
	overflow-y:auto;
	color: red;
    background-color: #fcdbd9;
	display:none;
}

.export_item
{
	width:auto;
	color:#666;
	font:12px;
	line-height:30px;
	height:30px;
	width:110px;
	cursor:pointer;
	text-indent:15px;
	padding-right:10px;
}

.export_item:hover
{
	background:#108ee9;
	color:#FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.list_edit_sch
{
	width:22px;
	height:22px;
	background:url(../images/settings_edit.png) -352px -20px;
	border:0px;
	padding:0px;
	cursor:pointer;
	margin-top:5px;
}

.list_edit, list_edit_sch:hover
{
	background:url(../images/settings_edit.png) -374px -20px;
}

.ca_bt_del
{
	float:left;
	margin-left:5px;
	margin-top:5px;
}

.JSUploadForm_div{
	position:relative;
	float:left;
  cursor: pointer;
  width: 120px;
  background-color: #3370ff;
  border:#0F0 solid 0px;
  font-size: 16px;
  color: #315965;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height:30px;
  margin:auto auto;
  margin-left:5px;
  margin-top:5px;
}

.JSUploadForm_div_a{
	position:relative;
	float:right;
  cursor: pointer;
  width: 120px;
  background-color: #3370ff;
  border:#0F0 solid 0px;
  font-size: 16px;
  color: #315965;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height:30px;
  margin:auto auto;
  margin-left:5px;
  margin-top:5px;
}

.JSUploadForm_div_b{
	position:relative;
	float:left;
  cursor: pointer;
  width: 120px;
  background-color: #3370ff;
  border:#0F0 solid 0px;
  font-size: 16px;
  color: #315965;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height:30px;
  margin:auto auto;
  margin-left:5px;
  margin-top:5px;
  margin-bottom:5px;
}

.JSUploadForm{background:#transparent;width:auto;padding:0px; padding-left:0px; float:left;width: 100%;}
.JSUploadForm .JSFileChoos,.startJSuploadButton{
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align:center;
  vertical-align:middle;
  display:inline-block;
 }
 .JSUploadForm .JSFileChoos span{
	 color:#FFF;
}
.JSFileCount{margin: 0 0 0 0;}
.JSUploadForm .JSpreveiw{margin-top: 0px;margin-left: -40px;}
.JSUploadForm ul.JSpreveiw{list-style-type: none;}
.JSUploadForm ul.JSpreveiw li{width: inherit;border-bottom: 1px solid rgb(78, 78, 78);padding: 10px;overflow: auto;background-color: rgb(26, 22, 22);}
.JSUploadForm ul.JSpreveiw li span{color: #fff;}
.JSUploadForm ul.JSpreveiw li span.JSsize{float:right}
.JSUploadForm ul.JSpreveiw li span.JSpercent{width: 100%;text-align: left;}
.JSUploadForm ul.JSpreveiw li span.JSfilename{width: 100%;text-align: left;}
.JSUploadForm ul.JSpreveiw li > div:first-child{width: 8%;}
.JSUploadForm ul.JSpreveiw li > div{width: 80%;float:left;position: relative;float: left;}
.JSUploadForm ul.JSpreveiw li div img{border: 1px solid rgba(255, 255, 255, 0.65);}
.JSProgressBarParent{background: #5A5A5A;height: 10px;}
.JSFileProgress {width: 0%;height: 10px;background-image: linear-gradient(#A4BDE4 20%, #1650AC 90%);}
.JSnotAllowed{color: red !important;}
.JSUploadForm ul.JSpreveiw li span.JSOprIcons{float: right;}
.JSUploadForm ul.JSpreveiw li span.JSOprIcons img{margin-right: 5px;cursor: pointer;width: 15px}
.JSUploadForm span{font-size: 12px}

.need_reboot_tip
{
	width:16px;
	height:16px;
	background-image:url(../images/need_reboot_tip.png);
	cursor:pointer;
	display:inline-block;
	margin-left:3px;
	margin-top:5px;
}

