html {
  font-size: 16px;
}

body {
  padding-top: 40px;
  font-size: 1rem;
  font-family: 'ＭＳ ゴシック', 'MS Gothic', monospace;
}

.btn {
  font-size: 0.9em;
  min-width: 6em;
}

.navbar-brand {
  font-size: 1.1em;
}

.ui-datepicker {
  z-index: 1100 !important;
}

.ui-datepicker-sunday .ui-state-default {
  color: red;
}

.ui-datepicker-saturday .ui-state-default {
  color: blue;
}

.hidden-input {
  display: none;
}

.form-control {
  height: auto;
  font-size: 0.9em;
}

.text-white, a:visited, .text-white:hover, .text-white:link, .text-white:active {
  color: #ffffff;
  text-decoration:none;
}

.panel-margin {
  margin-top:20px;
  margin-right:20px;
}

.login{
  color: #ffffff;
  padding-top: 15px;
  padding-right: 10px;
}
.icon {
  float: left;
  position: relative;
  margin: 25px;
  width: 250px;
  height: 250px;
  border-radius: 26px;
  overflow: hidden;
  padding 0px;
}

.col-form-label{
  text-align:right;
}

.body-popup {
  padding-top: 15px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

h4.title {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3498db;
  border-bottom: 1px solid #3498db;
}

h5.title {
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #3498db;
  margin-bottom: .5em;
}

footer{
  margin-top: .5em;
}

a.panel:link{
  color:inherit;
  text-decoration:none;
}

a.panel:visited{
  color:inherit;
  text-decoration:none;
}

a.panel:hover{
  color:inherit;
  text-decoration:none;
}

a.panel:active{
  color:inherit;
  text-decoration:none;
}

.card-title {
  color: #007bff;
  margin-bottom: 0.75em;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  word-wrap: break-word;

}

h1, .h1 {
  font-size: 2.5em;
}

h2, .h2 {
  font-size: 2em;
}

h3, .h3 {
  font-size: 1.75em;
}

h4, .h4 {
  font-size: 1.5em;
}

h5, .h5 {
  font-size: 1.25em;
}

h6, .h6 {
  font-size: 1em;
}

.row-eq-height {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.panel {
  border: 1px solid #ddd;
}

.selected-line{
  border: solid 3px #23527c;
}
.row {
  margin-left: 0px;
}
.thumbnail {
  height: 95%;
  padding: 0px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25em - 1px);
  border-top-right-radius: calc(0.25em - 1px);
}

.btn-group-top-left {
  margin-left: 15px;
}
.row-0{
  margin-left:0px;
  margin-right:0px;
  padding-right:0px;
  padding-left:0px;
}

.row-10{
  margin-left:-5px;
  margin-right:-5px;
  padding-right:5px;
  padding-left:5px;
}
.row-20{
  margin-left:-10px;
  margin-right:-10px;
  padding-right:10px;
  padding-left:10px;
}
.row-30{
  margin-left:-15px;
  margin-right:-15px;
  padding-right:15px;
  padding-left:15px;
}
.row-40{
  margin-left:-20px;
  margin-right:-20px;
  padding-right:20px;
  padding-left:20px;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.pagination {
  display: inline-block;
  margin: 0px 0;
}

.container-scroll {
    width: 90%;
    overflow: scroll;
    margin : 0 auto;
    flex: 1;
    position: relative;
}

.left-pad {
    float: left;
    position: fixed;
    z-index: 999;
    padding: 0px 0px 0px 0px 0px;
    width: 50px;
    height: 100%;
}

.right-pad {
    float: right;
    right:0px;
    position: fixed;
    z-index: 999;
    padding: 0px 0px 0px 0px 0px;
    width: 50px;
    height: 100%;
}

.content-head {
    background:#fff;
    float: top;
    position: fixed;
    top:0em;
    z-index: 1000;
    padding: 3em 0px 0px 16px;
    width: 100%;
}

.content-head-top {
    top:auto;
}

.content-body {
    margin-top:8em;
}

.popup-content-head,.popup-content-heads{
    background:#fff;
    float: top;
    position: fixed;
    top:0em;
    z-index: 1000;
    padding: 0px 0px 0px 0px 0px;
    width: 100%;
}

.popup-content-body {
    margin-top:8em;
}

.popup-content-body-501 {
    margin-top:11.3em;
}

@media (min-width: 1px) {
  .container {
    width: 1320px;
  }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

label,ol, ul, li{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}

.notice {
  margin-left: 30px;
  list-style: disc;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table > thead > tr > th {
  vertical-align: top;
}

/* --------------------------------
ドリルダウン関係 start
-------------------------------- */
#drill-down {
    float: left;
    padding: 0;
    width:600px;
    position: fixed;
    top:3.2em;
    display:none;
    z-index: 9996;
}

#drill-down dl {
  margin-bottom: 1px;
}

#drill-down dt {
  cursor: pointer;
  margin-bottom: 1px;
}

#drill-down dd .inner {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin: 3px 0;
}

#drill-down dd {
  display: none;
}

.layer-1 dt {
  background-color: #003856;
  padding: 5px 10px;
  font-size: 1.5em;
  color: #ffffff;
}

.layer-2 dt {
  background-color: #005982;
  padding: 5px 10px;
  font-size: 1.45em;
  color: #ffffff;
}

.layer-3 dt {
  background-color: #0075A9;
  padding: 5px 10px;
  font-size: 1.40em;
  color: #ffffff;
}

.layer-4 dt {
  background-color: #007FAB;
  padding: 5px 10px;
  font-size: 1.35em;
  color: #ffffff;
}

.layer-5 dt {
  background-color: #008DCB;
  padding: 5px 10px;
  font-size: 1.32em;
  color: #ffffff;
}

.layer-6 dt {
  background-color: #0097DB;
  padding: 5px 10px;
  font-size: 1.29em;
  color: #ffffff;
}

.layer-7 dt {
  background-color: #00A0E9;
  padding: 5px 10px;
  font-size: 1.26em;
  color: #ffffff;
}

.layer-8 dt {
  background-color: #00AFEC;
  padding: 5px 10px;
  font-size: 1.23em;
  color: #ffffff;
}

.layer-9 dt {
  background-color: #49AAD2;
  padding: 5px 10px;
  font-size: 1.2em;
  color: #ffffff;
}

.layer-10 dt {
  background-color: #54C3F1;
  padding: 5px 10px;
  font-size: 1.17em;
  color: #ffffff;
}

.node {
  background-color: #9FD9F6;
  margin-bottom: 1px;
  padding: 5px 20px;
  font-size: 1.17em;
  color: #ffffff;
  cursor: pointer;
}

/* --------------------------------
ドリルダウン関係 end
-------------------------------- */

/* --------------------------------
テーブル、パネル幅調整 start
-------------------------------- */
.panel-repro{
  min-width: 1300px;
}

.table-break{
	/*
    word-break: break-all;
    */
    word-wrap: break-word;
}

.omit{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: not specified;
}

/* 画面別表幅定義 */
.table-HPF201{
  table-layout: fixed;
  min-width: 82em;
}

.table-HPF301{
  table-layout: fixed;
  min-width: 211em;
}

.table-HPF303{
  table-layout: fixed;
  min-width: 81em;
}

.table-HPF601{
  table-layout: fixed;
  min-width: 77em;
}

.table-HPF601{
  table-layout: fixed;
  min-width: 77em;
}
/* Ver2.00 日野自動車故障診断2020年度上期改善対応 Add BY ZENGHQ 20200801 Start */
.table-DSF911{
  table-layout: fixed;
  min-width: 82em;
}

.table-rn{
  width:4em;
}
.table-releaseDate{
  width:10em;
}
.table-expireDate{
  width:10em;
}
.table-kind{
  width:7em;
}
.table-remarks{
  min-width:10em;
}
.table-lastUpdatedPINName{
  min-width:10em;
}
/* Ver2.00 日野自動車故障診断2020年度上期改善対応 Add BY ZENGHQ 20200801 End */
/* 表の各列幅調整定義 */
.table-no{
  width: 5em;
}

.table-number{
  width: 4em;
}

.table-constructionNo{
  width: 5em;
}

.table-noplate{
  width: 12em;
}

.table-customer{
  width: auto;
  min-width: 14em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.table-vin{
  width: 14em;
}
.table-carModelNo{
  width: 14em;
}

.table-gousya{
  width: 6em;
}

.table-constructionSect{
  width: 4em;
}

.table-parts{
  width: 4em;
}

.table-receiptTime{
  width: 10em;
}

.table-inboundTime{
  width: 10em;
}

.table-constructionName{
  width: auto;
  min-width: 14em;
}

.table-constructionCharge{
  width: 10em;
}

.table-startTime{
  width: 10em;
}

.table-endTime{
  width: 10em;
}

.table-outboundTime{
  width: 10em;
}

.table-actual{
  width: 4em;
}

.table-actuale{
  width: 4em;
}

.table-outboundCharge{
  width: 10em;
}

.table-endTime{
  width: 10em;
}

.table-userid{
  width: 8em;
}
.table-username{
  width: 10em;
}

.table-userkana{
  width: 10em;
}

.table-system{
  width: auto;
  min-width: 30em;
}

.table-repro-title{
  width: 17em;
}

.table-engno{
  width: 12em;
}

.table-datetime{
  width: 10em;
}

.table-productNo{
  width: 12em;
}

.table-exists{
  width: 4em;
}

.table-count{
  width: 4em;
}

.table-salesPrice{
  width: 10em;
}

.table-status{
  width: 8em;
}

.table-productKbn{
  width: 4em;
}
.table-position{
  width: 4em;
}
.table-personHours{
  width: 4em;
}
.table-unitPrice{
  width: 6em;
}
.table-sellPrice{
  width: 6em;
}
.table-cost{
  width: 6em;
}
.table-percent{
  width: 3em;
}
.table-issue{
  width: 4em;
}
.table-output{
  width: 4em;
}
.table-laneNo{
  width: 7em;
}
.table-accessDate{
  width: 10em;
}
.table-engNo{
  width: 12em;
}
.table-usageCategory{
  width: 6em;
}
.table-procCategory{
  width: 6em;
}
.table-ecuName{
  width: 8em;
}
.table-sagyoCategoryName{
  width: 9em;
}
.table-ecuSoftNo{
  width: 8em;
}
.table-procStatus{
  width: 4em;
}

.table-distNm{
  width: 10em;
}
.table-dlrNm{
  width: 10em;
}
.table-usrNm{
  width: 10em;
}

.table-sagyoukubun{
  width: 4em;
}
.table-sagyouCdHinban{
  width: 8em;
}
.table-sagyouNameHinmei{
  width: auto;
  min-width: 18em;
}
.table-kurai{
  width: 3em;
}
.table-kazu{
  width: 3em;
}
.table-kousuu{
  width: 4em;
}
.table-ari{
  width: 3em;
}
.table-tanka{
  width: 5em;
}
.table-baika{
  width: 5em;
}
.table-genka{
  width: 5em;
}
.table-hatsu{
  width: 3em;
}
.table-sagyousya{
  width: 10em;
}
.table-syutsu{
  width: 3em;
}

.table-diagnosisNo{
  width: 7em;
}

/* --------------------------------
テーブル、パネル幅調整 start
-------------------------------- */
.panelImg {
  position: relative;
  width: 100%;
}

.panelPointImg1 {
  position:absolute;
  top:5px;
  left:0px;
  width: 50px;
  height: 50px;
}
.panelPointImg2 {
  position:absolute;
  top:5px;
  left:50px;
  width: 50px;
  height: 50px;
}
/* --------------------------------
以降のパネル画像は未使用
-------------------------------- */
.panelPointImg3 {
  position:absolute;
  top:5px;
  left:100px;
  width: 50px;
  height: 50px;
}
.panelPointImg4 {
  position:absolute;
  top:5px;
  left:150px;
  width: 50px;
  height: 50px;
}
.panelPointImg5 {
  position:absolute;
  top:5px;
  left:200px;
  width: 50px;
  height: 50px;
}
.panelPointImg6 {
  position:absolute;
  top:5px;
  left:250px;
  width: 50px;
  height: 50px;
}

.required {
  color: red;
}

.panel-heading {
  padding: 0px 0px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.tableImgTd {
    position: relative;
    overflow:hidden;
    word-break:normal ! important;
    word-wrap:normal ! important;
}

.statusImg1 {
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
}

.statusImg2 {
  position:absolute;
  left: 25px;
  width: 25px;
  height: 25px;
}

.statusImg3 {
  position:absolute;
  left: 50px;
  width: 25px;
  height: 25px;
}

.statusImg4 {
  position:absolute;
  left: 75px;
  width: 25px;
  height: 25px;
}

.tableRoad {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
.tableRoad td, .tableRoad th{
    border:1px solid #111;
    color:black;
    padding: 8px;
    vertical-align: top;
}

/* 偶数列の背景色変更 */
.tableRoad col:nth-child(2n) {
    background-color: #fff;
}

/* 奇数列の背景色変更 */
.tableRoad col:nth-child(2n+1) {
    background-color: #ccff99;
}

.content-head {
  min-width: 1300px;
}

.popup-content-head {
  min-width: 1300px;
}

.popup-content-scrollable-head {
    background:#fff;
    float: top;
    position: fixed;
    top:0em;
    z-index: 1000;
    padding: 0px 0px 0px 0px 0px;
    width: 100%;
    overflow-x: auto;
}

.popup-content-scrollable-head > div {
	min-width: 1300px;
}

/* トグルボタン */
.btn-toggle {
  color: #464646;
  background-color: #adadad;
  border-color: #909090;
  margin-bottom : 10px;
}
.btn-toggle:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  background-image: none;
}
.btn-toggle .badge {
  color: #337ab7;
  background-color: #fff;
}
.ime-disabled {
    ime-mode:disabled;
}
.panel-primary > .panel-heading-notselect {
  color: #ff0;
  background-color: #87C5E2;
  border-color: #87C5E2;
}

#loading {
    border-radius: 5px;
    position:fixed;
    padding:0px;
    flex-flow: column;
}
#loading img{
    width: 60px;
    height: 60px;
}


.popup-content-head{
  min-width: 1300px;
}

/* 画面別レイアウト範囲定義 */
.popup-content-body-DSF303-top {
  margin-top:10em;
}
.popup-content-body-DSF303-bottom {
  margin-bottom:2em;
}

.popup-content-body-DSF922 {
  margin-top: 12em;
}

/* 表の各列幅調整定義 */

/* DSF902 */
.table-number{
  width: 28em;
}

.table-country{
  width: auto;
  min-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-agencyName{
  width: auto;
  min-width: 12em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-dealerName{
  width: auto;
  min-width: 12em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-username{
  width: auto;
  min-width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-mac{
  width: 13em;
}

.table-loginDate{
  min-width: 9.2em;
}

.table-loginKubun{
  width: 13em;
}

.table-liblary{
  width: auto;
  min-width: 10em;
}

.table-version{
  width: 8em;
}

.table-updateDate{
  width: 8em;
}

.table-updateUserName{
  width: 10em;
}

.tavle-filePath{
  width: auto;
  min-width: 30em;
}

/* 部品定義 */
.btn-filedownload {
  margin: 10px;
  white-space: normal;
}

.dtch-btn-icon {
  margin-right: 0.5em;
}

.layout-adjust {
  margin-left: 10px;
}

.radio-text {
   margin-left: 3px;
}

/* パンくずリスト 変更 */
.breadcrumb {
  background:transparent;
  border: 1px solid #ddd;
  padding-bottom: 0em;
}

.btn-breadcrumb-dthc {
  margin-bottom: 0.5em;
  white-space: normal;
}

/* DSF922 パンくずリスト上位階層ボタン bootstrapのボタン定義を元に変更 */
.btn-secondary-dtch {
  color: #fff;
  background-color: #87C5E2;
  border-color: #87C5E2;
}
.btn-secondary-dtch:focus,
.btn-secondary-dtch.focus {
  color: #fff;
  background-color: #5db5d9;
  border-color: #5db5d9;
}
.btn-secondary-dtch:hover {
  color: #fff;
  background-color: #5db5d9;
  border-color: #5db5d9;
}
.btn-secondary-dtch:active,
.btn-secondary-dtch.active,
.open > .dropdown-toggle.btn-secondary-dtch {
  color: #fff;
  background-color: #5db5d9;
  border-color: #5db5d9;
}
.btn-secondary-dtch:active:hover,
.btn-secondary-dtch.active:hover,
.open > .dropdown-toggle.btn-secondary-dtch:hover,
.btn-secondary-dtch:active:focus,
.btn-secondary-dtch.active:focus,
.open > .dropdown-toggle.btn-secondary-dtch:focus,
.btn-secondary-dtch:active.focus,
.btn-secondary-dtch.active.focus,
.open > .dropdown-toggle.btn-secondary-dtch.focus {
  color: #fff;
  background-color: #529fc0;
  border-color: #529fc0;
}
.btn-secondary-dtch:active,
.btn-secondary-dtch.active,
.open > .dropdown-toggle.btn-secondary-dtch {
  background-image: none;
}
.btn-secondary-dtch.disabled:hover,
.btn-secondary-dtch[disabled]:hover,
fieldset[disabled] .btn-secondary-dtch:hover,
.btn-secondary-dtch.disabled:focus,
.btn-secondary-dtch[disabled]:focus,
fieldset[disabled] .btn-secondary-dtch:focus,
.btn-secondary-dtch.disabled.focus,
.btn-secondary-dtch[disabled].focus,
fieldset[disabled] .btn-secondary-dtch.focus {
  background-color: #87C5E2;
  border-color: #87C5E2;
}
.btn-secondary-dtch .badge {
  color: #87C5E2;
  background-color: #fff;
}

/*診断履歴一覧*/
.table-vehicleSection{
  table-layout: fixed;
  min-width: 12em;
}
.table-hansya{
  table-layout: fixed;
  min-width: 12em;
}
.table-base{
  table-layout: fixed;
  min-width: 12em;
}
.table-pin{
  table-layout: fixed;
  min-width: 12em;
}

/*DXログイン履歴一覧*/
.table-country{
  table-layout: fixed;
  min-width: 12em;
}
.table-agencyName{
  table-layout: fixed;
  min-width: 12em;
}
.table-dealerName{
  table-layout: fixed;
  min-width: 12em;
}
.table-user{
  table-layout: fixed;
  min-width: 12em;
}
/*DX用ファイル一覧*/
.table-libraryName{
  table-layout: fixed;
  min-width: 17em;
}
.table-fileName{
  table-layout: fixed;
  min-width: 17em;
}
.table-filePath{
  table-layout: fixed;
  min-width: 17em;
}
.ime-disabled {
  ime-mode:disabled;
}
.tableImgTd92X {
    position: relative;
    overflow:hidden;
    word-break:normal ! important;
}
.btn-92X {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: normal !important;
}
.tableImgTd30X {
    position: relative;
    overflow:hidden;
    word-break:normal ! important;
}

/*診断履歴明細*/
.accordion-group-left {
  margin-left: 15px;
}

.accordion-group-right {
  margin-right: 15px;
}
.panel-primary > .panel-heading-class1 {
  color: #ff0;
  background-color: #3d86c8;
  border-color: #3d86c8;
}
.panel-primary > .panel-heading-class2 {
  color: #ff0;
  background-color: #659fd3;
  border-color: #659fd3;
}
.panel-primary > .panel-heading-class3 {
  color: #ff0;
  background-color: #256fd3;
  border-color: #256fd3;
}
.panel-primary > .panel-heading-class4 {
  color: #ff0;
  background-color: #357fe3;
  border-color: #357fe3;
}
.panel-primary > .panel-heading-class5 {
  color: #ff0;
  background-color: #458ff3;
  border-color: #458ff3;
}
.panel-primary > .panel-heading-class6 {
  color: #ff0;
  background-color: #559fff;
  border-color: #559fff;
}
.panel-primary > .panel-heading-class7 {
  color: #ff0;
  background-color: #5ba9b9;
  border-color: #5be9f9;
}
.panel-primary > .panel-heading-class8 {
  color: #ff0;
  background-color: #489c93;
  border-color: #58fcd3;
}
.panel-primary > .panel-heading-class9 {
  color: #ff0;
  background-color: #388c73;
  border-color: #57fdaa;
}
.panel-primary > .panel-heading-class10 {
  color: #ff0;
  background-color: #317c63;
  border-color: #78fe56;
}

.unit-title {
   width: 10em
}
.panel-title-detail {
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 98%;
  color: inherit;
}

/* DSF313 故障診断の2020年度下期改善対応 */
.dsf313-table-bottom {
  margin-bottom: 20px;
}
.popup-content-body-DSF311 {
    margin-top:8em;
}
.dsf313-table-left {
    width: 30%;
}
.dsf313-table-unitName {
    width: 20%;
}
/*DSF311*/
.DSF311-body {
  min-width:1300px;
}
.DSF311-body .sideber {
    color:aliceblue;
    background: #3498db;
    border: 5px solid #337ab7;
    font-size: 11px;
    width: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.DSF311-body #up,
.DSF311-body #down,
.DSF311-body #clear {
    color:aliceblue;
    font-size: 20px;
    text-decoration: none;
}
.DSF311-body .sideber table {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;

}
.DSF311-body .sideber table a {
    color:aliceblue;
    border-bottom: solid 1px;
}
.DSF311-body .swich {
    padding:5PX 5PX 0px 0px;
}
.table-DSF311 > thead > tr > .table-no {
  table-layout: fixed;
  width: 6.5em;
}
.table-DSF311 > thead > tr > .table-vin {
  table-layout: fixed;
  width: 10em;
}
.table-DSF311 > thead > tr > .table-diagFunctionCd {
  table-layout: fixed;
  min-width: 16em;
}
.table-DSF311 > thead > tr > .table-diagInfoType {
  table-layout: fixed;
  width: 6.5em;
}
.table-DSF311 > thead > tr > .table-eventCreateDateTime {
  table-layout: fixed;
  width: 8.5em;
}
.table-DSF311 > thead > tr > .table-workingDateTime {
  table-layout: fixed;
  width: 6.5em;
}
.table-DSF311 > thead > tr > .table-agency {
  table-layout: fixed;
  min-width: 8em;
}
.table-DSF311 > thead > tr > .table-dealer {
  table-layout: fixed;
  min-width: 9em;
}
.table-DSF311 > thead > tr > .table-user {
  table-layout: fixed;
  min-width: 9em;
}
.tooltip-inner{
  background: #fafafa;
  color:#363636;
  border:1px solid #dedede;
  max-width: 400px;
  word-wrap: break-word;
}
.tooltip-arrow {
  left: 50% !important;
}
.tooltip{
   opacity: 1;
}

/* Ver10.00 2021年度下期帳票関連対応 Add BY FANS 20210105 Start */
.tl-block-top{
	margin-top:4em;
}
.tl-block-area{
	margin-left:3em;
}
.tl-table{
	width:93%;
	border:1px solid black;
}
.tl-table > thead > tr > th, .tl-table > tbody > tr > th, .tl-table > thead > tr > td, .tl-table > tbody > tr > td{
	border:1px solid black;
}
.tl-del-area{
	padding:3px;
}
.tl-del-area label{
	font-weight:bold;
}
.tl-del-area button{
	margin-left:15px;
}
.tl-img-td{
	height:100px;
}
.tl-img{
	max-width:70%;
	max-height:80%;
	float:left;
}
.tl-img-button{
	width:20%;
	float:right;
	padding:0 3%;
}
.tl-img-button button{
	float:right;
	margin:5px 0px;
}
.tl-text-button{
	padding:4px 0 0 0;
	float:right;
}
table.table-nobordered,
table.table-nobordered td,
table.table-nobordered th {
    border:0px;
}
/* Ver10.00 2021年度下期帳票関連対応 Add BY FANS 20210105 End */


/* Ver13.00 2022年下期非同期対応 Add BY XIAOYX 20221110 Start */
.popup-content-body-DSF001 {
    margin-top: 6em;
}
.table-DSF001 > thead > tr > .table-dlReqDatetime {
  table-layout: fixed;
  width: 16.5em;
}
.table-DSF001 > thead > tr > .table-fileType {
  table-layout: fixed;
  min-width: 47em;
}
.table-DSF001 > thead > tr > .table-procStatus {
  table-layout: fixed;
  width: 20em;
}
/* Ver13.00 2022年下期非同期対応 Add BY XIAOYX 20221110 End */