@charset "utf-8";


html {
	position: relative;
	min-height: 100%;
}

html::-webkit-scrollbar {
	display: none;
}

body {
	padding-top: 0px;
	color: #444;
	margin-bottom: 20px;
	font-family: arial, sans-serif;
	font-size: 16px;
}



footer{
	font-size: 14px;
	color: #777;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	margin: 0;
}

p {
	margin: 0;
}
/*共通テキスト書式*/
.text-small{
	font-size: 14px;
}
.text-gray{
	color:#777;
	text-align: center;
}
.required{
	color: red;
	margin-right: 0.25em;
	font-weight: bold;
}
.text-red{
	color:red;
}
.text-green{
	color:#2FBA00;
}
.text-bold{
	font-weight: bold;
}
/*ピックアップ詳細興和背番号*/
.text-tag{
	padding: 0.25em 0;
	margin: 0.25em 0;
	color: red;
	font-size: 1.25em;
	background: #ffebe9;
	border: solid 1.5px #ff7d6e;
}
/*ピックアップ照合結果*/
.text-result{
	padding: 0.25em 0;
	margin: 0.25em 0;
	font-size: 1.25em;
}
.text-lg{
	font-size: :1.5em;
}

/*fontawesome共通書式設定*/
.fa-lg{
	font-size: 1.5em;
	line-height: .75em;
	vertical-align: -15%;
}


/*共通書式*/
.align-middle{
	vertical-align: middle;
}

/*スクロールページ*/
#contents-scroll{
	min-height: 100px;
	overflow-y: auto;
	padding-left: 15px;
	margin:0 15px 15px 0;
}
#contents-bottom{
	margin-bottom: 25px;
}
.table{
	margin-bottom: 15px;
}
.table-responsive {
	width: 100%;
	/*margin-bottom: 15px;*/
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/*border: 1px solid #ddd;*/
}
.floatThead-container{
	z-index: 100!important;
}


.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 3px 3px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}


.table-lg>thead>tr>th,
.table-lg>tbody>tr>th,
.table-lg>tfoot>tr>th,
.table-lg>thead>tr>td,
.table-lg>tbody>tr>td,
.table-lg>tfoot>tr>td {
	font-size: 18px;
}


.table>thead>tr>th{
	padding: 8px 3px;
}

.table>thead{
	background-color: #fafafa;
}

.thead-gray{
	background-color: #e7e7e7;
}


/*編集テーブル*/
.table-edit>tbody>tr>td{
	padding: 0 3px;
}

.table>tbody>tr>.edit-cell{
	padding:3px;
}
.excel_form{
	margin:0;
	font-size: 16px;
	padding:1px;
	width:100%;
}

input[type="text"].excel_form,
input[type="number"].excel_form,
select.excel_form{
	-webkit-appearance: textarea;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	background-color:#fff;
	cursor: default;
    border-width: 1px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

.excel-btn{
	font-size: 14px;
}
.w50{
	width: 50px;
}
.w100{
	width: 100px;
}
.w150{
	width: 150px;
}
.w160{
	width: 160px;
}
.w200{
	width: 200px;
}

/*ホバーテーブル*/
.table-hover>tbody>tr:hover {
	background-color: rgba(0, 140, 186, 0.1);
}

/*モーダルの中のスクロールテーブル*/
.table-wrapper{
	max-height:40vh;
	overflow-y:auto;
}


/*縦スクロールテーブル*/
table.table-headerfixed thead,
table.table-headerfixed tbody,
table.table-headerfixed tr,
table.table-headerfixed td,
table.table-headerfixed th {
	display: block;
}

table.table-headerfixed tr:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
}

table.table-headerfixed tbody {
	max-height: 300px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

table.table-headerfixed thead {
	width: 97%;
	width: calc(100% - 7px);
}
table.table-headerfixed tbody td,
table.table-headerfixed thead th {
	float: left;
}

table.table-headerfixed tbody::-webkit-scrollbar {
	width: 7px;
}
table.table-headerfixed tbody::-webkit-scrollbar-track {
	border-radius: 4px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
table.table-headerfixed tbody::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/*テーブル操作欄*/
tr>td>a{
	cursor: pointer;
}
/*選択できるテーブルセル*/
tr>td.select-cell{
	background-color: rgba(0, 140, 186, 0.15);
}
tr>td.select-cell:hover{
	cursor: pointer;
	background-color: rgba(0, 140, 186, 0.3);
}
/*テーブルの中のプログレスバー*/
.progress{
	margin-bottom: 0;
	padding: 0;
	line-height: 22px;
	position: relative;
	background-color: #fff;
}

.progress-label{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	color: #e7e7e7;
	text-shadow: #000 1px 1px 0;
}

/*テーブルのカーソル移動*/
#select_line{
	background-color: rgba(0, 140, 186, 0.1);
}

/*テーブルのストライプ*/
.bg-gray{
	background-color: #f5f5f5;
}
.bg-white{
	background-color: #ffffff;
}


/*削除済み行*/
tr.delete_tr{
	pointer-events: none;
	background-color: #fcf8e3;
}
label{
	font-size: 16px;
}

label.mini {
	display: block;
	float: left;
	width: 100px;
}

label.medium {
	display: block;
	float: left;
	width: 200px;
}

/* ---- ƒ`ƒƒƒbƒg ---- */
.chat-area {
	margin:10px 0;
	padding:5px;

	height: 450px;
	overflow:auto;

	border: 1px solid #ddd;
	background: #e0e0e0;
}

div.chat-record {
	margin:10px;
}

.chat-name {
	margin: 0 10px;
	text-align: left;
}

.fukidashi1 {
	position: relative;
	min-width: 200px;
	min-height: 60px;
	padding: 5px 10px;
	background: #B0EE75;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fukidashi1:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 0 6px 28px;
	border-color: transparent #B0EE75;
	display: block;
	width: 0;
	z-index: 1;
	right: -28px;
	top: 9px;
}

.fukidashi2 {
	position: relative;
	min-width: 200px;
	min-height: 60px;
	padding: 5px 10px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fukidashi2:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 28px 6px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -28px;
	top: 9px;
}

.badge-red {
    background-color: red;
    margin: -5.5px 2px -2px 3px;
    padding: 3px 7.5px;
    font-size: 14px;
}

.read {
	font-size: 10px;
}

/*ロゴ*/
.logo{
	float: left;
	margin-left: 15px;
	height: 50px;
	padding: 10px 0;
}
.logo>img{
	max-height: 30px;
}

/*システム名*/
.system-name{
	float: left;
	padding: 12px 15px;
	font-size: 25px;
	line-height: 31px;
	height: 50px;
	color: #777;
	font-weight: 600;
}



/*ログインユーザ表示*/
.login-user{
	padding: 12.5px 15px;
	line-height: 25px;
	color: #777;
	font-size: 16px;
	height: 50px;
}
/*ログアウトボタン*/
.logout>a>span{
	background-color: red;
	border-radius: 20px;
	padding: 5px 10px;
}
.logout>a{
	color:#fff;
	font-size: 16px;
	height: 50px;
	line-height: 25px!important;
}
.logout>a:hover,
.logout>a:focus{
	background-color:transparent!important;
}
.logout>a:hover>span,
.logout>a:focus>span{
	background-color: #BA002F;
}


/*パンくずリストの書式*/
.breadcrumb{
	font-size: 16px;
	border:none;
	background-color:transparent;
	padding: 8px 15px;
	margin-bottom: 0px;
}

/*タイトル欄*/
.title-area{
	padding-top: 10px;
}
.page-title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom:10px;
}


/*タブの書式*/
.nav-tabs {
	margin-bottom: 0px;
}
.nav-tabs>li>a{
	font-size: 18px;
	padding: 5px 15px;
	color:#008cba;
}
.nav-tabs>li.active>a{
	font-weight: bold;
}



/*ボタン全般*/
.btn{
	padding: 5px 12px;
	font-size: 16px;
	border-radius: 3px;
}
.btn.disabled, .btn[disabled]{
	background-color: #A8B5BA!important;
	border-color: #919DA1!important;
}


.accordion-btn{
	border-radius: 3px;
}
/*緑ボタン*/
.btn-green{
	background-color: #2FBA00;
	border-color: #28A100;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.btn-green:active:focus,
.btn-green:active:hover{
	background-color: #228700;
	border-color: #196300;
}


/*橙ボタン*/
.btn-orange{
	background-color: #e99002;
	border-color: #d08002;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange:active:hover{
	background-color: #876500;
	border-color: #634B00;
}


/**/
.btn.disabled,
.btn-group>.btn.disabled:hover{
	pointer-events: none;
	background-color: #A8B5BA;
	border-color: #919DA1;
}
.btn-slim{
	padding: 3px 20px;
	font-size: 16px;
}

/*ピックアップの未確定・確定*/
.btn-group>.btn.btn-radio{
	font-size: 20px;
	width:100px;
	margin-top:5.5px;
}
.btn-radio.btn-red{
	pointer-events: none;
	background-color: #f00;
	border-color: #b00;
}
.btn-radio.btn-white{
	pointer-events: none;
	background-color: #fff;
}


/*検索欄の上余白*/
.srch-area{
	padding: 15px 9px 0px 9px;
	margin-bottom: 15px;
}

/*検索欄の書式*/
.form-control {
	font-size: 16px;
	padding: 5px 8px;
	height: 32px;
	border-radius: 3px;
}
.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	font-size: 16px;
	padding: 5px 0px;
}
.form-horizontal .control-label-center {
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
	padding: 5px 0px;
}
.form-horizontal .form-group{
	margin-left: 0px;
	margin-right: 0px; */
}


/*検索を閉じる*/
.form-close{
	float: right;
	margin-top: -15px;
}

.form-control-label{
	line-height: 32px;
	font-size: 16px;
	padding: 0;
}

.form-text{
	line-height: 32px;
	text-align: center;
}

/*情報補助欄*/
.well-sub{
	border: 1px solid #e8e8e8;
	background-color: #fafafa;
	padding: 10px;
	margin-top: -15px;
	margin-bottom: 10px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
/*情報欄*/
.info-area{
	border: 1px solid #e8e8e8;
	background-color: rgba(0, 140, 186, 0.15);
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
.info-area-row{
	margin-bottom: 5px
}
.sub-info-area{
	padding: 5px 10px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #777;
	-webkit-box-shadow:none;
	box-shadow: none;
}
.no-margin{
	margin-bottom:0px;
}

/*高さ100のエリア(ファイル読込み)*/
.large-area{
	line-height: 100px;
}

/*サブ検索*/
.sub-srch-area{
	padding: 0 10px;
    margin-bottom: 15px;
	font-size: 14px;

}

.search-inline{
	width: auto;
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
	width: 60%;
}




/*ページング*/
.pagination{
	margin: 0;
	float: right;
	font-size:14px;
}
.pagination>li>a,
.pagination>li>span{
	padding: 5px 10px;
}

/*qr読取りテキストエリア*/
#qr_text_area{
	height: 0px;
	border: none;
	margin: 0;
	padding: 0;
}

/*input type numberのトグルを消す*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
}

.form-error {
	border-color: #ff0000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
input:focus:invalid,
select:focus:invalid {
	outline: none;
}

input[type="radio"] {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}


.checkbox-inline{
 	font-size: 16px;
	line-height: 1em;
}

.checkbox-inline-modal{
	line-height: 32px;
}

/*必須項目ではない時のスペース*/
.no-required{
	margin-left: 0.6em;
}


/*オートコンプリートのスクロール表示*/
.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 0px;
}
#jquery-ui-autocomplete label {
	float: left;
	margin-right: 0.5em;
}


/*エラー表示欄*/
.error-area {
	background-color: #fbeeed;
	border-color: #f7d8dd;
	color: #d9534f;
	font-weight: bold;
	font-size: 14px;
}


/*警告表示欄*/
.warning-area {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
	font-weight: bold;
	font-size: 14px;
}


/*初期非表示*/
.dispNone{
	display: none;
}



/*モーダルの書式*/
.modal-body{
	overflow-y: auto;
	margin-top: 15px;
}
.modal-body > .control-label{
	font-size: 16px;
	line-height: 32px
}
.modal-footer {
	padding: 15px;
	text-align: center;
	border: none;
}
.modal-header{
	background-color: #e7e7e7;
}
.modal-header .close{
	outline: none;
}
.modal-title{
	color: #777;
	font-size: 16px;
	line-height: 1;
}


.modal-dialog{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: auto;
  pointer-events: none;
}


.modal-content{
	pointer-events: all;
}

.modal-close-qr>img{
	position: absolute;
	right: 20px;
	bottom: 15px;
	max-height: 55px;
	line-height: 30px;
}

.modal-error-area{
	margin-top: 20px;
	color: red;
}

/*768以下はユーザ名は非表示にしログアウトはメニューに表示*/
.response-nemu-top{
	display:none;
}
.response-nemu-navi{
	display: block;

}

/*ツールチップの書式設定*/
.tooltip{
	word-wrap: break-word;
}
.tooltip-inner{
	max-width: 350px;
}

/*出荷情報出力警告表示*/
#mikaku_text{
	line-height: 34px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	/*top-navi*/
	.top-nav{
		margin-bottom: 0px;
		font-size: 19px;
		min-height: 40px;
		max-height: 40px;
	}

	.top-nav .navbar-nav>li>a{
		line-height: 17.5px;
		padding-top: 11.5px;
		padding-bottom: 11.5px;
	}
	.top-nav .dropdown-menu>li{
		font-size: 17px;
	}
	.top-nav .dropdown-menu>li>a,
	.top-nav .dropdown-menu>li>a:active,
	.top-nav .dropdown-menu>li>a:focus{
		padding: 9px 15px;
		font-size: 17px;
	}
	.navbar-collapse{
		padding-right: 0px;
		padding-left: 0px;
	}
	.response-nemu-navi{
		display:none!important;
	}

	.response-nemu-top{
		display:block;
		margin-right: 0px;
	}
	.dropdown:hover > .dropdown-menu{
		display: block;
	}

	/*モーダル*/
	.modal-dialog{
		width: 800px;
	}
	.modal-wide{
		width: 70%;
	}
	.modal-slim{
		width: 600px;
	}

	.modal-graph{
		width: 895px;
	}
}
