.session-timeout[data-v-19418b74] {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0 32px 0;
}
.session-timeout .content[data-v-19418b74] {
    width: 100%;
}
.session-timeout .fph-error-dialog-title[data-v-19418b74] {
    margin-bottom: 24px;
}
.session-timeout .fph-error-dialog-content[data-v-19418b74] {
    word-break: break-word;
    word-wrap: normal;
}
.session-timeout .ok-btn[data-v-19418b74] {
    width: 100%;
    margin-top: 24px;
    justify-content: flex-end;
}

/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s; }

.fade-enter,
.fade-leave-active {
  opacity: 0; }

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s; }

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px); }

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px); }

/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s; }

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px); }

.breadcrumb-move {
  transition: all .5s; }

.breadcrumb-leave-active {
  position: absolute; }

.el-dropdown {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px; }

.el-dropdown-menu {
  min-width: 100px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.14);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }
  .el-dropdown-menu .el-dropdown-menu__item {
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap; }
  .el-dropdown-menu .el-dropdown-menu__item:hover {
    background-color: #F6F6F6;
    color: #333333; }
  .el-dropdown-menu .el-dropdown-menu__item:focus {
    background-color: #F6F6F6;
    color: #333333; }

.el-popper {
  margin-top: 12px; }

.el-popper .popper__arrow, .el-popper .popper__arrow::after {
  display: none; }

.el-checkbox__inner {
  width: 16px;
  height: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #888888;
  border-radius: 2px; }

.el-checkbox__input.is-disabled .el-checkbox__inner {
  background: #E6E6E6 0% 0% no-repeat padding-box;
  border: 2px solid #E6E6E6;
  border-radius: 2px; }

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #265A81;
  border-color: #265A81 !important; }

.el-checkbox__input.is-checked .el-checkbox__inner:hover, .el-checkbox__input.is-indeterminate .el-checkbox__inner:hover {
  background-color: #003A69;
  border-color: #003A69 !important; }

.el-checkbox__input.is-checked + .el-checkbox__label {
  font-size: 14px;
  line-height: 20px;
  color: #333333; }

.el-checkbox .el-checkbox__label {
  font-size: 14px;
  line-height: 20px;
  color: #333333; }

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #888888; }

.el-checkbox__inner:hover {
  border-color: #888888; }

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  border-color: #E6E6E6 !important;
  background-color: #E6E6E6 !important; }

.el-form-item {
  margin-bottom: 24px; }

.el-form-item__content {
  line-height: normal; }

.el-form-item__label {
  line-height: 32px; }

.el-form--label-top .el-form-item__label {
  line-height: 20px;
  min-height: 28px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 8px;
  color: #666666; }

.el-input__inner {
  height: 32px;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  border: 1px solid #888888;
  border-radius: 4px;
  padding: 0 12px; }
  .el-input__inner::-moz-placeholder {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    font-style: italic; }
  .el-input__inner:-ms-input-placeholder {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    font-style: italic; }
  .el-input__inner::-ms-input-placeholder {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    font-style: italic; }
  .el-input__inner::placeholder {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    font-style: italic; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

:-ms-input-placeholder.el-input__inner {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  font-style: italic; }

.el-input__inner:hover {
  border: 1px solid #666666; }

.el-input__inner:focus {
  border-color: #008ED6;
  border-width: 2px; }

.el-form-item.is-error .el-input__inner {
  border-left-width: 4px;
  border-style: solid;
  border-color: #9D261D;
  background-color: #ECD9D9; }

.el-form-item.is-error .el-input__inner:focus {
  border-color: #9D261D;
  border-width: 2px;
  border-left-width: 4px; }

.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: ''; }

.el-form-item__error {
  display: none; }

.el-select {
  width: 100%; }

.el-input__icon {
  width: 10px; }

.el-select .el-input .el-select__caret.el-input__icon::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%); }

.el-input.is-disabled .el-input__inner {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  color: #999999; }

.el-icon-arrow-up:before {
  color: #666666;
  font-size: 12px; }

.el-select-dropdown__item {
  padding: 0 12px !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #333333; }

.el-select-dropdown__item.hover {
  background-color: #F6F6F6 !important;
  color: #333333 !important; }

.el-select-dropdown__item:hover {
  background-color: #F6F6F6 !important;
  color: #333333 !important; }

.el-select-dropdown__item.selected {
  font-weight: normal;
  color: #333333 !important;
  background-color: #E6E6E6 !important; }

.el-select-dropdown {
  margin-top: 1px !important; }

.el-input__suffix {
  height: 100%;
  display: flex;
  align-items: center;
  right: 8px; }

.el-input__suffix-inner {
  height: inherit;
  display: flex;
  align-items: center; }

.el-icon-view {
  color: #333333;
  font-weight: 600; }

.el-input__prefix {
  height: 100%;
  display: flex;
  align-items: center;
  left: 8px; }

.el-dialog {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #00000014;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  left: -9px; }

.el-dialog__header {
  padding: 24px;
  line-height: 16px; }

.el-dialog__headerbtn .el-dialog__close {
  color: #333333; }

.el-dialog__title {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #333333; }

.el-dialog__body {
  padding: 8px 24px 0; }

.el-dialog__footer {
  padding: 0 24px 24px; }

.el-table {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #333333; }

.el-table__header, .el-table__body {
  width: 100% !important;
  box-sizing: border-box;
  table-layout: fixed; }

.el-table th {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.el-table th.is-leaf {
  border-bottom: 1px solid #888888 !important;
  padding: 25px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333; }

.el-table th.is-leaf:first-child {
  padding-left: 12px; }

.el-table th.is-leaf:last-child {
  padding-right: 12px; }

.el-table .cell {
  width: 100% !important;
  line-height: 20px;
  word-wrap: normal;
  word-break: break-word; }

.el-table td {
  border-bottom: 1px solid #DDDDDD;
  padding: 14px 12px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333; }

.el-table__row td {
  padding: 12px 0; }

.el-table__row td:first-child {
  padding-left: 12px; }

.el-table__row td:last-child {
  padding-right: 12px; }

.el-table__row:last-child td {
  border-bottom: none; }

.el-table--border:after, .el-table--group:after, .el-table:before {
  background-color: transparent; }

/* Move the mouse into a row of the table and remove the background color */
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: transparent !important; }

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  color: #333333; }

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #D9D9D9;
  color: #333333; }

.el-pager li.number:hover {
  color: #333333 !important;
  background-color: #D9D9D9; }

::-ms-reveal {
  display: none; }

.el-tooltip__popper, .el-tooltip__popper.is-dark {
  max-width: 272px;
  background: #333333 !important;
  color: #FFFFFF !important;
  border: 1px solid #333333 !important;
  font-size: 12px !important;
  line-height: 16px !important; }

.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  border-top-color: #333333 !important; }

.el-tooltip__popper[x-placement^=top] .popper__arrow {
  border-top-color: #333333 !important; }

.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #333333 !important; }

.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #333333 !important; }

.el-button--primary {
  color: #FFFFFF !important;
  background-color: #265A81 !important;
  border-color: #265A81 !important; }

.el-message-box {
  padding-bottom: 0px; }

.el-message-box__header {
  padding: 24px; }

.el-message-box__title {
  font-weight: 600; }

.el-message-box__content {
  padding: 0 24px; }

.el-message-box__btns {
  padding: 24px; }

.el-button--primary:hover {
  background-color: #003A69 !important;
  border-color: #003A69 !important; }

.el-icon-warning:before {
  content: ' ';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../static/img/warning-glyph.f6a8870a.svg); }

.fph-logo {
  width: 224px;
  height: 37px; }

.fph-logo-fisher-paykel {
  width: 130px;
  height: 31px; }

.fph-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.fph-flex-row-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.fph-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.fph-layout-center-content {
  width: 100%;
  min-width: 1104px;
  max-width: 1280px;
  padding: 0 40px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.fph-login-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #00000014;
  border-radius: 4px;
  padding: 32px; }

.fph-register-content {
  width: 720px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 32px;
  margin: 32px 0; }

.fph-register-content-title {
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #333333; }

.fph-register-content-second-title {
  height: 72px;
  padding: 24px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #333333; }

.fph-error-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0; }

.fph-error-dialog-box {
  width: 464px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #00000014;
  border-radius: 4px;
  padding: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row; }

.fph-error-dialog-img {
  width: 36px;
  height: 34px;
  margin: 0px 26px 0 0; }

.fph-error-dialog-title {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #333333; }

.fph-error-dialog-second-title {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #666666;
  padding: 16px 0 24px 0; }

.fph-error-dialog-content {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333; }

.fph-form-last-col .el-form-item {
  margin-bottom: 0; }

.fph-tips-error {
  display: inline-block;
  line-height: 30px;
  background-color: #ECD9D9;
  color: #9D261D;
  position: relative;
  border-radius: 3px;
  margin-right: 18px;
  padding: 0 10px; }
  .fph-tips-error::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    border-left-color: #f2DEDE;
    border-right: 0;
    top: 8px;
    left: auto;
    bottom: auto;
    right: -7px; }

.fph-input-tips-error {
  font-size: 12px;
  line-height: 16px;
  color: #9D261D;
  padding: 6px 0px 0px 0px; }

.fph-password-input-error {
  font-size: 12px;
  line-height: 18px;
  color: #9D261D;
  padding: 6px 0px 0px 0px;
  word-break: break-word;
  display: flex;
  flex-direction: row; }

.fph-error-tips-in-line {
  padding: 8px 16px;
  word-wrap: normal;
  word-break: normal;
  width: 100%;
  background: #f2DEDE 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333; }

.fph-success-tips-in-line {
  padding: 8px 16px;
  word-wrap: normal;
  word-break: normal;
  width: 100%;
  background: #E1EBCD 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333; }

.fph-title-24 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #333333; }

.fph-svg-visibility {
  width: 14px;
  height: auto;
  margin-top: 3px; }

.fph-hover-underline {
  font-size: 14px;
  line-height: 20px;
  color: #265A81;
  cursor: pointer; }
  .fph-hover-underline:hover {
    color: #265A81;
    text-decoration: underline;
    color: #265A81; }

.fph-a-hover-underline {
  font-size: 14px;
  line-height: 20px;
  color: #265A81;
  cursor: pointer; }
  .fph-a-hover-underline:hover {
    color: #265A81;
    text-decoration: underline; }
  .fph-a-hover-underline:visited {
    color: #265A81;
    text-decoration: underline; }

.fph-security-code {
  height: 56px;
  border: 1px solid #DDDDDD;
  border-radius: 4px; }

.fph-table-td-prefix-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px; }

.fph-success-or-error-tips-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 24px; }

.fph-form-required .el-form-item__label {
  position: relative; }

.fph-form-required .is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: '*';
  position: absolute;
  right: -15px;
  margin-right: 0; }

.fph-box-padding-24px {
  width: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 24px; }

.fph-sort-up-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 12px; }
  .fph-sort-up-down .fph-sort-caret {
    border: 3px solid #666666;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 2px;
    cursor: pointer; }
  .fph-sort-up-down .fph-sort-caret-ascending {
    border-bottom-color: #666666;
    top: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .fph-sort-up-down .fph-sort-caret-descending {
    bottom: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.fph-search-input-clear-icon .el-input__suffix-inner {
  height: 16px; }

.fph-dialog-table {
  border: none; }
  .fph-dialog-table th.is-leaf {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333; }
  .fph-dialog-table .el-table__header-wrapper .el-checkbox {
    display: none; }
  .fph-dialog-table th.is-leaf:first-child {
    padding-left: 0px; }
  .fph-dialog-table th.is-leaf:last-child {
    padding-right: 12px; }
  .fph-dialog-table .cell {
    line-height: 20px; }
  .fph-dialog-table td {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333; }
  .fph-dialog-table .el-table__row td {
    padding: 6px 0; }
  .fph-dialog-table .el-table__row td:first-child .cell {
    padding: 0; }
  .fph-dialog-table .el-table__row td:first-child {
    padding-left: 0px; }
  .fph-dialog-table .el-table__row td:last-child {
    padding-right: 12px; }
  .fph-dialog-table .el-table--border:after, .fph-dialog-table .el-table--group:after, .fph-dialog-table .el-table:before {
    background-color: transparent; }
  .fph-dialog-table .el-table__body tr.current-row > td {
    background-color: transparent; }

.fph-action-btn-ellipsis {
  margin-right: 0;
  cursor: pointer;
  border-radius: 4px; }
  .fph-action-btn-ellipsis:hover {
    background-color: #D9D9D9; }

.fph-dropdown-margin-top {
  margin-top: 0px !important; }

.fph-dialog-btn-flex-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 32px 0 24px 0; }
  .fph-dialog-btn-flex-end .fph-dialog-cancel-btn {
    margin-right: 8px; }

.fph-dont-break-out {
  word-wrap: normal;
  word-break: normal; }

.fph-page-loading-bg .loading-container {
  background-color: transparent !important; }

.fph-title-panel-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DDDDDD; }

.fph-panel-no-list-data {
  width: 320px;
  margin: 160px auto 60px auto;
  padding: 28px 24px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  .fph-panel-no-list-data .fph-no-list-data-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px; }
  .fph-panel-no-list-data .fph-no-list-data-tips {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: center; }

.fph-no-search-data {
  width: 320px;
  margin: 32px auto;
  padding: 28px 24px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  .fph-no-search-data .fph-no-list-data-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px; }
  .fph-no-search-data .fph-no-list-data-tips {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: center; }

.fph-count-down {
  color: #999999; }

.fph-mr5 {
  margin-right: 5px; }

.fph-mr8 {
  margin-right: 8px; }

.fph-ml8 {
  margin-left: 8px; }

.fph-mt24 {
  margin-bottom: 24px; }

.fph-panel-tab-bar {
  height: 48px;
  justify-content: flex-start;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 24px; }
  .fph-panel-tab-bar .fph-panel-tab-bar-item {
    height: 48px;
    color: #333333;
    padding: 17px 12px;
    cursor: pointer;
    font-size: 14px; }
  .fph-panel-tab-bar .active {
    color: #265A81;
    font-weight: 600;
    position: relative; }
    .fph-panel-tab-bar .active::before {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 2px;
      width: 100%;
      background-color: #265A81; }

.fph-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.fph-pop-up-prompt {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  word-wrap: normal;
  word-break: normal;
  padding: 8px 24px 0 24px; }

.fph-pop-up-prompt-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 32px 24px 24px 24px; }
  .fph-pop-up-prompt-btn .fph-dialog-cancel-btn {
    margin-right: 8px; }

.fph-icon-16 {
  width: 16px;
  height: 16px; }

.fph-icon-18 {
  width: 18px;
  height: 18px; }

.fph-icon-24 {
  width: 24px;
  height: 24px; }

.fph-icon-36 {
  width: 36px;
  height: 36px; }

.fph-icon-40 {
  width: 40px;
  height: 40px; }

.fph-success-icon {
  margin-right: 12px; }

.fph-pointer {
  cursor: pointer; }

.fph-font-weight-600 {
  font-weight: 600; }

.fph-margin-bottom-12 {
  margin-bottom: 12px; }

.fph-margin-bottom-16 {
  margin-bottom: 16px; }

.fph-form-item-error .el-form-item__error {
  display: block;
  color: #9D261D; }

.fph-custom-error {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #9D261D; }
  .fph-custom-error img {
    margin-right: 2px; }

.fph-filter-select-label-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .fph-filter-select-label-box .fph-filter-select-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 24px;
    height: 24px;
    padding: 0 6px 0 8px;
    background-color: #E6E6E6;
    margin: 4px 0px 4px 8px;
    border-radius: 4px; }
    .fph-filter-select-label-box .fph-filter-select-label .fph-filter-select-close-icon {
      width: 16px;
      height: 16px;
      margin-left: 6px;
      cursor: pointer; }

.fph-dialog-description {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 24px;
  word-break: break-word; }

.fph-multiple-choice-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #888888;
  margin-bottom: 8px;
  border-radius: 4px;
  cursor: pointer; }
  .fph-multiple-choice-options .fph-radio {
    width: 16px;
    height: 16px;
    border: 2px solid #888888;
    border-radius: 50%;
    margin-right: 16px; }
  .fph-multiple-choice-options .fph-radio-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .fph-multiple-choice-options .fph-radio-content .fph-radio-title {
      line-height: 16px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 2px; }
    .fph-multiple-choice-options .fph-radio-content .fph-radio-info {
      font-size: 12px;
      word-break: break-word; }
  .fph-multiple-choice-options .fph-radio-selected {
    border: 5px solid #265A81; }

.fph-multiple-choice-options-selected {
  border-color: #265A81; }

.fph-search-bar-w100 {
  margin-bottom: 16px !important; }
  .fph-search-bar-w100 .search-bar-input {
    width: 100%; }
  .fph-search-bar-w100 .search-bar-input .search-input {
    width: 100% !important; }

.fph-dialog-location-container {
  min-height: 56px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  margin-bottom: 16px; }
  .fph-dialog-location-container .fph-dialog-location-checkbox {
    width: 100%;
    height: 56px;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD; }
  .fph-dialog-location-container .fph-dialog-location-checkbox:last-child {
    border-bottom: none; }
  .fph-dialog-location-container .fph-dialog-location-role-select {
    width: 100px; }
  .fph-dialog-location-container .el-checkbox .el-checkbox__label {
    font-size: 14px;
    flex: 1;
    align-items: center;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .fph-dialog-location-container .fph-location-no-data {
    line-height: 20px;
    padding: 24px 0;
    text-align: center;
    color: #666666; }

.fph-page-details-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #DDDDDD;
  padding: 24px 0; }
  .fph-page-details-item:first-child {
    padding-top: 0px; }
  .fph-page-details-item:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .fph-page-details-item .fph-page-details-item-title {
    width: 274px;
    margin-right: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold; }
    .fph-page-details-item .fph-page-details-item-title .fph-page-details-description {
      color: #666666;
      font-size: 14px;
      line-height: 20px;
      margin-top: 8px;
      font-weight: normal; }
  .fph-page-details-item .fph-box-padding-24px {
    flex: 1; }
  .fph-page-details-item .fph-page-details-logo-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .fph-page-details-item .fph-page-details-logo-container .fph-page-details-logo-img {
      border: 1px solid #DDDDDD;
      overflow: hidden;
      border-radius: 4px;
      margin-right: 24px; }
      .fph-page-details-item .fph-page-details-logo-container .fph-page-details-logo-img > img {
        max-height: 80px;
        max-width: 224px;
        display: block; }

.fph-search-container {
  width: 100%;
  position: relative; }
  .fph-search-container .fph-search-result-container {
    width: 100%;
    min-height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 4px #00000014;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 8px 0px;
    position: absolute !important;
    top: 40px;
    left: 0;
    z-index: 1000; }

.fph-btn-login {
  border: none;
  text-align: center;
  padding: 0;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #FFFFFF;
  width: 100%;
  background: #265A81;
  border-radius: 4px;
  cursor: pointer; }
  .fph-btn-login:hover {
    background: #003A69; }

.fph-btn-accept {
  padding: 0px 12px;
  background: #265A81;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  cursor: pointer; }
  .fph-btn-accept:hover {
    background: #003A69; }

.fph-btn-back {
  padding: 0px 12px;
  background: #E6E6E6 0% 0% no-repeat padding-box;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #333333;
  border: none;
  border-radius: 4px;
  cursor: pointer; }
  .fph-btn-back:hover {
    background: #D9D9D9 0% 0% no-repeat padding-box; }

.fph-btn-disabled {
  background: #E6E6E6;
  color: #999999; }
  .fph-btn-disabled:hover {
    cursor: not-allowed;
    background: #E6E6E6; }

.fph-btn-back-big {
  width: 100%;
  border: none;
  text-align: center;
  padding: 0;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #265A81;
  background: transparent;
  border-radius: 4px;
  cursor: pointer; }
  .fph-btn-back-big:hover {
    text-decoration: underline; }

.fph-dialog-footer-btn {
  margin: 32px 0 24px 0; }

.fph-components-countdown-dialog .el-dialog__header {
  padding: 0; }

.fph-components-date-picker .el-input__prefix {
  top: 8px;
  right: 8px;
  left: inherit; }
  .fph-components-date-picker .el-input__prefix .el-icon-date:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../static/img/calendar.9dccb9e8.svg);
    position: absolute;
    right: 0; }

.fph-components-date-picker .el-input__inner {
  padding-left: 12px !important; }

.fph-help-guide-dialog .el-dialog__body {
  word-break: break-word; }

.pagination-container .btn-next:focus, .pagination-container .btn-prev:focus {
  border: 2px solid #000000 !important;
  border-radius: 4px !important; }

.view-pdf-dialog .el-dialog {
  height: 100%;
  background: transparent !important; }

.fph-upload-photo .photo-btn {
  display: inline-block;
  padding: 0px 12px;
  background: #E6E6E6 0% 0% no-repeat padding-box;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #333333;
  border-radius: 4px;
  cursor: pointer; }
  .fph-upload-photo .photo-btn:hover {
    background: #D9D9D9; }

.fph-upload-photo /deep/ .el-upload--picture-card .upload_btn {
  background: transparent; }

.download-failed-tip-dialog .fph-dialog-btn-flex-end .fph-dialog-cancel-btn {
  margin-right: 0; }

.audit-log-details-dialog .el-dialog__body {
  border-top: 1px solid #DDDDDD;
  padding: 0px; }

.admin-audit-logs .search-input {
  width: 100% !important; }

.fph-dialog-body-style .el-dialog__body {
  border-top: 1px solid #DDDDDD;
  padding: 0px; }

.fph-dialog-body-style-no-border .el-dialog__body {
  padding: 0px; }

.request-history-table .yellow-row {
  background-color: #F9EAB3 !important;
  position: relative; }
  .request-history-table .yellow-row:after {
    content: '';
    position: absolute;
    height: calc(100% - 1px);
    width: 8px;
    left: 0;
    background: #F0BE00; }

.request-history-table .green-row {
  background-color: #E1EBCD !important;
  position: relative; }
  .request-history-table .green-row:after {
    content: '';
    position: absolute;
    height: calc(100% - 1px);
    width: 8px;
    left: 0;
    background: #46A546; }

.request-history-table .pink-row {
  background-color: #ECD9D9 !important;
  position: relative; }
  .request-history-table .pink-row:after {
    content: '';
    position: absolute;
    height: calc(100% - 1px);
    width: 8px;
    left: 0;
    background: #9D261D; }

.request-history-table tr:last-child:after {
  height: 100%; }

.change-password-dialog .progress-bar span {
  width: 96px !important; }

.info_usb_create_new_patient .el-dialog__header {
  padding: 12px 24px; }

.info_usb_create_new_patient .el-dialog__body {
  border-top: 1px solid #DDDDDD;
  padding: 0px; }

.password-reset .progress-bar span {
  width: 74px !important; }

.select-row-style {
  background-color: #D9EDF7 !important; }

.fph-light-pink-row {
  width: 100% !important;
  background-color: #F6F6F6 !important; }
  .fph-light-pink-row td {
    width: 0px !important;
    overflow: hidden; }
  .fph-light-pink-row td:first-child {
    width: 100% !important; }

.fph-dashboard-card-details-dialog .el-dialog {
  border: none !important;
  overflow: hidden !important;
  background-color: transparent !important; }

.fph-dashboard-card-details-dialog .el-dialog__header {
  padding: 14px 24px;
  background-color: #4D4D4D;
  color: #FFFFFF;
  line-height: 28px;
  font-weight: 600; }

.fph-dashboard-card-details-dialog .title-bar .number {
  font-size: 20px;
  margin-right: 36px; }

.fph-dashboard-card-details-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #FFFFFF; }

.fph-dashboard-card-details-dialog .el-dialog__body {
  padding: 24px;
  min-height: 656px;
  background-color: #FFFFFF; }

.fph-dashboard-card-details-dialog .table-layout {
  border: none; }

.fph-dashboard-card-details-dialog .el-table th.is-leaf {
  border-bottom: 1px solid #888888 !important;
  padding: 21px 2px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333; }

.fph-dashboard-card-details-dialog .el-table td {
  padding: 8px 0; }

.fph-dashboard-card-details-dialog .el-table__row td {
  padding: 8px 0; }

.fph-dashboard-card-details-dialog .el-table__row td:first-child {
  padding-left: 2px; }

.fph-dashboard-card-details-dialog .el-table__row td:last-child {
  padding-right: 2px; }

.fph-input-number-error .el-input__inner {
  border-color: #9D261D !important;
  border-width: 2px; }

.fph-input-number-error .el-input-number__decrease, .fph-input-number-error .el-input-number__increase {
  top: 2px;
  bottom: 2px; }

.fph-input-number-error .el-input-number__decrease {
  left: 2px; }

.fph-input-number-error .el-input-number__increase {
  right: 2px; }

.fph-select-first-item-add-border .el-select-dropdown__item:first-child {
  border-bottom: 1px solid #DDDDDD; }

.fph-agreements-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 64px;
  justify-content: flex-start; }
  .fph-agreements-box .fph-register-content {
    width: 960px; }

.fph-agreements-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px; }

.fph-agreements-take-effect {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px; }

.fph-agreements-content {
  font-size: 14px;
  line-height: 20px; }
  .fph-agreements-content .fph-agreements-first-title {
    font-weight: bold; }
  .fph-agreements-content p {
    margin: 0 0 20px 0; }
  .fph-agreements-content .fph-underline-bold {
    font-weight: bold;
    text-decoration: underline; }
  .fph-agreements-content .fph-feature-list > li {
    margin-bottom: 20px; }
  .fph-agreements-content .fph-feature-list-disc {
    margin: 10px 0 20px 0; }
    .fph-agreements-content .fph-feature-list-disc > li {
      margin-left: 2rem;
      list-style-type: disc !important; }
  .fph-agreements-content .fph-feature-list-demical {
    counter-reset: numberCounter; }
    .fph-agreements-content .fph-feature-list-demical > li {
      margin-left: 3rem;
      position: relative;
      margin-bottom: 20px; }
      .fph-agreements-content .fph-feature-list-demical > li .fph-first-number {
        margin-bottom: 20px;
        font-weight: bold; }
      .fph-agreements-content .fph-feature-list-demical > li .fph-first-number:before {
        content: counters(numberCounter, ".") ".";
        counter-increment: numberCounter;
        position: absolute;
        left: -3rem; }
  .fph-agreements-content .fph-second-feature-list-demical {
    counter-reset: numberCounter; }
    .fph-agreements-content .fph-second-feature-list-demical > li {
      position: relative;
      margin-bottom: 20px; }
    .fph-agreements-content .fph-second-feature-list-demical > li:before {
      content: counters(numberCounter, ".") ".";
      counter-increment: numberCounter;
      position: absolute;
      left: -3rem; }
  .fph-agreements-content .fph-feature-list-lower-alpha {
    margin-top: 10px; }
    .fph-agreements-content .fph-feature-list-lower-alpha > li {
      font-size: 12px;
      margin-left: 2rem;
      list-style-type: lower-alpha !important; }
  .fph-agreements-content .fph-feature-list-lower-circle {
    margin-top: 10px; }
    .fph-agreements-content .fph-feature-list-lower-circle > li {
      margin-left: 2rem;
      list-style-type: circle !important; }
  .fph-agreements-content .fph-feature-list-lower-short-term {
    margin-bottom: 20px; }
    .fph-agreements-content .fph-feature-list-lower-short-term > li {
      margin-left: 2rem;
      position: relative;
      line-height: 20px; }
    .fph-agreements-content .fph-feature-list-lower-short-term > li:before {
      content: "-";
      counter-increment: numberCounter;
      position: absolute;
      left: -1rem; }

.fph-margin-none {
  margin: 0 !important; }

.fph-icon-print {
  cursor: pointer; }

.fph-about-title {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 700; }

.fph-patient-consent {
  margin-top: 24px; }

.fph-patient-consent-sign {
  padding: 0 8px;
  border: 1px solid #DDDDDD; }

.fph-register-agreement {
  position: relative;
  width: 656px;
  height: 280px;
  margin-bottom: 17px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DDDDDD;
  border-radius: 4px; }
  .fph-register-agreement .fph-register-agreement-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    margin-bottom: 0;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; }
  .fph-register-agreement .fph-register-agreement-content {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 16px;
    overflow: auto;
    padding: 16px; }
    .fph-register-agreement .fph-register-agreement-content .fph-agreements-content {
      font-size: 12px;
      line-height: 16px; }
      .fph-register-agreement .fph-register-agreement-content .fph-agreements-content .fph-feature-list-demical > li, .fph-register-agreement .fph-register-agreement-content .fph-agreements-content .fph-second-feature-list-demical > li, .fph-register-agreement .fph-register-agreement-content .fph-agreements-content .fph-feature-list > li {
        margin-bottom: 16px; }
      .fph-register-agreement .fph-register-agreement-content .fph-agreements-content .fph-feature-list-demical .fph-first-number, .fph-register-agreement .fph-register-agreement-content .fph-agreements-content .fph-second-feature-list-demical .fph-first-number, .fph-register-agreement .fph-register-agreement-content .fph-agreements-content .fph-feature-list .fph-first-number {
        margin-bottom: 16px; }
    .fph-register-agreement .fph-register-agreement-content .fph-agreements-title {
      font-size: 14px;
      line-height: 20px;
      justify-content: center !important;
      margin-bottom: 16px; }
    .fph-register-agreement .fph-register-agreement-content .fph-agreements-take-effect, .fph-register-agreement .fph-register-agreement-content p {
      margin-bottom: 16px;
      font-size: 12px;
      line-height: 16px; }
    .fph-register-agreement .fph-register-agreement-content p {
      margin: 0 0 16px 0; }

.fph-about-content {
  padding-top: 25px;
  position: relative; }
  .fph-about-content .fph-about-ce {
    position: absolute;
    top: 0px;
    right: -8px; }
    .fph-about-content .fph-about-ce .fph-about-ce-text {
      font-size: 14px;
      color: #333333; }
  .fph-about-content .fph-about-content-item {
    margin-bottom: 20px;
    color: #333333; }
    .fph-about-content .fph-about-content-item .fph-about-product-reference {
      margin: 13px 0 15px 0;
      font-weight: bold;
      font-size: 16px; }
      .fph-about-content .fph-about-content-item .fph-about-product-reference .fph-about-ref {
        display: inline-block;
        border: 1px black solid;
        font-weight: bold;
        margin-right: 10px;
        padding: 1px 1px 1px 2px; }
    .fph-about-content .fph-about-content-item .fph-about-version {
      margin: 13px 0 15px 0;
      font-weight: bold;
      font-size: 16px; }
    .fph-about-content .fph-about-content-item > p {
      font-size: 14px;
      line-height: 22px;
      padding-top: 5px;
      margin: 0 0 10px; }
  .fph-about-content .fph-isw-version {
    text-align: right;
    font-size: 14px;
    line-height: 20px; }

.fph-email {
  color: #265A81; }

.fph-email:hover {
  color: #265A81;
  text-decoration: underline; }

body {
  font-size: 14px;
  height: 100%;
  width: 100%;
  min-width: 1104px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Arial, NotoSansSC, system-ui, sans-serif;
  background-color: #F9F9F9;
  overflow-y: scroll; }

label {
  font-weight: 600; }

html {
  height: 100%;
  box-sizing: border-box; }

#app {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

a:focus,
a:active {
  outline: none; }

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

div:focus {
  outline: none; }

ul {
  padding: 0;
  margin: 0; }

ul li {
  list-style: none; }

ol {
  padding: 0;
  margin: 0 0 10px 24px; }

.loading-container[data-v-617fc092] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  z-index: 1;
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
}
.my-loading[data-v-617fc092] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}

/* Webfont: NotoSansSC */
@font-face {
    font-family: 'NotoSansSC';
    src: url(../static/fonts/NotoSansSC.32d2bf6c.woff) format('woff'); /* Modern Browsers */
    src: url(../static/fonts/NotoSansSC.e931ee8b.ttf) format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: block;
}


