/** 去掉IE10+input标签的默认X */
::-ms-clear{display:none;}

/* CSS Document */
html{
	font-size:14px; 
	margin:0px; 
	padding:0px;
	height:100%;
}

/*覆盖semantic.css里面的hidden设置*/
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;}

/** 样式默认设置为position: relative，导致tab页面按钮显示定位有问题 */
.ui.segment {
	position: static;
}

/* 修改bootstrap框架 start */
.container{
	width:100%;
	padding: 8px 15px 24px 15px;
}

.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;
}

/** 选择的input 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:5px;
}
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;
}

