html {
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 0;
}

.nav-logo {
  height: 55px;
}

.nav-header {
  background-color: #fff;
  border-bottom: 2px solid #183e9a;
  border-radius: 0px;
  margin-bottom: 0px;
}

.nav-inline {
  margin-left: -15px;
}

.nav-footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  border-top: 2px solid #183e9a;
}

.nav-header .navbar-nav>.active>a,
.nav-header .navbar-nav>.active>a:focus,
.nav-header .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #fff;
}

.nav-menu {
  margin: 7.5px -15px;
}

.nav-menu>div>button {
  padding: 10px 15px;
}

.nav-menu>.btn-group>.btn-link {
  text-decoration: none;
}

.container {
  width: auto;
  max-width: 680px;
}

.container .text-muted {
  margin: 15px 0;
}

.container .header {
  margin-top: 0px;
  text-align: center;
}

.box {
  width: auto;
  max-width: 350px;
  /* margin-bottom: 20px; */
}

.box .img-result {
  height: 150px;
  padding: 15px 15px;
}

.box .result {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.box .text-result {
  font-size: 24px;
  font-weight: bold;
}

.box .additional-result {
  font-size: 14px;
  font-weight: bold;
}

.result-ok {
  color: #33ccff!important;
}

.result-warning {
  color: #ffcc33!important;
}

.result-caution {
  color: #cc3333!important;
}

.content {
  width: auto;
  padding: 0px 15px;
}

.content .table-responsive {
  border: 0px;
}

.content .table-addtional>tbody>tr>td {
  border-top: 0px;
  border-bottom: 1px solid #ddd;
}

.content span.content-title {
  color: #c0c0c0;
  font-size: 14px;
}

.content span.content-id {
  color: #808080;
  font-size: 18px;
  white-space: normal;
}

.content span.content-product {
  color: #808080;
  font-size: 18px;
  white-space: normal;
}

.content span.content-error {
  color: #cc3333;
  font-size: 18px;
  text-align: center;
  white-space: normal;
}

.link {
  width: auto;
  padding: 0px 5px;
}

.link .table-responsive {
  border: 0px;
}

.link .table-authlink>tbody>tr>td {
  border-top: 0px;
  border-bottom: 0px;
}

.icon-authlink {
  background: url("/images/link_blue.png");
  content: none;
  background-repeat: no-repeat;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}

.btn-authlink {
  color: #33ccff;
  background-color: #d7eeff;
  border-color: #d7eeff;
  text-align: left;
  letter-spacing: 2px;
}

.btn-authlink:hover,
.btn-authlink:active,
.btn-authlink:focus,
.btn-authlink:visited,
.btn-authlink:active:focus,
.btn-authlink:active:hover {
    color: #fff;
    background-color: #66ccff;
    border-color: #66ccff;
}

.icon-errorlink {
  background: url("/images/link_white.png");
  content: none;
  background-repeat: no-repeat;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}

.btn-errorlink {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
  text-align: left;
  letter-spacing: 2px;
}

.btn-errorlink:hover,
.btn-errorlink:active,
.btn-errorlink:focus,
.btn-errorlink:visited,
.btn-errorlink:active:focus,
.btn-errorlink:active:hover {
    color: #fff;
    background-color: #ff3333;
    border-color: #ff3333;
}

.full-height {
  height: 100%;
}

.agreement {
  width: auto;
  padding: 0px 5px;
}

.agreement .table-responsive {
  border: 0px;
}

.agreement .table-agreement>tbody>tr>td {
  border-top: 0px;
  border-bottom: 0px;
}

.table-agreement {
  width: 100%;
  table-layout: fixed;
}

.table-agreement td {
  word-break: break-all;
  white-space: normal;
}

.table-agreement td.td-center {
  text-align: center;
} 

.agreement input[type="checkbox"] {
  transform: scale(1.2);
}

.agreement label {
  white-space: normal !important;
}

.btn-agreement {
  color: #33ccff;
  background-color: #d7eeff;
  border-color: #d7eeff;
  text-align: center;
  letter-spacing: 2px;
  display: inline-block;
  width: 40%;
  min-width: 120px;
  margin-left: 4px;
  margin-top: 0;
  margin-right: 4px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
}

.btn-agreement:hover,
.btn-agreement:active,
.btn-agreement:focus,
.btn-agreement:visited,
.btn-agreement:active:focus,
.btn-agreement:active:hover {
    color: #fff;
    background-color: #66ccff;
    border-color: #66ccff;
}

.btn-agreement.disabled {
  color: #666;
  background-color: #aeaeae;
  border-color: #aeaeae;
  cursor: not-allowed;
}

.btn-agreement.disabled:hover,
.btn-agreement.disabled:active,
.btn-agreement.disabled:focus,
.btn-agreement.disabled:visited,
.btn-agreement.disabled:active:focus,
.btn-agreement.disabled:active:hover {
  color: #666;
  background-color: #aeaeae;
  border-color: #aeaeae;
}

.glyphicon-fw {
    width: 1.28571429em;
    text-align: center;
}

.text-bleuadriatique {
    color: #183e9a;
}

.copyright {
  text-align: center;
  font-size: 0.85em;
}

.line-wrap {
  margin: 0;
}

@media(max-width:480px){
  .copyright {
    font-size: 0.85em;
  }
}

@media(max-width:375px){
  .copyright {
    font-size: 0.8em;
  }
}

@media(max-width:320px){
  .copyright {
    font-size: 0.75em;
  }
}

.app-root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
}

.app-header {
    flex: 0 0 60px;
    height: 60px;
    z-index: 100;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

.app-content {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    height: calc(100vh - 60px); /* ヘッダー分縮める */
    overflow-y: auto;
    position: relative;
}