*{margin: 0; padding: 0;}
textarea{resize:none;}
.page-content-top-func{ padding-bottom: 20px;}
.input-extralarge{width: 420px!important;}
.input-large{width: 320px!important;}
.input-medium{width: 210px!important;}
.input-small{width: 120px!important;}
.input-extrasmall{width: 90px!important;}
.scroll-y{overflow-y: auto;}
.display-inline{display: inline-block; vertical-align: middle;}
.tips-required{color: #f00; padding-right: 2px;}
.btn-noborder{border: 0!important;}
.inline-del{display: inline-block; padding-top: 5px;}
.item-table{width: 100%; border: 0; border-collapse: collapse;}
.item-table td{padding: 3px; border: 1px solid #e4eaec;}
.item-table thead{font-size: 14px; text-align: center;}
.color-red{color: #f00;}
.tabs-btn-box{ position: absolute; right: 0; text-align: right;}
.upload-box{overflow: hidden;}
.upload-box li{display: inline-block; margin-right: 15px;}
.upload-box li .up-img{width: 100px; height: 100px; margin-bottom: 5px;}
.upload-box li .up-img img{width: 100px; height: 100px;}
.top-version{position: absolute; right: 0; top: 0; color: #62a8ea;}
.error-tips{color: #f00; padding-top: 5px; margin-bottom: 0;}
.tree-exdt-icon{display: inline-block; margin: 0 3px; width: 14px; height: 14px; vertical-align: middle;}
.tree-exdt-icon.ext-add{background: url(../img/ico-add.png) no-repeat; margin-top: -1px;}
.tree-exdt-icon.ext-edit{background: url(../img/ico-edit.png) no-repeat;}
.tree-exdt-icon.ext-delete{background: url(../img/ico-delete.png) no-repeat;}

.pos-relative{position: relative;}
.pos-absolute{position: absolute;}
.modal-body{padding: 10px;}
.red{color: #f00;}
.overflow-hidden{overflow: hidden;}
.overflow-x-hidden{overflow-y: hidden !important;}
.overflow-x-auto{overflow-x: auto !important;}
.overflow-auto{overflow: auto !important;}
.overflow-y-auto{overflow-y: auto !important;}
.border-radius-12{border-radius: 12px !important;}
.border-radius-16{border-radius: 16px !important;}
#roleShow-adminManage_wrapper .row{margin: 0 !important;}
.btn-sm{padding: 3px 5px;}
.font-style-nomal{font-style: normal;}
.font-weight-bold{font-weight: bold;}
.font-size12{font-size: 12px;}
.font-size16{font-size: 16px;}
.font-size20{font-size: 20px;}
.font-size30{font-size: 30px;}
.font-size40{font-size: 40px;}
.font-size50{font-size: 50px;}
.font-size60{font-size: 60px;}
.gauge canvas{margin: -20px 0 8px 0;}
.gauge-label{bottom: 40% !important;}
#comUserTemplate-main img{width: 40px;height: 40px;}
#comUserTemplate-main p{font-size: 18px;font-weight: bold;color: #74caec;margin-top: 10px;}
.numberWork-main{color: forestgreen;font-size: 14px;}
.list-group-item.active_blue::before{
	position: absolute;
	display: block;
	content: '';
	left: 12px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: blue;
}
.list-group-item.active_red::before{
	position: absolute;
	display: block;
	content: '';
	left: 12px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: red;
}
.list-group-item.active_yellow::before{
	position: absolute;
	display: block;
	content: '';
	left: 12px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: yellow;
}
.newShow-main{
	height: 546px;
}
.imgExtent-main{
	text-align: center;
	height: 50px;
}
.imgExtent-main img{
	width: 90%;
	height: 100%;
}
/*公共标题栏*/
.comTItle{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px;
    border-left: 3px solid #2C92F6;
    margin: 10px 0;
}
/*点击选择图片删除公用*/
.img-item{
	position: relative;
	float: left;
	margin-right: 10px;
}
.img-item i{
	position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: center;
    font-size: 20px;
    color: red;
    cursor: pointer;
}
.nowrap{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

