#select-table {
  height: 300px;
}
#select-table tbody tr {
  height: 40px;
}
#select-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #aaa;
}
#select-table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;  
}
#select-table thead th:first-child {
  z-index: 2;
}
#select-table th {
  border: 1px solid #fff;
  font-size: 0.7rem;
  white-space: nowrap;
}
#select-table th#booth1,
#select-table th#booth2,
#select-table th#conference1,
#select-table th#conference2,
#select-table th#conference3,
#select-table th#seat1,
#select-table th#seat2,
#select-table th#seat3,
#select-table th#seatA,
#select-table th#seatB,
#select-table th#seatC,
#select-table th#seatD {
  background-color: #549780;
}
#select-table td {
  padding: 0;
}
#select-table td.reserved {
  background-color: #111;
  cursor: default;
}
#select-table td:nth-child(odd) {
  border-left-style: dotted;
}
#select-table td:nth-child(even) {
  border-right-style: dotted;
}
#select-table td i {
  display: block;
  height: 40px;
  width: 20px;
}

.datepicker {
  background-color: #e9ecef !important;
  cursor: initial !important;
}

.popup {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.popup #popup {
  width:50%;
  line-height:300px;
  background:#000;
  padding:0 4%;
  box-sizing:border-box;
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup img{
  width:100%;
  height: auto;
}
.popup span {
  display: inline-block;
  background-color:#01b6ed;
  color:#fff;
  width:200px;
  line-height:40px;
  border-radius:4px;
  text-align:center;
}
.popup span:hover{
  cursor:pointer;
}
.popup input[type="checkbox"]{
  display:none;
}
.popup input[type="checkbox"]:checked + #popup {
  display:block;
  z-index: 3;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0 !important;
}
.ui-dialog .ui-dialog-content {
  overflow: initial !important;
  padding: 16px !important;
}

@media screen and (max-width: 768px) {
  .popup #popup {
    width:80%;
    line-height:200px;
  }
}

#card-regist {
  height: 100vh;
  background-color: #f1f1f1;
  padding: 1.875rem 1.875rem 5.625rem;
  line-height: 1.7;
}

#card-regist .pageTitle {
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
}

#card-regist .content-Body {
  margin-top: 1.875rem;
}

#card-regist .moduleWrap {
  border-radius: 5px;
  background-color: #fff;
  padding: 0.9375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

#card-regist h2 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.7em;
}

#card-regist p {
  margin: 0;
}

#card-regist label {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 0.875rem;
}

#card-regist input[type="text"],
#card-regist input[type="tel"],
#card-regist input[type="email"],
#card-regist input[type="password"],
#card-regist input[type="number"],
#card-regist textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

#card-regist .input-Base {
  margin-top: 0.3em;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border: 1px solid #999;
  border-radius: 3px !important;
  background-color: #fff;
}

#card-regist .input-Full {
  width: 100%;
}

#card-regist .formBtns {
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

#card-regist .formBtns-Submit {
  font-weight: 400;
  width: 170px;
  font-size: 1.125 rem;
  display: inline-block;
  padding: .3em .5em;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 400;
  color: #fff;
  background-color: #1768b0;
  font-size: 1.125rem;
}

#card-regist .formBtns-Submit:hover,
#card-regist .formBtns-Submit:focus {
  outline: 1px #1768b0;
}

#card-regist .formBtns-Submit:focus {
  outline: 2px dotted #1caedc;
  outline-offset: 1px;
}

#card-regist .formBtns-Back {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: none;
  background: transparent;
  margin-top: 0.9375rem;
  font-size: 0.875rem;
}

#card-regist #idm {
  opacity: 0;
}

#card-regist .text-info {
  color: steelblue !important;
}
#card-regist .text-danger {
  color: red !important;
}
#card-regist .font-weit-bold {
  font-weight: bold;
}

.table-Striped {
  width: 100%;
  margin-top: 0.9375rem;
  line-height: 1.3;
  border-collapse: collapse;
}

.table-Striped tr:not(:last-of-type) td {
  padding-bottom: 1em;
}

.table-Striped th,
.table-Striped td {
  display: block;
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
}

.table-Striped th {
  color: #1768b0;
  background-color: #f1f1f1;
}

.table-Striped td {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}

.is-hide{
 display:none; 
}
.loading{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(0,0,0,.5);
}
.loading::before{
  content:"";
  display:block;
  position:fixed;
  left:50%;
  top:50%;
  width:50px;
  height:50px;
  border-radius:5px;
  margin-top:-15px;
  margin-left:-15px;
  background:white;
}
.loading::after{
  content:"";
  display:block;
  position:fixed;
  left:50%;
  top:50%;
  width:32px;
  height:32px;
  border-radius:20px;
  margin-top:-7px;
  margin-left:-7px;
  border:4px solid #60ABB9;
  border-right:4px solid white;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}