html {
	/* height: 100%; */
    padding:0px !important;
    margin: 0px !important;
}
body {
	/* height: 100%; */
	background:#f3f3f4 !important;
    background-size: 100% 100% !important;
	font: 14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif ;
    font-style: normal ;
    font-variant-ligatures: normal ;
    font-variant-caps: normal ;
    font-variant-numeric: normal ;
    font-variant-east-asian: normal ;
    font-weight: normal ;
    font-stretch: normal ;
    font-size: 14px ;
    line-height: 1.5 ;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif ;
    padding:0px !important;
    margin: 0px !important;
}
.row {
	width: 100%;
	height: 100%;
}
.panel-info>.panel-heading {
	background-color: #F3F3F4 !important;
}

.middle {
	/* padding-right: 15px;
	padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
	/* max-width: 1360px;
	min-width:1360px;
	height: 86%; */
	padding-top: 20px;
}

.top .link {
	height: 100%;
	text-align: right;
	padding-top: 20px;
}
.glyphicon-home{
	color:white;
}
.glyphicon-log-out{
	color:red;
}
.list {
	height: 568px;
}
.list_bottom .col-md-6 {
	padding: 0px;
}
.list_page nav {
	float: right;
}
.group_list,
.organization {
	height: 100%;
	border-right: 1px solid rgb(217, 237, 247);
}

.organization_left{
	border-left: 1px solid rgb(217, 237, 247);
}
/*.glyphicon {
	font-size: 16px;
}
.glyphicon-edit ,.glyphicon-trash ,.glyphicon-plus-sign ,.glyphicon-minus-sign,.glyphicon-lock 
,.glyphicon-time ,.glyphicon-upload,.glyphicon-transfer,.glyphicon-repeat,.glyphicon-paperclip
,.glyphicon-list-alt,.glyphicon-collapse-down,.glyphicon-collapse-up,.glyphicon-cog,.glyphicon-copyright-mark
,.glyphicon-off,.glyphicon-refresh,.glyphicon-play-circle,.glyphicon-asterisk,.glyphicon-modal-window,.glyphicon-check
,.glyphicon-tag,.glyphicon-tags,.glyphicon-duplicate,.glyphicon-flag,.glyphicon-comment,.glyphicon-off,.glyphicon-folder-open,
.glyphicon-folder-close,.glyphicon-ban-circle,.glyphicon-ok-sign{
	font-size: 17px !important;
	top:4px !important;
}
.glyphicon-plus-sign ,.glyphicon-minus-sign ,.glyphicon-cog{
	font-size: 17px !important;
}*/


.btn{
	 word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: normal !important;
    outline: none !important;
    }


  
/* table td:hover {

	overflow: auto;
	white-space: pre-wrap;
} */
 table{

  table-layout: fixed;

}

td,th{
  min-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.table-hover>tbody>tr{
	height: 27px;
}
.table-hover>tbody>tr>td,th{
	line-height: 25px !important;
}

.power_no{float: left;width: 22px;height: 22px;background: url(/image/back/power_no.png);cursor: pointer}
.power_{float: left;width: 22px;height: 22px;background: url(/image/back/power_.png);cursor: pointer}
.power_all{float: left;width: 22px;height: 22px;background: url(/image/back/power_all.png);cursor: pointer}
.power_edit{float: left;width: 22px;height: 22px;background: url(/image/back/power_edit.png);cursor: pointer}
.power_null{float: left;width: 22px;height: 22px;background: url(/image/back/power_null.png);cursor: pointer}
.power_null_edit{float: left;width: 22px;height: 22px;background: url(/image/back/power_null_edit.png);cursor: pointer}

.Outer_layer{
	   /*  min-width: 1360px; */
}
.mean_content{
		/* max-width: 160px; */
}
.mean_list_row{
		cursor:pointer;
	 	/* max-width: 220px; */
	 	height:300px;
	 	display:inline-table;
}

div>.col-md-6{
	/* min-width: 48%; */
	display:inline-table;
}
div>.organization{
	/* max-width: 350px;
	min-width: 330px;
	float: left; */
}
.uploadBtn_pic div{
  width: 200px;
  height: 42px;
}


.Suspension_menu{
	height:680px;
	position: absolute;/*这里一定要设置*/
	z-index: 100;/*这里是该元素与显示屏的距离，据说越大越好，但是我也没有看到效果，因为没有它也是可以的*/
}

.Suspension_icon{
	margin-top: 314px;
	float:left;
}
.Suspension_list{
	/* background:rgb(0, 162, 201); */
	/* height:100%; */
	max-width:150px;
	margin-top: 20px;
	float:left;
}
/*应用动画，添加按钮效果*/
.scroll-down {
   /*  border: 2px solid #bbb; */
    border-radius: 50%;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    z-index: 10;
    
}
 /*向you滑动的动画效果*/
@-webkit-keyframes drop {
  0%   { left:0px;  opacity: 0;}
  30%  { left:10px; opacity: 1;}
  100% { left:25px; opacity: 0;}
}

 .scroll-down span {
    position: relative;
    color: #bbb;
    font-size: 24px;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mean_li{
	display:inline-block;
	/* min-width:130px; */
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

a{
	text-decoration:none !important;
}
a:link,a:visited{
 text-decoration:none !important;  /*超链接无下划线*/
}
a:hover{
 text-decoration:none !important;  /*鼠标放上去有下划线*/
}

/*------------------------------通用滑动条样式----------------------------------------*/
/*
::-webkit-scrollbar {
            width: 4px;    
            height: 4px;
            -ms-overflow-style:none;
			overflow:-moz-scrollbars-none;
        }
        
::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }
::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);

        }
*/

/*----------------------------------谷歌滑动条样式-----------------------------*/
::-webkit-scrollbar {
    background: #f7f7f9;
    width: .5rem;  /* 纵向滚动条滑块宽度 */
    height: .5rem; /* 横向滚动条滑块宽度 */
}
::-webkit-scrollbar-track-piece { /*滚动条背景颜色*/
    background: #f7f7f9;
}
::-webkit-scrollbar-thumb { /* 滑块 */
    border-radius: .1rem;
    background: #878b8d;
}
/* 也可以单独设置横向滚动条和纵向滚动条的背景颜色*/
::-webkit-scrollbar-thumb:vertical { /* 纵向滑块 */
       background: #878b8d;
   }
::-webkit-scrollbar-thumb:horizontal { /* 横向滑块 */
    background: #878b8d;
}



/*---------------------------------火狐滑动条样式----------------------------------*/
* {
    scrollbar-color: #878b8d #f7f7f9; /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}

     
 .scroll_Bar {
	overflow: auto;
}    

.scroll{
	overflow: auto;
}
			
.info_panel_heating{
	height:55px !important;
}			



.padding_0{
	padding:0px !important;
}

.margin_0{
	margin:0px !important;
}

.cursorAdd{
    cursor:pointer;
}

.none_user_select {

    -moz-user-select:none;

    -webkit-user-select:none;

    user-select:none;
}


/*.ztree li span.button.switch.level0 {visibility:hidden; width:1px;}
.ztree li ul.level0 {padding:0; background:none;}*/


.autoLineContent {
    width: 100%;
    height: auto;
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
}

.autoWidth100 {
    width: 100%;
}
.autoHeight100 {
    height: 100%;
}

/*-----------------------------------sweetalert2-------------------------------*/
.swal2-container{
    z-index: 19991030 !important;
}

/*-----------------------------------device info Details---------------------------------*/
.show_devices_info_window > tbody > tr, .show_devices_info_window > thead > tr > th {
    text-align: center;
}