/*!
 * new.css
 */
@charset "UTF-8";
 /*一覧*/
body {   
    font-size: 12px !important;
    color:#ffffff !important;
    /* -webkit-font-smoothing: antialiased; */
    background: #000000 url(../../images/bg_login.jpg);
  	background-repeat: repeat;
}
input[type=checkbox], input[type=radio] {
    margin: 0px 2px 2px;
    line-height: normal;
}
a {
    color: #705300;
    text-decoration: none;
}
a:focus, a:hover {
	color: #ffed03 !important;
	text-decoration: none;
}
.crumbs a:focus, .crumbs a:hover {
	color: #f08300 !important;
	text-decoration: none;
}
.body_header {
	width: 100%;
	padding: 0;
	background: #c59f46;
	height:75px;
	color:#ffffff;
	font-weight: normal;
	box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

nav p {
	margin: -10px 0 10px 0;
}

dt {
    font-weight: normal;
}

#ph_directions{
	font-size: 14px; 
}

label {  
    margin-bottom: 0px;
    font-weight: normal;
}
article h1 {
	font-size: 12px;
	line-height: 16px;
    font-weight: bold;
}
article p {
	margin: 0;
}
fieldset dl {
    margin-bottom: 0px;
}
footer p {
    margin: 0;
}
footer #footerMenu .primary_button {
    min-width: 60px;
    width: auto;
}

.bs-example-modal-annkenn .modal-body{
	padding:2px;
}

.bs-docs-nav {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
}
.bs-home-nav .bs-nav-b {
  display: none;
}
.bs-docs-nav .navbar-brand,
.bs-docs-nav .navbar-nav > li > a {
  font-weight: 500;
  color: #563d7c;
}
.bs-docs-nav .navbar-nav > li > a:hover,
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #463265;
  background-color: #eeedef;
}
.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #563d7c;
}
.bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #fff;
}
.bs-docs-nav .navbar-header .navbar-toggle:hover,
.bs-docs-nav .navbar-header .navbar-toggle:focus {
  background-color: #eeedef;
  border-color: #eeedef;
}

.Icon-loading {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
}
.uwh-loading {
    width: 3em;
    height: 3em;
}
.uhide {
	display: none;
}
.loading-top {
	margin:20% auto;
    
}
.modalloading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1150;
    outline: 0;
}

.menu-btn-li{
	width:100%;
	height:40px;
	display: inline-block;
    padding: 6px 15px 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #fff;
    text-align: left;
	
}


.td_none{
	display:none;
}

#modalBackground, #modalBackgroundCsv{
	-webkit-overflow-scrolling:touch; 
	overflow: scroll;
	cursor: pointer;
}

#datalist .divider {
	height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
}
.list_detail_none {
	display:none;
}
.list_detail_bg {
	/* background-color: #fff; */
}
.list_detail_tit {
	font-weight: bold;
	vertical-align: middle;
}
.list_detail_w {
	width:100px;
}
.list_detail_es {
	width:85px;
	vertical-align: middle;
}
.detail_termminal_td {
	width:95px;
	vertical-align: middle;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -16px;
    margin-left: -16px;
    background-color: #c59f46;
}
.container {
    background-color: #c59f46;
}
.navbar-collapse {
	border : 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.input-group .form-control {
	z-index: 0 !important;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 0 !important;
}

.display_none{
	display: none;
}
pre {
    display: block;
    padding: unset;
    margin: unset;
    font-size: 12px;
    line-height: unset;
    color: #fff;
    word-break: unset;
    word-wrap: unset;
    background-color: unset;
    border: 0;
    border-radius: unset;
    font-family: monospace;
    line-height: 1.32857143;
}

@media (min-width: 768px) {
  	.divcon {
    	width:100%;
    	padding: 10px;
  	} 
  
	.phone-con {
    	/* display:none; */
	} 
	.phone-menu-con {
    	display:none;
	} 
  	
	footer #footerMenu {
	    padding: 0 20px 10px 0;
	}
	footer #footerMenu a {
	   	height: auto;
		min-height: 22px;
	    
	}
	.pc_entry_tit {
		float:left;
		font-weight: bold;
		padding: 0;
		width:180px;
	}
	.pc_entry_con {
		float:left;
	}
	
	.form-control-page {
	    width: 70px;
	    height: 28px;
	}
	.form-control-select {
	    width: 300px;
	}
	.role_menu_name {
		width: 100%;
		margin-top: 5px;
	}
	
	.pc_td_wrap {
	    word-wrap: break-word;
	    word-break: break-all;
	}
	.td_nowrap{
		white-space: nowrap;
	}	
	#login .login_list .login_input {
	    width: 70%;
	}
	#searchBox fieldset {
    	min-width: 0;
    	padding: 10px 30px;
    	border: 0;
    	box-shadow: 2px 2px 1px 0px #cccccc;
	}
	/*入庫一覧、出庫一覧 */
	.fieldset-five-height {
		min-height:374px;
	}
	/*移動一覧、棚卸一覧、移動受入一覧*/
	.fieldset-four-height {
		min-height:334px;
	}
	/*棚詰め一覧*/
	.fieldset-stockbin-height {
		min-height:317px;
	}
	/*発注一覧*/
	.fieldset-order-height {
		min-height:291px;
	}		
	/*ロケーションマスタ*/
	.fieldset-location-height {
		min-height:163px;
	}
	/*在庫一覧、ライセンスマスタ*/
	.fieldset-three-height {
		min-height:193px;
	}	
	/*棚卸在庫調整、入出履歴一覧、端末マスタ、ユーザーマスタ、区分マスタ、区分カテゴリマスタ、商品マスタ*/
	.fieldset-two-height {
		min-height:134px;
	}	
	.editor tbody .input-limit {	   
	    width: 148px;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}		
}

@media (min-width: 992px) {
  .ipad-con-ver {
	display:none;
  }
}

@media (min-width: 1025px) {
  .ipad-con {
     display:none; 
  }
  input[type=submit] {
     	-webkit-appearance: button; 
	}		
}

@media (max-width: 1024px) {
	
  .ipad-con-big {
    /* display:none; */
  } 
  #login{
		position: absolute;
    	top: 50%;
    	left: 20%;
   		margin-left: 0px;
    	width: 60%;

	}	
	#login .input {
	    font-size: 14px;
	    line-height: 1.42857143;
	    background-image: none;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}	
	
	.login_btn {
	    font-size: 14px;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	}	
	.fixed_font_size {
		font-size: 1.2em;
	}
	span#version {
		font-size: 1.2em;
	}	
	article {
	    width: 100%;
	}		
	.td_wrap {
	    word-wrap: break-word;
	    word-break: break-all;
	}	
	.form-control-page {
	    width: 70px;
	    height: 34px;
	}		
	.navbar {
	    position: relative;
	    min-height: 30px;
	    margin-bottom: 0px;
	    border: 1px solid transparent;
	}	
	.navbar-toggle {
		margin-right: 0px;
		margin-left: 5px;
		background-color: #eeedef;
	  	border-color: #eeedef;
	}
		
	#searchBox fieldset {
	    min-width: 0;
	    padding: 10px 15px;
	    border: 0;
	    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);	   	    
	}
	
	footer #footerMenu {
	    padding: 0 5px 0px;
	}
	
	footer #footerMenu p {
	    padding: 5px 0 0;
	    height: auto;
	}
	
	footer #footerMenu #whole {	
		height:auto;   
	    float: none;
	    text-align: center;
	}
	
	footer #footerMenu #paginate {	
		height:auto;   
	    float: none;
	    text-align: center;
	}
	
	footer #footerMenu #manage {
	    float: none;
	    margin-right: 0px;
	    text-align: center;
	    height: auto;
	}
	
	footer p {
	    padding: 0 5px;
	}
	
	footer #footerMenu a {
	    margin: 5px 0 0 3px;
	    height: auto;
	    min-height: 22px;
	    
	}
	
	footer #footerMenu a {
		min-width: 30px;
	}
	.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
		background-color:#ffffff;		
	}
	.dropdown-menu>li>a:active,
	.dropdown-menu>li>a.active{
		background-color:#e8e8e8;
		
	}	
	
	tr.result a, tr.result span.gs128, tr.result span.location {
	    padding: 5px 10px;
	    height: auto; 
	}
	#modalBackground, #modalBackgroundCsv {
	   /*  position: absolute; */
	    z-index: 1100;
	}
	
	.editor tbody .input {
	    display: block;
	    width: 350px;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.editor tbody .input-limit {
	    width: 173px;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	footer #footerMenu .primary_button {
	    width: 200px;
	    line-height: 2.2em;
	}
	footer #footerMenu #action{
	 	text-align: center;
	}
	.td_space_nowrap {
		white-space:nowrap;
	}
	footer .footerhide {
	    padding: 0 5px;
	    min-width:60px;
	    text-align: center;
	    height: 30px;
	    line-height: 30px;
	    display: inline-block;
	    color: white;
	    background: #c59f46;
	    cursor: pointer;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	    -moz-border-radius-topright: 5px;
	    -webkit-border-top-left-radius: 5px;
	    -webkit-border-top-right-radius: 5px;
	}
	
	#wrapper {margin: 5px auto;}
	#wrapper .input_check {position: absolute;width: 25px;height: 25px;}
	#wrapper span {position: relative;}
	#wrapper .input_check+label {display: inline-block;width: 25px;height: 25px;}
	#wrapper .input_check:checked+label {background-position: -5px -3px;}
	
	label {
	    margin-bottom: 0px;
	    font-weight: normal;
	   /*  line-height: 30px; */
	}
	.input {
	    padding: 0 4px;
	    height: 34px;
	}
	.form-control-select {
	    width: 350px;
	}
	
	.modalBackgroundPhone {
	  position:fixed;
	  top:1px;
	  bottom:1px;
	  width:100%;
	  overflow-y:scroll;	    
	}
	.phone-div-touch {
	    -webkit-overflow-scrolling: touch;
	}
	.navbar-nav {
		margin: 7.5px -15px 0 -15px;
	}
	.phone-lang {
		float:right;
		padding: 3px 5px;
		margin-top: -23px;
	}
	.phone-lang a {
    	color: #fff;
    	padding:5px 0 0 15px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
	}
	
  
}

@media (max-width: 991px) {
  .ipad-con-small {
    /* display:none; */
  }  
  #login{
		position: absolute;
    	top: 50%;
    	left: 10%;
   		margin-left: 0px;
    	width: 80%;
	}
	#searchBox fieldset {
	    min-width: 0;
	    padding: 10px 10px;
	    border: 0;
	    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);	    	    
	}
	#searchBox .column3 fieldset {
	    width: 30%;
	}
	#searchBox .column2 fieldset {
	    width: 46%;
	}
	
}

@media (max-width: 767px) {
	.kikanbetsuuriagesyuukei-keyword-block{
		display:block !important;
		margin-top:5px;
	}
	.pc-con {
		/* display:none; */
  	}
  	.pc-menu-con {
		display:none;
  	}
  	header .menu {
		width:90px;
	}
	header .menu li ul {
	  width:300px; 
	  margin-left: 70px;
	  margin-top: -50px;
	}
	header .menu li ul li {	  
	  width:130px;
	 }
	 .index {
	 	margin: 6px 5px 0 0;
	}
	 .index li a {
	    width: 120px;
	}
	.index li a div {
	    height: 40px;
	    width: 110px;
	    display: table-cell;
	    vertical-align: middle;
	}
	.index li a div:hover {
		display: table-cell;
	    vertical-align: middle;
		background-color: #eccd71;
	    color: #ffffff !important;
	    height: 34px;
	    width: 110px;
	    background-image: -webkit-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b) !important;
	    background-image: -o-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b) !important;
	    background-image: -ms-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b) !important;
	    background-image: linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b) !important;
	}
	#login{
		position: absolute;
    	top: 50%;
    	left: 10%;
   		margin-left: 0px;
    	width: 80%;
	}
	
	article {
	    width: 100%;
	    /* padding: 20px 0px 120px; */
	}	
	.popHeight {
		min-height:300px;
	}
	
	#searchBox fieldset {
	    min-width: 0;
    	padding: 10px 10px;
    	border: 0;
    	box-shadow: none;
    	border-radius: 0px !important;
	}
	#searchBox .column3 fieldset, #searchBox .column2 fieldset {
	    width: 100%;
	}
	.ph_search_btn {
		width:40%
	}

	#toggleSearch {
	    padding: 0 5px;
	}
	#search {
	    margin: 0;
	}
	
	#conditions .count {
	    width: 100%;
	}
	
	#modalBackground iframe, #modalBackgroundCsv iframe {
	    position: absolute;
	    padding: 50px 5px;
	    top: 0;
    	left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	.editor tbody .input {
	    display: block;
	    width: 100%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.editor tbody .input-limit {	    
	    width: 48%;
	    height: 34px;
	    padding: 6px 12px;
	    font-size: 14px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.editor tbody th {
	    min-width: 90px;
	    width:auto; 
	}
	footer #footerMenu .primary_button {
	    width: 45%;
	    line-height: 2.2em;
	}
	footer #footerMenu #action{
	 	text-align: center;
	}
	
	#result table thead th {
	    padding: 5px 10px 0 6px;
	}
	.ph_warehous_td{
		width:110px;
	}
	.ph_warehous_td1{
		width:70px;
	}
	
	.pc_entry_tit {
		float:none;
		font-weight: bold;
		padding: 0 0 10px 0;
	}
	.pc_entry_con {
		float:none;
	}
	article .ph_from {
		padding:0 7px
	}
	.form-control-select {
	    width: 100%;
	}
	.adjust-qty-w {
		width:60px;
	}
	#modalBackground .mrx_app_modal, #modalBackgroundCsv .mrx_app_modal {
	    margin-left: -45%;
	}
	.mrx_app_modal {
		width:90%;
	}
	
	.logo-img-w {
		width:80%
	}
		
}

/*new style*/
.asforce_app {
    font-size: 12px;
    height: 100vh;
}
.el_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 0px;
    /* overflow-x: hidden; */
}
figcaption, figure, main {
    display: block;
}
header .menu {
    height: calc(100vh - 80px);
    margin: 0 2px;}
.app_con{
	display: flex; 
	height: calc(100vh - 80px);
}

.el_right_body{
	height: calc(100vh - 80px);
	width: 100%;
	background: #4e5458;
	overflow: auto;
	color: #221815;
}
.common_line {
	float: left;
    width: 1px;
    border-right: 1px solid #ffffff;
    height: 40px;
    border-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 20%, rgba(255,255,255,0.00) 100%) 2 2 2 2 !important;
    border-image: -moz-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 20%, rgba(255,255,255,0.00) 100%) 2 2 2 2 !important;
    border-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#ffffff 50%, rgba(255,255,255,0.00) 100%) 2 2 2 2 !important;
}

.ph_search_btn {
	background-color:#a68023;
	box-shadow: 3px 3px 5px 0px #7d611a;
	border:0;
	width: 100px;
	background-image: none;
}
.date_clear {
	background-color:#f08300;
	padding: 8px 8px;
	border:0;
	height:30px;
	background-image: none;
	font-size:12px;
}
.ph_search_btn:hover, .ph_search_btn:focus,
.date_clear:hover, .date_clear:focus{
	background-color:#ceb255;
	background-position: 0;
}
.ph_search_btn.active.focus,.ph_search_btn:active:hover {
	background-color:#a68023;
	background-position: 0;
}
.date_clear.active.focus, .date_clear:active:hover {
	background-color:#f08300;
	background-position: 0;
}
#searchBox .column2 input.input {
  		display: block;
}
#searchBox .column3 input.input {
 	display: block;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	border: 1px solid #727171;
}
.form-control:focus {
    outline: 0;
    border: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 159, 70, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(197, 159, 70, 0.6);
}
#result .keyword {
	width:150px !important;
}

iframe html .body_header {
	display: none;
}

.ipad-con {
    display:none;
  } 
.list_content {
	background:#ffffff;
	margin-top: 10px;
    padding: 20px 10px 120px;
    min-height: 98%;
}
#searchBox .column2 .set_count, #searchBox .column3 .set_count{
	width: 100% !important;
    border: 1px solid #a7a4a4 !important;
    box-shadow: none !important;
    padding: 10px 10px !important;
}
#import label, #importCsv label{
	color: #000000;
}
.plan_datepicker {
    width: 70px !important;
    background-color: #eee;
}

.year {
	width:70px !important;
}
.month {
	width:50px !important;
}
#divnewfields {
	width: calc(100vh);
}
/* .plan_name_input {
	width:100px !important;
} */
.remarks_td {
	word-break: break-all;
    word-wrap: break-word;
    min-width: 180px;
}

 /* 设置滚动条的样式 */
::-webkit-scrollbar {
	background-color: #eee;
	width:10px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
	border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius:10px;
	width:10px;
	background:#bbb;
}

/*# sourceMappingURL=bootstrap.css.map */
