/* tags start */
body {
  margin: 0;
  font-family: "Futura", Helvetica, sans-serif;
}
:root {
  --background-navbar: #91cfa1;
}
header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 99999;
}
footer {
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 40px;
  bottom: 0;
  border-top: 1px solid #dddddd;
  box-shadow: 0 20px 0 0 rgba(10, 10, 10, .5);
  z-index: 100;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  margin: 3px;
  cursor: pointer;
}
/* tags end */

/* body start */
.main-cont {
  padding-top: 53px;
  width: 100%;
  margin: 0 auto 45px auto;
}
.flexbox-cont {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 2px;
}
/* body end */

/* footer start */
.footer-btn-gp {
  display: flex;
  justify-content: space-between;
}
.footer-btn-gp div {
  display: flex;
}
/* footer end */

/* menu start */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 70vh;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  overflow:auto;
}
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 0;
  transition: 0.5s;
}
.menu a:hover {
  color: #555555;
}
.menu li {
  border-top: 1px solid #ffffff;
  padding: 0.5rem;
  margin: 0 1rem;
  opacity: 0;
  transition: 0.5s;
  position: relative;
}
.login_user {
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu-btn {
  display: none;
}
.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navicon {
  background: #ffffff;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ffffff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 9px;
}
.navicon:after {
  bottom: 9px;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navtext {
  position: absolute;
  color: #ffffff;
  font-size: 1.2em;
  letter-spacing: 4px;
}
/* menu end */

/* scrollbar start */
::-webkit-scrollbar-track {
  none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 5px;
}
/* scrollbar end */

/* button start */
.entry-btn {
  color: #eeeeff;
  background: #007bbb;
  border: 1px solid #007bbb;
  padding: 0.3rem 1rem;
}
.entry-btn:hover {
  color: #007bbb;
  background: #eeeeff;
}
.close-btn {
  color: #eeeeff;
  background: #999999;
  border: 1px solid #999999;
  padding: 0.3rem 1rem;
}
.close-btn:hover {
  color: #999999;
  background: #eeeeff;
}
.back-btn {
  color: #eeeeff;
  background: #555555;
  border: 1px solid #555555;
  padding: 0.3rem 1rem;
}
.back-btn:hover {
  color: #555555;
  background: #eeeeff;
}
.del-btn {
  color: #eeeeff;
  background: #ee0000;
  border: 1px solid #ee0000;
  padding: 0.3rem 1rem;
}
.del-btn:hover {
  color: #ee0000;
  background: #eeeeff;
}
.del-btn-hide {
  display: none;
}
.excel-btn {
  color: #eeeeff;
  background: #217346;
  border: 1px solid #217346;
  padding: 0.3rem 1rem;
}
.excel-btn:hover {
  color: #217346;
  background: #eeeeff;
}
.edit-btn {
  background: none;
  border: none;
  color: #007bbb;
  font-size: 1.5rem;
}
.edit-btn:hover {
  color: #87ceeb;
}
.plus-btn {
  color: #eeeeff;
  background: #007bbb;
  border: 1px solid #007bbb;
  padding: 0.3rem 1rem;
}
.plus-btn:hover {
  color: #007bbb;
  background: #eeeeff;
}
.toggle-btn {
  background: #999999;
  border: 1px solid #999999;
  color: #eeeeff;
}
.toggle-btn:hover {
  background: #eeeeff;
  color: #007bbb;
}
.toggle-btn[value="0"] {
  background: #007bbb;
  border: 1px solid #007bbb;
}
.upload-btn {
  background: #007bbb;
  border: 1px solid #007bbb;
  color: #eeeeff;
}
.upload-btn:hover {
  background: #eeeeff;
  color: #007bbb;
}
.stamp-btn {
  background: #eeeeff;
  color: #007bbb;
  border: 1px solid #007bbb;
  padding: 0.3rem 1rem;
}
.stamp-btn:hover {
  background: #007bbb;
  color: #eeeeff;
}
.page-btn {
  background: #007bbb;
  color: #eeeeff;
  border: 1px solid #007bbb;
  padding: 0.3rem 1rem;
}
.page-btn:hover {
  background: #eeeeff;
  color: #007bbb;
}

.check-all {
  margin-top: 7px;
  margin-left: 2rem;
}
/* button end */

/* search start */
.search-window {
  display: flex;
  justify-content: center;
  height: 50px;
}
.search-window input {
  width: 40%;
  height: 40px;
  padding: 0 15px;
  border-radius: 4px 0 0 4px;
  background: transparent;
  border: 2px solid #007bbb;
  border-right: none;
  outline: 0;
  font-size: 1.1rem;
}
.search-window input::-webkit-search-cancel-button {
  cursor:pointer;
}
#search_btn {
  width: 50px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  background: #007bbb;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
}
#search_btn:hover {
  background: #87ceeb;
}
.search-bar {
  height: 0.5em;
  background: #007bbb;
  width: 100%;
  margin: 1em auto;
  border-radius: 2px;
  position: relative;
}
.search-window-btn {
  width: 70%;
  text-align: center;
  position: absolute;
  background: #007bbb;
  color: #eeeeff;
  border: none;
  bottom: -0.5em;
  padding: 0.2em 0.5em;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.search-window-btn i {
  margin-left: 0.5em;
}
.search-window-detail {
  border: 1px solid #007bbb;
  border-radius: 5px;
  width: 100%;
  margin-top: -1em;
  margin-bottom: 0.5em;
  display: none;
  background: #e5f2ff;
}
.search-window-detail-cont {
  display: flex;
  margin: 1em;
  flex-wrap: wrap;
}
.search-window-detail-items {
  display: flex;
  margin: 5px;
}
.detail-btn-gp {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.detail-search-btn {
  background: #007bbb;
  color: #eeeeff;
  border: 1px solid #007bbb;
}
.detail-search_btn:hover {
  background: #eeeeff;
  color: #007bbb;
}
.detail-search-btn i {
  margin-right: 0.5em;
}
.detail-clear-btn {
  background: #007bbb;
  color: #eeeeff;
  border: 1px solid #007bbb;
}
.detail-clear-btn:hover {
  background: #eeeeff;
  color: #007bbb;
}
/* search end */

/* input text start */
.txt-s, .txt-m, .txt-l, .txt-ym, .txt-time {
  height: 30px;
  border: 1px solid #007bbb;
  border-radius: 4px;
  font-size: 1rem;
}
.txt-s {
  width: 100px;
}
.txt-m {
  width: 206px;
}
.txt-l {
  width: 300px;
}
.txt-ym {
  width: 105px;
  color: #000000;
  background: #ffffff;
}
.txt-time {
  width: 80px;
  color: #000000;
  background: #ffffff;
}

.txt-a {
  width: 90vw;
  height: 5rem;
  line-height: 1.5rem;
  border: 1px solid #007bbb;
  border-radius: 4px;
  font-size: 1rem;
}

.price {
  text-align: right;
}

.txt-number-hide {
  display: none;
}

input:read-only, textarea:read-only {
  background: #eeeeee;
}

input[type="checkbox"] {
  height: 30px;
  transform: scale(1.5);
  margin-right: 0.5rem;
}
/* input text end */

/* item-title start */
.mst-info {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #f9f9f9;
  margin-bottom: 1.5rem;
}

.mst-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1.5rem;
}

.mst-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3px 5px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #f9f9f9;
}

.spacer {
  width: 100%;
}

.list-title {
  color: #007bbb;
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: 2px solid #007bbb;
  padding-left: 1rem;
}
.items {
  margin: 0.5rem;
}
.items > li {
  margin-bottom: 3px;
}
.item-title {
  padding: 1px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #0095d9;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: lighter;
  min-width: 4.5rem;
  line-height: 1rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.item-title-holiday {
  background: #fa8072 !important;
}
.item-title-required {
  border-right: 3px solid #ff0000 !important;
}
.item-option {
  display: flex;
}
.item-option-p {
  margin: 0 1rem 0 0;
  font-size: 1rem;
  line-height: 30px;
}

.opt-hide {
  display: none;
}
/* item-title end */

/* list start */
.list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 45px;
}

.list-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #f9f9f9;
}

.list-item {
  margin-right: 1rem;
}

.list-item-val {
  flex: 1;
  line-height: 30px;
  height: 30px;
}

.list-item-p {
  margin: 0 1rem 0 0;
  font-size: 1rem;
  line-height: 30px;
}
/* list end */

/* error message start  */
.err-msg {
  margin: 0;
  color: #ff0000;
  font-size: 0.7rem;
  font-style: italic;
}
.err-msg-hide {
  display: none;
}
/* error message end  */

/* Tooltip start */
#tooltip {
  position:absolute;
  z-index:9999;
  color:#ffffff;
  font-size:10px;
  width:200px;
}

#tooltip .tipBody {
  background-color:#ff0000;
  padding:5px 5px 5px 15px;
}
/* Tooltip end */

/* sortable start */
.sortable-area {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 2rem;
}

.sortable-item {
  cursor: grab;
}

.sortable-item:active {
  cursor: grabbing;
}
/* sortable end */

/* select2 start */
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #007bbb;
}
.select2-container .select2-selection--single {
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
/* select2 end */

/* select2-org start */
.org1 {
  padding-left: 0.5rem;
}
.org2 {
  padding-left: 1rem;
}
.org3 {
  padding-left: 1.5rem;
}
.org4 {
  padding-left: 2rem;
}
.org5 {
  padding-left: 2.5rem;
}
/* select2-org end */

/* sumoselect start */
.SumoSelect>.CaptionCont {
  border: 1px solid #007bbb !important;
  height: 23px !important;
  min-height: 23px !important;
}
.CaptionCont>span.placeholder {
  margin-top: -2px;
}
.SumoSelect>.CaptionCont>span {
  margin-top: 4px;
}
.SumoSelect {
  width: 212px !important;
}
/* sumoselect end */

/* pickadate start */
.picker__day--saturday {
  color: #0000ff !important;
}

.picker__day--sunday, .picker__day--holiday {
  color: #ff0000 !important;
}
/* pickadate end */

/* mobile start */
@media screen and (max-width: 768px) {
  button {
    font-size: 1.2rem;
  }

  footer button {
    font-size: 0.8rem;
  }

  footer .excel-btn {
    display: none;
  }

  footer .check-all {
    display: none;
  }

  .search-window input {
    width:80%;
  }

  .items li {
    width: 95vw;
  }
  .txt-s {
    width: 44%;
  }
  .txt-m {
    width: 90%;
  }
  .txt-l {
    width: 90%;
  }
  .txt-ym {
    width: 90%;
  }
}
/* mobile end */