body {
  margin: 0;
  font-family: 'Meiryo UI', arial, helvetica, sans-serif;
}
#content {
  min-height: 850px;
  z-index: 1;
}
.mbsc-form {
  font-family: 'Meiryo UI', arial, helvetica, sans-serif;
}
.mbsc-windows .mbsc-form {
  color: #333333;
}
.mbsc-windows .mbsc-btn {
  border-radius: 4px;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-primary.mbsc-btn:hover {
  border-color: #3d558c !important;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn {
  background: #3d558c;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-btn-outline {
  border: 1px solid #3d558c;
  color: #3d558c;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-btn-outline:active {
  background: #3d558c !important;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #003dc9;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat {
  color: #3d558c;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active:not(:disabled) {
  background: rgba(61, 85, 140, 0.25);
}
.mbsc-windows .mbsc-btn-primary:hover {
  background: #1f49aa;
}
.mbsc-windows .mbsc-btn-secondary.mbsc-btn {
  background: #2e7d7d;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-secondary:hover {
  background: #149797;
}
.mbsc-windows .mbsc-btn-secondary.mbsc-active {
  background: #00abab !important;
}
.mbsc-windows .mbsc-btn-success.mbsc-btn {
  background: #2e7d7d;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-success:hover {
  background: #39db39;
}
.mbsc-windows .mbsc-btn-success.mbsc-active {
  background: #15ff15 !important;
}
.mbsc-windows .mbsc-btn-warning.mbsc-btn {
  background: #f0ad4e;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-warning:hover {
  background: #ffb03f;
}
.mbsc-windows .mbsc-btn-warning.mbsc-active {
  background: #f4c37d !important;
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn {
  background: #d04d4d;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn.mbsc-btn-outline {
  border: 1px solid #d04d4d;
  color: #d04d4d;
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn.mbsc-btn-outline:hover {
  border-color: #d04d4d !important;
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn.mbsc-btn-outline.mbsc-active {
  border-color: #d04d4d;
  background: #d04d4d !important;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #ff1e1e;
}
.mbsc-windows .mbsc-btn-danger:hover {
  background: #f22b2b;
}
.mbsc-windows .mbsc-btn-info.mbsc-btn {
  background: #5bc0de;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-info:hover {
  background: #3dd0fc;
}
.mbsc-windows .mbsc-btn-info.mbsc-active {
  background: #85d0e7 !important;
}
.mbsc-windows .mbsc-btn-light.mbsc-btn {
  background: linear-gradient(#ffffff, #e6e6e6);
  color: #333333;
  border: 1px solid #999999;
  border-radius: 3px;
}
.mbsc-windows .mbsc-btn-light.mbsc-btn.mbsc-btn-outline {
  border-color: #666666;
  color: #666666;
}
.mbsc-windows .mbsc-btn-light.mbsc-btn.mbsc-btn-outline:hover {
  border-color: #666666 !important;
  color: #666666;
}
.mbsc-windows .mbsc-btn-light.mbsc-btn.mbsc-btn-outline:active {
  color: #ffffff;
  background: #666666 !important;
}
.mbsc-windows .mbsc-btn-dark.mbsc-btn {
  background: transparent;
  color: #9fb9f6;
  text-align: center;
}
.mbsc-windows .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat {
  color: #ffffff;
}
.mbsc-windows .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat:hover {
  background: transparent;
  color: #ffffff;
  font-weight: normal;
}
.mbsc-windows .mbsc-btn-dark:hover {
  background: #9fb9f6;
  font-weight: bold;
  color: #3d558c;
}
.mbsc-windows .mbsc-btn-dark.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #9fb9f6 !important;
}
.mbsc-windows.mbsc-ms-c {
  font-family: 'Meiryo Ui';
}
.mbsc-windows .mbsc-input {
  padding: 0;
}
.mbsc-windows .mbsc-input input {
  color: #333333;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
  background: #ffffff;
}
.mbsc-windows .mbsc-select {
  float: left;
}
.mbsc-windows .mbsc-note {
  margin: 0;
  border-radius: 4px;
}
.mbsc-windows .mbsc-note-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.mbsc-windows .mbsc-note-warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.mbsc-windows .mbsc-note-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.mbsc-windows .mbsc-note-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.mbsc-windows.mbsc-form .mbsc-checkbox {
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mbsc-windows.mbsc-form .mbsc-checkbox-box {
  left: 4px;
}
.mbsc-windows .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  border-color: #5e9d9d;
  background: #5e9d9d;
}
.mbsc-windows .mbsc-checkbox-box {
  border-color: #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.mbsc-fr-bubble .mbsc-fr-overlay {
  background: transparent;
}
.mbsc-fr-bubble .mbsc-fr-arr-w .mbsc-fr-arr-i .mbsc-fr-arr {
  border: none;
}
.mbsc-fr-bubble .mbsc-fr-w {
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #a9a9a9;
  color: #333333;
  background: #ffffff;
}
.mbsc-fr-bubble .mbsc-fr-w .mbsc-ms-item {
  height: 26px;
  line-height: 26px;
  color: #333333 !important;
  font-size: 14px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.mbsc-calendar .mbsc-fr-btn-cont .mbsc-fr-btn-s {
  float: right;
}
.mbsc-calendar .mbsc-fr-btn-cont .mbsc-fr-btn-c {
  float: left;
}
.mobile #content {
  min-height: 100vh;
  margin-top: 50px;
  margin-bottom: 50px;
}
.mobile #content > div {
  min-width: 100%;
}
.mbsc-windows .mbsc-note {
  border-radius: 0;
}
header {
  width: 100%;
  min-width: 1680px;
  height: 50px;
}
.system-title {
  line-height: 50px;
  width: 300px;
  padding-left: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  float: left;
}
.header-button-area {
  width: 244px;
  height: 100%;
  float: right;
}
.header-button-area {
  background: transparent;
  color: #ffffff;
}
.header-button-area .mbsc-btn {
  height: 30px;
  padding: 0;
  margin: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  color: #ffffff;
  border: none;
}
.header-menu-area {
  height: 100%;
  width: calc(100% - 400px - 244px);
  padding-left: 20px;
  float: left;
  background-color: transparent;
}
.header-menu-area .mbsc-btn {
  height: 30px;
  line-height: 30px;
  width: 160px;
  margin: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  background: transparent;
  font-size: 16px;
  text-align: center;
}
.header-menu-area .mbsc-ms-c {
  font-family: 'Meiryo Ui';
}
.header-menu-area .mbsc-ms-c .mbsc-ms-item {
  height: 30px;
  line-height: 30px;
  width: 160px;
  margin: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  background: transparent;
  font-size: 16px;
  text-align: center;
  transition-property: unset;
}
.mbsc-fr-bubble .mbsc-fr-overlay {
  background: transparent;
}
.mbsc-fr-bubble .mbsc-fr-arr-w .mbsc-fr-arr-i .mbsc-fr-arr {
  border: none;
}
.mbsc-fr-bubble .mbsc-fr-w {
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #a9a9a9;
  color: #333333;
  background: #ffffff;
}
.mbsc-fr-bubble .mbsc-fr-w .mbsc-ms-item {
  height: 26px;
  line-height: 26px;
  color: #333333 !important;
  font-size: 14px;
}
header.portal-header {
  background: #009688;
}
header.portal-header .header-menu-area .mbsc-btn {
  color: #dafffc;
}
header.portal-header .header-menu-area .mbsc-btn:hover {
  background: #dafffc;
  font-weight: bold;
  color: #009688;
}
header.portal-header .header-menu-area .mbsc-ms-item {
  color: #dafffc;
}
header.portal-header .header-menu-area .mbsc-ms-item:hover {
  background: #dafffc !important;
  font-weight: bold;
  color: #009688;
}
header.portal-header.login-header {
  background: #3d558c;
}
.header-hamberger {
  float: right;
}
.header-hamberger .mbsc-ms-item.mbsc-menu-item-ic {
  color: #ffffff;
}
.header-hamberger .mbsc-windows.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: transparent;
}
.mobile header {
  min-width: 100%;
  position: fixed;
  z-index: 2;
}
.mobile header .system-title {
  width: 250px;
  font-size: 14px;
  padding-left: 10px;
}
.mobile header .header-menu-area {
  display: none;
}
.mbsc-windows.mbsc-ms-more .mbsc-ms-item.mbsc-ms-ic:before {
  top: 50%;
}
footer {
  height: 30px;
  width: 100%;
  min-width: 1484px;
}
footer .copy-right {
  margin-left: 200px;
  width: calc(100% - 400px);
  line-height: 30px;
  text-align: center;
  float: left;
}
footer .app-version {
  width: 200px;
  padding-top: 14px;
  padding-right: 6px;
  font-size: 8px;
  text-align: right;
  float: right;
}
.mobile footer {
  font-size: 10px;
  height: 30px;
  min-width: 100%;
  bottom: 0;
}
.mobile footer .copy-right {
  margin-left: 0;
  width: 100%;
  line-height: 30px;
  text-align: center;
  float: left;
}
#loading-area {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  margin: auto;
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
}
#loading-area .loading-animation {
  margin-top: calc(50vh - 9px);
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  height: 18px;
  font-size: 18px;
  border-radius: 50%;
  position: relative;
  animation: LoadingAnimation 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes LoadingAnimation {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #0000ff, 1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2), 2.5em 0em 0 0em rgba(0, 0, 255, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 255, 0.2), 0em 2.5em 0 0em rgba(0, 0, 255, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 255, 0.2), -2.6em 0em 0 0em rgba(0, 0, 255, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 255, 0.7), 1.8em -1.8em 0 0em #0000ff, 2.5em 0em 0 0em rgba(0, 0, 255, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 255, 0.2), 0em 2.5em 0 0em rgba(0, 0, 255, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 255, 0.2), -2.6em 0em 0 0em rgba(0, 0, 255, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 255, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 255, 0.7), 2.5em 0em 0 0em #0000ff, 1.75em 1.75em 0 0em rgba(0, 0, 255, 0.2), 0em 2.5em 0 0em rgba(0, 0, 255, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 255, 0.2), -2.6em 0em 0 0em rgba(0, 0, 255, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 255, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 255, 0.5), 2.5em 0em 0 0em rgba(0, 0, 255, 0.7), 1.75em 1.75em 0 0em #0000ff, 0em 2.5em 0 0em rgba(0, 0, 255, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 255, 0.2), -2.6em 0em 0 0em rgba(0, 0, 255, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 255, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2), 2.5em 0em 0 0em rgba(0, 0, 255, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 255, 0.7), 0em 2.5em 0 0em #0000ff, -1.8em 1.8em 0 0em rgba(0, 0, 255, 0.2), -2.6em 0em 0 0em rgba(0, 0, 255, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 255, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2), 2.5em 0em 0 0em rgba(0, 0, 255, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 255, 0.5), 0em 2.5em 0 0em rgba(0, 0, 255, 0.7), -1.8em 1.8em 0 0em #0000ff, -2.6em 0em 0 0em rgba(0, 0, 255, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 255, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2), 2.5em 0em 0 0em rgba(0, 0, 255, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 255, 0.2), 0em 2.5em 0 0em rgba(0, 0, 255, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 255, 0.7), -2.6em 0em 0 0em #0000ff, -1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 255, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 255, 0.2), 2.5em 0em 0 0em rgba(0, 0, 255, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 255, 0.2), 0em 2.5em 0 0em rgba(0, 0, 255, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 255, 0.5), -2.6em 0em 0 0em rgba(0, 0, 255, 0.7), -1.8em -1.8em 0 0em #0000ff;
  }
}
.car-no-item {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  overflow: hidden;
}
.car-no-item .number-input {
  width: 486px;
  float: left;
  margin: 0;
  border: none;
  display: block;
}
.car-no-item .number-input .input-area {
  width: 440px;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.car-no-item .number-input .input-area .content-title {
  width: 100px;
  padding: 0;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  float: left;
}
.car-no-item .number-input .input-area input {
  width: 320px;
  height: 40px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  font-size: 16px;
}
.car-no-item .number-input .input-area input:hover {
  border: 1px solid #ccc;
}
.car-no-item .number-input .input-area input.error {
  border: 1px solid #d04d4d;
}
.car-no-item .number-input .input-area .caution-message {
  padding-left: 100px;
  padding-top: 5px;
  width: 340px;
  height: 25px;
  line-height: 20px;
  font-size: 14px;
  color: #d04d4d;
  font-weight: bold;
  float: left;
}
.car-no-item-title {
  width: 298px;
  height: 265px;
  background: #ffecb9;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
  float: left;
}
.car-no-item-title-label {
  width: 220px;
  height: 265px;
  padding-left: 16px;
  padding-right: 10px;
  line-height: 265px;
  font-size: 16px;
  color: #333333;
  float: left;
}
.car-no-item-required-label {
  height: 26px;
  width: 60px;
  margin-top: 119.5px;
  margin-right: 16px;
  border: 2px solid #d04d4d;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
  color: #d04d4d;
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.car-no-item-required-label.hide {
  display: none;
}
::-webkit-input-placeholder {
  color: #b4b4b4;
}
.number-image-area {
  width: 400px;
  height: 240px;
  float: right;
  background-image: url(../../../../images/NumberPlateSample.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.car-no-item.final-item {
  border-bottom: 1px solid #d9d9d9;
}
.mobile .car-no-item {
  border-right: 0px;
  width: 100%;
}
.mobile .car-no-item .car-no-item-title {
  width: 100%;
  height: 60px;
}
.mobile .car-no-item .car-no-item-title .car-no-item-title-label {
  width: 220px;
  height: 60px;
  line-height: 60px;
}
.mobile .car-no-item .car-no-item-title .car-no-item-required-label {
  margin-top: 18px;
}
.mobile .car-no-item .number-input {
  width: 100%;
}
.mobile .car-no-item .number-input button {
  width: 72px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 10px;
}
.mobile .car-no-item .number-input .input-area {
  width: 100%;
  padding-left: 10px;
}
.mobile .car-no-item .number-input .input-area .mbsc-input-wrap input {
  width: calc(100% - 130px);
}
.mobile .car-no-item .number-image-area {
  width: 100%;
}
.data-item {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  overflow: hidden;
}
.data-item.final-item {
  border-bottom: 1px solid #d9d9d9;
}
.data-item.list-search {
  margin: 0;
  width: 360px;
  height: 50px;
  border: none;
  padding: 0;
  float: left;
}
.data-item .data-item-title {
  width: 298px;
  background: #ffecb9;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
  float: left;
}
.data-item .data-item-title .data-item-title-label {
  width: 220px;
  height: 60px;
  padding-left: 16px;
  padding-right: 10px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  float: left;
}
.data-item .data-item-title .data-item-title-label.lead-label {
  height: 88px;
  line-height: 88px;
}
.data-item .data-item-title .data-item-required-label {
  height: 26px;
  width: 60px;
  margin-top: 18px;
  margin-right: 16px;
  border: 2px solid #d04d4d;
  border-radius: 5px;
  line-height: 22px;
  text-align: center;
  color: #d04d4d;
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.data-item .data-item-title .data-item-required-label.lead-label {
  margin-top: 31px;
}
.data-item .data-item-title .data-item-required-label.hide {
  display: none;
}
.data-item .data-item-title.login-item {
  display: none;
}
.data-item .data-item-title.list-search {
  width: 100px;
  height: 30px;
  background: transparent;
  border: none;
}
.data-item .data-item-title.list-search.key-code {
  font-weight: bold;
}
.data-item .data-item-title.list-search .data-item-title-label {
  padding: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-item .data-item-title.list-search input {
  margin: 0;
}
.data-item .data-item-label .mbsc-control-w {
  padding-top: 20px;
}
.data-item .data-item-label .mbsc-checkbox-box {
  margin-top: -5px;
}
.data-item .data-content {
  float: left;
}
.data-item .data-content .lead-text-area {
  padding-left: 16px;
  width: 500px;
  height: 28px;
}
.data-item .data-content .lead-text-area .lead-text {
  font-size: 14px;
  color: #d04d4d;
  font-weight: bold;
}
.data-item.hide {
  display: none;
}
.data-item-input {
  width: 500px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
}
.data-item-input.short {
  width: 150px;
}
.data-item {
  color: #333333;
}
.data-item input {
  margin: 0;
}
.data-item .mbsc-checkbox-box {
  border-color: #ccc;
  border-radius: 5px;
}
.data-item .mbsc-checkbox .mbsc-label {
  padding-left: 40px;
  color: #d04d4d;
  font-weight: bold;
}
.data-item .mbsc-windows .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #d04d4d;
  border-color: #d04d4d;
}
.data-item .mbsc-btn-warning {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 72px;
  height: 30px;
  margin-top: 15px;
  margin-left: 16px;
  border-radius: 5px;
  color: #fff;
}
.data-item .mbsc-btn-warning:hover {
  background: #f99d11 !important;
  border-color: #f99d11 !important;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-input-placeholder {
  color: #b4b4b4;
}
.mbsc-windows .mbsc-input input::-webkit-input-placeholder {
  color: #b4b4b4;
}
.last-item-list {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  border-top: solid 1px #d9d9d9;
}
.data-item .data-item-calendar {
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  padding-left: 10px;
  color: #333333;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
}
.data-item.lines .data-item-title {
  height: 440px;
}
.data-item.lines .data-item-title .data-item-title-label {
  height: 440px;
  line-height: 440px;
}
.data-item.lines .data-item-title .data-item-required-label {
  margin-top: 207px;
}
.data-item.lines .data-item-lines {
  width: 868px;
  height: 420px;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #333333;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  resize: none;
  outline: none;
}
.data-item.login-item {
  margin-left: none;
  margin-right: none;
  width: 387px;
  height: 100%;
  border: none;
  border-bottom: none;
  overflow: hidden;
}
.data-item-title.login-item {
  display: none;
}
.mobile .data-item {
  width: 100%;
}
.mobile .data-item .data-item-title {
  width: 100%;
  line-height: 60px;
  border-right: 0px;
}
.mobile .data-item .data-item-title .data-item-title-label {
  height: 60px;
  width: calc(100% - 80px);
}
.mobile .data-item .data-item-title .data-item-title-label.lead-label {
  height: 60px;
  line-height: 60px;
}
.mobile .data-item .data-item-required-label {
  margin-top: 18px;
}
.mobile .data-item .data-item-required-label.lead-label {
  margin-top: 18px;
}
.mobile .data-item .data-content {
  min-height: 98px;
  width: 100%;
  float: left;
}
.mobile .data-item .data-content .lead-text-area {
  width: 100%;
  line-height: 28px;
}
.mobile .data-item.multi-content .mbsc-control-w.mbsc-input .mbsc-input-wrap {
  width: calc(100% - 120px);
}
.mobile .data-item.multi-content .mbsc-control-w.mbsc-input .mbsc-input-wrap input {
  width: calc(100% - 32px);
}
.mobile .data-item.multi-content .mbsc-control-w.mbsc-select {
  width: calc(100% - 120px);
}
.mobile .data-item.multi-content .mbsc-control-w.mbsc-select .mbsc-input-wrap {
  width: 100%;
}
.mobile .data-item.multi-content .mbsc-control-w.mbsc-select .mbsc-input-wrap input {
  width: 100%;
}
.mobile .data-item.multi-content .input-area {
  padding-right: 0;
}
.mobile .data-item.multi-content .number-input {
  padding-right: 0;
}
.mobile .data-item.car .number-input {
  width: 100%;
}
.mobile .data-item.car .plate-explanation-area {
  width: 100%;
}
.mobile .data-item.car .plate-explanation-area .mbsc-btn {
  width: 200px;
}
.mobile .data-item .data-item-label .mbsc-control-w {
  padding-top: 20px;
}
.mobile .data-item .data-item-label .mbsc-checkbox-box {
  margin-top: -5px;
}
.mobile .data-item .data-item-label .mbsc-label {
  padding-left: 30px;
}
.mobile .data-item > div {
  display: block;
  min-height: 60px;
  line-height: 60px;
}
.data-item-table {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  overflow: hidden;
}
.data-item-table.final-item {
  border-bottom: 1px solid #d9d9d9;
}
.data-item-table td {
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-align: left;
  word-break: break-all;
  white-space: normal;
  vertical-align: middle;
}
.data-item-table td .td-mail-addless {
  padding-top: 16px;
  padding-bottom: 8px;
}
.data-item-table td .td-mail-addless:first-child {
  padding-top: 8px;
}
.data-item-table .table-item-title {
  width: 298px;
  background: #ffecb9;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.data-item-table .table-item-title .title-label {
  width: 200px;
  font-size: 16px;
  color: #333333;
  float: left;
}
.data-item-table .table-item-title .required-label {
  height: 26px;
  width: 60px;
  border: 2px solid #d04d4d;
  border-radius: 5px;
  line-height: 22px;
  text-align: center;
  color: #d04d4d;
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.data-item-table .table-item-title.hide {
  display: none;
}
.mobile .data-item-table {
  border-right: 0px;
  width: 100%;
}
.mobile .data-item-table td {
  display: block;
  width: 100%;
  line-height: 60px;
  padding-top: 0;
}
.mobile .data-item-table td .required-label {
  margin-top: 18px;
}
.data-item .mbsc-input-wrap {
  float: left;
}
.data-item input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
  background: #ffffff;
}
.data-item input.data-item-input {
  width: 500px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
}
.data-item input.data-item-input.login-item {
  margin: 0;
  padding: 0;
  padding-left: 0.3125em;
  width: 367px;
  height: 32px;
  border: none;
  border-bottom: none;
  overflow: hidden;
}
.data-item input.data-item-input.car {
  width: 317px;
}
.data-item input.data-item-input.list-search {
  margin: 0;
  width: 240px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.data-item input.short {
  width: 150px;
}
.data-item input:disabled {
  border-color: transparent !important;
  background: white;
  word-wrap: break-word;
  padding-left: 0;
}
.data-item input:hover {
  border-color: #666666;
}
.data-item input:focus {
  border-color: #0078d7;
}
.data-item .data-item-text.sub-label {
  float: right;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
  width: calc(100% - 136px);
}
.data-item .data-item-text.sub-label.car {
  width: 317px;
}
.data-item .data-item-text.car-no-string {
  width: 300px;
}
::-webkit-input-placeholder {
  color: #b4b4b4;
}
.data-item {
  color: #333333;
}
.data-item input {
  margin: 0;
}
.data-item .mbsc-checkbox-box {
  border-color: #ccc;
  border-radius: 5px;
}
.data-item .mbsc-checkbox .mbsc-label {
  color: #d04d4d;
  font-weight: bold;
}
.data-item .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #d04d4d;
  border-color: #d04d4d;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mobile .data-item .mbsc-input-wrap {
  width: 100%;
}
.mobile .data-item input.data-item-input {
  width: calc(100% - 32px);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile .data-item input:disabled {
  padding-left: 0;
}
.mobile .data-item .data-item-text.car-no-string {
  width: calc(100% - 140px);
  float: left;
}
.mobile .data-item .data-item-text.car {
  width: calc(100% - 136px);
}
.data-item-radio-area {
  width: 900px;
  height: 60px;
  float: left;
}
.data-item-radio-area .mbsc-windows .mbsc-radio {
  width: 100px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  margin-left: 16px;
  padding: 0;
  float: left;
}
.data-item-radio-area .mbsc-radio input {
  margin: 0;
  color: #333333;
}
.data-item-radio-area .mbsc-label {
  padding-left: 30px;
}
.data-item-radio-area .mbsc-radio-box {
  left: 0;
  top: 55%;
  border: 0.125em solid #666666;
}
.data-item-radio-area .mbsc-radio input:checked + .mbsc-radio-box {
  border: 0.125em solid #666666;
}
.data-item-select-area {
  width: 900px;
  height: 60px;
  float: left;
}
.data-item-select-area .mbsc-windows .mbsc-input {
  width: 300px;
  margin-left: 16px;
  padding: 0;
}
.data-item-select-area .data-item-select.mbsc-control {
  width: 300px;
}
.data-item-select-area .mbsc-windows .mbsc-input input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
}
.data-item-select-area .mbsc-windows.mbsc-no-touch .mbsc-select:hover input {
  border: 1px solid #d9d9d9;
}
.data-item-select-area .mbsc-windows .mbsc-input .mbsc-input-wrap select:focus + input {
  color: #333333;
  border: 1px solid #d9d9d9;
}
.data-item-select-area .mbsc-input-ic.mbsc-right-ic.mbsc-ic.mbsc-ic-fa-caret-down {
  color: #333333;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.error-message-area {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.error-message-area .alert {
  margin-top: 10px;
}
.error-message {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile .error-message-area {
  width: 100%;
  padding-top: 54px;
}
.file-select-area {
  margin-top: 20px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #f6f7f8;
  background: transparent;
  display: table !important;
  padding: 30px 50px;
}
.file-select-area .file-explanation {
  display: block;
  top: 12px;
  font-weight: bold;
}
.file-select-area .mbsc-btn-info {
  float: right;
  margin-top: 40px;
  border-radius: 5px !important;
  background: #428bca !important;
  width: 160px;
  height: 32px;
  border: none !important;
  display: table-cell !important;
}
.file-select-area .mbsc-btn-info:hover {
  opacity: 0.7;
}
.file-select-area .mbsc-input-wrap {
  padding-top: 20px;
}
.file-select-area .mbsc-input-wrap .mbsc-control {
  margin-left: 15px;
  padding-left: 0px;
}
.mobile .file-select-area {
  background-color: #ffffff;
  width: 100%;
}
.mobile .file-select-area .file-explanation {
  margin-left: 15px;
  width: 100%;
}
.mobile .file-select-area .mbsc-input-wrap {
  margin-top: 10px;
  width: 100%;
}
.mobile .file-select-area .mbsc-input-wrap .mbsc-control {
  margin-left: 15px;
  padding-left: 0px;
}
.mobile .file-select-area .mbsc-input-wrap input {
  width: calc(100% - 32px);
}
.mobile .file-select-area .mbsc-btn {
  margin-top: 50px;
  margin-right: 16px;
  float: right;
  width: 140px;
  height: 34px;
  color: #ffffff;
}
.searchArea {
  background: #f6f7f8;
  margin-bottom: 26px;
}
.searchArea .mbsc-input {
  padding: 0;
  padding-left: 20px;
  padding-top: 20px;
  float: left;
}
.searchArea .mbsc-input .mbsc-label {
  width: 100px;
  padding: 0;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  float: left;
}
.searchArea .mbsc-input .mbsc-input-wrap {
  width: 240px;
  height: 30px;
  float: left;
}
.searchArea .mbsc-input input {
  width: 240px;
  height: 30px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.searchArea .mbsc-input input:hover {
  border: 1px solid #ccc;
}
.searchArea .searchBtn {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  float: right;
}
.searchArea .searchBtn .mbsc-btn {
  margin: 0;
  display: block;
  width: 160px;
  height: 34px;
  border-radius: 5px;
  font-size: 14px;
}
.searchArea .searchBtn .mbsc-btn-primary {
  color: #fff;
  background: #3d558c;
  border-color: #3d558c;
}
.searchArea .searchBtn .mbsc-btn-primary:hover {
  background: #1240ab;
  border-color: #1240ab !important;
}
.searchArea .searchBtn .mbsc-btn-info {
  margin-top: 8px;
  color: #fff;
  background: #5bc0de;
  border-color: #5bc0de;
}
.searchArea .searchBtn .mbsc-btn-info:hover {
  background: #057d9f;
  border-color: #057d9f !important;
}
.table-area {
  background: #f6f7f8;
  font-size: 14px;
  padding: 10px;
}
.table-area .move-area {
  height: 40px;
}
.table-area .list-table .easy-table {
  border: 1px solid #d9d9d9;
  margin: 0px;
  margin-top: 10px;
}
.table-area .list-table .easy-table .stop {
  color: #f00;
}
.table-area .list-table .easy-table .mbsc-windows {
  width: 30px;
}
.table-area .list-table .easy-table .mbsc-windows .mbsc-checkbox {
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.table-area .list-table .easy-table .mbsc-windows .mbsc-checkbox-box {
  left: 4px;
}
.table-area .list-table .easy-table .mbsc-windows .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  border-color: #5e9d9d;
  background: #5e9d9d;
}
.table-area .list-table .easy-table .mbsc-windows .mbsc-checkbox-box {
  border-color: #ccc;
  border-radius: 5px;
}
.table-area .list-table .easy-table thead tr {
  border-bottom: 1px solid #d9d9d9;
  max-height: 40px;
}
.table-area .list-table .easy-table thead tr:first-child {
  background: #3d558c !important;
}
.table-area .list-table .easy-table thead tr:first-child th {
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #d9d9d9;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.table-area .list-table .easy-table thead tr:first-child th:first-child {
  border-left: none;
}
.table-area .list-table .easy-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.table-area .list-table .easy-table tr:nth-child(odd) {
  background: #fff;
}
.table-area .list-table .easy-table tr:last-child {
  border-bottom: none;
}
.table-area .list-table .easy-table tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 1px solid #d9d9d9;
  max-height: 40px;
  height: 40px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.table-area .list-table .easy-table tr td:first-child {
  border-left: none;
}
.table-area .list-table .easy-table tr td button {
  height: 26px;
  width: 50px;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid #999999;
  background: linear-gradient(#ffffff, #e6e6e6);
  font-size: 12px;
  color: #333333;
  outline: none;
}
.table-area .addBtn {
  background: transparent;
  width: 160px;
  height: 34px;
  overflow: hidden;
  float: left;
}
.table-area .addBtn .mbsc-btn-add {
  margin: 0;
  display: block;
  width: 160px;
  height: 34px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  background: #2e7d7d;
  border-color: #2e7d7d;
}
.table-area .addBtn .mbsc-btn-add:hover {
  background: #009999;
  border-color: #009999 !important;
}
.pagerArea {
  float: right;
  text-align: right;
  display: table;
  height: 34px;
}
.pagerArea span {
  display: table-cell;
  padding-right: 25px;
  vertical-align: middle;
}
.pagerArea .pagination {
  display: table-cell;
}
.pagerArea .pagination a {
  color: #3d558c;
}
.pagerArea .pagination .disabled a {
  color: #777;
}
.pagerArea .pagination .active a {
  color: #ffffff;
  background-color: #3d558c;
  border-color: #3d558c;
}
.mobile .searchArea {
  width: 100%;
  margin-bottom: 0;
}
.mobile .searchArea .data-item .data-item-title {
  height: 30px;
  width: auto;
  line-height: 30px;
  min-height: 30px;
}
.mobile .searchArea .data-item .data-item-title .data-item-title-label {
  height: 30px;
  width: 100px;
  line-height: 30px;
}
.mobile .searchArea .data-item .mbsc-input-wrap {
  width: calc(100% - 100px);
  padding-right: 10px;
}
.mobile .searchArea .data-item .mbsc-input-wrap input {
  width: 100%;
  margin: 0;
  padding: 0 0.3125em;
}
.mobile .searchArea .data-item.number-input .data-item-title {
  width: 100px;
}
.mobile .searchArea .data-item.number-input .mbsc-input-wrap {
  width: calc(100% - 100px);
}
.mobile .searchArea .data-item.number-input .mbsc-input-wrap input {
  width: 100%;
}
.mobile .searchArea .mbsc-select {
  width: calc(100% - 100px);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.mobile .searchArea .mbsc-select .mbsc-input-wrap {
  width: 100%;
}
.mobile .searchArea .mbsc-select .mbsc-input-wrap input {
  width: 100%;
}
.mobile .searchArea .searchBtn {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-right: 0;
}
.mobile .searchArea .searchBtn .mbsc-btn {
  display: inline-block;
  width: calc(50% - 20px);
  max-width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  height: 32px;
  font-size: 14px;
}
.mobile .searchArea .searchBtn .mbsc-btn.mbsc-btn-info {
  margin-top: 0;
  float: right;
}
.mobile .table-area {
  margin-top: 20px;
  font-size: 16px;
}
.mobile .table-area .addBtn {
  width: 100%;
}
.mobile .table-area .move-area {
  height: 120px;
}
.mobile .table-area .move-area .mbsc-btn {
  margin-left: 10px;
}
.mobile .table-area .item-label {
  background: #3d558c;
  color: #ffffff;
}
.mobile .table-area .empty {
  height: 50px;
}
.mobile .pagerArea {
  float: right;
  text-align: right;
  display: block;
  height: 80px;
}
.mobile .pagerArea span {
  display: block;
  padding-right: 0;
  line-height: 40px;
}
.mobile .pagerArea .pagination {
  display: block;
  margin: 0;
  float: right;
}
.mobile .pagerArea .pagination a {
  padding: 6px 11px;
  z-index: 0;
}
.mobile .pagerArea .pagination .disabled a {
  padding: 6px 11px;
  z-index: 0;
}
.mobile .pagerArea .pagination .active a {
  padding: 6px 11px;
  z-index: 0;
}
.data-item.number-input {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  overflow: hidden;
}
.data-item.number-input.final-item {
  border-bottom: 1px solid #d9d9d9;
}
.data-item.number-input.modal-search {
  margin: 0;
  width: 300px;
  height: 100%;
  border: none;
  float: left;
}
.data-item.number-input.list-search {
  margin: 0;
  width: 360px;
  height: 50px;
  border: none;
}
.data-item.number-input .data-item-title {
  width: 298px;
  height: 60px;
  background: #ffecb9;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
  float: left;
}
.data-item.number-input .data-item-title.modal-search {
  display: none;
}
.data-item.number-input .data-item-title .data-item-title-label {
  width: 220px;
  height: 60px;
  padding-left: 16px;
  padding-right: 10px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  float: left;
}
.data-item.number-input .data-item-title .data-item-required-label {
  height: 26px;
  width: 60px;
  margin-top: 18px;
  margin-right: 16px;
  border: 2px solid #d04d4d;
  border-radius: 5px;
  line-height: 22px;
  text-align: center;
  color: #d04d4d;
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.data-item.number-input .data-item-title .data-item-required-label.hide {
  display: none;
}
.data-item.number-input .data-item-title.list-search {
  width: 100px;
  height: 30px;
  background: transparent;
  border: none;
}
.data-item.number-input .data-item-title.list-search .data-item-title-label {
  padding: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
.data-item.number-input .data-item-title.list-search input {
  margin: 0;
}
.data-item.number-input .data-item-input {
  width: 500px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  padding-left: 10px;
  color: #333333;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
}
.data-item.number-input .data-item-input.modal-search {
  margin: 0;
  margin-left: 20px;
  margin-top: 8px;
  width: 250px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 2px solid #ccc;
  border-radius: 8px;
}
.data-item.number-input .data-item-input.short {
  width: 150px;
}
.data-item.number-input ::-webkit-input-placeholder {
  color: #b4b4b4;
}
.mobile .data-item.number-input {
  width: 100%;
}
.mobile .data-item.number-input .data-item-title {
  width: 100%;
}
.mobile .data-item.number-input .data-item-title.list-search .data-item-title-label {
  width: 100px;
}
.mobile .data-item.number-input .mbsc-input-wrap {
  width: 100%;
}
.mobile .data-item.number-input .mbsc-input-wrap input {
  width: calc(100% - 32px);
}
.mobile .data-item.number-input .data-item-title .data-item-title-label {
  width: calc(100% - 80px);
}
.operation-area {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 30px;
  overflow: hidden;
}
.operation-area .mbsc-btn {
  margin-left: 0;
  margin-right: 160px;
  float: right;
  width: 184px;
  height: 34px;
}
.operation-area .mbsc-btn.mbsc-btn-outline {
  float: left;
  margin-left: 205px;
  margin-right: 0;
  border-radius: 5px;
  color: #666;
  border: 1px solid #666;
}
.operation-area .mbsc-btn.mbsc-btn-outline.mbsc-active {
  color: #fff;
  background: #666;
}
.operation-area .mbsc-btn.mbsc-btn-outline:hover {
  border-color: #666 !important;
}
.operation-area .mbsc-btn-success.mbsc-btn {
  float: right;
  margin-right: 205px;
  background: #2e7d7d;
  border-radius: 5px;
  border: none;
}
.operation-area .mbsc-btn-success.mbsc-btn.mbsc-active {
  background: #009999 !important;
}
.operation-area .mbsc-btn-success.mbsc-btn:hover {
  background: #009999;
  border-color: #009999;
}
.operation-area .mbsc-btn-change.mbsc-btn {
  float: right;
  margin-right: 205px;
  color: #3d558c;
  border: 1px solid #3d558c;
  border-radius: 5px;
  background: #fff;
}
.operation-area .mbsc-btn-change.mbsc-btn.mbsc-active {
  color: #fff;
  background: #3d558c;
}
.operation-area .mbsc-btn-change.mbsc-btn:hover {
  border-color: #3d558c !important;
}
.operation-area .mbsc-btn-info.mbsc-btn {
  color: #fff;
  border: 1px solid #5cb85c;
  border-radius: 5px;
  background: #5cb85c;
}
.operation-area .mbsc-btn-info.mbsc-btn.mbsc-active {
  color: #fff;
  background: #00cc00;
}
.operation-area .mbsc-btn-info.mbsc-btn:hover {
  border-color: #00cc00 !important;
}
.operation-area.list {
  width: 100%;
  background: #f6f7f8;
  padding-top: 0;
  margin-bottom: 0;
}
.operation-area.list .mbsc-btn {
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  float: left;
  margin: 0.5em 0.25em;
}
.operation-area.list .delete-button {
  background: #d04d4d;
  border-color: #d04d4d;
  width: 200px;
}
.operation-area.list .delete-button:hover {
  background: #ff0000;
  border-color: #ff0000 !important;
}
.operation-area.list .csv-input-button {
  background: #5cb85c;
  border-color: #5cb85c;
  width: 160px;
  float: right;
}
.operation-area.list .csv-input-button:hover {
  background: #00cc00;
  border-color: #00cc00 !important;
}
.mobile .operation-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.mobile .operation-area .mbsc-btn {
  margin-left: 0;
  margin-right: 16px;
  float: right;
  width: 140px;
  height: 34px;
}
.mobile .operation-area .mbsc-btn.mbsc-btn-outline {
  float: left;
  margin-left: 16px;
  margin-right: 0;
}
.mobile .operation-area.list {
  padding-top: 0;
  margin-bottom: 0;
}
.mobile .operation-area.list .mbsc-btn {
  float: unset;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.mobile .operation-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.mobile .operation-area .btnArea {
  width: 100%;
  margin: 0;
}
.mobile .operation-area .mbsc-btn {
  margin-left: 0;
  margin-right: 16px;
  float: right;
  width: 140px;
  height: 34px;
}
.mobile .operation-area .mbsc-btn.mbsc-btn-info {
  float: right;
  margin-right: 16px;
  margin-left: 0;
}
.mobile .operation-area .mbsc-btn.mbsc-btn-outline {
  float: left;
  margin-left: 16px;
  margin-right: 0;
}
.mobile .operation-area .mbsc-btn.mbsc-btn-change {
  margin-left: 0;
  margin-right: 16px;
  float: right;
  width: 140px;
  height: 34px;
}
.mobile .operation-area.list {
  padding-top: 0;
  margin-bottom: 0;
}
.mobile .operation-area.list .mbsc-btn {
  float: unset;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.screen-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  height: 54px;
  text-align: left;
}
.screen-title .icon {
  margin: 0;
  width: 8px;
  height: 24px;
  background: #3d558c;
  float: left;
}
.screen-title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  height: 24px;
  line-height: 24px;
  padding-left: 12px;
}
.mobile .screen-title {
  width: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile .screen-title .icon {
  position: relative;
  width: 8px;
  height: 24px;
  background: #3d558c;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '\2190';
}
[dir='rtl'] .slick-prev:before {
  content: '\2192';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '\2192';
}
[dir='rtl'] .slick-next:before {
  content: '\2190';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.accordion {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.accordion .panel-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion .panel-item.check .mbsc-label {
  margin-left: 30px;
}
.accordion .panel-item.detail_btn {
  float: left;
}
.accordion .panel-item.detail_btn button {
  width: 100px;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
  color: #666666;
  background: transparent;
  border: 1px solid #999999;
  border-radius: 3px;
}
.accordion .panel-item.edit_btn {
  float: right;
}
.accordion .panel-item.edit_btn button {
  width: 100px;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
  color: #666666;
  background: transparent;
  border: 1px solid #999999;
  border-radius: 3px;
}
.accordion .panel-item .mbsc-ic-material-report-problem {
  color: #d04d4d;
}
.accordion .panel-item .arrival-at {
  color: #d04d4d;
}
.accordion__item + .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion__button {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion__button:hover {
  background-color: #ddd;
}
.accordion__button:before {
  display: inline-block;
  content: '';
  height: 10px;
  width: 10px;
  margin-right: 12px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-45deg);
}
.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
  transform: rotate(45deg);
}
.accordion__panel {
  animation: fadein 0.35s ease-in;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#component-account-provisional-regist {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#component-account-provisional-regist .leadArea {
  margin-top: 20px;
  margin-bottom: 40px;
}
.mobile #component-account-provisional-regist {
  width: 100%;
}
.mobile #component-account-provisional-regist .leadArea {
  margin-top: 0;
  margin-bottom: 10px;
}
#component-password-reissue {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#component-password-reissue .leadArea {
  margin-top: 20px;
  margin-bottom: 40px;
}
.mobile #component-password-reissue {
  width: 100%;
}
.mobile #component-password-reissue .leadArea {
  margin-top: 0;
  margin-bottom: 10px;
}
#component-login .title-area {
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 40px;
}
#component-login .title-area .logo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100px;
  background-image: url(../../../../images/LogiPullLogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#component-login .authentication-area {
  width: 457px;
  margin: 0 auto;
  background: #efeff4;
  border-radius: 8px;
  padding: 2em 1.5em;
}
#component-login .authentication-area .form-inner {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
}
#component-login .authentication-area .form-inner .mbsc-control-w {
  margin: 5px 10px;
  padding: 5px 10px;
}
#component-login .authentication-area .form-inner .mbsc-control-w input {
  border: none !important;
}
#component-login .authentication-area .form-inner .mbsc-control-w input::placeholder {
  color: #ccc;
}
#component-login .authentication-area .form-inner .mbsc-control-w:first-child {
  min-height: 42px;
  border-bottom: 1px solid #ccc;
}
#component-login .authentication-area .login-button-area {
  width: 329px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
#component-login .authentication-area .login-button-area .mbsc-btn-primary {
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  background: #3d558c;
  border: 1px solid #3d558c;
}
#component-login .detailLink {
  width: 457px;
  margin: 30px auto;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#component-login .detailLink p {
  margin: 0 0 10px;
  color: #666;
  font-size: 12px;
}
#component-login .detailLink p a {
  cursor: pointer;
}
.mobile #component-login .error-message-area {
  padding-top: 0;
  padding-bottom: 0;
}
.mobile #component-login .title-area {
  margin-top: 0;
  margin-bottom: 0;
}
.mobile #component-login .title-area .logo {
  height: 130px;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.mobile #component-login .authentication-area {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 0;
}
.mobile #component-login .authentication-area .data-item.login-item {
  width: calc(100% - 20px);
}
.mobile #component-login .authentication-area #password {
  width: calc(100% - 32px);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile #component-login .authentication-area .login-button-area {
  width: 80%;
  margin-top: 20px;
}
.mobile #component-login .detailLink {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 0;
  width: 100%;
}
.mobile #component-login .detailLink p {
  padding-left: 10px;
  font-size: 16px;
}
#component-message {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  padding-top: 20px;
  text-align: center;
}
#component-message .main-message {
  height: 200px;
  line-height: 200px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#component-message .sub-message {
  height: 100px;
  line-height: 100px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#component-message .mbsc-btn {
  color: #333;
  width: 200px;
  padding: 0.3125em 0.5em;
  margin: 0.5em 0.25em;
  background: #2e7d7d;
  border-color: #2e7d7d;
  border-radius: 5px;
  color: #fff;
}
#component-message .mbsc-btn:hover {
  background: #009999;
  border-color: #009999 !important;
}
.mobile #component-message {
  display: table;
  width: 100%;
}
.mobile #component-message .main-message {
  margin-top: 50px;
  line-height: 30px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.mobile #component-message .sub-message {
  height: 100%;
}
#component-car-confirmation .car-no-item .number-input {
  padding-top: 30px;
}
#component-car-confirmation .car-no-item .number-input span {
  display: block;
  width: 250px;
  padding: 10px 15px;
  font-size: 16px;
}
#component-carList {
  background: #ffffff;
  width: 1200px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#component-carList .easy-table tr th:nth-of-type(1),
#component-carList .easy-table tr td:nth-of-type(1) {
  max-width: 50px;
  width: 50px;
}
#component-carList .easy-table tr th:nth-of-type(2),
#component-carList .easy-table tr td:nth-of-type(2) {
  max-width: 200px;
  width: 200px;
}
#component-carList .easy-table tr th:nth-of-type(3),
#component-carList .easy-table tr td:nth-of-type(3) {
  width: 787px;
  max-width: 787px;
}
#component-carList .easy-table tr th:nth-of-type(4),
#component-carList .easy-table tr td:nth-of-type(4) {
  width: 71px;
  max-width: 71px;
}
#component-carList .easy-table tr th:nth-of-type(5),
#component-carList .easy-table tr td:nth-of-type(5) {
  width: 71px;
  max-width: 71px;
}
.mobile #component-carList {
  width: 100%;
}
#component-car-csv-regist {
  background: #ffffff;
  width: 1200px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.mobile #component-car-csv-regist {
  width: 100%;
}
.mobile #component-car-csv-regist .operation-area {
  margin: 0;
  padding: 0;
}
.mobile #component-car-csv-regist .operation-area .mbsc-btn {
  margin-left: 0;
  margin-right: 16px;
  float: right;
  width: 140px;
  height: 34px;
}
.mobile #component-car-csv-regist .operation-area .mbsc-btn.mbsc-btn-outline {
  float: left;
  margin-left: 16px;
  margin-right: 0;
  margin-top: 50px;
}
.mobile #component-car-csv-regist .operation-area .mbsc-btn.mbsc-btn-info {
  float: right;
  margin-right: 16px;
  margin-left: 0;
  margin-top: 50px;
}
#component-driverList {
  background: #ffffff;
  width: 1200px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#component-driverList .data-item.list-search {
  width: 450px;
}
#component-driverList .data-item.list-search.transporter .data-item-title {
  width: 170px;
}
#component-driverList .data-item.list-search.transporter .data-item-title .data-item-title-label {
  width: 170px;
}
#component-driverList .easy-table tr th:nth-of-type(1),
#component-driverList .easy-table tr td:nth-of-type(1) {
  max-width: 50px;
  width: 50px;
}
#component-driverList .easy-table tr th:nth-of-type(2),
#component-driverList .easy-table tr td:nth-of-type(2) {
  width: 240px;
  max-width: 240px;
}
#component-driverList .easy-table tr th:nth-of-type(3),
#component-driverList .easy-table tr td:nth-of-type(3) {
  width: 308px;
  max-width: 308px;
}
#component-driverList .easy-table tr th:nth-of-type(4),
#component-driverList .easy-table tr td:nth-of-type(4) {
  width: 140px;
  max-width: 140px;
}
#component-driverList .easy-table tr th:nth-of-type(5),
#component-driverList .easy-table tr td:nth-of-type(5) {
  width: 300px;
  max-width: 300px;
}
#component-driverList .easy-table tr th:nth-of-type(6),
#component-driverList .easy-table tr td:nth-of-type(6) {
  width: 71px;
  max-width: 71px;
}
#component-driverList .easy-table tr th:nth-of-type(7),
#component-driverList .easy-table tr td:nth-of-type(7) {
  width: 71px;
  max-width: 71px;
}
.mobile #component-driverList {
  width: 100%;
}
#component-driver-confirmation {
  background: #ffffff;
  width: 1200px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#component-driver-confirmation .easy-table tr th:nth-of-type(1),
#component-driver-confirmation .easy-table tr td:nth-of-type(1) {
  max-width: 50px;
  width: 50px;
}
#component-driver-confirmation .easy-table tr th:nth-of-type(2),
#component-driver-confirmation .easy-table tr td:nth-of-type(2) {
  width: 240px;
  max-width: 240px;
}
#component-driver-confirmation .easy-table tr th:nth-of-type(3),
#component-driver-confirmation .easy-table tr td:nth-of-type(3) {
  width: 308px;
  max-width: 308px;
}
#component-driver-confirmation .easy-table tr th:nth-of-type(4),
#component-driver-confirmation .easy-table tr td:nth-of-type(4) {
  width: 140px;
  max-width: 140px;
}
#component-driver-confirmation .easy-table tr th:nth-of-type(5),
#component-driver-confirmation .easy-table tr td:nth-of-type(5) {
  width: 300px;
  max-width: 300px;
}
#component-driver-confirmation .easy-table tr th:nth-of-type(6),
#component-driver-confirmation .easy-table tr td:nth-of-type(6) {
  width: 71px;
  max-width: 71px;
}
#component-driver-confirmation .easy-table tr th:nth-of-type(7),
#component-driver-confirmation .easy-table tr td:nth-of-type(7) {
  width: 71px;
  max-width: 71px;
}
.mobile #component-driver-confirmation {
  width: 100%;
}
#component-driver-csv-regist {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#component-driver-csv-regist .leadArea {
  margin-top: 20px;
  margin-bottom: 40px;
}
.mobile #component-driver-csv-regist {
  width: 100%;
}
.mobile #component-driver-csv-regist .operation-area {
  margin: 0;
  padding: 0;
}
.mobile #component-driver-csv-regist .operation-area .mbsc-btn {
  margin-left: 0;
  margin-right: 16px;
  float: right;
  width: 140px;
  height: 34px;
}
.mobile #component-driver-csv-regist .operation-area .mbsc-btn.mbsc-btn-outline {
  float: left;
  margin-left: 16px;
  margin-right: 0;
  margin-top: 50px;
}
.mobile #component-driver-csv-regist .operation-area .mbsc-btn.mbsc-btn-info {
  float: right;
  margin-right: 16px;
  margin-left: 0;
  margin-top: 50px;
}
#component-portal-top {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
#component-portal-top .slick-list {
  text-align: center;
}
#component-portal-top .centerArea {
  width: 1200px;
  height: 320px;
  margin-bottom: 30px;
  background: #eee;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#component-portal-top .centerArea .detailCetner {
  background: #5bc0de;
  border: 3px solid #fff;
  width: 350px !important;
  height: 300px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  outline: none;
}
#component-portal-top .centerArea .detailCetner h3 {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}
#component-portal-top .centerArea .detailCetner h3 img {
  float: left;
  margin-right: 10px;
  max-width: 50px;
  max-height: 50px;
}
#component-portal-top .centerArea .detailCetner h3 .center-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 60px);
  line-height: 50px;
  float: left;
}
#component-portal-top .centerArea .detailCetner .center-button-area {
  padding-top: 20px;
}
#component-portal-top .centerArea .detailCetner .center-button-area .mbsc-btn {
  width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 16px;
}
#component-portal-top .centerArea .detailCetner .center-button-area .mbsc-btn.mbsc-btn-default {
  background: #fff;
  color: #333;
  font-weight: bold;
}
#component-portal-top .centerArea .detailCetner .center-button-area .mbsc-btn.mbsc-btn-default:hover {
  background: #eee;
}
#component-portal-top .centerArea .detailCetner .center-button-area .mbsc-btn.mbsc-btn-warning {
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}
#component-portal-top .centerArea .detailCetner .center-button-area .mbsc-btn.mbsc-btn-warning:hover {
  background: #ff9a00;
}
#component-portal-top .centerArea .detailCetner .center-button-area .mbsc-btn.mbsc-btn-flat {
  color: #fff;
  text-decoration: underline;
  margin-top: 30px;
}
#component-portal-top .centerArea .detailCetner .center-button-area .mbsc-btn.mbsc-btn-flat .mbsc-btn-ic {
  padding: 0;
}
#component-portal-top .centerArea .slick-prev:before,
#component-portal-top .centerArea .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#component-portal-top .centerArea .slick-prev:before {
  font-size: 16px;
  font-weight: bold;
  content: '<';
  line-height: 70px;
  color: #3d558c;
}
#component-portal-top .centerArea .slick-next:before {
  font-size: 16px;
  font-weight: bold;
  content: '>';
  line-height: 70px;
  color: #3d558c;
}
#component-portal-top .centerArea .slick-prev,
#component-portal-top .centerArea .slick-next {
  width: 26px;
  height: 100px;
  background: linear-gradient(#ffffff, #e6e6e6) !important;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  transform: translate(0, -50%);
  cursor: pointer;
}
#component-portal-top .centerArea .slick-prev {
  left: -35px;
}
#component-portal-top .centerArea .slick-prev:hover {
  opacity: 0.7;
}
#component-portal-top .centerArea .slick-next {
  right: -35px;
}
#component-portal-top .centerArea .slick-next:hover {
  opacity: 0.7;
}
#component-portal-top .centerArea .center-message {
  height: 300px;
  line-height: 300px;
  font-size: 18px;
  text-align: center;
}
#component-portal-top .infomationTitle {
  background: #e7f4e4;
  margin-bottom: 30px;
}
#component-portal-top .infomationTitle h2 {
  font-size: 25px;
  padding: 30px 10px;
}
#component-portal-top .infomationTitle h2 span {
  display: inline-block;
  font-weight: bold;
}
#component-portal-top .infomationArea {
  padding: 15px 10px;
  background: #e7f4e4;
}
#component-portal-top .infomationArea .infomationInner {
  width: 1180px !important;
  height: 300px !important;
  overflow: auto;
}
#component-portal-top .infomationArea .infomationInner .easy-table {
  width: 1160px !important;
  font-size: 14px;
}
#component-portal-top .infomationArea .infomationInner .easy-table thead {
  display: none;
}
#component-portal-top .infomationArea .infomationInner .easy-table tr:nth-child(odd) {
  background: #f3f3f3;
}
#component-portal-top .infomationArea .infomationInner .easy-table tr td a {
  cursor: pointer;
}
#component-portal-top .infomationArea .infomationInner .easy-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#component-portal-top .infomationArea .infomationInner .easy-table td:nth-of-type(1) {
  width: 200px !important;
  max-width: 200px !important;
}
#component-portal-top .infomationArea .infomationInner .easy-table td:nth-of-type(2) {
  width: 300px !important;
  max-width: 300px !important;
}
#component-portal-top .infomationArea .infomationInner .easy-table td:nth-of-type(3) {
  width: 700px !important;
  max-width: 700px !important;
}
#component-portal-top .infomationArea .infomationInner .easy-table td:nth-of-type(3) a {
  cursor: pointer;
}
#component-portal-top .infomationArea .notice-message {
  margin-top: 10px;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
#component-portal-top .infomationArea .notice-message .mbsc-ic.mbsc-ic-material-info-outline {
  padding-right: 5px;
  font-size: 20px;
  line-height: 30px;
}
.portal-top-widget {
  width: 1172px;
  text-align: center;
}
.portal-top-widget h3 {
  width: 100%;
  margin: 0;
  margin-top: 20px;
  padding: 10px;
  background: #daf1f8;
  border-radius: 5px;
  font-size: 18px;
  color: #2184a2;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-top-widget .message-area {
  max-height: 600px;
  overflow-y: auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px;
  min-height: 100px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.portal-top-widget .message-area .notice-message {
  min-height: 20px;
  width: 100%;
  overflow-wrap: break-word;
}
.portal-top-widget .mbsc-btn {
  margin: 0px;
  margin-top: 20px;
  width: 180px;
  height: 30px;
  background: #5bc0de;
  border-color: #5bc0de;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}
.portal-top-widget .mbsc-btn:hover {
  background: #08c9ff;
  border-color: #08c9ff !important;
}
.portal-top-widget.mobile {
  width: 100%;
}
.mobile #component-portal-top {
  max-width: 100%;
  min-width: 100%;
}
.mobile #component-portal-top .centerArea {
  width: 100%;
}
.mobile #component-portal-top .centerArea .detailCetner {
  width: 100% !important;
}
.mobile #component-portal-top .centerArea .slick-prev {
  left: 0px;
  z-index: 2;
}
.mobile #component-portal-top .centerArea .slick-next {
  right: 0px;
  z-index: 2;
}
.mobile #component-portal-top .infomationTitle {
  width: 100%;
}
.mobile #component-portal-top .infomationArea {
  width: 100%;
}
.mobile #component-portal-top .infomationArea .infomationInner {
  width: 100% !important;
  height: auto !important;
}
.mobile #component-portal-top .infomationArea .infomationInner .easy-table {
  width: 100% !important;
}
.driver-account-area .data-item.disabled {
  opacity: 0.5;
}
.driver-account-area .data-item .explanation-text {
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  font-size: 16px;
}
.driver-account-area .data-item .valid-select {
  overflow: hidden;
  padding-left: 16px;
}
.driver-account-area .data-item .valid-select .mbsc-radio {
  width: 100px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  margin-right: 60px;
  padding: 0;
  float: left;
}
.driver-account-area .data-item .valid-select .mbsc-radio input {
  margin: 0;
  color: #333333;
  cursor: pointer;
}
.driver-account-area .data-item .valid-select .mbsc-radio input:checked + .mbsc-radio-box {
  border: 0.125em solid #d04d4d;
}
.driver-account-area .data-item .valid-select .mbsc-radio input:disabled {
  cursor: default;
}
.driver-account-area .data-item .valid-select .mbsc-radio-box {
  left: 0;
  top: 55%;
  border: 0.125em solid #666666;
}
.driver-account-area .data-item .valid-select .mbsc-radio-box:after {
  background: #d04d4d !important;
  border: 0.125em solid #d04d4d;
}
.driver-account-area .data-item .valid-select .mbsc-label {
  padding-left: 30px;
}
.mobile .driver-account-area .data-item .explanation-text {
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  font-size: calc(100vw / 32);
}
