@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body,
tooltip,
popover {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body,
  tooltip,
  popover {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

.table-aichi,
.table-aichi > th,
.table-aichi > td {
  background-color: #ff4400;
}

.table-hover .table-aichi:hover {
  background-color: #ff2200;
}

.table-hover .table-aichi:hover > td,
.table-hover .table-aichi:hover > th {
  background-color: #ff2200;
}
.btn-aichi {
  color: #fff;
  background-color: #ff4400;
  border-color: #ff4400;
}

.btn-aichi:hover {
  color: #fff;
  background-color: #ff2200;
  border-color: #ff2200;
}

.btn-aichi:focus, .btn-aichi.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 0, 0.5);
}

.btn-aichi.disabled, .btn-aichi:disabled {
  color: #fff;
  background-color: #ff4400;
  border-color: #ff4400;
}

.btn-aichi:not(:disabled):not(.disabled):active, .btn-aichi:not(:disabled):not(.disabled).active,
.show > .btn-aichi.dropdown-toggle {
  color: #fff;
  background-color: #ff2200;
  border-color: #005cbf;
}

.btn-aichi:not(:disabled):not(.disabled):active:focus, .btn-aichi:not(:disabled):not(.disabled).active:focus,
.show > .btn-aichi.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 0, 0.5);
}
.btn-outline-aichi {
  color: #ff4400;
  background-color: transparent;
  background-image: none;
  border-color: #ff4400;
}

.btn-outline-aichi:hover {
  color: #fff;
  background-color: #ff4400;
  border-color: #ff4400;
}

.btn-outline-aichi:focus, .btn-outline-aichi.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 0, 0.5);
}

.btn-outline-aichi.disabled, .btn-outline-aichi:disabled {
  color: #ff4400;
  background-color: transparent;
}

.btn-outline-aichi:not(:disabled):not(.disabled):active, .btn-outline-aichi:not(:disabled):not(.disabled).active,
.show > .btn-outline-aichi.dropdown-toggle {
  color: #fff;
  background-color: #ff4400;
  border-color: #ff4400;
}

.btn-outline-aichi:not(:disabled):not(.disabled):active:focus, .btn-outline-aichi:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-aichi.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 0, 0.5);
}
.badge-aichi {
  color: #fff;
  background-color: #ff4400;
}

.badge-aichi[href]:hover, .badge-aichi[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ff2200;
}
.alert-aichi {
  color: #993300;
  background-color: #ffcc22;
  border-color: #ff4400;
}

.alert-aichi hr {
  border-top-color: #ff2200;
}

.alert-aichi .alert-link {
  color: #002752;
}
.list-group-item-aichi {
  color: #993300;
  background-color: #ff4400;
}

.list-group-item-aichi.list-group-item-action:hover, .list-group-item-aichi.list-group-item-action:focus {
  color: #993300;
  background-color: #ff2200;
}

.list-group-item-aichi.list-group-item-action.active {
  color: #fff;
  background-color: #993300;
  border-color: #993300;
}
.bg-aichi {
  background-color: #ff4400;
}
.bg-regist {
  background-color: #0000ff;
}

a.bg-aichi:hover, a.bg-aichi:focus,
button.bg-aichi:hover,
button.bg-aichi:focus {
  background-color: #ff2200 !important;
}
.border-aichi {
  border-color: #ff4400 !important;
}
.text-aichi {
  color: #ffffff;
}

a.text-aichi:hover, a.text-aichi:focus {
  color: #ff2200 !important;
}

.bg-silver {
  background-color: #e8e9ea !important;
}

.bg-silver:hover, a.bg-silver:hover, a.bg-silver:focus,
button.bg-silver:hover,
button.bg-silver:focus {
  background-color: #bab0b5 !important;
}




.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #8888DD;
  border-right: solid 2px #8888DD;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

div::-webkit-scrollbar{
  width: 12px;
}
div::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
div::-webkit-scrollbar-thumb{
  background: #aaa;
  border-radius: 10px;
  box-shadow: none;
}
.bidirectionalRequest{
  border-width:0px;
  border-style:None;
  background-color:transparent;
}
.telegramStyle {
  padding:initial;
}
.securityData {
   white-space:pre;
 }
.telegramDetail {
  padding-left:25px;
}
.telegramDetailSpace {
  margin-top:8px;
}
.aichiCloudHeaderStyle {
  text-align:center;
  font-size: 28px;
  margin-bottom: 0em!important;
}
.aichiCloudHeaderLabel {
  margin-bottom: 0em!important;
}
.customerNo {
  width: 330px;
}
.relationCode {
  width: 280px;
}
.boardId {
  width: 130px;
}
.networkName {
  width: 330px;
}

div.toppage {
  height: 145px;
  overflow-y:scroll;
}
.toppage::-webkit-scrollbar{
  width: 15px;
}
.toppage::-webkit-scrollbar-thumb{
  background: #c1c1c1;
}
.toppage::-webkit-scrollbar-track-piece:start{
  background: #f1f1f1;
}
.toppage::-webkit-scrollbar-track-piece:end{
  background: #f1f1f1;
}
.nonDisplay {
  display:none;
}
.reset {
  position:absolute;
}
.buttonContainer {
  position:relative;
}

.from::after {
  content: 'From';
  vertical-align: bottom;
  font-size: 0.8rem;
  font-weight: bold;
}
.to::after {
  content: 'To';
  vertical-align: bottom;
  font-size: 0.8rem;
  font-weight: bold;
}