/*reset CSS */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a{
  text-decoration: none
}
.center {
  text-align: center;
}
/* header */
.header {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
}
.title {
  font-size: 20px;
  text-align: center;
}
.header .navbar-brand img {
    border-radius: 4px;
    padding: 5px;
    width: 38px;
}
.header .imglogo img {
    border-radius: 4px;
    padding: 5px;
    width: 200px;
        
}
.header .longin-btn {
  font-size: 10px;
}
.ti-menu {
  font-size: 35px;
}
.ti-user {
  font-size: 35px;
}
.tabs {
  display: flex;
  position: relative;
  
}
.tabs .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 20px;
  background-color: #c23564;
  transition: all 0.2s ease;
}
.tab-item {
  background-color: transparent!important;
  color: black;
  margin-left: 20px!important;
  margin-right: 20px!important;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}
.tab-icon {
  font-size: 30px;
  width: 32px;
  position: relative;
  top: 2px;
}
.tab-item:hover {
   background-color: rgba(194, 53, 100, 0.05);
  border-color: rgba(194, 53, 100, 0.1);
}
.active {
 color: #c23564!important;
}
.tab-content {
  padding: 10px 0;
}
.tab-pane {
  background-color: transparent!important;
  color: black!important;
  margin-left: 15px!important;
  margin-right: 15px!important;
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-pane h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
.table-sm:nth-child(odd) {
  background-color: white;
}
.table-sm:nth-child(even) {
  background-color: rgb(208, 208, 208);
}
.confirm-item:nth-child(odd) {
  background-color: white;
}
.confirm-item:nth-child(even) {
  background-color: rgb(245, 245, 245);
}
/* messenger */
.mess {
  display: none;
  position: fixed;
  top: 80;
  left: 0;
  right: 0;
  bottom: auto;
  height: 30px;
  background-color: #ff0000;
}
/*  body */
.ttt {
  margin-top: 112px;
  border-top: 2px double #f3eded;
  margin-bottom: 65px;
}
.bodycontent {
  padding-top: 150px;
  display: none;
  
}
.ttt .cont {
  color: black;
  margin-bottom: 8px;
}
.ttt .contindex {
  color: black;
  }
.ttt .contindex2 {
  color: red;
  margin-left: 15px;
  margin-bottom: 8px;
}
.contb {
  color: black;
  margin-top: 30px;
  text-align: left;
}
/* ticket */
.col-6 img {
  width: 100% !important;
  max-width: 200px !important;
}
.ken {
  text-align: center;
  padding-bottom: 15px;
}
.ken img {
    width:80%;
    height: auto;
}
.type {
  margin-left: 5px;
  margin-top: 21px;
  margin-bottom: 11px;
}
.type-en {
  margin-left: 50px;
  margin-bottom: 0px;
  margin-top: -4px;
}
/* foofer */
.fooder {
  width: 100%;
    height: 60px;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1000;
}
.f-left {
  text-align: left;
  padding-left: 38px !important;
}
.f-right {
  text-align: right;
  padding-right: 38px !important;
}
.f-center {
  text-align: center;
}
.letter {
  font-size: 12pt;
}
.fooder .ti-home {
  font-size: 35px;
}
.fooder .ti-list {
  font-size: 35px;
}
.fooder .ti-info-alt {
  font-size: 35px;
}
.fooder .letter {
  font-size: 12px;
}
/* register */
.ctntt {
  margin-top: 80px;
}
.ntitle {
  text-align: center;
  font-size: 20px;
  border-bottom: 2px double #f3eded;
}
.content {
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.tip {
  padding-top: 20px;
  padding-bottom: 25px;
  text-align: left;
}
.content .input-form {
  width: 260px;
  text-align: center;
  width: 260px;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;  
}
.content .submit-form {
  display: inline-block;
  margin-top: 20px;
  width: 230px;
  height: 28px;
  color: white;
  background-color: #3366CC;
  border-radius: 8px;
  border: none;
}
.space {
margin-top: 30px;
}

/* login */
.logintip {
  text-align: left;
  color: #AAAAAA;;
  padding-bottom: 30px;
}


/* IDcart messenger */
.posclass {
  position: fixed;
}
.Messshow {
  position: fixed;
  top: 30%;
  bottom: auto;
  left: 0;
  right: 0;
  background-color: white;
  border: 2px solid #23cd45;
  border-radius: 20px;
  margin: 0px 10px;
  animation-name:move_dow;
  animation-duration:1.5s;
  animation-iteration-count:inherit;
  z-index: 1200;
}
.Messshow-btn {
  display: flex;
  text-align: center;
  border-top: 2px solid #23cd45;
}
.Messshow-btn-yes {
  flex: 1;
}
.Messshow-btn-no {
  flex: 1;
}
.Messshow-title {
  text-align: center;
  font-size: 21px;
  color: #FF9900;
  font-weight: 600;
  border-bottom: 2px solid #23cd45;
}
.Messshow-content {
  padding: 10px 5px;
}
.Messshow-btn-yes {
  background-color: #FF9900;
  border-radius: 12px;
  padding: 6px 0;
  margin: 6px 5px;
}
.Messshow-btn-no {
  background-color: #dee2e6;
  border-radius: 12px;
  padding: 6px 0;
  margin: 6px 5px;
  cursor: pointer;
}
.Messshow-btn-ok {
  flex: 1;
  background-color: #FF9900;
  border-radius: 12px;
  padding: 6px 0;
  margin: 6px 200px;
  cursor: pointer;
}
@keyframes move_dow{
  0%{
    top:0px;
    opacity: 20%;
  }
  100%{
    top:30%;
    opacity: 100%;
  }
}
#IDcart-btn {
  position: fixed;
  bottom: 120px;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
}
.IDcart-btn-qs {
  flex: 1;
  background-color: #FF9900;
  margin: -7px 23px -8px 9px;
  padding: 7px 0;
  border-radius: 10px;
  font-size: 3.6vw;
}
.IDcart-btn-none {
  flex: 1;
}
.IDcart-tip {
  position: fixed;
  bottom: 139px;
  left: 47%;
  right: 0;
  animation-name:presently;
  animation-duration:0.8s;
  animation-iteration-count:inherit;
}
.IDcart-tip img {
  width: 100%;
}
@keyframes presently{
  0%{
    opacity: 20%;
  }
  100%{
    opacity: 100%;
  }
}
@keyframes hidetip{
  0%{
    opacity: 100%;
  }
  100%{
    opacity: 0%;
  }
}
.grey {
  background-color: #dee2e6;
}
.AddIDcart {
  color: #FF9900;
  border-bottom-style: inset;
  padding-bottom: 5px;
  margin-left: 10px;
}
.AddIDcart img {
  width: 20px;
}
.InputIDcart {
  flex: 6;
  border-radius: 10px;
  border: 1px solid gray;
}
.InputIDblock {
  display: flex;
}
.ti-camera {
  font-size: 26px;
}
.InputID-qrbtn {
  flex: 1;
  text-align: center;
  border: 1px solid gray;
  border-radius: 10px;
  color: black;
  background-color: #FF9900;
  margin: 0 2px;
}
.InputID-okbtn {
  flex: 1;
  text-align: center;
  border: 1px solid gray;
  border-radius: 10px;
  color: black;
  background-color: #FF9900;
  font-size: 17px;
  margin: 0 2px;
  font-weight: 600;
}
.InputIDcart-tip {
  font-size: 12px;
  color: darkgray;
  padding-top: 3px;
}
.InputIDcart-number {
  color: green;
}
.InputIDblock .ti-close {
  padding: 3px;
  margin-left: 30px;
  color: red;
  font-weight: 900;
}
#IDcart-QR-show {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
}
.close-btn {
  position: fixed;
  top: auto;
  bottom: 60px;
  right: 50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1600;
}
.close-btn-click {
  width: 90px;
  background-color: white;
  padding: 8px;
  text-align: center;
  color: red;
  font-weight: 600;
}

.Messshowindex {
  position: fixed;
  top: 30%;
  bottom: auto;
  left: 25%;
  right: 25%;
  background-color: white;
  border: 2px solid #23cd45;
  border-radius: 0px;
  margin: 0px 10px;
  animation-name:move_dow_index;
  animation-duration:1.5s;
  animation-iteration-count:inherit;
  z-index: 1200;
}
@keyframes move_dow_index{
  0%{
    top:0px;
    opacity: 20%;
  }
  100%{
    top:165px;
    opacity: 100%;
  }
}