.row {
  text-align: center;
}
.k-grid {
    width: 100%;
    display: block;
    padding: 8px 0px;;
  }
  .k-grid.wide {
    margin: 0 auto;
  }
  .k-col {
    background-clip: content-box;
    padding-left: 4px;
    padding-right: 4px;
  }
  .k-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
  .krow.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  
  .k-2 {
    flex: 0 0 25%;
    width: 25%;
  }
  .k-4 {
    flex: 0 0 50%;
    width: 50%;
  }
  .k-6 {
    flex: 0 0 75%;
    width:75%;
  }
  .line hr {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
  }
  .foo {
    flex: 0 0 33.33333%;
    width:33.33333%;
  }
  .t-line-height {   
    line-height: 8px;
  }
  .ticket-bor {
    border-radius: 12px;
    width: 166px;
    box-shadow: 1px 1px 1px 1px #AAA,  2px 2px 2px 2px #CCC;
  }
  .huors {
    font-size: 65px;
    font-weight: 750;
    line-height: 39px;
    padding-left: 10px;
    margin-top: 18px;
  }
  .k-col p {
    font-size: 15px;
    padding-left: 7px;
  }
  .k-money {
    background-color: #EEEEEE;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 5px;    
    margin-left: -1px;
    margin-right: -1px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .money {
    font-weight: 700;
    font-size: 25px;
  }
  .p {
      font-size: 15px;
      margin-top: 9px;
    }
    .heimoji {
        font-size: 45px;
        font-weight: 900;
        padding-left: 10px;
    }
  .bor {
    border: 2px solid #c7c2c4;
  }
  .t-row {
    display: flex;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .t-k-col {
    flex: 1;
    width: 100%;
    text-align: center;
  }

  .blue {
    background-color: #3399FF;
  }
  .orange {
    background-color: #FF9933;
  }
  .green {
      background-color: #00CC99;
  }
  .purple {
      background-color: #0066FF;
  }
  .red {
    background-color: #EE0000;
  }
  .hide {
      color: #EEEEEE;;
  }
.none {
    display: none;
}
.manage {
  display: none;
}
/* history css */
.table {
  margin-bottom: 0rem;
};
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #ffffff !important;
}
#hiscss {
  border-bottom: 1px solid #ffffff;
};
#hisctn {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 450px;
}
.hiscontainer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 530px;
}
.htan {
  display: none;
  color: #00CC99;
}
/* ****************** */
.content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}