body
{
	margin:0;
	font-family: '微软雅黑', 'Microsoft YaHei';
	background-color:#e8f5fd;
    overflow-y:scroll;
    min-width:1440px;
}

body.clientBody {
	min-width:1200px;
}

body.adjustPage{
	min-width:inherit;
	background-color: white;
}

body.dialogFullscreen{
	margin:0;
	padding:0;
	overflow: hidden;
	min-height: 100%;
	height: 100%;
}

#clientRole input[class*="span"].m-wrap{
	height:25px !important;
}

.no_default-scroll{

    overflow-y:auto;
}
.m-wrap.smaller {
  width: 160px !important;
}
.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content,
.btn,
.m-wrap
{
	font-family: '微软雅黑', 'Microsoft YaHei' !important;
}
.clientBody.noback
{
	padding:0 10px !important;
	background-image:none;
}
.clientBody .preview-tools
{
	margin-top:0;
}
.clientBody #sl-components{
	line-height:initial !important;
	margin-left:10px;
}
.clientBody #slType{
	line-height:initial !important;
}
.clientBody  .bookDetail.bookInfo
{
	margin-top:0;
}
ul
{
	margin:0;
	padding:0;
}
ul li
{
	list-style:none;
}
.fl li
{
	float:left;
}
a
{
	cursor:pointer;
}
a:hover,
a:visited
{
	text-decoration:none;
}
header
{
	display:block;
}
.pull-left
{
	float:left;
}
.pull-right
{
	float:right;
}
.text-center
{
	text-align:center;
}
.text-left
{
	text-align:left;
}
.text-right
{
	text-align:right;
}
.clear:after
{
	content:"";
	display:block;
	clear:both;
	height:0;
}
[class^="icon-"]
{
	background-image:none !important;
}
.popovers
{
	cursor:default;
}
.required
{
	font-family:'Open Sans' !important;
}
.main
{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 30px;
	position:relative;
}
.fixWidthPage .main{
	min-width:950px;
	margin-top: 20px;
}
.adjustPage .main{
	width:100%;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
}
.adjustPage .portlet-title .caption{
	font-size:15px;
}
.condition  .m-wrap
{
	background-color:#fff !important;
	margin-bottom:0 !important;
}
.condition label
{
	margin-right:10px;
}
table.table thead .sorting_desc
{
	background: url(../../images/sort_desc.png) no-repeat 2px;
	cursor:pointer;
}
table.table thead .sorting_asc
{
	background: url(../../images/sort_asc.png) no-repeat 2px;
	cursor:pointer;
}
table.table thead .sorting
{
	background: url(../../images/sort_both.png) no-repeat 2px;
	cursor:pointer;
}
table.table thead .sorting.noflag,table.table thead .sorting_asc.noflag,table.table thead .sorting_desc.noflag
{
	background: none;
}
table.table thead .sorting_asc label
{
	padding-left:15px;
	background: url(../../images/sort_asc.png) no-repeat 2px;
	cursor:pointer;
}table.table thead .sorting_desc label
{
	padding-left:15px;
	background: url(../../images/sort_desc.png) no-repeat 2px;
	cursor:pointer;
}
table.table thead .sorting label
{
	padding-left:15px;
	background: url(../../images/sort_both.png) no-repeat 2px;
	cursor:pointer;
}
table.table thead th {
	padding: 4px;
}
table .div-wrap
{
	word-break: break-all;
}
.table
{
	table-layout:fixed;
	word-break:break-all;
}
.table td
{
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	color: #323431;
}
.subPerGroup label{
	width: 100% !important;
}
.wrap {
	white-space: normal !important;
	word-wrap : break-word !important;
}
.table .operate a
{
	color:#158cc6;
	margin-right:3px;
	/*white-space: nowrap;*/
}
.table .operate a:hover
{
	text-decoration:underline !important;
}
.table .nowrap
{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ui-dialog-buttonset #sp-error
{
	margin-right:10px;
}
.ui-dialog-titlebar  button.ui-button span
{
	display:none;
}
.halflings-icon
{
	display:inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background-image: url(../../images/glyphicons_halflings.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align:0;
}
.halflings-icon.white
 {
	background-image: url(../../images/glyphicons_halflings-white.svg);
}
.halflings-icon.plus
{
	background-position:-408px -96px;
}
.halflings-icon.remove
{
	background-position: -312px 0;
}
i
{
	cursor:pointer;
}
.caret.white
{
	border-top-color:#fff;
}
.condition .btnSearch
{
	padding: 4px 10px;
	margin-top:1px;
	font-size:13px;
}
.div-pager
{
	font-size:12px;
	line-height: 14px;
}
.div-pager>div{
	line-height: 30px;
}
.div-pager .div-pager-pagesize{
	display: none;
	margin-right: 5px;
}
.div-pager .div-pager-pagesize select{
	width: 55px;
	margin: 0 5px;
}
.pagination
{
	margin: 0;
}
.pagination a {
	text-decoration: none;
	border: none;
	color: #636666;
}

.pagination a,.pagination span {
	display: inline-block;
	padding: 0.1em 0.4em;
	margin-right: 5px;
	/*margin-bottom: 5px;*/
}

.pagination .current {
	background: initial;
	color: #000;
	border: none;
	font-weight:bold;
}

.pagination .current.prev,.pagination .current.next {
	color: #636666;
	border-color: #999;
	background: #f5f5f5;
	padding: 0 .7em;
}
.editableSelect .dropdown li
{
	padding: 6px 0 6px 20px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	cursor:pointer;
	word-break: break-all;
}
.editableSelect .dropdown li:hover
{
	background-color: #eee;
}
#menu
{
	position:relative;
}
#rightMenu
{
	position: absolute;
	top: 100%;
	z-index: 1001;
	margin-top: 2px;
}
#rightMenu ul
{
	float: left;
	border: 1px solid #979797;
	background: #fff;
	padding: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
	margin-bottom: 20px;
}
#rightMenu ul li.sub
 {
	background: url(../../images/arrow.png) no-repeat right -8px;
}
#rightMenu ul li.active
{
	background-color: #f1f3f6;
	border-color: #aecff7;

}
#rightMenu ul li
{
	height: 24px;
	line-height: 24px;
	padding: 0 25px;
	cursor: pointer;
	white-space: nowrap;
	border:1px solid transparent;
	border-radius: 3px;
	position:relative;
}
#rightMenu ul ul
{
	 visibility:hidden;
	position: absolute;
	left:100%;
	top:0;
}
#menu .sp-remove
 {
	position: absolute;
	right: 7px;
	top: 4px;
}
.chooseButton
{
	margin-top:4px;
	margin-left:10px;
}
.header
{
	height: 109px;
	height:85px;
	margin-bottom:0;
	border-bottom:2px solid #0487e1;
	background-color:#0395fa;
	/*background: url(../../images/blue.png) left bottom no-repeat;*/
}
.header .header-inner
{
	margin-left: 30px;
	margin-right: 30px;
}
.header-inner img
{
	margin-top:25px;
}
.header-inner .nav li
{
	margin-left:45px;
	position:relative;
    perspective: 90px;
	overflow:hidden;
    z-index: 100;
}
.header-inner .nav li:hover
{
	overflow: initial;
}
.header-inner .nav li.print,
.header-inner .nav li.typesetting
{
	margin-left: 150px;
}
.header-inner .nav-operate
{
	margin-left:40px;
}
.header-inner .nav a
{
	display:block;
	width:115px;
	height:85px;
	border-bottom:2px solid #0487e1;
	line-height:85px;
	position:relative;
	font-size:18px;
	color:#fff;
}

.header-inner .nav .drop a
{
	font-size:16px;
}
.header .nav .first
{
	/*background-color: #0082dc !important;*/
}
.header .nav .bg
 {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #31a8fa;

	filter: alpha(opacity=50);
	z-index: 2;
}
.header .nav .word
 {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 3;
	text-align: center;
}
.header  li:hover .first .bg,
.header .first.active .bg
{
	display:block;
}
.header .nav li:hover .drop
{
	opacity:1;
	max-height:1000px;
}

.header .nav li:hover li
{
	opacity:1;
}
.header .drop
{
	position: absolute;
	left: 0;
	top: 100%;
	width: 115px;
	padding-top: 1px;
	background-color: white;

	z-index: 100;
	opacity: 0;
	max-height:0px;
	overflow:hidden;
}
.header .drop a
{
	height: 48px;
	line-height: 48px;
	margin-top: 1px;
	border:0px;
}
.header .drop .bg
{
	display:block;
}
 .header .drop a:hover .bg,
 .header .drop a.active .bg
 {
 	background-color:#199efa;
 	opacity:1;
 }
.header .drop li
{
	margin-left: 0;
	opacity: 0;
}
.header .pull-right
{
	margin-top:12px;
}
.header .pull-right li
{
	position:relative;
}
.header .dropdown-toggle,
.header .set
{
	display:inline-block;
	line-height:14px;
	padding-left:12px;
	padding-right:12px;
	border-right:1px solid #9be1fe;
	color:#9be1fe;
	cursor:pointer;
	text-decoration:none !important;
	margin-bottom:7px;
}
.header .dropdown-toggle img
{
	margin-top:-2px;
	margin-right:4px;
}
.header .dropdown-toggle i
{
	display:inline-block;
	width:8px;
	height:8px;
	margin-left:10px;
	background:url(../../images/blueDown.png) 0;
}
.header .pull-right li:hover .dropdown-menu
{
	display:block;
	opacity:1;
	filter:alpha(opacity=100);
}
.header .signout a
{
	padding-left:12px;
	color:#9be1fe;
}
.header .pull-right a:hover
{
	opacity:.8;
	filter:alpha(opacity=80);
}
ul.dropdown-menu
{
	min-width: 121px;
	padding:2px 3px 2px 3px;
	border-radius: 2px !important;
}
.module .dropdown-menu
{
	left: auto;
	right: -30px;
}

.header .dropdown-menu:before
 {
	position: absolute;
	top: -7px;
	right:24px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	content: '';
}
.dropdown-menu li
{
	float:none;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:-2px;
	border-bottom:1px solid #f3f3f3;
}
.dropdown-menu li a
{
	padding-left:7px;
}
.dropdown-menu li label
{
	margin: 4px 0 3px 0;
}
.dropdown-menu li input[type="checkbox"]
{
	margin: 0 3px 2px 5px;
}

.module li a
{
	padding-left:35px;
}
.header .dropdown-menu .print
{
	background:url(../../images/print.png) 7px 6px no-repeat !important;
}
.header .dropdown-menu .process,.header .dropdown-menu .material
{
	background:url(../../images/print.png) 7px 6px no-repeat !important;
}
.header .dropdown-menu .operate
{
	background:url(../../images/operate.png) 7px 6px no-repeat !important;
}
.header .dropdown-menu .typesetting
{
	background:url(../../images/typeSetting.png) 7px 6px no-repeat !important;
}
.header .dropdown-menu .toggle_login_mode
{
	background:url(../../images/circle-arrow.png) 7px 6px no-repeat !important;
}
.header .dropdown-menu .edit_user_info
{
	background:url(../../images/selfinfor.png) 7px 6px no-repeat !important;
}
.header .dropdown-menu .change_pwd
{
	background:url(../../images/updatePwd.png) 7px 6px no-repeat !important;
}
.header .dropdown-menu .resourcecheck,.header .dropdown-menu .filechecklist
{
	background:url(../../images/print.png) 7px 6px no-repeat !important;
}
.header .dropdown-menu a:hover
{
	background-color:#eee !important;
}
.dropdown-menu img
{
	margin-top:0;
	margin-right:10px;
}
.module .dropdown-menu:before
{
	right:38px;
}
.breadcrumb
{
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
}
.breadcrumb a
{
	color:#818b95;
}
.breadcrumb a:hover
{
	text-decoration:underline !important;
}
.breadcrumb span.angleright
{
	display:inline-block;
	width:8px;
	height:8px;
	margin:0 5px;
	color: #818b95;
}
.datapicker_add_icon {
    display: inline-block;
    width: auto;
    height: 24px;
    min-width: 16px;
    padding: 0px 5px 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #e5e5e5;
    margin-left: -5px;
    border: 1px solid #ccc;
}
.datapicker_add_icon i[class^="icon-"], [class*=" icon-"]{
	   vertical-align: middle;
}
.btn.blue {
    background-color: #4d90fe;
}
.btn.green {
    background-color: #8bc808;
    color:#fff;
}
.btn.orange {
    background-color: #ec761f;
    color:#fff;
}
.btn.gray {
    background-color: #b0c1d5;
    color:#fff;
}

.portlet.box.blue {
    border: 0;
}
.portlet-title .caption,
.portlet-title .tools .checkbox,
.portlet.box.blue > .portlet-title .caption > i {
    color: #54abfa;
}
.portlet.box.blue .portlet-title {
    background-color: #cce9f7;
}
.ui-dialog.ui-dialog-blue .ui-dialog-titlebar{
	background-color: #0395fa !important;
}
.sidebar
{
	width: 278px;
	height:821px;
	background: url(../../images/cateBg1.png) right 0 no-repeat !important;
}
.sidebar .title
 {
	background: url(../../images/cateIcon.png ) 15px 16px no-repeat;
	line-height: 50px;
	text-indent: 45px;
	color: #fff;
	font-size: 18px;
}
.category
{
	margin-top: 20px;
	margin-left: 20px;
}
.category#category
{
	max-height: 700px;
	overflow:hidden;
}
.clientSetPage .category
{
	margin-left: 0;
}
.category a
{
	color: #3c2524;
	cursor: pointer;
	display: block;
	line-height: 30px;
	font-size: 13px;
	text-decoration: none !important;
}
.category .sub-menu
 {
	padding-left: 20px;
}
 .category .sub-menu .sub-menu
 {
	 display:none;
 }
#tab-project.category .sub-menu .sub-menu
 {
	 display:block;
 }
 .sidebar  .category a:hover,
 .sidebar .category a.active
{
 	 color:#0082dc;
}
.category .all
{
	font-size: 15px;
}
.category .iconarrow
 {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../../images/arrowRight.png );
	margin-right: 4px;
	vertical-align: 2px;
}
.category .iconarrow.open
{
	background: url(../../images/arrowDown.png );
}
.ctn
{
	margin-left: 300px;
}
.ctn .div-condition
{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
}

.ctn .div-condition * {
	flex-grow: 0;
	-webkit-flex-grow: 0;
}

.ctn .div-condition .space-filler {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.ctn .booklist-title {
	background-color: #cce9f7;
	padding: 10px;

	display: flex;
	justify-content: space-between;
	align-items: center;

	-webkit-justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
}

.ctn .booklist-title * {
	flex-grow: 0;
	-webkit-flex-grow: 0;
}

.ctn .booklist-title .space-filler {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.ctn .booklist-title .caption,
.ctn .booklist-title .tools {
	display: inline-block;
	color: #54abfa;
	font-size: 18px;
	font-weight: 400;
}

.ctn .booklist-body {
	background-color: white;
	margin-bottom: 30px;
	padding: 10px;
}

.div-condition .btnPrintDistribute {
	margin: 0 5px;
}

.div-condition .m-wrap
{
	background-color: #fff !important;
	height: 20px !important;
	width: 300px !important;
	margin-bottom:0 !important;
}

.div-condition input.m-wrap {
	padding: 4px 22px 4px 6px !important;
	width: 140px !important;
}

.div-condition .state
{
	margin-right:10px;
}
.div-condition .state label，.div-condition .state select
 {
	font-weight: bold;
	font-size: 13px;
	color: #4c4c4c;
	line-height: 20px;
}
.div-condition .state a
 {
	font-size: 13px;
	color: #4c4c4c;
	margin-right: 20px;
	text-decoration:none;
}
.div-condition .range a
 {
	font-size: 13px;
	color: #4c4c4c;
	margin-right: 20px;
	text-decoration:none;
}
.div-condition .state a.active
 {
	font-weight: bold;
	color: #0082dc;
}
 .div-condition .range a.active
 {
	font-weight: bold;
}
.div-condition .addBtn
{
	margin-right:10px;
	color:#ef0e0e
}

.div-condition .importBook
{
	margin-right:10px;
}
/*设置图标的宽度和显示位置*/
.historyBookFlag em,.reviseInfo em,.examinationMediaFlag em,.copMediaFlag em,.standardOrNotFlag em,.copyrightFlag em{
	display:inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.historyBookFlag-width,.reviseInfo-width,.copyrightFlag-width{
	width: 37px;
}
.examinationMediaFlag-width{
	width: 25px;
}
.copMediaFlag-width,.standardOrNotFlag-width{
	width: 24px;
}
/*修订图标*/
.reviseInfo em
{
	width:22px;
	height:22px;
	background-image:url(../../images/revise.png) !important;
}
/*历史图书图标*/
.historyBookFlag em
{
	width: 22px;
	height: 22px;
	background-image:url(../../images/flag.png) !important;
}
/*无纸化三审图标*/
.examinationMediaFlag em
{
	width: 25px;
	height: 25px;
	background-image:url(../../images/paperless.png) !important;
}
/*合作出版图标*/
.copMediaFlag em
{
	width:24px;
	height:24px;
	background-image:url(../../images/copMedia.png) !important;
}
/*标准图标*/
.standardOrNotFlag em
{
	width:24px;
	height:24px;
	background-image:url(../../images/standard.png) !important;
}
/*版权页图标*/
.copyrightFlag em
{
	width:22px;
	height:22px;
	background-image:url(../../images/copyright.png) !important;
}
.div-condition .displayType {
	display: inline-block;
	height: 17px;
}

.div-condition .displayType i
{
	display: inline-block;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background-image: url(../../images/displayIcon.png) !important;
	margin-left: 10px;
}

.div-condition .recycleBin
{
    display: inline-block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background-image: url(../../images/20200825092133.png) !important;
    margin-left: 20px;
}

.div-condition .iconthumbnail
 {
	background-position: -17px 0;
}
.div-condition .iconlist
 {
	background-position: 0 0;
}
.div-condition .iconthumbnail.active
{
	background-position: -17px -17px;
}
.div-condition .iconlist.active
{
	background-position: 0 -17px;
}
.div-condition .deleteky {
	margin-left: -25px;
	visibility:hidden;
	line-height: 20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align:middle;
	background-image: url('../../images/deletekw.png');
	background-repeat:no-repeat;
	background-position:center;
}

.div-condition .search
{
	margin-left: 10px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align:middle;
	background-image: url('../../images/search.png');
	background-repeat: no-repeat;
	background-position: center;
}

.div-condition .search img {
	display: none;
}

#searchCompany.search,.condition .search{
	display:inline-block;
}
.div-condition .right
{
	width:400px;
	margin-top:3px;
}

.bookshelf .row-item
{
	box-sizing: border-box;
	font-size: 0;
	width: 100%;
	height: 192px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	white-space: nowrap;
	overflow: hidden;

	border-width: 1px;
	border-style: solid;

	border-image-source: url("../../images/bookshelf.png");
	border-image-slice: 0 100 122 100 fill;
	border-image-width: 0 100px 122px 100px;
	border-image-repeat: stretch;
}

.bookshelf .row-item-inner
{
	margin-left: 0;
	margin-right: 0;
}
.bookshelf .book-item
{
	width: 132px;
	display: inline-block;
}

.bookshelf .book-item-inner
{
	height: 190px;
	margin-left:24px;
	margin-right:24px;
	position: relative;
}
.book-item-inner .bookcover
{
	display:block;
	height:120px;
	position:relative;
	background:#868686;
	border-radius:3px;
}
.bookcover img,
.bookcover .mask
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:3px !important;
}
.bookcover .mask
{
	background: url(../../images/bookcover.png) no-repeat left top;
	z-index: 1;
	box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);
}
.book-item-inner .wrapper:hover .book-popover
{
	display:block;
	text-align: left;
}
.book-item-inner .book-popover
{
	display:none;
	position:absolute;
	left:8px;
	top:58px;
	width:154px;
	border:1px solid #0082dc;
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	background:#fff;
	z-index:1000;
}
.book-item-inner .book-popover-content
{
	padding: 5px;
	font-size: 12px;
	color: #7d97ae;
}
.book-popover-content table td
{
	vertical-align: top;
}
.book-popover-content div
{
	word-break: break-all;
}
.book-item-inner .title
{
	margin-bottom: 4px;
	font-family: '微软雅黑','Microsoft YaHei';
	font-size: 16px;
	color: #2066a4;
}
.book-item-inner .book-popover-footer
{
	padding-top:4px;
	padding-bottom:3px;
	background-color:#e6eaec;
}
.book-popover-footer a
{
	display:inline-block;
	width:13px;
	height:13px;
	margin-left:7px;
	background:url(../../images/popoverIcons.png) center no-repeat;
}
.book-popover-footer .hide
{
	display:none;
}
.book-popover-footer .typeSetting
{
	background-position:-7px -2px;
}
.book-popover-footer .edit
{
	background-position:-32px -1px;
}
.book-popover-footer .upload
{
	background-position:-53px -2px;
}
.book-popover-footer .download
{
	background-position:-146px -1px;
}
.book-popover-footer .proof
{
	background-position:-78px -2px;
}
.book-popover-footer .revise
{
	background-position:-78px -2px;
}
.book-popover-footer .del
{
	background-position:-102px -1px;
}
.book-popover-footer .preview
{
	background-position:-125px -1px;
}
.previewThumbnail
{
	border: solid 1px #ccc;
	margin: 10px 5px 5px 5px;
}
.selected .previewThumbnail {
	border: solid 4px #0082dc;
	margin: 7px 2px 2px 2px;
}
.book-popover-footer .typeSetting:hover
{
	background-position:-7px -21px;
}
.book-popover-footer .download:hover
{
	background-position:-146px -20px;
}
.book-popover-footer .edit:hover
{
	background-position:-32px -20px;
}
.book-popover-footer .upload:hover
{
	background-position:-53px -21px;
}

.book-popover-footer .revise:hover
{
	background-position:-78px -21px;
}
.book-popover-footer .proof:hover
{
	background-position:-78px -21px;
}
.book-popover-footer .del:hover
{
	background-position:-102px -20px;
}
.book-popover-footer .preview:hover
{
	background-position:-125px -20px;
}
.bookList td
{
	height:27px;
}
.bookList .operate .del
{
	margin-right:0;
}
.bookList thead th
{
	padding-top:4px;
	padding-bottom:4px;
	background-color:#fff !important;
	color:#666;
}

.bookList.noflag thead th
{
	padding:0;
}
.bookList thead th label
{
	padding:4px 0;
	margin:0 6px 2px 6px;
}
body.dialogFullscreen .ui-dialog-content {
	height:calc(100% - 115px) !important;
}

body.dialogFullscreen .ui-dialog {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

.ui-dialog.ui-dialog-custom .ui-dialog-titlebar
{
	height:58px;
	line-height:47px;
	padding:0;
	background:url(../../images/editTop1.png) left top !important;
	background-color:#fff !important;
}
.ui-dialog-custom{
	box-shadow: rgba(136, 153, 165, 0.498039) 0 0 1px 1px;
}
.ui-dialog-custom .ui-dialog-title
{
	text-indent:20px;
	font-family: '微软雅黑', 'Microsoft YaHei';
	font-size: 20px !important;
	color:#fff;
}

.ui-dialog.ui-dialog-custom .ui-dialog-titlebar-close {
	margin-top: -15px !important;
	margin-right: 10px !important;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-max,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-restore {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
	outline: none !important;
	border: 0 !important;
	box-shadow: none;
	background: url(../../images/dialog-titlebar-max.png) no-repeat center;
	margin-top: -15px !important;
	margin-right: 40px !important;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-restore {
    background: url(../../images/dialog-titlebar-restore.png) no-repeat center;
    display: none;
}

body.dialogFullscreen .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-restore {
    display: inline-block;
}

body.dialogFullscreen .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-max {
    display: none;
}

.form-horizontal .control-label
{
	width:84px;
}
.form-horizontal.long_label .control-label
{
	width:180px;
}
.form-horizontal .controls
{
	margin-left: 85px;
}
.form-horizontal .controls.marginleft10
{
	margin-left: 10px;
}
.form-horizontal.editbookInfoPage .controls.chosenAuthorizers {
    margin-left: 0;
}
.form-horizontal.editbookInfoPage .controls {
    margin-left: 101px;
}
.form-horizontal .margin10
{
	margin-bottom:10px;
}
.block.sp-error
{
	display:block;
	margin-top:5px;
}
#checker .sp-tip,
#editor .sp-tip
{
	vertical-align:11px;
}
#checker .sp-tip,
#editor .sp-tip
{
	color:#468847;
}

#cateDialog .m-wrap
{
	margin-top: 8px !important;
	margin-bottom: 4px !important;
}
.authorize,
.authorize-2,
.authorize-3
{
	position:relative;
}
.authorize .choose,
.choose,
.authorize-2 .choose,
.authorize-3 .choose
{
	position: absolute;
	top: 100%;
	margin-top:2px;
	background: #fff;
	z-index: 1000;
}
.authorize .customDropdown,
.authorize-2 .customDropdown-2,
.authorize-3 .customDropdown-3
{
	width:163px;
	position:relative;
}
.authorize .sp-txt,
.authorize-2 .sp-txt-2,
.authorize-3 .sp-txt-3
{
	display:block;
	box-sizing:border-box;
	width:100%;
	line-height:20px;
	padding:4px 6px;
	border:1px solid #e5e5e5;
	cursor:pointer;
}
.authorize .drop-icon,
.authorize-2 .drop-icon-2,
.authorize-3 .drop-icon-3
{
	position:absolute;
	top:0;
	right:10px;
	width:15px;
	height:28px;
	cursor: pointer;
	z-index: 1000;
	background: url(../../bootstrap/image/select2.png) 0 0 no-repeat;
}
.authorize .dropdown-menu,
.authorize-2 .dropdown-menu-2,
.authorize-3 .dropdown-menu-3
{
	display:none;
	position:relative;
	width: 100%;
	box-sizing: border-box;
	margin-top:-1px;
	border:1px solid rgb(153, 153, 153);
	background:#fff;
}
.authorize .dropdown-menu .iconarrow,
.authorize-2 .dropdown-menu-2 .iconarrow,
.authorize-3 .dropdown-menu-3 .iconarrow
{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../../images/arrowRight.png );
	margin-right: 4px;
	vertical-align: 2px;
	margin-left:5px;
}
.authorize .dropdown-menu .iconarrow.open,
.authorize-2 .dropdown-menu-2 .iconarrow.open,
.authorize-3.dropdown-menu-3 .iconarrow.open
{
	background: url(../../images/arrowDown.png );
}

.customDropDown .choose,
.customDropDown-2 .choose,
.customDropDown-3 .choose
{
	position:absolute;
	top:100%;
	left:0;
	width:334px;
	z-index:1000;
	 box-sizing: border-box;
	 padding:3px 0 0 3px;
	margin-top: -1px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.customDropDown .sp-error
{
	vertical-align: -4px;
	margin-left: 4px;
}
.department .dropdown-menu span,
.department1 .dropdown-menu span,
.department-2 .dropdown-menu-2 span,
.department-3 .dropdown-menu-3 span
{
	display:inline;
	line-height: 25px;
	padding-left: 3px;
}
.department .dropdown-menu span:hover,
.department .dropdown-menu span.curr,
.department1 .dropdown-menu span:hover,
.department1 .dropdown-menu span.curr,
.department-2 .dropdown-menu-2 span:hover,
.department-2 .dropdown-menu-2 span.curr,
.department-3 .dropdown-menu-3 span:hover,
.department-3 .dropdown-menu-3 span.curr
{
	background-color:#eee;
}
.authorize .dropdown-menu li,
.authorize-2 .dropdown-menu-2 li,
.authorize-3 .dropdown-menu-3 li
{
	cursor:pointer;
	font-family:'微软雅黑', 'Microsoft YaHei' !important;
	border:none;
}
.authorize .dropdown-menu .submenu,
.authorize-2 .dropdown-menu-2 .submenu,
.authorize-3 .dropdown-menu-3 .submenu
{
	padding-left:1em;
}
.authorize .customDropdown .sp-txt,
.authorize-2 .customDropdown-2 .sp-txt-2,
.authorize-3 .customDropdown-3 .sp-txt-3
{
	border-color:#999;
	background-color:white;
}
.authorize .customDropdown.active .dropdown-menu,
.authorize-2 .customDropdown-2.active .dropdown-menu-2,
.authorize-3 .customDropdown-3.active .dropdown-menu-3
{
	display:block;
}
.authorize .people
{
	margin-left:8px;
}
.people .dropdown-menu li,
.customDropDown .choose li,
.customDropDown-2 .choose li,
.customDropDown-3 .choose li
{
	float:left;
	margin-right:5px;
}
.customDropDown,
.customDropDown-2,
.customDropDown-3
{
	position:relative;
}
.authorize .chosenAuthorizers,
.choosen-results,.link-choosen-results,.choosenResults
{
	width: 334px;
	min-height:31px;
	box-sizing:border-box;
	border: 1px solid #e5e5e5;
	padding-top:5px;
	margin-left:1px;
}
.chosenAuthorizers li,
.choosen-results li,.link-choosen-results li,.choosenResults li
{
	position:relative;
	padding:3px 20px 3px 5px;
	margin-left:5px;
	margin-bottom:5px;
	line-height:15px;
	font-size:13px;
	background:#eee;
}
.chosenAuthorizers .choice-close,
.choosen-results .choice-close,.link-choosen-results .choice-close,.choosenResults .choice-close
{
	position: absolute;
	right: 3px;
	top: 5px;
	width: 12px;
	height: 13px;
	background: url("../../bootstrap/image/chosen-sprite.png") right top no-repeat;
}
.chooseCompany
{
	margin-top:-41px;
}
.clientBody .chooseCompany
{
	margin-top:0;
}
#typeSettingComList  .portlet.box
{
	border: 1px solid #d9dbda;
}
#typeSettingComList .portlet-title
{
	background-color: #f1f4f4;
	color:#000 !important;
}
.issue_users,
.editor_users,
.proof_users{
	width:210px;
}
.typesetting_descri{
	width:137px;
}
.clientBody.adjustPage .issue_users,
.clientBody.adjustPage .editor_users,
.clientBody.adjustPage .proof_users,
.clientBody.adjustPage .typesetting_descri{
	width:110px;
}
.portlet-title .comName
{
	font-size:16px;
}
.portlet-title .delCompany
{
	margin-left:34px;
	font-size:13px;
	color:#0082dc;
}
.portlet-title .addComponent
{
	color: #0082dc;
}
#typeSettingComList .portlet-title a:hover
{
	text-decoration:underline !important;
}
#map
{
	position:absolute;
	left:50%;
	margin-left:-493px;
	top:-34px;
	width:986px;
	height:695px;
	background:url(../../images/map1.png) 0 -2px;
}
.select2.m-wrap.select2-offscreen
{
	width:0 !important;
}
#div-uploadImg-dialog-fallback .warnTip{
	margin-top: 15px;
    font-size: 14px;
    color: #8F8F8F;
    margin-left:40px;
}
.preview-tools .control
{
    display: inline-block;
	margin-top:5px;
	margin-left:10px;
}
.preview-tools .control * {
    vertical-align: middle;
}
.zoomIn,
.zoomOut
{
    display: inline-block;
    color: #737373;
    cursor: pointer;
}
.zoomIn
{
    margin-top:-5px;
    font-size: 30px;
    line-height: 14px;
}
.zoomOut
{
    margin-top:-2px;
    font-size: 23px;
    line-height: 18px;
}
.ui-slider
{
	display: inline-block;
    position: relative;
    text-align: left;
    width: 160px;
	margin: 12px 5px 10px 5px;
	border-top: 3px solid #aaaaaa !important;
	cursor:pointer;
}
.ui-slider-horizontal .ui-slider-handle
{
	 position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 0.8em;
    cursor: pointer;
    left: 45%;
    top: -.56em;
    margin-left: -.6em;
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
    border-radius: 0.7em !important;
}
.ui-widget-content a
{
    color: #222222;
}
.control .sliderVal
{
	margin-left: 13px;
	font-size: 13px;
	margin-right: 50px;
}
body.preview
{
	background: initial !important;
	background-image:url(blank.png);
	overflow-y:auto;
	min-width:1200px;
}
body.preview.clientBody{
	min-width:inherit;
}
.preview .header .header-inner
{
	width:auto;
	padding-left:10px;
	padding-right:80px;
}
.preview-tools
{	width: 100%;
	position: absolute;
	top: 112px;
	height:48px;
	padding:10px 0 10px 10px;
	margin-top:-20px;

}
.clientBody .preview-tools
{
	top: 0px;
	padding-left:0;
	padding-right:0;
}
.preview-tools .m-wrap
{
	margin-bottom:0;
}
.preview-tools .pull-right
{
	margin-top:5px;
}
.preview-tools .page
{
	display:inline-block;
	width:12px;
	height:13px;
	vertical-align: -2px;
	background-image:url(../../images/page.png);
}
.preview-tools .prev
{
	background-position:-18px -2px;
	margin-right: 8px;
}
.preview-tools .prev:hover
{
	background-position:-2px -2px;
}
.preview-tools .next
{
	background-position:-45px -2px;
	margin-left: 8px;
	margin-right: 50px;
}
.preview-tools .next:hover
{
	background-position:-32px -2px;
}
.preview-tools .adapt
{
	display:inline-block;
	width:14px;
	height:16px;
	background-image:url(../../images/adapt.png);
}
.adapt.twoPageView
{
	background-position:-70px -2px;
	margin-right:10px;
}
.adapt.twoPageView.active
{
	background-position:-87px -2px;
}
.adapt.twoPageView:hover
{
	background-position:-87px -2px;
}
.adapt.adaptWindow
{
	background-position:-38px -3px;
	margin-right:10px;
}
.adapt.adaptWindow:hover
{
	background-position:-53px -3px;
}
.adapt.adaptWidth
{
    margin-right:50px;
	background-position:-4px -2px;
}
.adapt.adaptWidth:hover
{
	background-position:-21px -2px;
}
.preview-tools .print,
.preview-tools .print_pdf
{
	display:inline-block;
	margin-left:10px;
	color: black;
}

.preview-tools .print .icon,
.preview-tools .print_pdf .icon
{
	display:inline-block;
	width:12px;
	height:13px;
	background-image:url(../../images/toolbar_print.png);
	margin-right: 3px;
    margin-bottom: 2px;
}

.preview-tools .print:hover {
    color: #0684dc;
}

.preview-tools .print:hover .icon
{
    background-position:-12px 0;
}

.preview-tools .print_pdf .icon
{
	width:13px;
	height:12px;
	background-image:url(../../images/toolbar_print_pdf.png);
	margin-bottom: 3px;
}

.preview-tools .print_pdf:hover {
    color: #0684dc;
}
.preview-tools .print_pdf:hover .icon
{
    background-position:-13px 0;
}
.preview-main
{
	border-top: 1px solid #B9AEAE;
	position:absolute;
	top:141px;
	bottom:0;
	left:0;
	right:0;
}
.clientBody .preview-main
{
	left:0;
	right:0;
	top:51px;
}
.preview-left
{
	width:200px;
	height:100%;
	border-right:1px solid #B9AEAE;
}
.preview-left .slimScrollDiv,
.preview-left #scroller
{
	height:100% !important;
}
.preview-left .file-area
{
	cursor:pointer;
}
.preview-left .fileName
{
	display:block;
	margin-right:23px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#fileList {
	padding-top: 10px;
}
#fileList img
{
	width:160px;
}
.preview-ctn
{
	position:absolute;
	top:0;
	bottom:0;
	left:201px;
	right:251px;
}
.preview-right {
    height:100% !important;
    width: 250px;
    border-left: 1px solid #B9AEAE;
}
.preview-right .info-title {
    font-weight:bold;
    padding: 5px 10px;
    border-width: 1px 0;
    border-style: dashed;
    border-color:#808080;
}
.preview-right .info-area {
    padding: 10px;
}
#imgContainer
{
	background: #f4f4f4;
	position:absolute;
	top:0;
    height:100%;
    left:0;
    width:100%;
	overflow: hidden;
	text-align: center;
}
#imgContainer span
{
	display:inline-block;
	width:1px;
	height:100%;
	vertical-align:middle;
}
#divDrag
{
	position: absolute;
	left:0;
	width:100%;
	top:0;
	height:100%;
	cursor: move;
	z-index: 100;
	background:#000;
	background:rgba(0,0,0,0.03);
	filter:alpha(opacity=3);
}
#imgContainer .pagesBox{
	margin:auto;
	height:100%;
}
#leftImg,#rightImg
{
	max-width:initial;
	max-width:none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.preview-ctn .page
{
	position:absolute;
	top:50%;
	width:46px;
	height:50px;
	background:url(../../images/bigPage.png) no-repeat;
	z-index: 101;
}
.preview-ctn .prev
{
	left:20px;
	background-position:-41px 3px;
}
.preview-ctn .prev:hover
{
	background-position:6px  3px;
}
.preview-ctn .next
{
	right:20px;
	background-position:-84px 3px;
}
.preview-ctn .next:hover
{
	background-position:-129px 3px;
}
.bookDetail.bookInfo
{
	margin-top:-10px;
}
.bookDetail h3,
.company h3,
.printArrange h3,.div-relatedReprintDetail-dialog h3,
.printProcessSheet h3
{
	margin-top:0;
	font-size:14px;
	font-weight:700;
	border-bottom:1px dotted black;
}
.bookDetail h3 a:hover
{
	text-decoration:underline !important;
}
.bookInfo .pull-left
{
	width:98px;
}
.bookInfo .pull-left a
{
	display: block;
	margin-top: 10px;
}
.bookInfo .content
{
	width:1024px;
}
.bookInfo .content table
{
	line-height:28px;
	table-layout: fixed;
}
.printBookInfo .content,.printBillInfo .content
{
	width:632px;
}

.clientPrintBillInfo .content
{
	width:632px;
}
.printBookInfo .content table,.printBillInfo .content table,.clientPrintBillInfo .content table
{
	line-height:22px;
	table-layout: fixed;
}
.kvInfo table.content td, .clientBody.kvInfo  table.content td
{
	vertical-align:top;
}
.kvInfo .content table td
{
	word-wrap: break-word; word-break:break-all
}
.kvInfo .content table label
{
	display: inline-block;
	margin-bottom:0;
}
.kvInfo .content table .width310
{
	width:310px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kvInfo .content table .w2
{
	letter-spacing:2em; /*濡傛灉闇�瑕亂涓瓧涓ょ瀵归綈锛屽垯涓�(x-y)/(y-1),杩欓噷鏄紙4-2锛�/(2-1)=2em */
	margin-right:-2em; /*鍚屼笂*/
}
.kvInfo .content table .w3{
	letter-spacing:0.5em; /*濡傛灉闇�瑕亂涓瓧涓ょ瀵归綈锛屽垯涓�(x-y)/(y-1),杩欓噷鏄紙4-3锛�/(3-1)=0.5em */
	margin-right:-0.5em; /*鍚屼笂*/
}
.bookResource h3 a,
.bookInfo h3 a
{
	color: #0082dc;
	font-size:12px;
	font-weight: normal;
}
.threew2
{
	letter-spacing:1em; /*濡傛灉闇�瑕亂涓瓧涓ょ瀵归綈锛屽垯涓�(x-y)/(y-1),杩欓噷鏄紙4-2锛�/(2-1)=2em */
	margin-right:-1em; /*鍚屼笂*/
}
#expand
{
	margin-right:20px;
}
#bookFs
{
	margin-left:0;
}
#bookFs img
{
	width:14px;
	height: 14px;
	margin-right: 8px;
	margin-top: -3px;
}
#filePicker div
{
	position:absolute;
	left:50%;
	top:50%;
	width:168px;
	height:44px;
	margin-left:-84px;
	margin-top:-22px;
}
#uploader  .queueList
{
	height:195px;
}
#clientUploadBtn
{
	display:inline-block;
	 width:150px;
	 line-height:40px;
	 color:#fff;
	 font-size:17px;
	 background: #00b7ee;
	 cursor:pointer;
}
#clientUploadBtn:hover
{
	background:#00a2d4;
}
 #fileMsg
 {
 	display:block;
 	margin-top:5px;
 }
 #uploadImg-fallback-form
 {
 	height:65px;
 	margin:10px;
    padding:30px;
    border:3px dashed #e6e6e6;
 }
#returnCheck
{
	position:absolute;
	right:41px;
	top:4px;
	width:20px;
	height:47px;
	background:url(../../images/returnIcon.png) right no-repeat;
}
#div-check-dialog  .bookInfo
{
	margin-top:0;
}
#bookLogList td
{
	height:30px;
}
.bookLog .slType
{
	width:160px !important;
}
.bookLog .pull-left
{
	margin-right:13px;
}
#div-check-dialog
{
	height:598px;
}
#div-filecheck-dialog
{
	height:598px;
}
#div-check-dialog .condition
{
	margin-top:11px;
}
#div-check-dialog a:hover
{
	text-decoration:underline;
}
#div-cancelIssue-dialog .control-group
{
	margin-top:10px;
}
#div-typeSetting-dialog .category
{
	margin-left:-6px;
}
#div-typeSetting-dialog .operate,
.clientSetPage .operate
{
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:20px;
	margin-top:4px;
	background-image:url(../../images/cateIcon1.png);
}
#div-typeSetting-dialog  .sub-menu a,
.clientSetPage .sub-menu a
{
	float:left;
}
#div-typeSetting-dialog  .sub-menu .pull-right  a,
.clientSetPage .sub-menu .pull-right a
{
	float:right;
}
.operate.remove
{
	background-position:-6px -31px;
}
.operate.plus
{
	background-position:-40px -31px;
}
.operate.edit
{
	background-position:-74px -31px;
}
.operate.remove:hover
{
	background-position:-6px -6px;
}
.operate.plus:hover
{
	background-position:-40px -6px;
}
.operate.edit:hover
{
	background-position:-74px -6px;
}
#div-typeSetting-dialog .sub-menu .pull-left,
.clientSetPage .sub-menu .pull-left
{
	width:410px;
	text-indent:10px;
}

.clientSetPage .sub-menu .pull-left{
	width:420px;
}
#div-typeSetting-dialog .sub-menu .pull-right,
.clientSetPage .sub-menu .pull-right
{
	width:116px;
}
#div-typeSetting-dialog .category  .row-fluid:hover,
#div-typeSetting-dialog .category li.curr .row-fluid,
.clientSetPage .category  .row-fluid:hover,
.clientSetPage .category li.curr .row-fluid
{
	background-color:#eee;
}
#div-ts-cate-dialog,
#delCateDialog
{
	border-left:1px solid #eee;
	border-right: 1px solid #eee;
}
#div-ts-cate-dialog .title
{
	margin-bottom:6px;
	font-size:14px;
}
.accountInfo .control-label
{
	width:90px;
}
.accountInfo .controls
{
	margin-left:90px;
}
.category .hide
{
	display:none;
}
.ui-dialog-boxshadow
{
	box-shadow: rgba(4, 135, 225, 0.498039) 0 0 1px 1px;
}
.ui-widget-overlay{
	opacity:.5;
}
.ui-widget-overlay.ui-front {
    background: #4e4e4e !important;
}
.top-search
{
	width: 1200px;
	margin:51px auto 80px auto;
	text-align:center;
}
.top-search h2
{
	margin-bottom:55px;
	font-size:35px;
	font-weight:400;
	letter-spacing:3px;
}
.top-search  .input-append  .m-wrap
{
	width: 543px !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	border-color: #4d90fe !important;
}
.top-search .btn
{
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	background: #0082dc !important;
	color:#fff;
	margin-top:0;
}
.top-search .dropdown-menu
{
	margin-top:0;
	margin-left:-1px;
	text-align:left;
	border-radius:0 !important;
}
.right-mar{
	margin-right:10px;
}
.top-search .btn-group:hover .caret
{
	transform:rotate(180deg);
}
.top-search .btn-group:hover ul
{
	display:block;
}

.top-search #txtKeywords
{
	width:543px;
	height:26px;
	border-color:#0081dc;
}
.top-search #btnSearch
{
	height:26px;
	line-height:26px;
	margin-left:-3px;
}
#book-carousel .carousel-inner
{
	min-height:211px;
}
#book-carousel .item
{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#book-carousel ul
{
	margin-left:-30px;
	font-size:0;
	text-align:left;
}
#book-carousel li
{
	display:inline-block;
	width:100px;
	margin-left:40px;
	margin-bottom:40px;
	text-align:center;
}
#book-carousel a
{
	display:block;
}
#book-carousel img
{
	left:-2px;
	width:103px;
	top:-1px;
	height:138px;
	max-width:initial;
}
#book-carousel .bookcover
{
	position:relative;
	height:136px;
	background:#868686;
	-webkit-perspective:1000;
	perspective:1000;
	border-radius:3px !important;
}
#book-carousel .bookcover:hover img,
#book-carousel .bookcover:hover .mask
{
	transform:rotateY(-30deg);
	-webkit-backface-visibility:hidden;
}
#book-carousel .carousel-control
{
	width:35px;
	height:54px;
	margin-top:-27px;
	padding:0;
	background:url(../../images/page1.png) no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#book-carousel  .booktitle
{
	color: #333;
	font-size: 14px;
	line-height: 30px;
	padding-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#book-carousel  .booktitle:hover
{
	text-decoration:underline !important;
}
#book-carousel .left
{
	background-position:0  0;
}
#book-carousel .left:hover
{
	background-position:-34px 0;
}
#book-carousel .right
{
	background-position:-69px 0;
}
#book-carousel .right:hover
{
	background-position:-102px 0;
}
.print .pull-left
{
	margin-right:10px;
}
.history .pull-left
{
	margin-right:13px;
}
#bookList img
{
	width:65px;
	max-height:135px;
}
#bookList .operate a
{
	margin-right:10px;
}
#div-printArrange-dialog h2
{
	margin:0;
	font-size:18px;
	text-align:center;
}
#div-printDetail-dialog
{
	padding:.5em 2em;
}
#div-printDetail-dialog .title,.div-relatedReprintDetail-dialog .title,#div-colPrintDetail-dialog .title
{
	line-height:30px;
	font-size:16px;
	font-weight:bold;
}
#div-printArrange-dialog .editableSelect .dropdown li
{
	padding:6px 0 6px 22px;
}
.editableSelect .safeFile
{
	background:url(../../images/safeIcon.png) 5px center no-repeat;
}

.bindEnterPrice
{
	background:url(../../images/bind.png) 0 center no-repeat;
}
.systemConfig .width96{
	width:222px !important;
}
.systemConfig .marginleft100{
	margin-left:200px !important;
}
.printshopName
{
	padding-left:23px;
}
.printshopName.safeFile
{
	background:url(../../images/safefile.png) 0 center no-repeat;
}
.acceptSafeFile .control-label
{
	width:143px;
}
.acceptSafeFile .controls
{
	margin-left:145px;
}
#div-organize-dialog #acceptResource,
#div-printShopInfor-dialog #acceptResource
{
	margin-left:10px;
	margin-bottom:10px;
}
.searchLine .searchBtn
{
	margin-bottom:10px;
	margin-left:10px;
}
#div-organize-dialog .note,
#div-printShopInfor-dialog .note
{
	margin-left:10px;
	margin-top:-10px;
	color:#999;
}
.item-row  label.pull-left
 {
	line-height: 30px;
}

.formatDialog .item-last .m-wrap
 {
	margin-bottom: 0 !important;
	margin-right: 3px;
}

.formatDialog .width
 {
	margin-right: 15px;
}

.operate-condition .pull-left
 {
	margin-right: 10px;
}

div.tagsinput
{
	height: 150px !important;
}

.item-row .paperType label
 {
	margin-right: 15px;
}

.printDetail label
{
	width: 160px;
	line-height: 25px;
}

.printDetail .clear
{
	line-height: 25px;
}

.operate-condition #txtName
{
	height:24px;
}
.form-horizontal .control-label.width96
 {
	width: 106px;
}
.form-horizontal .control-label.width130
{
	width: 130px;
}
.form-horizontal .controls.marginleft130 {
	margin-left: 130px;
}
.form-horizontal .controls.marginleft100
 {
	margin-left: 106px;
}
.form-horizontal.editbookInfoPage .control-label
 {
	width: 100px;
}
.checkbox input[type="checkbox"].checkView,
.checkbox input[type="checkbox"].checkItem,
.checkbox input[type="checkbox"].checkAll
{
	margin-left:0;
}
.form-actions
{
	background-color:#fff;
}
.operate-condition .pull-left
{
	margin-right:20px;
}
.operate-condition .timeBtn
{
	display:inline-block;
	line-height:30px;
	margin-right:3px;
	padding:0 5px;
	cursor:pointer;
	color:#000;
}
.operate-condition .timeBtn:hover,
.operate-condition .timeBtn.active
{
	color: #0099ff;
}
.operate-condition .m-wrap
{
   background-color:#F9F9F9 !important;
}
.statistics.portlet.box .portlet-title
{
	padding-top:12px;
}
.statistics .select2-container
{
	margin-top:-11px;
}
.resource.statistics .select2-container
{
	margin-top:-17px;
}
.statistics .select2-container .select2-choice
{
	height:24px;
	line-height:24px;
}
#div-statisticsdetail-dialog .pull-left
{
	line-height:30px;
}
#user-group  label.radio {
	margin-bottom:10px !important;
}
#user-group  .classifySel{
	margin-top:10px;
}
.item-row label.pull-left
{
	line-height:30px;
}
#div-updatePwd-dialog label.pull-left
{
	width:71px;
	text-align:right;
}
.item-row .required
{
	color: #e02222;
	font-size: 12px;
}
#resouceStatistics
{
	height:500px;
}

/***
Custom portlet tabs
***/
form.param.preview{
	padding-top:20px;
}
form.param.preview .form-actions{
	margin:0;
}
.pdfCreate .checkbox input[type="checkbox"]{
	margin-left:0;
}
.pdfCreate .help-inline{
	margin-bottom:0;
}
.pdfCreate .help-inline{
	margin-top:0;
}
table.psParam {
	width:100%;
	margin-left:20px;
}
table.psParam  tr{
	height:40px;
}
.pdfCreate .control-label {
	margin-right:10px;
}

.preflightParamPane .help-inline{
	margin-top:0;
}
#preflightParamMenu{
	height:400px;
	margin:20px;
 	list-style: none;
 	overflow: hidden;

}
#preflightParamMenu ul.scroller{
	height:400px;

}
#preflightParamMenu li {
  position:relative;
  margin:10px 8px;
}
#preflightParamMenu li ul {
  position:relative;
  margin-top:1px;
}
#preflightParamMenu li i {
  color:#333;
  font-size:15px;
}
#preflightParamMenu li ul li i{
  	margin-left:35px;
}
#preflightParamMenu li a {
  font-size: 13px;
  color:#333;
  display:block;
}
#preflightParamMenu li ul li a {
  font-size: 12px;
}

#preflightParamMenu li ul li:hover a,
#preflightParamMenu li ul li:hover i ,
#preflightParamMenu li a:visited,
#preflightParamMenu li a:active
{
  text-decoration:none;
}

#preflightParamMenu li ul li:hover i,
#preflightParamMenu li.active a,
#preflightParamMenu li ul li:hover a  {
  color:#0c91e5;
}

#preflightParamMenu li.active a,
#preflightParamMenu li.active i {
  color:#0c91e5;
  text-decoration:none;
}
.preflightParamPane{
	padding:30px 0 0 0;
}
.actionButton{
	display:inline-block;
	vertical-align: middle;
}
.actionButton .actionValue{
	display: block;
	padding: 14px 14px 13px 13px;
	margin-right:10px;
}
.actionButton .actionValue.ignore{
	background: url(../../images/ignore.png) 0 0 no-repeat;
}
.actionButton .actionValue.ignore_down{
	background: url(../../images/ignore_down.png) 0 0 no-repeat;
}
.actionButton .actionValue.warn{
	background: url(../../images/warn.png) 0 0 no-repeat;
}
.actionButton .actionValue.warn_down{
	background: url(../../images/warn_down.png) 0 0 no-repeat;
}
.actionButton .actionValue.error{
	background: url(../../images/error.png) 0 0 no-repeat;
}
.actionButton .actionValue.error_down{
	background: url(../../images/error_down.png) 0 0 no-repeat;
}
.actionButton .actionValue.notify{
	background: url(../../images/notify.png) 0 0 no-repeat;
}
.actionButton .actionValue.notify_down{
	background: url(../../images/notify_down.png) 0 0 no-repeat;
}
.actionButton .actionOptions li.selected{
	background-color: #f0f6fa;
}
.actionButton .actionOptions li.selected a
{
	color:#08c;
}
.actionButton .actionOptions a{
	display: block;
	padding: 2px 5px;
	color:#555;
}
.actionButton .actionOptions{
	background-color: #fff;
	width:38px;
	border:solid #ccc 1px;
	display: block;
	position: absolute;
	z-index: 1000;
}
.preflightParamPane .content_tips{
	margin-top:30px;
	margin-left:30px;
}
.preflightParamPane .content_tips .subTips{
	margin-left:30px;
}
.preflightParamPane .content_tips .subTips label.fixed{
	width:130px;
}
.preflightParamPane .content_tips .m-wrap.mini {
	width: 45px ;
}
.preflightParamPane .content_tips .m-wrap {
	margin-bottom:0;
}
.preflightParamPane .content_tips .control-group{
	margin-bottom:20px;
}
.preflightParamPane .content_tips select{
	margin:0;
	margin-right:10px;
}
.preflightParamPane .content_tips .help-inline{
	margin-top:0;
	color:#555;
	margin-right:10px;
}

.preflightParamPane .content_tips.unEnable .help-inline{
	color: gray;
}

.preflightParamPane .content_tips.unEnable .actionButton .actionValue{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.clientBody select.m-wrap{
	line-height:initial !important;
}
.clientBody .paramManage .m-wrap.small {
	width: 60px ;
	width: 60px !important;
}
.clientBody .form-horizontal  .preflightParamPane .controls{
	margin-left:35px;
}
#div-user-dialog #orgSel,
input[type="text"].m-wrap.input-sel.large {
	padding:4px 22px 4px 6px;
	padding:4px 22px 4px 6px !important;
	width:304px;
	width:304px !important;
}
.wordbreak{
	word-wrap:break-word;
	word-break:keep-all;
	overflow:hidden;
}
.bookLog  .m-wrap.small{
	width: 113px;
	width: 113px !important;
}
.margin-left-10{
	margin-left:10px;
}

#txtKeyword{
	line-height:13px;
}
#txtKeyword::-ms-clear { display: none; }
#roleSel::-ms-clear { display: none; }

.icon-folder-open {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../bootstrap/image/glyphicons-halflings.png");
  background-repeat: no-repeat;
  width: 16px;
  background-position: -408px -120px;
}
.icon-folder-close {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../bootstrap/image/glyphicons-halflings.png");
  background-repeat: no-repeat;
  width: 16px;
  background-position: -384px -120px;
}
.icon-cog {
	display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../bootstrap/image/glyphicons-halflings.png");
  background-repeat: no-repeat;
  background-position: -432px 0;
}
#txtCateId.sp-txt
{
	border:0;
	background-color:white;
	height: 30px;
}
.processMonitor .authorize .dropdown-menu,
.processMonitor .authorize-2 .dropdown-menu-2,
.div-downExcel-dialog .authorize-3 .dropdown-menu-3 {
	position: absolute;
    top: 112%;
}
.dropdown-top .choice-close ,
.dropdown-top-2 .choice-close-2,
.dropdown-top-3 .choice-close-3{
    position: absolute;
    top: 7px;
    right: 25px;
    width: 15px;
    height: 11px;
    cursor: pointer;
    z-index: 1000;
    background: url(../../bootstrap/image/chosen-sprite.png) right top no-repeat;
 }
#processMonitorList .bookcover{
	padding:0 10px 5px 0;
	height:110px;
	width:85px;
}
#processMonitorList .bookcover .mask{
	display:none;
}
#processMonitorList .bookcover img{
	position:relative;
}
#processMonitorList .imgSideBookInfo label{
	font-size: 12px;

}
#processMonitorList .imgSideBookInfo label.bolder{
	font-size: 14px;
	font-weight: bolder;

}
div.proof.end{
	width:100%;
	height:13px;
	 background-color:#FFCC00;
}
div.typesetting.end{
	width:100%;
	height:13px;
	 background-color:#00B0F0;
}
div.issued.end{
	width:100%;
	height:13px;
	 background-color:#66CC66;
}

.component_process{
	margin:20px;
}
.component_process td{
	vertical-align: top;
	padding:0px;
}
.component_process .line_row {
    width: 1120px;
    height: 185px;

}
.component_process .line {
	position: relative;
    left: 0;
    top: 120px;
    width: 100%;
    height: 15px;

}
.component_process .line_inner {
	height:185px;
	display: inline-block;
	padding:0;

}
.component_process .node_line {
	position: relative;
    left: 0;
    top: 37px;
    width: 100%;
    height: 15px;
}

.component_process .gray {
	background-color:#dfdfdf;
}
.component_process .blue {
	background-color:#0082dc;
}
.component_process .big_round {
    width: 100%;
    height: 200px;
    position: relative;
    top: -65px;
}

.component_process .side_mar {
    width: 100px;
}
.component_process .gray_right_half_round {
    background-image: url(../../images/gray_right_half_round1.png);
}
.component_process .blue_right_half_round {
    background-image: url(../../images/blue_right_half_round.png);
}
.component_process .gray_left_half_round {
    background-image: url(../../images/gray_left_half_round1.png);
}
.component_process .blue_left_half_round {
    background-image: url(../../images/blue_left_half_round.png);
}


.component_process .processEntity {
    height: 185px;
}
.component_process .processEntity.short_node {
    width:183px;
}
.component_process .process_info {
    display:table;
    width: 100%;
    height: 83px;
    text-align:left;
    vertical-align:middle;
}
.component_process .process_node {
    width: 100%;
    height: 90px;
}
.component_process .short_line {
    width: 10px;
}

.component_process .node {
    display:table;
    width: 100px;
    height:100px;
    text-align:center;
    vertical-align:middle;
}
.component_process .center_text,
.component_process .left_center_text,
.component_process .right_center_text{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
.component_process .left_center_text{
    text-align:left;
}
.component_process .right_center_text{
    text-align: right;
}

.component_process .node.gray_node {
	color:black;
    background-image: url(../../images/un_end_process_node.png);
}
.component_process .node.blue_node {
	color:#fff;
    background-image: url(../../images/end_process_node.png);
    background-position:center;
    background-size:100px 100px;
}
.component_process .short_end_line {
    width: 83px;
}
.component_process .end_line {
    width: 156px;
}

.user-information{
	display: inline-block;
    width: 100px;
}

.comsel>.editableSelect>div {
	max-height: 300px !important;
}
.editableSelect .initSelectIcon+div{
	background: #fff !important;
}

.addcolumn {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../../images/displayIcon.png)!important;
	background-position: -34px -17px;
	margin-left: 10px;
}


/**
客户端下拉框样式不一样，重新写了一个select,以下是它的样式，之前zindex是999，不应该用这么大的z-index---------start------*/
.myselect {
	z-index: 9;
	position: relative;
	display: inline-block;
}

.myselectCP {
	z-index: 9;
	position: relative;
	display: inline-block;
}

.myselectPV {
	z-index: 9;
	position: relative;
	display: inline-block;
}

.myselectST {
	z-index: 9;
	position: relative;
	display: inline-block;
}

.selectinput {
	cursor: default !important;
	margin-bottom: 1px !important;
	height: 28px!important;
	width: 100px;
	font-size: 13px!important;
	color: #333!important;
    padding-left: 10px!important;
    font-family: '微软雅黑', 'Microsoft YaHei'!important;
    box-shadow: none !important;
}

.selectaron {
	display: inline-block;
	position: relative;
	left: -22px;
	opacity: 0.5;
	width: 10px;
}
.selectaron:hover {
	opacity: 1;
}

.selectul {
	position: absolute;
	z-index: 99;
	border: 1px solid #cecece;
	top: 32px;
	display:none;
}

.selectli {
	background: white;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-left: 10px;
	padding-right: 5px;
	cursor: default;
	width: 141px;
}

.selectli:hover {
	color: white;
	background: #66CCFF;
}

/*客户端下拉框样式不一样，重新写了一个select,以下是它的样式---------end------*/


.rotate90 {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg);
}

.pluscheck {
	font-size: 12px;
	margin-top:-2px;
	display:inline-block;
	cursor:pointer;
	font-weight:bold;
}
.attachcheck {
	font-size: 12px;
	margin-top:-2px;
	display:inline-block;
	cursor:pointer;
	font-weight:bold;
}

.nopluscheck {
	width:9px;
	height:10px;
	display:inline-block;
}

.checklist {
	/*margin-bottom: -20px;*/
	margin-left: 30px;/*34px*/
}

.cancelselect {
	-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.adjustselect{
	padding: 0px!important;
}
 .backCss a {
   background:#66CCFF;
 }
 .fontColor{
   color:white!important;

 }
 .top10012{
z-index: 10012 !important;
}
#div-distributeDetial-dialog .title{
	line-height:30px;
	font-size:16px;
	font-weight:bold;
}
#div-distributeDetial-dialog h3{
	margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dotted black;
}
/*导航三级样式*/
.drop-two{
	position:relative;
}
.drop-three{
	display:none;
	position: absolute;
    top: 0;
    right: -116px;
    overflow: hidden;
}
.drop-two:hover .drop-three{
	display:block;
}
.drop-three>ul{
	overflow: hidden;
    width: 115px;
}
.header .drop{
	overflow: initial;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-bar-warn {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #d9534f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}

.eFilmFileIcon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../../images/efilm.png") center no-repeat;
	vertical-align: middle;
}

/*用于表格中操作栏操作自动换行*/
.operate a{
	display: inline-block;
}
/*用于操作栏hide属性被覆盖了的情况，属性失效*/
.operate .hide{
	display: none;
}
