td {
  height: initial;
}
.main-content {
  padding-top: 18px;
}

.table-responsive {
  color: #333;
}
.form-group input {
  height: 36px;
}
.form-group {
  margin-bottom: 20px;
}

.page-title {
  margin-bottom: 10px;
}

.tdcenter {
  text-align: center;
}
.tddate {
  text-align: center;
  max-width:120px;
}
.tdmethod {
  max-width:200px;
}

.tddate .date-input {
  text-align: center;
}

.pagination {
  margin: 5px 10px 0px 20px;
}

.pagenav {
  text-align:left;
}

.notes {
  padding: 0px 3px;
  font-size:12px;
}

.logo_s {
  width: 120px;
  margin-top: 5px;
}

.contact {
  margin-top: 20px;
}

.company-info {
  font-size: 14px;
  padding: 0px 5px;
  margin: 0px 5px 5px 5px;
  /*background-color: #fff;*/
}

.company-info .head {
    font-weight: bold;
    text-decoration: underline;
}

.company-info .sub-head {
    font-weight: bold;
}
.company-info .box {
    padding-right: 10px;
    padding-left: 0px;
    position: relative;
    min-height: 1px;
}

div .rjst {
    float: right;
}

.btn-primary {
  background-color: #79A3C5;
  border-color: #79A3C5;
  margin:2px 6px;
}
.btn-primary:hover {
  background-color: #94B5D0;
  border-color: #94B5D0;
}
.btn-success {
  background-color: #60BCB8;
  border-color: #60BCB8;
  margin:0px 6px;
}
.btn-success:hover {
  background-color: #80CAC6;
  border-color: #80CAC6;
}

.btn-warning {
  background-color: #B3AC75;
  border-color: #B3AC75;
  margin:0px 6px;
}
.btn-warning:hover {
  background-color: #C1BB8D;
  border-color: #C1BB8D;
}

.auth-box.half {
  max-width: 420px;
  text-align: center;
}

.auth-box .btn-primary {
  margin: 30px 0px;
}

.auth-box.half .content {
  width: 80%;
}

.invalid-feedback {
  color: red;
  padding: 10px 0;
}

.mt-5 {
  margin-top: 5px;
}
.mt-5b {
  margin-top: 5px;
  font-weight: bold;
}
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.d-flex {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.d-flex p {
  margin: 3px 0px;
}
.d-flex .rcpt_name {
  padding-left: 10px;
}

.space-around {
  justify-content: space-around;
}

.flex-end {
  justify-content: flex-end;
}

table#deliveryTable>thead>tr>th,
table#deliveryTable>tbody>tr>td {
  padding: 0;
}

table#deliveryTable tr.odd {
    background: #f7f7f7;
}

table#deliveryTable th {
  background: #E7F1FD !important;
  text-align: center !important;
}

table#deliveryTable th,
table#deliveryTable td {
  vertical-align: middle !important;
  font-size: 14px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-color: #ccc;
  border-top: 1px solid #e0e0e0;
  min-height: 30px;
}

table#deliveryTable td.bottom-border-gray {
    border-bottom: 1px dotted #e7e7e7;
}

table#deliveryTable td.top-border-gray {
    border-top: 1px dotted #ccc;
}

table#deliveryTable th > div,
table#deliveryTable td > div {
  padding: 0px 6px;
  height: 100%;
}

table#deliveryTable .article-flex-row div {
  height: 30px;
  line-height: 30px;
  padding-left: 6px;
}

table#deliveryTable .article-flex-row div:not(:last-child) {
  border-right: 1px dotted #ccc;
}

table#deliveryTable .article-flex-row .number {
  width: 40%;
}

table#deliveryTable .article-flex-row .quantity,
table#deliveryTable .article-flex-row .price
{
  width: 15%;
  padding-right: 2px;
}

table#deliveryTable .article-flex-row .subtotal {
  width: 30%;
  padding-right: 2px;
  font-size: 90%;
}

table#deliveryTable .article-name {
  border-top: 1px dotted #ccc;
  padding: 6px;
  height: 30px;
  display: flex;
  align-items: center;
}

table#deliveryTable .article-name.border {
  border-bottom: 1px solid #e0e0e0;
}


.form-control {
  height: 28px;
  padding: 2px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  /*width: 100%;*/
}

#wrapper .sidebar {
  width: 160px;
}

#wrapper .main {
  width: calc(100% - 160px);
}

@media screen and (max-width: 1024px) {
  #wrapper .main {
    width: 100%;
  }
}

.text-small {
  font-size: 13px !important;
  display:block;
  line-height: 120%;
}
.shop-name {
  font-size: 16px;
  color: #000 !important;
  text-decoration: underline;
  font-weight:bold;
}
.infow {
  max-width: 100px;
}
.addw {
  max-width: 450px;
}

.text-large {
  font-size: 14px !important;
}

.text-grey {
  color: #9f9f9f !important;
}

.text-weight-bold {
  font-weight: bold !important;
}

.search-block {
  background: #fff;
  margin-bottom: 15px;
}

.search-block .item {
    padding: 0;
}

.search-block .item.date {
    margin-left: 20px;
}

.search-block .item .end-at {
    margin-left: 15px;
}

.search-block .item.button {
    margin-left: 25px;
    padding: 5px;
}

.search-block .item input[type=checkbox] {
    position: relative;
    top: 2px;
    left: 10px;
}

table#orderHistoryTable {
  border-bottom: none !important;;
  border-left: none !important;;
  border-right: none !important;;
  max-width: 1400px;
}

table#orderHistoryTable th {
  background: #E7F1FD !important;
}

table#orderHistoryTable th,
table#orderHistoryTable td {
  vertical-align: middle !important;
  font-size: 15px;
  text-align: center !important;
  padding: 8px !important;
}

.calc-tr td {
  border: none !important;
}

.calc-tr.border td {
    border-bottom: 1px solid !important;
}

.errors {
  display: none;
}

.sidebar .nav {
  margin-top: 25px;
}

.search-block .date-input {
  max-width: 120px;
  margin: 4px 8px;
}


.select-small {
  width: 180px;
  font-size:12px;
  border:1px;
}

.select-small.input-delivery-method {
    width: 150px;
}

.select-table {
  font-size:12px;
}

.select-count {
  width: 90px;
}

.search-block:not(.full) {
  width: 50%;
  float: left;
}

.search-block:not(.full):last-child {
  width: 45%;
  margin-left: 30px;
}

.buyer-comment-btn {
  color: red;
  font-size: 17px;
  margin-left: 10px;
  cursor: pointer;
}

.note-edit-btn {
  font-size: 17px;
  cursor: pointer;
}

.pdf-table {
  margin-top: -100px;
}

.alert {
  margin-top: 13px;
}

.navbar-default {
  /*height: 60px;*/
  vertical-align: middle;
}
.navbar-nav {
  padding-top: 15px;
}


.navbar-default .brand {
  padding: 2px 20px;
  margin-top: 5px;
}

.systtl {
  font-size: 24px;
  font-weight: 500;
  font-family: 'NotoSansJP,appleLogo,sans-serif';
  /*font-family: 'Century Gothic';*/
  letter-spacing: 0.1em;
  transform: scale(1.1, 1);
  color: #3287B2;
}
.brand .subttl {
  padding-left: 20px;
  font-size: 14px;
}
.crights {
  text-align: center;
  color: #fff;
}

.navbar-btn {
  padding: 3px 0;
  margin: 3px 0 3px 20px;
}

.navbar-nav > li > a {
  padding: 0px 20px;
}

#wrapper #sidebar-nav, #wrapper .main {
  padding-top: 48px;
}

.search-block .panel-body {
  padding: 5px 25px;
}

.no-border {
    border: none !important;
}

.error-content {
    width: 80%;
    text-align: center;
    margin: 40px auto;
}

.relative {
    position: relative;
}

.bulk-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    left: 8px;
    border: 1px solid #555;
    border-radius: 50%;
    top: 5px;
}

.bulk-button::before{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 3px;
    cursor: pointer;
}

.bulk-popup {
    background: #fff;
    border: 1px solid #676a6d;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
}

.bulk-popup .on-btn,
.bulk-popup .off-btn {
    color: #fff;
    padding: 10px;
    font-size: 0.8rem;
    margin: 5px;
    border: none;
    border-radius: 12px;
    outline: none;
}

.bulk-popup .on-btn {
    background: #79A3C5;
}

.bulk-popup .off-btn {
    background: #676a6d;
}

@media (max-width: 1116px) {
  .search-block {
    width: 100% !important;
    clear: both;
    margin-top: 10px;
  }

  .search-block:last-child {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .d-flex {
    flex-direction: column;
  }

  .date-input {
    width: 200px;
  }

  .select-small {
    width: 200px;
  }
}
