/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset-Code --*/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;
		font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,"WenQuanYi Micro Hei",Verdana,sans-serif,"\5B8B\4F53";
	}
	article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
	ol,ul{list-style:none;margin:0px;padding:0px;}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
	table{border-collapse:collapse;border-spacing:0;}
	/* start editing from here */
	a{text-decoration:none;}
	.txt-rt{text-align:right;}/* text align right */
	.txt-lt{text-align:left;}/* text align left */
	.txt-center{text-align:center;}/* text align center */
	.float-rt{float:right;}/* float right */
	.float-lt{float:left;}/* float left */
	.clear{clear:both;}/* clear float */
	.pos-relative{position:relative;}/* Position Relative */
	.pos-absolute{position:absolute;}/* Position Absolute */
	.vertical-base{vertical-align:baseline;}/* vertical align baseline */
	.vertical-top{vertical-align:top;}/* vertical align top */
	nav.vertical ul li{display:block;}/* vertical menu */
	nav.horizontal ul li{display: inline-block;}/* horizontal menu */
	img{max-width:100%;}
/*-- //Reset-Code --*/

.container{width: 1290px;margin: 0 auto;padding: 28px 36px;}

.pageTitle .logo{
	/* width: 96px;
    height: 32px; */
    display: block;
    float: left;
    margin-top: 10px;
}
.pageTitle .loginTitle{
	display: inline-block;
	height: 90px;
	font-size: 32px;
	font-weight: 600;
	line-height: 90px;
	padding-left: 36px;
}
.pageTitle .hospitalTitleTop{
	display: inline-block;
	height: 40px;
	font-size: 32px;
	font-weight: 600;
	line-height: 90px;
	padding-left: 36px;
}
.pageTitle .hospitalTitle{
	display: inline-block;
	height: 40px;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-left: 36px;
	color: #5F9FF6;
}

.searchDiv{padding-top: 18px;}
.searchDiv .searchDiv-left{
	display: inline-block;
    padding: 0px 7px 6px;
}
.searchDiv .searchDiv-right{display: inline-block;}

.loginDiv {
	width: 450px;
    margin-top: 30px;
}
.loginDiv input {
	width: 400px;
    height: 50px;
    font-size: 28px;
	padding-left: 55px;
	border: 1px solid;
	border-radius: 2px;
}
.loginDiv input:focus {
	border: 1px solid red;
}
.loginDiv input::-webkit-input-placeholder {color:lightgray}
.loginDiv input:-moz-placeholder {color:lightgray}
.loginDiv input:-ms-input-placeholder {color:lightgray}

.login-out {
	width: 80px;
	/* 高度与语言下拉框一致 */
	height: 36px;
	line-height: 32px;
    background: #5F9FF6;
    border-radius: 6px;
	color: #FFFFFF;
	/* 固定在右上角，位于语言切换下拉框左侧 */
	position: fixed;
	top: 60px;
	right: 220px;
	z-index: 2;
	cursor: pointer;
}

.searchTable{display:inline-block;}

.searchTitle{text-align:left;
	width: 120px;
	height: 14px;
	font-size: 14px;
	/* font-family: FZLanTingHei-R-GBK; */
	font-weight: 400;
	color: #1C1B32;
	line-height: 43px;
	padding-left: 20px;
}
.searchTitleBtn{
	vertical-align: bottom;
}
.searchBtn{
	position: relative;
	left: 15px;
	display: inline-block;
    width: 108px;
    height: 35px;
    line-height: 35px;
    background: #5F9FF6;
    border-radius: 6px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	border:none;
}
.searchInput{
	width:120px;
	height: 25px;
    line-height: 25px;
}
.searchInput input{
	width: 165px;
	height: 20px;
	border: 2px solid #E6E7EB;outline:none
}
.searchInput select{
	width: 173px;
	height: 28px;
	border: 2px solid #E6E7EB;outline:none
}
.searchInput input::-webkit-input-placeholder{ color:#bbbbbb;} 
.searchInput input:-moz-placeholder{ color:#bbbbbb;} 
.searchInput input::-moz-placeholder{ color:#bbbbbb;} 
.searchInput input:-ms-input-placeholder{ color:#bbbbbb;}	 
.searchInput input::-ms-input-placeholder{ color:#bbbbbb;}	 
.searchInput input::-webkit-input-placeholder{ color:#bbbbbb;}
.searchInput input::placeholder{ color:#bbbbbb;}

.resultTable {width:100%;    table-layout: fixed;}
.resultTable thead tr{
	height: 49px;
}
.resultTable thead td{
	text-align: center;
    background: #5F9FF6;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
    vertical-align: middle;
	padding: 0 1px;
}
.resultTable td{
	border: 2px solid #E6E7EB;
	text-align: center;
	vertical-align: middle;
	color:#1C1B32;
	height: 40px;
}
.resultTable td.fixedWidth{
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.resultTable td .view{
	color:#5F9FF6;
}

/* 分时片段弹窗样式 */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.modal .modal-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 960px;
	max-width: 1000px;
	max-height: 90vh;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

#timeSegments .modal-body {
	padding: 20px;
	overflow-y: auto;
	flex: 1;
}

#timeSegments #patientInfoTable tr {
	border-bottom: 1px solid #E6E7EB;
}

#timeSegments #patientInfoTable td {
	padding: 6px 10px;
	font-size: 14px;
}

.modal .modal-header {
	padding: 15px 20px;
	border-bottom: 1px solid #E6E7EB;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal .modal-close-btn {
	float: right;
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: #666;
	line-height: 1;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s;
}

.modal .modal-close-btn:hover {
	color: #333;
}

.btn-edit-conclusion {
	background-color: #5F9FF6;
	color: white;
	border: none;
	padding: 6px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s;
}

.btn-edit-conclusion:hover {
	background-color: #4A90E2;
}

.btn-edit-conclusion:active {
	background-color: #3A7BC8;
}

.btn-save-conclusion {
	background-color: #5F9FF6;
	color: white;
	border: none;
	padding: 6px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s;
}

.btn-save-conclusion:hover {
	background-color: #4A90E2;
}

.btn-save-conclusion:active {
	background-color: #3A7BC8;
}

#pdfModal .modal-body {
	padding: 20px;
	overflow-y: auto;
	flex: 1;
	position: relative;
}

#pdfModal #pdf-container {
	position: relative;
	width: 800px;
	height: 100%;
	overflow: auto;
	border: 1px solid #ccc;
	margin: 0 auto;
	background: #f0f0f0;
	min-height: 600px;
}

.progress {
	width: 875px;
	height: 12px;
	background: #e0e0e0;
	cursor: pointer;
	position: relative;
	margin-top: 4px;
	border-radius: 6px;
}
.progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background: #4a9eff;
	border-radius: 6px;
	cursor: grab;
}
.progress-bar:active {
	cursor: grabbing;
}

#pdf-canvas {
	display: block;
	margin: 0 auto;
}

#pdf-loading {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	color: #333;
	font-weight: 600;
	font-size: 18px;
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}

#text-layer {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
.highlight {
	position: absolute;
	background-color: #FFF;
	font-size: 12px;
	padding: 5px;
	resize: none;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #ccc;
	z-index: 100;
}

.highlight.dragging {
	opacity: 0.8;
	cursor: ns-resize;
}

.highlight.resizing {
	opacity: 0.8;
	cursor: ns-resize;
}

.highlight-drag-handle {
	position: absolute;
	height: 12px;
	background-color: #5F9FF6;
	cursor: ns-resize;
	z-index: 1000;
	opacity: 0.7;
	transition: opacity 0.2s, background-color 0.2s;
	pointer-events: auto;
	user-select: none;
	border-radius: 2px 2px 0 0;
}

.highlight-drag-handle:hover {
	opacity: 1;
	background-color: #4A90E2;
}

.highlight-drag-handle.active {
	opacity: 1;
	background-color: #3A7BC8;
}

.highlight-resize-handle {
	position: absolute;
	height: 12px;
	background-color: #5F9FF6;
	cursor: ns-resize;
	z-index: 1000;
	opacity: 0.7;
	transition: opacity 0.2s, background-color 0.2s;
	pointer-events: auto;
	user-select: none;
	border-radius: 0 0 2px 2px;
}

.highlight-resize-handle:hover {
	opacity: 1;
	background-color: #4A90E2;
}

.highlight-resize-handle.active {
	opacity: 1;
	background-color: #3A7BC8;
}