@charset "UTF-8";

.bg-login-image {
  background: url(/webjars/startbootstrap-sb-admin-2/img/undraw_posting_photo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(255 , 255 , 0 , 0.08);
}
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  z-index:1080;
}
#ajaxError {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color:rgba(255,255,255, 0.5);
  z-index:1100;
}
#ajaxError .inner{
   display:table-cell;
   vertical-align: middle;
}
#ajaxError .errorgMsg {
  text-align: center;
  vertical-align: middle;
  font-size:x-large;
  font-weight:bold;
  color:black;
  background-color:#FFF9D2;
  width:600px;
  height:500px;
  margin:auto;
  padding-top:150px;
}
#template_head_main li a {
	font-size:13px;
}
/*入力チェック　エラー時の画像設定(パス)
.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color:#e74a3b;
	padding-right:calc(1.5em + .75rem);
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
	background-repeat:no-repeat;
	background-position:right calc(.375em + .1875rem) center;
	background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
*/
/*エラー時の画像設定
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e74a3b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(/images/attention.png);
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}*/
.not-allowed-cursor {
  cursor: not-allowed !important;
}
input:invalid {
  border: 1px solid red !important;
  background-color: #fdd !important;
}
.text-line-through {
  text-decoration: line-through !important;
}
.mx-2-items > * {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}
.my-2-items > * {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.bg-color-main-nav {
  background-color: #0077c1 !important;
}
.bg-color-modal-header {
  background-color: #6495ed !important;
}
.fg-color-modal-header {
  color: #fff !important;
}
.bg-color-highlight {
  background-color:#ccffff !important;
}
.error-row {
  background-color: #f8d7da !important;
}
.error-cell {
  color: #721c24 !important;
}