.btn-primary {
  color: #fff;
  background-color: #269F94;
  border-color: #269F94;
}
.btn-primary:hover {
  background-color: #219184;
  border-color: #219184;
}
.btn-primary:active {
  background-color: #67BEB4;
  border-color: #67BEB4;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #5094BF;
  border-color: #5094BF;
  cursor: not-allowed;
}

.btn-outline-primary {
  color: #269F94;
  border-color: #269F94;
}
.btn-outline-primary:hover {
  background-color: #269F94;
  border-color: #269F94;
}
.btn-outline-primary:active {
  background-color: #67BEB4;
  border-color: #67BEB4;
}

.btn-outline-secondary {
  background-color: #FFF;
}

.btn-success {
  background-color: #269F94;
  border-color: #269F94;
}
.btn-success:hover {
  background-color: #269F94;
  border-color: #269F94;
}
.btn-success:active {
  background-color: #67BEB4;
  border-color: #67BEB4;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #269F94;
  background-color: #269F94;
}

/* =========================================================
  stock_list.css
========================================================= */
#list_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#list_contents #search_links {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  #list_contents #result {
    width: calc(100vw - 200px);
  }
}

#result .list_tool_header, #result .list_tool_footer {
  margin: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #result .list_tool_header, #result .list_tool_footer {
    margin: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #result .select_action {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
}
#result .select_action .btn.multipul_inquiry {
  position: relative;
  width: 300px;
  height: 80px;
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 4px solid #E05D01;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #result .select_action .btn.multipul_inquiry {
    width: 180px;
    height: 100px;
    padding: 0.2rem;
  }
}
#result .select_action .btn.multipul_inquiry.disabled {
  border: 4px solid #CCC;
}
#result .select_action .btn.multipul_inquiry.disabled i {
  color: #CCC;
}
#result .select_action .btn.multipul_inquiry i {
  margin-right: 1rem;
  margin-left: 1rem;
  color: #E05D01;
  font-size: 2.5rem;
  float: left;
}
@media only screen and (max-width: 767px) {
  #result .select_action .btn.multipul_inquiry i {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    font-size: 1.5rem;
  }
}
#result .select_action .btn.multipul_inquiry span {
  display: block;
  font-size: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #result .select_action .btn.multipul_inquiry span {
    font-size: 0.8rem;
  }
}
#result .list_tool_header .btn.multipul_inquiry:after, #result .list_tool_header .btn.multipul_inquiry:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 13%;
}
#result .list_tool_header .btn.multipul_inquiry:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFFFFF;
}
#result .list_tool_header .btn.multipul_inquiry:before {
  border-color: rgba(224, 93, 1, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-left: -16px;
  margin-top: 4px;
  border-top-color: #E05D01;
}
#result .list_tool_header .btn.multipul_inquiry.disabled:before {
  border-top-color: #CCC;
}
#result .list_tool_footer .btn.multipul_inquiry:after, #result .list_tool_footer .btn.multipul_inquiry:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 13%;
}
#result .list_tool_footer .btn.multipul_inquiry:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #FFFFFF;
}
#result .list_tool_footer .btn.multipul_inquiry:before {
  border-color: transparent;
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-left: -16px;
  margin-bottom: 4px;
  border-bottom-color: #E05D01;
}
#result .list_tool_footer .btn.multipul_inquiry.disabled:before {
  border-bottom-color: #CCC;
}
#result .paging_tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100vw - 350px);
}
@media only screen and (max-width: 991px) {
  #result .paging_tool {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #result .paging_tool {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100vw;
    font-size: 0.8rem;
    padding-top: 1rem;
  }
}
#result .paging_tool > div {
  margin-left: 1rem;
}
#result .paging_tool .filter_stock_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  #result .paging_tool .filter_stock_status {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #result .paging_tool .filter_stock_status {
    margin-bottom: 0;
  }
}
#result .paging_tool .search_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #result .paging_tool .search_item dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.5rem;
  }
}
#result .paging_tool .search_item dl dt {
  color: #3F3F40;
  margin-right: 0.5rem;
}
#result .for_nz {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
}
#result .btn.inquiry_in_list {
  background: linear-gradient(45deg, #E68E00 35%, #E35C00);
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#result .btn.inquiry_in_list:before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 1rem;
  font-size: 1.4rem;
}
#result .btn.inquiry_in_list .label {
  font-size: 0.8rem;
  text-align: left;
}
#result .btn.inquiry_in_list .label strong {
  display: block;
  font-size: 1.1rem;
  margin-top: -0.5rem;
}
#result span.badge span {
  font-weight: normal;
  font-size: 0.7rem;
}
#result button.photo_in_list {
  background-color: #EC5469;
  border-color: #EC5469;
}
#result button.photo_in_list:hover {
  background-color: #FF6986;
}
#result button.photo_in_list:before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
#result .b-table-sticky-header {
  max-height: unset !important;
}
#result .table {
  margin-bottom: 2rem;
}
#result .table .b-table-row-selected td {
  background-color: #FFFBE0;
}
#result .table th {
  white-space: nowrap;
}
@media only screen and (max-width: 1309px) {
  #result .table th {
    white-space: normal;
  }
}
#result .table td {
  background-color: #FFF;
}
#result .table td p {
  margin-bottom: 0;
}
#result .table td .make {
  font-size: 0.9rem;
}
#result .table td .car_name {
  font-size: 1.1rem;
  font-weight: bold;
}
#result .table td .car_name a {
  color: #000;
  text-decoration: underline;
}
#result .table td .car_name a:hover {
  color: #269F94;
}
#result .table td .ref_no {
  font-size: 0.8rem;
}
#result .table td .ref_no a {
  text-decoration: underline;
}
#result .table td button.photo_in_list {
  width: 100px;
  margin-top: 0.25rem;
  font-size: 0.8rem;
}
#result .table td .price_total {
  color: #D0021B;
  font-weight: bold;
}
#result .table .check_col {
  background-clip: padding-box;
  text-align: right;
}
#result .b-table-empty-row td {
  vertical-align: middle;
  height: 15rem;
}
#result .b-table-empty-row p {
  text-align: center;
}
#result .card_list .card {
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
#result .card_list .card > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#result .card_list .card > .wrapper .img {
  width: 150px;
  margin-right: 1rem;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
#result .card_list .card > .wrapper .info_col {
  -ms-flex-preferred-size: calc(100% - 160px);
      flex-basis: calc(100% - 160px);
}
#result .card_list .card > .wrapper .info_col .car_name {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
#result .card_list .card .price {
  background-color: #FFFBE8;
  padding: 1.5rem 2rem;
}
#result .card_list .card .price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#result .card_list .card .price dl dt {
  font-size: 1rem;
}
#result .card_list .card .price dl dd {
  font-size: 1.3rem;
  color: #D0021B;
  font-weight: bold;
  margin-bottom: 0;
  text-align: right;
}
#result .card_list .card .car_info {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 1rem;
}
#result .card_list .card .car_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#result .card_list .card .car_info dl dt, #result .card_list .card .car_info dl dd {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
#result .card_list .card .car_info dl dt {
  margin-right: 0.5rem;
}
#result .card_list .card .car_info dl dd {
  margin-right: 1rem;
}
#result .card_list .card .buttons button {
  width: 100%;
}
#result .card_list .card .buttons .detail_in_list {
  background-color: #269F94;
  border-color: #269F94;
}
#result .card_list .card .buttons .detail_in_list:hover {
  background-color: #67BEB4;
}
#result .card_list .card .buttons .detail_in_list:before {
  content: "\f1b9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
#result .card_list .card .buttons .photo_in_list:before {
  margin-right: 1rem;
}
#result .card_list .card .buttons .inquiry_in_list {
  display: block;
}
#result .card_list .card .buttons .inquiry_in_list .label strong {
  display: inline;
  margin-left: 0.3rem;
}

#maker_info {
  margin-right: 2rem;
  margin-left: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#maker_info .alert a {
  text-decoration: underline;
}