/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "FZZQJW--GB1-0";
  src: url("../fonts/FZZQJW--GB1-0/.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FZZQJW--GB1-0/.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FZZQJW--GB1-0/.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FZZQJW--GB1-0/.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FZZQJW--GB1-0/.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FZZQJW--GB1-0/.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FZZQJW--GB1-0/.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Digital-7Mono";
  src: url("../fonts/Digital-7Mono/Digital-7Mono.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Digital-7Mono/Digital-7Mono.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Digital-7Mono/Digital-7Mono.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Digital-7Mono/Digital-7Mono.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Digital-7Mono/Digital-7Mono.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Digital-7Mono/Digital-7Mono.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Digital-7Mono/Digital-7Mono.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DigitalSystem";
  src: url("../fonts/DigitalSystem/DigitalSystem.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DigitalSystem/DigitalSystem.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DigitalSystem/DigitalSystem.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DigitalSystem/DigitalSystem.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DigitalSystem/DigitalSystem.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DigitalSystem/DigitalSystem.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DigitalSystem/DigitalSystem.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LcdD";
  src: url("../fonts/LcdD/.eot"); /* IE9 Compat Modes */
  src: url("../fonts/LcdD/.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/LcdD/.otf") format("opentype"), /* Open Type Font */
    url("../fonts/LcdD/.svg") format("svg"), /* Legacy iOS */
    url("../fonts/LcdD/.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/LcdD/.woff") format("woff"), /* Modern Browsers */
    url("../fonts/LcdD/.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*
/*
 	科技style
*/

.white .navbar-header-user>div{
	float: left;
    margin-right: 20px;
    cursor: pointer;
}
.white .list-thumbnail:hover{
	/*width: 32px;
	height: 32px;*/
	transform:rotate(360deg);
	 
}
 
.white .list-thumbnail{
	transition: 2s all;
	cursor: pointer;
	border: 0px solid #dddddd !important; 
    background-color: transparent !important;
}
.white .navbar-header-strong{
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}
.white .navbar-header-user{
	float: right;
  margin-right: 50px;
  position: relative;
  height: 30px; 
  margin-top: 5px;  
}
.white .navbar-header-user>div>i{
    border-radius: 50% !important;
    color: #fff;
    background-color: red;
    z-index: 2;
    font-style: inherit;
    position: absolute;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    top: 0px;
    left: 12px;
    font-size: 11px;
}
.white .navbar-header-user>div>.fa:before{
	content:"\f0a2";
	position: absolute;
	font-size:24px;
	z-index: 1;
	
}
.white .showWin .close:hover,
.white .showWin  .close:focus,
.white .popWinTopDiv .win .tools-max:hover,
.white .popWinTopDiv .win .tools-max:focus
{
	opacity: 1;
	color: #22aafd;
	    text-shadow: none;
}
.white .showWin .close,
.white .popWinTopDiv .win .tools-max
{
	opacity: 1;
	color: #000;
	text-shadow: none;
}
.white,

.white select.form-control{
	background-color: rgb(255, 255, 255);
/*	background-image:url(../images/white/main-bg.png);background-size:100% ;*/
}
.white #right-column{
	background: none;
	transform: all .5s;
}
.white #left-column.fixed{
    transition: all .5s;
	width: 287px;
	height:100%;
	position: absolute;
	top:0px;
	left: 0px;
	/*遮罩层会挡住 所以设置大一点*/
	z-index:99999;
}
.white #left-column + #right-column{
	transition: all .5s;
	position: fixed;
    height: calc( 100%  - 150px );
	/*width: calc( 100% - 287px );
		margin: 0 0 0 287px;
		*/
	width: calc( 100% - 10px);
    margin: 0 0 0 10px;
}
.white #left-column + #right-column > div{
	height: 100%;
} 
.white #left-column + #right-column  > #header-bar{
	height: 100%;
}
.white #left-column + #right-column  > #header-bar > .header-border{
	height: 100%;
}
.white #left-column{
 
	background-image: url(../images/white/main-left-ng.png); 
	height: 100%;
	background-repeat: no-repeat;
	background-color: #FFF !important;
}
.white #mainnav{
	 
	WIDTH: 270px;
}
.white h1 .main-text,
.white .h1 .main-text{color:#000;}
.white .block .block-content-outer{background-color: transparent;border-color: transparent;}
.white .header-tab ul li span{
	bottom: 6px;
}
.white .showCircuit{ 
    height: 162px;
    padding: 20px;
    border: 1px solid #ccc;
}
.white .chart-border{
  max-height: 400px;
}
.white .coolead-charts{
	/*height:auto;
 */
/*	background-color: rgb(8,19,37) !important;*/
	height: 350px;
}
.white .maps .coolead-charts{
		height: 675px;
}
.white .header-tab ul li{
	margin: 0px;
	height: 35px;
	line-height: 35px;
	font-weight: 600;
	margin-right: 2px;
	border: 1px solid rgb(204, 204, 204);
	 
}
.white th{
	
}
.white .header-tab ul li:hover,
.white .header-tab-selected
{
		 
	/*border: 1px solid rgb(204, 204, 204);
	color: #ffb177 !important;*/
 	color: #ffffff !important;
    background-color: #000 !important;
}
.white .header-tab ul li span{
	background-color: #6d6666;    
}
.white .header-tab{
 	height: 35px;
 	padding-left: 41px;
}
.white label,
.white th,
.white .header-tab ul li
	{color:rgb(23, 23, 23);}

/*设置透明度*/
.white input,.white select,
.white .tree-main .tree-input-content .search-icon,
.white .inline-drop-down,
.white .form-control[disabled], 
.white .form-control[readonly], 
.white fieldset[disabled] .form-control,
.white .pagination>.disabled>span, 
.white .pagination>.disabled>span:hover, 
.white .pagination>.disabled>span:focus, 
.white .pagination>.disabled>a, 
.white .pagination>.disabled>a:hover, 
.white .pagination>.disabled>a:focus,
.white .table-striped>tbody>tr:nth-child(odd)>td, 
.white .table-striped>tbody>tr:nth-child(odd)>th,
.white .pagination>li>a,
.white .pagination>li>span,
.white .table-hover>tbody>tr.selected>td,
.white .table-hover > tbody > tr:hover > td, 
.white .table-hover > tbody > tr:hover > th ,
.white .table thead,
.white .angular-ui-tree-handle,
.white .header-tab ul .header-tab-selected,
.white .header-tab ul li:hover, 
.white .header-tab ul li,
.white  ul.mainnav > li.menu-item-top.menu-temp-open > a,
.white	ul.mainnav > li.menu-open > a,
.white	ul.mainnav > li > a:hover,
.white	ul.mainnav > li > a:focus,
.white	ul.mainnav > li:hover > a,
.white	ul.mainnav > li:focus > a,
.white	ul.mainnav-horizontal > li.menu-open > a,
.white	ul.mainnav-horizontal > li > a:hover,
.white	ul.mainnav-horizontal > li > a:focus,
.white	ul.mainnav-horizontal > li:hover > a,
.white	ul.mainnav-horizontal > li:focus > a,
.white#header-container .header-bar,
.white start-end-date .btn-default,
.white textarea,
.white .divisionTree,
.white .buildingTree
	{background-color: transparent;}
/*统一的边框颜色*/
.white .tree-main .tree-input-content,
.white textarea,
.white select,
.white input,
.white .search-box-main .search-box-input-context,
.white .form-control[disabled], 
.white .form-control[readonly], 
.white fieldset[disabled] .form-control,
.white .btn-default,
.white .pagination>.disabled>span, 
.white .pagination>.disabled>span:hover, 
.white .pagination>.disabled>span:focus, 
.white .pagination>.disabled>a, 
.white .pagination>.disabled>a:hover, 
.white .pagination>.disabled>a:focus,
.white .pagination>li>a,
.white .pagination>li>span,
.white .table-bordered>thead>tr>th, 
.white .table-bordered>tbody>tr>th, 
.white .table-bordered>tfoot>tr>th, 
.white .table-bordered>thead>tr>td, 
.white .table-bordered>tbody>tr>td, 
.white .table-bordered>tfoot>tr>td, 
.white .angular-ui-tree-handle,
.white .outline-border,
.white .ms-date-con,
.white #energyItemDict td 
	{
		 
		border: 1px solid rgb(188, 188, 188);
	} 	
 
.white .form-find{
	padding: 20px;
	background-color: rgb(245,247,249); 
	border: solid 1px rgba(166,167,168, 1);

	margin-bottom: 10px; 
}
.white #editFormula  .operator-left{
	border-right: 1px solid #0a3962;
}
.white #editFormula  .operator-right{
	border-left: 1px solid #0a3962;
}
.white #editFormula  .meterName{
	border-bottom: 1px solid #0a3962;
}

.white #editFormula  .operateItem{
	border: 1px solid #0a3962;
}
.white .form-find .form-group{
    margin-right: 4px;
    margin-bottom: 8px;
}
.white .top-table .date{
	border:1px solid #0a3962;
}
.white #right-column .right-column-content{
	padding: 15px 25px 20px;
}
.white .tree-main .disabled{
	background-color: #081325;
}
.white .input-group-addon{
	background-color: #fff;
  border: 1px solid #ccc;
      color: #000;
}
.white .glyphicon{
	color: #000;
}
.white .table-bordered{
    border: 1px solid #Ccc; 
}
	.white h6,
	.white .h6{
		color: #fff;
	}
.white .angular-ui-tree-handle .handletools.expand:hover:
	{
			color: #73ffdf;
	}
/*统一的字体颜色*/ 
.white .ztree li a,
.white .angular-ui-tree-handle .handletools.expand,
.white input, 
.white select,
.white textarea,
.white start-end-date .btn-default,
.white .ms-date-con .btn-default,
.white .search-box-main .angular-ui-tree-handle .itemTitle

{
	color: #000;
}
 
/*统一的背景颜色*/
.white .touch-modal-bottom-right .touch-modal-white,
.white .touch-modal-bottom-right,
.white .tree-pop,
.white .dropdown-menu,
.white .search-box-main.active .search-box-pop,
.white .form-inline .form-control,
.white .ms-date-con .btn-default,
.white .tree-pop .tree-filter .search-icon,
.white .popWinTopDiv .win
	{
		background-color: #fff;
	}
.white .ms-date-con .input-group-btn > button{
	border-left: 1px solid rgb(188, 188, 188);
}
.white .table-bordered{
	background-color: rgb(245,247,249);
}	
.white .mywork{
	color: #000;
}
.white .user-name{
		color: #000;
}
.white #mainnav h3{
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 5;
    background-repeat: no-repeat;
    color: #000;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
}
.white #mainnav .mCSB_container{
	height: 100%;
}
.white #mainnav>div{
    height: calc( 100% - 57px );
    overflow: auto;
    margin-left: 41px !important;
    border-left: 3px solid #454749;
    margin-top: 57px !important;
}
.white ul.mainnav{
	min-height: 100%;
    overflow-y: auto;
}
.white ul.mainnav>li{
	background-image: url(../images/white/main-left-item.png);
	border:0px !important;
	background-position-y:98%;
	width: 205px; 
	padding-bottom: 0px;
	color: #77f2ff;
	background-repeat: no-repeat;
	line-height: 30px;
	background-size: 100%;
	
}
.white ul.mainnav::-webkit-scrollbar,
.white #platform-main-view::-webkit-scrollbar,
.white #mainnav>div::-webkit-scrollbar
{
	width: 0px;
}
.white .notScrollbar::-webkit-scrollbar {
	width: 0px;
}
.white *::-webkit-scrollbar {
 width:10px;
 scrollbar-arrow-color: #abc;
 position: fixed;
 top: 0px;
 left: 0px;
}
.white *::-webkit-scrollbar-track {
	 background-color:rgb(255,255,255);
	 border-left: 1px solid rgb(166,167,168);
	 border-right: 1px solid rgb(166,167,168);
	 
}
.white *::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px rgb(166,167,168);
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}
 
.white *::-webkit-scrollbar-button {
 	/*background-color:rgb(8,19,37);
    height: 10px;
    border: 1px solid rgb(15,82,110);*/
 
}
.white #mainnav{
	position: relative;
	height: 100%;
    border: 1px solid rgb(255, 255, 255);
}
.white ul.mainnav>li>a{
	color: #000;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	text-indent: 30px;
}
.white ul.mainnav>li:hover>a,
.white ul.mainnav>li.menu-item-top.menu-temp-open>a{
	color: #fff;
}
.white ul.mainnav>li:hover,
.white ul.mainnav>li.menu-item-top.menu-temp-open{
	color: #fff;
	border:0px !important;
	background-image: url(../images/white/main-left-item-hover.png);
} 

.white  #body-bottom{
	height: 60px;
	overflow: hidden;
	line-height: 60px; 
	bottom: 0px;
	z-index: 3;
	width: 100%;
	text-align: center;
	border-top: 1px solid #Ccc;
	color: #000;
}
.white  #body-container{
	margin-bottom:60px;
}

body.fix-mode.white{
	padding-top:120px;
	overflow: hidden;
	height: 100%; 
}
 
.white  #header-container .header-bar{ 
 
	width: 100%; 
	background-repeat: no-repeat;
	background-size: 100%;
	min-height:65px;
	background-color: transparent !important;
} 
.white  .navbar-header{
	background: url(../images/white/main-top-title.png) no-repeat center center;
	height: 65px;
	width: 100%;
	background-color: transparent !important; 
	BACKGROUND-POSITION-Y: 0PX;
	background-size: 110% 125%;
}
.white #right-column{
	border-top:0px;
}
.white .header-border{
	border-bottom: 0px;
}
.white .header-menu>div>span{
	width: 60px;
	background-color: transparent;
	line-height: 56px;
	color: #000;
	border: 0px;
}
.white .header-menu .content ul{
    margin-bottom: 0px;
}
.white .header-menu{
		float: left;
    height: auto;
    position: absolute;
    top: 64px;
    overflow: hidden;
}
.white .header-menu .content{
	width: calc( 100% - 120px );
	background-color: transparent;
	border: 0px;
}
.white .header-menu .content ul li:hover,
.white .header-menu>div ul .menu-temp-open{
	background-image: url(../images/white/main-top-menu-hover.png) !important;
	background-color: transparent;
	color: #fff !important;
}
.white .header-menu .content ul li .main-menu-border,
.white .header-menu .content ul li:hover .main-menu-border{
	width: 0px !important;
	height:0px !important ;
}
.white .chart-border{
	background-color: rgb(245,247,249) !important;
	padding: 20px;
    border: 1px solid rgb(155,156,157);
  
		
		

}
 
.white .header-menu .content ul li{
	float: left;
	color: #000;
	height:56px;
	width: 173px;
	line-height: 56px;
	font-size:14px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: transparent;
	background-image: url(../images/white/main-top-menu.png);
	background-position-y: 13px;
}
.white #platform-main-content{
 	height: 100%;
}
.white #body-data{
	min-height: calc( 100% - 60px );
}
.white  #platform-main-view{
	overflow-y: auto;
	height: 100%;
	overflow-x: overlay;
}
/*自定义滚动条*/
.white .scroll{
 
    position: absolute;
    z-index: 9999;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 10px;
    background-color: rgb(255, 255, 255);
   /* border: 1px solid rgb(13,128,143);*/
}
.white .scroll>div{
	width: 98%;
	margin-left: 1%;
    background-color:#fff;
    height: 55.8271%;
    margin-top: 0px;
    border: 1px solid rgb(25, 79, 130);
    border-radius: 5px !important;
}
.white .zoom{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 100%;
} 
.white .popWinTopDiv .showWin{
	
}
body.white{
	color: #000 !important;
  overflow: hidden;
}
.white .left-line{
	display: block;
  position: absolute;
  left: 0px;
  top:15px;
  background-repeat: no-repeat;
  background-image: url(../images/white/main-left-line.png);
  width: 100px;
  height: 100px;
}
.white .zoom span{
    position: absolute;
    height: 60px;
    top: calc( 50% - 30px );
    line-height: 60px;
    border: 1px solid rgb(25, 79, 130);
    border-radius: 5px !important;
        width: 9px;
        cursor: pointer;
            color: #000;
}
.white #body-container.isZoom #left-column{
      
    left:-277px;
}
/*
.white #body-container.isZoom #mainnav>div{
	    border-left: 0px solid #18467a;
} 
.white #body-container.isZoom  #mainnav{
	display: block;
	position: relative;
	margin-left: -100%;
}
.white #body-container.isZoom #mainnav .scroll{
	width: 0px;
}
.white #body-container.isZoom  #mainnav h3{
	display: none;
}*/
/*btn 背景颜色*/

.white .btn-default:hover, 
.white .btn-default:focus, 
.white .btn-default:active, 
.white .btn-default.active, 
.white .open>.dropdown-toggle.btn-default{
	background-color: ;
}
.white .popWinTopDiv .win .topCont{
    border-bottom: 1px solid rgb(188, 188, 188);
	      
}
.white tr.head th{
	padding: 5px !important;
}
.white tr.head th:nth-child(odd){
	color: #081325;
		 border: 0px;
	background-color: rgb(32,33,33); 
		font-size:0px;
}
.white tr.head th:nth-child(even){ 
	 border: 0px;
	 background-color: rgb(116,117,118); 
		font-size:0px;
			color: #081325;
}

.white .btn-primary,
.white .btn-default,
.white .btn-info{
	background-color: #000000;
	color: #fff; 
	transition: .1s all;	
border: 1px solid transparent;
}
.white start-end-date .btn-primary:hover,
.white start-end-date .btn-default:hover,
.white start-end-date .btn-info:hover,
{
	background-color: #ffffff;
    color: #00c2ff;
   
}
.white .btn-primary:hover,
.white .btn-default:hover,
.white .btn-info:hover{ 
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
.white .btn{ 
	/*box-shadow: inset 0px -2px 1px 0px */
	rgba(2, 14, 28, 0.11), 
	inset 0px 2px 1px 0px 
	rgba(255, 255, 255, 0.24);
	border-radius: 4px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #f5f6f9;
	    padding: 5px 10px;
} 
/*.white .btn-default{
	background-color: rgb(5,220,246);
}
.white .btn-default:hover{
	background-color: rgb(5,220,246);	
}
.white .btn-info,
.white .btn-info:hover
{
	background-color: rgb(5,220,246);
	
	background-color: rgb(27,222,72);	
}*/
.white .block .block-content-outer{
	    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
}
 
@media screen and (max-width: 767px) {
	.white .table-responsive {
		    border: 0px solid #ddd;
	}
}

/*地图布局*/
.white .maps .chart-border{
	border: 0px solid rgb(11,44,65);
    background-color: transparent !important;
	box-shadow: inset 0px 0px 0px 0px 
		rgba(26, 172, 214, 0.41);
	border: solid 0px rgba(15, 80, 111, 0.55);
 max-height: 1000px;
}
.white .maps .col-md-9{
	background: url(../images/white/main-body-map-bg.png)  no-repeat;
	background-size: 100% 100%;
} 
.white .right-column-content.maps .block .block-content-outer{
	padding: 0px;
}
.white .right-column-content.maps{
	padding: 0px !important;
	overflow: hidden;
	margin-left: 40px;
    min-height: -webkit-fill-available !important;
}
.white .maps .col-md-12{
	padding-right: 0px !important;
 
}

.white .maps .col-md-9{  
}
.white .maps .col-md-3{
 
 	margin-top: 1.5%;
	
}
.white .maps .back{
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 999;
}
.white .help-block{
	    color: #d87777;
}
.white .maps .col-md-3 ul:before{
    content: '1'; 
    height: calc( 100% - 20% );
    width: 1px;
    border-right: 2px solid rgb(25,74,127);
    color: transparent;
    position: absolute;
    right: 53px;
    top: 13%;
}
.white .maps .col-md-3 ul{
	background: url(../images/white/main-body-map-item-right.png)  no-repeat;
	height: 100%;
	width: 100%; 
    background-position-x: calc( 100% + 5px );
    background-position-y: 6%;
}
.white .maps .col-md-3 ul li:first-child{
 
	background: url(../images/white/main-body-map-item.png)  no-repeat;
	background-size: 100% 100%;
}
.white .maps .col-md-3 ul li{
	margin-top: 1px;
	background: url(../images/white/main-body-map-item-index.png)  no-repeat;
	background-size: 100% 100%;
	height:calc( 20% - 1px ); 
    width: calc( 100% - 40px );
	position: relative;
}
.white .maps .col-md-3 ul li>span{
	position: absolute;
}
.white .maps .col-md-3 ul li>span:nth-child(1){
    height: 22px;
    width: 37%;
    top: calc( 50% - 10px );
    left: 10%;
    font-family: FZCQJW--GB1-0;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    text-align: center;
    display: blk;
    display: block;
}
.white .maps .col-md-3 ul li>span:nth-child(2){
 	top:30%;
	font-family: AdobeHeitiStd-Regular;
	 color: #000;
	font-size:16px;
	text-align: center;
	width: 35%;
	right:35px;
}
.white .maps .maps-data{
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 35px;
	overflow: hidden;
}
 
.white .maps .col-md-3 ul li>span:nth-child(3){
	font-family: AdobeHeitiStd-Regular;
	 color: #000;
	height: 30px;
	right:35px;
	top:60%;
	font-size:16px;
 
	text-align: center;
	width: 35%;
}

.white .checkedItem{
	background:#ffffff;
	color:#000 !important;
	border: 1px solid #000;	
}
.white input.ng-invalid,.white select.ng-invalid { 
 	background:#f3f3f3 !important;
}
.white input.ng-touched.ng-invalid { 
    border-color: #71767d; 
}

.white .project-info .project-info-one ul{
	height: 100%;	
}
.white .project-info .project-info-one ul li{
 
	height: 25%;
	width: 100%;     
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}
.white .project-info .project-info-one ul li>div{
    float: left;
    height: 100%;
    /* margin-top: 3%; */
    width: calc( 49% - 1px );
    position: relative;
    background-image: url(../images/white/main-body-managemain-list-item.png);
    background-size: 100% 100%;
    max-width: 240px;
} 
.white .tree-label{
	color: #000;
}
.white .project-info .project-info-one ul li>div>span{
	position: absolute;
	display: block;
}
.white .project-info .project-info-one ul li>div>span:nth-child(1){
	width: 100%;
	left: 0px;
	text-align: center;
	top: 15%;
	font-family: MicrosoftYaHei;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.white .project-info .project-info-one ul li>div>span:nth-child(2){
	width: 80px;
    top: 50%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
    left: 33%;
}
.white .project-info .project-info-one ul li>div>span:nth-child(3){
	top: 50%;
	font-family: AdobeHeitiStd-Regular;
	font-size: 11px;
	color: #333;
 	left: 78%;
}

/*.white .project-info .project-info-one ul li>:nth-child(1){
	border-right:1px solid #054a82;
}
.white .project-info .project-info-one ul li>:nth-child(2){
	border-left:1px solid #054a82;
}*/
.white .project-info .project-info-two{
	 
}
.white .project-info .project-info-two ul{
	height: 100%;
}
.white .project-info .project-info-two ul li{
	width:calc( 25% - 3px );
	margin-right:3px;
	float: left; 
	height: 100%;
	background-color: rgb(245,247,249);
 
	border: solid 1px rgba(176,176,177,1);

}
.white .project-info .project-info-two ul li:nth-child(4){
	margin-right:0px;
	width: 25%;
}
.white .project-info .project-info-two ul li h5 span,
.white .body-head-title>span
{
	display: inline-block;
	height: 35px;
	padding-left: 35px;
 
	background: url(../images/white/main-body-managemain-logo.png)  no-repeat;
		background-position-y: 10px;
}
/*
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
 * */
 .white .nav-tabs>li.active>a,
 .white .nav-tabs>li.active>a:hover, 
 .white .nav-tabs>li.active>a:focus,
 .white .nav>li>a:hover,
 .white .nav>li>a:focus
 {
	background-color: #fff;
	color: #000; 
	border: 1px solid #000 !important; 
}
.white .btn-link:hover{
	background-color: #fff;
	color: #000;
	
}
.white .btn-link{
    background-color: #ffffff;
    border: 1px solid #bcbcbc;
    	color: #000;
}
.white .reading-row, 
.white .reading-time-row
{
	border-bottom: 1px solid #ccc;
}
.white .device-reading:nth-child(3n+3) {
    margin-right: 0px;
    margin-left: 0.15%;
    width: 33.16%;
}
.white .device-reading{
	margin: 0.15%;
	padding: 20px;
	background-color: #fff; 
    border: solid 1px #ccc;
    margin-bottom: 10px;
    color: #000;
}
.white .nav-tabs>li.active,
.white .nav-tabs>li:hover
{
 
	background-color: transparent;
}
.white .nav-tabs>li>a{
	color: #fff;
	border: 1px solid #000;
  background-color: #000;
}

.white .nav-tabs{
	border:0px;
} 
.white .project-info .project-info-two ul li h5,
.white .body-head-title

{
	color: #000;
	text-align: center;
	line-height: 35px;
	width: 100%;
	height: 35px;
	background-color: rgb(247,248,249); 
	margin: 0px;
	border-bottom: 1px solid #b0b0b1 !important;
	border-top: 1px solid #b0b0b1 !important;
}
.white .project-info .project-info-two ul li>div{
    height: calc( 100% - 35px);
}

.white .project-info .project-info-two ul li>div  .coolead-charts>div canvas{
	 height: 100% !important;
}
.white .project-info .project-info-two ul li>div  .coolead-charts>div{
    height: 100% !important;
}
.white .project-info .project-info-two ul li>div  .coolead-charts{
	height:100%;
}
.white .project-info .project-info-two ul li>div>coolead-chart{
 
  height:100%;
}

.white .left-list{
 	padding: 0px;
    background-color: #fff !important;
  
    border: solid 1px #ccc;
    margin-bottom: 10px;
}
.white .multi-select-main .multi-select-input-context,
.white .multi-select-main.active .multi-select-input-context,
.white .multi-select-main.focus .multi-select-input-context
{
	border:0px;
}
.white .search-box-main.search-disabled .search-box-input-context .search-box-input .search-box-input-text,

.white .search-box-main.search-disabled .search-box-input-context{
		background-color: transparent;
}
.white  .multi-select-main .multi-select-input-context .multi-select-icon,
.white  .multi-select-main .multi-select-input-context .multi-select-input .multi-select-input-text{
	background-color: transparent;
	color:#000
	    border-bottom: 1px solid #Ccc;
    border-top: 1px solid #Ccc;
    border-right: 1px solid #Ccc;;
}

.white  .warning-td {
    background: red !important;
    color: #Fff;
}
.white  .late-td{
    background: yellow !important;
}

.white  .holiday-td {
    background: #48a572;
    color: #fff;
}
.white start-end-date .date-btn{
    border: 1px solid #bcbcbc;
	padding: 8px 5px 7px 6px;
}
.white .progress-bar{
	color: #000000;
}
.white .coolead-build-map {
	color: #3581c3;
}
.head{
	display: none;
}
.white .head{
    display: table-row;
}
.white .holidaytd { 
    background: #808182 !important;
    color: #ffffff;
}
.white .platform-main-content-user{
	display: none;
}
.white .platform-main-content-work{
	display: none;
} 
body.white.isUser,
body.white.isWork
{
 
	background-size: 100% 100%;
	padding-top: 151px;
}
.white.isUser .platform-main-content-user{
	width: 360px;
	float: left;
	min-height: 500px;
	display: block;
}
.white.isWork .platform-main-content-work{
	width:240px;
	float: left;
	min-height: 500px;
	display: block;
}
.white.isWork .platform-main-content-data{
	float: left;
	width: calc( 100% - 240px );
}

.white.isUser .platform-main-content-data{
	float: left;
	width: calc( 100% - 360px );
} 
.white.isUser .platform-main-content-user ul li{ 
	height:55px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
	cursor: pointer;
	border-bottom:1px solid #ccc;
		 
}
.white.isUser .platform-main-content-user ul{
	float: right;
    width: 164px; 
    background-color: #fff;
    padding: 0px;
    overflow: hidden;
    margin: 22px;
    border: 1px solid #ccc;
}

.white .userHead{ 
	padding:45px;
	background-image:url(../images/white/main-body-user-head-bg.png);
	background-size:100% 100%;
	height: 201px;
	width: 201px;
}
.white .user{
	width: 100%;
	padding-left: calc( 100% - 201px );
}
.white .userHead>img:hover{
 	border: 0px solid #00a2c0;
	transform:rotateZ(360deg);
}
.white .userHead>img{
	transition: 2.0s all;
	height: 110px;
	width: 110px;
	border-radius: 50% !important;
}
.white .user .userName{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	height: 35px;
	line-height: 30px;
	display: block;
	position: relative;
}
.white .user .userName:before{
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 156px;
	height: 4px;
	background-image: url(../images/white/main-body-user-line.png);
	background-size: 100% 100%;
	left: calc( ( 100% - 156px ) / 2 );
}
.white .user-form-body-file{
	text-align: center;
    line-height: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 250px; 
    width: 80%;
    float: right; 
}
.white.isUser .user-form{
	padding: 0px;
	margin:50px 100px 0px 100px;
	overflow: hidden;  
	border: 1px solid #ccc;
}
.white.isUser .user-form-body>form{
	padding-top:50px;
}
.white.isUser .user-form-body{
	overflow: hidden;
	padding-bottom: 20px;
	background-color: rgb(255, 255, 255);  
	width: 100%;
}
.white input:-webkit-autofill,.white textarea:-webkit-autofill,.white select:-webkit-autofill {
	background-color:transparent;
}
.white.isUser .user-form .body-head-title{
	padding-left: 10px;
	background-color: rgb(255, 255, 255);
}
.white.isUser .user-form input{
	width: 60%;
}
.white.isUser .user-form .row{
	padding:15px 0px;
}
.white.isUser  .error{
	display: inline-block;
}
.white.isUser .help-block{
	color: rgb(0,195,206); 
    box-shadow: inset 0px 0px 5px 0px #0b7bd2;
    border-radius: 2px;
    padding: 5px 35px;
    margin-top: 10px;
}
.white.isUser .user-form .col-md-6,
.white.isUser .user-form .col-md-12{
	padding: 0px 20px;
	margin-top: 6px;
}
.white.isUser .user-form .col-md-12>input,
.white.isUser .user-form .col-md-6>input,
.white.isUser .user-form .col-md-6>select, 
.white.isUser .user-form .col-md-6>.ms-date-con{
	width: calc( 100% - 120px );
	float: right;
}
.white.isUser .user-form .col-md-6>.ms-date-con>.datepicker-icon>.input-group-btn>.btn-default{
	float: right;
}
.white.isUser .user-form .col-md-12>label,
.white.isUser .user-form .col-md-6>label{
	float: left;
	width:120px;
	text-align: right;
	padding-right: 15px;
	
}
.white.isUser .user-form .col-md-5{
	text-align: right; 
	line-height: 34px;
    height: 34px;
}
.white.isUser .user-form .col-md-7{
	text-align: left;
}

.white.isUser .user-form .body-head-title>span{
	float: left;
	color: #000;
}

.white.isUser .header-tab,
.white.isWork .header-tab
{
	display: none;
} 
.white.isUser #left-column + #right-column,
.white.isWork #left-column + #right-column
{
	height: calc( 100% - 146px );
 
}
.white.isWork .platform-main-content-work ol{
	float: right;
    width: 164px;
   	background-color: #fff; 
	margin: 22px 17px;
    padding: 0px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.white.isWork .platform-main-content-work ol li{
	height: 45x;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    cursor: pointer; 
}
.white.isWork .platform-main-content-work ol li.line{
	height: 1px;
	line-height: 1px;
	background-color: #ccc;
}
.white .table>thead>tr>td.active, 
.white .table>tbody>tr>td.active, 
.white .table>tfoot>tr>td.active, 
.white .table>thead>tr>th.active, 
.white .table>tbody>tr>th.active, 
.white .table>tfoot>tr>th.active, 
.white .table>thead>tr.active>td, 
.white .table>tbody>tr.active>td, 
.white .table>tfoot>tr.active>td, 
.white .table>thead>tr.active>th, 
.white .table>tbody>tr.active>th, 
.white .table>tfoot>tr.active>th{
	background-color: #f5f7f9;
}
.white .header-menu .content ul li .menu-image{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.white .header-menu .content ul li .menu-image-houer{
	display: none;
	width: 30px;
	height: 30px;
}
.white .header-menu .content ul li:hover .menu-image, .white .header-menu>div ul .menu-temp-open .menu-image{
	display: none;
}
.white .header-menu .content ul li:hover .menu-image-houer, .white .header-menu>div ul .menu-temp-open .menu-image-houer{
	display: inline-block;
}
 
.white .white-login{
	display: block;
	width: 286px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(2, 11, 21, 0.16);
	border-radius: 10px !important;
	padding-bottom: 25px;
	overflow: hidden;
}
.white .white-login-title{
	font-family: FZLTZHK--GBK1-0;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
	height: 44px;
	background-color: #25a6f8;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	line-height: 44px;
}
.white .white-login-item{
	padding: 0px 17px;
	margin-top: 15px;
}
.white .white-login-item>label{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a3a7b3;
}
.white .white-login-input{
	position: relative;
}
.white .white-login-input input{
	width: 100%;
	border: solid 1px #d2d8db;
	border-radius: 2px !important;
	text-indent: 20px;
	height: 32px;
	line-height: 32px;		
	padding-right: 40px;
	color: #6c7181;
}
.white .white-login-item .checkbox > span{
	color: #6c7181;
}
.white  .checkbox input[type="checkbox"]:checked + .fake-label{
	background-image: url(../images/white/main-login-name.png);
}
.white .white-login-input i{
	position: absolute;
    right: 15px;
    top: 10px;
    width:17px;
    height: 13px;
    background-repeat: no-repeat;
}
.white .login-main-content{
	top: 61%;
}
.white .white-login-item:nth-child(2) .white-login-input i{
	background-image: url(../images/white/main-login-name.png);
}
.white .white-login-item:nth-child(3) .white-login-input i{
	background-image: url(../images/white/main-login-pass.png);
}
.white .white-login-item .login-btn {
	background-color: #1dd97a;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	border-radius: 2px !important;
}
body.white.full {
	padding-top: 0px;
} 
.white.full #header-container,
.white.full #left-column,
.white.full .header-tab,
.white.full #body-bottom,
.white.full .scroll{
	display: none;
}
.white.full .platform-main-content-data{
	position: fixed;
    width: 100%;
    height: 100%;
}
.white .mywork:hover ul{
	display: block;
	height:auto;
}
.white .mywork ul{
		transition: 2.5s all;
	height: 0px;
 
	overflow: hidden;
	position: absolute;
	left: -45px;
	z-index: 1;
	background-color: #081325;
	box-shadow: inset -2px 0px 2px 0px 
		rgba(26, 172, 214, 0.27), 
		inset 0px 2px 4px 0px 
		rgba(26, 172, 214, 0.26), 
		inset 0px 4px 14px 0px 
		rgba(26, 172, 214, 0.3);
}
.white .mywork li:hover{
	color: #4c9cef;
}
.white .mywork li{
 	text-indent: 20px;
	height:50px;
	line-height: 50px; 
	width: 120px;
	color: rgb(100,132,177);
	border-bottom:1px solid rgb(12,52,75);
}

.white .table-hover>tbody>tr.selected>td,
.white .table-hover>tbody>tr.selected>td a,
.white .table-hover>tbody>tr.selected>td a:visited
{
	/*color: #000000;*/
	 background-color: rgb(214,214,214);
}
.white table td{
	color: #545454;
}
.white a.list-group-item,
.white .list-group-item:last-child{
	  color:#000000; 
    line-height: 50px;
    width: 100%;
    min-height: 50px;
    background-color: #fff; 
    margin: 0px;
    border: 0px !important;
    padding: 0px;
   border: 1px solid #ccc !important;
}
.white a.list-group-item:hover,
.white a.list-group-item:focus{
	text-indent: 20px;
	color: #000; 
    line-height: 50px;
    width: 100%;
    min-height: 50px;
    background-color: #fff; 
    margin: 0px;
    border: 0px !important;
        padding: 0px;
    border: 1px solid #ccc !important;
}
.white .list-group .list-group-item.active.list-group-item-heading,
.white .list-group .list-group-item.active.list-group-item-heading:hover,
.white .list-group .list-group-item.active.list-group-item-heading:focus
{
    color: #181819;
    text-align: center;
    line-height: 50px;
    width: 100%;
    min-height: 50px;
    background-color: #fff;
    margin: 0px;
    border: 0px !important;
    padding: 0px;
    text-indent: 0px;
    border: 1px solid #ccc !important;
}
.white .list-group-item{
	    background-color: #fff;
    border: 0px !important;
    line-height: 50px;
    min-height: 50px;
    padding: 0px;
    text-indent: 20px;
    color: #020202;
    border: 1px solid #ccc !important;
}
.white .list-group .list-group-item.active,
.white .list-group .list-group-item.active:hover,
.white .list-group .list-group-item.active:focus{
	    color: #ffffff;
    text-align: left;
    line-height: 50px;
    width: 100%;
    min-height: 50px;
    background-color: #333232;
    margin: 0px;
    border: 1px solid #ccc !important;
    padding: 0px;
}
.white  .col-md-offset-3 .list-group-item{
	line-height: 30px;
}
/*.white  .col-md-offset-3 .list-group-item >span{
}
.white  .col-md-offset-3 .list-group-item >input{
}  */
.white select{
	background-color: rgb(255, 255, 255);
 }
/*.white .col-md-offset-3 .list-group-item input:hover::-webkit-inner-spin-button{
	  -webkit-appearance: none !important; 
}
.white .col-md-offset-3 .list-group-item input::-webkit-inner-spin-button,
.white .col-md-offset-3 .list-group-item input::-webkit-outer-spin-button{
  -webkit-appearance: none !important; 
}*/

.download-ioc{
	height:40px;
	width: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position-y: 6px;
	cursor: pointer;
	position: relative;
}
.download-ioc>img{
 
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0px; 
    transition: .4s;
}
.download-ioc:hover>img{
	display: block;
	height: 200px;
	width: 200px;
    top: -200px;
	
}
.download-ioc.download-ios{
	background-image: url(../images/white/ios.png);
}
.download-ioc.download-ios:hover{
	background-image: url(../images/white/ios-mover.png);
}
.download-ioc.download-android{
	background-image: url(../images/white/android.png);
}
.download-ioc.download-android:hover{
	background-image: url(../images/white/android-mover.png);
}

.white .project-info-two .col-md-7{
	height: 100%;
	text-align: center;
	padding-top: 80px;
	padding-top: calc( 100% / 2 - 127px);
}
.white .project-info-two .col-md-5{
	height: 100%; 
    padding-top: calc( 100% / 2 - 150px);
    line-height: 31px;
}
.white .project-info-two .col-md-5 .info-name{
/*	color: #fff;;*/
}
.white .project-info-two .col-md-5 .info-box{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 14px;
}
.white .project-info-two .col-md-5 .info-data{
    color: #fff;
    text-indent: 28px;
    display: inline-block;
    font-size: 16px;
}

.white .table-header-text{
	background-color: transparent !important;	
}

.white .smart-meter-info{
		background: none;  
    height: 162px;
    padding: 20px;
    border: 1px solid #ccc;
    width: 342px;
}
.white .modal-title{
	color: #000;
}
.white .bootstrap-dialog .bootstrap-dialog-title{
 	color: #4388cf;
}
.white .modal-header{
	    border-bottom: 1px solid #ccc;
}
.white  .modal-footer{
	    border-top: 1px solid #ccc;
}
.white .modal-content{
	background-color: #fff;
}
.white .bootstrap-dialog.type-primary .modal-header{
		background-color:transparent;
}
.white .pagination>.active>a, 
.white .pagination>.active>span, 
.white .pagination>.active>a:hover, 
.white .pagination>.active>span:hover, 
.white .pagination>.active>a:focus, 
.white .pagination>.active>span:focus{
	color: #000;
	
}
.white .coolead-basic-info span{
	color: #000;
}
.white .angular-ui-tree-handle.active{
	    color: #009fff;
}
.white .table thead a{
	color: #000 !important;
}
.white .btn-xs,.white .btn-group-xs>.btn{
	color: #000;
}
.white .btn-xs:hover,.white .btn-group-xs>.btn:hover{
	color: #157ced;
}
.white .left-list input[type=checkbox]{
	 height: 15px;
}
