.mid_mainWrap {
	height: 100vh;
	max-height: 100vh;
	max-width: 100vw;
	width: 100vw;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
}
/* 左侧布局 */
.mid_sidebar{
	position: relative;
	flex-shrink: 0;
	width: var(--mid-sidebar-width);
}
/* 右侧布局 */
.mid_main {
	flex: 1;
	overflow: hidden;
}

/* -------------左侧导航菜单-start-------------------- */
.sidebar-bg-color {
	background: var(--mid-sidebar-bg);
}
.sidebar-title {
	color: #fff;
}

.mid_menu_collapse{
	display: block;
	font-size: 0.9rem;
}
.menu_item *{
	cursor: pointer;
}
.menu_item a i{
	display: inline-block;
	margin-right: 5px;
}
.sub_menu_item{
	position: relative;
	padding-left: 1.5rem !important;
	padding: 0.25rem 0.5rem;
}
.menu_link {
	padding: 0.5rem 1rem;
	font-weight: 600;
	color: #8D98AF;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 0;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	text-decoration: none;
	font-size: 0.9rem;
}

.menu_link.active{
	background-color: var(--mid-primary-bgcolor);
	color: var(--mid-primary-color);
}
.menu_link svg,.sub_menu_link svg {
	transition: transform .35s ease;
	transform-origin: .5em 50%;
}
.menu_link[aria-expanded="true"] svg,.sub_menu_link[aria-expanded="true"] svg {
	transform: rotate(-90deg);
}

.sub_menu_item .sub_menu_link {
	padding: .1875rem .5rem;
	margin-top: .125rem;
	color: #8D98AF;
	text-decoration: none;
	font-size: 0.9rem;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}

.menu_link:hover,.menu_link:focus{
	color: var(--mid-primary-color);
}
.sub_menu_item .sub_menu_link:hover {
	color: #fff;
}
.sub_menu_item .sub_menu_link:focus {
	color: var(--mid-primary-color);
}
.sub_menu_link.active,.sub_menu_link.active:hover{
	color: var(--mid-primary-color);
}
.sub_menu_item .sub_menu_item .sub_menu_link.active{
	color: #fff;
}
/* -------------左侧导航菜单-end-------------------- */

/* 用户信息区域 */
.sys_uinfo{
	display: flex;
	flex-direction: column;
	padding: 1rem;
	color: #fff;background-color: #0b152a;text-align: center;
}
.sys_uinfo .sys_uavatar{
	width: 40px;
	height: 40px;
	object-position: center;
	object-fit: contain;
	border-radius: 50%;
}
.sys_uinfo .sys_uname_div{
	font-size: 1rem;
	color: #fff;
	cursor: pointer !important;	
}
.sys_uinfo .sys_udept{
	font-size: 12px;
	color: #8D98AF;
}
/* -------------右侧头部-stop-------------------- */
.header-bg-color {
	background: var(--mid-header-bg);
}
.mid_headerWrap {
	text-align: center;
	display: flex;
	align-items: center;
}
.header-dropdown {
	margin-left: 1.25rem;
	cursor: pointer;
}

.header_user_avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
}
/* -------------右侧头部-end-------------------- */


/* 内容页容器 */
.mid_page_content{
	padding: 1rem;
	background-color: var(--mid-maincontent-bg);
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mid_page_card{
	background-color: #fff;
	border-radius: 0.35rem;
	height: 100%;
	width: 100%;
	padding: 1rem;
}
.mid_page_form{
	
}
#mid-content-title{
	color: #000;
	margin-bottom: 0;
}

/* -------------页面公共部分-start-------------------- */
.mid-side-title{
	font-size: 1rem;
	border-bottom: 1px solid var(--mid-border-color-translucent);
	color: #000;
	display: flex;
	align-items: center;
}
.mid-side-title:before{
	content: '';
	width: 3px;
	height: 1.1rem;
	border-radius: 10px;
	display: inline-block;
	background-color: var(--mid-primary-color);
	margin-right: 3px;
}
.row-detail-wrap .row-detail-item{
	border-bottom: 1px solid var(--mid-border-color-translucent);
	margin-bottom: 1rem;
}
.row-detail-wrap .item-title{
	font-size: 1rem;
	color: #333;
	width: 100%;
}
.row-detail-wrap .item-value{
	font-size: 1rem;
	color: #888;
	width: 100%;
	text-align: right;
	min-height: 1.2rem;
}
.mid-scrollbar{
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	/* overscroll-behavior: contain; */
}
.mid-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0.375rem;
	background-color: transparent;
    width: 0.375rem;
	visibility: hidden;
}
.mid-scrollbar::-webkit-scrollbar-thumb {
    background-color: hsla(214,7%,62%,.4);
    border-radius: 3px;
}
.mid-scrollbar::-webkit-scrollbar-track{
	background-color: inherit;
}
.mid-scrollbar:hover::-webkit-scrollbar, .mid-scrollbar:hover::-webkit-scrollbar-thumb, .mid-scrollbar:hover:focus::-webkit-scrollbar, .mid-scrollbar:hover:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}


/* -------------页面公共部分-end--------------------


/* ---------旧----列表-start------------------ */
.table-toobar-btn{
	padding: 0.25rem 0.5rem;
	font-size: 1rem;
	display: inline-flex;
	/* width: auto; */
	cursor: pointer;
	align-items: center;
}
.table-toobar-btn span{
	font-size: 0.8rem;
}
.table-toobar-btn:active{
	opacity: 0.7;
}

/* 可操作列表 */
.mid-opts-list .list-group-item:hover i,.mid-opts-list .list-group-item.active i{
	display: block;
}
.mid-opts-list .list-group-item i{
	display: none;
	padding: 0 10px;
}
.mid-opts-list .list-group-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bootstrap-table .input-group .btn{
	z-index: 1;
}
/* -------------旧列表-end-------------------- */

/* -------------穿梭框-start-------------------- */
.shuttle-opts-wrap i.bi{
	display: block;
	padding: 1rem 2rem;
	color: #333;
	font-size: 1.2rem;
	cursor: pointer;
}
/* -------------穿梭框-end-------------------- */




/* ------------表格-----start-------------- */
.main_table tr:first-child{
  border-top-width:0;
}
.main_table tr td:first-child{
  border-left-color: transparent;
}
.main_table tr td:last-child{
  border-right-color: transparent;
}
.main_table td{
	vertical-align: middle;
}
.pagination .page-item-sm .page-link{
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
}
.color-primary{
	color: var(--mid-primary-color);
}
.color-danger{
	color: var(--mid-danger-color);
}
/* ------------表格-----end-------------- */

/* ------------查询表单区域-----start-------------- */
.mid_sform{
	display: flex;
	align-items: baseline;
}
.mid_sform .sform_cells_flex{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-top: -0.5rem;
}
.mid_sform .sform_cell{
	padding-top: 0.5rem;
	padding-right: 0.5rem;
}
.mid_sform .sform_obtns{
	flex-shrink: 0;
	margin-left: 1rem;
}
/* ------------查询表单区域-----start-------------- */
/* -------------普通表单样式-start-------------------- */
.mid_form{
	font-size: 0.9rem;
	width: 100%;
}
.mid_form .form_cells_flex{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 100%;
}
.mid_form .form_cell{
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
	padding-right: 0.5rem;
}
.mid_form .form_cell_label{
	width: auto;
	margin-right: 0.5rem;
	min-width: var(--mid-form-label-minwidth);
	text-align: right;
	min-width: 100px;
}
.mid_form .form_cell_label span{
	color: red;
}
.mid_form .form_cell_value{
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
}
.mid_form .vsele{
	width: 100%;
	position: relative;
}
.mid_form .input-group{
	flex: 1;
}
.mid_form .input-group .vsele{
	flex: 1;
}
/* 校验样式 */
.invalid{
	border-color: var(--danger) !important;
}
.invalid_error{
	position: absolute;
	top: 1px;
	right: 1px;
	width: 0; 
	height: 0;
	border-color: red transparent; /*上下颜色 左右颜色*/
	border-width: 8px 0 0 8px;
	border-style: solid;
	cursor: pointer;
}
.invalid_error i{
	margin-left: 0.25rem !important;
	display: none;
	align-items: center;
	cursor: pointer;
	color: #dc3545;
	height: 100%;
}

/* 旧表单样式 */
/* 多子元素表单 */
.form-cells-wrap{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
}
.form-cells-wrap .form-cell{
	width: 50%;
	padding-right: 1rem;
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
}
.form-item {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 0.9rem;
}
.form-item .form-item-val-div,.form-cell .form-item-val-div{
	flex: 1;
}
.form-item .form-item-label,.form-cell .form-item-label{
	width: auto;
	margin-right: 0.5rem;
	min-width: var(--mid-form-label-minwidth);
	text-align: right;
}
.form-cell .form-item-label{
	min-width: 100px;
}
form .form-item-label span{
	color: red;
}
.form-section-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1rem;
	padding: .5rem .5rem .5rem 0;
	color: #333;
	font-weight: bold;
}
.form-section-title label:before{
	content: '';
	width: 3px;
	height: 1rem;
	border-radius: 10px;
	display: inline-block;
	background-color: var(--mid-primary-color);
	margin-bottom: -2px; 
	margin-right: 3px;
}
.form-item-add-wrap{
	display: flex;
	padding: 0 .5rem .5rem;
}
.form-item-add-wrap .form-item-add-content{
	flex: 1;
}
.form-item-add-wrap i{
	font-size: 1.3rem;
}
.form-item-add-wrap i:hover{
	opacity: 0.8;
}
.form-item-add-wrap i.addbtn{
	color: var(--mid-primary-color);
}
.form-item-add-wrap i.deletebtn{
	color: var(--mid-danger-color);
}
.form-control:focus {
    border-color: var(--mid-primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--mid-primary-bgcolor)
}
/* -------------表单样式-end-------------------- */

/* -------------组件样式--start-------------------- */
/* 图片上传-start*/
.vsele[data-type='vsms_bases_photobox'] .photo_list {
   display: inline-block;
   padding: 0;
   min-height: 60px !important;
}

.vsele[data-type='vsms_bases_photobox'] .bi {
   font-size: 25px;
   color: #aaa;
}

.vsele[data-type='vsms_bases_photobox'] .photo_list_item {
   position: relative;
   display: inline-block;
   width: 120px;
   height: 120px;
   margin: 7px;
   border: 1px dashed #DEDEDE;
   border-radius: 4px;
   background-color: #fff;
   vertical-align: middle;
   line-height: 120px;
}

.vsele[data-type='vsms_bases_photobox'] .photo_list_item .hide {
   display: none;
}

.vsele[data-type='vsms_bases_photobox'] .photo_list_item div {
   position: absolute;
   left: 0;
   bottom: 0;
   text-align: center;
   width: 100%;
   background: rgba(0, 0, 0, 0.4);
   height: 100%;
   line-height: 120px;
}

.vsele[data-type='vsms_bases_photobox'] .photo_list_item .delete-btn,
.vsele[data-type='vsms_bases_photobox'] .photo_list_item .big-btn {
   color: #fff;
   cursor: pointer;
   margin: 0 5px;
}

.vsele[data-type='vsms_bases_photobox'] .photo_list_item img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
   float: left;
}

.vsele[data-type='vsms_bases_photobox'] .file {
   position: relative;
   display: inline-block;
   border: 1px dashed #DEDEDE;
   border-radius: 4px;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   background-color: #fff;
   vertical-align: top;
   margin: 7px;
}

.vsele[data-type='vsms_bases_photobox'] .file input {
   position: absolute;
   right: 0;
   top: 0;
   opacity: 0;
   cursor: pointer;
   width: 100%;
   height: 100%;
}

.vsele[data-type='vsms_bases_photobox'] .file:hover {
   border: 1px dashed #3a75dc;
}
.vsele[data-type='vsms_bases_photobox'] .file.invalid{
	border-color: var(--danger);
	color: var(--danger);
}
.vsele[data-type='vsms_bases_filebox'] .file {
   position: relative;
}

.vsele[data-type='vsms_bases_filebox'] .file input {
   position: absolute;
   right: 0;
   top: 0;
   opacity: 0;
   cursor: pointer;
   width: 100%;
   height: 100%;
}
.vsele[data-type='vsms_bases_filebox'] .file_list{
	
}
.vsele[data-type='vsms_bases_filebox'] .file_list li {
   display: inline-flex;
   align-items: center;
   background-color: #DEDEDE;
   margin-top: 0.25rem;
   padding: 0.25rem 0.5rem;
   margin-right: 1rem;
   cursor: pointer;
}
/* 图片上传-end */

/* 树组件样式 */
li.list-group-item[aria-expanded="true"] .childicon{
   transform: rotate(90deg);
 
}
li.list-group-item .tool{
	/* display: none; */
	display: inline-block;
	visibility: hidden;
}
.list-group-item.active .tool, li.list-group-item:hover .tool{
	/* display: inline-block; */
	visibility: visible;
}

/* 日历组件 */
.vsele.datebox .calendar {
  width: 340px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 15px 2px #e3e3e3;
}
.vsele.datebox .calendar .calendar-header {
  position: relative;
  text-align: center;
  line-height: 30px;
  display: flex;
  cursor: pointer;
}
.vsele.datebox .calendar .calendar-header p{
  flex: 1;
}
.vsele.datebox .calendar .calendar-header i:active{
	opacity: 0.7;
}
.vsele.datebox .calendar .calendar-week,
.vsele.datebox .calendar .calendar-days {
  font-size: 0;
}
.vsele.datebox .calendar .calendar-week p,
.vsele.datebox .calendar .calendar-days li {
  display: inline-block;
  width: 14.28571%;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.vsele.datebox .calendar .date-default {
  color: #ccc;
}
.vsele.datebox .calendar .calendar-days li.active {
  background-color: var(--mid-primary-color);
  color: #fff;
}
.vsele.datebox .calendar .datepicker {
  position: relative;
  width: 340px;
  margin: auto;
  border: #ccc 1px solid;
}
.vsele.datebox .calendar .clendar-main {
  position: relative;
}
.vsele.datebox .calendar .time {
  width: 70px;
  background-color: var(--mid-primary-color);
  text-align: center;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
}
.vsele.datebox .calendar .calendar-time {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
}
.vsele.datebox .calendar .calendar-time > ul {
  float: left;
  width: 33.33333%;
  height: 100%;
  padding-top: 20px;
  text-align: center;
  overflow-y: auto;
}
.vsele.datebox .calendar .calendar-time li {
  line-height: 24px;
  cursor: pointer;
}
.vsele.datebox .calendar .calendar-time li:hover {
  color: #fff;
  background-color: var(--mid-primary-color);
}
.vsele.datebox .calendar .calendar-time li.active {
  color: #fff;
  background-color: var(--mid-primary-color);
}
.vsele.datebox .calendar .calendar-bottom {
  padding-top: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vsele.datebox .calendar .time-show {
  float: left;
}
.vsele.datebox .calendar .calendar-button {
  float: right;
}
.vsele.datebox .calendar .calendar-button button{
  padding: 0.25rem;
}
/* 开关组件 */
.switch[data-type='vsms_bases_switch'], .switch[data-type='lc_mode_switch'] {
	position: relative;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

.switch[data-type='vsms_bases_switch'] label, .switch[data-type='lc_mode_switch'] label {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #999;
	cursor: pointer;
	transition:all 1s;
	padding: 0 10px;
}

.switch[data-type='vsms_bases_switch'] i, .switch[data-type='lc_mode_switch'] i {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #d2d2d2;
	position: absolute;
	left: 5px;
	top: 50%;
	transition:left 0.5s;
}

.switch[data-type='vsms_bases_switch'].on, .switch[data-type='lc_mode_switch'].on {
	background-color: var(--mid-primary-color);
	border: 1px solid var(--mid-primary-color);
}

.switch[data-type='vsms_bases_switch'].on label, .switch[data-type='lc_mode_switch'].on label {
	color: #ffffff;
}

.switch[data-type='vsms_bases_switch'].on i, .switch[data-type='lc_mode_switch'].on i{
	background-color: #fff;
}

.vsele thead{
	background-color: rgba(0, 0, 0, 0.075);
}

.vsele[data-type='vsms_bases_iterator']{
	display: none;
}
.vsele[data-type='vsms_bases_fieldset']{
	background-color: #fff;
	position: relative;
	border:1px solid #aaaaaa;
	display: block;
	padding-block-start: 0.5rem;
	padding-inline-start: 0.5rem;
	padding-inline-end: 0.5rem;
	padding-block-end: 0.5rem;
	min-inline-size: min-contet;
}
.vsele[data-type='vsms_bases_fieldset'] legend{
	display:block;float:none;width:auto;
	font-size: inherit;
	
}
.vsele[data-type='vsms_bases_input_group']{
	display: flex;
	align-items: center;
	padding-right: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.vsele[data-type='vsms_bases_input_group'] .vsbox{
	flex: 1;
	width: 100%;
}
.vsele[data-type='vsms_bases_input_group'] label{
	flex-shrink: 0;
	display: inline-block;
}
.vsele[data-type='vsms_bases_input_group'] label.before{
	min-width: 100px;
}
.vsele[data-type='vsms_bases_tabs'] .nav-tabs-wrap{
	scrollbar-width: none;
	-ms-overflow-style: none;
	height: 38px;
	overflow-y: visible;
	border-bottom: 1px solid #eae9e9;
}
.vsele[data-type='vsms_bases_tabs'] .nav-tabs-wrap .nav{
	flex: 1;
	font-size: inherit;
	line-height:inherit;
	flex-wrap: nowrap;
	white-space: nowrap;
	margin-right: 1rem;
	overflow-x: auto;
	overflow-y: hidden;
	border: none;
}
.vsele[data-type='vsms_bases_tabs'] .nav-tabs-wrap .nav-link{
	line-height:inherit;
	height: 100%;
}
.vsele[data-type='vsms_bases_tabs'] .navtabs-obtns-wrap{
	flex-shrink: 0;
}
.vsele[data-type='vsms_bases_tabs'] .navtabs-obtns-wrap button{
	border:none;
	background-color: transparent;
	padding: 0.5rem;
	display: none;
}
.vsele[data-type='vsms_bases_tabs'] .nav-tabs-wrap .nav::-webkit-scrollbar{
	display: none;
}

.vsele[data-type='vsms_bases_tabs'] .mid-nav-linestyle.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: transparent;
	color: var(--bs-nav-pills-link-active-bg);
	border-bottom: 0.15rem solid var(--bs-nav-pills-link-active-bg);
	border-radius: 0;
	padding-bottom: 0.35rem;
}
.vsele[data-type='vsms_bases_tabs'] .mid-nav-linestyle .nav-link {
    color: var(--bs-btn-active-color);
}
.vsele[data-type='vsms_bases_tabs'] .tab-pane{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.vsele[data-type='vsms_bases_subtable'] tr.selected, .vsele[data-type='vsms_bases_datagrid'] tr.selected{
	/* font-size: 1rem; */
	background: var(--mid-primary-bgcolor);
}
/* ------------------拖拽组件公共样式-----start-------- */
/* 组件盒子样式 */
.xshell{
	max-width: 100%;
	background-color: #fff;
	border: 2px solid #fff;
	display: inline-block;
	/* overflow: auto; */
}
/* 组件盒子操作按钮 */
.xshell .xshell_btns,.vsbox .xshell_btns{
	display: none;
}
/* 拖拽组件高亮样式 */
.xshell_active{
	border: 2px solid var(--mid-primary-color);
}
/* 拖拽组件高亮时,操作按钮样式 */
.xshell_active > .xshell_btns{
	display: block;
}
/* 拖拽进入box时,box高亮状态 */
.enter_box_active{
	border: 1px solid #c3272b;
}
#xid_attributes{
	
}
.padding-margin{
	position: relative;width: 100%; height: 140px;
	font-size: 12px;
	color: #808080;
}
.top-div{
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #d6e4ff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.margin-top{
	top: 0;
	left: 0;
	right: 0;
	height: 0;
}
.padding-top{
	top: 35px;
	left: 35px;
	right: 35px;
	height: 0;
}
.right-div{
	position: absolute;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #d6e4ff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.margin-right{
	top: 5px;
	bottom: 5px;
	right: 0;
	width: 0;
}
.padding-right{
	top: 40px;
	bottom: 40px;
	right: 35px;
	width: 0;
}
.bottom-div{
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #d6e4ff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.margin-bottom{
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
}
.padding-bottom{
	bottom: 35px;
	left: 35px;
	right: 35px;
	height: 0;
}
.left-div{
	position: absolute;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #d6e4ff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.margin-left{
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 0;
}
.padding-left{
	top: 40px;
	bottom: 40px;
	left: 35px;
	width: 0;
}
.top-div.hori span{
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	height: 20px!important;
	background: transparent;
	width: 100%;
}
.right-div.vert span{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	width: 20px;
	margin: auto;
	background: transparent;
}
.bottom-div.hori span{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	height: 20px!important;
	background: transparent;
}
.left-div.vert span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 20px;
	margin: auto;
	background: transparent;
}
.padding-margin .hori span input{
	background-color: transparent;
	width: 100%;
	text-align: center;
	line-height: 20px;
	height: 20px;
	padding: 0;
	vertical-align: top;
	font-size: 12px;
}
.padding-margin .vert span input{
	background-color: transparent;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0 8px;
	font-size: 12px;
}
#drag_position{
	width: 100%;
	min-width: 32px;
	min-height: 32px;
	border: 0.1rem dashed red;
	box-sizing: border-box;
	background-color: #ffe3e3;
}
.xshell *{
	box-sizing: border-box;
}
/* ------------------拖拽组件公共样式-----end-------- */
.layui-tab{
	margin: 0px;
}
.layui-tab-content{
	padding: 0px;
}
.layui-show{
	display: flex!important;
	flex-direction:column;
	flex-grow: 1;
    height: 100%;
}
.input-group-sm .input-group-text{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
}

.form-control-sm{
	min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem;
}
.layui-layer-title{
	height: 40px;
    line-height: 40px;
}
.layui-layer-setwin{
	right: 11px;
    top: 11px;
}
.text-end{
	text-align: right!important;
	padding-right: 2px;
}
.text-end span{
	color: red;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 1px;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #dee2e6;
}
label {
	display: inline-block;
	margin-bottom: 0rem;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #F5F7FB;
}