.navbar {
  min-height: 60px !important;
}
.navbar-toggler {
  width: 65px !important;
  height: 65px !important;
  position: absolute;
  top: 0;
  left: 20px;
  cursor: pointer;
}
.navbar-toggler img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#menu-open {
  opacity: 1;
}
#menu-close {
  opacity: 0;
}
#menu-open.active {
  opacity: 0;
}
#menu-close.active {
  opacity: 1;
}
.navbar-brand {
  position: absolute;
  left: 80px;
}

#select-table {
  height: 300px;
}
#select-table tbody tr {
  height: 40px;
}
#select-table th {
  border: 1px solid #fff;
  font-size: 0.8rem;
  white-space: nowrap;
}
#select-table th#conference {
  background-color: #549780;
}
#select-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #aaa !important;
}
#select-table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
#select-table td {
  padding: 0;
/*  cursor: pointer; */
}
#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:#fff;
  border:1px solid #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: 1;
}

.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;
  }
}

.req {
  padding-left: 0.25rem;
  vertical-align: sub;
  color: red;
  font-size: 1rem;
}

#card-regist {
  height: 100%;
  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;
}

#register-form #error p {
  margin: 2.5rem;
  padding: 1rem;
  border: 3px solid red;
  font-weight: bold;
  font-size: 1.25rem;
}

#reserve-cancel {
  margin: 10px 0;
  border: 1px solid #ccc;
  font-size: 0.8rem;
}
#reserve-cancel td {
  padding: 0.25rem;
  border: 1px solid #ccc;
}
