/** 鍘绘帀IE10+input鏍囩鐨勯粯璁 */
::-ms-clear {
	display: none;
}

/* CSS Document */
html {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/*瑕嗙洊semantic.css閲岄潰鐨刪idden璁剧疆*/
body {
	overflow: auto;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,
	pre, form, fieldset, legend, input, optgroup, select, button, textarea,
	img {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: tahoma, Microsoft YaHei, arial, "瀹嬩綋";
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,
	pre, form, img {
	border: none;
}

body .ui.input * {
	font-size: inherit;
}

/** 瀹氫箟a鏍囩鐨勭姸鎬� */
a {
	color: #4183c4;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

ul, li {
	list-style-type: none;
}

/*鍒楄〃鍜屽垎椤电殑鏍峰紡*/
.table:not (.ui ) >thead {
	background-image: linear-gradient(rgb(255, 255, 255), rgb(245, 245, 245));
}

.pagination>.controls>a>input {
	width: 30px;
	border: 0;
	text-align: center;
}

.pagination>.controls>a:hover {
	background: none;
}

/** 瀛椾綋棰滆壊 */
.red {
	color: #ff2b2b !important;
}

.green {
	color: #007F00 !important;
}

.orange {
	color: #E55533 !important;
}

.blue {
	color: #3e81ad !important;
}

.gray {
	color: #848484 !important;
}

.yellow {
	color: #e0e000 !important;
}

.black {
	color: #2F3235 !important;
}

/** 鏍峰紡榛樿璁剧疆涓簆osition: relative锛屽鑷磘ab椤甸潰鎸夐挳鏄剧ず瀹氫綅鏈夐棶棰� */
.ui.segment {
	position: static;
}

/* 淇敼bootstrap妗嗘灦 start */
.container {
	width: 100%;
	padding: 8px 15px 24px 15px;
	min-height: 100%;
}

.form-inline .form-control, .form-control {
	width: 165px;
	max-width: 100%;
	padding-left: 6px;
	padding-right: 6px;
	display: inline-block;
	vertical-align: middle;
}

.form-inline .form-control.full, .form-control.full {
	width: 98%;
}

.form-inline .form-control.date, .form-control.date {
	width: 100px;
}

.form-control[readonly] {
	cursor: default;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

/** 鍘燂細@media (min-width: 768px),澧炲姞鍚庝娇琛ㄥ崟涓嶄細鍥犱负iframe鐨勫搴︾殑鍙樺寲鑰屽彉鍖� */
@media ( max-width : 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn,
		.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group>.form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label, .form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
		{
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
	.form-inline .form-control {
		width: 143px;
	}
}

/* 淇敼bootstrap妗嗘灦 end */
#page-content {
	margin: 0;
	background: #FFF;
	padding: 8px 0 24px 0;
}

.tab-content-detail {
	margin: 0;
	background: #FFF;
	padding: 8px 2px 2px 2px;
}

.sdr-table-search tr td {
	padding-right: 20px;
	white-space: nowrap;
}

.sdr-table-search2 {
	width: 100%;
}

.sdr-table-search2 tr td {
	padding-right: 2px;
	padding-top: 5px;
	white-space: nowrap;
}

.sdr-table-search2 input, .sdr-table-search2 select {
	/* max-width: 150px; */
	
}

.sdr-table-search2 input.date {
	width: 90px;
	padding-left: 5px;
	padding-right: 5px;
}

.sdr-table-search3 tr td {
	padding-right: 8px;
	padding-top: 5px;
	white-space: nowrap;
	padding-left: 8px;
}

.table-content-center tr td, .table-content-center tr th {
	text-align: center;
}

.page-top-header {
	padding-top: 9px;
	margin: 10px 0 10px;
	border-top: 1px solid #eee
}

.area-content {
	padding-top: 9px;
	margin: 10px 0 10px;
}

.pagination {
	margin-top: 0;
}

.sdrs-button-area .sdrs-buttons {
	position: absolute;
	display: none;
	background-color: #fff;
	z-index: 8000;
	border: 1px solid #5fa4d9;
	margin: 2px;
	padding: 5px;
	border-radius: 4px;
	white-space: nowrap;
}

.sdrs-button-area .sdrs-buttons .sdrs-button {
	margin: 2px;
	padding: 3px;
	display: inline-block;
}

.shenpiStep {
	height: 400px;
	width: 100%;
}

.shenpiStep .stepArea {
	line-height: 150px;
	text-align: center;
	vertical-align: middle;
	padding: 30px;
	width: 100%;
	margin: 0 auto;
}

.shenpiStep .stepArea .step {
	float: left;
}

.shenpiStep .stepArea .stepContent {
	height: 150px;
	min-width: 200px;
	border: 1px solid #ddd;
	overflow: auto;
	padding: 10px;
}

.shenpiStep .stepArea .stepContent table {
	line-height: 20px;
	width: 100%;
}

.shenpiStep .stepArea .stepContent table tr td {
	text-align: left;
	padding: 2px;
}

.shenpiStep .stepArea .stepContent table tr td:nth-child(odd) {
	text-align: right;
	width: 70px;
	white-space: nowrap;
}

.shenpiStep .stepArea .stepContent table tr td:nth-child(even) {
	text-align: left;
	font-weight: 600;
}

.shenpiStep .stepArea .stepContent table tr td.topTitle {
	text-align: center;
	font-family: '榛戜綋';
	font-size: 24px;
	padding: 5px;
}

.shenpiStep .stepArea .stepSplit {
	width: 20px;
	height: 150px;
	background: #fff url(../images/shenpiStep-jiantou.png) center no-repeat;
	margin-left: 10px;
	margin-right: 10px;
}

.shenpiStep .explainArea {
	margin-top: 20px;
	padding: 30px;
	font-size: 12px;
}

.shenpiStep .explainArea>span {
	margin-right: 10px;
}

.shenpiStep .weiban {
	background-color: rgb(138, 249, 124);
	margin-right: 2px;
}

.shenpiStep .zaiban {
	background-color: rgb(204, 255, 246);
	margin-right: 2px;
}

.shenpiStep .yiban {
	margin-right: 2px;
	background-color: rgb(192, 192, 192);
}

/** 琛ㄥ崟绾㈣壊鏄熷彿锛�*锛� */
.form_req {
	color: red;
	padding-left: 5px;
	padding-right: 5px;
}

/** 琛ㄦ牸鍐呭灞呭乏  */
.table-left>tr>td, .table-left>tbody>tr>td, .table-left>thead>tr>td,
	.table-left>tr>th, .table-left>tbody>tr>th, .table-left>thead>tr>th,
	.table-left.table>tr>td, .table-left.table>tbody>tr>td, .table-left.table>thead>tr>td,
	.table-left.table>tr>th, .table-left.table>tbody>tr>th, .table-left.table>thead>tr>th,
	.table.table-left>tr>td, .table.table-left>tbody>tr>td, .table.table-left>thead>tr>td,
	.table.table-left>tr>th, .table.table-left>tbody>tr>th, .table.table-left>thead>tr>th
	{
	text-align: left;
	vertical-align: middle;
}
/** 琛ㄦ牸鍐呭灞呭乏  */
.table-center>tr>td, .table-center>tbody>tr>td, .table-center>thead>tr>td,
	.table-center>tr>th, .table-center>tbody>tr>th, .table-center>thead>tr>th,
	.table-center.table>tr>td, .table-center.table>tbody>tr>td,
	.table-center.table>thead>tr>td, .table-center.table>tr>th,
	.table-center.table>tbody>tr>th, .table-center.table>thead>tr>th,
	.table.table-center>tr>td, .table.table-center>tbody>tr>td, .table.table-center>thead>tr>td,
	.table.table-center>tr>th, .table.table-center>tbody>tr>th, .table.table-center>thead>tr>th
	{
	text-align: center;
	vertical-align: middle;
}
/** 琛ㄦ牸鍐呭灞呭彸  */
.table-right>tr>td, .table-right>tbody>tr>td, .table-right>thead>tr>td,
	.table-right>tr>th, .table-right>tbody>tr>th, .table-right>thead>tr>th,
	.table-right.table>tr>td, .table-right.table>tbody>tr>td, .table-right.table>thead>tr>td,
	.table-right.table>tr>th, .table-right.table>tbody>tr>th, .table-right.table>thead>tr>th,
	.table.table-right>tr>td, .table.table-right>tbody>tr>td, .table.table-right>thead>tr>td,
	.table.table-right>tr>th, .table.table-right>tbody>tr>th, .table.table-right>thead>tr>th
	{
	text-align: right;
	vertical-align: middle;
}

/** 鎼滅储鏍� */
.selectTree {
	padding: 5px;
	margin: 0;
	width: 180px;
	height: 240px;
	border: 1px #888 solid;
	overflow: auto;
	border-radius: 5px;
	position: absolute;
	display: none;
	background-color: #fff;
	z-index: 99999;
}

/** 閫夋嫨鐨刬nput text鏍囩  */
.inputSelect {
	background-color: #fff !important;
}

.inputSelect.readonly {
	background-color: #eee !important;
}

.inputSelect[disabled] {
	background-color: #eee !important;
}

.tabIframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tabIframe iframe {
	border: 0;
	width: 100%;
	height: 98%;
	padding: 0;
	margin: 0;
}

/** 澧炲姞琛ㄦ牸鏍峰紡锛氭爣棰樻樉绀� */
tr.edit_title td, .edit_title {
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
}

tr.noBorderRow, .ui.selectable.table tbody tr.noBorderRow:hover {
	background: none !important;
}

tr.noBorderRow>td {
	border-left: 1px white solid !important;
	border-right: 1px white solid !important;
}

/**
鍗曢�夈�佸閫夊尯鍩�
	澶氫釜閫夐」涔嬮棿鑷姩绌烘牸
*/
div.radio label, div.checkbox label {
	padding-right: 10px;
	margin-right: 20px;
}

div.radio label:last-child, div.checkbox label:last-child {
	padding-right: 0;
	margin-right: 0;
}

/**
    涓轰簡鍏煎鍘熸潵鐨勬牱寮�(鎸夊垪琛ㄦ樉绀鸿褰�)锛岄粯璁ゅ悜涓婄┖10px
*/
.table.table-bordered:not (.table-striped ){
	margin-top: 10px;
}

.layui-form-select .layui-tree {
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	padding: 5px 0;
	z-index: 999;
	min-width: 100%;
	border: 1px solid #d2d2d2;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	box-sizing: border-box;
}

.layui-form-selected .layui-tree {
	display: block;
}

/*姣忚鏄剧ず涓�涓�*/
.line-checkbox>label {
	display: block;
	margin-top: 10px;
}

.line-checkbox>label:first-child {
	margin-top: 0;
}

.sdr-table-search-btn tr td {
	padding-right: 5px;
	white-space: nowrap;
}

/** 寮哄埗鎹㈣ */
.newline {
	word-break: break-all;
	word-wrap: break-word;
}

[v-cloak] {
	display: none !important;
}

.font-color {
	color: rgba(0, 0, 0, 0.4);
}

.nunDiv {
	position: relative;
	display: inline-block;
}

.nunDiv .upBtn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: none;
}

.nunDiv .upBtn .icon {
	color: #555 !important;
	border: 0 !important;
}

.nunDiv .downBtn {
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 0;
	border: 0;
	background: transparent;
	outline: none;
}

.nunDiv .downBtn {
	color: #555 !important;
	border: 0 !important;
}

.bootstrap-touchspin {
	display: inline-table;
}

.bootstrap-touchspin.input-group .form-control {
	float: none;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding-top: 6px;
	padding-bottom: 6px;
}

.in-menu {
	position: absolute;
	left: 0px;
	top: 62px;
	bottom: 0px;
	width: 61px;
	background: #4f78e1;
	border-right: 1px solid rgba(34, 36, 38, 0.1);
	box-sizing: border-box;
	padding-top: 373px;
	z-index: 9999;
}

.in-header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background-size: 100% 50px;
}

.in-tabs {
	position: absolute;
	bottom: 0;
	left: 60px;
	right: 0;
}

.pull-left {
	margin-top: 15px;
	margin-left: 15px;
	height: 30px;
}

.pull-left img {
	height: 100%;
}

.ui.inverted.teal.menu {
	background-color: #fff;
}

.ui.inverted.menu .teal.active.item, .ui.inverted.teal.menu-l {
	background-color: #4f78e1;
}

.ui.inverted.menu .active.item {
	background: rgba(255, 255, 255, .15);
	color: #999 !important;
}

.ui.inverted.teal.menu-tabs {
	position: relative;
}

.ui.inverted.teal.menu-tabs:after {
	position: absolute;
	content: "";
	height: 1px;
	background: #ddd;
	left: 0;
	right: 0;
	bottom: 1px;
	visibility: inherit;
}

.ui.inverted.teal.menu-tabs>.active.item {
	background-color: rgb(255, 255, 255) !important;
	color: #4f78e1 !important;
}

.ui.inverted.teal.menu-tabs>.active.item .breadcrumb {
	color: #999 !important;
}

.ui.inverted.teal.menu-tabs>a.item {
	color: #777;
}

.ui.inverted.teal.menu-tabs>a.active:after {
	position: absolute;
	content: "";
	height: 2px;
	background: #4f78e1;
	left: 1.142em;
	right: 1.142em;
	bottom: 2px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.ui.inverted.teal.menu-tabs>a.active:hover:after {
	left: 0;
	right: 0;
}

.ui.inverted.menu-tabs .active.item:hover {
	background: rgb(255, 255, 255);
	color: #4f78e1 !important;
}