@charset "utf-8";
/* 公共样式 */
body {
    font-size: 14px;
    font-family: "Source Han Sans CN";
    background-color:#EDEDED;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

button {
    outline: 0;
    border: none;
}

a:hover {
    text-decoration: none
}

ins, a {
    text-decoration: none
}

textarea {
    resize: none;
}

iframe, img {
    border: 0;
}

ul, ol {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

input[type="text"], [type="password"], [type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

select {
    /*-webkit-appearance: none;去掉select的下箭头*/
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

/***全局公共样式 - 开始***/
.h_10 {
    height: 10px;
}

.h_30 {
    height: 30px;
}

.h_55 {
    height: 55px;
}

.h_500 {
    height: 500px !important;
}

.no_mr {
    margin-right: 0px !important;
}

.no_mb {
    margin-bottom: 0px !important;
}

.no_bb {
    border-bottom: 0px !important;
}

iframe {
    display: block;
    border: 0px;
}

img {
    display: block;
}

/***全局公共样式 - 结束***/


/***图片放大缩小 - 开始***/
.imgBig {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1000;
    box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    -o-box-shadow: 0 0 10px #888;
}

.imgSmall {
    position: static;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

/***图片放大缩小 - 结束***/

/***打印模版样式 - 开始***/
.printTable th, .printTable td {
    border-color: #999 !important;
    color: #000;
}

.printTable .textCenter {
    text-align: center;
}

.printTable .font20 {
    font-size: 20px;
    font-weight: 600;
}

.printTable .printName {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
    color: #000;
    border-bottom: 0;
}

.printTable .printSmallName {
    text-align: center;
    font-size: 14px;
    padding: 0;
    color: #000;
    border-top: 0;
    border-bottom: 0;
}

.printTable .printDis {
    border-top: 0;
    border-bottom: 0;
}

.printTable .printDis span {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.printTable .printDis span.right {
    text-align: right;
}

.printTable .printOperator {
    border-top: 0;
}

.printTable .printOperator span {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.printTable .printOperator .three {
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.printTable .printOperator span.right {
    text-align: right;
}

/***打印模版样式 - 结束***/

.layout {
    padding: 10px 20px 20px 20px;
}

.layout-content-div {
    width: 100%; 
    margin-right: 2%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
   /* -webkit-box-shadow: 0px 0px 10px #DDD; */
    -moz-box-shadow: 0px 0px 10px #DDD;
    -o-box-shadow: 0px 0px 10px #DDD;
   /* box-shadow: 0px 0px 14px #8ea6bc; */
    /*background-color: #FFFFFF;*/
	/* background-color: #dbeaf7; */
	

    /* box-shadow: h-shadow v-shadow blur spread color inset;
      h-shadow 必需。水平阴影的位置。允许负值。
     v-shadow 必需。垂直阴影的位置。允许负值。
     blur 可选。模糊距离。
     spread 可选。阴影的尺寸。
     color 可选。阴影的颜色。
     inset 可选。将外部阴影 (outset) 改为内部阴影。 */
}

.layout-search-row {
  /*  padding: 10px;
    padding-bottom: 0px;*/
}

.layout-content-div-edit-view {
    /*  width: 100%;
      margin-right: 2%;
      float: left;*/
    /**border-radius: 6px;**/
    overflow: hidden;
    position: relative;
   /** -webkit-box-shadow: 0px 0px 10px #DDD;
    -moz-box-shadow: 0px 0px 10px #DDD;
    -o-box-shadow: 0px 0px 10px #DDD;
    box-shadow: 0px 0px 10px #00557fb8;
    background-color: #00557fb8;**/
     width: 100%;
  /*  width: 80%; */
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;

}
.layout-content-div-edit-view-full{
	 width: 100%!important;
}
/*收缩 展开  搜索框*/
.search-up-div-back {
    width: 20px;
    height: 20px;
    background-image: url("../../../../static/globle/tlzh-frame/images/up.png");
	background-size: 20px, 20px;
}

.search-down-div-back {
	width: 20px;
	height: 20px;
	background-image: url("../../../../static/globle/tlzh-frame/images/down.png");
	background-size: 20px, 20px;
}

.portlet.light {
	padding:10px 20px 30px 20px ;
	/* background-color: #ffffff; */
	background-color: #ffffff
}
.layout-search-row .portlet.light {
	padding:20px 20px 10px 20px !important;
	background-color: #ffffff;
}
.bodyStyle {
	background-color: #EDEDED !important;
	padding:0px !important;
}

.page-bar {
    padding: 0px;
    /*background-color: #f7f7f7;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.page-bar .page-breadcrumb {
    display: inline-block;
    padding: 0px;
    margin: 0;
    list-style: none;
}
.page-bar .page-breadcrumb > li {
    display: inline-block;
}
.page-bar .page-breadcrumb > li > i {
    color: #aaa;
    font-size: 14px;
    text-shadow: none;
}
.page-bar .page-breadcrumb > li > a, .page-bar .page-breadcrumb > li > span {
	font-weight: 400;
	color: #444E7C;
    font-size: 14px;
    text-shadow: none;
}
.form-control:focus {
border-color: #7670D9 !important;
}
h3 {
	font-size: 16px!important;
	color:#7670D9!important;
}
.layui-layer-title {
	background-color:#847FDD!important;
	color: #ffffff!important;
}
.btn-aisc {
	width: 230px;
	height: 40px;
	background: #7670D9;
	border-radius: 3px;
}
.logout-btn {
	width: 31px;
	height: 16px;
	font-size: 13px;
	margin-left: 5px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}
.layui-table-sort .layui-table-sort-desc {
    bottom: 5px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #ffffff;
	opacity: 0.5;
}
.layui-table-sort .layui-table-sort-asc {
    top: 3px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
	opacity: 0.5;
}
.layui-table-sort .layui-table-sort-desc:hover{
	border-top-color:#ffffff!important;
	opacity: 1;
}
.layui-table-sort .layui-table-sort-asc:hover{
	border-bottom-color:#ffffff!important;
	opacity: 1;
}
	.tab-header {
				background-color: #ffffff;
				height: 70px;
				border-radius: 10px 10px 0px 0px;
			}
			.nav-tabs {
				padding-top: 25px;
				margin-left: 25px;
			}
			.nav-tabs > li > a {
				width: 150px;
				height: 35px;
				border: 1px solid #7670D9;
				
				margin-right:0px;
				text-align: center;
			}
			.nav-tabs > li > a, .nav-pills > li > a {
			    background-color: #fff;
			    color: #7670D9 !important;
			}
			.nav > li > a {
			    position: relative;
			    display: block;
			    padding: 6px 15px;
			}
.select2-container--default .select2-selection--single {
	border:1px solid #D9D9D9;
}

/*附件共同 start*/
.divFileList{
	min-width: 220px;
	text-align: right;
}
.divFileList a{
	text-decoration: none!important;
}
.divFileList .file-operate-btn{
	margin:5px 10px;
	background: none;
	color: #009688;
}
.imageDefault{
	width: 150px;
	margin: 0 auto;
	max-height: 150px;
}
/*附件共同 end*/