/**
 * Salasee admin style
 *
 * @author	asterisk.Inc
 * ==============================
 * Color schema:
 * main color: #8d7436
 * sub color: #8d7436
 * ==============================
 */
@charset "UTF-8";
@import url(calendar.css);
/*
 * Salasee admin
 *
 */
body {
  font-size: 12px;
  line-height: 1.3;
  /* cursor: pointer; */
  cursor: default;
  }

/* a {
	color: #ffffff;
	text-decoration: none;
} */
/* a:hover {
	text-decoration: underline;
} */

input {
  outline: none; }

/* Header */
header {
  position: relative; }
header .toggle {
  position: absolute;
  right: 20px;
  bottom: 5px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  color: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #8d7436;
  text-align: center;
  text-decoration: none; }
header .menu {
  list-style: none;
  width: 200px;
  margin: 0;
  padding: 10px 0px 10px 30px;}
header .menu a, header .menu span {
  display: block;
  min-width: 90px;
  height: 40px;
  line-height: 40px;
  /* color: #000;
  font-weight: bold; */
  /*text-align: center;*/
  text-decoration: none;
  font-size: 13px; }
header .menu a:hover, header .menu span:hover {
   color: #756337 !important; }
header .menu li {
   position: relative;
   list-style: none;
   border-bottom: 1px solid #ffffff;
}
header .menu li ul {
  /* position: absolute;*/
  display: none;
  /* z-index: 9999;*/
  /* width:600px; */
  /* box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3); */
  /*background-color:#ccc;*/
  margin-left: 10px;
  /*margin-top: -50px;*/
  
}
header .menu li ul li {
  font-weight: normal;
  text-align: left; 
  width:180px;
  color:#ffffff; 
  border:0;
 }
header .menu li ul a {
  font-weight:normal;
  padding: 10px 0px;
  height: auto;
  line-height: 1.2em;
  color:#000000;
  text-align:left;
}
header .menu li ul a:hover {
	text-decoration:underline;
}
header .menu li.hover ul {
  display: block; }

#toggleHead {
  padding: 0px; 
}  
#toggleHead .app_title {
	float: left;
    line-height: 77px;
   	font-size: 18px;
   	color: #000000;
   	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding-left: 25px;
	position: absolute;
}
#toggleHead .app_title a {
   	color: #000000;
}
#toggleHead .app_tip {
    line-height: 20px;
   	color: #e40606;
   	margin-left: 145px;
   	font-family: monospace;
   	padding:25px 0;
}
#toggleHead .account {
    position: absolute;
	top: 0.3em;
	right: 30px; 
	-webkit-font-smoothing: antialiased;
}
#toggleHead .account li {
    border: 1px solid #ffffff;
    border-top: none;
    margin-top: 4px;
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	border-radius: 2px; 
}
#toggleHead .account a {
  display: inline-block;
  /* padding-left: 21px; */
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none; 
  width: 75px;
  text-align: center;
}
#toggleHead .account_btn {
    position: absolute;
	top: 25px;
	right: 25px; 
	-webkit-font-smoothing: antialiased;
}
#toggleHead .account_btn li {
    float: left;
    background:#756337 !important;
    height: 30px;
    font-size:14px;
    border: 0;
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	border-radius: 3px; 
}
#toggleHead .account_btn a {
  display: table-cell;
  color: #ffffff;
  /* font-weight: bold; */
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none; 
  min-width: 115px;
  text-align: center;
  vertical-align: middle;
  height: 30px;
}
#toggleHead .account .password a {
  /*background-image: url(../images/ico_key.png); */
  }
#toggleHead .account .logout a {
  /*background-image: url(../images/ico_status_offline.png);*/
   }

article h1 {
	display: inline;
}

article table {
	width: 100%;
	border-collapse: collapse;
}
article table td,
article table th {
	padding: 5px;
	border: 1px solid #c9c6bc;
}
article table .num {
	text-align: right;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 10px solid #8d7436; 
  z-index: 2;
  }
  footer p {
    padding: 0 20px;
    text-align: right; }
  footer .pagetop {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: white;
    background: #8d7436;
    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; }
    footer .pagetop:hover {
      padding-bottom: 10px; }
  footer #footerMenu {
    position: relative;
    padding: 0 20px ;
    text-align: right;
    background-color: #8d7436; }
    footer #footerMenu p {
      padding: 5px 0 5px 20px;
      height: 25px;
      color: white; 
      text-align: center;
    }
    #whole {
      float: right;
      text-align: right; }
    footer #footerMenu a {
      display: inline-block;
      line-height: 28px;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      font-weight: normal;
      cursor: pointer;
      padding: 0 12px;
	  text-decoration: none; 
	  background:#756337;
	  box-shadow: 3px 3px 5px 0px #7d611a;
	  font-size:12px;
	  border: 0;
	  margin: 0px 10px 0px 5px;
	  -webkit-border-radius: 1px;    /* Safari,Google Chrome用 */
	  -moz-border-radius: 1px;   /* Firefox用 */
	  border-radius: 1px;
     }
    footer #footerMenu a:hover {
    	color: #ffffff !important;
	    background-color: #775d1e;
    }
	footer #footerMenu a:focus,footer #footerMenu a:active,footer #footerMenu a.active{
		color: #ffffff !important;
    	background-color: #756337;
	}
footer #footerMenu .primary_button {
	width: 60px;
}
footer #footerMenu .primary_button:hover {
}
footer #footerMenu .primary_button:active {
}

#paginate {
      float: left;
      text-align: left; }
footer #paginate a {
      padding: 0 10px;
	  box-shadow: none;
	  margin: 0px 2px;
	  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	  -moz-border-radius: 3px;   /* Firefox用 */
	  border-radius: 3px;
     }
  #paginate .current {
    color: #000;
    background: #fff; }
/*   footer .button {
  	height: 20px;
  	line-height: 20px;
  } */
  #manage {
  	float: left;
  	margin-right:20px;
  	text-align: left;
  }
#action a.disabled{
	background: #dbdadf!important;
	border-color: #dbdadf !important;
	color: #664c62!important;
	cursor: default !important;
}
#decision.disabled {
	background: #224364 !important;
	border-color: #224364 !important;
	color: #999 !important;
	cursor: default;
}

#search {
  position: relative;
  /* margin-top: 10px; */
}

#submit,#special_submit {
   border: 0;
  }

#toggleSearch {
	display:none;
  padding: 0 20px;
  text-align: right;
  border-top: 10px solid #181e22; }
  #toggleSearch a {
    display: inline-block;
    padding: 0 20px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 12px;
    background: #181e22;
    text-decoration: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px; }

#conditions .count {
  float: left;
  width: 25%; }
#conditions .detail {
  float: right;
  width: 75%; }
#summary {
	width: 100%;
    overflow-x: scroll;
}
#summary table {
	width: 100%;
}
#summary table thead th { 
  	background: #8d7436;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}
#summary table td:nth-child(1) {
	white-space: nowrap;
}
/**
 * 一覧の結果
 */
#result {
	width:100%;
	/* overflow-x: scroll; */
	-webkit-overflow-scrolling: touch;overflow-scrolling: touch;
}
#result .setting {
	margin-bottom: 10px;
	line-height: 23px;
	float:left;
}
#result .setting label {
    display: inline;
    vertical-align: middle;
}

#result table thead th {
	padding: 5px 10px;
	background: #c7a373;
	color: #000000;
	font-weight: normal;
	white-space: nowrap;
}
#result table thead th.sort {
	 background-image: url(../images/order.gif);
	 background-position: right center;
	 background-repeat: no-repeat;
}
#result table thead th.asc {
  background-image: url(../images/order_asc.gif); }
#result table thead th.desc {
  background-image: url(../images/order_desc.gif); }
#result table thead .headerSourtUp {
  background: red; }
#result table tr.even td {
  background: #f3ebe2; }
#result table .selected td, #result table tr.even.selected td {
  background: #efe4b7 !important;  }
#result table .delete td, #result table tr.even.delete td {
	color: #CCC;
}#result table .selected a {
  color: #FFF; }
#result .desc, #result .asc {
  background-color: #98731b;
}
#result .adjust td {
    vertical-align: middle;
}
#result table th:first-child, #result table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  
  	/* box-shadow: 1px 0 0 0 #ddd inset;  *//* 用阴影模拟右边框 */
}
#result table td:first-child {
    background-color: #f9f9f9;
}
#result table th:nth-child(2), #result table td:nth-child(2) {
  position: sticky;
  left: calc(var(--first-col-width, 60px)); /* 需要设置第一列的宽度 */
  z-index: 1;
 /*  box-shadow: 1px 0 0 0 #ddd inset; */ /* 用阴影模拟右边框 */
}
#result table td:nth-child(2) {
    background-color: #f9f9f9;
}

/**
 * 結果テーブルのスタイル
 */
#result table .date			{ width: 100px; }
#result table .rank			{ width: 30px; }



#detail th {
  width: 20%;
  text-align: left;
  background: #eeeeee; }
#detail td {
  width: 80%; }

#loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2b2a2ac2;
	z-index: 9999;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#login {
	position: absolute;
	top: 370px;
	left: 50%;
	margin-left: -275px;
	min-width: 550px;
	
}
.login_con{
	padding: 30px 20px;
	box-shadow: 1px 1px 5px 2px #e3e3e0;
}
#login h1 {
	margin-bottom: 1em;
	text-align: center;
	color: #8d7436;
	font-weight: bold;
	font-size: 2.5em;
	-webkit-font-smoothing: antialiased;
}
#login .login_list {
	margin-bottom: 40px;
	width:100%;
	min-height:100px
}
#login .login_list .login_con {
	width:100%;
	height: 42px;
	font-weight: normal;
	background-color: #181e22 !important;
    border-bottom: 1.2px solid #ffffff;
	margin-bottom: 2em;
}
#login .login_list .login_title {
	float: left;
	width: 50px;
    line-height: 38px;
    text-align: center;
}
#login .login_list .login_line {
	float: left;
    width: 1px;
    border-left: 1px solid #ffffff;
    height: 42px;
    margin-right: 10px;
    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;
    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;
    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;
}

#login .login_list .login_input {
	float: left;
    width: 230px;
    
}
#login .input {
	width: 100%;
	height: 35px;
   /*  background: #e8ecef !important; */
    border: 1px #ccc solid;
    font-weight: normal;
    color:#000000;
}
#login .input:focus {
    /* border-color: #8d7436; */
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none!important;
    }
#login .login_admin_input{
	width: 400px;
}
#login .login_group_input{
	width: 400px;
}
#login .login_sure_nput{
	width: 330px;
}
#login p {
	text-align: center;
}
#login .input.error {
    color: #F00;
    border-color: #F00;
    background-color: #ffffff !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #F00 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #F00 !important;
}
#login span.error {
    padding-left: 21px;
    /* margin-left: 10px; */
    margin-top:3px;
    display: block;
    color: #F00;
    background: url(../images/ico_cross.png) left center no-repeat;
}

/* パスワード変更 */
#password {
}
#password dt {
	font-weight: bold;
}
#password dd {
	margin-bottom: 1em;
}
#password .input {
	width: 300px;
}

.index {
	float:left;
	margin: 6px 30px 0 10px;
    padding: 0px 0px 0px 10px;
}
.index h1 {
	display:inline-block;
	width:100%;
	font-size: 0.8em;
    font-weight: bold;
    margin-top: 0px;
    margin: 0;
}
.index .menu_title {
	display:inline-block;
	width:100%;
	font-size: 13px;
	color: #dab751;
	border-bottom: 1px solid #dcdddd;
	padding: 6px 0 3px 0;
    margin-bottom: 10px;
}
.index ul {
	margin-bottom: 0px !important;
	/* min-width:300px; */
}
.index li {
	float: left;
	margin-bottom: 10px;
	background-color: #181e22;
	box-shadow: 3px 2px 5px 0px #181e22;
	border-right: 1px solid #ffffff;
  	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;
  	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;
  	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;
}
.index li a {
    display:table-cell;
    vertical-align: middle;
    padding: 0 5px;
	width: 160px;
	height: 40px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}
.index li a:hover {
	color:#ffffff !important;
}
.index li a div {
    height: 40px;
    width: 150px;
    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: 150px;
    background-image: -webkit-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: -o-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: -ms-linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
    background-image: linear-gradient(top,#eccd71,#c59934,#9e7123,#996a1b);
}

#journal {
	margin-top: 1em;
}

.table_list {
	width:100%;
	overflow-x: scroll;
}
.table_list #table_ym {	
	margin-top: 10px;
}
.table_list #table_ym th, .table_list #table_ym td {
	border: 1px solid #727171;
	white-space: nowrap;
}

.table_list #table_ym tr:nth-child(odd) {
    background: #e6e6e6 !important;
}
.table_list #table_ym .td_line2 td {
    background: #efe4b7 !important;
}
.tbcls tbody tr:nth-child(odd) {
    background: #e6e6e6 !important;
}
/* .table_list #table_ym tbody {
    height: calc(100vh - 280px);
    overflow-y: auto;
    display: block;
}
.table_list #table_ym th, .table_list #table_ym td {
    width: 210px;
    min-width: 210px;
    max-width: 210px;
} */

.editor {
	margin-bottom: 20px;
	margin-top: 10px;
	border-top: 1px solid #727171;
	width:100%
}
.editor th, .editor td {
	padding: 15px 0;
	border: none;
	border-bottom: 1px solid #727171;
	background: none !important;
}

.editor tbody th {
	width: 150px;
	text-align: left;
	vertical-align: top !important;
}
.editor tbody .input {
	width: 300px;
}
.editor tbody .textarea {
	width: 300px;
	height: 100px
}
.editor tbody .input.error {
	color: #F00;
	border-color: #F00;
	background-color: #FEE;
}
textarea.error {
	color: #F00;
	border-color: #F00;
	background-color: #FEE;
}
input.error {
	    color: #F00;
	    border-color: #F00;
	    background-color: #FEE !important;
	}
.editor span.error,
.editor div.error {
	display: inline-block;
	padding-left: 21px;
	margin-left: 10px;
    height: auto;
    line-height: 24px;
	color: #F00;
	background: url(../images/ico_cross.png) left center no-repeat;
}
.editor #group td {
	vertical-align: middle;
}

.store_group {
	width: 200px;
	padding:0px;
}
.store_group #search {
	margin: 0;
}
.store_group {
	height: 20px;
	line-height: 20px;
}
.store_group select {
	width: 200px; height:87px;
}
.store_group label {
	display: block;
	width: 200px;
}
.store_group input {
	width:122px;
}
.store_group_control {
	width: 40px;
	text-align: center;
}
.store_group_control input {
	width: 30px;
}
#warehouse_groups {
	height: 107px;
}

.selectList {
	line-height: 1.5;
}
.selectList li {
	padding-bottom: .5em;
	cursor: pointer;
}
.selectList li.selected {
}
.selectList .action {
	display: none;
}
.selectList .selected .action {
	display: inline;
}
.selectList .action span {
	display: inline-block;
	width: 3em;
	padding: 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}
.selectList .handle {
	display: inline-block;
	width: 36px;
	height: 16px;
	background: url(/images/ico_handle.png) left center no-repeat;
	cursor: move;
}
.selectList .action span.delete {
	background: #756337;
	color: #FFF;
	margin-left: 8px;
}
.selectList .action span.cancel {
	background: #666;
	color: #CCC;
}

.selectListT {
	line-height: 1.5;
}
.selectListT li {
	padding-bottom: .5em;
	cursor: pointer;
}
.selectListT li.selected {
}
.selectListT .action {
	display: none;
}
.selectListT .selected .action {
	display: inline;
}
.selectListT .action span {
	display: inline-block;
	width: 3em;
	padding: 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}
.selectListT .handle {
	display: inline-block;
	width: 36px;
	height: 16px;
	background: url(/images/ico_handle.png) left center no-repeat;
	cursor: move;
}
.selectListT .action span.delete {
	background: #f08300;
	color: #FFF;
}
.selectListT .action span.cancel {
	background: #666;
	color: #CCC;
}
/** モーダルウィンドウ */
.mrx_app_modal {
	display: none;
	padding: 9px;
	width: 700px;
	border: 1px solid #8d7436;
	background: #FFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
	.mrx_app_modal h2 {
		padding: 5px;
		margin: -9px -9px 0;
		color: #000000;
		text-align: center;
		background: #c7a373;
		font-size: 13px;
	}
	.mrx_app_modal .error {
		padding: 10px;
		margin: 10px 0;
		color: #F00;
		border-color: #F00;
		background-color: #FEE;		
		cursor: pointer;
	}
	.mrx_app_modal .column {
		margin: 10px 0;
	}
	.mrx_app_modal .column li {
		float: left;
		padding: 3px 5px;
		color: #000000;
		background: #c7a373;
		border-right: 1px solid #c9c6bc;
	}
	.mrx_app_modal form {
		margin: 10px 0 0;
	}
	.mrx_app_modal .action {
		margin-top: 10px;
		text-align: center;
	}

#modalBackground, #modalBackgroundCsv, #modalBackgroundTimesModeSet {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_modal.png) 0 0 repeat;
	z-index: 999 !important;
}
#modalBackground .mrx_app_modal, #modalBackgroundCsv .mrx_app_modal, #modalBackgroundTimesModeSet .mrx_app_modal {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
}

#modalBackground iframe, #modalBackgroundCsv iframe , #modalBackgroundTimesModeSet iframe {
	position: absolute;
	top: 10%;
	left: 20%;
	width: 60%;
	height: 80%;
}
#import label, #importCsv label {
    display: inline;
    vertical-align: middle;
}
.modalSelect,
.modalSelect img,
.modalSelect span {
    vertical-align: middle;
}

.checkbox {
	width: 30px;
	text-align: center;
}

#result table tr.motochoDenpyo td {
	background-color:#d4e1f5;
}
#result table tr.motochoDaily td {
	background-color:#a9c4eb;
}
#result table tr.motochoTotal td {
	background-color:#7ea6e0;
}

#result tbody .input.error {
    color: #F00;
    border-color: #F00;
    background-color: #FEE;
}
#result span.error {
    padding-left: 21px;
    margin-left: 10px;
    color: #F00;
    background: url(../images/ico_cross.png) left center no-repeat;
}

.required {
	color: #F00;
}
#ajaxUpload {
	/*visibility: hidden;*/
	display:none;
}
#ajaxUploadFaceImage {
	/*visibility: hidden;*/
	display:none;
}
/**
 * 商品パターン選択
 */
#pattern_select .notice {
	height: 18px;
	line-height: 18px;
}
#pattern_buttons {
	float: left;
	margin-top: 10px;
	margin-left: -5px;
	width: 630px;
}

#pattern_buttons .items {
	margin-left: -10px;
}

#pattern_buttons .item {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 98px;
	font-size: 10px;
	height: 34px;
	border: 1px solid #CCC;
}
#pattern_buttons .hover {
	border-color: #000;
}
#pattern_buttons .detail {
	position: relative;
	padding: 2px;
}
#pattern_buttons span {
	display: block;
	width: 88px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	height: 10px;
	line-height: 10px;
}
#pattern_buttons input.name {
	display: none;
	padding: 2px;
	border: 1px solid #CCC;
	width: 82px;
}
#pattern_buttons span.cancel {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 3px 5px;
	display: none;
	width: auto;
	background: #f08300;
	color: #FFF;
	cursor: pointer;
}
#pattern_buttons .type1 {
	background-color: #fafea2;
}
#pattern_buttons .type2 {
	background-color: #fed0fa;
}
#pattern_buttons .type3 {
	background-color: #e8fed0;
}


#pattern_items {
	float: right;
	margin-top: 10px;
	width: 270px;
}
#pattern_items p {
	height: 30px;
	line-height: 30px;
}
#pattern_items ul {
	height: 330px;
	overflow-y: scroll;
}

#pattern_items li {
	padding: 5px;
	cursor: move;
}

#pattern_items .ui-draggable-dragging {
	padding: 5px;
	border:  1px solid #CCC;
	background: #FFF;
}
#pattern_items .more {
	display: none;
	cursor: pointer;
	text-align: center;
	border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(white, #cccccc);
  background-image: -moz-linear-gradient(white, #cccccc);
  background-image: linear-gradient(#ffffff, #cccccc);
}
#pattern_items_keyword {
	width:100px;
}
#add_tab .add,
#add_tab .edit,
#add_tab .delete {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #CCC;
  color: #000 !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(white, #cccccc);
  background-image: -moz-linear-gradient(white, #cccccc); }
  background-image: linear-gradient(#ffffff, #cccccc);
}
#add_tab .add:hover,
#add_tab .edit:hover,
#add_tab .delete:hover {
	text-decoration: none;
}
#add_tab .disabled {
	color: #999 !important;
	background: #EEE;
}

#add_tab .edit {
}
.page-break	{
	display: none;
}
.page-break-view {
	margin-top:30px;
}
@media print
{
  header {display:none;}
  .crumbs {display:none;}
  footer {display:none;}
  .page-break { display: block; page-break-before: always; }
  .page-break-view {display:none;}
  #search,#loading,#modalBackground,#ui-datepicker-div,#modalBackgroundCsv,#modalBackgroundTimesModeSet  {display:none;}
  article{padding:0}
}
.report {
	width:650px;
	font-size:10px;
}
.report .title {
	line-height:20px;
	font-size:20px;
	font-weight:bold;
}
.report .subtitle {
	font-size:14px;
	font-weight:bold;
	line-height:25px;
}
.report table,.report tr,.report td {
	border:none ;
	table-layout:fixed ;
	padding:0px 0px ;
	margin:0px 0px ;
	border-spacing:0px ;
  	border-collapse:collapse ;
}

.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
/* .left_table {
	width:300px;
}
.right_table {
	width:300px;
} */
.left-panel{
	padding-right:25px !important;
	border-right:1px solid black !important;
	line-height:15px;
}
.right-panel{
	padding-left:25px !important;
	line-height:16.75px !important;
}
.pad1 {
	padding-left:10px !important;
}

#lang {
  position: absolute;
  top: 0.3em;
  right: 30px; 
  -webkit-font-smoothing: antialiased;}
#lang li {
    /* display: inline; */
    border: 1px solid #ffffff;
    border-top: none;
    margin-top: 4px;
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	border-radius: 2px;
    }
/* #lang li :hover{
    background:#fff;
} */
#lang a {
    display: inline-block;
    /* padding-left: 21px; */
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none; 
    width: 75px;
    text-align: center;
}
.login_btn {
	cursor: pointer;
	display: inline-block;
    border: 0;
	}
.submit_btn_big {
	width:150px;
	height:35px;
	padding:5px;
	background-color:#756337 !important;
	border-color:#756337 !important;
	padding: 0;
	color:#ffffff !important;
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	border-radius: 2px;
	font-weight: bold;
}
.submit_btn_big:hover {
	background:#8b7746 !important;
}
.submit_btn_big.active.focus,.submit_btn_big:active:hover {
    background:#f0ad4e !important;
	background-image: -webkit-linear-gradient(top,#d8b551,#c59934,#9e7123,#996a1b) !important;
    background-image: -o-linear-gradient(top,#d8b551,#c59934,#9e7123,#996a1b) !important;
    background-image: -ms-linear-gradient(top,#d8b551,#c59934,#9e7123,#996a1b) !important;
    background-image: linear-gradient(top,#d8b551,#c59934,#9e7123,#996a1b) !important;
}

.reset_btn {
		width:55%;	
		padding: 6px 0 3px 0;
		background: #6c7073 !important;
		color:#fff;
		margin-top: 20px;
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 5px;   /* Firefox用 */
		border-radius: 5px;
	}
#login a:hover{
	color:#fff !important;
}
.reset_btn:hover {		
	background: #7a7f83 !important;	
}
.waveline {
	width:45px;
	padding:0 10px;
	text-align:center;
	vertical-align:middle;
}

span#version {
	font-size:10px;
	font-size:10px;
	position: absolute;
  	top: 0.6em;
  	margin-left: 10px;
}
#result .gs128{
	/* text-decoration:underline; */
	cursor:pointer;
}

/*asforce*/
.addfield{
	height:28px !important;
	min-height:28px !important;
	padding:0 10px !important;
	line-height: 28px !important;
	margin-right:2px;
	font-weight: bold !important;
    color: #FFF !important;
    background: #f08300 !important;
	/* background: rgba(218, 136, 21, 0.5) !important; */
	box-shadow: none !important;
	border-radius: 5px !important;
	font-size: 12px !important;
}

.btn_option{
	min-width: auto !important;
	padding:0 8px !important;
	background: #756337 !important;
	box-shadow: none !important;
	font-size: 12px !important;
}

.custom_type{
	border:1px solid #d3dad98f;
	padding:3px 3px 8px 3px; 
	min-height:38px;
	margin-bottom:3px;
}
.field_id {
	display:inline-block;
	min-width: 100px !important;
	margin-right:5px !important;
}
.field_id input{
	width:100px !important;
	min-width:100px !important;
	margin-bottom:3px !important;
	height:30px;
}
.field_name {
	display:inline-block;
	min-width: 190px !important;
	margin-right:5px !important;
}
.field_name input{
	width:190px !important;
	min-width:190px !important;
	margin-bottom:3px !important;
	height:30px;
}
.field_type {
	display:inline-block;
	width: 160px !important;
	min-width: 160px !important;
	margin-right:5px !important;
}
.field_type select{
	width:160px !important;
	min-width:160px !important;
	margin-bottom:3px !important;
	margin-right: 3px !important;
}
.field_order {
	display:inline-block;
	min-width: 100px !important;
}
.field_order input{
	width:100px !important;
	min-width:100px !important;
	margin-bottom:3px !important;
	height:30px;
	margin-right:5px !important;
}

.option_id {
	width: 100px !important;
	margin:1px;
}
.option_value {
	width: 100px !important;
	margin:1px;
}
.option_name {
	width: 200px !important;
	margin:1px;
}
.option_order {
	width: 100px !important;
	margin:1px;
}

.option_id label{
	width: 100px;
}
.option_value label{
	width: 100px;
}
.option_name label{
	width: 200px;
}
.option_order label{
	width: 100px;
}
.fs_zaikoadjust fieldset{
	min-height:200px;
}
.field_hr hr{
	height:3px;
	border:none;
	border-top:2px solid rgba(218, 136, 21, 0.5);
	margin-top: 5px;
    margin-bottom: 3px;
}
.ul_padd{
	display: table-cell;
}

.planMsgStyle {
	color: red;
    float: left;
    margin-left: 30px;
}

/* #38329 [WEB]カーソルが選択できない箇所でも指の形のまま */
input[type=text].disabled, input[type=text][disabled], 
select.disabled, select[disabled] {
    cursor: not-allowed;
}

select, .sort, #group1 img, #group img{
    cursor: pointer;
}

.special_font{
	font-size:12px;
	color:#F00;
	-moz-transform-origin: top left;
	-o-transform-origin-x: left;
    -webkit-transform-origin-x: left;
	-webkit-transform: scale(0.90);
}

.login_menu .button {
	min-width: 350px !important;
    height: 55px !important;
  	line-height: 55px !important;
  	font-size:18px !important;
  	border-radius: 3px !important;
}

.header_left{
	border-right: 1px #ccc solid;
	background:#fff;
	float:left;
	width:200px;
	overflow-y: auto;
	display: block;
	z-index: 3;
}

.header_title{
	border-right: 1px #ccc solid;
    height: 95px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 25px 0px 15px;
	float: left;
	
}
.header_title_border {
	border-bottom: 1px solid #e4e2e2;
	height: 100%;
}
.header_logo{
	height:25px;
	margin-bottom: 20px;
}
#header_menu_btn{
	margin-right:15px;
	display:none;
	cursor: pointer;
}
.header_name{
	font-size: 18px;
	color: #756337;
}
#result .search_count{
	float: left;line-height: 35px;margin-right: 15px;font-size: 14px;
}
#result .action_btn {
	float: right;
}
#result .action_btn a {
    display: inline-block;
    width:120px !important;
    line-height: 30px;
	height: 30px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    padding: 0 12px;
    text-decoration: none;
    background: #756337;
    font-size: 12px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15px;
    margin-bottom: 5px;
}
.icon_down_up{
	width:12px;
	height:8px;
	margin-right: 3px;
}
.edit_btn_con {
	text-align: center;
	/* margin-top: 30px; */
	position: absolute;
	bottom: 3px;
	/* left: 40%; */
	right: 130px;
}
.edit_btn_con .button {
	line-height: 24px !important;
	/* background: #000 !important; */
	min-width: 100px !important;
}

.pop_el_main {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0px;
}
.pop_list_content {
	background:#ffffff;
    padding: 15px 10px;
    margin: 0 auto;
	/*text-align: center;*/
	width: 500px;
}
.big_pop_list_content {
	background:#ffffff;
    padding: 10px 0 0 0;
    margin: 0 auto;
	width: 700px;
}
.big_pop_list_content .pop_editor th, .big_pop_list_content .pop_editor td {
	padding: 0 0 5px 0;
}
.big_pop_list_content .pop_editor td:nth-child(1) {
	width:100%;
	
}
.pop_title {
	height: 35px;
    background: #c7a373;
    width: 100%;
    color: #000;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
}

.pop_editor {
	margin-bottom: 20px;
	margin-top: 10px;
	border-top: 0 !important;
	width:100%
}
.big_pop_list_content .editor , .big_pop_list_content .pop_editor  {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.big_pop_list_content .pop_editor th, .big_pop_list_content .pop_editor td{
	line-height: 28px;
}
.pop_editor th, .pop_editor td {
	padding: 0 0 10px 0;
	border: none;
	border-bottom: 0 !important;
	background: none !important;
	/* line-height: 30px; */
	/* vertical-align: middle; */
	vertical-align: top;
}
.pop_editor td:first-child {
    padding-top:8px;
}
.pop_editor tr:first-child td:first-child{
	padding: 0 0 10px 0 !important;
}
#ftptable{
	margin-top: 8px;
}
.pop_editor td:nth-child(2) {
	text-align: left;
}
.pop_editor td:nth-child(1) {
	width:140px;
	
}
.pop_editor tbody th {
	width: 140px;
	text-align: left;
	vertical-align: top !important;
}
.pop_editor tbody .input {
	width: 330px;
}

.pop_editor tbody .input.error {
	color: #F00;
	border-color: #F00;
	background-color: #FEE;
}

.pop_editor span.error, .pop_editor div.error {
    display: block;
    padding-left: 21px;
    margin-left: 10px;
    height: auto;
    line-height: 24px;
    color: #F00;
    background: url(../images/ico_cross.png) left center no-repeat;
}

.times_mode_list {
	width:255px;
	border: 1px solid #cecccc;
    margin-top: 8px
}
.pop_editor .times_mode_list th{
	padding: 0 5px;
	width: auto;
	border: 1px solid #cecccc;
	border-bottom: 1px solid #cecccc !important;
	line-height: 20px;
}
.pop_editor .times_mode_list td:nth-child(1) {
    width: 140px;
    text-align: left !important;
}
.pop_editor .times_mode_list td{
	padding: 0 5px;
    border-right: 1px solid #ccc !important;
    line-height: 20px;
    text-align: right;
}

.times_mode_table tr:nth-child(even) {
  background: #f3ebe2 !important;
}

.setTimesModeBtnDisabled {
	background: #a7a6a5 !important;
}
.setTimesModeBtnDisabled:focus, .setTimesModeBtnDisabled:hover {
    color: #fff !important;
}
.times_mode_con{
	overflow-x: hidden !important;
	margin: 20px auto;
    width: 90% !important;
}

#setTimesModeModal select{
	height: 22px;
    padding: 0 1px;
}

.btn_row_option{
	min-width: auto !important;
	padding:0px 8px !important;
	background: #d9a821 !important;
	font-size: 12px !important;
}

#setTimesModeModal .add_row_con {
	text-align: right;
    padding: 10px 0;
}

#setTimesModeModal .btn_list_con {
	text-align: right;
    padding: 10px 0;
}
.editor tbody .input_short{
	display: inline-block !important;
	width: 150px !important;
}
.role_title{
	text-align: left;
	font-size: 21px;
    font-weight: bold;
    width: 400px;
    color: #4a3b17;
    margin: 0 auto;
}
.pop_footer{
	position: absolute;bottom: 5px;
}

.times_mode_con .times_mode_table td:nth-child(2),
.times_mode_con .times_mode_table td:nth-child(3) {
    min-width: 120px;
}

.pwd_input{
	float: left;
}
.pwd_show_hihe_icon{
	margin-left: -40px;
	margin-top: 9px;
	width: 25px;
}
.login_header_title{
    /* height: 95px; */
    width: 100%;
    /* margin: 0 auto;
    text-align: center; */
    padding: 15px 25px 0px 15px;
	/* float: left; */
	
}
.login_pwd_header_title{
    height: 95px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 25px 0px 15px;
	float: left;
	
}
.login_header_title_border {
	height: 100%;
}

.login_header_logo{
	height:25px;
	margin-bottom: 2px;
}
.biz_login_header_name{
	font-size: 28px;
	color: #71b49d;
	text-align: center;
	font-weight: bold;
}
.home_login_header_name{
	font-size: 28px;
	color: #f08200;
	text-align: center;
	font-weight: bold;
}
.login_header_goma {
	text-align: center;
	margin-top: 15px;
}
.login_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  }
.login_footer_icon {
	float: right;
    margin-right: 60px;
}

.biz_submit_btn_big, .home_submit_btn_big {
	width:150px;
	height:35px;
	padding:5px;
	padding: 0;
	color:#ffffff !important;
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	border-radius: 2px;
	font-weight: bold;
}
.biz_submit_btn_big {
	background-color:#71b49d !important;
	border-color:#71b49d !important;
}
.biz_submit_btn_big:hover {
	background:#66bea0 !important;
}
.biz_submit_btn_big.active.focus,.biz_submit_btn_big:active:hover {
    background:#609885 !important;
}
.home_submit_btn_big {
	background-color:#f08200 !important;
	border-color:#f08200 !important;
}
.home_submit_btn_big:hover {
	background:#f0ad4e !important;
}
.home_submit_btn_big.active.focus,.home_submit_btn_big:active:hover {
    background:#f0a46b!important;
}
.user_login_con{
	padding: 30px 20px;
	box-shadow: 1px 1px 5px 2px #e3e3e0;
	border: 3px solid #66bea0;
}
.home_login_con{
	padding: 30px 20px;
	box-shadow: 1px 1px 5px 2px #e3e3e0;
	border: 3px solid #f08200;
}


.uhide {
    display: none !important;
}
.circle-con {
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  height: 100%;
  background: #78787661;
  
}
.sp-circle {
    border: 4px rgba(0, 0, 0, 0.25) solid;
    border-top: 4px black solid;
    border-radius: 50%;
    -webkit-animation: spCircRot .6s infinite linear;
    animation: spCircRot .6s infinite linear;
    top: 40%;
  	position: relative;
}
.sp {
    width: 32px;
    height: 32px;
    clear: both;
    margin: 10px auto;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.z-9999 {
  z-index: 9999 !important;
}
.face-btn {
	height: auto !important;
    padding: 5px 0px 2px 0px !important;
    line-height: 14px !important;
    background: #d1dbde;
    color: #000000 !important;
    font-weight: bold !important;
}
.face-btn-title {
	font-size: 12px;
	text-align: center;
	padding: 0 10px;
}
.face-btn-tip {
	font-size: 12px;
	transform: scale(0.8);
	text-align: right;
}
.a-common-disabled{
	pointer-events: none;
  	cursor: default;
  	opacity: 0.6;
}

#resultDate table {
    width : 100%;
}
#resultDate table thead th {
    padding: 5px 10px;
    background: #c7a373 !important;
    color: #000000;
    font-weight: normal;
   /*  white-space: nowrap;  */
}
#resultDate table td, #resultDate table th {
    padding: 5px !important;
    border: 1px solid #c9c6bc !important;
    vertical-align: middle !important;
}
#resultDate table td {
    text-align: center;
}

#resultDate table tr:nth-child(even) {
    background: #f3ebe2 !important;
}
.btn_date_row_add {
    min-width: auto !important;
    padding: 0px 8px !important;
    background: #756337 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    white-space: nowrap !important;
}
.form-control{
	border: 1px solid #727171 !important;
}
.date-form-input {
	height: 22px !important;
	color: #000 !important;
	width: 75px !important;
	margin-bottom: 0px;
}
.times_mode_table th:first-child, .times_mode_table td:first-child {
	position: unset !important;
}
.times_mode_table td:first-child {
	background-color: unset !important;
}
.copy_btn {
	background: #d7d7d7;
    display: inline-block;
    padding: 1px 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
}
.th-w {
	width: 60px !important;
	min-width: 60px !important;
}
.td-center{
	text-align: center !important;
}
.row_select {
	height: 18px !important;
	width: 18px !important;
}

.checkbox-wh{
	width: 18px;
    height: 18px;
}
.checkbox-label{
	height: 20px;
    line-height: 20px;
/*     color: #146656; */
    font-weight: bold;
}
#ui-datepicker-div{
	z-index: 105 !important;
}
.select-common-disabled{
	pointer-events: none;
  	cursor: default;
  	opacity: 0.6;
  	background: #cccccc;
}
.more-detail-btn {
	display: inline-block;
    padding: 2px 7px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #d1dbde;
    white-space: nowrap;
    margin-left: 10px;
    float: right;
}

.table-div-list {
	width:100%;
	overflow-x: scroll;
	display: flex;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	/* scrollbar-width: none; 隐藏滚动条   Firefox */
}

.table-div-list table thead {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 2;
    height: 30px;
}

.table-div-list table tbody {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
}
.status-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.history-list-height {
	max-height: calc(100vh - 95px - 250px - 45px - 44px);
}
.linklog-list-height {
	max-height: calc(100vh - 95px - 132px - 45px - 44px);
}
.importlog-list-height {
	max-height: calc(100vh - 95px - 132px - 45px - 44px);
}
.facility-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.terminal-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.group-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.role-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.user-list-height {
	max-height: calc(100vh - 95px - 171px - 45px - 44px - 35px);
}
.qrissue-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.attendancestatus-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.attendancepattern-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.facecollection-list-height {
	max-height: calc(100vh - 95px - 45px - 44px);
}
.facecollection-detail-height {
	max-height: calc(100vh - 95px - 132px - 45px - 44px);
}

