@charset "UTF-8";

.min-w {
	/* max value on 1366 x 768 */
	min-width: 1342px;
}
.container, .container-fixed {
	width: 1342px;
}
.modal-confirm {
	margin-top: 120px;
}
.modal-fixed {
	width: 960px;
}
[v-cloak] {
	display: none;
}
header {
	height: 50px;
	line-height: 50px;
	background-color: #198cff;
}
header .container-fixed {
	position: relative;
	padding: 0 10px;
	text-align: center;
}
.logo img {
	vertical-align: middle;
}
.logo-title {
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	color: #ffffff;
}
.logo-title a {
	color: #ffffff;
}
.logo-sub {
	margin-left: 35px;
	font-size: 14px;
	line-height: 1.3;
	color: #ffffff;
}
.header-title {
	position: absolute;
	width: 500px;
	left: calc(50% - 250px);
	margin-top: 7px;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}
.user-info {
	display: table-cell;
	height: 50px;
	text-align: right;
	vertical-align: middle;
	color: #fff;
}
.user-info img {
	vertical-align: middle;
}
.user-info span {
	vertical-align: middle;
	font-size: 16px;
	margin-left: 5px;
}
/* min-heightの計算はheaderとfooter-boxのheightと関係ある */
.main {
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: calc(100vh - 92px);
	position: relative;
}
.main.no-header-main {
	height: calc(100vh - 85px);
}
.footer {
	background-color: #454545;
	color: white;
	margin-bottom: 2px;
}
.footer-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
.footer p {
	font-size: 16px;
}
.left-nav {
	width: 235px;
	padding: 10px;
	background-color: #fff;
/*	height: 610px; */
/*	height: calc(100vh - 215px); */
/*	overflow-y: scroll; */
/*	overflow-x: hidden; */
/*	box-shadow: -5px 5px 30px rgb(25 140 255 / 40%); */
}
.left-nav a {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	padding-right: 5px;
	position: relative;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #666;
	border-radius: 3px;
}
.left-nav a::before {
	content: '';
	width: 7px;
	height: 12px;
/*	background-image: url(../../images/nav-icon.png); */
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
}
.left-one-nav li {
	border: 1px solid #fff;
	border-radius: 3px;
}
.left-one-nav>li>a {
	background-color: #198cff;
	color: #fff;
}
.left-one-nav>li>a.active:before {
	content: '';
	width: 12px;
	height: 7px;
/*	background-image: url(../../images/nav-active-icon.png); */
	position: absolute;
	margin-top: -4px;
	right: 13px;
}
/* 初期表示で一つの分類だけを展開したい場合はnoneを設定 */
.left-two-nav {
	display: block;
}
.left-two-nav li:hover {
	border-bottom: 1px dashed #ebebeb;
	background-color: #cbcbcb;
}
.left-two-nav li:last-child {
	border-bottom: none;
}
.right-content1 {
	width: calc(100% - 240px);
/*	height: calc(100vh - 215px); */
/*	overflow-y: scroll; */
/*	overflow-x: hidden; */
/*	box-shadow: 0 5px 30px rgb(25 140 255 / 40%); */
}
.right-content2 {
	width: 100%;
}
.topmsg {
	font-size: 14px;
}
.msgContent {
	display: inline-block;
	padding: 1px;
	line-height: 1.4;
	vertical-align: top;
	width: calc(100% - 25px);
}
.search-title {
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 10px;
}
.search-title h1 img {
	vertical-align: middle;
}
.search-title h1 span {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	color: #198cff;
	vertical-align: middle;
}
.search-title1 {
	height:40px;
	line-height: 30px;
}
.title-left {
	float: left;
	width: 33%;
}
.title-center {
	float: left;
	width: 33%;
	line-height: 1.4;
	text-align: center;
}
.title-right {
	float: right;
	width: 33%;
	text-align: right;
}
.search-content {
	padding: 10px 10px 5px 10px;
}
.loadingMask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
}
.loadingContent {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60px;
	height:60px;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 20001;
}
.input-box {
	margin-bottom: 5px;
}
.input-box .row {
	margin-left: 0;
	margin-right: 0;
}
.input-box label img {
	vertical-align: middle;
}
.div-table {
	display: table;
}
.div-table span, .div-table div {
	display: table-cell;
	vertical-align: middle;
}
.inline-block {
	display: inline-block;
}
.multi-line {
	white-space: pre-wrap;
}
.input-div {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: left;
	vertical-align: middle;
}
.label-name {
	display: inline-block;
	width: 130px;
	height: 28px;
	line-height: 28px;
	color: #333;
	text-align: right;
	vertical-align: middle;
}
.input-name {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: left;
	vertical-align: middle;
	width: calc(100% - 136px);
}
.code-name{
	border: none;
	outline: none;
	background-color: #e5e5e5;
	height: 28px;
	padding: 2px 4px;
}
.img-f3 {
	width: 26px;
	height: 26px;
	vertical-align: middle;
}
.input-range {
	display: inline-flex;
	height: 28px;
	line-height: 28px;
	text-align: left;
	vertical-align: middle;
	width: calc(100% - 136px);
}
.input-range input {
	flex: 1;
}
.input-range span {
	line-height: 28px;
	width: 22px;
	text-align: center;
}
.input-date {
	display: inline-block;
	width: 98px;
}
.input-date::-moz-placeholder {
	color: #a1a1a1;
}
.input-date::-webkit-input-placeholder {
	color: #a1a1a1;
}
.input-radio {
	display: inline-block;
}
.input-check {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.input-check:checked {
	border: 0;
	background-image: url(../../images/checkbox-on.png);
	background-size: 100% 100%;
}
.input-check:focus {
	outline: none !important;
}
.text-digit1 {
	width: 19px;
}
.text-digit2 {
	width: 28px;
}
.text-digit3 {
	width: 36px;
}
.text-digit4 {
	width: 45px;
}
.text-digit5 {
	width: 54px;
}
.text-digit6 {
	width: 63px;
}
.text-digit7 {
	width: 71px;
}
.text-digit8 {
	width: 80px;
}
.text-digit9 {
	width: 88px;
}
.text-digit10 {
	width: 97px;
}
.text-digit11 {
	width: 106px;
}
.text-digit12 {
	width: 114px;
}
.text-digit13 {
	width: 123px;
}
.text-digit14 {
	width: 132px;
}
.text-digit15 {
	width: 141px;
}
.check-name {
	vertical-align: top;
	display: inline-block;
	vertical-align: middle;
}
.check-box2 {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../../images/check2-icon1.png);
	background-size: 100% 100%;
}
.check-box2:focus {
	outline: none !important;
}
.check-box2:checked {
	background-image: url(../../images/check2-icon2.png);
	background-size: 100% 100%;
}
.select-right {
	display: inline-block;
	width: calc(100% - 136px);
	vertical-align: middle;
}
.select-right>span {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #198cff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	text-align: center;
}
.select-box {
	display: inline-block;
	position: relative;
	vertical-align: top;
	line-height: 1;
	background-color: #fff;
}
.select-right .select-box {
	width: 100%;
	height: 28px;
}
.select-box>a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 22px 0 5px;
	width: 100%;
	position: relative;
	color: #222;
	overflow: hidden;
}
.select-box>a:after {
	content: "";
	width: 16px;
	height: 9px;
	background-image: url(../../images/select-icon.png);
	background-size: 100% 100%;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -4px;
}
.select-box>a[disabled] {
	cursor: not-allowed;
	background-color: #e5e5e5;
}
.select-box>ul {
	display: none;
	position: absolute;
	top: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 2px #eee;
	border-radius: 3px;
	width: 100%;
	max-height: 200px;
	padding: 5px 0;
	overflow-y: scroll;
	z-index:1;
}
.select-box>ul .selected-li {
	background-color: #d5d7d8;
}
.select-box>ul li a {
	display: inline-block;
	width: 100%;
	line-height: 25px;
	height: 25px;
	color: #000000;
	padding: 0 5px;
}
.select-box>ul li a:hover {
	color: #198cff;
}
.input-btn-box {
	padding-left: 0px;
}
.input-btn-box .input-btn {
	display: inline-block;
	min-width: 60px;
	height:28px;
	line-height: 28px;
	background-color: #198cff;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	border-radius: 3px;
	border: 1px solid #198cff;
	transition: all linear .3s;
}
.input-btn-box .input-btn:hover {
	color: #198cff;
	background-color: transparent;
}
.query-btn {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	width: auto;
	color: #198cff;
	border: 1px solid #198cff;
	border-radius: 3px;
	text-align: center;
	margin: 0 3px;
	padding: 0 5px;
	vertical-align: middle;
	transition: all linear .3s;
}
.query-btn:hover {
	background-color: #198cff;
	color: #fff;
}
a.query-btn[disabled], a.query-btn[disabled]:hover {
	cursor: not-allowed;
	border-color: #ccc;
	background-color: #e5e5e5;
}
.header-btn {
	min-width: 70px;
}
.logout-btn {
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.query-title {
	position: relative;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.page-navi-left {
	position: absolute;
	left: 0px;
	margin-left: 10px;
	margin-top: 5px;
}
.page-navi-right {
	position: absolute;
	right: 10px;
	margin-top: 5px;
}
.select-box2 {
	vertical-align: top;
}
.select-box2>a:hover {
	background-color: transparent;
	color: #198cff;
}
.select-box2>a {
	width: 80px;
	height: 28px;
	line-height: 26px;
	border-color: #198cff;
	margin: 0;
	text-align: left;
	border-left: 1px solid #198cff;
}
.page-list {
	display: inline-block;
	vertical-align: middle;
}
.page-list li {
	float: left;
}
.query-btn-page {
	width: 28px;
	margin: 0 3px;
	padding: 0 0px;
}
.page-text {
	font-size: 14px;
	color: #198cff;
	vertical-align: middle;
	height: 28px;
	line-height: 28px;
	margin: 0 5px;
}
.page-text input {
	color: #198cff;
}
table .btn {
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
}
table .query-btn {
	min-width: 44px;
	height: 24px;
	line-height: 24px;
}
table .form-control {
	height: 24px;
}
table .select-box{
	height: 24px;
}
table .select-right .select-box{
	height: 24px;
}
table .select-box>a{
	height: 24px;
	line-height: 24px;
}
.query-table {
	padding: 3px 10px 3px 10px;
}
.query-table table {
	width: 100%;
}
.query-table table tr th {
	border: 1px solid #cbcbcb;
	height: 30px;
	text-align: center;
	background-color: #badcff;
	color: #333;
	padding: 2px 2px;
}
.query-table table tr td {
	height: 30px;
	border-color: #cbcbcb;
	padding: 2px 2px;
}
/*
.query-table table tbody > tr:hover > td {
	background-color: #20baff;
	color: #fff;
}
.query-table table tr:hover td .query-btn {
	color: #fff;
	border-color: #fff;
}
*/
.selected-col td {
	background-color: #20baff !important;
	color: #fff;
}
.selected-col td .query-btn {
	color: #fff;
	border-color: #fff;
}
/* fixed-left, fixed-left-header等が設定されている場合 */
.table-striped[class*="fixed-left"]>tbody>tr:nth-child(odd)>td {
	background-color: #f4f3f3;
}
.table-striped[class*="fixed-left"]>tbody>tr:nth-child(even)>td {
	background-color: #fff;
}
.popup-title {
	display: inline-block;
	font-size: 16px;
	color: #198cff;
	vertical-align: middle;
}
.modal-sm {
	width: 320px;
}
.modal-md1 {
	width: 400px;
}
.modal-md2 {
	width: 500px;
}
.modal-md3 {
	width: 600px;
}
.modal-ft-left {
	float: left;
	width: 32%;
	text-align: left;
	height: 30px;
}
.modal-ft-center {
	float: left;
	width: 36%;
	text-align: center;
	height: 30px;
}
.modal-ft-right {
	float: right;
	width: 32%;
	height: 30px;
}
.modal-confirm-btn {
	width: 80px;
}
.modal-cancel-btn {
	width: 90px;
}
.datepicker td, .datepicker th {
	width: 25px;
	height: 25px;
}
.rest-days {
	color: red;
}
.font-16 {
	font-size: 16px;
	vertical-align: middle;
}
.number-align {
	text-align: right;
}
.inputError, .select-box>.inputError {
	border-color: #ff0000;
}
.bg_fff {
	background-color: #fff;
}
.bg_f4 {
	background-color: #f4f3f3;
}
.bg_fff>td {
	background-color: #fff;
}
.bg_20b td {
	background-color: #20baff !important;
}
.bg_19a td {
	background-color: #19a8ff !important;
	color: #fff;
}
.bg_19a td .query-btn {
	color: #fff;
	border-color: #fff;
}
.bg_f4 td {
	background-color: #f4f3f3;
}
