/* @import "vxe-table-theme.css";
@import "element-theme.css"; */

* {
	font-family: Microsoft YaHei, 微软雅黑, Verdana, Geneva, sans-serif;
	font-size: 16px;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

div {
	box-sizing: border-box;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.clear-border input {
	border: none;
}

.is-disabled {
	color: #AAAAAA;
	opacity: .75 !important;
}

.is-disabled i {
	color: #AAAAAA;
}

.is--disabled.vxe-custom--option,
.is--disabled.vxe-export--panel-column-option,
.is--disabled.vxe-table--filter-option,
.vxe-table .is--disabled.vxe-cell--checkbox {
	color: #AAAAAA;
}

/* start 鼠标手势 */
.cp { cursor: pointer; }
.cd { cursor: default; }
.cnd { cursor: no-drop; }
/* end 鼠标手势 */

/* start 背景色 */
.bgc-red { background-color: red; }
.bgc-red2 { background-color: #FFCCCC; }
/* end 背景色 */


/* start 字体 */
.font-size-12 { font-size: .75rem; }
.font-size-14, .font-size-14.el-button span { font-size: .875rem; }
.font-size-16, .font-size-16.el-button span { font-size: 1rem; }
.font-size-18, .font-size-18.el-button span { font-size: 1.125rem; }
.font-size-20 { font-size: 1.25rem; }
.font-size-24 { font-size: 1.5rem; }
.font-size-30 { font-size: 1.875rem; }
.font-size-32 { font-size: 2rem; }
.font-size-36 { font-size: 2.25rem; }
.font-size-42 { font-size: 2.625rem; }
.font-size-48 { font-size: 3rem; }
h6 { font-size: 1.125rem; }


.font-color-bule { color: #1E87F0; }
.font-color-red { color: #E21F0C; }
.font-color-orange { color: #F65C09; }
.font-color-white { color: #FFFFFF; }

.font-bold { font-weight: bold; }
/* end 字体 */

.tc {text-align: center;}
.fl {float: left;}
.fr {float: right;}


/* start 标签页头部 */
.el-tabs__header .el-tabs__item {
	font-size: 1.125rem;
}

.el-tabs__header .el-tabs__item.is-active {
	font-weight: bold;
}

/* end 标签页头部 */

.box {
	box-sizing: border-box;
}

.flex-box {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

/* 设置弹出框的最低宽度 */
.poper {
	min-width: 50px;
	padding: 0;
}

/* 控制标签页的最低宽度 */
.tabs {
	min-width: 1300px;
}



.input-height-30 input {
	height: 30px;
	line-height: 30px;
}







/*在 google浏览器中垂直滚动条显示为蓝色的滚动条样式*/
.scrollbar::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

/*滚动条的轨道*/
.scrollbar::-webkit-scrollbar-track {
	background-color: #FFFFFF;
}

/*滚动条里面的小方块，能向上向下移动*/
.scrollbar::-webkit-scrollbar-thumb {
	background-color: #c5eaff;
	border-radius: 5px;
	border: 1px solid #F1F1F1;
	box-shadow: inset 0 0 6px rgba(197, 234, 255, .3);
}

.scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: #c5eaff;
}

.scrollbar::-webkit-scrollbar-thumb:active {
	background-color: #c5eaff;
}

/*边角，即两个滚动条的交汇处*/
.scrollbar::-webkit-scrollbar-corner {
	background-color: #FFFFFF;
}

/* start 表格滚动条样式 */
/*滚动条整体部分*/
.table-scrollbar div::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/*滚动条的轨道*/
.table-scrollbar div::-webkit-scrollbar-track {
	background-color: #FFFFFF;
}

/*滚动条里面的小方块，能向上向下移动*/
.table-scrollbar div::-webkit-scrollbar-thumb {
	background-color: #c5eaff;
	border-radius: 5px;
	border: 1px solid #F1F1F1;
	box-shadow: inset 0 0 6px rgba(197, 234, 255, .3);
}

.table-scrollbar div::-webkit-scrollbar-thumb:hover {
	background-color: #c5eaff;
}

.table-scrollbar div::-webkit-scrollbar-thumb:active {
	background-color: #c5eaff;
}

/*边角，即两个滚动条的交汇处*/
.table-scrollbar div::-webkit-scrollbar-corner {
	background-color: #FFFFFF;
}

/* end 表格滚动条样式 */


.div-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
	rgba(238, 244, 251, 1) */
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 12px 0 #E7F0FB;

	/* box-shadow: 0 2px 8px 0 #E7F0FB; */
	opacity: 1;
}

/* 页面左边表格样式 */
.directory {
	height: 100%;
	flex: 0 0 380px;
	width: 380px;
	padding: 10px 15px;
	margin-right: 20px;
}


/* form表单label字体大小 */
.el-form-item__label {
	font-size: 16px;
}


/* 侧滑框 */
.drawerHeader {
	width: 100%;
	border-sizing: border-box;
	padding: 0 10px;
	height: 50px;
	background-color: #fcfcfc;
	border-bottom: 1px solid lightgray;
}

.drawerHeader .header-text {
	flex: 1;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}

/* start 追加弹框样式 */
.drawerHeaderAdd{
	position: absolute;
	margin-left: -25px;
	margin-top: -20px;
}

.header-text-add{
	display: inline-block;
	float: left;
}

/*  start 关闭任务问题查看按钮 */
.el_btn_close_add{
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: inherit; 
	float: right;
}
/*  end 关闭任务问题查看按钮 */

/* end 追加弹框样式 */

.drawerContent {
	width: 100%;
	height: calc(100vh - 150px);
	padding: 0 30px;
}

/* 折行 */
.word-wrap {
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap;
}
/* 
.vxe-table .vxe-body--column.col--ellipsis:not(.col--actived) .vxe-cell{
		text-overflow:clip
	} */


.flex-1 {flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; -o-flex: 1;}
.flex-2 {flex: 2; -webkit-flex: 2; -moz-flex: 2; -ms-flex: 2; -o-flex: 2;}
.flex-3 {flex: 3; -webkit-flex: 3; -moz-flex: 3; -ms-flex: 3; -o-flex: 3;}
.flex-4 {flex: 4; -webkit-flex: 4; -moz-flex: 4; -ms-flex: 4; -o-flex: 4;}
.flex-5 {flex: 5; -webkit-flex: 5; -moz-flex: 5; -ms-flex: 5; -o-flex: 5;}
.flex-0-0-80 {flex: 0 0 80px; -webkit-flex: 0 0 80px; -moz-flex: 0 0 80px; -ms-flex: 0 0 80px; -o-flex: 0 0 80px;}
.flex-0-0-300 {flex: 0 0 300px; -webkit-flex: 0 0 300px; -moz-flex: 0 0 300px; -ms-flex: 0 0 300px; -o-flex: 0 0 300px;}
.flex-0-0-400 {flex: 0 0 400px; -webkit-flex: 0 0 400px; -moz-flex: 0 0 400px; -ms-flex: 0 0 400px; -o-flex: 0 0 400px;}
.flex-0-0-500 {flex: 0 0 500px; -webkit-flex: 0 0 500px; -moz-flex: 0 0 500px; -ms-flex: 0 0 500px; -o-flex: 0 0 500px;}
.flex-0-1-500 {flex: 0 1 500px; -webkit-flex: 0 1 500px; -moz-flex: 0 1 500px; -ms-flex: 0 1 500px; -o-flex: 0 1 500px;}



.hide-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}


/* 行高 */
.line-height-30 {
	height: 30px!important;
}

/* elment表单行高 */
.el-form-item__label_add {
    /* text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266; */
    line-height: 1 !important;
 /*   padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; */
}	



/* 二维表加载动画层级调整 */
.customWidths{
	z-index: 20 !important;
}

.box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}