/* === Typeface Variables === */
/** === Color Variables === */
body {
  position: relative;
  line-height: 1.6;
  background-color: #f4f4f4; }

ul, ol, li, dl, dt, dd, p {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  cursor: pointer;
  color: #33b0db; }
  a:hover {
    color: #1e93c9; }
  a i[class*='y-icon'] {
    text-decoration: none !important;
    display: inline-block; }

i {
  font-style: normal; }

input[type='text']:focus,
input[type='password']:focus,
button:focus, a:focus, textarea:focus {
  outline: 0; }

.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #38bce8; }
.ui-datepicker .ui-datepicker-header {
  border: 1px solid #aed0ea;
  background: #ebfaff; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    font-weight: normal; }
.ui-datepicker table.ui-datepicker-calendar td a.ui-state-default {
  border: 1px solid #fff;
  background: #fff; }
  .ui-datepicker table.ui-datepicker-calendar td a.ui-state-default:hover {
    border: 1px solid #74b2e2;
    font-weight: normal;
    color: #0070a3; }
.ui-datepicker table.ui-datepicker-calendar td a.ui-state-active {
  border: 1px solid #2694e8;
  background: #3baae3;
  font-weight: normal;
  color: #fff; }
.ui-datepicker table.ui-datepicker-calendar td a.ui-state-highlight {
  border: 1px solid #74b2e2;
  font-weight: normal;
  color: #0070a3; }
.ui-datepicker .ui-timepicker-div .ui-slider-handle {
  border: 1px solid #38bce8;
  background: #ebfaff;
  font-weight: normal;
  color: #454545; }
  .ui-datepicker .ui-timepicker-div .ui-slider-handle:hover {
    border: 1px solid #74b2e2;
    background: #ebfaff;
    font-weight: normal;
    color: #0070a3; }
  .ui-datepicker .ui-timepicker-div .ui-slider-handle:active {
    border: 1px solid #2694e8;
    background: #3baae3;
    font-weight: normal;
    color: #fff; }
.ui-datepicker .ui-datepicker-buttonpane button {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  padding: 0 6px;
  font-weight: normal;
  margin: 10px 0; }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    color: #fff;
    border-color: #25a4d0;
    background-color: #33b0db;
    text-decoration: none;
    opacity: 1; }

.fpm-modal-large fpm-modal-dialog {
  width: 800px; }

.fpm-modal-middle fpm-modal-dialog {
  width: 600px; }

.fpm-modal-small fpm-modal-dialog {
  width: 400px; }

fpm-modal-footer .y-btn + .y-btn {
  margin-left: 14px; }

.wrap-container {
  width: 984px; }

.result-right {
  float: right;
  width: 260px;
  padding: 0 0 0 28px;
  border-left: 1px solid #f4f4f4; }

.loading-fixed-top {
  position: fixed;
  top: 0;
  left: 50%;
  height: 28px;
  line-height: 28px;
  margin-left: -50px;
  padding: 0 12px;
  z-index: 2000;
  background-color: #fffcd0;
  font-size: 13px; }
  .loading-fixed-top .y-loading-small {
    position: relative;
    top: -2px;
    margin-right: 10px; }

.loading-vertical {
  text-align: center;
  padding-top: 40px; }
  .loading-vertical .y-loading {
    margin-bottom: 12px; }

.navbar {
  height: 50px;
  color: white;
  background-color: #33b0db;
  font-size: 13px; }
  .navbar fpm-logo {
    float: left; }
    .navbar fpm-logo .logo-icon {
      margin-right: 16px; }
      .navbar fpm-logo .logo-icon i {
        font-size: 40px; }
  .navbar .logo-sign {
    position: relative;
    top: 15px;
    display: inline-block;
    height: 20px;
    line-height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 12px;
    padding: 0 6px;
    color: #1984ac;
    background-color: #88cfe9; }
  .navbar .pull-right {
    height: 50px;
    line-height: 50px;
    font-size: 13px; }
  .navbar .fpm-menu {
    float: right;
    font-size: 16px; }
    .navbar .fpm-menu > a {
      height: 50px;
      line-height: 52px;
      border: none;
      padding-left: 22px;
      padding-right: 46px;
      font-size: 14px;
      color: #fff; }
      .navbar .fpm-menu > a i {
        margin-right: 14px; }
      .navbar .fpm-menu > a .fpm-caret {
        right: 24px; }
    .navbar .fpm-menu.active > a {
      background-color: #25a4d0; }
    .navbar .fpm-menu .fpm-menu-popup {
      width: 160px;
      min-width: 130px; }
      .navbar .fpm-menu .fpm-menu-popup > li > a > i {
        margin-right: 10px; }
      .navbar .fpm-menu .fpm-menu-popup i.y-icon-sign-out {
        position: relative;
        left: 1px; }
  .navbar .message-count {
    display: inline-block;
    padding: 0 5px;
    margin-left: 4px;
    line-height: 17px;
    vertical-align: middle;
    color: white;
    background-color: #f12148;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px; }

.alert .message .export-name {
  display: inline-block;
  max-width: 350px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.mobile-entry {
  color: white;
  line-height: 60px; }
  .mobile-entry > span {
    opacity: 0.6; }
  .mobile-entry a {
    display: inline-block;
    height: 20px;
    margin-left: 16px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px; }
    .mobile-entry a span {
      position: relative;
      top: -1px;
      display: inline-block;
      padding: 0 3px;
      margin-left: 4px;
      height: 16px;
      line-height: 16px;
      font-size: 12px;
      color: white;
      background-color: #f12148;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }

#modal-mobile-entry fpm-modal-dialog {
  width: 600px; }
#modal-mobile-entry fpm-modal-body {
  padding: 50px 50px 80px 50px; }

.nav-menu {
  margin-right: 0; }
  .nav-menu a {
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-decoration: none; }
    .nav-menu a.active {
      background-color: #25a4d0; }

.page-nav {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5; }

.page-title {
  height: 36px;
  line-height: 36px;
  padding-left: 8px;
  font-size: 16px; }

.page-warning {
  background-color: #fefce4;
  height: 40px;
  line-height: 40px;
  color: #ffae34;
  text-align: center; }

.page-header {
  overflow: hidden; }
  .page-header .page-title {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #323538;
    font-size: 16px;
    padding-left: auto; }
  .page-header .breadcrumb {
    float: right;
    color: #979ca2; }
    .page-header .breadcrumb .divider {
      margin: 0 16px; }
      .page-header .breadcrumb .divider i {
        vertical-align: middle; }
    .page-header .breadcrumb .active {
      color: #33b0db; }
    .page-header .breadcrumb ul {
      margin-top: 26px; }
      .page-header .breadcrumb ul > li {
        display: inline-block; }

.content-box {
  position: relative;
  padding-bottom: 30px;
  background-color: white;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  .content-box .section-title {
    padding: 27px 40px 20px; }
    .content-box .section-title h2, .content-box .section-title span {
      display: inline-block; }
    .content-box .section-title h2 {
      max-width: 620px;
      padding-left: 10px;
      margin: 0;
      border-left: 7px solid #33b0db;
      font-size: 18px;
      vertical-align: middle;
      color: #323538;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .content-box .section-subtitle {
    font-size: 16px;
    padding: 27px 40px 20px; }
  .content-box .section-title .desc, .content-box .section-subtitle .desc {
    margin-left: 24px;
    font-size: 14px; }
    .content-box .section-title .desc b, .content-box .section-subtitle .desc b {
      color: #33b0db;
      font-style: normal;
      font-weight: normal; }
  .content-box .section-content {
    padding: 0 40px; }

.login-error-content {
  padding-top: 30px;
  text-align: center; }
  .login-error-content span {
    vertical-align: middle; }

/* === Typeface Variables === */
/** === Color Variables === */
.feedback-fixed-anchor {
  position: fixed;
  bottom: 60px;
  right: 0;
  border: 1px solid #d9d9d9;
  background-color: white;
  z-index: 1010;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .feedback-fixed-anchor a {
    display: table-cell;
    width: 40px;
    height: 40px;
    color: #acb3bb;
    text-align: center;
    cursor: pointer;
    vertical-align: middle; }
    .feedback-fixed-anchor a:hover {
      color: #979ca2; }
    .feedback-fixed-anchor a i {
      margin-left: 2px;
      font-size: 20px;
      vertical-align: middle; }

#modal-feedback fpm-modal-header + fpm-modal-body {
  padding-bottom: 0; }
#modal-feedback .y-form {
  margin-bottom: 0; }
#modal-feedback table td.tip {
  width: 60px;
  text-align: right;
  padding-left: 0;
  padding-top: 8px;
  vertical-align: top; }
#modal-feedback table td {
  padding-left: 10px;
  padding-bottom: 27px; }
#modal-feedback table tr:last-of-type td {
  padding-bottom: 0; }
#modal-feedback table td {
  padding-bottom: 27px !important; }
#modal-feedback table .td-wrapper {
  padding-right: 20px;
  border-right: 1px solid #e5e5e5; }
#modal-feedback table .td-qrcode {
  padding-left: 20px;
  vertical-align: top; }

#modal-feedback-success .modal-dialog {
  width: 480px; }
#modal-feedback-success .modal-body {
  overflow: hidden; }
#modal-feedback-success .success-icon {
  float: left;
  width: 100px;
  text-align: center; }
  #modal-feedback-success .success-icon i {
    line-height: 100px; }
#modal-feedback-success .feedback-msg {
  float: right;
  width: 320px; }
  #modal-feedback-success .feedback-msg h3 {
    font-size: 16px; }
  #modal-feedback-success .feedback-msg p {
    font-size: 13px;
    color: #acb3bb; }
#modal-feedback-success .fa-check-circle {
  color: #61dece;
  font-size: 64px; }

.feedback-anchor {
  margin-right: 32px;
  line-height: 36px;
  color: #acb3bb; }
  .feedback-anchor a {
    cursor: pointer;
    padding-bottom: 4px; }
