@charset "utf-8";

/*!
 *  カスタムCSS
 */


* {
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  text-align: justify;
}

.content-header h1, h3.card-title {
  letter-spacing: 0.1em;
}

.form-group ul.errorlist {
  list-style: none;
  padding-left: 10px;
}
.form-group ul.errorlist li {
  color: #dc3545;
}

.form-group span.badge-tooltip {
  vertical-align: text-top;
}

.form-group .status-info {
  background: #fff3cd;
  color: #856404;
}

.fs-xs {
  font-size: x-small;
}

.fs-s {
  font-size: small;
}

.fs-m {
  font-size: medium;
}

.fs-l {
  font-size: large;
}

.fs-xl {
  font-size: x-large;
}

.btn-disable {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  pointer-events: none;
}

/* AdminDateWidget カスタマイズ */
.calendar caption, .calendarbox h2 {
    background: #f5dd5d;
}
.calendarbox, .clockbox {
    color: #333;
    background: #FFF;
    border: 1px solid #e8e8e8;
}
.calendar-cancel {
    color: #333;
}
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {
    top: 14px;
}
table {
    border-color: #CCC;
}
table th {
  vertical-align: middle !important;
}
tr:nth-child(2n+1) {
    background: #FFF;
}
tr:nth-child(2n), tr:nth-child(2n) {
    background: #f8f8f8;
}

table .table-sort {
    cursor: pointer;
}
table .table-sort .table-sort-th-title {
    text-decoration: none;
    color: black;
}


caption {
    caption-side: initial;
}
.wrapper {
	font-size : 0.9rem;
}

.checkbox-area {
    height: 120px;
    overflow: auto;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
}

.alert-light a {
    color: #007bff;
    text-decoration: none;
}

.cprpfd-theme-background {
    background-color: #003b90;
}

/* select2 カスタマイズ */
.select2 {
  font-size: 1rem;
}
.select2-results__option {
  font-size: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
}

/* badge カスタマイズ */
.notice-bell i.fa-bell:hover {
  color: #ffc107;
  border-color: #ffc107;
}
.navbar-badge {
  top: 1px;
}
.translate-middle {
  transform: translate(-50%,-50%) !important;
}

/* お知らせページ カスタマイズ */
.text-pre-wrap {
  white-space: pre-wrap;
}
.text-word-wrap {
  word-wrap:break-word
}

/* 精密検査注文 */
.bg-color-antiquewhite {
  background-color: #faebd7;
}

.output-button-margin {
  margin-left: 5px;
}

/* 日付フォーム */
.form-inline p.date {
  margin-bottom: 0;
}
.confirm-pdf-fd5-subject {
  background-color:#E6F7E6;
  margin-bottom: 0px;
  padding-top:10px;
  margin-right:-7.5px;
}
.confirm-pdf-fd5-method-overview {
  background-color:#E6F7E6;
  padding-top:10px;
  margin-right:-7.5px;
  padding-bottom:10px;
}
.edit-pdf-fd5-subject {
  background-color:#E6F7E6;
}

.confirm-pdf-fd5-non-hyalu-subject {
  background-color:#F7E6E6;
  margin-bottom: 0px;
  padding-top:10px;
  margin-right:-7.5px;
}
.confirm-pdf-fd5-non-hyalu-method-overview{
  background-color:#F7E6E6;
  padding-top:10px;
  margin-right:-7.5px;
  padding-bottom:10px;
}
.edit-pdf-fd5-non-hyalu-subject {
  background-color:#F7E6E6;
}

/* 透過 */
.text-translucent {
  color: rgba(0, 0, 0, 0);
}
