.btn.glyphicon{
	color:#fff;
	border-radius:0px;
	top:0px;
/* 	padding:3px 10px; */
}
.btn.btn-sm{
	padding:3px 10px;
}
.glyphicon{
	top:0px;
}
.bgc286090{
	background:#337ab7;
}
.btn.glyphicon:hover{
	opacity: 0.8;
	color:#fff;
}
.btn.iconfont{
	color:#fff;
	border-radius:0px;
}
.btn.btn-sm.iconfont{
	font-size:12px;
}
.btn.iconfont:hover{
	opacity: 0.8;
	color:#fff;
}
/* 撤销 */
.btn.glyphicon-share-alt{
	background-color:#56A9E2;
}
/* 添加 */
.btn.glyphicon-plus{
	background-color:#40d2b7;
}
/* 修改 */
.btn.glyphicon-pencil{
/* 	background-color:#81bae5; */
	background-color:#5d93dc;
}
/* 删除 */
.btn.glyphicon-trash{
	background-color:#ef5350;
}
/*消除*/
.btn.glyphicon-erase{
	background-color:#e98c19;
}
.btn.glyphicon-remove {
    background: #F0394A;
}
.btn.glyphicon-arrow-up {
    background: #ff9b00;
}
/* 详情 */
.btn.glyphicon-list-alt{
	background-color:#ea9a32;
}
/* 搜索 */
.btn.glyphicon-search{
	background-color:#f59d2a;
/* 	background-color:red; */
}
/* 重新分派，导出 */
.btn.glyphicon-export{
	background-color:#40d2b7;
}
/* 导入*/
.btn.glyphicon-import{
	background-color:#40d2b7;
}
/* 接收*/
.btn.glyphicon-download-alt{
	background-color:#66c9b7;
}
/* 刷新 */
.btn.glyphicon-refresh{
	color:white!important;
}
/* 上传 */
.btn.glyphicon-open{
	background-color:#ec971f;
}
.btn.glyphicon-save{
	background:#5bc0de;
}
.btn.glyphicon-log-in{
	background: #358AEF;
}
/* 上传图片 */
.btn.glyphicon-cloud-upload{
	background-color:#8364db;
}
/**打印*/
.btn.glyphicon-print{
    background-color:#6596ed!important;	
}
/**预览*/
.btn.btn-sm.icon-preview{
   background-color:#CD4C72!important;
}
.perview>.iconfont{
	font-size:12px;
}
.btn-success.glyphicon.glyphicon-th-list.dropdown-toggle{
	height: 26px;
	cursor:pointer;
	 line-height: 26px;
	 padding: 0px 10px;
}
/* 上传图片样式 */
.fh-img{
	position: relative;
	float: left;
	margin:3px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #ccc;
}
.fh-img:hover .fh-img-child{
	display:block;
}
.fh-img-child{
	width:100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	right:0px;
	bottom:0px;
	text-align:right;
	display:none;
}
.fh-img .glyphicon{
	color:#fff;/* 垃圾桶颜色 */
	font-size:12px;
	background-color:rgba(0,0,0,0)!important;
} 
.box2-img{
	width:80px;
	height:80px;
	
    text-align: center;
}
.single-component-form-control .form-control{
	padding:3px 12px;
}
/* 下拉框背景颜色 */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
}
.dtable .btn-block{
	display:block;
}
.btn-block{
	display:inline-block;
	width:5em;
	height:22px!important;
	line-height:22px!important;
	text-align:center;
	color:#fff;
	font-size:12px;
}
.block-blue{
	background-color:#358AEF;
}
.block-violet{
	background-color:#9E71DC;
}
.block-orange{
	background-color:#DEA11E;
}
.block-green{
	background-color:#78BF34;
}
.block-red{
	background-color:#E83672;
}
.block-normal{
	background-color:#57c4b0;
}
.block-hui{
	background-color:#b5b5b5;
}
.block-red-2{
	background-color: #b5b5b5;
}
.block-blue-1 {
	background-color: #57c4b0;
}
.bg-light-yellow {
	background-color: #b25000;
}
.block-gray {
	background-color:#6a6a6a;
}
/* .block-orange { */
/* 	background-color: #ffc000; */
/* } */
.patrol-static{
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
   /*  background: #41BEBA; */
    color: white;
    text-align: center;
    cursor: pointer;
}
.dt-buttons{
    display: inline-block;
}
.btn-primary{
	background-color: #337ab7;
    border-color: #337ab7;
}
	
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.buttons-excel{
   border:none;	
   background: none;
}
@font-face {font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont.woff') format('woff'),
    url('iconfont.ttf') format('truetype'),
    url('iconfont.svg#iconfont') format('svg');
}