/* === Typeface Variables === */
/** === Color Variables === */
@import url(../_/js/lib/datepicker/datepicker.css);
.watermark {
  width: 9999px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20; }
  .watermark .water-line {
    width: 100%;
    overflow: hidden; }
  .watermark .water-row {
    text-align: center;
    width: 220px;
    padding-top: 40px;
    height: 150px;
    float: left;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.1);
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg); }

.hosName, .visitScore, .emr-container {
  padding-left: 140px; }

.hosName {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px; }

.visitScore {
  font-size: 14px;
  margin-bottom: 15px; }
  .visitScore span.blue {
    color: #00b2e0; }
  .visitScore .others {
    display: inline-block;
    color: #666666; }

section {
  position: relative; }

table.table-herb {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
  table.table-herb th, table.table-herb td {
    padding: 10px;
    border-right: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important; }
  table.table-herb .cell-info {
    width: 80px; }
  table.table-herb .cell-little {
    width: 20px; }
  table.table-herb th {
    color: #000;
    background-color: #f2f2f2; }
    table.table-herb th.table-th {
      padding: 0; }
      table.table-herb th.table-th table th {
        border-bottom: none !important; }
        table.table-herb th.table-th table th:last-child {
          border-right: none !important; }
  table.table-herb td {
    position: relative;
    color: #666;
    vertical-align: top; }
    table.table-herb td .same-box {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding: 12px;
      box-sizing: border-box; }
      table.table-herb td .same-box .line {
        width: 100%;
        height: 100%;
        border: 2px solid #33b0db;
        border-radius: 4px 0 0 4px;
        border-right: none; }
    table.table-herb td .herb-list {
      width: 560px;
      overflow: hidden; }
    table.table-herb td .herb-info {
      width: 138px;
      float: left; }
      table.table-herb td .herb-info span {
        vertical-align: middle;
        display: inline-block; }
        table.table-herb td .herb-info span.name {
          width: 60px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        table.table-herb td .herb-info span.method {
          font-size: 12px; }
    table.table-herb td .instruction {
      width: 100px; }
    table.table-herb td.table-td {
      padding: 0; }
      table.table-herb td.table-td table tr:last-child td {
        border-bottom: none !important; }
      table.table-herb td.table-td table td:last-child {
        border-right: none !important; }

.article-record-wrap {
  position: relative;
  overflow: hidden; }

.tab-overflow-box {
  overflow: hidden;
  position: relative; }

.exam-box {
  position: relative;
  overflow: hidden; }
  .exam-box .exam-select-content {
    position: absolute;
    top: 0;
    left: -99999px; }
    .exam-box .exam-select-content.exam-show {
      position: static; }

.article-title {
  margin: 30px 0 10px;
  font-size: 15px;
  font-weight: 900; }

.emr-wrap {
  opacity: 0;
  padding-top: 30px;
  position: relative;
  z-index: 30;
  font-family: Microsoft YaHei, Helvetica, Helvetica Neue, Luxi Sans, DejaVu Sans, Tahoma, Hiragino Sans GB, STHeiti; }
  .emr-wrap em {
    font-style: normal;
    color: #f12148; }
  .emr-wrap h1 {
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    padding: 0;
    font-weight: normal; }

.emr-catalog {
  padding-top: 65px;
  padding-bottom: 135px;
  width: 130px;
  position: fixed;
  top: 0;
  z-index: 8; }
  .emr-catalog .scroller {
    overflow-y: auto;
    overflow-x: hidden;
    position: static; }
    .emr-catalog .scroller .line {
      border-left: 3px solid #ACDFF1;
      height: 15px;
      margin-left: 18px; }
  .emr-catalog .catalog-title {
    font-size: 16px;
    color: #000000;
    font-weight: 900;
    line-height: 40px; }
    .emr-catalog .catalog-title span {
      width: 38px;
      height: 38px;
      display: inline-block;
      vertical-align: middle;
      border: 2px solid #ACDFF1;
      border-radius: 50%;
      background: url("./img/toc-icon.png") no-repeat center center; }
  .emr-catalog ul {
    margin: 0;
    padding: 0 0 0 18px; }
    .emr-catalog ul li {
      border-left: 3px solid #e5e5e5;
      display: block;
      position: relative; }
      .emr-catalog ul li a {
        display: block;
        padding: 0 15px;
        color: rgba(0, 0, 0, 0.7);
        font-size: 13px;
        text-decoration: none;
        font-weight: bold; }
      .emr-catalog ul li .dot {
        display: inline-block;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        border: 2px solid #DFDFDF;
        background-color: #ffffff;
        position: absolute;
        left: -7px;
        top: 10px;
        margin-top: -6px; }
      .emr-catalog ul li.selected a {
        color: #000000;
        font-size: 14px; }
      .emr-catalog ul li.selected .dot {
        width: 15px;
        height: 15px;
        left: -9px;
        top: 8px;
        background-color: #39A9EC;
        border: 2px solid #ffffff; }
      .emr-catalog ul li.hl {
        border-left-color: #ACDFF1; }
        .emr-catalog ul li.hl .dot {
          background-color: #ACDFF1;
          border: 2px solid #ffffff; }
      .emr-catalog ul li:first-child {
        position: relative; }
        .emr-catalog ul li:first-child a:before {
          content: " ";
          height: 7px;
          width: 2px;
          position: absolute;
          background: #fff;
          overflow: hidden;
          right: -2px;
          top: 0; }
      .emr-catalog ul li:last-child {
        position: relative; }
        .emr-catalog ul li:last-child a:after {
          content: " ";
          height: 6px;
          width: 2px;
          position: absolute;
          background: #fff;
          overflow: hidden;
          right: -2px;
          bottom: 0; }
  .emr-catalog .shortcut {
    position: relative;
    padding-bottom: 18px;
    left: -6px;
    min-height: 30px; }
    .emr-catalog .shortcut .shortcut-box {
      height: 28px;
      overflow: hidden;
      position: relative;
      left: 0; }
    .emr-catalog .shortcut .more {
      cursor: pointer;
      color: #ED8495;
      position: absolute;
      bottom: 0;
      z-index: 4;
      left: 2px; }
      .emr-catalog .shortcut .more .point {
        width: 5px;
        height: 5px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        background-color: #ED8495; }
      .emr-catalog .shortcut .more:hover .point {
        background-color: #E75069; }
    .emr-catalog .shortcut .square {
      width: 9px;
      height: 9px;
      border: 1px solid #ffffff;
      background-color: #F5B9C3;
      border-radius: 50%;
      position: absolute;
      left: 0;
      cursor: pointer; }
      .emr-catalog .shortcut .square span {
        width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: none;
        color: #E75069;
        font-size: 12px;
        position: absolute;
        left: 15px;
        top: -4px; }
      .emr-catalog .shortcut .square.active, .emr-catalog .shortcut .square:hover {
        width: 11px;
        height: 11px;
        left: -1px;
        background-color: #E75069;
        z-index: 3; }
      .emr-catalog .shortcut .square:hover span {
        display: block; }
  .emr-catalog .query-total {
    font-size: 13px;
    padding-left: 13px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .emr-catalog .query-total span {
      display: inline-block;
      width: 10px;
      height: 10px;
      text-align: center;
      border-radius: 50%;
      font-size: 12px;
      color: #ffffff;
      background-color: #E75069; }
    .emr-catalog .query-total strong {
      margin-left: 10px; }
  .emr-catalog .handel {
    display: inline-block;
    font-size: 12px; }
    .emr-catalog .handel font {
      margin-left: 6px;
      cursor: pointer;
      color: #30B0DB;
      user-select: none;
      -webkit-user-select: none; }

.to-top {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAABGdBTUEAALGPC/xhBQAAAe5JREFUWAntmbFOwkAYxwUCiQT0AVy6EhIWeAAXQwLxBZw7dNB38BmY3MtkwsLAwg4Lg2lMSFxso4aBRYLRCNH4/yI1TeOBd/2KJbkv+fd6V+67H/8e19Km9r7jEMUJZEAFKEkxB4wH9aFZChuCtaB9KMnxBrirDDan0FGSSVdsWZTFNDbGqmEXCoOAkzZn1xlXIOCdCg0c9+nSDmuHQw7oKREyhL2qHWa3NJQwFodrtdpBtVothsZiqbIDW5ZlDAaD8+FweEH7LJSBJHR7eRyoR9olwFardZZFZBD1er08nU4fRqPRc6TEgc5swEHYd8QHIofghmYBDsOapml3u12n2WyWuaEjA/8G2263nxzHmbuue88NHQlYBOtPuTiglYE3wcYFrQT8V9g4oKWBZWG5oaWA6erV6XRMWmdp6aLVgH5gPtSmkua053luo9H4WT16vd7NZDJZbOrrH1e60qnA+gPatv1IX5Ry+G0yJT35uZTpUKlUCsvl8nM8Hr/K9At/tlQq5XGi0nD9JXxsXV0aeF2ybRxTmhLbABONoYFFznC1a4e5nBTl0Q6LnOFq1w5zOSnKox0WOcPVTg5L3XxwDayYZ07ArmLn/+jmETC9YaSXdkkPYuzTPw66kb6F6FlYHspBSQqasnfQNTT7Al1yGPUfLjTUAAAAAElFTkSuQmCC);
  width: 44px;
  height: 44px;
  position: fixed;
  right: 0;
  bottom: 60px;
  cursor: pointer; }
  .to-top:hover {
    opacity: 0.8; }

.emr-container {
  padding-bottom: 120px;
  font-size: 14px;
  color: #333; }
  .emr-container h1, .emr-container h2, .emr-container h3 {
    font-weight: normal;
    text-shadow: none; }
  .emr-container section h2 {
    margin: 60px 0 32px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #33b0db;
    text-align: left; }
    .emr-container section h2.link-title a {
      margin-left: 30px;
      font-weight: 100;
      font-size: 15px; }
      .emr-container section h2.link-title a i {
        margin-left: 5px; }
  .emr-container section h3 {
    margin: 10px 0 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold; }
  .emr-container section:first-child h2 {
    margin-top: 0; }
  .emr-container .section-porgress-note .progress-tab-content-box {
    position: relative;
    overflow: hidden; }
  .emr-container .section-porgress-note .progress-tab-content {
    position: absolute;
    left: -99999px;
    top: 0; }
    .emr-container .section-porgress-note .progress-tab-content.progress-tab-show {
      position: relative;
      left: 0; }
    .emr-container .section-porgress-note .progress-tab-content .progress-box {
      position: absolute;
      left: -9999px;
      top: 0;
      width: 0; }
      .emr-container .section-porgress-note .progress-tab-content .progress-box.progress-show {
        width: auto;
        position: relative;
        left: 0; }
  .emr-container .emr-table-border {
    border-top: none;
    margin-top: 12px; }
  .emr-container .section-firstpage h2,
  .emr-container .section-diagnosis h2,
  .emr-container .section-phyexam h2,
  .emr-container .section-labexam h2,
  .emr-container .section-order h2 {
    margin-bottom: 30px; }
  .emr-container .section-porgress-note .y-form,
  .emr-container .section-exam .y-form {
    margin-bottom: 20px; }
  .emr-container .section-porgress-note h2,
  .emr-container .section-exam h2,
  .emr-container .section-oper h2,
  .emr-container .section-pathology h2,
  .emr-container .section-inprecord h2,
  .emr-container .section-discharge h2,
  .emr-container .section-transfer h2 {
    margin-bottom: 30px; }
  .emr-container .section-porgress-note .emr-table-border,
  .emr-container .section-exam .emr-table-border,
  .emr-container .section-oper .emr-table-border,
  .emr-container .section-pathology .emr-table-border,
  .emr-container .section-inprecord .emr-table-border,
  .emr-container .section-discharge .emr-table-border,
  .emr-container .section-transfer .emr-table-border {
    border: none; }
    .emr-container .section-porgress-note .emr-table-border th, .emr-container .section-porgress-note .emr-table-border td,
    .emr-container .section-exam .emr-table-border th,
    .emr-container .section-exam .emr-table-border td,
    .emr-container .section-oper .emr-table-border th,
    .emr-container .section-oper .emr-table-border td,
    .emr-container .section-pathology .emr-table-border th,
    .emr-container .section-pathology .emr-table-border td,
    .emr-container .section-inprecord .emr-table-border th,
    .emr-container .section-inprecord .emr-table-border td,
    .emr-container .section-discharge .emr-table-border th,
    .emr-container .section-discharge .emr-table-border td,
    .emr-container .section-transfer .emr-table-border th,
    .emr-container .section-transfer .emr-table-border td {
      background: #f8f8f8; }
    .emr-container .section-porgress-note .emr-table-border th,
    .emr-container .section-exam .emr-table-border th,
    .emr-container .section-oper .emr-table-border th,
    .emr-container .section-pathology .emr-table-border th,
    .emr-container .section-inprecord .emr-table-border th,
    .emr-container .section-discharge .emr-table-border th,
    .emr-container .section-transfer .emr-table-border th {
      padding-left: 20px;
      vertical-align: top; }
    .emr-container .section-porgress-note .emr-table-border tr:first-child th, .emr-container .section-porgress-note .emr-table-border tr:first-child td,
    .emr-container .section-exam .emr-table-border tr:first-child th,
    .emr-container .section-exam .emr-table-border tr:first-child td,
    .emr-container .section-oper .emr-table-border tr:first-child th,
    .emr-container .section-oper .emr-table-border tr:first-child td,
    .emr-container .section-pathology .emr-table-border tr:first-child th,
    .emr-container .section-pathology .emr-table-border tr:first-child td,
    .emr-container .section-inprecord .emr-table-border tr:first-child th,
    .emr-container .section-inprecord .emr-table-border tr:first-child td,
    .emr-container .section-discharge .emr-table-border tr:first-child th,
    .emr-container .section-discharge .emr-table-border tr:first-child td,
    .emr-container .section-transfer .emr-table-border tr:first-child th,
    .emr-container .section-transfer .emr-table-border tr:first-child td {
      padding-top: 16px; }
  .emr-container .section-inprecord .emr-table-border tr:first-child th, .emr-container .section-inprecord .emr-table-border tr:first-child td {
    padding-bottom: 16px; }
  .emr-container .section-firstpage .emr-table tr:nth-child(odd) {
    background: #fafafa; }
  .emr-container .section-firstpage .emr-table.surgery-table tr:nth-child(odd) {
    background: #fff; }
  .emr-container .section-firstpage .emr-table.surgery-table tr.surger-grey {
    background: #fafafa; }
    .emr-container .section-firstpage .emr-table.surgery-table tr.surger-grey td {
      border-right: 1px solid #eeeeee; }
  .emr-container .section-firstpage .emr-table.surgery-table td {
    text-align: center; }
    .emr-container .section-firstpage .emr-table.surgery-table td:first-child {
      border-left: 1px solid #eeeeee; }
  .emr-container .section-oper .emr-table-simple th {
    padding: 10px 20px; }
  .emr-container .section-oper .emr-table-border tr:only-child th, .emr-container .section-oper .emr-table-border tr:only-child td {
    padding-top: 8px; }
  .emr-container .section-order .emr-table-simple th {
    padding: 10px 5px; }
  .emr-container article.padding15 h3 {
    margin-left: -15px; }
  .emr-container article .y-form .title {
    font-size: 12px; }
  .emr-container .y-form .title {
    font-size: 14px;
    margin-left: 0; }
  .emr-container .y-form .y-select {
    margin-left: 0;
    min-width: 120px;
    border: none; }
    .emr-container .y-form .y-select > select {
      height: 40px;
      padding-top: 0;
      padding-bottom: 0;
      border-radius: 4px;
      border: 1px solid #d8d8d8; }
    .emr-container .y-form .y-select:after {
      top: 9px; }
  .emr-container .y-form input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d8d8d8; }

.padding15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.emr-row p {
  line-height: 1.8;
  font-size: 14px; }
.emr-row p:first-child {
  margin-bottom: 0;
  font-weight: bold; }
.emr-row p:nth-child(2) {
  padding: 14px 0 24px; }
.emr-row:last-child p:nth-child(2) {
  padding-bottom: 0; }

.info-title {
  line-height: 40px;
  padding-right: 15px;
  font-size: 14px; }
  .info-title span.caption {
    margin-left: 30px;
    margin-right: 10px; }
    .info-title span.caption:first-child {
      margin-left: 0; }
  .info-title .link-emr-comment {
    margin-right: 10px; }

.emr-table {
  width: 100%;
  margin-bottom: 10px; }
  .emr-table col.title {
    width: 120px; }
  .emr-table th, .emr-table td {
    vertical-align: middle;
    line-height: 1.2;
    border: 1px solid #eee;
    color: #333333;
    padding: 14px 20px; }
  .emr-table .title {
    font-weight: bold;
    border-right: none;
    background: none;
    text-align: left;
    padding-right: 0; }
  .emr-table td {
    border-left: none;
    padding-left: 5px;
    word-break: break-all;
    word-wrap: break-word; }
  .emr-table.fixed {
    table-layout: fixed;
    border-left: 1px solid #eee; }

.emr-table-simple {
  margin-bottom: 40px; }
  .emr-table-simple col.order {
    width: 10%; }
  .emr-table-simple col.name {
    width: 25%; }
  .emr-table-simple th, .emr-table-simple td {
    border: 1px solid #eee;
    color: #333333;
    padding: 14px 20px;
    word-break: break-all;
    word-wrap: break-word;
    border: none;
    font-size: 14px;
    background: none;
    text-align: left;
    padding: 10px 5px; }
  .emr-table-simple th {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-weight: bold; }
  .emr-table-simple td {
    vertical-align: top; }
  .emr-table-simple th:first-child,
  .emr-table-simple td:first-child {
    padding-left: 0; }
  .emr-table-simple.table-tcm th, .emr-table-simple.table-tcm td {
    border: 1px solid #eee;
    color: #333333;
    padding: 14px 20px;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
    border: none; }
  .emr-table-simple.table-tcm th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    vertical-align: middle; }
  .emr-table-simple.table-tcm td.list-cell-wrap {
    padding: 8px 0 0 0; }
    .emr-table-simple.table-tcm td.list-cell-wrap .cell {
      padding: 6px 20px;
      vertical-align: middle; }
      .emr-table-simple.table-tcm td.list-cell-wrap .cell.cell-wrap {
        padding: 0;
          padding-width: 100px; }
  .emr-table-simple.table-tcm .list-row {
    overflow: hidden;
    text-align: center; }
    .emr-table-simple.table-tcm .list-row .cell-wrap {
      width: 400px !important;
      overflow: hidden; }
    .emr-table-simple.table-tcm .list-row .cell {
      width: 100px;
      float: left; }
  .emr-table-simple.table-tcm tr:last-child td {
    border-bottom: 1px solid #eee; }

.emr-table-border {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }
  .emr-table-border col.title {
    width: 130px; }
  .emr-table-border th, .emr-table-border td {
    border: 1px solid #eee;
    color: #333333;
    padding: 14px 20px;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
    border: none;
    text-align: left;
    padding: 8px 20px; }
  .emr-table-border th {
    padding-right: 0; }
  .emr-table-border td {
    padding-left: 0; }
  .emr-table-border th:first-child,
  .emr-table-border td:first-child {
    padding-left: 0; }
  .emr-table-border th {
    font-weight: bold; }
  .emr-table-border tr:not(:only-child):last-child th, .emr-table-border tr:not(:only-child):last-child td {
    padding-bottom: 16px; }

.emr-table-border-tab th {
  border-top: none !important; }

.table-record-wrap {
  width: 100%;
  height: 480px;
  overflow: auto; }
  .table-record-wrap table tr:last-child td {
    border-bottom: none; }
  .table-record-wrap .y-btn {
    background: transparent;
    color: #333333;
    font-size: 14px;
    border: none;
    padding: 0;
    font-weight: bold; }
  .table-record-wrap .orders-tab-content {
    position: absolute;
    left: -99999px;
    top: 0;
    height: 0; }
    .table-record-wrap .orders-tab-content.tab-content-show {
      position: relative;
      left: 0;
      height: auto; }

.phyexam-range {
  padding: 20px 0 40px;
  margin-bottom: 0; }
  .phyexam-range .range {
    padding-left: 15px;
    font-weight: normal; }
  .phyexam-range .min, .phyexam-range .max {
    padding: 0 15px; }
    .phyexam-range .min strong, .phyexam-range .max strong {
      padding-left: 20px; }
  .phyexam-range .unit {
    padding-left: 10px;
    padding-right: 30px; }

.phyexam-wrap,
.labexam-wrap {
  height: 300px;
  overflow: scroll; }
  .phyexam-wrap.labexam-wrap,
  .labexam-wrap.labexam-wrap {
    height: 500px; }
    .phyexam-wrap.labexam-wrap.labexam-wrap-static,
    .labexam-wrap.labexam-wrap.labexam-wrap-static {
      height: auto; }

.tab-wrap {
  position: relative; }

.phyexam-table {
  margin-bottom: 0; }
  .phyexam-table th, .phyexam-table td {
    padding: 10px; }
  .phyexam-table td {
    text-align: left; }
  .phyexam-table thead th {
    border-bottom: none; }
  .phyexam-table tbody tr:last-child td {
    border-bottom: none; }
  .phyexam-table.clone thead th {
    border-bottom: 1px solid #eee; }

.diagnosis-table th:nth-child(1) {
  width: 80px; }
.diagnosis-table th:nth-child(3) {
  width: 120px; }
.diagnosis-table th:nth-child(4) {
  width: 120px; }

.order-viewport {
  overflow: auto; }
  .order-viewport table {
    width: auto; }
    .order-viewport table td {
      padding-left: 10px;
      padding-right: 10px; }

.table-lab tr.abnormal td.highlight,
.table-lab td.abnormal.highlight {
  color: #f12148 !important; }
  .table-lab tr.abnormal td.highlight a,
  .table-lab td.abnormal.highlight a {
    color: #f12148 !important; }

.table-lab .clickable {
  color: #1e93c9 !important;
  cursor: pointer; }

.chart-case .highcharts-title, .chart-case .highcharts-legend-item {
  display: none; }

.tab-list-wrap {
  position: relative; }
  .tab-list-wrap .indicator {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    overflow: hidden;
    background: #00b2e0; }

.tab-list {
  list-style: none;
  border-bottom: 1px solid #00b2e0;
  margin-bottom: 20px;
  display: flex; }
  .tab-list li {
    text-align: center;
    display: inline-block;
    margin-right: 10px; }
    .tab-list li a {
      display: inline-block;
      font-weight: bold;
      font-size: 14px;
      padding: 11px 20px;
      text-decoration: none;
      color: #333; }
    .tab-list li.selected a {
      color: #fff;
      background: #00b2e0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.tab-content .phyexam-table {
  width: 100%; }
.tab-content .left, .tab-content .right {
  float: left;
  width: 360px; }
.tab-content .right {
  width: 55%;
  padding-left: 10px; }
.tab-content .left-hide {
  position: absolute;
  left: -999px; }
  .tab-content .left-hide.left-show {
    position: static; }
.tab-content .phyexam-range {
  padding-bottom: 12px;
  padding-top: 0; }
  .tab-content .phyexam-range.y-form-lab {
    padding-bottom: 20px; }

.tab-content-other {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 800px;
  overflow: hidden; }
  .tab-content-other.tab-content-show {
    position: static; }
  .tab-content-other .short {
    margin-bottom: -40px;
    overflow: hidden; }
  .tab-content-other .empty {
    margin-bottom: -20px;
    overflow: hidden; }

.chart-vital-sign {
  width: 430px;
  height: 250px; }

.chart-vital-sign-wrap {
  text-align: center; }
  .chart-vital-sign-wrap .chart-vital-sign {
    height: 250px; }

.chart-vital-sign-wrap-hide {
  position: absolute;
  left: -999px; }
  .chart-vital-sign-wrap-hide.chart-vital-sign-wrap-show {
    position: static; }

.y-form-lab {
  display: flex;
  line-height: 40px; }
  .y-form-lab .unit {
    padding-right: 10px; }
  .y-form-lab .lab-sug-wrap,
  .y-form-lab .phyexam-range {
    display: inline-block; }
  .y-form-lab .phyexam-range {
    padding: 0 0 0 15px; }
  .y-form-lab .lab-sug-wrap input,
  .y-form-lab .lab-sug-wrap .fpm-sug {
    width: 240px; }

.y-pressure-tab, .y-vital-sign-tab {
  text-align: center; }
  .y-pressure-tab span, .y-vital-sign-tab span {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 109px;
    text-align: center;
    border: 1px solid #d7d7d7;
    cursor: pointer; }
    .y-pressure-tab span:first-child, .y-vital-sign-tab span:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      margin-right: -1px; }
    .y-pressure-tab span:last-child, .y-vital-sign-tab span:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      margin-left: -1px; }
    .y-pressure-tab span.selected, .y-vital-sign-tab span.selected {
      background: #00b2e0;
      color: #fff;
      border-color: #00b2e0; }

.y-pressure-tab {
  padding: 10px 0 40px; }

.y-vital-sign-tab {
  padding: 10px 0 40px; }

.search-sidebar {
  overflow: hidden; }
  .search-sidebar .sidebar-left {
    position: relative;
    width: 260px;
    height: 574px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    margin-right: 20px; }
  .search-sidebar .sidebar-search {
    position: absolute;
    left: 135px;
    top: 3px; }
  .search-sidebar .sidebar-search-title fpm-select {
    width: 80px;
    font-size: 13px;
    line-height: 28px;
    height: 30px; }
    .search-sidebar .sidebar-search-title fpm-select fpm-select-label {
      padding-right: 10px;
      padding-left: 5px; }
      .search-sidebar .sidebar-search-title fpm-select fpm-select-label .fpm-select-icon {
        right: 6px; }
  .search-sidebar .sidebar-title-header {
    background-color: #fafafa;
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0; }
  .search-sidebar .sidebar-title-content {
    max-height: 535px;
    overflow: auto; }
  .search-sidebar .item-date {
    width: 90px;
    float: left;
    line-height: 36px;
    padding-left: 10px;
    color: #666; }
  .search-sidebar .item-type {
    width: 126px;
    float: left;
    line-height: 36px;
    padding-left: 10px;
    color: #000000; }
  .search-sidebar .item-row {
    overflow: hidden;
    cursor: pointer; }
    .search-sidebar .item-row:hover {
      background-color: #ACDFF1; }
    .search-sidebar .item-row.active {
      background-color: #ACDFF1; }
  .search-sidebar .sidebar-content {
    width: 550px;
    float: left;
    position: relative; }
    .search-sidebar .sidebar-content .sidebar-section {
      position: absolute;
      left: -99999px;
      top: 0; }
      .search-sidebar .sidebar-content .sidebar-section.show {
        position: static;
        left: 0; }
  .search-sidebar .sidebar-section-content .sidebar-section-row {
    margin-bottom: 10px; }
    .search-sidebar .sidebar-section-content .sidebar-section-row p {
      color: #444444;
      padding-left: 10px;
      font-size: 13px;
      line-height: 1.6; }
      .search-sidebar .sidebar-section-content .sidebar-section-row p.title {
        padding-left: 0;
        font-size: 14px;
        color: #000000;
        margin-bottom: 5px;
        font-weight: 900; }
    .search-sidebar .sidebar-section-content .sidebar-section-row table {
      margin: 10px 0 !important; }

.y-case-table {
  width: 100%; }
  .y-case-table th, .y-case-table td {
    padding: 0;
    text-align: left;
    vertical-align: top; }

.y-gray-table {
  background-color: #fafafa;
  border: 1px solid #E0E0E0;
  border-radius: 4px; }
  .y-gray-table th, .y-gray-table td {
    padding: 10px;
    line-height: 1.2; }
  .y-gray-table th {
    color: #444444; }
  .y-gray-table td {
    color: #000; }
