@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
}

td,
th,
caption {
  font-size: 14px;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow: auto;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0px;
}

.infi-section {
  max-width: 100%;
}

.infi-inline-block {
  display: inline-block;
}

.infi-cursor-pointer {
  cursor: pointer;
}

.infi-table {
  font-size: 14px;
  text-align: center;
  background-color: #ffffff;
  border-bottom: #ccc 1px solid;
  table-layout: fixed;
}

.infi-table tr:nth-child(2n + 1) {
  background-color: #f8f8f8;
}

.infi-table > tbody > tr td {
  word-wrap: break-word;
  padding: 8px 3px;
}

.infi-table > tbody > tr td .infi-ellipsis {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.infi-table > tbody > tr .infi-operation-btn span {
  cursor: pointer;
  color: #6ec1eb;
  margin-right: 8px;
}

.infi-table > tbody > tr .infi-operation-btn span:hover {
  text-decoration: underline;
}

.infi-table > thead > tr .infi-table-ordernum {
  width: 50px;
}

.infi-table > thead > tr > th {
  background-color: #e4eef8;
  height: 40px;
  text-align: center;
}

.infi-table tr.asdf {
  background-color: #fffece;
}

.infi-table-layout {
  table-layout: fixed;
}

.infi-remote > .infi-section > .infi-table > tbody > tr > td:last-child {
  width: 150px;
}

.infi-page {
  text-align: right;
  padding-right: 20px;
}

.infi-input-w-mdx {
  width: 178px;
  display: inline-block;
}

input.form-control,
select.form-control {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.infi-input-w-xsx {
  width: 90px;
  display: inline-block;
}

.infi-input-w-xs {
  width: 100px;
  display: inline-block;
}

.infi-plus-minus {
  display: inline-block;
}

/*保存提示框*/
.notice {
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -30px;
  margin-left: -150px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  width: 300px;
  min-height: 60px;
  background-color: #04c5b0;
  z-index: 10000;
  color: #fff;
  /*opacity: 0;*/
  -webkit-box-shadow: 2px 2px 2px #999;
          box-shadow: 2px 2px 2px #999;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.notice_error {
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -30px;
  margin-left: -150px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  width: 300px;
  min-height: 60px;
  background-color: #ff4c56;
  z-index: 10000;
  color: #fff;
  /*opacity: 0;*/
  -webkit-box-shadow: 2px 2px 2px #999;
          box-shadow: 2px 2px 2px #999;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

input[type="file"] {
  width: 72px;
  margin-bottom: 10px;
}

input[type="checkbox"] {
  cursor: pointer;
}

.cursorPointer {
  cursor: pointer;
}

label.cursorPointer {
  margin-bottom: 0;
}

#general-prompt .modal-dialog {
  width: 400px;
}

#general-prompt .modal-dialog .modal-body p {
  text-align: center;
}

.infi-error-tip {
  color: #cb2211;
  font-size: 12px;
  display: inline-block;
}

.infi-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}

.infi-mask .infi-load-img {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1001;
}

.infi-mask .infi-mask-content {
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: 1001;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #dcdcdc;
          box-shadow: 1px 1px 1px #dcdcdc;
}

.infi-triangle-up {
  position: absolute;
  display: inline-block;
  border: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: translate(7px, 14px) rotate(-45deg);
  -ms-transform: translate(7px, 14px) rotate(-45deg);
  -moz-transform: translate(7px, 14px) rotate(-45deg);
       transform: translate(7px, 14px) rotate(-45deg);
}

.route-switch {
  position: relative;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: pageIn;
     -moz-animation-name: pageIn;
          animation-name: pageIn;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
     -moz-animation-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
          animation-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
  -webkit-animation-direction: alternate;
     -moz-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pageIn {
  from {
    opacity: 0;
    left: 10%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@-moz-keyframes pageIn {
  from {
    opacity: 0;
    left: 10%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes pageIn {
  from {
    opacity: 0;
    left: 10%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify-space-between {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
}

.justify-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
}

.flex-direction {
  webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-flex-direction: column;
}

.flex-1 {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-flex: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.align-item-center {
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.infi-header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 72px;
  margin: 0px;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#199ce2), to(#04c5b0));
  background: -moz-linear-gradient(left, #199ce2, #04c5b0);
  background-color: #199ce2;
  width: 100%;
  z-index: 20;
}

.infi-header .infi-header-logo {
  width: 180px;
  text-align: center;
  background: #34a9df;
  height: 70px;
}

.infi-header .infi-header-logo .logo {
  display: inline-block;
  width: 100%;
  height: 72px;
  background: url(/chronic-disease-V2-src/node_modules/infisa-src-npm/image/logo.png) no-repeat;
  -webkit-background-size: 70% auto;
          background-size: 70% auto;
  background-position: center;
}

.infi-header .infi-header-logo .logo > a {
  position: fixed;
  top: 0;
  left: 0;
  width: 212px;
  height: 72px;
  z-index: 25;
  display: inline-block;
}

.infi-header .infi-header-title {
  margin-left: 25px;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 72px;
}

.infi-header .box-user {
  min-width: 200px;
  color: #FFF;
  font-size: 15px;
  line-height: 72px;
  margin-right: 20px;
}

.infi-header .box-user .infi-user-box {
  cursor: pointer;
}

.infi-header .box-user .user-logo {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.infi-header .box-user .glyphicon {
  margin-top: 27px;
}

.infi-header .box-user .infi-header-name {
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

.infi-header .box-user .infi-header-name a {
  color: #fff;
}

.infi-header .box-user .infi-header-name a:hover {
  color: #428bca;
  cursor: pointer;
}

.infi-header .box-button {
  width: 150px;
  text-align: center;
  padding-top: 5px;
}

.infi-header .box-button .glyphicon {
  display: inline-block;
  padding: 4px 6px;
  margin: 0 10px;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
}

.infi-main-nav {
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0px;
  z-index: 20;
  width: 212px;
  background-color: #FFF;
  border-bottom: #F33 0px solid;
  overflow: hidden;
  -webkit-box-shadow: 1px 0 10px #ccc;
          box-shadow: 1px 0 10px #ccc;
}

.infi-main-nav .list-group-active {
  background-color: #eeeff1;
}

.infi-main-nav .list-group-active > a {
  color: #6ec1eb;
}

.infi-main-nav .list-group {
  width: 212px;
}

.infi-main-nav .list-group .list-group-item {
  border: none;
  padding: 9px 20px 9px 34px;
  font-size: 14px;
  color: #8da0aa;
  cursor: pointer;
}

.infi-main-nav .list-group .list-group-item .icon {
  display: inline-block;
  width: 25px;
  color: #6ec1eb;
  font-size: 17px;
  float: left;
}

.infi-main-nav .list-group .list-group-item .icon-angle {
  margin-top: 3px;
  font-size: 14px;
}

.infi-main-nav .list-group .hide-nav {
  width: 212px;
  margin-bottom: 0px;
  display: block;
  position: relative;
  top: 9px;
  left: -33px;
}

.infi-main-nav .list-group .hide-nav .list-group-item {
  padding-left: 70px;
}

.infi-main-nav .list-group .display-none {
  display: none;
}

.infi-main-nav .list-group .display-block {
  display: block;
}

.list-group-item a {
  color: #8da0aa;
}

article.infi-main {
  margin-left: 212px;
  padding: 92px 20px 20px;
  background-color: #fff;
  min-height: 600px;
  margin-bottom: 20px;
}

article.infi-main .infi-title {
  margin-top: 0;
}

article.infi-main .infi-title .glyphicon {
  margin-right: 5px;
  font-size: 17px;
  float: left;
}

article.infi-main > div {
  padding-bottom: 70px;
}

article.infi-main .infi-box {
  position: relative;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 2px 2px #dcdcdc;
          box-shadow: 2px 2px 2px #dcdcdc;
  background-color: #FFF;
  padding: 22px;
}

article.infi-main .infi-box > h4 {
  height: 45px;
  border-bottom: #3f8ecb solid 1px;
  padding-bottom: 5px;
  color: #006abb;
  font-size: 16px;
  line-height: 35px;
}

article.infi-main .infi-box > .menu-title {
  border-bottom: #3f8ecb solid 1px;
}

article.infi-main .infi-box > .menu-title > h4 {
  padding-bottom: 5px;
  color: #006abb;
  font-size: 16px;
}

article.infi-main .infi-box > .infi-box-containter {
  border: #e9e7e7 solid 1px;
  padding: 13px;
  margin-bottom: 10px;
}

article.infi-main .infi-box .collect-extract-list {
  float: right;
}

article.infi-main .infi-box .collect-extract-list .collect-extract-item {
  display: inline-block;
}

article.infi-main .infi-box .preview-table {
  max-width: 200%;
}

article.infi-main .infi-box .preview-table thead tr th {
  min-width: 150px;
}

article.infi-main .infi-box .preview-table tbody tr td,
article.infi-main .infi-box .preview-table thead tr th {
  padding: 0 10px;
}

article.infi-main .infi-box .record-filter-list {
  margin-left: 1.5em;
}

article.infi-main .infi-box .record-filter-list .filter-item-list {
  margin-left: 1.2em;
}

article.infi-main .infi-box .record-filter-list .filter-item-list .filter-item-label {
  font-size: 1.2em;
}

article.infi-main .infi-box .record-filter-list .filter-item-list .filter-item-label .label span {
  color: #fff;
}

.infi-footer {
  width: 100%;
  text-align: center;
  padding: 20px;
  z-index: 25;
  color: #aaa;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  background: #fff;
  overflow: hidden;
}

.infi-footer .infi-footer-detail {
  text-align: center;
}

.infi-inputmodal {
  margin: 10px 0;
}

.infi-inputmodal > label {
  width: 60px;
}

.infi-inputmodal > input {
  width: 50%;
  display: inline-block;
}

.input-2 {
  width: 20%;
  display: inline-block;
}

.ul-float-left {
  overflow: auto;
}

.ul-float-left > li {
  float: left;
  text-align: center;
}

.ul-float-left > li input {
  width: 70%;
  display: inline-block;
}

.ul-float-left > li select {
  width: 68%;
  display: inline-block;
}

.ul-float-left > li label {
  display: inline-block;
}

.ul-li-3 > li {
  width: 33%;
  text-align: left;
}

.floatright {
  float: right;
}

.marginten {
  margin: 10px;
}

.table-25 {
  width: 100%;
}

.table-25 tr td {
  width: 25%;
}

.text-center {
  text-align: center;
}

.width-20 > li {
  width: 20%;
}

.weight-txt {
  font-size: 150%;
}

.prompt-txt {
  margin-left: 5px;
}

.CRF-details-button > a {
  margin-left: 5px;
  float: right;
}

.CRF-details-button > button {
  margin-left: 10px;
  float: right;
}

.tab-search {
  overflow: hidden;
}

.box-sick-item {
  position: relative;
  display: inline-block;
  width: 18%;
  margin: 8px 1%;
  float: left;
  padding: 5px 0;
  border: #ccc 1px solid;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #f5f5f5;
  cursor: pointer;
}

.box-sick-item:hover {
  -webkit-box-shadow: 2px 2px 2px #199ce1;
          box-shadow: 2px 2px 2px #199ce1;
}

.box-sick-item.active {
  -webkit-box-shadow: 2px 2px 2px #199ce1;
          box-shadow: 2px 2px 2px #199ce1;
}

.box-sick-item > div {
  padding: 5px 0px 5px 20px;
  font-size: 13px;
}

.box-sick-item > div > .name {
  font-size: 22px;
  margin: 0 0 0 25px;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box-sick-item > table .name {
  font-size: 22px;
  margin: 0 0 0 25px;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-sick-item > div > .info {
  margin-left: 2px;
}

.box-sick-item > .table td {
  border: none;
  font-size: 13px;
}

.box-sick-item > .table .self-label {
  color: #6c91b7;
  text-align: right;
  width: 80px;
}

.box-sick-item > .tag-sick-item {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
}

.box-sick-item > .tag-sick-item > img {
  width: 100%;
}

.box-module-c > .module {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #b7d9f3;
  color: #5487ae;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-box-shadow: 2px 2px 2px #CCC;
          box-shadow: 2px 2px 2px #CCC;
  margin-right: 15px;
}

.self-search-frame > input[type='text'] {
  width: 250px;
  border: #06bcaa 1px solid;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 5px;
  font-size: 13px;
}

.self-search-frame > input[type='text']:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 2px #06bcaa;
          box-shadow: 0px 0px 2px #06bcaa;
}

.box-little-tip > span {
  display: inline-block;
  width: 30%;
  margin: 2px;
  text-align: left;
  font-size: 10px;
  color: #666;
}

.cases-green {
  color: green;
}

.cases-red {
  color: red;
}

.cases-blue {
  color: blue;
}

.topics-button {
  text-align: right;
  margin: 20px 20px 0 20px;
}

.btnDel {
  position: absolute;
  top: 15px;
  right: 15px;
}

.none {
  display: none;
}

.block {
  display: block;
}

.cursorPointer {
  cursor: pointer;
}

.infi-header-dropdown {
  display: inline-block;
  position: relative;
}

.infi-header-dropdown > ul {
  background: #fff none repeat scroll 0 0;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px #999;
          box-shadow: 2px 2px 2px #999;
  list-style: outside none none;
  padding-left: 15px;
  position: absolute;
  top: 70px;
  width: 120px;
}

.infi-header-dropdown > ul > li {
  line-height: 48px;
}

.infi-header-dropdown > p {
  cursor: pointer;
}

#help > .modal-dialog, #attachment > .modal-dialog {
  width: 1000px;
}

img {
  max-width: 960px;
}

.modal-content p, .modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4, .modal-content h5, .modal-content li, .modal-content label {
  color: #000;
  line-height: 36px;
}

.modal-content ol li {
  list-style: outside none num;
}

#attachment .infi-authority-title {
  margin: 10px 0 20px 0;
}

#attachment .modal-header h2 {
  font-size: 18px;
}

#attachment .modal-header > .modal-title {
  font-weight: 700;
}

#attachment .modal-body h3 {
  font-weight: 700;
  margin: 20px 0 10px 0;
  font-size: 15px;
}

#attachment .infi-authority-autograph {
  margin: 20 0 0 0;
  overflow: hidden;
}

#attachment .infi-authority-autograph ul {
  float: right;
}

#attachment .infi-authority-autograph ul li {
  margin: 10px 0;
}

#attachment li {
  font-size: 14px;
}

#attachment ul > li {
  list-style-type: none;
}

#attachment .infi-authority-form {
  margin: 25px 0 0 25px;
}

#attachment .infi-authority-form label {
  font-size: 16px;
  font-weight: 700;
}

#attachment .modal {
  z-index: 9999;
}

#attachment .infi-authority-info {
  padding: 0 20px;
}

.infi-clt-ul {
  margin: 0 -10px;
}

.infi-clt-ul li {
  text-align: left;
  width: 33.3%;
  padding-bottom: 15px;
}

.infi-clt-ul li > input {
  width: 110px;
}

.infi-clt-ul li > select {
  width: 180px;
}

.infi-clt-ul li > label {
  width: 80px;
  text-align: right;
  color: #797979;
}

@media screen and (max-width: 1280px) {
  .infi-clt-ul {
    margin: 0 -10px;
  }
  .infi-clt-ul li {
    text-align: left;
    width: 49%;
    padding-bottom: 15px;
  }
  .infi-clt-ul li > input {
    width: 110px;
  }
  .infi-clt-ul li > select {
    width: 180px;
  }
  .infi-clt-ul li > label {
    width: 80px;
    text-align: right;
    color: #797979;
  }
}

.nav-tabs > .infi-clt-create-button {
  float: right;
}

.infi-clt-button-rt {
  overflow: hidden;
  margin-bottom: 10px;
}

.infi-clt-button-rt > a {
  float: right;
}

.infi-clt-add-box {
  width: 94%;
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0 3%;
  z-index: 10;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
}

.infi-clt-add-box > .infi-clt-add-box-search {
  overflow: hidden;
  margin-bottom: 10px;
}

.infi-clt-add-box > .infi-clt-add-box-search > h4 {
  float: left;
}

.infi-clt-add-box > .infi-clt-add-box-search > input {
  width: 260px;
  float: right;
}

.infi-clt-add-box > .infi-clt-add-box-search > button {
  float: right;
  margin: 2px 0 0 10px;
}

.infi-clt-add-box-buttom-btm {
  overflow: hidden;
}

.infi-clt-add-box-buttom-btm > button {
  float: right;
  margin-left: 10px;
}

.infi-clt-radio > label {
  vertical-align: middle;
  color: #979797;
  padding-left: 5px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #00c1de;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #00c1de;
}

.pagination > li > a, .pagination > li > span {
  color: #00c1de;
}
