@media all and (max-width: 768px) {
  .nondropkick {
    width: 100%;
    height: 48px;
    padding: 7px 20px;
  }
}

@media all and (max-width: 480px) {
  .nondropkick {
    height: 42px;
    padding: 4px 20px;
  }
}

@media screen and (max-width: 768px) {
  #orders-seed .dashboard .dropdown:last-child {
    min-width: 0;
  }
}

@media screen and (max-width: 480px) {
  form.twice {
    flex-wrap: wrap;
  }
  form.twice .dropdown.unit {
    width: 100%;
    margin: 0 0 12px 0;
  }
  form.twice .search.unit {
    width: 100%;
  }
  form.twice .search.unit label {
    width: 64px;
    flex-shrink: 0;
    text-align: right;
  }
}

@media screen and (max-width: 480px) {
  .dk-selected {
    line-height: 42px;
    height: 42px;
  }
}

.fixedWrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  #calendar .calendar .title a {
    margin: 0 15px;
    font-size: 1.5rem;
  }
}

#forum-product-in .icon-user {
  color: #fff;
  background-color: #009144;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .search.unit span.icon-search {
    font-size: 1.2rem;
  }
}
header .nav .info .icon:before {
  padding-top: 5px;
}

/* div[id^="inquiry-item"] .wrap table */
@media screen and (max-width: 990px) {
  div[id^='inquiry-item'] .wrap {
    padding: 20px 0px;
    min-width: 780px;
  }
}

#orders-hardware .table img,
#orders-machine .table img {
  width: 100%;
}
.gm-style-iw > div {
  overflow: visible !important;
}
.gm-style-iw > div > div {
  overflow: visible !important;
}

#locations .info-block > a:nth-child(2) {
  cursor: pointer;
}

.repost {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 15px;
  transition: 0.3s background-color;
}
.repost:hover {
  background-color: #dfdfdf;
  transition: 0.3s background-color;
}

.topping input {
  margin: 0 5px;
}
.topping .fc {
  cursor: pointer;
}

.topTag {
  background-color: #009144;
  color: white;
  display: inline-block;
  padding: 0 5px;
  margin-left: 5px;
}

.singleDelete {
  background-color: #a0a0a0;
  display: inline-block;
  padding: 8px 12px;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  #performance .output .no-reply {
    flex-wrap: wrap;
    height: auto;
  }
  #performance .output .no-reply > * {
    width: 100%;
  }
}

#orders .dashboard .dropdown {
  margin-left: auto;
}

.specificAddress {
  display: flex;
  margin-bottom: 50px;
}
.specificAddress label {
  cursor: pointer;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.specificAddress label input {
  transform: scale(1.5) translateX(50%);
  margin-right: 20px;
}
.specificAddress input {
  max-width: 500px;
}

#forum-product-in .wrap-bottom ul.post .content .content_padding {
  background-color: #fff;
  padding: 25px;
  width: 100%;
}
#forum-product-in .wrap-bottom.insert {
  width: 100%;
}

#forum-product-in .wrap-bottom.insert {
  padding-top: 20px;
}
#forum-product-in .wrap-bottom.insert ul.post li {
  padding-right: 0;
}

.wrap-bottom.insert .content {
  width: 100%;
  background-color: #fff;
  padding: 25px;
}

#forum-product-in .wrap-bottom .btn {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  #forum-product-in .wrap-bottom.insert ul.post li .underline {
    width: auto;
  }

  #forum-product-in .wrap-bottom.insert ul.post li .underline .title {
    flex-direction: column;
    font-size: 14px;
    margin: 0 10px 0 0;
  }
  #forum-product-in
    .wrap-bottom.insert
    ul.post
    li
    .underline
    .title
    > div
    span:last-child {
    font-size: 12px;
  }
  #forum-product-in
    .wrap-bottom.insert
    ul.post
    li
    .underline
    .title
    > div:nth-child(2) {
    padding: 5px 0 0 0;
  }
  #forum-product-in
    .wrap-bottom.insert
    ul.post
    li
    .underline
    .title
    > div.icon-user {
    padding: 8px;
    font-size: 8px;
    margin-right: auto;
  }
  #forum-product-in .wrap-bottom.insert .editable {
    font-size: 14px;
    padding: 15px;
  }
}
.noPad {
  padding: 0 !important;
}

.topBtn {
  /* background-color: green; */
  width: 100%;
  height: 100%;
  min-width: 50px;
}
.topBtn svg {
  fill: #999;
  width: 16px;
}
.topBtn.isTop svg {
  transform: rotate(180deg);
}

#locations .info-block > a:nth-child(3) {
  cursor: default;
}
#performance .output table tr.sum {
  font-weight: bold;
  background-color: #f3f3f3;
}
/* #announcement table tr {
  cursor: pointer;
} */
#orders .btn.spe {
  margin: 0;
}

@media screen and (max-width: 992px) {
  #orders .btn.spe {
    margin: 0 10px 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  #orders .btn.spe {
    order: 1;
  }
}
#orders .memo {
  max-width: 200px;
  width: 15%;
}

#orders .cars {
  max-width: 50px;
}

#forum-new .spe {
  width: 300px;
}
@media screen and (max-width: 700px) {
  #forum-new .spe {
    width: 100%;
  }
}

#cart .department {
  max-width: 300px;
  margin-left: auto;
  margin-bottom: 12px;
}

#cart .delivery {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cart .delivery input {
  width: 20px;
  height: 20px;
}

.table td.bin {
  padding: 11px 0px;
  width: 70px;
}

#cart-submit .success {
  background-color: #459b6d;
  color: #fff;
}
#cart-submit .failure {
  background-color: #db4343;
  color: #fff;
}

.btn-disabled {
  background-color: #777;
  pointer-events: none;
  /* cursor: not-allowed; */
}

.fix-left {
  justify-content: flex-end;
}
#orders-inquiry-special .bottonform .fix-left span:not(.icon-bin) {
  font-size: 16px;
  margin-right: 12px;
  margin-left: 12px;
  letter-spacing: 0px;
  font-weight: normal;
}
