/*** Ver.2 ***/

#shipping-schedule .search-opt, #shipping-schedule .search-form, .detail-option {
  display: none;
}

#shipping-schedule .search-opt.active, #shipping-schedule .search-form.active {
  display: block;
}

#shipping-schedule .detail-option.active {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  background: #eee;
}

#shipping-schedule .search-opt.active {
  font-size: .8rem;
  position: fixed !important;
  margin: 0 !important;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #dfdfdf;
  margin: 0;
  padding: .5rem;
  border-top: 1px solid #b4b4b4;
  z-index: 99;
  box-shadow: 0 -3px 11px #ccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#shipping-schedule .search-opt .search-info {
  width: 100%;
}

#shipping-schedule .search-opt .search-ship-info {
  width: 70%;
}

#shipping-schedule button[type=button] {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 0.25rem;
}

#shipping-schedule .search-opt button[type=button] {
  width: 30%;
  display: block;
  background: #17a2b8;
  color: #fff;
  font-size: .9rem;
}

#shipping-schedule .search-opt .search-opt-chk {
  margin: 0;
}

#shipping-schedule .search-opt .date {
  display: none;
}

#shipping-schedule .search-form form label {
  font-size: .8rem;
  font-weight: 700;
  width: 80px;
}

#shipping-schedule .search-form form>div {
  margin-bottom: 8px;
  position: relative;
}

#shipping-schedule select, #shipping-schedule input[type=date] {
  border: 1px solid #ced4da;
  padding-left: .5rem;
  height: 2.8rem;
  background: #f9f9f9;
  border-radius: 5px;
}

#shipping-schedule select {
  width: calc(100% - 80px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#shipping-schedule .detail-option-wrap {
  margin: 5px 0;
}

#shipping-schedule .detail-option span {
  font-size: .9rem;
  font-weight: 700;
  display: block;
  background: #FFC107;
  padding: 3px 5px;
  width: 100%;
}

#shipping-schedule .detail-option label {
  width: 100% !important;
}

#shipping-schedule input[type=date] {
  position: relative;
  width: 98%;
}

#shipping-schedule form>div::after {
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 62%;
  vertical-align: middle;
  color: #000;
  transform: translateY(-50%);
  border: 5px solid #000;
  border-color: #000 transparent transparent;
  content: "";
}

#shipping-schedule form>div:last-of-type::after {
  display: none;
}

#shipping-schedule .search-btn {
  position: fixed !important;
  margin: 0 !important;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #dfdfdf;
  margin: 0;
  padding: .75rem 1rem;
  border-top: 1px solid #b4b4b4;
  z-index: 99;
  box-shadow: 0 -3px 11px #ccc;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 80px;
}

#shipping-schedule .search-btn button[type=button] {
  margin-right: 5px;
}

#shipping-schedule .search-btn .ship-search {
  color: #fff;
  background-color: #17a2b8;
  border: 1px solid #000;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 0.25rem;
  width: calc(68% - 5px);
}

#shipping-schedule .shipping-list {
  margin-bottom: 100px;
}

#shipping-schedule .shipping {
  padding: 7px 2px;
}

#shipping-schedule .shipping+.shipping {
  margin-top: 6px;
  border-top: 1px dashed #111;
}

.shipping div {
  width: 100%;
}

#shipping-schedule .shipping_info {
  display: flex;
  align-items: baseline;
  font-size: .8rem;
}

#shipping-schedule .shipping_port {
  display: flex;
}

#shipping-schedule .cut_date {
  color: #aaa;
}

#shipping-schedule .shipping .shipdate {
  background: #fffde8;
  margin-top: 4px;
}

#shipping-schedule .shipping .shipdate>div:first-of-type {
  padding-right: 3px
}

#shipping-schedule .shipping_ro-ro {
  background-color: mediumblue;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  padding: 0;
}

#shipping-schedule .shipping_container {
  background-color: mediumvioletred;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  padding: 0;
}

#page-top.highpagetop {
  bottom: 90px !important;
}

