@charset "utf-8";
/* CSS Document */


/* =================================================================================
 *
 * M001-什器情報報告(#m001-1)
 *
 * ================================================================================= */

 .m001-info{
	 margin:10px 15px;
	 font-weight:700;
 }
 .m001-info span{
	 color:#FF9800;
 }


 /* リスト
   ========================================================================== */

.m001-list{
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	height:-webkit-calc(100% - 150px);
	height:calc(100% - 150px);
	margin:10px auto 0;
	border:#d2d2d2 1px solid;
	overflow-x:scroll;
}
.m001-list .m001-list-block{
	display:block;
	height:100%;
}
.m001-list .m001-list-block ul{
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	width:auto;
	height:100%;
	max-height:100%;
}
.m001-list .m001-list-block ul li{
	width:600px;
	background:#fff;
	border-right:#d2d2d2 1px solid;
	border-bottom:#d2d2d2 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m001-list .m001-list-block ul li dl{
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}
.m001-list .m001-list-block ul li dt p{
	width:170px;
	margin:0 5px;
	padding:0;
	font-weight:100;
}
.m001-list .m001-list-block ul li dt{
	display:flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-align-items: center;
	align-items: center;
	width:305px;
	min-height:64px;
	color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:100%;
	background:#757575;
}
.m001-list .m001-list-block ul li dt.pl_15{
	padding-left:15px;
}
.m001-list .m001-list-block ul li dt a{
	display:flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-align-items: center;
	align-items: center;
	 -webkit-justify-content: center;
    justify-content:center;
	width:70px;
	height:64px;
	background:#9E9E9E;
}
.m001-list .m001-list-block ul li dt .no-img{
	display:block;
	min-width:70px;
	height:64px;
	background:#9E9E9E;
}
.m001-list .m001-list-block ul li dt img{
	max-width:70px;
	max-height:64px;
}
.m001-list .m001-list-block ul li dt a{
	line-height:0.5em;
}
.m001-list .m001-list-block ul li dt span.apple-item{
	margin:0 0 0 5px;
	padding:3px;
	background:#4CAF50;
	text-align:center;
	border-radius:2px;
}
.m001-list .m001-list-block ul li dt span.other-item{
	margin:0 0 0 5px;
	padding:3px;
	background:#009688;
	text-align:center;
	border-radius:2px;
}
.m001-list .m001-list-block ul li dd{
	width:300px;
	padding:4px 10px;
	background:#fff;
	display:table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m001-list .m001-list-block ul li dd ul{
	display:inline-block;
    width: auto;
    height: 100%;
}
.m001-list .m001-list-block ul li dd ul li{
	width:auto;
	border:none;
}
.m001-list .m001-list-block ul li dd ul li:first-child{
	font-weight:700;
}
.m001-list .m001-list-block ul li dd ul li:nth-child(2){
	background:#E3F2FD;
	padding:0 5px 0 0;
	font-size:0.8em;
	display:inline-block;
}
.acrylic{
	display:inline-block;
	padding:5px;
	margin-right:5px;
	color:#fff;
	background:#2196F3;
	border-radius:2px;
}
.m001-list .m001-list-block ul li span.quantity{
	padding:0 5px;
	font-weight:700;
}
.m001-list .m001-list-block ul li p{
	display:block;
	padding:10px;
	font-weight:700;
}
.m001-list .m001-list-block ul li p:before,
.m001-list .m001-list-block ul li p:after {
	content: "";
	display: table;
}
.m001-list .m001-list-block ul li p:after {
	clear: both;
}
.m001-list .m001-list-block ul li button{
	display:block;
	float:right;
	width:50px;
	height:50px;
	color:#03a9f4;
	font-size:0.85em;
	font-weight:100;
	border-radius:30px;
	background: #fff;
	border:#03a9f4 2px solid;
	padding:0;
	margin:0;
}
.m001-list .m001-list-block ul li button .split-char{
	font-size:9px;
}
.m001-list .m001-list-block ul li p.list-title{
	padding:5px;
	text-align:center;
	font-weight:100;
	background:#e0e0e0;
}
input[type="number"]{
	width:35px;
	padding:2px 0px 2px 5px;
}
.m001-list .m001-list-block ul li input[type="text"].input-100{
	width:100px;
}
.m001-list .m001-list-block ul li span.quantity input[type="text"]{
	width:20px;
	padding:2px 5px;
	margin:0;
}



/* 変更なしで棚卸しを完了する メッセージ表示
   ========================================================================== */
.section-app {
    display : flex;
}
.section-app .app-info {
    margin: 5px 10px;
    /*padding: 10px 20px;*/
    /*width: 600px;*/
    font-size: 110%;
    /*font-weight: bold;*/
}


/* ボタン
   ========================================================================== */

.action-btn{
	text-align:center;
}
.action-btn button{
	margin-top:10px;
	padding:8px 80px;
	color:#fff;
	font-size:1.5em;
	border-radius:30px;
	background: #03a9f4;

}

/* 変更なしで棚卸しを完了する  */
.action-btn #btn-app {
    /*float: left;*/
    margin: 15px 10px 5px 10px;
    border-radius: 30px;
    /*
    padding: 10px 40px;
    color: #fff;
    background: #FFA000;
    */
    padding: 6px 30px;
    color: #03a9f4;
    background: #fff;
    border: #03a9f4 2px solid;
}
/* ボタン 申請済 */
.action-btn #btn-applied {
    cursor: default;
    font-family: sans-serif;
    /*float: left;*/
    margin: 15px 10px 5px 10px;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
    background: #b5b5b5;
}

/* ボタン 回答メニューに戻る */
#btn_back_inventory_menu{
	color: #03a9f4;
	background: #fff;
	border: #03a9f4 2px solid;
	padding: 8px 30px;
	font-size: 1.4em;
}


/* エラー表示
   ========================================================================== */

.dialog-content2 {
	margin:0;
	padding:10px;
	background:#ffd7d7;
	position:absolute;
	display: none ;
	z-index: 999 ;
	box-shadow:0px 0px 7px 2px #666;
	-moz-box-shadow:0px 0px 7px 2px #666;
	-webkit-box-shadow:0px 0px 7px 2px #666;
	line-height:0;
}
.dialog-content2 p.modal-close {
	position:absolute;
	right:0;
	top:-60px;
	font-size:40px;
	color:#ffd7d7;
	border:#ffd7d7 1px solid;
	line-height:1.2em;
	padding:0 10px;
}
.m001-error{
	padding:2px 0;
	color:#ff3434;
	text-align:center;
	line-height:1.5em;
}
.m001-error strong{
	display:inline-block;
	margin-bottom:10px;
}

.m001-error strong:before{
	display:inline-block;
	margin-right:5px;
	content:url(../img/error.png);
	width:20px;
	height:20px;
	vertical-align:middle;
}

/* 変更なしで棚卸しを完了する  登録確認モーダル
   ========================================================================== */
div[id^="conf-"].dialog-content{
	padding: 30px;
	text-align: center;
	line-height: 1.3em;
}
div[id^="conf-"].dialog-content button.modal-close{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 32px;
	margin-top:20px;
	border-radius: 16px;
/*		background: #03a9f4;*/
		background: #fff;
	cursor: pointer;
	word-break: keep-all;
/*	color:#fff;*/
	color:#03a9f4;
	border: #03a9f4 2px solid;
}
div[id^="conf-"].dialog-content div.log-info {
  width: 600px;
  height: 400px;
  /*background-color: red;*/
  border: solid 1px;
  text-align: left;
  overflow: scroll;
  white-space: nowrap;
}
div[id^="conf-"].dialog-content button.btn-torikomi {
    width: 150px;
    padding: 8px 0;
    color: #fff;
    border-radius: 30px;
    background: #03a9f4;
    border: #03a9f4 2px solid;
}
div[id^="conf-"].dialog-content button.btn-entry {
    width: 210px;
    padding: 8px 0;
    color: #fff;
    border-radius: 30px;
    background: #03a9f4;
    border: #03a9f4 2px solid;
}

