
#contentDiv img{
	width: 550px;
	height: 350px;
	margin-left: 25%;
}

.table-bodered-all{
	border:1px solid #999;
}	

.table-cols-right{
	border-right: 1px solid #999 !important;
	vertical-align: middle !important;
}
.table-cols-bottom{
	border-bottom: 1px solid #999 !important;
	vertical-align: middle !important;
}
	
.load-image-update-div{
		width: 81.5%;
		float: left;
		position: relative;
 				min-height: 1px;
 				padding-right: 15px;
 				padding-left: 15px;
	}
	
	.load-update-image-style{
		width: 33.33%;
		float: left;
		position: relative;
 				min-height: 1px;
 				padding-right: 15px;
 				padding-left: 15px;
	}

.update-image-div {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 5px;
}

.update-image-style{
	margin-bottom:8px !important;
	color: #737373;
}

.head-company-style{
	 background-color:#efefef;
	 height: 70px;
	 text-align: center;
	 line-height: 72px;
	 margin-top:20px;
	 margin-bottom:10px;
	 color: #464646;
}

.head-tab-monitor{
	 height: 60px;
	 text-align: center;
	 line-height: 90px;
	 color: #464646;
}

.head-tab-monitor a{ 
	color:#1d6fb8;
	font-size: 15px;
	font-weight: bold;
} 	

.head-tab-monitor a:hover { 
	color:#2aa747; 
	text-decoration:none; 
} 
.head-tab-monitor a:visited  { 
	/* color:#2aa747 !important;  */
	text-decoration:none; 
} 
.a-border{
	color:#2aa747 !important; 
	border-bottom:3px solid #2aa747;
}	
	

.tr-custom-count{
  background-color: #1d6fb8;
  color: #ffffff;
}
.tr-custom-count td{
		 border-right:1px solid #ffffff;
		 vertical-align:middle !important;
}

.tr-custom-violet{
	  background-color: #7e338f;
	  color: #ffffff;
	}
	.tr-custom-violet td{
	 	border-right:1px solid #ffffff;
		vertical-align:middle !important;
	}



.td-right-solid{
 	border-right:1px solid #959595 !important;
}
.td-left-solid{
 	border-left:1px solid #959595 !important;
}

.table-custom-count{
	  border-top: 1px solid #dddddd;
	  border-bottom: 1px solid #dddddd;
	}	
.tr-count-detail{
	text-align: center;
}
.tr-count-detail td{
	  border-bottom:1px solid #959595;
		  vertical-align:middle !important;
}
.div-waste-btn-style{
	  border-left: 1px solid #a0a0a0;
	  border-right: 1px solid #a0a0a0;
	  border-top: 1px solid #a0a0a0;
	  padding: 16px 0px 0px;
	  text-align: right;
	  line-height: 30px
}
.tr-detail-custom{
  text-align: center !important;
}
.tr-detail-custom td{
	border: 1px solid #a0a0a0 !important;
	vertical-align:middle !important;
}

.tr-green-custom{
	background-color: #28a747;
	 color: #ffffff;
}
.tr-green-custom td{
		 border-right:1px solid #ffffff;
		 vertical-align:middle !important;
}
.td-blue-custom{
	background-color: #1970b9;
	 color: #ffffff;
}

.tr-light-green{
	background-color: #e1efde !important;
}

 .waste-insert-btn{
	height:34px;
	margin-bottom:0;
	width: 20%;
	float: left;
	line-height: 46px;
 }
 .waste-detail-font{
	height:34px;
	line-height: 38px;
 }
 .waste-detail-insert-btn{
 	height:34px;
	margin-bottom:0;
	width: 15%;
	float: left;
	line-height: 46px;
 }
 .cusDetailTd td{
 	padding: 25px !important;
 	letter-spacing:2px;
 }
 
 .cusTable {
	width:100%;
	max-width:100%;
	margin-bottom:20px
  }
  .cusTable>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding:8px;
	line-height:1.42857143;
	vertical-align:top;
  }
   .cusTable>thead>tr>th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd
  }
  
  .cusTdBottom{
  	border-bottom: 1px solid #a0a0a0 !important;
  }
  
  .hrDiv {
	height:1px;
	width:99%;
	background:#a0a0a0;
	overflow:hidden;
	}
	
	
.editFormHeader{
	background-color: #16a946 !important;
	color: #ffffff !important;
}

.editFormHeader2{
	background-color: #0183c5 !important;
	color: #ffffff !important;
}

.editFormHeader3{
	background-color: #7e338f !important;
	color: #ffffff !important;
}

			
/*-------------------------------------------------*/
/* ȥ��Ĭ����ʽ�������µ���ʽ   �ɼ���Ϣ���ı����µĵ�λ��������ʽ */
.unitSelect{
    display:block;
    width:100%;
    height:100%;
    box-sizing:border-box;
    background:none;
    border:1px solid #e1efde;
    outline:none;
    -webkit-appearance:none;
	 appearance:none;
	-moz-appearance:none; 
    padding:0 5px;
    line-height:inherit;
    color:inherit;
    cursor:default;
    font-size:14px;
    position:relative;
    z-index:3;
}
.unitSelect option{
    color:#000000;
	background:#e1efde;
}
.unitSelect option:hover{
    color:#fff;
}
.selUnitStyle{
    display:block;
    margin:0 auto;
    overflow:hidden;
    height:30px;
    width:70px;
    border-radius:0;
    background:#e1efde url("") right center no-repeat;
    background-size:auto 80%;
    color:#000000;
    line-height:2;
    position:relative;
    z-index:1;
}
.selUnitStyle:before{
    position:absolute;
    z-index:1;
    top:50%;
    right:10px;
    margin-top:-2.5px;
    display:block;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color:#e1efde transparent transparent transparent;
    content:"";
}
/* ����1 */
.selUnitStyle:after{
    position:absolute;
    z-index:1;
    top:50%;
    right:10px;
    margin-top:-3.5px;
    display:block;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color:#9fa0a0 transparent transparent transparent;
    content:"";
}

/*-------------------------------------------------*/



.td-remark-name-style a{
	color:#000000
}

.td-remark-name-style a:hover {
	color:#1d6fb8
}
.text-detail-padding{
	text-align: left !important;
	padding-left: 1px;
	float: left;
	width: 2%;
}


.unit-detail-padding{
	text-align: right !important;
	padding-right: 1px;
	float: right; 
}

.breads{padding: 1px;background-color: #efefef;font-size: 15px;margin-bottom: 5px; margin-top: 20px; color: #464646}
.breads p{margin-left: 10px;margin-top: 10px}

.home-img-style{
	padding-right: 1px;
	padding-bottom:2px;
}

.selected_li_add{
	background-color: #8099b0 !important;
	opacity:1 !important;
}

.label-left-span{
	padding-top:7px;
	margin: 0;
	text-align: left;
}

.menu-boder-left-white{
	border-left: 1px solid #fff;
}



.back-totop {
  position: fixed;
  right: 12px;
  bottom: 50px;
}
.back-totop a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  line-height: 35px;
  text-align: center;
  background-color: #1d6fb8;
  border-radius: 8px;
  font-size:26px;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.back-totop a:hover {
  background-color: #1d6fb8;
  color: #fff;
}
.back-totop .fa-qq {
  font-size: 24px;
}

.back-totop .share-item-qq,
.back-totop .share-item-mobile,
.back-totop .share-item-commenting {
  background-color: #1d6fb8;
  color: #fff;
}
.back-totop .share-item-commenting .adinnet {
  font-size: 21px;
}
.back-totop .share-item-commenting .leaveMsg-slider {
  text-indent: 13px;
  font-size: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .back-totop .share-item-commenting:hover .leaveMsg-slider {
    width: 86px;
  }
}
.back-totop .tel-slider,
.back-totop .leaveMsg-slider {
  position: absolute;
  top: 0;
  right: 30px;
  width: 0;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  font-size: 17px;
  background-color: #1d6fb8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.back-totop .share-item-mobile {
  font-size: 38px;
}



@media only screen and (min-width: 768px) {
  .back-totop .share-item-mobile:hover .tel-slider {
    width: 152px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .back-totop {
    right: 10px;
  }

}

@media (min-width:0px)  and (max-width: 768px) {
.achieDiv{
	width:85%;
	margin-left:12%
}	
	
.friend-sel{
		display: none;
	}
		
.image-explain-save{
	text-align: right;
	width: 100%
}
.image-explain-font{
	width:6%;
	float: left;
	
}

.image-explain-div{
	width:49%;
	float: left;
	padding-bottom: 10px;
	
}

  
  .footer-line-left{
  	float:left; 
  	height: 8px; 
  	width:25%;  
  	background-color: #1d6fb8;
  }
  
  .footer-font-style{
  	float:left;
  	width:49.5%;
  	text-align:center;
  }
	.footer_right_line_style{
		float:right;
		height: 8px; 
		background-color: #1d6fb8;
		width:25.5%; 
	}
}




@media screen and (min-width: 768px) and (max-width: 850px) {
  .friend-sel{
		display: none;
	}
	.image-explain-save{
		text-align: right;
		width: 100%
	}
	.image-explain-font{
		width:10%;
		float: left;
		
	}
	
	.image-explain-div{
		width:90%;
		float: left;
		padding-bottom: 10px;
		
	}
  .footer-line-left{
  	float:left; 
  	height: 8px; 
  	width:27%;  
  	background-color: #1d6fb8;
  }
  
  .footer-font-style{
  	float:left;
  	width:45%;
  	text-align:center;
  }
	.footer_right_line_style{
		float:right;
		height: 8px; 
		background-color: #1d6fb8;
		width:28%; 
	}
}
@media screen and (min-width: 850px) and (max-width: 992px) {
	.image-explain-font{
		width:8%;
		float: left;
		
	}
	.image-explain-save{
		text-align: right;
		width: 98%
	}
	.image-explain-div{
		width:92%;
		float: left;
		padding-bottom: 10px;
		
	}
}


@media screen and (min-width: 850px) and (max-width: 1000px) {
	.friend-sel{
		display:block;
		margin-top: -10px !important;
		width: 100px;
	}		
  .footer-line-left{
  	float:left; 
  	height: 8px; 
  	width:30%;  
  	background-color: #1d6fb8;
  }
  
  .footer-font-style{
  	float:left;
  	width:39.5%;
  	text-align:center;
  }
	.footer_right_line_style{
		float:right;
		height: 8px; 
		background-color: #1d6fb8;
		width:30.5%; 
	}
}



@media screen and (min-width: 768px) and (max-width: 1000px) {
.achieDiv{
	width:85%;
	margin-left:17%
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {	
.image-explain-font{
	width:8%;
	float: left;
	
}
.image-explain-save{
		text-align: right;
		width: 94%
	}
.image-explain-div{
	width:78%;
	float: left;
	padding-bottom: 10px;
	
}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.achieDiv{
		width:87%;
		margin-left:7%
	}
	.friend-sel{
		display:block;
		margin-top: -10px !important;
		width: 100px;
	}	
	
	
  .footer-line-left{
  	float:left; 
  	height: 8px; 
  	width:33%;  
  	background-color: #1d6fb8;
  }
  
  .footer-font-style{
  	float:left;
  	width:33.5%;
  	text-align:center;
  }
	.footer_right_line_style{
		float:right;
		height: 8px; 
		background-color: #1d6fb8;
		width:33.5%; 
	}
}


@media screen and (min-width: 1200px) and (max-width: 2000px) {
.achieDiv{
	width:85%;
	margin-left:14%
}
.friend-sel{
	display:block;
	margin-top: -10px !important;
	width: 119px;
}	
	
	
.image-explain-save{
		text-align: right;
		width: 100%
	}	
	
.image-explain-font{
	width:11%;
	float: left;
	
}

.image-explain-div{
	width:89%;
	float: left;
	
}

    .footer-line-left{
  	float:left; 
  	height: 8px; 
  	width:35%;  
  	background-color: #1d6fb8;
  }
  
  .footer-font-style{
  	float:left;
  	width:29.5%;
  	text-align:center;
  }
	.footer_right_line_style{
		float:right;
		height: 8px; 
		background-color: #1d6fb8;
		width:35.5%; 
	}
}

.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}			


.ad_login_tran{
	border:1px solid #dddee1;
	height: 134px;
	width:49%;
	float: left;
}

.ad_login_tran_two{
	border:1px solid #dddee1;
	height: 134px;
	width:49%;
	float: right;
	margin-left: 8px;
}


.ad_login_val{
	border:1px solid #dddee1;
	height: 100%;
	width:100%;
}

.policy-detail-title-td{
	text-align: center; 
	height: 100px;  
}

.policy-detail-title-span{
	margin-top:100px; 
	font-weight: bold; 
	font-size: 30px
}

.policy-detail-title-line{
	margin-left:4%;
	margin-right: 4%; 
	margin-top:20px; 
	border: 1px dashed  #555;  
   -webkit-transform: scale(1, 0.3);
   -ms-transform: scale(1, 0.3);
   -o-transform: scale(1, 0.3);
   transform: scale(1, 0.3);
}

.round{width:16px;height:16px;display: inline-block;font-size:20px; text-align:center;color:#1d6fb8;text-decoration:none}
.round:hover{color:blue;text-decoration:none} 

.black_overlay{ 
   display: none;
   top: 0%;
   left: 0%; 
   width: 100%;
   height: 100%;
   bottom:0%;
   background-color: black;
   z-index:1001; 
   moz-opacity: 0.3; 
   opacity:.30;
   filter: alpha(opacity=30);
}
.white_content { 
   display: none; 
   position: absolute; 
   top: 30%;
   left: 35%; 
   width: 550px;
   height: 340px; 
   /* background-color:white; */
   background-image:url("../../img/welcome.png") !important;
   z-index:1002;
   overflow: auto;
}

.td-remark-value-style a{
	color: #000000;
}
.td-remark-value-style a :HOVER{
	color: #000000;
}

.company-table-cols-right{
	background: #e1efde;
	line-height: 36px  !important;
	text-align: right;
	border-right: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
	vertical-align: middle !important;
}
.company-table-cols-color{
	background: #e1efde;
	line-height: 28px;
	text-align: right;
	vertical-align: middle !important;
}

.table-vertical{
	vertical-align: middle !important;
}

.carousel-control .glyphicon-chevron-left-two,.carousel-control .glyphicon-chevron-right-two{
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block;
}


.glyphicon-chevron-left-two{
	left:50%;
	margin-left:-10px
}

.glyphicon-chevron-right-two {
	right:50%;
	margin-right:-10px
}


@media screen and (min-width:768px) {

 	.carousel-control .glyphicon-chevron-left-two,.carousel-control .glyphicon-chevron-right-two{
		width:30px;
		height:30px;
		
	}
	.glyphicon-chevron-left-two{
		margin-left:-10px
	}
	
	.glyphicon-chevron-right-two{
		margin-right:-10px
	}
}



   .recordDetailHeader {
        display: inline-block;
        position: relative;
        height: 36px;
        width: 100%;
        color: #fff;
        background: #16a946;
        text-align: center;
        margin-bottom: -5px;
    }

    .recordDetailHeader span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


