/**
	说明：v_xx 样式类名标识
		 a_xx 逻辑操作标识 不可用于添加css样式
*/
/*version 7.4.5 css*/
.a_drop_switch{ user-select: none}
/*global*/
html, body{
	width: 100%;
	height: 100%;
}
.v_bg_color{
	background-color: rgba(242, 242, 242, 1);
}
.v_page_main{
	width: 100%;
	height: 100%;
	padding: 16px 20px 20px 16px;
	background-color: rgba(242, 242, 242, 1);
}
.v_block_base{
	padding: 0 16px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 1);
}
.v_flex{
	display: flex;
}
.v_flex_grow1{
	flex-grow: 1;
}
.v_flex_between{
	justify-content: space-between;
}
.v_flex_center{
	justify-content: center;
}
.v_flex_end{
	justify-content: flex-end;
}
.v_block_top{
	display: flex;
	align-items: center;
	height: 64px;
}
.v_block_top_text{
	flex-grow: 1;
	color: rgba(96, 98, 102, 1);
	font-size: 14px;
}
.v_text_hover span.active{
	color: rgba(37, 107, 247, 1);
}
.v_text_hover span:hover{
	color: rgba(37, 107, 247, 0.6);
}
.v_btn_group{
	width: auto;
	height: 32px;
	border: 1px solid rgb(217, 217, 217);
	border-right: none;
}
.v_btn_group span{
	width: 30px;
	height: 100%;
	border-right: 1px solid rgb(217, 217, 217);
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background-color: #f2f2f2;
	transition: color .2s, background-color .2s;
}
.v_btn_group span:hover{
	color: #fff;
	background-color: rgba(72, 134, 255, 1);
}
.v_block_bottom{
	justify-content: space-between;
	height: calc(100% - 80px);
}
.v_block_left{
	width: 264px;
	height: 100%;
	margin-right: 16px;
}
.v_block_right{
	flex-grow: 1;
	width: calc(100% - 280px);
	height: 100%;
}
.v_tree_head{
	height: 24px;
	margin: 15px 0;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
}
.dept_search_btn{
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	width: 22px;
	background-color: #fff;
}

/* fold button*/
@keyframes spreadAni{
	0% { opacity: 1; transform: scale(1)}
	90% { opacity: 1; transform: scale(1.5)}
	100% { opacity: 0; transform: scale(1.5)}
}
.v_fold_item, .v_unfold_item{
	position: relative;
	overflow: hidden;
}
.v_control_btn{
	position: absolute;
	top: 45%;
	width: 20px;
	height: 40px;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	background-color: rgb(37, 107, 247);
	cursor: pointer;
	z-index: 1;
}
.v_control_btn:after{
	content: '';
	position: absolute;
	top: 0;
	display: inline-block;
	height: 40px;
	width: 40px;
	background: rgba(37, 107, 247, 0.18);
	z-index: -1;
	opacity: 1;
	transform: scale(1);
}
.v_control_btn:hover:after{
	animation: spreadAni 1.5s infinite;
}
.v_control_btn:hover{
	background-color: rgb(72, 134, 255);
}
.v_control_btn:active{
	background-color: rgb(4, 77, 222);
}
.cms_showTypeListBtn,
.cms_showTypeListBtn:after,
.v_fold_item > .v_control_btn,
.v_fold_item > .v_control_btn:after{
	border-radius: 20px 0 0 20px;
}
.cms_showTypeListBtn,
.v_fold_item > .v_control_btn{
	right: -10px;
	transition: right .2s;
}
.cms_showTypeListBtn:hover,
.v_fold_item > .v_control_btn:hover,
.v_unfold_item > .v_control_btn:after{
	right: 0;
}
.v_unfold_item > .v_control_btn,
.v_unfold_item > .v_control_btn:after{
	border-radius: 0 20px 20px 0;
}
.v_unfold_item > .v_control_btn{
	display: none;
	left: -10px;
	transition: left .2s;
}
.cms_showTypeListBtn:after,
.v_unfold_item > .v_control_btn:hover,
.v_fold_item > .v_control_btn:after{
	left: 0;
}

/*label input*/
.v_item_base{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.v_label_base{
	width: 64px;
	margin-right: 8px;
	color: #101010;
	font-size: 13px;
	text-align: right;
}
.v_input_base{
	width: 250px;
	height: 32px;
	padding: 0 8px;
	border: 1px solid rgba(217, 217, 217, 1) !important;
	border-radius: 4px !important;
	color: #333;
	font-size: 12px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, 1);
}

/*icon colors*/
.v_icon_color1{ background-color: rgb(133, 212, 255)}
.v_icon_color2{ background-color: rgb(133, 161, 255)}
.v_icon_color3{ background-color: rgb(161, 133, 255)}
.v_icon_color4{ background-color: rgb(255, 133, 133)}
.v_icon_color5{ background-color: rgb(227, 157, 157)}
.v_icon_color6{ background-color: rgb(209, 197, 136)}
.v_icon_color7{ background-color: rgb(167, 212, 142)}
.v_icon_color8{ background-color: rgb(123, 209, 191)}
.v_icon_color9{ background-color: rgb(157, 169, 227)}
.v_icon_color10{ background-color: rgb(182, 157, 227)}
.bg-v_icon_color1{ background-color: rgb(133, 212, 255)}
.bg-v_icon_color2{ background-color: rgb(133, 161, 255)}
.bg-v_icon_color3{ background-color: rgb(161, 133, 255)}
.bg-v_icon_color4{ background-color: rgb(255, 133, 133)}
.bg-v_icon_color5{ background-color: rgb(227, 157, 157)}
.bg-v_icon_color6{ background-color: rgb(209, 197, 136)}
.bg-v_icon_color7{ background-color: rgb(167, 212, 142)}
.bg-v_icon_color8{ background-color: rgb(123, 209, 191)}
.bg-v_icon_color9{ background-color: rgb(157, 169, 227)}
.bg-v_icon_color10{ background-color: rgb(182, 157, 227)}

/* button */
.v_btn_base{
	display: inline-block;
	/* min-width: 100px; */
	width: auto;
	height: 32px;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	user-select: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: color .2s linear, background-color .2s linear, border .2s linear;
}
.v_btn_default{
	background-color: #fff;
}
.v_btn_base[disabled]{
	pointer-events: unset;
}
.v_btn_blue[disabled]{
	background-color: rgba(199, 218, 255, 1) !important;
}
.v_gray_line[disabled]{
	color: rgba(191, 191, 191, 1) !important;
	border-color: rgba(229, 229, 229, 1) !important;
}

.v_btn_blue, .v_btn_success, .v_btn_warn, .v_btn_error, .v_btn_info{
	color: #fff;
}
.v_btn_blue{
	background-color: rgb(37, 107, 247);
}
.v_btn_success{
	background-color: rgb(111, 198, 67);
}
.v_btn_warn{
	background-color: rgb(236, 173, 74);
}
.v_btn_error{
	background-color: rgb(248, 92, 92);
}
.v_btn_info{
	background-color: rgb(178, 180, 180);
}

.v_blue_line{
	color: rgb(72, 134, 255);
	border-color: rgb(72, 134, 255);
}
.v_success_line{
	color: rgb(111, 198, 67);
	border-color: rgb(111, 198, 67);
}
.v_warn_line{
	color: rgb(236, 173, 74);
	border-color: rgb(236, 173, 74);
}
.v_error_line{
	color: rgb(248, 92, 92);
	border-color: rgb(248, 92, 92);
}
.v_info_line{
	color: rgb(178, 180, 180);
	border-color: rgb(178, 180, 180);
}
.v_gray_line{
	color: rgba(51, 51, 51, 1);
	border-color: rgba(229, 229, 229, 1);
}
.v_btn_blue:hover{
	background-color: rgb(72, 134, 255);
}
/**
.v_btn_success:hover{
	background-color: rgb(111, 198, 67);
}
.v_btn_warn:hover{
	background-color: rgb(236, 173, 74);
}
.v_btn_error:hover{
	background-color: rgb(248, 92, 92);
}
.v_btn_info:hover{
	background-color: rgb(178, 180, 180);
}
.v_success_line:hover{
	color: rgb(111, 198, 67);
	border-color: rgb(111, 198, 67);
}
.v_warn_line:hover{
	color: rgb(236, 173, 74);
	border-color: rgb(236, 173, 74);
}
.v_error_line:hover{
	color: rgb(248, 92, 92);
	border-color: rgb(248, 92, 92);
}
.v_info_line:hover{
	color: rgb(178, 180, 180);
	border-color: rgb(178, 180, 180);
}
*/
.v_gray_line:hover{
	color: rgba(72, 134, 255, 1);
	border-color: rgba(72, 134, 255, 1);
}
.v_btn_blue:active{
	background-color: rgb(4, 77, 222);
}
/**
.v_btn_success:active{
	background-color: rgb(111, 198, 67);
}
.v_btn_warn:active{
	background-color: rgb(236, 173, 74);
}
.v_btn_error:active{
	background-color: rgb(248, 92, 92);
}
.v_btn_info:active{
	background-color: rgb(178, 180, 180);
}
.v_success_line:active{
	color: rgb(111, 198, 67);
	border-color: rgb(111, 198, 67);
}
.v_warn_line:active{
	color: rgb(236, 173, 74);
	border-color: rgb(236, 173, 74);
}
.v_error_line:active{
	color: rgb(248, 92, 92);
	border-color: rgb(248, 92, 92);
}
.v_info_line:active{
	color: rgb(178, 180, 180);
	border-color: rgb(178, 180, 180);
}
*/
.v_gray_line:active{
	color: rgba(4, 77, 222, 1);
	border-color: rgba(4, 77, 222, 1);
}

/* list */
.v_list_base .bootstrap-table .table > thead > tr > th{
	border-bottom-color: rgba(241, 242, 243, 1);
}
.v_list_base .fixed-table-container thead th,
.v_list_base .fixed-table-container tbody td{
	border-left: none;
}
.v_list_base .table-hover>tbody>tr:hover{
	background-color: rgba(235, 238, 245, 1);
}
.v_handle_space{
	color: rgba(229, 229, 229, 1);
	margin-right: 10px;
}
.v_list_base tbody tr td a{
	color: rgba(72, 134, 255, 1);
}
.v_list_base tbody tr td a:hover{
	color: #f80;
}

/*tab*/
.v_tabs_base li{
	min-width: 70px;
	height: 36px;
	margin-right: 8px;
	padding: 0 20px;
	border-radius: 8px 8px 0 0;
	background-color: #e3e3e3;
}
.v_tabs_base li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}
.v_tabs_base li.active{
	background-color: #fff;
}
.v_tabs_base li.active a{
	color: #256bf7;
	font-weight: bold;
}

/*适用页面 搜索+列表*/
.v_list_calc_height{
	height: calc(100% - 40px);
}
/*适用页面 tab切换+内容*/
.v_tab_calc_height{
	height: calc(100% - 36px);
}
/* bsSuggest插件下拉菜单位置处理-慎用 */
.v_suggest_box{
	position: fixed !important;
	top: 64px;  /*距当前页面顶部尺寸*/
	left: 32px; /*距当前页面左侧尺寸*/
	z-index: 10000;
}
.v_suggest_box ul{
	top: 0 !important;
	left: 0 !important;
}

/*spacing*/
.v_mt8{ margin-top: 8px}
.v_mt16{ margin-top: 16px}
.v_mr8{ margin-right: 8px}
.v_mr16{ margin-right: 16px}
.v_mb8{ margin-bottom: 8px}
.v_mb16{ margin-bottom: 16px}
.v_ml8{ margin-left: 8px}
.v_ml16{ margin-left: 16px}

.v_pt8{ padding-top: 8px}
.v_pt16{ padding-top: 16px}
.v_pr8{ padding-right: 8px}
.v_pr16{ padding-right: 16px}
.v_pb8{ padding-bottom: 8px}
.v_pb16{ padding-bottom: 16px}
.v_pl8{ padding-left: 8px}
.v_pl16{ padding-left: 16px}