@charset "utf-8";
body {
  /* color: #1A005D; */
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.btn-danger {
  background-color: rgb(180, 24, 24,1.00);
  border-color: rgb(180, 24, 24,1.00);
}

.btn-primary {
    background-color: #000;
    border-color: #000;
}
.btn-outline-primary {
    color: #000;
    border-color: #000;
    background-color: white;
}
.btn-primary:hover, .btn-primary:focus, 
.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus,
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary, 
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:disabled,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background: #000;
    border-color: #222;
    color: #ccc;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, 
.btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .btn-outline-primary:active.focus,
.btn-outline-primary.active, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary.active.focus,
.open > .dropdown-toggle.btn-outline-primary, 
.open > .dropdown-toggle.btn-outline-primary:hover,
.open > .dropdown-toggle.btn-outline-primary:focus, 
.open > .dropdown-toggle.btn-outline-primary.focus,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled:hover, .btn-outline-primary[disabled]:hover, fieldset[disabled] .btn-outline-primary:hover,
.btn-outline-primary.disabled:focus, .btn-outline-primary[disabled]:focus, fieldset[disabled] .btn-outline-primary:focus,
.btn-outline-primary.disabled.focus, .btn-outline-primary[disabled].focus, fieldset[disabled] .btn-outline-primary.focus {
    background: #000;
    border-color: #000;
    color: white;
}
.btn-outline-secondary {
  background-color: white;
}
.bg-ctm-light{
  background-color: #ccc;
}
a {
    color: #666;
}
h1{
  /* background-color: #000; */
  color: white;
  background: linear-gradient(180deg, #8EC400 0%, #8EC400 20%, #1A005D 20%, #1A005D 100%);
  /* padding-top: 1rem !important; */
  /* padding-bottom: .6rem !important; */
  /* font-size: 1.7rem; */
  font-weight: 400;
  font-size: 1.25rem;
  padding-top: 1.3rem !important;
  padding-bottom: .5rem !important;
  min-height: 3.6rem;
  position: sticky;
  z-index: 999990;
  top: 2.85rem;
  box-shadow: 0px 2px 2px #888;
}
h1 a {
  color: #8EC400;
  text-decoration: none;
}
h1 a:hover {
  color: white;
}
h1 button {
  padding-top: .2rem !important;
  padding-bottom: .2rem !important;
  vertical-align: bottom !important;
  max-width: 4rem;
  margin-top: -.2rem;
}
h1 s:before {
  content: "＞";
  transform: scale(.5, 1.2);
  display: inline-block;
  font-weight: 100;
  margin: 0 .2rem;
}
h1 button:hover,
h1 button:focus {
  background: #8EC400 !important;
}
body{
  /* background-color: #f5f5f5; */
}
header {
  background-color: #FFF;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 2em; */
  /* box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.70); */
  position: sticky;
  z-index: 999990;
  top: 0;
}
header #logo {
  /* width: 30%; */
  /* margin: 0 1em; */
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  width: -webkit-fill-available;
  max-width: 30%;
  min-height: 1.82rem;
}
header #login_name {
  /* width: 70%; */
  /* margin: 0 3em 0 0; */
  text-align: right;
  font-size: .9rem;
  display: flex;
  line-height: 1rem;
}
header #login_name div div:first-child {
  min-height: 25%;
}
header #login_name #chg_pw {
  margin-top: .1rem;
  margin-left: .5rem;
}
header #login_name #chg_pw button {
  padding: .3rem;
  font-size: .9rem;
  line-height: 1rem;
  width: 100%!important;
}
header #login_name::before {
  content: 'AQR従業員管理システム';
  margin: auto 1rem;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #1A005D;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.5rem 1rem;
  }
  header #logo {
    max-width: 50%;
  }
  header #login_name::before {
    font-size: .6rem;
    line-height: .7rem;
  }
  header #login_name {
    font-size: .6rem;
    line-height: .7rem;
  }
  header #login_name #chg_pw {
    font-size: .6rem;
    line-height: .6rem;
  }
  header #login_name #chg_pw button {
    font-size: .5rem;
    line-height: .6rem;
  }
  h1 {
    font-size: .8rem;
    min-height: 3rem;
  }
  h1.mb-5 {
    margin-bottom: 1rem !important;
  }
  h1 .btn {
    font-size: .8rem;
  }
  .container div.d-flex:has(>button) {
    align-items: center !important;
  }
}
main{
  /* background-color: #f5f5f5; */
}
footer{
  background-color: #000;
  color: #FFF;
  /* position: absolute;
  bottom: 0;
  width: 100%; */
}
.w-menu {
	width: 100% !important;
	max-width: 20rem;
}
.h-menu {
	height: 8rem !important;
}
.h-mfs {
	font-size: 0.84rem !important;
}
.menu-row {
	margin-left: 1rem !important;
}
@media screen and (max-width: 991px) {
	.menu-row {
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.menu-row .btn {
		width: 100%!important;
	}
}
.menu-row .h-mfs {
	line-height: 1rem;
	text-align: left;
	height: 6.5rem;
	padding-top: .2rem;
}
.menu-row button {
	color: #FFF;
	background: #1A005D;
	border-color: #1A005D;
	box-shadow: 2px 2px 2px #888;
}
.menu-row button:active, .menu-row button:hover, .menu-row button:focus {
	background: #8EC400 !important;
	box-shadow: inset 2px 2px 2px #888;
}
.menu-row .align-items-start {
	flex: 0.75;
}
.menu-row .btn {
	max-width: 20rem;
	height: 3.6rem;
	float: right;
}
.form-label {
    position: relative;
    display: block;
    vertical-align: top;
    background-color: #e9ecef;
    width: 100%;
    padding: 0;
    padding: 10px;
    line-height: 20px;
    border-radius: 3px;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
	font-size: 0.95rem;
}
input[type=checkbox]:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
input[type=file]::file-selector-button {
	/*background: #f8f8f8;*/
	background: #1A005D;
	color: #fff;
}
input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #8EC400;
}

#form .row a {
    display: block;
    text-align: left;
    padding-left: 10px;
}

/* 入力チェック */
label.error {
  color: red;
}
input.error {
  background:#ffd7d7;
}

.capture {
    text-align:left;
}
@media screen and (max-width: 768px) {
  .capture {
    text-align: center;
  }
}
.reader {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.reader-video {
    background-color: #000;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.unsupported {
    display: none;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    color: #000;
    z-index: 999;
}
.unsupported.is-show {
    display: flex;
}
.unsupported-title {
    font-weight: bold;
    font-size: 2em;
}
#js-canvas,
#js-canvas2 {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 6%;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: rgba(255, 255, 255, 0.85);
	z-index: 999999;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	scrollbar-width: none;
}
.loader {
  margin: 90px auto;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}

.table>:not(caption)>*>* {
	padding: .4rem .3rem;
}
.table>:not(:first-child) {
	border-top: none;
}
.input-group-text,
.form-control,
.form-select {
	font-size: 0.95rem;
	line-height: 1.2rem;
}
.form-check-input {
	margin-top: .15em;
}

#result_table,
.result_table {
	/* height: 652px; */
	display: block;
	overflow-y: auto;
	padding: 0;
	clear: both;
}
#result_table thead,
.result_table thead {
	position: sticky;
	top: 0;
}
#result_table thead,
.result_table thead {
	cursor: pointer;
}
#result_table tbody tr,
.result_table tbody tr {
	cursor: pointer;
}
#result_table th,
.result_table th {
	/* background-color: #e9ecef; */
	background-color: #1A005D;
	color: #fff;
}
#result_table th,
.result_table th {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
}
/***
#result_table th:before,
.result_table th:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #ced4da;
	border-bottom: 2px solid currentColor;
	z-index: -1;
}
***/
#result_table tr:first-child td,
.result_table tr:first-child td {
	border-top: 0;
}
#result_table tr td,
.result_table tr td {
	border: 1px solid #ced4da;
}
#result_table .fix,
.result_table .fix {
	color: lightgray;
	text-decoration: underline;
	cursor: default;
}

.c_picture {
	width: 45px;
	height: 32px;
}
#picture_full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.85);
	z-index: 999999;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	scrollbar-width: none;
	cursor: pointer;
}
#picture_full div {
	margin: auto;
}
#picture_full img {
	max-width: 90vw;
}
#canvas_full {
	max-width: 100vw;
	max-height: 100vh;
}
#picture_full .close {
	color: #fff;
	font-size: 5rem;
	font-weight: 800;
	position: fixed;
	top: -2rem;
	right: 1rem;
	text-shadow: 0 0 5px black;
}
