/*---响应式布局开始----*/

@media only screen and (max-width: 1500px){
	/*电站分析部分button重叠问题*/
	.ana_para_left
	{
		width: 100%;	
		margin-left: 5%;
	}

	.ana_para_right
	{
		text-align: center;
		width: 100%;
		padding-bottom: 10px;	
	}	
}
@media only screen and (max-width: 1200px)
{

	/*电站概况滑落下一行*/
	.basic-plant-left
	{
		width:100%;
		min-height: 400px;
	}

	.basic-plant-right
	{
		width:100%;
		min-height: 400px;
		margin-left: 12px;
		padding-right: 30px;
		margin-top: 20px;
	}
}


/*------响应式结束------*/


/*浏览器检测样式*/
 #browserLow
 {
  	position: fixed;
  	top: 0px;
  	width:100%;
  	height: 30px;
  	color:red;
  	background-color: #fdffe0;
  	border:1px solid black;
  	text-align: center;
  	display: none;
 }
#browserClose
{
	position: fixed;
	top:0px;
	right: 0px;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
}

/*其他*/
.left
{
	float: left;
}
.right
{
	float: right;
}
.gray
{
	background-color: #ccc;
}
.red
{
	background-color: red;
}
.lightgreen
{
	background-color: #90ee90;
}
.green
{
	background-color: #5bcc52;
}
.yellow
{
	background-color: #F7EED6 !important;
}
.darkyellow
{
	background-color: #ea8a00 !important;
}
.blu
{
	background-color: #00a4f9;
}


#rightArea{
	margin-top: -25px;
	margin-left: -40px;
}

/*电站增删查改布局*/

.closeButton{
	float: right;
}
.editInput{
	width: 60%;
}
#SmallImgEdit{
	width:150px;
	height: 150px;
}


#SmallImg{
	width:100px;
	height: 100px;
}
.panel-heading{
	background-color: #f3f3f3;
}
.panel-heading h2{
	color: #328528;
}
.panel-heading a{
	color: #328528;
}


.panelButton
{
	margin-left: 45%;
}

.addSpace{
	margin-top: 30px;
}

#detailText{
	text-align: center;
}

#addPlant{
	font-size: 110%;
}

/*常用样式*/
.addPlantTitle{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.addPlantTitle p{
	font-weight: bold;
	font-size:110%;
}
.detailTitle{
	font-weight: bold;
	font-size: 110%;
	background-color: rgb(214, 255, 236);
	text-align: left;
}
.warning{
	color: red;
}
.faultInfo
{
	color: red;
	background-color: #FFCCCC;
	border: 1px solid red;
	display: none;	
}

.faultInfo > i
{
	color: red;
}
.successInfo
{
	color:green;
	background-color:#E7F3E9;
	border: 1px solid green;
	display: none;
}
.successInfo > i
{
	color: green;
}

/*datatable动态表格的tr样式*/
.tableStyle{
	text-align:center;
}
.tableStyle tr:nth-child(odd){
	background-color:white;
}
.tableStyle tr:nth-child(even){
	background-color:#eee;
}

.tableStyle th.sorting_disabled {
    text-align: center;
    background-color:#D6FFEC;
    font-size:110%;
    font-weight:bold;
}

/*自定义动态表格样式*/
.myTableStyle1{
	border-collapse: collapse;
	text-align: center;
	width:100%;
}

.myTableStyle1 th{
	text-align: center;
    /*background-color:#e7f3e9;*/
    background-color: rgb(214, 255, 236);
    font-size:110%;
    font-weight:bold;
    border:1px solid #ccc;
    height: 50px;
}

.myTableStyle1 td{
	border:1px solid #ccc;
	padding: 3px;
	height: 30px;
}

.myTableStyle1 tr:nth-child(odd){
	background-color:white;
}
.myTableStyle1 tr:nth-child(even){
	background-color:#eee;
}

/*所有时区控件选择控制*/
.select-timezone
{
	padding-left: 0px;
	padding-right: 0px;
}
/*所有动态图的样式*/
.charts-input{
	float:right;
	display: block;
	width:132px;
	height: 32px;
	padding-left: 25px;
}
.charts-container{
	height: 75vh;
	width:100%;
	margin: 0 auto;
	padding-top: 50px;
}
.charts-total-container
{
	position: relative;
	top: 0px;
	height: 80vh;
	margin: 0 auto;
	margin-top: 50px;
}
.charts_cal_right
{
	float: right;
	display: block;
}

.charts_cal_desc{
	float: right;
	margin-right:10px;
	margin-top:5px;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

#plantsBeginDate{
	color:#189BF5;
	margin-right: 10px;
}
.plant_charts_height
{
	height: 85vh;
}

#deviceView #top_box
{
	height: 100vh;
	overflow-y: auto;
}

/*日历上下翻样式*/
.general_date_all
{
	width: 160px;
	height: 40px;
	position: relative;
	margin-top: 8px;
	margin-bottom: 0px;
}

.general_date_input
{
	float: left;
	width:80px;
	height: 32px;
	padding:0px;
	border-radius: 5px;
	border:1px solid #949494;
}

.general_date_day
{
	padding:5px;
}

.general_date_month
{
	padding:0px 13px;
}

.general_date_year
{
	padding:0px 22px;
}

.general_date_before
{
	width:30px;
	height: 30px;
	border:1px solid #949494 ;
	border-radius: 5px;
	float: left;	
	background-color: white;
	margin-right: 5px;
}

.general_date_after
{
	width:30px;
	height: 30px;
	border:1px solid #949494 ;
	border-radius: 5px;
	float: left;	
	background-color: white;
	margin-left: 5px;
}

.general_icon_before
{
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2rem;
	line-height: 20px;	
	color:#42add7;
	padding-left: 6px;
	padding-top: 5px;
}

.general_icon_after
{
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 2rem;
	line-height: 20px;	
	color:#42add7;
	padding-left: 8px;
	padding-top: 4px;
}

/*自制输入框样式*/
.input-mini
{
	height: 25px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 4px;
	padding: 0px;
	border:1px solid #D4D4D4;
	background-color: white;
	margin-left: 10px;
}


.input-mini:focus
{
	border:1px solid #189bf5;
}

.input-special
{
	height: 30px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 4px;
	padding: 0px;
	border:1px solid #D4D4D4;
	background-color: white;
}

.input-special:focus
{
	border:1px solid #189bf5;
}
/*自制select样式*/
.select-special{
	height: 30px;
	width:150px;
	font-size: 15px;
	line-height: 15px;
	border-radius: 4px;
	padding: 0px;
	border:1px solid #D4D4D4;
	background-color: white;
}

/*自制modal弹框样式*/
.my-modal-label
{
	font-size: 1.5rem;
	font-size: 15px;
}
.basic-stats{
	margin-top: 70px;
}
#myAccTitle{
	background-color: rgb(214, 255, 236);
}

#errorNoLogin{
	position: fixed;
	top: 50px;
	left: 35%;
}

#time{
	background: #ccc;
	font-size:18px;
	border: 1px solid black;
	padding:2px;
}

.plantlist
{
	height: 45px;
	display: inline-block;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	padding-bottom: 0px;
}
.plantlist img
{
	width: 35px;
}

.plantlist .profile-info
{
	display: inline-block;
	max-width: 500px;
}
.lang
{
	width: 18px;
	height: 14px;
}

/*首页电站缩略展示*/
.main-page-left{
	padding-left: 15px;
}

.qy_liebaobox
{
	width:204px;
	height: 294px;
	border:1px solid #d2d2d2;
	margin:14px 0px 4px 40px;
}
/*
.qy_liebaobox:hover
{
	box-shadow: 3px 5px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
	border:2px solid #d2d2d2;
}*/
.qy_liebaobox:hover
{
	transform:translate3d(0,-5px,0);
	-ms-transform:translate3d(0,-5px,0);
	-moz-transform:translate3d(0,-5px,0);
	-o-transform:translate3d(0,-5px,0);
	-webkit-transform:translate3d(0,-5px,0);
	box-shadow:0 7px 21px rgba(0,0,0,.15);
	-webkit-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-moz-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-ms-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-o-box-shadow:0 7px 21px rgba(0,0,0,.15);
}

.qy_liebaobox dt img
{
	width:189px;
	height: 127px;
	padding: 7px;
	margin-left: 6px;
	margin-top: 3px;
}

.plantimg
{
	width: 60px;
	height: auto;
	padding: 2px;

}

.addplant
{
	color:white;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 32px;
}

.addImg
{
	background: #0080ff;
}

.addImg:hover {
	background: #4162a7;
	border-color: #3d5c9c;
}

.qy_lbtittle
{
	color:black;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	display: block;
	text-align: center;
	line-height: 32px;
}
.qy_lbbottom
{
	background-color: #fafafa;
	padding: 5px;
	line-height: 30px;
	height: 132px;
	font-size: 13px;
	border-bottom: 1px solid #d2d2d2;
}

.qy_state
{
	font-weight: bold;
	color:white;
	font-size: 11px;
}

.plantimage1
{
	background-position: 50%;
    background-color: #f2f7fd;
    background-repeat: no-repeat;
}

.plantimage2
{
	background-position: 50%;
    background-color: #ffd2d2;
    background-repeat: no-repeat;
}

.plantimage3
{
	background-position: 50%;
    background-color: #117af4;
    background-repeat: no-repeat;
}

.batterNominal
{
	position:absolute;
	width: 100%;
	top: 15px;
	text-align:center;
	color: orangered;
	/*color: #5bcc52;*/
}

.batterNominal1
{
	position:absolute;
	width: 100%;
	top: 15px;
	text-align:center;
	color: white;
}

.col_plus_green
{
	width:20px;
	height: 20px;
	border-radius: 55px;
	-webkit-border-radius:55px;
	text-align: center;
	color:white;
	background-color: #11CD6E;
	font-size: 15px;
	line-height: 1.5;
}
.col_plus_red
{
	width:20px;
	height: 20px;
	border-radius: 55px;
	-webkit-border-radius:55px;
	text-align: center;
	color:white;
	background-color: #EB4F38;
	font-size: 15px;
	line-height: 1.5;

}

.col_plus_dist
{
	margin-top: 15px;
}

.add_col_fail
{
	color:red;
	font-weight: bold;
}
.add_col_suc
{
	color: #47a447;
	font-weight: bold;
}

.colTypeSel
{
	height: 30px;
	width:	45%;
	font-weight: bold;
	padding: 3px;
}

.colActionSel
{
	height: 30px;
	width:	100%;
	font-weight: bold;
	padding: 3px;
}

.plantContainer
{
	padding-top: 20px;
}
.plantBg
{
	background-color: #F3F3F3;
}

/*设备管理部分*/
#plantDevice
{
	position: relative;
	width:100%;
	min-height: 800px;
	background-color:#F3F3F4;
}
.leftsidebar_box
{
	width: 245px;
	border-right: 2px solid #aaa;
	height: 100vh;
	background-color: white;
	bottom: 0px;
	left: 0px;
	float: left;
	overflow: auto;
}

.drag-tree-label{
	position: absolute;
	width:10px;
	height: 100%;
	/*background-color: #189bf5;*/
	float: left;
	cursor: col-resize;
	z-index: 5;
}

#dev_arrow.show, 
#dev_arrow span {
    display: block;
}

#dev_arrow.go_back span {
    display: none;
}

#dev_arrow {
    width: 15px;
    height: 94px;
    background: #15a3fa;
    position: absolute;
    top: 50%;
    margin: -48px 0 0 -15px;
    cursor: pointer;
    line-height: 88px;
    font-size: 36px;
    font-weight: 200;
    font-family: Times;
    text-align: center;
    border-radius: 4px 0 0 4px;
    color: #fff;
    visibility: visible;
    left: 0;
    display: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    /*transform: translateY(-50%);*/
}

#deviceArea 
{
	position: relative;
	margin-top: 0px;
	margin-left: 248px;
}

#infoArea
{
	position: relative;
	margin-top: 0px;
	margin-left: 248px;
}

.leftsidebar_nav
{
	text-decoration: none;
	margin-top: 0px;
	padding-left: 0px;
}

.leftsidebar_list
{
	list-style: none;
	display: block;
	line-height: 25px;
	color: black;
	padding-left: 17px;
	cursor: pointer;
}


.leftsidebar_list_focus{
	width: 100%;
	background-color: #baddf5;
	border-radius: 2px;
	box-shadow: inset 0 0 1px #999999;
	cursor: pointer;
}

#plantMgr
{
	padding-left: 27px;
	display: block;
}
#plantMgr:after
{
	font-family: 'FontAwesome';
	content: '\f107';
	font-size: 16px;
	font-size: 1.6rem;
	color: #abb4be;
	position: relative;
	left: 80px;
	top: 0;
	padding: 14px 25px;
}

.leftsidebar_nav> li a:hover
{
	background-color: #eee;
	font-weight: bold;	
}
.leftsidebar_nav> li a:focus
{
	background-color: #eee;
	font-weight: bold;	
}

.leftsidebar_hidden
{
	display: none;
}

.leftsidebar_box ul li a 
{
	text-decoration: none;
	cursor: pointer;
}


.device_charts
{
	padding-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

.demoPlant
{
	font-size: 18px;
	font-size: 1.8rem;
}

.plant_info
{
	margin-top: 15px;
}

.info_button
{
	text-align: center;
	margin-top: 30px;
}

#delPlantAction
{
	margin-left: 10px;
}
.warn_block
{
	margin-right: 30px;
	display: inline-block;
}

.font_red
{
	color: red;
}

div#plantMgrTree
{
	margin-left: 15px;
}

div#plantDeviceTree
{
	margin-left: 15px;
}


.mapContainer
{
	min-height: 300px;
	border: 1px solid black;
	background-color: red;
}

#map
{
	margin-left: 200px;
	width:100%;
	min-height: 300px;
	background:url(../assets/images/map.png) no-repeat;
	background-size: 100% 100%;
}

.regSpace
{
	letter-spacing: 5px;
	font-weight: bold;
}
#indexAll
{
	width:100%;
	height:100%;
	background-image: url(../assets/images/home_bg.png);
	background-size: 100% 100%;
}
#regAll
{
	width:100%;
	height:100%;
	background-image: url(../assets/images/home_bg.png);
	background-size: 100% 100%;
}

.index-border{
    border-top: 1px solid #86b3e0;
}

.text-white
{
	color:white;
}

.stats-panel
{
	position: relative;
	width: 130px;
	height: 100px;	
	border-radius: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px !important;
}

.stats-bg-red
{
	/*background-color: #E36159;*/
	background-color: orangered;
	/*background-color: rgba(48, 179, 254, 1);
	background-color: rgba(247, 97, 90, 1);*/
}

.stats-bg-darkyellow
{
	/*background-color: orangered;*/
	background-color: rgba(247, 97, 90, 1);
}

.stats-bg-green
{
	background-color: #2BAAB1;
	/*background-color: #51b451;*/
	/*background-color: rgba(157, 214, 105, 1);*/
}

.stats-bg-gray
{
	background-color: #ddd;
}

.stats-bg-purple
{
	background-color:#734BA9;
}

.stats-bg-blue
{
	background-color:#3399ff;
}


.stats-top
{
	width: 130px;
	height: 60px;
	border-bottom: 1px solid #ccc;
	color: white;
	font-size: 1.2rem;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}

.stats-top  i
{
	font-size: 2.8rem;
	font-size: 28px;
}


.stats-content
{
	width: 130px;
	height: 44px;
	color: white;
	font-size: 2rem;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}

.stats-img
{
	width: 30px;
	height: 30px;
}

.plant-item
{
	font-weight: bold;
	font-size: 1.5rem;
	font-size: 15px;
}

h3.col-title-inline
{
	display: inline;
	margin-left: 38%;
}

span.col-title-span
{
	font-size: 1.3rem;
	font-size: 13px; 
}

#addCollector, #addCamera
{
	float: right;
	margin-right:10px;
}

#invDetailTable th.sorting_disabled {
    
}

.colCmdAll{
	min-height: 450px;
	border:1px solid #1F262E;
	border-radius: 5px;
}

.colCmdText{
	height: 200px;
}

.colCmdOper{
	height: 50px;
}

.goBack2last{
	height:25px;
}

table.col-pars-th  th{
	text-align: left;
	padding-left: 30px;
}

.col-charge-prompt{
	font-size: 15px;
	font-weight: bold;
	color: #0f8adf;
}

/*main页面*/
.logo img{

height: 58px;
margin:0px;
}

/*登陆页面*/
.nav-logo
{
	position: relative;
	top: 40px;
	height: 57px;
	width: 1000px;
	margin:0 auto;	
}

#nav-logo-img
{
	line-height: 300px;
	display: inline-block;
	padding-left: 5px;
	width: 280px;
	height: 60px;
	background-image: url(../assets/images/login.png);
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
}

#reg-logo-img
{
	line-height: 300px;
	display: inline-block;
	padding-left: 5px;
	width: 280px;
	height: 60px;
	background-image: url(../assets/images/login.png);
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
}

.footer-bd
{
	white-space: nowrap;
	color:black;
}

.footer-bd a
{
	text-decoration: none;
	color:black;
}

.footer-bd a:hover
{
	color: #F40;
	text-decoration: none;
	cursor:pointer;
}

.footer-main
{
	white-space: nowrap;
	color:white;
}

.footer-main a
{
	text-decoration: none;
	color:white;
}

.footer-main a:hover
{
	color: #F40;
	text-decoration: none;
	cursor:pointer;
}

.nav-lang-box
{
	position: absolute;
	display: inline-block;
	right:0px;
	width: 100px;
	height: 30px;
	margin-right: 0px;
	background-color: #7A8187;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}

.nav-lang-box a{
	display: inline-block;
	padding-top: 5px;
	color:white;
	cursor: pointer;
}
.nav-logo-list{
	display: block;
	width:100px;
	position: absolute;
	top:32px;
	left: 900px;
	border:1px solid #7A8187;
	border-radius: 5px;
	display: none;
}


.nav-logo-list ul{
	list-style: none;
	padding:0px;
	background-color:#7A8187; 
}
.nav-logo-list ul li{
	list-style: none;
	padding:0px;
	text-align: center;
	color:white;
	border-bottom: 1px solid #999;
}
.nav-logo-list ul li a{
	color:white;
}



#nav-logo-a
{
	width:110px;
}


.index-panel-border
{
	border: 1px solid #ccc;
}

.body-sign .panel-sign .reg-panel-style
{
	background: #FFF;
	border-top: 5px solid #3878D8;
	border-radius: 0 0px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding:33px 40px 33px 70px;
	border: 1px solid #ccc;

}
.code
{      
	background-image:url(../assets/images/iden_bg.png);      
	font-family:Arial;      
	font-style:italic;      
	color:black; 
	font-weight: bold;     
	border:0;      
	padding:2px 8px;      
	letter-spacing:3px;      
	font-weight:bolder;  
	width: 80px;    
} 

/*外包中文验证码*/
#checkCode
{
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	height: 50px;
	font-size: 18px;
	padding-bottom: 15px;
}

/*外包英文验证码*/
#checkCodeEn
{
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	height: 50px;
	font-size: 18px;
	padding-bottom: 15px;
}

.iden_action
{
	display: block;
	padding-top: 12px;
}

/*外包中文登陆错误信息*/
#fault{
	background-color: #FFCCCC;
	border: 1px solid red;
	display: none;
	margin-bottom: 5px;
	height: 25px;
	font-size: 15px;	
}

/*外包英语登陆错误信息*/
#faultEn
{
	background-color: #FFCCCC;
	border: 1px solid red;
	display: none;
	margin-bottom: 5px;
	height: 25px;
	font-size: 15px;	
}


/*注册页面*/
.reg-input-pad
{
	padding-left: 32px;
}

/*英文注册错误*/
#errorEn{
	color: red;
	background-color: #FFCCCC;
	border: 1px solid red;
	display: none;
	font-size: 15px;
	height: 25px;
	margin-top: 10px;
}
.reg-sign
{
	max-width: 650px;
}

.regForm-item
{
	position: relative;
}

.regForm-item-tit
{
	position: absolute;
	left:0px;
	top: 12px;
	text-align: right;
	font-size: 15px;
	width: 85px;
}

.regForm-item-ct
{
	padding-left: 100px;
}

.regForm-item-input
{
	width: 280px;
	display: inline-block;
}

.regForm-item-info
{
	position: relative;
	bottom: 10px;
	display: inline-block;
}

/*plantlist页面*/
.main-page-top
{
	width: 100%;
	height: 330px;
}

.main-tab-dist
{
	padding-top: 50px;
	margin-left: 15px;
	padding-right: 43px;
}

.main-tab
{
	background-color: #189bf5;
	width: 100px;
	height: 30px;
	color: white;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-size: 1.5rem;
	margin-left: 10px;
	padding-top: 5px;
}

#add_plant_img
{
	width: 204px;
	height: 256px;
	display: table-cell;
	text-align: center;
}

.main-tab-bg
{
	background:white;
	border: 1px solid #ddd;
	border-radius: 16px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.stats-summary
{
	margin:0 auto;
	width: 590px;
	vertical-align: middle;
	height: 353px;
}

.stats-middle-main
{	
	display: inline-block;
	width:590px;
	/*height: 345px;*/
}

.stats-middle-basic
{
	display: inline-block;
	width:600px;
	/*height: 335px;*/
}

.stats-pvbattery
{
	display: inline-block;
	width:600px;
	margin-top: 50px;
}

.main-stats-padding
{
	padding-top: 7px;
}

.plant-stats-padding
{
	padding-top: 25px;
}

.stats-middle-three
{
	margin-top: 20px;
	display: inline-block;
	width:560px;
	height: 360px;
}

.main-sum-chart
{
	margin:0 auto;
	min-height: 355px;
}

.total-plant-con
{
	margin:0 auto;
	min-height: 305px;
}

#qyList
{
	padding:20px;
	padding-right: 10px;
    padding-left: 10px;
	overflow: hidden;
}
.add-plant-title
{
	float: right;
	text-align: right;
	font-size: 1.4rem;
	font-size: 14px;
	margin-top: 3px;	
}

.add-plant-map > div{
	cursor: pointer;
}

.add-plant-map > div:hover{
	cursor: pointer;
	color:#189BF5;
	font-weight: bold;
}

#addPlantForm
{
	margin:0px 10px 0px 10px;
}

.add-plant-bottom
{
	border:1px solid #ddd;
	margin-top: -20px;
	padding-top: 20px;
	margin-bottom: 10px;
}

.add-plant-button
{
	margin-left: 60px;
}

.add-plant-img
{
	padding-top: 15px;
	padding-bottom: 15px;
}
/*addPlant页面(增加电站)*/
.plant-add-select
{
	float: left;
	width:130px;
	height: 30px;
	padding:0px;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	margin-right: 5px;	
}


.basic-plant-sum
{
	min-height: 400px;
	margin-right: 10px;
	margin-left: 10px;
}

.pvbatter-plant-sum
{
	min-height: 355px;
	margin-right: 10px;
	margin-left: 10px;
}


.basic-plant-power
{
	margin-right: 10px;
}

.basic-container
{
	min-height: 400px;
	margin: 0 auto;
}

.basic-plant-sum .stats-summary
{
	margin:0 auto;
	vertical-align: middle;
}


.basic_box_all
{
	position: relative;
	top: 20px;
	width:100%;
	height: 500px;
	margin: 0 auto;
}

.basic_box_pos
{
	position: relative;
	width:100%;
	height: 270px;
	margin: 0 auto 10px 10px;
}

.basic_box
{
	width:200px;
	height: 270px;
	margin-right: 50px;
	border:1px solid #d2d2d2;
	float: left;
}

.basic_box dt
{
	border-bottom: 1px solid #ccc;
}

.basic_box dd
{
	background-color: #dcdcdc;
	height: 120px;
	padding-top:8px;
}

.basic_box_top
{
	margin:0 auto;
	background-color: white;
}

.basic_box_title
{
	margin-top: 5px;
	text-align: center;
	color: #189bf5;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.deviceSize
{
	margin-top: 30px;
	margin-bottom: 10px;
	width:80px;
	height: 80px;
}

.basic_box_col
{
	margin-top: 5px;
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	padding:0px 10px 0px 10px;
}
.basic_summary
{
	margin-top: 5px;
	float: left;
	margin-left: 12px;
	margin-right: 20px;
	font-size: 23px;
	font-size: 2.2rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 55px;
	border-radius: 55px;
}

/*发电情况页面*/
ul.nav.nav-tabs.col-md-2.plant-power-tabs {
    padding-left: 30px;
}

/*设备管理页面*/
.device_nav_tabs
{
	text-align: left;
}
.device_nav_tabs > li > a
{
	padding:5px 15px;
}

.profit_nav_tabs
{
	border-bottom: 1px solid #ddd;
	text-align: left;
	margin-top: 15px;
}

.profit_nav_tabs li {
	display: inline-block;
	float: none;
}

.profit_nav_tabs li:last-child a {
	margin-right: 0;
}

.profit_nav_tabs li a {
	border-radius: 5px 5px 0 0;
	font-size: 1.3rem;
	line-height: 1.4285;
}

.profit_nav_tabs li a, .profit_nav_tabs li a:hover {
	background: white;
	border-bottom: none;
	border-left: 1px solid #189BF5;
	border-right: 1px solid #189BF5;
	border-top: 1px solid #0f8adf;
	color: #555;
}

.profit_nav_tabs li a:hover {
	border-bottom-color: transparent;
	border-top: 1px solid #0f8adf;
	box-shadow: none;
	text-align: center;
	color: black;
	font-weight: bold;
	background-color: #eee;
}

.profit_nav_tabs li a:active, .profit_nav_tabs li a:focus {
	border-bottom: 0;
}

.profit_nav_tabs li.active a,
.profit_nav_tabs li.active a:hover,
.profit_nav_tabs li.active a:focus {
	background: #189BF5;
	border-left-color: #189BF5;
	border-right-color: #189BF5;
	border-top: 3px solid #0f8adf;
	color: white;
	font-weight: bold;
}

.profit_nav_tabs > li > a
{
	position: relative;
	padding: 8px 15px;
	display: block;
	text-decoration: none;
}

.profitTab_content {
	position: relative;
	border-radius: 0 0 14px 14px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 2px solid #EEE;
	border-top: 0;
	display: block;
}

.profitTab_content > .tab-pane {
  display: none;
}
.profitTab_content > .active {
  display: block;
}

.col_info_all
{
	position: relative;
	width:80%;
	height: 330px;
	margin: 0 auto;
	
}

.col_upgrade_all
{
	position: relative;
	width:1000px;
	margin: 0 auto;
	padding-top: 10px;
}

.col_upgrade_section{
	width:100%;
	border-bottom: 3px solid #69AFC8;
	height: 33px;
	margin-top: 10px;
	color:#69AFC8;
	font-size: 110%;
	font-weight: bold;
	line-height: 30px;
}

.col_upgrade_label{
	font-size: 110%;
	font-weight: bold;
}


.col_upgrade_file{
	width:1000px;
	position: relative;
	margin:0 auto;
	margin-top: 10px;
}


.fwUpProgress{
	font-size: 18px;
	font-weight: bolder;
	color:#0f8adf;

}

#clColUpGrade{
	margin-left: 40%;
}

.col_info_body
{
	background-color: #fdfdfd;
	border-radius: 5px;
	padding: 15px;
}

.inv-detail-title
{
	color:black;
	width:100%;
	height: 50px;
}

#exportInvDetail
{
	float: right;
	margin-top: 6px;
	margin-right: 15px;
}

#exportBoxDetail
{
	float: right;
	margin-top: 6px;
	margin-right: 15px;
}


#exportWarnInfo
{
	float: right;
	margin-top: 8px;
	margin-right: 25px;
}

.inv-detail-calendar
{
	float: right;
	margin-right: 20px;
}

.inv-subpower-left
{
	text-align: left;
	padding-left: 20px;
}


#exportMeterDetail,#exportEnvDetail,#exportPCSProfit,#exportPCSRate
{
	float: right;
	margin-top: 6px;
	margin-right: 15px;
}

.exportBtn
{
	float: right;
	margin-top: 6px;
	margin-right: 15px;
}

.device_meter_info{
	float: right;
	display: inline-block;
	width:220px;
	height: 50px;
}

.device_meter_label{
	float: left;
	width: 30px;
	height: 40px;
	line-height: 50px;
}

.device_meter_time{
	float: left;
	margin-left: 5px;
}

.device_meter_para{
	float: right;
	height: 40px;
	margin-top:8px;
	margin-right: 20px;
}

.device_meter_select{
	width:150px;
	height: 35px;
	padding:0px;
	margin-top: 8px;
}






/*告警信息*/
.plant_alarm_all
{
	width:100%;
	height: 52px;
	border-top: 1px solid #ccc;
	border-bottom:1px solid #ccc; 
}
.plant_alarm_right
{
	float: right;
	width: 100%;
	height: 52px;	
}
/*注意这个会同时影响电站告警和分析*/
.plant_alarm_select
{
	float: left;
	width: 260px;
	height: 50px;
	padding-top: 10px;
	margin-right: 15px;
}

#alarmDateAll
{
	margin-left: 20px;
}


.plant_alarm_date
{
	float: left;
	margin-right: 15px;
}

 /*告警首次发生时间特殊样式*/
.plant_alarm_datetime
{
	width: 120px;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	line-height: 50px;
	margin-right: 5px;

}

.plant_alarm_button
{
	margin-top: 10px;
}

.plant_alarm_info
{
	float: left;
	margin-right: 10px;
	font-size: 110%;
	font-weight: bold;
	line-height: 50px;
}

.plant_alarm_num
{
	color: red;
}

div#pltWarnsTable_length
{
	float: left;
}

div#pltWarnsTable_paginate
{
	float: right;
}


/*电站信息页面*/
.plant_info_all
{
	position: relative;
	width: 85%;
	margin: 0 auto;
}

.plant_info_tab
{
	float: left;
	width:470px;
}

.plant_info_pic
{
	float: left;
	width: 470px;
	padding-left: 30px;
}

.plant_info_bg
{
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

#plantImg{
	width:470px;
	height:400px;
}

/*电站分析页面*/
.plant_ana_all
{
	margin-left: 12px;
	margin-right: 12px;
}

.plant_ana_choice
{
	float: left;
	width: 1000px;
	height: 45px;
	margin-left: -13px;
}

.plant_ana_part
{
	float: left;
	width:300px;
	height: 44px;
	padding-top: 6px;
}

.plant_ana_label
{
	width:100px;
	font-size:100%;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
}

.plant_ana_select
{
	width:120px;
	height: 30px;
	padding:0px;
}

.plant_ana_table
{
	padding-left: 0px;
	padding-right: 0px;
}

#anaDevice
{
	margin-top: 8px;
	margin-left: 8px;
}

.plant_ana_radio
{
	float: left;
	margin-right: 10px;
	width:220px;
	height: 25px;
}


.ana-charts-bg
{
	width:100%;
	height: 50vh;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.ana-charts-container
{
	height: 100%;
	width:100%;
	margin: 0 auto;	
}

/*
.dataTables_filter
{
	display: none;
}*/


/*系统设置*/
.system-main-area
{
	margin-top: -10px;
	margin-left: 250px;
	height: 100%;
}

.sys-account-dist
{
	margin-top: 20px;
}

.add-sub-label
{
	float: left;
	margin-right: 15px;
}

.sub-add-mail
{
	margin-bottom: 10px;
	width: 300px;
}

.sub-mail-table tr:nth-child(odd){
	background-color:white;
}
.sub-mail-table tr:nth-child(even){
	background-color:#eee;
}

.sys-nav-active
{	
	background: #ccc;
	font-weight: bold;		
}

.sys-user-height
{
	padding-left: 0px;
	height: 25px;
}
.sys-role-right
{
	text-align: right;
}

.sys-role-detail
{
	padding-left: 20px;
	clear: both;
	border-bottom: 1px dotted #ccc;
}

.sys-role-name
{
	float: left;
	padding-top: 3px;
}

.plant_log_all
{
	width:100%;
	height: 52px;
	border-top: 1px solid #ccc;
	border-bottom:1px solid #ccc; 
}

.plant_log_left
{
	float: left;
	width:800px;
	height: 52px;
	margin-top: 10px;
}

.plant_log_info
{
	float: left;
	width: 200px;
	height: 50px;
	padding-top: 10px;
	margin-right: 15px;
}

.plant_log_select
{
	width:224px;
	height: 34px;
	padding:0px 0px 0px 15px;
}

/*地图开始*/
.nav-tab-left
{
	text-align: left;
}

.nav-tab-left > li > a
{
	position: relative;
	display: block;
	padding:8px 6px 8px 24px;
}

#baidumap label{
	max-width:none;
}

.googlelabels{   
  max-width:none;
  background-color: white;      
  border: 1px solid red;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:1px;
  padding-top:1px;
}


.map-container
{
	width:100%;
	height: 100%;
}

#baidusss, #googlemap
{
	height: 355px;
}

#plantSum, #pvSum
{
	background-repeat: no-repeat;
	background-position: 5% 43%;
	background-size: 15px;
	background-image: url(../assets/images/menu/plant_sum01.png);
}

#PowerSum
{
	background-repeat: no-repeat;
	background-position: 5% 43%;
	background-size: 18px;
	background-image: url(../assets/images/menu/power_sum01.png);
}

#PowerDay
{
	background-repeat: no-repeat;
	background-position: 5% 43%;
	background-size: 18px;
	background-image: url(../assets/images/menu/power_day1.png);
}

#pcsSum
{
	background-repeat: no-repeat;
	background-position: 5% 43%;
	background-size: 18px;
	background-image: url(../assets/images/menu/ems1.png);
}

#baiduMapTab
{
	background-repeat: no-repeat;
	background-position: 3% 40%;
	background-size: 15px;
	background-image: url(../assets/images/menu/baidu01.png);
}

#googleMapTab
{
	background-repeat: no-repeat;
	background-position: 3% 43%;
	background-size: 14px;
	background-image: url(../assets/images/menu/google01.png);
}

#plantView
{
	background-repeat: no-repeat;
	background-position: 5% 45%;
	background-size: 15px;
	background-image: url(../assets/images/menu/view2.png);
}

.nav-tab-left li.active #plantView
{
	background-image: url(../assets/images/menu/view1.png);
}

#plantList 
{
	background-repeat: no-repeat;
	background-position: 5% 45%;
	background-size: 15px;
	background-image: url(../assets/images/menu/plant_list01.png);
}

.nav-tab-left li.active #plantList
{
	background-image: url(../assets/images/menu/plant_list02.png);
}

#plantReport
{
	background-repeat: no-repeat;
	background-position: 5% 45%;
	background-size: 15px;
	background-image: url(../assets/images/menu/report2.png);
}

.nav-tab-left li.active #plantReport
{
	background-image: url(../assets/images/menu/report1.png);
}

.nav-tab-left li.active #baiduMapTab
{
	background-image: url(../assets/images/menu/baidu02.png);
}

.nav-tab-left li.active #googleMapTab
{
	background-image: url(../assets/images/menu/google02.png);
}

.nav-tab-left li.active #plantSum,
.nav-tab-left li.active #pvSum
{
	background-image: url(../assets/images/menu/plant_sum02.png);
}

.nav-tab-left li.active #PowerSum
{
	background-image: url(../assets/images/menu/power_sum02.png);
}

.nav-tab-left li.active #PowerDay
{
	background-image: url(../assets/images/menu/power_day2.png);
}

.nav-tab-left li.active #pcsSum
{
	background-image: url(../assets/images/menu/ems2.png);
}

/*地图结束*/

/*视频监控开始*/
#plantVideo{
	position: relative;
	margin:0 auto;
	border:1px solid #ccc;
	width:1450px;
	height: 620px;
	background-color: white;
	border-radius: 20px;
	padding:5px 10px 10px 25px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);

}

/*外包登陆和注册*/
.banner-nation-flag{
	height: 15px;
	margin-top: -3px;
}
span.banner-current-lang{
	font-size: 16px;
}


//电站概况
.basic_box_pos
{
	position: relative;
	width:100%;
	height:310px;
	margin: 0 auto;
}

.basic_info{
	width: 240px;
	height: 150px;
	float:left;
	border:1px solid #d2d2d2;
	margin-right: 10px;
	margin-bottom: 10px;
}

.basic_info_device{
	float: left;
	width: 119px;
	height: 148px; 
	background-color: white;
	border-right: 1px solid #DCDCDC;
}

.basic_info_img{
	width: 60px;
	height: 60px;
	margin-top: 20px;
	margin-left: 30px;
}

.basic_info_title{
	text-align: center;
	display: block;
	font-size: 16px;
	color:#189bf5;
	font-weight: bold;
	margin-top: 20px;
}

.basic_info_status{
	float: left;
	width: 119px;
	height: 148px;
	padding-top: 20px;
}

.basic_box_bottom
{
	display: block;
	padding-left: 5px;
	font-size: 15px;
	font-size: 1.5rem;
}

.basic_box_image
{
	position: relative;
	top:-2px;
}

.basic_box_ct
{
	display: inline-block;
	width:90px;
}
/*电站概况结束*/

div.back2Top > a{
	text-decoration: none;
	cursor: pointer;
}

div.back2Top > a:hover{
	text-decoration: none;
	cursor: pointer;
}

div.back2Top{
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}

span.backTopInfo{
	color:#189BF5;
}

#setUpInvAll
{
	height: 780px;
	overflow: auto;
}

img.setInvIcon{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

img.robotIcon{
	width: 20px;
	height: 20px;
}


#invDetailCon{
	width: 100%;
	max-height: 630px;
	overflow: auto;
}

#boxDetailCon{
	width: 100%;
	max-height: 630px;
	overflow: auto;
}


.detailInfoContainer{
	width: 100%;
	max-height: 630px;
	overflow: auto;
}

th.inv-table-title{
	min-height: 57px;
	min-width: 131px;
	text-align: center;
    background-color: rgb(214, 255, 236);
    font-size:110%;
    font-weight:bold;
    border:1px solid #ccc;
    height: 50px;
}

td.inv-table-tbody{
	height: 30px;
	min-width: 131px;
}

th.plant-table-title{
	min-height: 57px;
	min-width: 120px;
	text-align: center;
    background-color: rgb(214, 255, 236);
    font-size:110%;
    font-weight:bold;
    border:1px solid #ccc;
}

td.plant-table-tbody{
	min-width: 120px;
	height: 30px;
}

.auth-info-all{
	position: relative;
	width: 450px;
	height: 280px;
	margin:0 auto;
	background-color:#fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	padding:0;
	border:1px solid #aaa;;
}
.auth-info-tit{
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #E7F3E9;
	text-align: left;
}

.auth-info-tit > span{
	margin-left: 10px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.auth-info-content{
	position: relative;
	width: 100%;
	height: 240px;
	padding:30px;
}

.auth-info-type{
	width: 100%;
	margin-top: 10px;
	height: 35px;
}

.auth-info-iden{
	width: 100%;
	margin-top: 20px;
	height: 35px;
}

.auth-info-iden input{
	width: 240px;
}


.auth-info-btn{
	width: 140px;
	height: 32px;
}
.auth-btn-before{
	background-color:#f7f7f7;
	border:1px solid #aaa;
}

.auth-info-send{
	color:rgb(197, 197, 197);
	background-color: rgb(233, 233, 233);
	border:1px solid #c5c5c5;
	cursor: default;
}

.auth-info-submit{
	margin-top: 20px;
}

#mapFullScreen{
	position: absolute;
	top:25%;
	right: 28px;
	z-index: 999;
	width:26px;
	height: 26px;
	border-radius: 3px;
	cursor: pointer;
	background-position: center;
	border: 1px solid #d9d7d5;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}

#listFullScreen{
	width:26px;
	height: 26px;
	border-radius: 3px;
	cursor: pointer;
}

#refreshData, #exportData{
	width:26px;
	height: 26px;
	cursor: pointer;
}

.update_desc{
	display: inline-block;
    font-weight: normal;
}

.update_time{
	display: inline-block;
    margin-right: 15px;
    border-right: 1px solid #dfdfdf;
    padding-right: 10px;
    font-weight: normal;
}

.reshdate {
    line-height: 28px;
    margin-right: 13px;
}

#reInterval {
    width: 58px;
    height: 32px;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: left;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}

.allsite_datej a{
	color: #666;
}

.allsite_datej  a:hover {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}


.allsite_dateUpBtn1{
    position: relative;
    width: 0px;
    height: 0px;
	
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    top: -18px;
    right: -16px;
    overflow: hidden;
}

.allsite_dateDownBtn1 {
    position: relative;
    width: 0px;
    height: 0px;
	
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    top: 18px;
    right: -6px;
    overflow: hidden;
}



.tab-content > img:hover {
  display: block;
  background-color: rgb(255, 255, 255);
  transition:all 0.3s;
}

/*清扫机页面*/
ul.nav.nav-tabs.col-md-2.plant-robot-tabs {
    padding-left: 16px;
    text-align: left;
    /*width: 13%;*/
}

/*电池簇页面*/
.plant-cluster-tabs {
    padding-left: 16px;
    text-align: left;
    width: 15%;
}

.plant-cluster-tabs.nav-tabs li a:hover{
	text-align: left;
}

.plant-robot-tabs.nav-tabs li a:hover{
	text-align: left;
}

.weather_icon {
    width: 90px;
    height: 90px;
    background: no-repeat;
    background-size: cover;
    margin: 8px 0 0 60px;
}

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

.op_weather4_twoicon_shishi {
    text-align: center;
}

#weatherInfo {
	position: absolute;
	top: 5px;
	line-height: 20px;
}

#weatherInfo .op_weather4_twoicon_shishi {
    text-align: left;
}

#weatherInfo .op_weather4_twoicon_shishi_title {
    font-size: 24px;
    line-height: 60px;
    display: inline-block;
    font-family: Arial;
    text-shadow: 1px 1px 1px #555;
}

.op_weather4_twoicon_shishi_info {
    position: relative;
}

.op_weather4_twoicon_shishi_title {
    font-size: 48px;
    line-height: 64px;
    display: inline-block;
    font-family: Arial;
    text-shadow: 1px 1px 1px #555;
}

.op_weather4_twoicon_shishi_data {
    position: relative;
    display: inline-block;
}

.op_weather4_twoicon_shishi_sup, .op_weather4_twoicon_shishi_sub {
    display: block;
    text-align: left;
    font-style: normal;
    text-shadow: 1px 1px 1px #555;
}

.op_weather4_twoicon_today .op_weather4_twoicon_temp {
    margin-top: 8px;
}

.op_weather4_twoicon p {
    text-align: center;
    font-size: 12px;
    text-shadow: 1px 1px 1px #555;
    line-height: 1em;
}

.op_weather4_twoicon_weath {
    z-index: 12;
    margin-top: 12px;
}

.op_weather4_twoicon_wind {
    margin-top: 11px;
}

/*设备视图*/
.robot_listbox
{
	position: relative;
	width:23%;
	height: 330px;
	border:1px solid #d2d2d2;
	margin: 1%;
}


.robot_listbox:hover
{
	transform:translate3d(0,-5px,0);
	-ms-transform:translate3d(0,-5px,0);
	-moz-transform:translate3d(0,-5px,0);
	-o-transform:translate3d(0,-5px,0);
	-webkit-transform:translate3d(0,-5px,0);
	box-shadow:0 7px 21px rgba(0,0,0,.15);
	-webkit-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-moz-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-ms-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-o-box-shadow:0 7px 21px rgba(0,0,0,.15);
}

.robot_listbox dt img
{
	width: 100%;
	/*height: 229px;*/
	height: auto !important;
	padding: 7px;
	margin-top: 0px;
	z-index: 1;
}

.robot_lbtittle
{
	color:black;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	border-radius: 9px;
	box-shadow:0px 2px 3px rgba(0,0,0,0.05);
	display: block;
	text-align: center;
	line-height: 32px;
}

.warntitle
{
	color:white;
	background-color: #00a4f9;
	/*background-color: #ea8a00;*/
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	/*border-radius: 9px;*/
	box-shadow:0px 2px 3px rgba(0,0,0,0.05);
	display: block;
	text-align: center;
}

.robot_status
{
	color: white;
	width: 25%;
	height: 100px;
	margin-left: 37.5%;
	margin-top: -200px;
	text-align: center;
	z-index: 2;
}

.robot_light
{
	width: 25%;
	height: 60px;
	margin-left: 37.5%;
	margin-top: 8%;
	z-index: 2;
}

.robot_event
{
	/*width: 35%;*/
	height: 115px;
	margin-left: 63.5%;
	margin-right: 7px;
	margin-top: -70px;
	margin-bottom: 0px;
	text-align: center;
	border: #2F7ED8 1px solid;
	border-radius: 5px 5px 5px 5px;
	padding: 0px;
	background:#f1f1f1;
	z-index: 3;
}

.robotimg
{
	width: 20px;
	height: 20px;
	margin-left: 10px;
	z-index: 2;
}

.vehicleImg
{
	width: 20px;
	height: 20px;
	margin-left: 20%;
	z-index: 2;
}

.warnImg
{
	width: 23px;
	height: 23px;
	margin-top: -5px;
	margin-left: 18%;
	z-index: 2;
}


/*电站储能设备视图*/
#devbg{
	position: relative;
	z-index: 3;
	top: 5px;
	left: 50px;
}

.devbg{
	position: relative;
	top: 25px;
	left: 50px;
}

.deviceViewTitle
{
	position: relative;
	top:20px; 
	margin-bottom:-20px;
	text-align: center; 
	color: #2F7ED8; 
	font-size: 24px;
	font-weight: bold;
}

.devbg .viewbox{
	position:absolute;
	z-index: 2;
}

.verticalBranch{
	position:absolute;
	z-index: 0;
	background-image:url(../images/status/up-down.png);
	width:11px;
	
}

.horizontalBranch{
	position:absolute;
	z-index: 0;
	background-image:url(../images/status/left-right.png); 
	height:11px;
}

.verticalBranch1{
	position:absolute;
	z-index: 0;
	background-color: #3399ff;
	width:6px;
	
}

.horizontalBranch1{
	position:absolute;
	z-index: 0;
	background-color: #3399ff;
	height:6px;
	
}

.viewFlag{
	position:absolute;
	z-index: 1;
	color: #3399ff;
	font-size: 16px;
}

#tailandDevbg{
	position: relative;
	z-index: 3;
	top: 140px;
	left: 50px;
}

.viewbox{
	width: auto;
	height: auto;
	border: #2F7ED8 1px solid;
	border-radius: 5px 5px 5px 5px;
	padding:8px;
	background:#f1f1f1;
	color:#000;
}

.circleRed{
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	margin-right: 10px; 
	border-radius: 10px; 
	background-color: red;
}
			
.circleGreen{
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	margin-right: 10px; 
	border-radius: 10px; 
	background-color: green;
}
			
.noteBox{
	position:absolute;
	z-index: 1;
	width: auto;
	height: auto;
	/*border: #2F7ED8 1px solid;*/
	border-radius: 5px 5px 5px 5px;
	padding:8px;
	/*background-color: #3399ff;*/
	background-color: orangered;
	color: white;
	text-align: center;
    font-weight: bold;

}

.powerData{
	width: 168px;
	height: 47px;
	border-radius: 23px 23px;
	padding:8px;
	/*background-color: #E36159;*/
	color: white;
	line-height: 31px;
	text-align: center;
	font-size: 20px;
    font-weight: bold;
}

/*调度时刻表格样式*/
.scheduleTable{
	border-collapse: collapse;
	text-align: center;
	width:100%;
}

.scheduleTable th{
	text-align: center;
    background-color: rgb(214, 255, 236);
    font-size:110%;
    font-weight:bold;
    border:1px solid #ccc;
    height: 35px;
}

.scheduleTable td{
	border:1px solid #ccc;
	padding: 3px;
	height: 25px;
}

.scheduleTable tr:nth-child(odd){
	background-color:white;
}
.scheduleTable tr:nth-child(even){
	background-color:#eee;
}

#deviceViewFullScreen{
	position: absolute;
	top:20px;
	right: 30px;
	z-index: 999;
	width:26px;
	height: 26px;
	border-radius: 3px;
	cursor: pointer;
	background-position: center;
	border: 1px solid #d9d7d5;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	overflow: hidden;
	background-color: rgb(255, 255, 255);
}

/*自定义动态表格样式*/
.plantsTable{
	border-collapse: collapse;
	text-align: center;
	width:100%;
}

.plantsTable th{
	text-align: center;
    background-color:#D6FFEC;
    font-size:110%;
    font-weight:bold;
    /*border:1px solid #ccc;*/
    border: 1px solid #8CFFC5;
    
    height: 50px;
}

.plantsTable td{
	border:1px solid #ccc;
	padding: 3px;
	height: 30px;
}

.plantsTable tr:nth-child(odd){
	background-color:white;
}
.plantsTable tr:nth-child(even){
	background-color:#eee;
}

.tableTool{
	font-size: 15px;
	height: 45px;
	line-height: 35px;
	font-weight: bold;
	/*display: inline-block;*/
}

.modulesContainer {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 微软雅黑;
}

.modulesContainer .modules_box {
    position: relative;
    width: 280px;
    height: 250px;
    display: inline-block;
    background: #fff;
    float: none;
    cursor: pointer;
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: all 218ms;
    -ms-transition: all 218ms;
    -moz-transition: all 218ms;
    -o-transition: all 218ms;
    -webkit-transition: all 218ms;
    cursor: pointer;
    margin: 0 55px 50px 0;
    vertical-align: top;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(152,181,229,0.37);
    -webkit-box-shadow: 0 0 6px 0 rgba(152, 181, 229, 0.37);
    -moz-box-shadow: 0 0 6px 0 rgba(152, 181, 229, 0.37);
    -ms-box-shadow: 0 0 6px 0 rgba(152, 181, 229, 0.37);
    -o-box-shadow: 0 0 6px 0 rgba(152, 181, 229, 0.37);
    float: left;
}

/*@media screen and (max-width:1459px)*/
.modulesContainer .modules_box {
    width: 210px;
    height: 200px;
}

/*@media all and (max-width:1365px) and (min-width:1204px)*/
.modulesContainer .modules_box {
    margin-bottom: 30px;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: calc((100% - 1050px)/4);
}

.modules_box:hover
{
	transform:translate3d(0,-5px,0);
	-ms-transform:translate3d(0,-5px,0);
	-moz-transform:translate3d(0,-5px,0);
	-o-transform:translate3d(0,-5px,0);
	-webkit-transform:translate3d(0,-5px,0);
	box-shadow:0 0 10px 0 rgba(152,181,229,0.7);
	-webkit-box-shadow:0 0 10px 0 rgba(152,181,229,0.7);
	-moz-box-shadow:0 0 10px 0 rgba(152,181,229,0.7);
	-ms-box-shadow:0 0 10px 0 rgba(152,181,229,0.7);
	-o-box-shadow:0 0 10px 0 rgba(152,181,229,0.7)
}

.modulesContainer .formFunc {
    height: 153px;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    overflow: visible;
    width: 100%;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.modulesContainer .formFuncText {
    width: 100%;
    padding: 0;
    float: left;
    height: 97px;
    margin: 0;
}


.formFunc {
    overflow: hidden;
    width: 100%;
    height: 177px;
    *height:177px: ;
    _width: auto;
    float: left;
    position: relative;
    margin-bottom: 20px;
    *margin-bottom:20px: ;
    _display: inline;
    background: #fff;
    box-shadow: 0px 1px 2px #dfdfdf;
    -webkit-box-shadow: 0 1px 2px #dfdfdf;
    -moz-box-shadow: 0 1px 2px #dfdfdf;
}

.formFunc {
    height: 153px;
    width: 100%;
    cursor: pointer;
}




/*@media screen and (max-width:1459px)*/
.modulesContainer .formFunc {
    height: 123px;
}

.modules_box .formFunc {
    position: relative;
    width: 100%;
    /*height: 100%;*/
   
}

/*@media screen and (max-width:1459px)*/
.modules_box .formFunc_flyerPad {
    background-position: 50%;
    background-color: #f2f7fd;
    background-image: url(../images/report/reportDay.png);
    background-repeat: no-repeat;
}

/*@media screen and (max-width:1459px)*/
.modules_box .formFunc_ktuPad {
    background-position: 50%;
    /*background-color: #fef8f0;
    background-color: #c2ff68;*/
    background-color: #ffd2d2;
    background-image: url(../images/report/reportMonth.png);
    background-repeat: no-repeat;
}

/*@media screen and (max-width:1459px)*/
.modules_box .formFunc_domainPad {
    background-position: 50%;
    background-color: #117af4;
    background-image: url(../images/report/reportYear.png);
    background-repeat: no-repeat;
}

.modulesContainer .f-modules-text {
    height: 53px;
    line-height: 53px;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #8a9baf;
}


/*@media screen and (max-width:1459px)*/
.modulesContainer .f-modules-text {
    height: 39px;
    line-height: 39px;
    font-size: 12px;
}

.modulesContainer .f-modules-text .f-modules-text-content {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.formFuncText .formFuncBtn {
    margin-top: 22px;
    height: 36px;
    width: 100%;
}

.modulesContainer .formFuncText .formFuncBtn {
    margin: 0;
    height: 44px;
    text-align: center;
}

.modulesContainer .modules_box .manageModuleBtn, .modulesContainer .modules_box .renewModuleBtn {
    width: 125px;
    height: 30px;
    background-color: #2cbb00;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}


/*@media screen and (max-width:1459px)*/
.modulesContainer .modules_box .manageModuleBtn, .modulesContainer .modules_box .renewModuleBtn {
    width: 85px;
    height: 25px;
}

.modulesContainer .manageModuleBtn .manageModuleText, .modulesContainer .renewModuleBtn .renewModuleText {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}


/*@media screen and (max-width:1459px)*/
.modulesContainer .manageModuleBtn .manageModuleText, .modulesContainer .renewModuleBtn .renewModuleText {
    line-height: 25px;
    font-size: 13px;
}

.formFuncText .formFuncBtn .manageModuleBtn:hover
{
	background:#3497db;
	*background:#fff;
	color:#fff
}

//chrome浏览器滚动条隐藏
::-webkit-scrollbar{
//	display: none;
}


/*储能相关*/
.ems-panel
{
	position: relative;
	width: 48%;
	float: left;
	margin-left: 15px;
}

.pvbatter-plant-sum .ems-panel
{
	width: 48% !important;
}

.basic-plant-sum .ems-panel
{
	width: 47% !important;
}

.ems-picture
{
	position: relative;
	width: 46%;
	float: right;
	margin-right: 15px;
}

.basic-plant-sum .ems-picture
{
	position: relative;
	width: 44%;
	float: right;
	margin-right: 35px;
	margin-top: 25px !important;
}

.ems-pic-panel
{
	position: relative;
	width: 100px;
	height: 100px;	
	border-radius: 50px;
	float: center;
	margin:0 auto;
}

.ems-pic-panel-middle
{
	position: relative;
	width: 100px;
	height: 100px;	
	border-radius: 50px;

}

.ems-stats-middle
{
	padding-top: 20px;
	height:130px;
}

.ems-pic-top
{
	width: 100px;
	height: 100px;
	color: white;
	font-size: 1.2rem;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}

.ems-pic-top  i
{
	font-size: 2.8rem;
	font-size: 28px;
}

.ems-pic-top .amount
{
	font-size: 16px;
}

.tabRow
{
	margin-top: 10px;
}

.ems_power_pic
{
	width: 160px;
	height: 36px;
	position: absolute;
	margin-top: 28px;
	right: 40px;
	z-index: 10;
}

.statText{
	text-align: center;
    /*background-color:#e7f3e9;*/
    background-color: rgb(214, 255, 236);
    font-size:110%;
    font-weight:bold;
    border:1px solid #ccc;
}

.statItem {
	background-color:white;
	font-weight:bold;
	color: red;
	border-top: none !important;
	border-bottom: none !important;
}

.statItem1 {
	background-color:white;
	font-weight:bold;
	color: red;
}

.year_select {
    float: left;
    width: 260px;
    height: 50px;
    padding-top: 10px;
    margin-left: 15px;
}

#subUsersTable_filter input {
 padding-right: 50px;
 width: 200px;
 margin-right:400px;
}
