﻿
  .appBottomMenu {
    min-height: 56px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    border-top: 1px solid #E5E9F2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .appBottomMenu .item {
    width: 20%;
    text-align: center;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .appBottomMenu .item>a {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    color: #1B2C42 !important;
    position: relative;
  }

  .appBottomMenu .item p {
    margin: 0;
  }

  .appBottomMenu .item i {
    font-size: 26px;
    line-height: 0;
    margin-bottom: 17px;
    display: block;
  }

  .appBottomMenu .item span {
    display: block;
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: 2px;
    right: 0;
  }

  .appBottomMenu .item.active {
    position: relative;
  }

  .appBottomMenu .item.active:after {
    content: '';
    height: 2px;
    border-radius: 0 0 10px 10px;
    display: block;
    background: #565EFF;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }

  .appBottomMenu .item.active>a {
    color: #565EFF !important;
  }

  .appBottomMenu.iconed .item i {
    margin-bottom: 0;
  }

  .appBottomMenu.color-light {
    border-top: 0;
  }

  .appBottomMenu.color-light .item>a {
    color: rgba(255, 255, 255, 0.7) !important;
  }

  .appBottomMenu.color-light .item.active:after {
    background: transparent;
  }

  .appBottomMenu.color-light .item.active>a {
    color: #FFF !important;
  }
  .appHeader {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  background: #fff;
  border-bottom: 1px solid #E5E9F2;
  color: #1B2C42; }
  .appHeader .pageTitle {
    font-size: 18px;
    font-weight: 500;
    color: #1B2C42;
    text-align: center;
    line-height: 1em; }
    .appHeader .pageTitle .text-muted {
      font-size: 11px;
      margin: 0;
      line-height: 1.2em; }
    .appHeader .pageTitle .image {
      height: 20px; }
  .appHeader .left,
  .appHeader .right {
    position: absolute;
    top: 0;
    transition: 0.2s all;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .appHeader .left .btn,
    .appHeader .right .btn {
      margin-right: 10px; }
    .appHeader .left .icon,
    .appHeader .right .icon {
      width: 56px;
      height: 56px;
      color: #1B2C42;
      display: flex;
      align-items: center;
      justify-content: center; }
      .appHeader .left .icon i,
      .appHeader .right .icon i {
        font-size: 26px; }
    .appHeader .left:active,
    .appHeader .right:active {
      opacity: 0.5; }
  .appHeader .left {
    left: 0;
    right: auto; }
  .appHeader .right {
    right: 0;
    left: auto; }
    .appHeader .right .link {
      margin-right: 20px;
      color: #1B2C42;
      font-weight: 500; }
  .appHeader.color-light {
    border-bottom: 0; }
    .appHeader.color-light .pageTitle {
      color: #fff; }
    .appHeader.color-light .left .icon,
    .appHeader.color-light .right .icon {
      color: #fff; }

  body {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 1.5em; }
  a{text-decoration: none;}
/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pointer{cursor: pointer;}
td{
  font-size: 14px;
}

.w3-btn,.w3-button{padding:4px 8px;}
.w3-btn:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
