@media print {
  *,*:before,*:after {
      background: #000 !important;
      color: #000 !important; 
      box-shadow: none !important;
      text-shadow: none !important;
  }

}
._main_content{
  padding: 0!important;
}
/* input{
  -webkit-appearance: none;
} */
label {
  font-weight: normal;
}
.font_16{
  font-size: 16px;
}
.fontWeightNormal{
  font-weight: normal;
}
/* 分隔线 */
.hrLine{
  height: 12px; overflow: hidden; background-color: #f4f4f4;
}
.bgWhite{
    background-color: #fff!important;
}
.colorWhite{
  color: #fff!important;
}
.bgGrey{
  background-color: #f4f4f4!important;
}
.border_1{
  border: 1px #ddd solid!important;
}
.radius100{
  border-radius: 100px;
}
.input-group-addon{
  border-radius: 0!important;
}
.positionRelative{
  position: relative;
}
.borderBtmF4{
  border-bottom: 15px #f4f4f4 solid;
}
.boxShadow{
  box-shadow: 0 0 15px rgba(180,180,180,0.4);
}
.column,.skin_01 .widget-wrap{position:static}
/* 修正模态框灰色背景 */
.modal-backdrop.in {
  opacity: .3;
  filter: alpha(opacity=30);
}
/* 修正模态框样式 */
.modal-content{
  border-radius: 0; border: 0;
}
/* 试验表格列表 */
.testTable{
  border:0px #dedede solid; border-collapse:collapse;/*设置边框 合并边框*/
  width: 100%; background-color: #fff; 
  border-bottom: 15px rgb(244,244,244) solid;
}
.testTable th{
  border-bottom:1px #dedede solid; padding:15px; text-align: center; font-weight: normal;
  background-color: rgba(222,242,251,0.8);
}
.testTable td{
  border-bottom:1px #dedede solid; padding:15px; text-align: center;
  font-size: 16px;word-break: break-word;word-wrap: break-word;
}
.testTable td button.btn{
  padding: 2px 8px 3px 8px!important;
}
/* 试验表格内子表格 - 临床试验列表 */
.clinicalTable{
  border:0px #dedede solid; border-collapse:collapse;/*设置边框 合并边框*/
  width: 100%; background-color: #fff; font-size: 14px; 
}
.clinicalTable th{
  border-bottom:1px #dedede solid; padding:10px 15px; text-align: center; font-weight: normal; 
  /* background-color: rgba(222,242,251,0.3); */
  background-color: rgba(255,102,0,0.05);
  /* color: #666; */
}
.clinicalTable td{
  border-bottom:1px #dedede solid; padding:10px 15px; text-align: center;
  background-color: #fff; font-size: 14px; transition: all 0.5s;
}
.clinicalTable tr:nth-of-type(odd) td{
  background-color: #fafafa; 
}
.clinicalTable tr:nth-last-of-type(1) td{
  border-bottom: 0;
}
.clinicalTable tr:hover td{
  background-color: rgba(255,102,0,0.08); transition: all 0.5s;
}
.clinicalTtitle{
  text-align: left; color: #0079d6; margin-bottom: 15px; font-size: 16px;
  border-left: 4px #0079d6 solid; padding-left: 10px; height: 17px; line-height: 16px;
}
/* 点击显示/隐藏临床试验列表按钮 */
.clickMore{
  width: 30px; height: 30px; background-color: #f3f3f3; border-radius: 50%;
  cursor: pointer; text-align: center; line-height: 26px; margin-top: -4px;
}
.clickMore img{
  width: 20px;
}
.clickMore:hover{
  background-color: #f7f7f7;
}
/* 操作链接 */
a.linkRed{
  color:red!important;
  display: inline-block; background-color: rgba(255,0,0,0.05);
  border: 1px rgba(255,0,0,0.5) solid; border-radius: 50px; padding: 3px 8px;
}
a.linkGreen{
  color:green!important;
  display: inline-block; background-color: rgba(0,128,0,0.05);
  border: 1px rgba(0,128,0,0.2) solid; border-radius: 50px; padding: 3px 8px;
}
a.linkOrange{
  color:#f60!important; 
  display: inline-block; background-color: rgba(255,102,0,0.05);
  border: 1px rgba(255,102,0,0.3) solid; border-radius: 50px; padding: 3px 8px;
}
a.linkBlue{
  color:#0079d6!important;
  display: inline-block; background-color: rgba(0,121,214,0.05);
  border: 1px rgba(0,121,214,0.2) solid; border-radius: 50px; padding: 3px 8px;
}
/* 是否公示中 样式 */
.publicityTrue{
  color:green!important; font-weight: bold;
}
.publicityFalse{
  color:#333!important; font-weight: bold;
}
/* 文字状态 */
.stateGreen{
  color:green!important; font-weight: bold;
}
.stateOrange{
  color:#f60!important; font-weight: bold;
}
.stateBlue{
  color:#0079d6!important; font-weight: bold;
}
.stateRed{
  color:#f00!important; font-weight: bold;
}
/* 技术管理信息表格 */
.technologyInfo{
  border:0px #dedede solid; border-collapse:collapse;/*设置边框 合并边框*/
  width: 100%; font-size: 16px;
}
.technologyInfo th{
  border:1px #dedede solid; padding:15px; text-align: right; font-weight: normal;
  color: #999; background-color: rgba(222,242,251,0.5);
}
.technologyInfo td{
  border:1px #dedede solid; padding:15px; text-align: left; 
}
/*css美化复选框*/
.chkbox{
    font-size: 18px; line-height: 16px; float: left; margin-top: 2px; margin-right: 6px;
}
.chktext{
float: left; display: block; margin-right: 20px;
}
.chk{
display: none;
}
.chk + label {
background-color: #FFF; border: 1px solid #C1CACA; padding: 9px; border-radius: 3px; display: inline-block; position: relative; margin-right: 5px; 
margin-top: -2px;
/* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */


}
.chk + label:active {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.chk:checked + label {
background-color: #fff!important; border: 1px solid #ddd;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
color: #243441;
}
.chk:checked + label:after {
content: '\2714'; position: absolute; top: 0px; left: 0px; color: #359fff; width: 100%; text-align: center; font-size: 1.2em;
padding: 0 0 1px 0; vertical-align: text-top; background-color: #fff!important;
}
/* 美化单选按钮 RADIO */
.radiobox{
float: left; margin-top: 0px; margin-right: 8px;
}
.radiotext{
float: left; display: block; margin-right: 20px;
}
.checkbox label.radiotext, .radio label.radiotext{
  float: left; display: block; margin-right: 20px; font-weight: normal!important;
  padding-left: 3px;
  }
.regular-radio {
display: none;
}
.regular-radio + label {
-webkit-appearance: none;
background-color: #fafafa;
border: 1px solid #cacece;
/* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); */
padding: 9px;
border-radius: 50px;
display: inline-block;
position: relative;

}
.regular-radio:checked + label:after {
content: ' ';
width: 12px;
height: 12px;
border-radius: 50px;
position: absolute;
top: 3px;
background: #359fff;
-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
text-shadow: 0px;
left: 3px;
font-size: 32px;
}
.regular-radio:checked + label {
background-color: #e9ecee;
color: #99a1a7;
border: 1px solid #adb8c0;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.regular-radio + label:active, .regular-radio:checked + label:active {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
/* 开关 */
.switch{
display: none;
}
.switch + label {
background-color: #fafbfa;
padding: 9px;
border-radius: 50px;
display: inline-block;
position: relative;
margin-right: 30px;
-webkit-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
width: 30px;
height: 25px;
}
.switch  + label:after {
content: ' ';
position: absolute;
top: 0;
-webkit-transition: box-shadow 0.1s ease-in;
transition: box-shadow 0.1s ease-in;
left: 0;
width: 45px;
height: 25px; background-color: #f1f1f1;
border-radius: 100px;
box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
}
.switch  + label:before {
content: ' ';
position: absolute;
background: white;
top: 1px;
left: 1px;
z-index: 999999;
width: 23px;
-webkit-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
height: 23px;
border-radius: 100px;
box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
}
.switch:active + label:after {
box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}
.switch:active + label:before {
width: 27px;
}
.switch:checked:active + label:before {
width: 17px;
left: 20px;
}
.switch  + label:active {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.switch:checked + label:before {
content: ' ';
position: absolute;
left: 22px;
border-radius: 100px;
}
.switch:checked + label:after {
content: ' ';
font-size: 1.5em;
position: absolute;
background: #359fff;
box-shadow: 0 0 1px #359fff;
}
/* control-label 取消加粗 */
.control-label{
font-weight: normal;
}
/* form-control 取消内阴影 圆角 */
.form-control{
box-shadow: none; border-radius: 0; color: #222;
}
.form-control.borderLeft0{
  border-left: 0;
}
.marginBtm0{
  margin-bottom: 0!important;
}
.marginBtm10{
  margin-bottom: 10px;
}
.marginTop15{
  margin-top: 15px;
}
.marginTop20{
  margin-top: 20px!important;
}
.marginTop10{
  margin-top: 10px!important;
}
.paddingTop10{
  padding-top: 10px !important;
}
.paddingTop0{
  padding-top: 0px!important;
}
.paddingLeft20{
  padding-left: 20px;
}
.paddingRight15{
  padding-right: 15px;
}
.paddingTop7{
  padding-top: 7px!important;
}
.padding20{
  padding: 20px;
}
.margin20{
  margin: 20px;
}
.padding15{
  padding: 15px;
}
.paddingSide20{
  padding: 0 20px;
}
.paddingSide15{
  padding: 0 15px;
}
.margin15{
  margin: 15px;
}
/* 按钮取消点击时的边框 */
button,input{
outline: none!important;
}
/* 删除按钮 */
.btn-delete{
color: #f60!important;
}
.btn-delete:hover {
color: #f00!important;
}
.btn-delete.active, .btn-delete:active{
color: #f00!important;
}
.btn-delete.active.focus, .btn-delete.active:focus, 
.btn-delete.active:hover, .btn-delete:active.focus,
.btn-delete:active:focus, .btn-delete:active:hover{
color: #f00!important;
}
/* 登记表 按钮 */
.btnNav{
  margin-bottom: 15px;
}
.btnNavCon{
  padding: 15px 15px 12px 15px; 
  border-bottom: 1px #ddd solid; position: relative;
}
.currentPlace{
  line-height: 34px; font-size: 16px;
}
.mCurPlace{
  line-height: 34px; font-size: 16px; padding: 0 15px; border-bottom: 1px #ddd solid;
}
/* 登记表 样式 */
.addTab{
  
}
.addTab ul{
  text-align: center;
  border-bottom: 1px #ddd solid; margin-bottom: -1px; height: 45px;
}
.addTab ul li{
  display: inline-block; line-height: 44px; height: 45px; overflow: hidden; text-align: center; cursor: pointer; padding: 0 25px; border-top: 1px #ddd solid; border-left: 1px #ddd solid;
}
.addTab ul li:nth-last-of-type(1){
  border-right: 1px #ddd solid;
}
.addTab ul li.hover{
  border-top: 2px #f26400 solid; background-color: #fff; 
  color: #f26400;
}
/* 登记表 顶部10个选项卡 */
.addTopTab{
  padding: 0 15px; text-align: center; border-bottom: 1px #ddd solid; margin-bottom: -1px; height: 45px;
}
.addTopTab ul li{
float: left; line-height: 44px; height: 45px; overflow: hidden; text-align: center; 
cursor: pointer; padding: 0 5px; border-top: 1px #ddd solid; 
border-left: 1px #ddd solid; width: 9.5%;
}
.addTopTab ul li:nth-last-of-type(1){
border-right: 1px #ddd solid;
}
.addTopTab ul li:nth-of-type(1){
  width: 14.5%;
}
.addTopTab ul li.hover{
border-top: 2px #f26400 solid; background-color: rgba(242,100,0,0.2); 
color: #984206; font-weight: bold;
}
/* 顶部10个选项卡内容固定 */

@media (min-width: 1200px){
  .fixedTopTab{
    width: 1200px!important; position: fixed; left: 50%; margin-left: -600px; top: 61px;
    background-color: #fff; z-index: 999; padding: 15px 15px 0 15px; height: 60px;
  }
}
@media (min-width: 1920px){
	.fixedTopTab { 
    width: 1800px!important; position: fixed; left: 50%; margin-left: -900px; top: 61px;
    background-color: #fff; z-index: 999; padding: 15px 15px 0 15px; height: 60px;
  }
}
/* 右侧因定标签-以内容进行定位 */
/* .fixedTab{
  width: 60px; position: fixed; left: 50%; margin-left: 610px; top: 50%;
  background-color: #3e6cce; 
  margin-top: -125px; border-radius: 40px; overflow: hidden;
}
.fixedTab ul{
  text-align: center; border-top: 1px #ddd solid;
}
.fixedTab ul li{
  line-height: 16px; color: #fff;
  text-align: center; cursor: pointer; padding: 10px 0; 
  border-bottom: 1px #ddd solid;
}
.fixedTab ul li:nth-of-type(even){
  background-color: #517bd6; 
}
.fixedTab ul li.hover{
  background-color: #f26400; color: #fff;
} */
/* 右侧因定标签-以窗口进行定位 */
.fixedTab{
  width: 70px; position: fixed; right: 12px; 
  /* top: 50%; margin-top: -180px;*/
  bottom: 12px;
  background-color: #3e6cce;   overflow: hidden;
  border-radius: 40px; z-index: 2999;
}
.fixedTab ul{
  text-align: center; 
  /* border-top: 1px #ddd solid; */
}
.fixedTab ul li{
  line-height: 16px; color: #fff; font-size: 15px;
  text-align: center; cursor: pointer; padding: 40px 0 10px 0; 
  border-bottom: 1px #ddd solid; background-repeat: no-repeat;
  background-position: center 11px;
}
.fixedTab ul li:nth-of-type(even){
  background-color: #517bd6; 
}
.fixedTab ul li:nth-of-type(1){
  background-image: url(/resource/component/clinicaltrials/img/tabIcon01.png);
}
.fixedTab ul li:nth-of-type(2){
  background-image: url(/resource/component/clinicaltrials/img/tabIcon02.png);
}
.fixedTab ul li:nth-of-type(3){
  background-image: url(/resource/component/clinicaltrials/img/tabIcon03.png);
}
.fixedTab ul li:nth-of-type(4){
  background-image: url(/resource/component/clinicaltrials/img/tabIcon05.png);
}
.fixedTab ul li:nth-of-type(5){
  background-image: url(/resource/component/clinicaltrials/img/tabIcon04.png);
}
.fixedTab ul li.hover{
  background-color: #f26400; color: #fff;
}
.addCon{
  padding: 20px; 
}
@media screen and (max-width: 1920px) {
  .addCon {min-height: 1000px;}
}
@media screen and (max-width: 1680px) {
  .addCon {min-height: 1000px;}
}
@media screen and (max-width: 1366px) {
  .addCon {min-height: 688px;}
}
.form-horizontal .form-group{
  margin-left: 0; margin-right: 0;
}
.tips{
  color: #999; padding-left: 15px; padding-top: 8px;
}
.red{
  color: red;
}
.leftLabelTit{
  padding-right: 10px; text-align: right;
}
.leftLabelTit.line-title{
  text-align: left!important; 
  background-color: #f3f3f3; border-bottom: 1px #ccc dashed; width: 100%!important;
  padding-bottom: 8px; padding-top: 10px; padding-left: 15px;
}
.partTit{
  margin: 10px 0 20px 0; padding: 0; font-size: 18px;
}
.partSecondTit{
  margin: 10px 0 20px 0; padding: 0; font-size: 14px!important; font-weight: bold; color: #005ec8;
  background-color: #f3f3f3; border-bottom: 1px #ccc dashed; width: 100%!important;
  padding-bottom: 8px; padding-top: 10px; padding-left: 15px;
}
#trialProductTip{
  width: 18px!important; height: 18px!important; margin-left: 10px; margin-top: 0;
}
#ckinResearcherTip,#ckinHspTip{
  width: 18px!important; height: 18px!important; margin-left: 10px; margin-top: 0;
}

input#stop_reason_zd,input#stop_reason_zz,input#stop_reason_ll,input#stop_reason_jg,input#stop_reason_zlzz{
  position: absolute; top: -37px; left: 100px;
}
input#stop_reason_ll,input#stop_reason_ieczz{
  position: absolute; top: -37px; left: 120px;
}

.drugsFirstTit{
  margin: 10px 0 20px 0; padding: 0; font-size: 18px; 
}
/* 登记表页面 左侧导航 */
.addLeftMenu{
  text-align: right; background: url(../img/dot.jpg) repeat-y 213px top;
}
.addLeftMenu ul li a{
  display: block;
  padding: 6px 60px 6px 0; margin: 10px 0; position: relative;
  cursor: pointer;
}
.addLeftMenu ul li a span{
  display: block; width: 13px; height: 13px; line-height: 20px; 
  background-color: #fff; color: #333; border-radius: 50%; font-size: 12px; position: absolute; top: 50%; margin-top: -6px; right: 40px;
  border: 2px #30c9dc solid;
}
.addLeftMenu ul li a i{
  display: block; font-size: 10px; color: #f69653; display: none;
  position: absolute; top: 50%; margin-top: -6px; right: 34px;
}
.addLeftMenu ul li.active a,.addLeftMenu ul li:hover a{
  color: #f26400; 
}
.addLeftMenu ul li.active a span,.addLeftMenu ul li:hover a span{
  border: 2px #f26400 solid; background-color: #fac39c;
}
.addLeftMenu ul li.active a i,.addLeftMenu ul li:hover a i{
  display: block;
}
/* 删除批件号及批准日期 */
.delNumDate{
  position: absolute; right: -76px; top: 0;
}
/* 导航固定 */
.fixedNavRow{
  position: fixed; left: 0; top: 0; right: 0; background-color: #fff;
  z-index: 1000; box-shadow: 0 0 20px rgba(180,180,180,0.8);
}
.fixedNavRow .btnNavCon{
  border: 0;
}
.fixedLeftMenu{
  position: fixed; left: 50%; margin-left: -600px; width: 260px;
  background-color: #fff;
  /* top: 75px; */
  
}
.fixedLeftMenu2{
  position: fixed; left: 50%; margin-left: -600px; width: 260px;
  background-color: #fff;
}
/* 分页 */
.pageInfo{
  margin-top: 23px!important; padding-right: 15px;
}
.pageInfo input{
  width: 30px; border-radius: 2px; border: 1px #ccc solid;
  margin: 0 3px;
  
}
.pageInfo i{
  color: #f00; font-style: normal;
}
.changeInfo{
  margin-top:12px; margin-bottom: 10px;
}
.changeInfo li{
  margin-top:15px; padding-left: 8px; border-left: 3px rgba(48,200,220,0.5) solid; line-height: 15px;
}

/* 试验表格列表 */
.tableHeader{
  border:0px #dedede solid; border-collapse:collapse;/*设置边框 合并边框*/
  width: 100%; background-color: #fff; margin-bottom: 15px; 
}
.tableHeader th{
  border:1px #ddd solid; padding:3px 0; text-align: center; font-weight: normal;
  color: #222; background-color: #f6f6f6; 
}
.tableHeader td{
  padding: 8px; border:1px #ddd solid; vertical-align: top;
}
/* .inBorder{
  border:1px #ccc solid; height: 34px; line-height: 32px;
} */

/* 搜索结果列表 开始 */
.searchTable{
  border:0px #dedede solid; border-collapse:collapse;/*设置边框 合并边框*/
  width: 100%; background-color: #fff; margin-bottom: 15px; 
}
.searchTable th{
  border:1px #ddd solid; padding:3px 0; text-align: center; font-weight: normal;
  color: #222; background-color: #edf3ff; 
}
.searchTable td{
  padding: 8px; border:1px #ddd solid; text-align: center;
}
.searchTable tr:nth-of-type(odd){
  background-color: #f9f9f9; 
}
.searchTable tr:hover{
  background-color: #edf3ff; 
}
/* 搜索结果列表 结束 */
#div_module_id{padding-bottom: 15px;}
.search_div .input-group-addon:first-child{min-width: 115px; text-align: right;}
/* .search_div .col-md-3{width: 20%;} */

/* 首页搜索部分 开始 */
.indexSearch{
  height:240px; width: 800px; margin: 0 auto; padding-top: 75px;
}
.indexSearchInput{
  height: 56px!important;
  padding: 15px 16px!important; 
  border-radius: 0!important; 
  box-shadow: none!important;
}
.indexSearchBtn{
  width: 100px; height: 56px!important;
  padding: 15px 16px!important; 
  border-radius: 0!important; 
}
.searchLink{
  margin-top: 10px; padding:8px 18px 8px 38px; background-color: rgba(63,105,196,0.5); border-radius: 50px;
  display: inline-block; position: relative;
}
.searchLink img{
  height: 26px; position: absolute; left: 8px; top: 50%; margin-top: -13px;
}
/* 首页搜索部分 结束 */

/* 手机版首页搜索部分 开始 */
.mIndexSearchOuter{
  margin-bottom: 65px; 
}
.mIndexSearch{
  position: absolute; left: 12px; right: 12px; bottom: -50px; padding:12px 12px 15px 12px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0 35px rgba(136, 176, 253, 0.1);
}
.mIndexSearchInput{
  height: 52px!important; padding: 13px 12px!important; border-radius: 0!important; box-shadow:none!important; font-size: 16px;
  -webkit-appearance: none; 
}
.mIndexSearchBtn{
  width: 100px; height: 52px!important; padding: 13px 16px!important; border-radius: 0!important; 
}
.mSearchLink{
  display: inline-block; position: relative; margin-left: 10px; margin-top: 1px;
}
.mSearchLink a{
  color: #0069b3!important;
}
/* 手机版首页搜索部分 结束 */

/* 内页搜索部分 开始 */
.AdvancedSearch{
  width: 800px; margin: 0 auto; padding-top: 50px; padding-bottom: 50px;
}
.AdvancedSearch .searchLink{
  background-color: rgba(63,105,196,0.7);
}
.AdvancedSearchTips{
  padding-top:20px; line-height: 30px; font-size: 16px;
}
.AdvancedSearchTips ul{
  margin-left: -15px;
}
.AdvancedSearchTips ul li{
  background: url(/img/orangeDotImg.jpg) no-repeat 5px center; padding-left: 18px;
}
.AdvancedSearchTips a{
  color: #0079d6!important;
}
/* 内页搜索部分 结束 */

/* 搜索结果页部分 开始 */
.subSearchInput{
  height: 50px!important;
  padding: 12px 16px!important; 
  border-radius: 0!important; 
  box-shadow: none!important;
}
.subSearchBtn{
  width: 100px; height: 50px!important;
  padding: 12px 16px!important; 
  border-radius: 0!important; 
}
.subSearchBtn.width_120{
  width: 120px; border: 1px #ffe6c3 solid; border-left: 1px #fff solid;
  background-color: #ffe6c3; color: #9d5c00;
}


.mSubSearchInput{
  height: 36px!important; padding: 5px 12px!important; border-radius: 0!important; box-shadow:none!important; font-size: 16px;
  -webkit-appearance: none; 
}
.mSubSearchBtn{
  height: 36px!important;
  padding: 5px 10px!important; 
  border-radius: 0!important; 
}
.mSubHeighSearch{
  border: 1px #ffe6c3 solid; border-left: 1px #fff solid; padding: 3px 10px 0 10px!important;
  background-color: #ffe6c3; color: #9d5c00; line-height: 14px!important; font-size: 14px!important;
}
/* 搜索结果页部分 结束 */

/* Tab切换 */
.tab-title{
  text-align: center; border-bottom: 1px #ddd solid; margin-top: 15px;
}
.tab-title li{
  display: inline;
}
.tab-title li a{
  display: inline-block; padding: 12px 20px; color: #222;
}
.tab-title li a:hover,.tab-title li a:focus{
  text-decoration: none;
}
.tab-title li.active a{
  background-color: #3f69c4; color: #fff;
}
.tab-content{
  padding: 10px 15px;
}
/* 仿制药一致性评价试验备案页面上部的tab切换 */
.tabTitleTop{
  text-align: center; position: absolute; left: 50%; bottom: -1px; margin-left: -170px; font-size: 16px;
  z-index: 999; border-left: 1px #dedede solid;
}
.tabTitleTop li{
  float: left;
}
.tabTitleTop a{
  display: inline-block; color: #222; padding: 10px 15px; 
  border-top: 1px #dedede solid; border-right: 1px #dedede solid;
}
.tabTitleTop li a:hover,.tabTitleTop li a:focus{
  text-decoration: none; color: #f26400;
}
.tabTitleTop li.active a{
  background-color: #fff; color: #f26400; border-top: 2px #f26400 solid; 
}
/* 修正滚动条 */
.scrollbar::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3); background-color: #fff; border-bottom-right-radius: 5px;}
.scrollbar::-webkit-scrollbar {width: 5px; height: 5px; background-color: #e7e8e9; border-bottom-right-radius: 5px;}
.scrollbar::-webkit-scrollbar-thumb {background-color: rgba(180,180,180,0.5); border: 0 solid #fff; border-bottom-right-radius: 5px;}
/* 信息列表 */
.infoList{
  padding: 15px;
}
.infoList ul li{
  border-bottom: 1px #ddd dashed; padding: 25px 10px 25px 75px; transition: all 0.5s; position: relative;
}
.inOutIcon{
  width: 24px; position: absolute; left: 24px; top: 28px;
}
/* .infoList ul li:nth-of-type(even){
  background-color: #f6f6f6;
} */
/* .infoList ul li:hover{
  background-color: #fdffee; transition: all 0.5s;
} */
.infoList ul li h3{
  font-size: 16px; margin-top: 0;
}
.infoList ul li h3 span.me{
  display: block; padding: 8px 15px; background-color: #f6ece3; float: left; color: #763800;
  border-right: 1px #fff solid;
}
.infoList ul li h3 span.center{
  display: block; padding: 8px 15px; background-color: #e3faff; float: left; color: #00596f; 
  position: relative; margin: 0 1px 0 0;
}
.infoList ul li h3 span.other{
  display: block; padding: 8px 15px; background-color: #f7f0de; float: left; color: #775500;
  border-right: 1px #fff solid;
}
.infoList ul li h3 span.out::before{
  content:"";
  width:0px;
  height:0px;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #f6ece3;
  position: absolute; left: -1px; top: 50%; margin-top: -8px;
}
.infoList ul li h3 span.out::after{
  content:"";
  width:0px;
  height:0px;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #e3faff;
  position: absolute; right: -8px; top: 50%; margin-top: -8px;
}
.infoList ul li h3 span.in::before{
  content:"";
  width:0px;
  height:0px;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #f7f0de;
  position: absolute; left: -1px; top: 50%; margin-top: -8px;
}
.infoList ul li h3 span.in::after{
  content:"";
  width:0px;
  height:0px;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:8px solid #e3faff;
  position: absolute; right: -8px; top: 50%; margin-top: -8px;
}
.infoList ul li span{
  color: #999;
}
.infoList ul li .desc{
  margin-top: 8px; line-height: 22px;
}
.infodetail{
  padding: 20px 200px;
}
.infodetailTitle{
  margin-bottom: 50px;
}
.infodetailTable{
  border:1px #dedede solid; border-collapse:collapse;/*设置边框 合并边框*/
  width: 100%; background-color: #fff; 
  margin-bottom: 15px; font-size: 16px;
}
.infodetailTable th{
  border:1px #dedede solid; padding:15px; text-align: right; font-weight: normal;
  background-color: rgba(222,242,251,0.3);
}
.infodetailTable td{
  border:1px #dedede solid; padding:15px;
}
.infodetailTable td a{
  color: #fff!important;
}
.infodetailTable tr:hover{
  background-color: rgba(222,242,251,0.5);
}
.zrTable{
  border:1px #dedede solid; border-collapse:collapse;/*设置边框 合并边框*/
  width: 100%; background-color: #fff; font-size: 16px;
}
.zrTable th{
  border:1px #dedede solid; padding:10px; text-align: center; font-weight: normal;
  background-color: rgba(222,242,251,0.8);
}
.zrTable td{
  border:1px #dedede solid; padding:10px; text-align: center; word-break: break-all;
}
.zrTable tr:nth-of-type(even){
  background-color: #fafafa;
}
.zrTable tr.success,.zrTable tr.success a{
  color: #0494bf;
}
/* 备案表格列表 */
.beiAnTable{
  border:1px #dedede solid; border-collapse:collapse;
  width: 100%; background-color: #fff; 
}
.beiAnTable th{
  border-bottom:1px #dedede solid; padding:15px 10px; text-align: center; font-weight: normal;
  background-color: rgba(200,210,237,0.3);
}
.beiAnTable td{
  border-bottom:1px #dedede solid; padding:15px 10px; text-align: center;
}
.beiAnTable tr:nth-of-type(even){
  background-color: #fafafa;
}
.beiAnTable tr:hover{
  background-color: rgba(200,210,237,0.15);
}
.line-title{
  font-size: 14px; font-weight: bold; margin-bottom: 20px!important; color: #005ec8;
}

/* 以下用于前台页面中，搜索结果的详情页展示 */
#accordion .panel{
  border: 1px #ddd solid;
  border-radius: 0;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); */
  margin: 0 0 12px 0;
  position: relative;
}
#accordion .panel:before{
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #5bc0de 0%,#3f69c4 100%);
  position: absolute;
  top: 0;
  left: -2px;
}
#accordion .panel-heading{
  padding: 0;
  background: #fff;
  position: relative;
}
#accordion .panel-title a{
  display: block;
  padding: 15px 25px 15px 20px;
  font-size: 18px; font-weight: bold;
  font-weight: 600;
  color: #0079d6;
  border: none;
  margin: 0;
  position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content: "\f068";
  font-family: fontawesome;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: normal;
  color: #f60;
  text-align: center;
  border: 1px solid #f60;
  background-color: rgba(255,102,0,0.2);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{
  content: "\f067"; 
}
#accordion .panel-body{
  padding: 0 20px 15px; border: none; font-size: 14px; line-height: 28px;
}
/* 搜索详细页 */
.searchDetailTable{
  border:1px #dedede solid; border-collapse:collapse;
  width: 100%; background-color: #fff; 
}
.searchDetailTable th{
  border:1px #dedede solid; padding:6px; text-align: right; font-weight: normal;
  background-color: rgba(200,210,237,0.3);
}
.searchDetailTable td{
  border:1px #dedede solid; padding:6px; text-align: left;
}
.searchDetailTable th.text-center,.searchDetailTable td.text-center{
  text-align: center;
}
.searchDetailPartTit{
  font-weight: bold; margin-top: 15px; margin-bottom: 10px; font-size: 16px;
}
.sDPTit2{
  font-weight: bold;
}
.subSearch{
  border:1px #dedede solid; border-collapse:collapse;
  width: 100%; background-color: #fff; 
}
.subSearch th{
  border:1px #dedede solid; padding:5px; text-align: center; font-weight: normal;
  background-color: #fff5e8;
}
.subSearch td{
  border:1px #dedede solid; padding:5px; text-align: center;
}

/* 查询结果详细页面 返回顶部 样式 */
.goTop{
  position: fixed; bottom: 8px; right: 12px; text-align: center; font-size: 12px; line-height: 18px; z-index: 999; width: 50px; height: 70px; border-radius: 25px; background-color: #fff; box-shadow: 0 0 4px 0 rgba(166,172,184,.5);
}
.goTop:hover{
  cursor: hand; cursor: pointer;
}
.goTop .upIcon{
  width: 40px; height: 40px;margin: 1px auto 0 auto; transition: all 0.5s; border-radius: 20px; background-color: #fff; line-height: 36px; font-size: 20px;
}
.goTop:hover .upIcon{
  background-color: #1991ec; color: #fff; transition: all 0.5s;
}

/* 手机版搜索结果页 列表 */
.mSearchListTable{
  border:0px; width: 100%; border-collapse:collapse;/*设置边框 合并边框*/
  border-bottom: 1px #fff solid; background-color: #fff; box-shadow: 0 0 15px rgba(180,180,180,0.4);
}
.mSearchListTable th{
  border:0px; padding:5px 3px 5px 0; text-align: right; font-weight: normal; vertical-align: top;
}
.mSearchListTable td{
  border:0px; padding:5px 0px 5px 3px; text-align: left;
}
.mSearchListTable tr:nth-of-type(1) th,.mSearchListTable tr:nth-of-type(1) td{
  padding-top: 12px;
}
.mSearchListTable tr:nth-last-of-type(1) td{
  padding-bottom: 12px;
}
.mSearchListTable:nth-of-type(even){
  background-color: #f9f9f9;
}
/* 打印时的标题，默认隐藏 */
.onlyPrintVisible{
  display: none;
}
.cxtj_form{
  padding: 0 15px 15px 15px;
}
.cxtj_form span{
  color: #005ec8;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span{
  background-color: #eee!important; color: #999!important; border: 1px solid #ddd;
}
.pager li>a, .pager li>span{background-color: #5bc0de!important; color: #fff!important; border: 1px solid #5bc0de;}
.pager li>a:hover, .pager li>span:hover{background-color: #4ab3d2; color: #fff!important; border: 1px solid #4ab3d2;}
.pager li.finish>a{
  background-color: #5cb85c!important; color: #fff!important; border: 1px solid #5cb85c;}

.errorBlock{
  min-height: 300px; padding-left: 590px; background: #fffeff url(../img/errorImg.jpg) no-repeat 380px 50px;
  padding-top: 50px; line-height: 120px; font-size: 20px; color: #c00;
}
.cns{
   font-size: 16px; line-height: 32px;
}
.cns p{
  text-indent: 2em;
}
.tx{
  width: 1150px; margin: 0px auto; position: relative; height: 130px; margin-top: 20px;
}
.lineBg{
  position: absolute; top: 23px; left: 150px; right: 150px; height: 5px; background-color: #eee; 
  border-radius: 5px; z-index: 0;
}
.txjd{
  width: 25%; float: left; text-align: center; color: #34659d; z-index: 999; font-size: 14px;
  position: relative;
}
.txjd h6{
  width: 42px; height: 42px; line-height: 42px; font-size: 20px; margin: 0px auto; margin-bottom: 8px; background-color: #d9534f;  border-radius: 10px; border: 6px #fff solid; 
  box-sizing: content-box; font-family: HelveticaNeueLT; 
}
.txjd h6 a{
  color: #fff!important;
}
.green h6{
  background-color: #5cb85c;
}
.green h6 a{
  color: #fff;
}
.orange h6{
  background-color: #f0ad4e;
}
.orange h6 a{
  color: #b06800;
}
.ace-file-input .remove{
  color: #fff!important;
}



.fileListType{
  border-bottom: 1px #bbb dotted;
}
.fileListType h4{
  display: inline-block; background-color: #fff; color: #0069b3; padding: 8px 0 12px 10px; margin: 0;
  font-size: 18px; 
}
.fileListType h4 span{
  color: #f60;
}
.fileList{
  margin-bottom:20px;
} 
.fileList ul li{
  padding-left:22px; background:url("/resource/component/genericdrugs/images/icon.jpg") no-repeat 10px center; line-height:40px; font-size: 16px;
  border-bottom:1px #bbb dotted;text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.fileList ul li:nth-of-type(even){
  background-color: #f6f6f6;
}
.historyList{
  position: absolute; right: 0; top: 50px; background-color: #fff; padding: 15px;
  box-shadow: 0 0 25px rgba(180,180,180,0.8); width: 320px; z-index: 999; line-height: 30px;
  display: none;
}
.historyList li{
  border-bottom: 1px #ccc dashed; padding: 5px 0;
}
.historyList li span{
  color: #999;
}

/* 
.tooltip-inner {
  background-color: #fcdfdf !important; text-align: left !important; color: #e75858 !important;
  border: 1px solid #f4a8a8; max-width: 100%!important; padding: 10px; line-height: 24px;
}
.tooltip-arrow {
  border-bottom-color: #ffffff !important; opacity: 0;
} */
.tooltip-inner {
  /*弹出框窗口内样式*/
  background: #f4f4f5 !important; text-align: left !important; color: #222 !important;
  border: 1px solid #d3d4d6; max-width: 100%!important; min-width: 100%!important; padding: 10px; line-height: 24px; display: block; width: 100%!important;
}
.tooltip-arrow {
  /*弹出框透明度样式*/
  border-bottom-color: #ffffff !important;
  opacity: 0;
}
.cannotupdate{
  /*不可更新项*/
  color: red !important;
  font-weight: 700;
  font-size: 14px;
  /*margin-left: 40%;*/
  display: inline-block;
}
.canupdate{
  /*可更新项*/
  color: green !important;
  font-weight: 700;
  font-size: 14px;
  /*margin-left: 40%;*/
  display: inline-block;
}
.publicity{
  /*公示项*/
  color: #0079d6 !important;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
}
.unpublicity{
  /*不公示项*/
  color: #f60 !important;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
}
.selectpublicity{
  /*选择公示项*/
  color: #00a9c8 !important;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
}
.statusColor{
  font-weight: bold; color: #e08100!important
}
.tipscontent{
  /*文本内容*/
  width: 100%!important;
  /* width: 558px!important; */
  font-size: 14px;
}
.tipscontentstatemain{
  /*state_main正文内容（试验状态）*/
  width: 500px !important;
  font-size: 12px;
}
.doubtintable{
  /*在table表头的？样式*/
  width: 15px;
  height: 15px;
  margin-left: 6px;
}
.tipscontentintable{
  /*在table内的正文样式*/
  width: 300px !important;
  font-size: 12px;
}
/* 申请修改不可更新项 */
.applyEdit{
  width: 180px; position: fixed; left: 15px; bottom: 15px; display: none;
}
.applyEditTitle{
  background-color: #f4f4f4; font-weight: bold; padding: 10px 15px;
}
.applyEdit .list-group{
  margin-bottom: 0; 
}
.applyEdit .list-group .list-group-item:first-child,.applyEdit .list-group .list-group-item:last-child{
  border-radius: 0;
}
.applyEdit .list-group .list-group-item button.close{
  margin-top: -3px!important;
}
.applyEditFooter{
  padding: 10px 15px; border: 1px #ddd solid; border-top: 0; background-color: #fff;
}
.applyEditLink{
  color: #337ab7!important; display: inline-block; padding-left: 10px; padding-top: 7px;
}
/*  */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.acceptTip{font-weight: bold; font-size: 16px; color: #f60; margin-bottom: 12px;}
/* 以下用于审核平台 */
#accordion_s{padding: 10px;}
#accordion_s .panel{
  border: 1px #ddd solid;
  border-radius: 0;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); */
  margin: 0 0 8px 0;
  position: relative;
}
#accordion_s .panel:before{
  content: "";
  width: 2px;
  height: 100%;
  /* background: linear-gradient(to bottom, #5bc0de 0%,#3f69c4 100%); */
  position: absolute;
  top: 0;
  left: -2px;
}
#accordion_s .panel-heading{
  padding: 0;
  background: #f6f6f6; border-bottom: 1px #ddd solid;
  position: relative;
}
#accordion_s .panel-title a{
  display: block;
  padding: 10px 0px 10px 10px;
  font-size: 14px!important; 
  font-weight: bold;
  color: #0079d6;
  border: none;
  margin: 0;
  position: relative;
}
#accordion_s .panel-title a:before,
#accordion_s .panel-title a.collapsed:before{
  content: "\f068";
  font-family: fontawesome;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: normal;
  color: #f60;
  text-align: center;
  /* border: 1px solid #f60; */
  /* background-color: rgba(255,102,0,0.2); */
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
#accordion_s .panel-title a.collapsed:before{
  content: "\f067"; 
}
#accordion_s .panel-body{
  padding: 8px 10px; border: none; font-size: 14px; line-height: 28px;
}
#firstlog tr th,#firstlog tr td,#lastRiskAuditLog tr th,#lastRiskAuditLog tr td{
  font-weight: normal; line-height: 28px;
}

table#trialProduct tr th:nth-last-of-type(1){
  text-align: left!important; padding-left: 8px;
}
table#trialProduct tr td:nth-last-of-type(1){
  text-align: left!important;
}
