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



/*   HTML   ===============   ===============    ===============    */
html{
	font-size: 100%;
}


/*   BODY  ===============   ===============    ===============     */
body {
	background-color: #f1f2f5;
	color: #404040;
	font-size: .875rem;
	
}


/*   H2  ===============   ===============    ===============      */
h2 {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-size: 1.125rem;
	line-height: 1.25;
	font-weight: bold;
}

.h3-title {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight:normal;
	color: #222;
}

h4 {
	font-size: 1rem;
	line-height: 1.25;
	font-weight: bold;
}

.text-email,
.word-break-break-all{
	word-break: break-all;
}

.em-1{
	width:  1em;
}

.em-2{
	width:  2em;
}

.em-3{
	width:  3em;
}

.em-4{
	width:  4em;
}

.em-5{
	width:  5em;
}

.em-6{
	width:  6em;
}

.em-7{
	width:  7em;
}

.em-8{
	width:  8em;
}

.em-9{
	width:  9em;
}

.em-10{
	width:  10em;
}

.em-11{
	width:  11em;
}


.op10{
	opacity: .1;
}

.op20{
	opacity: .2;
}

.op30{
	opacity: .3;
}

.op40{
	opacity: .4;
}

.op50{
	opacity: .5;
}

.op60{
	opacity: .6;
}

.op70{
	opacity: .7;
}

.op80{
	opacity: .8;
}

.op90{
	opacity: .9;
}

.op100{
	opacity: 1;
}



/*   カラー   ===============   ===============    ===============     */

tr.aic-alert-warning-light-1 td,
.aic-alert-warning-light-1 {
	/*color: #856404;*/
	background-color: #fff3cd;
	/*border-color: #ffeeba;*/
}

.aic-alert-success-light-1 {
	background-color: #CAE8C6;
}

.aic-alert-delete-light-1 {
	background-color: #c2c2c2;
}

/*   Button 枠なし   (ヘッダーのプルダウンボタン等)  ===============    */
.aic-non-line-button {
	border: 0px none;
	outline: none;
}


/*   トグルボタン    ===============   ===============    ===============     */

.aic-toggle-switch {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 60px;
	position: relative;
}

/*   トグルボタン  input checkbox等   */
.aic-toggle-switch input {
	position: absolute;
	left: -99px;
}

/*   トグルボタン  ベース   */
.aic-toggle-switch span {
	display: inline-block;
	height: 30px;
	width: 58px;
	background-color: #ddd;
	border: 1px solid #b3b3b3;
	border-radius: 15px;
	text-indent: -999px;
	position: relative;
	/* box-shadow */
	box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.25) inset;
	transition: background-color .2s linear;
}

/*   トグルボタン  ハンドル   */
.aic-toggle-switch span::after {
	content: "";
	position: absolute;
	display: block;
	height: 24px;
	width: 24px;
	border-radius: 13px;
	background-color: #fff;
	border: 1px solid #ccc;
	left: 2px;
	top: 2px;
}

/*   トグルボタン  表示制御  */
input:checked + * + .aic-toggle-switch span::after, input:checked + .aic-toggle-switch span::after, .aic-toggle-switch input:checked + span::after {
	left: auto;
	right: 2px;
}
input:checked + * + .aic-toggle-switch span, input:checked + .aic-toggle-switch span, .aic-toggle-switch input:checked + span {
	background-color: #1997ab;
}

input:checked + * + .aic-toggle-switch.aic-switch-color-sub span, input:checked + .aic-toggle-switch.aic-switch-color-sub span, .aic-toggle-switch.aic-switch-color-sub input:checked + span {
	background-color: #6167a8;
}


input:disabled + * + .aic-toggle-switch span,
input:disabled  + .aic-toggle-switch span,
.aic-toggle-switch input:disabled + span {
	opacity: .33;
}





/*   トグルボタン  表示制御用チェックボックス非表示化  */
input.aic-hidden-input {
	position: absolute;
	height: 1px;
	width: 1px;
	opacity: 0;
	outline: none;
}
.aic-non-line-button:focus, .aic-non-line-button:active {
	outline: none;
}


/*   クロスボタン */
.aic-cross-button {
	background-color: transparent;
	border: 0 none;
	padding: 0;
	width: 30px;
	height: 30px;
}

.aic-cross-button img {
	height: 14px;
	width: 14px;
	margin: 0;
}
.aic-cross-button:hover {
	background-color: rgba(0,0,0,.1);
}


/*   pagetop">ここからページの始まり  */
#pagetop {
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0,0,0,0);
}


/* ============================================
					
								フォーム

 =============================================*/

.form-control {
	font-size: .875rem;
	border-radius: 2px;
}

.custom-select{
	font-size: .875rem;
	border-radius: 2px;
	background-image: url(/static/img/svg/down-arrow-of-angle.svg);
}


.aic-required{
	color: #dc3545!important;
	font-size: .875em;
	margin-left: .2em;
	vertical-align: super;
	position: relative;
	top: 2px;
}


.aic-input-date{
	background: url(/static/img/svg/icon-calendar.svg) no-repeat #ffffff right .5rem center/22px 22px;
}

/*.aic-input-date:focus{
	background-image:none;	
}*/

.aic-input-date:placeholder-shown {
	/*background-color: #aaf;*/
	background: url(/static/img/svg/icon-calendar.svg) no-repeat #ffffff right .5rem center/22px 22px;
}


.ie .aic-input-date{
	background: url(/static/img/svg/icon-calendar.svg) no-repeat #ffffff right .5rem center/22px 22px;
}


/*.ie .aic-input-date:focus{
	background-image: none;
}*/


.ie .aic-input-date[data-input-date-val="true"]{
	/*background-image: none;*/
	background: url(/static/img/svg/icon-calendar.svg) no-repeat #ffffff right .5rem center/22px 22px;
}


/*   Flatpickr (  Calender Input )*/
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #060f73;/* -----Origi  #569ff7 ------  ------*/
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff!important;
    border-color:#060f73;/* -----Origi  #569ff7 ------  ------*/
}

/* 土曜日：青 */

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
    color: blue;
}


.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n-6) {
    color: red;
}

.flatpickr-day.jp-holiday.flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay) { color: red; }

 


/* 土日祝の色(日曜はじまり) */
/*
span.flatpickr-weekday:nth-child(1) { color: rgba(255, 0, 0, 0.6); }
span.flatpickr-weekday:nth-child(7) { color: rgba(0, 0, 255, 0.6); }
.flatpickr-day.saturday { color: rgb(0, 0, 255); }
.flatpickr-day.sunday,
.flatpickr-day.jp-holiday { color: rgb(255, 0, 0); }
.flatpickr-day.flatpickr-disabled.saturday { color: rgba(0, 0, 255, 0.2); }
.flatpickr-day.flatpickr-disabled.sunday,
.flatpickr-day.flatpickr-disabled.jp-holiday { color: rgba(255, 0, 0, 0.2); }
*/

/* ========   ラジオグループ  リストタイプ    ========  */

.aic-radio-list-group{}

.aic-radio-list-group span{
	display: block;
	width: auto;
	background-color: rgba(0,0,0,.03);
	padding: 10px;
	padding-left: 35px;
}



.aic-radio-list-group li{
	padding: 0;
	border: 1px solid #ccc;
}

.aic-radio-list-group label{
	display: block;
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.aic-radio-list-group label:hover span{
	background-color: rgba(0,0,0,.07);
}

.aic-radio-list-group label input{
	position: absolute;
	left: -100px;
}

.aic-radio-list-group label input:checked + span{
	background-color:#6167a8;
	color: #fff;
	background-image: url(/static/img/svg/icon-chek-1-w.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: left 10px top 12px;
}

/*6167a8*/



/*   For Table */

.table th .form-check input,
.table td .form-check input{
	height: 1.1em;
	width: 1.1em;
}

.table th .form-check,
.table td .form-check{
	margin-top: -6px;
	margin-bottom: -6px;
}

.table th .form-check{
	position: relative;
	top: -5px;
}

/* ============================================
					
								バッジ

 =============================================*/

.aic-badge,
.aic-table-badge{
	font-size: 1em;/*.875em*/
	text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
	font-weight: normal;
	padding: 6px 12px;/*7px 14px;*/
	margin: -5px 0;
	text-align: center;
}

.badge-pill {
	border-radius: 13px;
}

.aic-badge-small,
.aic-table-badge-small{
	padding: 4px;
	font-size: .875em;
	margin-right: 3px;
}

.aic-badge.badge-warning,
.aic-table-badge.badge-warning{
	text-shadow: 0px 0px 1px rgba(0,0,0,0.35);
	color: #000!important;
}

.badge-error {
	color: #fff;
	background-color: #000;
}

.badge-exclude {
	color: #fff;
	background-color: #e65100;
	padding-left: 8px;
	padding-right: 8px;
}

.badge-waiting{
	background-color: #ecddb6;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}

.badge-confirm{
	background-color: #006115;
	color: white;
}

/*ecddb6*/
.aic-table-badge.w3em,
.aic-badge.w3em{
	min-width: 5em; 
}

.aic-table-badge.w3-5em,
.aic-badge.w3-5em{
	min-width: 5.5em; 
}

.aic-table-badge.w4em,
.aic-badge.w4em{
	min-width: 6em;
}

.aic-table-badge.w4-5em,
.aic-badge.w4-5em{
	min-width: 6.5em; 
}

.aic-table-badge.w5em,
.aic-badge.w5em{
	min-width: 7em;
}

.aic-table-badge.w5-5em,
.aic-badge.w5-5em{
	min-width: 7.5em;
}


.aic-table-badge.w6em,
.aic-badge.w5em{
	min-width: 8em;
}

/* ============================================
					
								コンテナ

 =============================================*/

.aic-container-fluid {
	margin-left: 48px;
	padding-right: 20px;
	padding-left: 20px;
	width: calC(100vw - 68px);
	min-width: 940px;
	max-width: 1400px;
}

.aic-dashboard-container{
	box-sizing: border-box;
	
	min-width: 940px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 24px;	
}

.aic-container-alert{
	box-sizing: border-box;
	
	min-width: 940px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 24px;	
}


@media (orientation: portrait) and (max-width: 991.98px){
	
	
	.aic-dashboard-container{
		min-width: 600px;
		width: auto;
		margin-right: 30px;
		margin-left: 30px;
		
	}
}

/*
@media (max-width: 1000px) {
	.aic-dashboard-container{
		margin-left: 30px;
	}
}*/

.aic-container-alert,
.aic-side-menu-container + .aic-container-fluid {
	/*margin-top: 80px;*/
	margin-top: 10px;
}
.aic-inner-container-white {
	/*padding: 18px;*/
	padding: 12px;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.05);
}
.aic-page-footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.aic-page-footer .aic-copyright {
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
}


@media (min-width: 1500px) {
/*@media (min-width: 1600px) {*/
	.aic-container-fluid {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1499px) {
	
	.aic-container-fluid {
		/*margin-right: 30px;*/
		margin-right: 2%;
		/*padding-right:  1.4285%;*/
		
		width: auto;
	}
}

/* ==========	タブレット  =================*/

@media (orientation: portrait) and (max-width: 991.98px) {
	.aic-container-fluid {
		/*margin-left: 48px;
		padding-right: 20px;*/
		/*padding-left: 20px;
		width: calC(100vw - 68px);*/
		margin-right: 0;
		padding-left: 10px;
		width: auto;
		min-width: 710px;
	}
}

/* ============================================
					
								ヘッダー 

 =============================================*/


/*    ヘッダー   */
.aic-page-header {
	background-color: #fff;
	height: 68px;
	border-bottom: 1px solid #ccc;
	padding-top: 1px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	min-width: 980px;
	
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,.2);
}


/* ==========	タブレット  =================*/

@media (orientation: portrait) and  (max-width: 991.98px) {
	.aic-page-header {
		min-width: 700px;
	}
}
/*    ヘッダーロゴ    */
.aic-title-logo {
	margin: 21px 0 0 68px;
	font-size: 1rem;
	line-height: 1rem;
}
/*    ヘッダーロゴ    IMG(SVG)    */
.aic-title-logo img {
	width: 161px;
	height: 23px;
}
/*    ハンバーガー メニュー  */
.aic-humberger-menu-close, .aic-humberger-menu {
	position: absolute;
}
.aic-humberger-menu {
	left: 0;
	top: 0;
}
.aic-humberger-menu-close {
	right: 0;
	top: 0;
}
.aic-humberger-menu-close button, .aic-humberger-menu button {
	background-color: #025973;
	height: 67px;
	width: 47px;
	border: 0px none rgba(0,0,0,0);
	outline: solid 1px #000;
}
.aic-humberger-menu-close button:hover img, .aic-humberger-menu button:hover img {
	opacity: .75;
}
/*    ヘッダーナビ   */

.aic-header-nav {
	margin-top: 10px;
}
/*    ヘッダープルダウン    */

.aic-button-header-nav {
	background-color: #fff;
	height: 42px;
}
.aic-button-header-nav {
	position: relative;
}
.aic-header-button-user:hover {
	text-decoration: underline;
}
.aic-header-button-user:active {
	color: #000;
}
.aic-header-nav-mail {
	margin-right: 5px;
}
.aic-header-nav-bell {
	margin-right: 5px;
}
.aic-button-header-nav .badge {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #fff;
}
.aic-button-header-nav::after {
	border: 0 none;
}
.aic-header-nav .icon-user-svg {
	margin-right: 7px;
}
.aic-button-customer {
	background-color: #1997ab;
	border-radius: 17px 0 0 17px;
	height: 34px;
	margin-top: 3px;
}
.aic-header-nav .aic-button-header-nav:hover img {
	filter: brightness(70%);/*#326876*/
}
.aic-header-nav .aic-button-customer:hover {
	background-color: #326876;
}
.aic-header-nav .aic-button-customer:hover img {
	filter: brightness(100%);/*#326876*/
}
.aic-header-nav .icon-customer-svg {
	margin-left: 8px;
	margin-top: -3px;
}

.aic-header-nav-mail + .dropdown-menu,
.aic-header-nav-bell + .dropdown-menu{
	width: 360px;
}

.aic-dropdown-menu-ul-wrap {
	max-height: 250px;
	overflow-y: auto;
	border-bottom: 1px solid #d9d9d9;
}
.aic-dropdown-menu-ul-wrap:first-child {
	margin-top: -8px;
}
.aic-dropdown-menu-ul-wrap:last-child {
	margin-bottom: -8px;
}
.aic-dropdown-menu-ul, .aic-dropdown-menu-ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.aic-dropdown-menu-ul li {
	padding: 10px;
	border-top: 1px solid #d9d9d9;
}
.aic-dropdown-menu-ul li:first-child {
	border-top: 0 none;
}
div.dropdown-menu > a {
	padding: 8px;
	border-bottom: 1px solid #d9d9d9;
}
div.dropdown-menu > a:last-child {
	border-bottom: 0 none;
}
div.dropdown-menu > a:hover, .aic-dropdown-menu-ul li:hover {
	background-color: #f3f3f3;
}
.aic-dropdown-menu-ul li .aic-cross-button {
	margin-top: -10px;
	margin-right: -10px;
	margin-left: 5px;
}
.aic-cross-button {
	padding-top: 0;
	width: 34px;
	height: 34px;
}

.aic-dropdown-menu-bell-header {
	border-bottom: 1px solid #d9d9d9;
	padding-left: 10px;
}
.aic-dropdown-menu-bell-header input + span img {
	display: none;
	margin-top: -5px;
	margin-right: 5px;
}
.aic-dropdown-menu-bell-header input + span img:nth-child(2) {
	display: inline-block;
}
.aic-dropdown-menu-bell-header input:checked + span img:nth-child(1) {
	display: inline-block;
}
.aic-dropdown-menu-bell-header input:checked + span img:nth-child(2) {
	display: none;
}
/* ============================================
					
								サイドメニュー 

 =============================================*/

/*    サイドメニュー  */
.aic-side-menu {
}
.aic-side-menu a {
	color: #fff;
}
.aic-side-menu {
}
.aic-side-menu-container {
	position: fixed;
	background-color: #1997ab;
	top: 0;
	left: 0;
	width: 48px;
	bottom: 0;
	overflow: hidden;
	transition: width 300ms 0s ease;
	z-index: 999;
}
/*    サイドメニュー ロゴ      */
.aic-side-menu-container .aic-title-logo {
	margin-left: 0;
	margin-top: 0;
	padding-top: 21px;
	padding-left: 16px;
	/*visibility: hidden;*/
	height: 68px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.aic-side-menu-container .aic-title-logo {
	visibility: hidden;
}

.aic-nav-container {
	width: 300px;
	height: calc(100vh - 68px);
	overflow-y: auto;
	scrollbar-base-color: #025973;
	scrollbar-arrow-color: #025973;
}


/*======== SROLL Custom ====*/

.aic-nav-container::-webkit-scrollbar {
 width:10px;
 height:10px
}
.aic-nav-container::-webkit-scrollbar-thumb {
 border-radius:5px;
 background: rgba(2,89,115,.5);
}
/*======== SROLL Custom End ====*/


.aic-side-menu .nav-item {
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.aic-side-menu .nav-item:last-child {
	border-bottom: 0px none;
}
.aic-side-menu .nav-item .nav-link {
	display: block;
	
	padding: .75rem 1rem .75rem 42px;
	position: relative;
	color: rgba(255,255,255,0);
	transition: color, padding 300ms 0s ease;
}
.aic-side-menu .nav-item .nav-link img {
	position: absolute;
	left: 13px;
	top: 10px;
	transition: left 300ms 0s ease;
}
.aic-side-menu .icon-dashbord-svg{
	margin-top: 1px;	
}
.aic-side-menu .icon-doc-list-svg {
	margin-left: -1px;
	margin-top: -1px;
}
.aic-side-menu .icon-timer-svg {
	margin-left: -3px;
	margin-top: -3px;
}
.aic-side-menu .icon-doc-checkcomp-svg {
	margin-left: -1px;
	margin-top: -3px;
}
.aic-side-menu .icon-cloude-svg {
	margin-left: -2px;
	margin-top: -2px;
}
.aic-side-menu .icon-kobetsu-jikou-svg {
	margin-left: -1px;
	margin-top: -1px;
}
.aic-side-menu .icon-mail-w-svg {
	margin-left: -2px;
	margin-top: 0px;
}
.aic-side-menu .icon-setting-svg {
	margin-left: -1px;
	margin-top: -1px;
	opacity: .5;
}
.aic-side-menu .icon-user-setting-svg {
	margin-left: -3px;
	margin-top: 0px;
}
.aic-side-menu .icon-order-form-svg {
    filter: invert(1);
    margin-left: -3px;
    margin-top: 1px;
}
.aic-side-menu .icon-ocr-setting-svg {
	margin-left: -3px;
	margin-top: -2px;
}
.aic-side-menu .icon-aiccs-ver-svg {
	margin-left: -2px;
	margin-top: -1px;
}
.aic-side-menu .nav-item a.nav-link.active {
	background-color: rgba(2,89,115,.4);
}
.aic-side-menu .nav-item a.nav-link:hover {
	background-color: rgba(2,89,115,.4);
}
.aic-side-menu .nav-item .aic-side-menu .nav-item {
	border-bottom: 0px none;
}
[data-flag-sidemenu="open"] .aic-side-menu .nav-item .aic-side-menu .nav-item .nav-link {
	padding-left: 69px;
}
[data-flag-sidemenu="open"] .aic-side-menu .nav-item .aic-side-menu .nav-item .nav-link img {
	left: 40px;
}
[data-flag-sidemenu="open"] .aic-side-menu .nav-item .nav-link {
	color: rgba(255,255,255,1);
}
.aic-humberger-menu-close {
	display: none;
}
[data-flag-sidemenu="open"] .aic-side-menu-container {
	width: 300px;
	box-shadow: 11px 0px 16px 0px rgba(0,0,0,0.25);
}
[data-flag-sidemenu="open"] .aic-humberger-menu-close {
	display: block;
}
[data-flag-sidemenu="open"] .aic-humberger-menu {
	display: none;
}
[data-flag-sidemenu="open"] .aic-side-menu-container .aic-title-logo {
	visibility: visible;
}

/* ============================================
					
								ドロワー（右：顧客一覧
）

 =============================================*/

.drawer-right{
	background: #fff;
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	
	/* box-shadow */
	box-shadow: -6px 0px 16px -6px rgba(0,0,0,0.2);
	
	overflow: hidden;
	
	width: 0;
	
	transition: width 300ms 0s ease;
}

.drawer-right-customer-wrap{
	overflow-y: auto;
	height: calc(100vh - 70px);
}

.drawer-right .drawer-right-header{
	position: relative;
	height: 68px;
	border-bottom: 1px solid #999;
}

.drawer-right .drawer-right-header h3{
	font-size: 1.125rem;
	font-weight: normal;
	padding-top: 22px;
	padding-left: 12px;
}

.drawer-right .icon-customer-svg {
	margin-left: 8px;
	margin-right: 4px;
	margin-top: -3px;
}


.drawer-right .drawer-right-header .aic-button-customer {
	position: absolute;
	top: 11px;
	margin-right: 0;
	right: 0;
}

.drawer-right .drawer-right-header .aic-button-customer:hover {
	background-color: #326876;
}


[data-flag-right-menu-customer="open"] .drawer-right {
	width: 300px;
}

/* ============================================
					
								メインエリア 

 =============================================*/

/*    アラート    */

.aic-alert-normal-double-line,
.aic-alert-normal-fill,
.aic-alert-info-double-line,
.aic-alert-info-fill,
.aic-alert-important-double-line,
.aic-alert-important-fill,
.aic-alert-danger-fill,
.aic-alert-danger-double-line{
	background-color: transparent;
	padding: 5px;
	font-size: 1rem;
	color: #c92a2c;
	border-bottom: 1px solid #c92a2c;
	border-top: 1px solid #c92a2c;
	border-radius: 0;
	border-left: 0 none;
	border-right: 0 none;
	margin-bottom: 10px;
}


.aic-icon-info-black::before,
.aic-icon-info-icon-light-blue::before,
.aic-icon-info-green::before,
.aic-icon-alert-white::before,
.aic-icon-info-white::before,
.aic-icon-info-red::before{
	content: url(/static/img/svg/icon-info-red.svg);
	display: inline-block;
	height: 22px;
	width: 22px;
	float: left;
	margin-bottom: -5px;
	margin-right: 5px;
}

.aic-icon-info-black::before{
	content: url(/static/img/svg/icon-info-black.svg);
}

.aic-icon-info-white::before{
	content: url(/static/img/svg/icon-info-w.svg);
}

.aic-icon-info-green::before{
	content: url(/static/img/svg/icon-info-green.svg);
}

.aic-icon-info-icon-light-blue::before{
	content: url(/static/img/svg/icon-info-light-blue.svg);
}

.aic-icon-alert-white::before{
	content: url(/static/img/svg/icon-alert-w.svg);
}

.aic-alert-danger-fill{	
	background-color: #c92a2c;
	color: #fff;
}

.aic-alert-important-fill{
	background-color: #139948;
	border-color: #139948;
	color: #fff;
}

.aic-alert-important-double-line{
	border-color: #139948;
	color: #139948;
}

.aic-alert-info-fill{
	background-color: #23a3cb;
	border-color: #23a3cb;
	color: #fff;
}

.aic-alert-info-double-line{
	border-color: #23a3cb;
	color: #23a3cb;
}



.aic-alert-normal-fill{
	background-color: #555;
	border-color: #555;
	color: #fff;
}

.aic-alert-normal-double-line{
	border-color: #555;
	color: #555;
}


/*    パンくず  */

.breadcrumb {
	/*padding: 0.75rem 1rem;*/
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
	background-color: transparent;
	line-height: 1.0;
}
.breadcrumb-item a {
	text-decoration: underline;
	color: #505050;
}
.breadcrumb-item a:hover {
	color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #555;
	content: ">";
	text-decoration: none!important;
}
.breadcrumb-item.active {
	color: #000;
}
/*    H2ページタイトル    */

nav[aria-label="breadcrumb"] + h2 {
	padding-left: 0;
}


/* ============================================
					
							テーブル  

 =============================================*/



.table th, .table td {
	border-top: 1px solid #ccc;
	vertical-align: middle;
}

.table {
	border-bottom: 1px solid #ccc;
}

.table .thead-light th {
	color: #404040;
	background-color: #e1e5eb!important;
	border-color: #acadc5;
	border-bottom: 0 none;
}
.table .thead-light + tbody tr:first-child td {
	border-color: #acadc5;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.05);
}
.table th.aic-inc-input,
.table td.aic-inc-input{
	padding: 3px;
	vertical-align: middle;
}

.table th.aic-inc-btn,
.table td.aic-inc-btn{
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}

/*  =============    テーブル  ソート  =============   */

.table th[data-tbale-sort]{
	padding-right: .25rem;
	cursor: pointer;
}

.table th[data-tbale-sort]::after{
	content: url(/static/img/svg/icon-sort-arrows.svg);
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
}

.table th[data-tbale-sort="asc"]::after{
	content: url(/static/img/svg/icon-sort-arrows-up.svg);
}

.table th[data-tbale-sort="desc"]::after{
	content: url(/static/img/svg/icon-sort-arrows-down.svg);
}


.aic-table-nav:last-child{
	margin-bottom: -12px;
}


.aic-table-nav .col-3:last-child{
	padding-left: 0;
}

/*   ===========   テーブルスクロール  ============  */

.aic-scroll-table-wrap{
	max-height: 70vh;
	overflow-y: auto;
	display: block;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.aic-scroll-table-wrap table{
	margin-top: -1px;
	margin-bottom: 0;
	border-bottom: 0;
}

.aic-scroll-table-wrap thead{
	border-top: 0 none;
}

.aic-scroll-table-wrap table thead tr th,
.aic-scroll-table-wrap .table .thead-light th {
	border-bottom: 1px solid #ccc!important;
}

.aic-scroll-table-wrap th{
	position: relative;
		z-index: 1;
}

/*   ===========   テーブルボーダーなし ============  */

.table.table-borderless,
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}


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

 =============================================*/


.btn {
	border-radius: 2px;
}

.table td .btn,

.table th .btn {
	/* box-shadow */
	box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.5);
}

.btn-xsm {
  padding: 0.15rem 0.25rem;/*padding: 0.25rem 0.5rem;*/
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}

.btn-xsm.btn-warning{
	text-shadow: none;
}

.aic-btn-xsm-icon-unlock img{
	
}

/* ========= btn-outline-secondary===========*/


.btn-outline-secondary {
	color: #061075;
	border-color: #061075;
	background-color: #dae0ea;
}
.btn-outline-secondary:hover {
	color: #061075;
	background-color: #c0d0ea;/*#b3c8ea*/
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #888;
	background-color: transparent;
	border-color: #ccc;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #061075;
	border-color: #061075;
	background-color: #dae0ea;/* #dae0ea;*/
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}


/* ========= btn-primary ===========*/

.btn-primary {
  background-color: #061075;/*061075*/
  border-color: #061075;
}

.btn-primary:hover {
  background-color: #1322b9;/*rgba(6,16,117,.85);   #02062f  */
  border-color: #061075;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: #1322b9;
  border-color: #061075;
}

.btn-primary.disabled, .btn-primary:disabled {
  /*color: #fff;*/
  background-color: #999;/*#007bff;*/
  border-color: #999;/*#007bff;*/
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #061075;
  border-color: #061075;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}



/* =========    btn-primary-highlight  ===========*/

.btn-primary-highlight {
	color: #fff;
 	background-color: #e65100;/*061075*/
	border-color: #e65100;
}

.btn-primary-highlight:hover {
	color: #fff;
	background-color: #bb4200;/*rgba(6,16,117,.85);   #02062f  */
	border-color: #bb4200;
}

.btn-primary-highlight:focus, .btn-primary-highlight.focus {
	color: #fff;
	background-color: #bb4200;/*rgba(6,16,117,.85);   #02062f  */
	border-color: #bb4200;
}

.btn-primary-highlight.disabled, .btn-primary-highlight:disabled {
  /*color: #fff;*/
  background-color: #999;/*#007bff;*/
  border-color: #999;/*#007bff;*/
}

.btn-primary-highlight:not(:disabled):not(.disabled):active, .btn-primary-highlight:not(:disabled):not(.disabled).active,
.show > .btn-primary-highlight.dropdown-toggle {
  color: #fff;
  background-color: #e65100;
  border-color: #e65100;
}

.btn-primary-highlight:not(:disabled):not(.disabled):active:focus, .btn-primary-highlight:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-highlight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}




/* ========= btn-primary-sub ===========*/

.btn-primary-sub {
	color: #fff;
  background-color: #6167a8;/*061075*//*background-color: #6167a8;*/
  border-color: #6167a8;
}

.btn-primary-sub:hover {
	color: #fff;
  background-color: #061075;/*rgba(6,16,117,.85);   #02062f  */
  border-color: #061075;
}

.btn-primary-sub:focus, .btn-primary-sub.focus {
  background-color: #061075;/*rgba(6,16,117,.85);   #02062f  */
  border-color: #061075;
}

.btn-primary-sub.disabled, .btn-primary-sub:disabled {
  /*color: #fff;*/
  background-color: #999;/*#007bff;*/
  border-color: #999;/*#007bff;*/
}

.btn-primary-sub:not(:disabled):not(.disabled):active, .btn-primary-sub:not(:disabled):not(.disabled).active,
.show > .btn-primary-sub.dropdown-toggle {
  color: #fff;
  background-color: #6167a8;/*061075*//*background-color: #6167a8;*/
  border-color: #6167a8;
}

.btn-primary-sub:not(:disabled):not(.disabled):active:focus, .btn-primary-sub:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-sub.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn.aic-3em{
	min-width: 5em;
}

.btn.aic-4em{
	min-width: 6em;
}

.btn.aic-5em{
	min-width: 7em;
}


.btn.aic-100w{
	min-width: 100px;
}

.btn.aic-120w{
	min-width: 124px;
}

.btn.aic-140w{
	min-width: 140px;
}


@media (orientation: portrait) and  (max-width: 991.98px) {
	
	.btn.aic-100w,
	.btn.aic-120w,
	.btn.aic-140w{
		min-width: 60px;
		width: auto;
	}

	
}

/*  ========== */ 

.aic-btn-edit{
	padding-left: 8px;
	padding-right: 8px;
}

.aic-btn-edit img{
	margin-top: -2px;
	margin-right: 4px;
	margin-left: -2px;
}

/*  ========== */ 

.aic-btn-trash{
	padding-left: 8px;
	padding-right: 8px;
}

.aic-btn-trash img{
	margin-right: 4px;
	height: 18px;
	width: 18px;
	margin-top: -4px;
}

/*  ========== */ 

.aic-btn-check-menu{
	padding-left: 8px;
	padding-right: 8px;
}

.aic-btn-check-menu img{
	margin-right: 4px;
	height: 16px;
	width: 16px;
	margin-top: -4px;
}

/*  ========== */ 

.aic-btn-doc-page-blank{
	padding-left: 8px;
	padding-right: 8px;
}

.aic-btn-doc-page-blank img{
	margin-right: 3px;
	height: 16px;
	width: 16px;
	margin-top: -4px;
}

/*  ========== */ 

.aic-btn-refresh{
	padding-left: 8px;
	padding-right: 8px;
}

.aic-btn-refresh img{
	margin-right: 3px;
	height: 19px;
	width: 19px;
	margin-top: -4px;
}

/*  ========== */ 

.aic-btn-doc-copy{
	padding-left: 8px;
	padding-right: 8px;
}

.aic-btn-doc-copy img{
	margin-right: 2px;
	height: 18px;
	width: 18px;
	margin-top: -4px;
}

/*  ========== */ 

.aic-btn-user-entry{
	padding-left: 8px;
	padding-right: 8px;
}

.aic-btn-user-entry img{
	margin-right: 2px;
	height: 20px;
	width: 20px;
	margin-top: -4px;
	margin-left: -3px;
}


/* ============================================
					
							ページネーション

 =============================================*/


.pagination {
	margin-bottom: 10px;	
	justify-content:center;
	flex-wrap:wrap;
}
.page-link {
	
	border-radius: 2px;
	background-color: #dae0ea;
	font-weight: bold;
	border: 1px solid #061075;
	color: #061075;
	margin-left: 5px;
	margin-bottom: 5px;
	
	min-width: 36px;
	box-sizing: border-box;
	
}

.page-item:first-child .page-link {
	margin-left: 5px;
	background-color: #fff;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border: 0px none;
	height: 38px;
}
.page-item:last-child .page-link {
	background-color: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 0px none;
	height: 38px;
}

.page-link:hover {
	color: #061075;
	background-color: #c0d0ea;/*#b3c8ea;*/
	border-color: #061075;
}

.page-link:active{
	background-color: #dae0ea;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover{
	background-color: #c0d0ea; /*#b3c8ea;*/
}

.page-item:first-child .page-link:active,
.page-item:last-child .page-link:active{
	background-color: #dae0ea; /*#b3c8ea;*/
}

.page-item:first-child .page-link svg,
.page-item:last-child .page-link svg{
	width: 16px;
	height: 16px;
	margin-left: -2px;
	margin-right: -2px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #061075;
	border-color: #061075;
}

.page-item.disabled .page-link {
	color: #ccc;
}


.aic-page-num-box{
	color: #505050;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1rem;
}

/* ============================================
					
							アコーディオン 

 =============================================*/

.accordion{}

.card-header {
	padding: 0;
}

.aic-accordion{
	margin-bottom: 10px;
}

.aic-accordion .btn{
	color: #505050;
	font-weight: bold;
}



.aic-accordion .card-header{
	
	border: 0 none;
	border-radius: 0;
	height: 42px;
	margin-bottom: 0;
}

.aic-accordion .card-header h2{
	border: 1px solid #999;
}

.aic-accordion .card-header.alert-warning-bg-1{
	background-color: #fbdfa7;
}

.aic-accordion .card-header.alert-warning-bg-2{
	background-color: #8f8e8e;
	text-decoration: line-through;
}

.aic-accordion .card-header.alert-confirm-bg-1{
	background-color: #CAE8C6;
}

.aic-accordion .card-header:hover{
	background-color: #efefef;
}

.aic-accordion .alert-warning-bg-1:hover{
	background-color: #fbd994;
}

.aic-accordion .alert-warning-bg-2:hover{
	background-color: #505050;
	text-decoration: line-through;
}

.aic-accordion .alert-confirm-bg-1:hover{
	background-color: #28a745;
}



.aic-accordion .badge {
	margin-top: -1px;
	margin-right: -8px;
	font-weight: bold;
	/*margin-top: 5px;*/
}



.aic-accordion .card-header {
	/*background: url(/static/img/svg/icon-plus.svg)*/
}

.aic-accordion .card-header button{
	padding-left: 40px;
	position: relative;
}

.aic-accordion .card-header button::before{
	
	content: url(/static/img/svg/icon-minus.svg);
	display: block;
	height: 20px;
	width: 20px;
	opacity: .8;
	
	position: absolute;
	top: 8px;
	left: 8px;
}

.aic-accordion .card-header button.collapsed::before{
	content: url(/static/img/svg/icon-plus.svg);
}



/* ============================================
					
							タイトル サブテキスト

 =============================================*/

.aic-title-subtext-wrap{
	display: inline-block;
	color: #060f73;
	margin-left: 24px;
}

.aic-title-subtext-wrap svg{
	margin-top: -5px;
}
.aic-title-subtext-wrap em{
	font-style: normal;
	font-weight: bold;
	font-size: 1.125rem;
}

.aic-title-subtext-wrap small{
	font-size: 1rem;
	margin-left: 3px;
	font-size: 1.125rem;
}

.aic-title-subtext-strong-color-1{
	display: inline-block;
	color: #fff;
	line-height: 1.0;
	background-color: #060f73;
	padding: 2px 18px 0;/*   3px 24px 0;   */
	margin-left: 20px;
	height: 34px;/*38px;*/
	box-sizing: border-box;
	border-radius: 17px;/*  19px   */
	margin-bottom: -5px;
}

.aic-title-subtext-strong-color-1:first-child{
	padding: 3px 15px 0;
	height: 28px;/*38px;*/
	border-radius: 14px;
	line-height: 1.0;
	font-size: 1.25rem;
}

.aic-title-subtext-strong-color-1:first-child b{
	font-weight: bold;
}

.aic-title-subtext-strong-color-1.bg-warning{
	color: #000;
}

.aic-title-subtext-strong-color-1 em{
	font-style: normal;
	font-weight: bold;
	font-size: 1.125rem;
}

.aic-title-subtext-strong-color-1 small{
	font-size: 1rem;
	margin-left: 3px;
	font-size: 1.125rem;
}

@media (orientation: portrait) and (max-width: 991.98px) {
	.aic-title-subtext-wrap{
		display: block;
		margin-left: 0;
		margin-top: 5px;
		
	}
	.aic-title-order .aic-title-subtext-strong-color-1{
		float:right;
		margin-top: -30px;
	}
	
	.aic-title-subtext-strong-color-1{
		font-size: 1.375rem;
		height: 32px;
		padding-top:2px;
		padding-left: 12px;
		padding-right: 12px;
		
		}

}

/* ============================================
					
							タブメニュー 

 =============================================*/

.aic-tab-menu-type-1{}

.nav-tabs.aic-tab-menu-type-1{
	
	border-bottom:  5px solid #6167a8;
	
}

.nav-tabs.aic-tab-menu-type-1 .nav-item{
	padding-right: 5px;
}

.nav-tabs.aic-tab-menu-type-1 .nav-item:last-child{
	padding-right: 0;
}

.nav-tabs.aic-tab-menu-type-1 .nav-link{
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	color: #505050;
	border: 1px solid #b3b3b3;
	border-radius: 0;
	border-bottom-color: transparent;
}

.nav-tabs.aic-tab-menu-type-1 .nav-link.active{
	background-color: #6167a8;
	border-color: #6167a8;
	color: #ffffff;
}

.nav-tabs.aic-tab-menu-type-1.aic-tab-2 .nav-item{
	width: 50%;
}

.nav-tabs.aic-tab-menu-type-1.aic-tab-3 .nav-item{
	width: 33.333%;
}

.nav-tabs.aic-tab-menu-type-1.aic-tab-4 .nav-item{
	width: 25%;
}

.nav-tabs.aic-tab-menu-type-1.aic-tab-5 .nav-item{
	width: 20%;
}


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

.aic-tab-button-type-1{}

/*
.nav-tabs.aic-tab-button-type-1{
	
	border-bottom:  5px solid #6167a8;
	
}

.nav-tabs.aic-tab-button-type-1 .nav-item{
	padding-right: 5px;
}

.nav-tabs.aic-tab-button-type-1 .nav-item:last-child{
	padding-right: 0;
}
*/

.nav-tabs.aic-tab-button-type-1 .nav-link{
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	color: #505050;
	border: 1px solid #b3b3b3;
	border-radius: 0;
	/*border-bottom-color: transparent;*/
}

.nav-tabs.aic-tab-button-type-1 .nav-link.active{
	background-color: #6167a8;
	border-color: #6167a8;
	color: #ffffff;
}

.nav-tabs.aic-tab-button-type-1 .nav-link.active::before{
	content: url(/static/img/svg/icon-chek-1-w.svg);
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	
}


.nav-tabs.aic-tab-button-type-1.aic-tab-2 .nav-item{
	width: 50%;
}

.nav-tabs.aic-tab-button-type-1.aic-tab-2-1 .nav-item{
	width: 33.333%;
}

.nav-tabs.aic-tab-button-type-1.aic-tab-3 .nav-item{
	width: 33.333%;
}

.nav-tabs.aic-tab-button-type-1.aic-tab-4 .nav-item{
	width: 25%;
}

.nav-tabs.aic-tab-button-type-1.aic-tab-5 .nav-item{
	width: 20%;
}



/* ============================================
					
							ダッシュボード  

 =============================================*/

.aic-dashboard-container{}

.aic-dashbord-date-input{
	font-size: 1.5rem;
	border: 0;
	background-color: #f00;
	width: 280px;
	background: url(/static/img/svg/icon-calendar.svg) no-repeat transparent right .5rem top .2em/22px 22px;
	outline: none;
}
/*.aic-dashbord-date-input:focus{
	background: url(/static/img/svg/icon-calendar.svg) no-repeat transparent right .5rem top .2em/22px 22px;
}*/

.aic-dashboard-container .row:first-child{
	padding-top: 10px;
}


.aic-dashboard-container .row{
	padding: 0;
	margin: 0;
	align-items:flex-end!important;
}

.aic-dashboard-container .col-9.row{
	align-items:flex-end!important;
}

.aic-db-button-1,
.aic-db-button-2,
.aic-db-button-3,
.aic-db-button-4{
	padding-left: 5px;
	padding-right: 0;
	
	font-family: "Helvetica Neue", Arial, "Meiryo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	

}

.aic-db-button-1 strong,
.aic-db-button-2 strong,
.aic-db-button-3 strong,
.aic-db-button-4 strong{
		font-weight: 700;
}

.aic-db-button-1{
	padding-left: 0;
}


.aic-db-button-1 a,
.aic-db-button-2 a,
.aic-db-button-3 a,
.aic-db-button-4 a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	-webkit-box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.38);
	-moz-box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.38);
	box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.38);
}

.aic-db-button-2 a,
.aic-db-button-3 a,
.aic-db-button-4 a{
	height: 155px;
	border-radius: 5px;
}


.aic-db-button-1 a{
	border-radius: 5px;
	height: 200px;/*190px;*/
	background: #061076; /* Old browsers */
	background: -moz-linear-gradient(top,  #061076 1%, #02064b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #061076 1%,#02064b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #061076 1%,#02064b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.aic-db-button-1 a:hover{/*000017*/
	background-color: #061076;
	background: #061076; /* Old browsers */
	background: -moz-linear-gradient(top,  #0f27c8 1%, #02064b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0f27c8 1%,#02064b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0f27c8 1%,#02064b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



.aic-db-button-1 img{
	margin-top: 23px;/*27px*/
	margin-left: 27px;
	float: left;
}

.aic-db-button-1 h3{
	padding-top: 23px;/*27px*/
	margin-left: 84px;
	font-size: 33px;
}

.aic-db-button-1 h3 em{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

.aic-db-button-1 h3 small{
	font-size: 20px;
	margin-left: 4px;
	font-weight: normal;
}

.aic-db-button-1 p {
	text-align:right;
	margin: 0 20px;
	line-height: 1.35;
}

.aic-db-button-1 h3 + p{
	margin-top: 10px;
	
}

.aic-db-button-1 p em{
	padding-top: 5px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	float: left;
}

.aic-db-button-1 p strong{
	font-size: 22px;
}


.aic-db-button-1 p small{
	font-size: 14px;
	margin-left: 4px;
	font-weight: normal;
}


/* ==========*/

.aic-db-date{
	font-size: 24px;
	
	margin-bottom: 0;
	line-height: 1.0;
	height: 34px;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-top: 0;
	top: -4px;
}

/* ==========*/

.aic-db-button-2 a{
	background: #faad14; /* Old browsers */
	background: -moz-linear-gradient(top,  #faad14 0%, #c38811 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #faad14 0%,#c38811 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffc107 0%,#c38811 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.aic-db-button-2 a:hover{/*b06f0b*/
	background: #faad14; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcc71d 0%, #b06f0b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcc71d4 0%,#b06f0b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcc71d 0%,#b06f0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.aic-db-button-2 .aic-img-wrap{
	padding-top: 16px;
	text-align: center;
}


.aic-db-button-2 h3{
	padding-top: 13px;
	text-align: center;
	font-size: 33px;
}

.aic-db-button-2 h3 em{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

.aic-db-button-2 h3 small{
	font-size: 20px;
	margin-left: 4px;
	font-weight: normal;
}

/* ==========*/

.aic-db-button-3 a{
	background: #52c31a; /* Old browsers */
	background: -moz-linear-gradient(top,  #52c31a 0%, #388815 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #52c31a 0%,#388815 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #52c31a 0%,#388815 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.aic-db-button-3 a:hover{
	background: #52c31a; /* Old browsers */
	background: -moz-linear-gradient(top,  #6bd725 0%, #266f0d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6bd725 0%,#266f0d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6bd725 0%,#266f0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



.aic-db-button-3 .aic-img-wrap{
	padding-top: 16px;
	text-align: center;
}


.aic-db-button-3 h3{
	padding-top: 16px;
	text-align: center;
	font-size: 33px;
}

.aic-db-button-3 h3 em{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

.aic-db-button-3 h3 small{
	font-size: 20px;
	margin-left: 4px;
	font-weight: normal;
}


/* ====  処理完了バナー======*/

.aic-db-button-4 a{
	background: #188ffe; /* Old browsers */
	background: -moz-linear-gradient(top,  #188ffe 0%, #0d51bf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #188ffe 0%,#0d51bf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #188ffe 0%,#0d51bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.aic-db-button-4 a:hover{
	background: #188ffe; /* Old browsers */
	background: -moz-linear-gradient(top,  #23adfe 0%, #0a46b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #23adfe 0%,#0a46b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #23adfe 0%,#0a46b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.aic-db-button-4 .aic-img-wrap{
	padding-top: 25px;
	text-align: center;
}


.aic-db-button-4 h3{
	padding-top: 18px;
	text-align: center;
	font-size: 33px;
}

.aic-db-button-4 h3 em{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	display: block;
}

.aic-db-button-4 h3 small{
	font-size: 20px;
	margin-left: 4px;
	font-weight: normal;
}


.aic-dashboard-container > h3{
	padding-top: 14px;
	font-size: 1.25rem;
}


@media  (max-width: 880px) {
	
	.aic-db-button-1 img{
		margin-left: 21px;
	}
	.aic-db-button-1 h3{
		margin-left: 68px;
	}
	
	.aic-db-button-1 h3,
	.aic-db-button-2 h3,
	.aic-db-button-3 h3,
	.aic-db-button-4 h3{
		font-size: 30px;
	}
}

/*   ダッシュボード  リアルタイム情報  */

.aic-dashboard-container .aic-top-chronology{                                    
	min-height: 270px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	overflow-y: auto;
	height: calc(100vh - 460px);
}

.aic-top-chronology-table{
	margin-top: 8px;
	margin-bottom: 8px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1t%;
}

.aic-top-chronology-table td{
	vertical-align: top;
	box-sizing: border-box;
	font-size: 1rem;
}

.aic-top-chronology-table td:first-child{
	width: 192px;
	padding-left: 20px;
	position: relative;
}

.aic-top-chronology-table td:first-child::before{
	content: "";
	display: block;
	
	height: 4px;
	width: 4px;
	
	background-color: #404040;
	position: absolute;
	left: 8px;
	top: 12px;
	border-radius: 4px 4px 4px 4px;
	
}

.aic-top-chronology-table td:nth-child(2){
	width: 85px;
}


.aic-top-chronology-table tr:first-child td{
	background-color: #ecedf7;
	color: #081495;
}

/* .aic-top-chronology-table tr:first-child {
	border: 1px solid #b5b9e0;
} */

.aic-top-chronology-table tr:first-child td:first-child::before{
	height: 12px;
	width: 12px;
	border-radius: 6px 6px 6px 6px;
	background-color: #081495;
	left: 5px;
	top: 8px;
}



/* ============================================
					
								注文書一覧

 =============================================*/


/*    table-col-css-1001  */

/* 
.table-col-css-1001 th:nth-child(1){
	width: 136px;
}

.table-col-css-1001 th:nth-child(2){
	width: 100px;
}

.table-col-css-1001 th:nth-child(4){
	width: 140px;
}

@media (max-width: 1180px) {
	
	.table-col-css-1001 th:nth-child(4){
		width: 110px;
	}

	
}

.table-col-css-1001 td:nth-child(4){
	text-align: right;
}

.table-col-css-1001 th:nth-child(5){
	width: 175px;
}

@media (max-width: 1180px) {
	.table-col-css-1001 th:nth-child(5){
		width: 112px;
	}
}

.table-col-css-1001 th:nth-child(6){
	width: 100px;
}


.table-col-css-1001 th:nth-child(7){
	width: 100px;
}

.table-col-css-1001 th:nth-child(8){
	width: 175px;
}

@media (max-width: 1180px) {
	.table-col-css-1001 th:nth-child(8)[data-tbale-sort]{
		padding-left: 7px;
		padding-right: 1px;
	}
	
	
	.table-col-css-1001 th:nth-child(8){
		width: 112px;
	}
}


@media (orientation: portrait) and  (max-width: 991.98px) {
	
	.table-col-css-1001 th{
		vertical-align: middle!important;
		padding: 1px;
	}	
	
	.table-col-css-1001  th:nth-child(1){
		width: 70px;
	}
	
	.table-col-css-1001 tr:first-child th:nth-child(1){
		padding-right: 5px;
		padding-left: 3px;
	}
	
	.table-col-css-1001 td:nth-child(1){
		padding-right: 2px;
		padding-left: 2px;
	}
	
	
	.table-col-css-1001  th:nth-child(2){
		width: 60px;
	}
	.table-col-css-1001 tr:first-child th:nth-child(2){
		padding-right: 10px;
		padding-left: 3px;
	}
	.table-col-css-1001 td:nth-child(2){
		padding-right: 0px;
		padding-left: 8px;
	}
	
	.table-col-css-1001  th:nth-child(3){
		width: auto;
		text-align: center;
	}
	.table-col-css-1001  td:nth-child(3){
		padding: 1px;
	}	
	
	.table-col-css-1001  th:nth-child(4){
		width: 80px;
		text-align: center;
	}	
	
	.table-col-css-1001  th:nth-child(5){
		width: 80px;
		text-align: center;
	}
	.table-col-css-1001 tr:first-child th:nth-child(5){
		padding-left: 3px;
	}
	.table-col-css-1001 td:nth-child(5){
		padding: 3px 5px;
	}
	
	.table-col-css-1001  th:nth-child(6){
		text-align: center;
	}
	
	.table-col-css-1001  th:nth-child(7){
		width: 60px;
		text-align: center;
	}
	
	.table-col-css-1001 tr:first-child th:nth-child(7){
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.table-col-css-1001  th:nth-child(8){
		width: 70px;
		text-align: center;
	}
	.table-col-css-1001  td:nth-child(8){
		padding: 1px 3px 1px;
	}
} */



/* ============================================
					
								明細書一覧

 =============================================*/

.aic-title-order-details{}

 /*    ページタイトル 横  subtext     */

.aic-order-details-title-subtext-wrap{
	display: inline-block;
	/*margin-left: 24px;*/
}

.aic-order-details-title-subtext-wrap em{
	font-style: normal;
	font-weight: normal;
	/*margin-left: 16px;*/
	font-size: 1rem;
}

.aic-order-details-title-subtext-wrap strong{
	font-weight: bold;
	font-size: 1.125rem;
	margin-right: 1rem;
}

/* ======= 明細書一覧 確認待ち=============*/

.table-col-css-g0004 th:nth-child(1){
	width: 80px;
}

.table-col-css-g0004 th:nth-child(3),
.table-col-css-g0004 td:nth-child(3){
	text-align: center;
	width: 15%;
}

.table-col-css-g0004 th:nth-child(4),
.table-col-css-g0004 td:nth-child(4){
	text-align: center;
	width: 15%;
}

.table-col-css-g0004 th:nth-child(5),
.table-col-css-g0004 td:nth-child(5){
	text-align: center;
	width: 15%;
}


.table-col-css-g0004 th:nth-child(6),
.table-col-css-g0004 td:nth-child(6){
	text-align: center;
	width: 110px;
}

.table-col-css-g0004 th:nth-child(7),
.table-col-css-g0004 td:nth-child(7){
	text-align: center;
	width: 120px;
}

.table-col-css-g0004 th:nth-child(8){
	width: 120px;
}

@media (max-width: 1280px) {
	.table-col-css-g0004 th:nth-child(3),
	.table-col-css-g0004 td:nth-child(3),
	.table-col-css-g0004 th:nth-child(4),
	.table-col-css-g0004 td:nth-child(4){
		width: 10%;
	}
}

@media (max-width: 1180px) {
	
	.table-col-css-g0004 th:nth-child(5),
	.table-col-css-g0004 td:nth-child(5){
		width: auto;
	}

	.table-col-css-g0004 th:nth-child(6),
	.table-col-css-g0004 td:nth-child(6),
	.table-col-css-g0004 th:nth-child(7),
	.table-col-css-g0004 td:nth-child(7),
	.table-col-css-g0004 th:nth-child(8),
	.table-col-css-g0004 td:nth-child(8){
		width: 10%;
	}
}


@media (orientation: portrait) and  (max-width: 991.98px) {
	.table-col-css-g0004 th,
	.table-col-css-g0004 td{
		vertical-align: middle!important;
		padding: 2px;
		height: 55px;
	}
}



/*.table-col-css-g0004-comp th:nth-child(1){
	width: 80px;
}*/

.table-col-css-g0004-comp th:nth-child(2),
.table-col-css-g0004-comp td:nth-child(2){
	text-align: center;
	width: 18%;
}

.table-col-css-g0004-comp th:nth-child(3),
.table-col-css-g0004-comp td:nth-child(3){
	text-align: center;
	width: 18%;
}

.table-col-css-g0004-comp th:nth-child(4),
.table-col-css-g0004-comp td:nth-child(4){
	text-align: center;
	width: 18%;
}


.table-col-css-g0004-comp th:nth-child(5),
.table-col-css-g0004-comp td:nth-child(5){
	text-align: center;
	width: 110px;
}

.table-col-css-g0004-comp th:nth-child(6),
.table-col-css-g0004-comp td:nth-child(6){
	text-align: center;
	width: 120px;
}

.table-col-css-g0004-comp th:nth-child(7){
	width: 120px;
}

@media (max-width: 1280px) {
	.table-col-css-g0004-comp th:nth-child(2),
	.table-col-css-g0004-comp td:nth-child(2),
	.table-col-css-g0004-comp th:nth-child(3),
	.table-col-css-g0004-comp td:nth-child(3){
		width: 10%;
	}
}

@media (max-width: 1180px) {
	
	.table-col-css-g0004-comp th:nth-child(4),
	.table-col-css-g0004-comp td:nth-child(4){
		width: auto;
	}

	.table-col-css-g0004-comp th:nth-child(5),
	.table-col-css-g0004-comp td:nth-child(5),
	.table-col-css-g0004-comp th:nth-child(6),
	.table-col-css-g0004-comp td:nth-child(6),
	.table-col-css-g0004-comp th:nth-child(7),
	.table-col-css-g0004-comp td:nth-child(7){
		width: 10%;
	}
}

@media (orientation: portrait) and  (max-width: 991.98px) {
	.table-col-css-g0004-comp th,
	.table-col-css-g0004-comp td{
		vertical-align: middle!important;
		padding: 2px;
		height: 55px;
	}
}

/* ============================================
					
								注文書確認

 =============================================*/

#aic-scroll-table-wrap-1,
#aic-scroll-table-wrap-2{
	display: none;
}
#tab-menu-g0005[data-tab-menu="1"] ~ #aic-scroll-table-wrap-1{
	display: block;
}

#tab-menu-g0005[data-tab-menu="2"] ~ #aic-scroll-table-wrap-2{
	display: block;
}

#aic-scroll-table-wrap-1,
#aic-scroll-table-wrap-2{
	height: 70vh;
}

.aic-purchase-order-confirm-row .col-6:last-child{
	padding-left: 0;
}

.aic-pdf-iframe{
	border: 1px solid #ccc;
	height: 100%;
	z-index: 1;
	position:relative;
}

.ie [data-flag-sidemenu="open"] .aic-pdf-iframe{
	visibility: hidden;
	
}

.table-col-css-g0005 th,
.table-col-css-g0005 td{
	padding-left: 8px;
	padding-right: 8px;
}


.table-col-css-g0005 thead th {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.table-col-css-g0005 th:nth-child(2),
.table-col-css-g0005 td:nth-child(2){
	text-align: center;
	width: 9%;
}

.table-col-css-g0005 td:nth-child(2){
	padding-right: 0;
	padding-left: 0;
}

.table-col-css-g0005 th:nth-child(3),
.table-col-css-g0005 td:nth-child(3){
	text-align: center;
	width: 9%;
}

.table-col-css-g0005 th:nth-child(4),
.table-col-css-g0005 td:nth-child(4){
	text-align: center;
	width: 128px;
}

.table-col-css-g0005 td:nth-child(4){
	padding-right: 0;
	padding-left: 0;
}

.table-col-css-g0005 th:nth-child(5),
.table-col-css-g0005 td:nth-child(5){
	text-align: center;
	width: 48px;
}

.table-col-css-g0005 td:nth-child(5){
	padding-right: 0;
	padding-left: 0;
}

.table-col-css-g0005 th:nth-child(6),
.table-col-css-g0005 td:nth-child(6){
	text-align: center;
	/*width: 40px;*/
	width: 80px;
}

.table-col-css-g0005 td:nth-child(6){
	padding-right: 0;
	padding-left: 0;
}

.table-col-css-g0005 th:nth-child(7){
	width: 77px;
	text-align: center;
}

@media (max-width: 1280px) {
	
	.table-col-css-g0005 td{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	
	.table-col-css-g0005 th:nth-child(2),
	.table-col-css-g0005 td:nth-child(2),
	.table-col-css-g0005 th:nth-child(3),
	.table-col-css-g0005 td:nth-child(3){
		width: 10%;
	}
}

@media (max-width: 1250px) {
	


	
	.table-col-css-g0005 th:nth-child(4),
	.table-col-css-g0005 td:nth-child(4){
		width: 90px;
	}

	.table-col-css-g0005 th:nth-child(5),
	.table-col-css-g0005 td:nth-child(5),
	/*.table-col-css-g0005 th:nth-child(6),
	.table-col-css-g0005 td:nth-child(6),*/
	.table-col-css-g0005 th:nth-child(7),
	.table-col-css-g0005 td:nth-child(7){
		width: 10%;
	}
}

/*@media (orientation: portrait) and  (max-width: 991.98px) {*/

@media (max-width: 1150px) {
	/*
	.table-col-css-g0005 th:nth-child(2),
	.table-col-css-g0005 td:nth-child(2){
		width: 42px!important;
		word-break: break-all;
	}*/
	
	.table-col-css-g0005 th:nth-child(1),
	.table-col-css-g0005 td:nth-child(1){
		width: auto;
		word-break: break-all;
	}
	

	
	.table-col-css-g0005 th:nth-child(5),
	.table-col-css-g0005 td:nth-child(5){
		width: 44px!important;
		word-break: break-all!important;
	}
	

	
	.table-col-css-g0005 th:nth-child(7),
	.table-col-css-g0005 td:nth-child(7){
		width: 70px!important;/*width: 50px!important;*/
		word-break: break-all!important;
	}
	
}

@media (min-width: 1020px) and (max-width: 1150px) {
	
	.table-col-css-g0005 th:nth-child(6),
	.table-col-css-g0005 td:nth-child(6){
		width: 60px!important;/*width: 40px!important;*/
		word-break: break-all!important;
	}
	
	.table-col-css-g0005 th:nth-child(6){
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
}

@media (max-width: 1019px) {
	
	.table-col-css-g0005 th:nth-child(6),
	.table-col-css-g0005 td:nth-child(6){
		width: 50px!important;/*width: 40px!important;*/
		word-break: break-all!important;
	}
	
	.table-col-css-g0005 th:nth-child(6){
		padding-left: 7px;
		padding-right: 7px;
	}
	
	
}

@media (orientation: portrait) and  (max-width: 991.98px) {
	
	.table-col-css-g0005 th:nth-child(1),
	.table-col-css-g0005 td:nth-child(1){
		/*width: 100px;*/
	}
	
	.table-col-css-g0005 th:nth-child(2),
	.table-col-css-g0005 td:nth-child(2){
		width: 38px!important;
		word-break: break-all;
	}
	.table-col-css-g0005 th:nth-child(2){
		padding: 1px;
	}
	
	.table-col-css-g0005 th:nth-child(4),
	.table-col-css-g0005 td:nth-child(4){
		width: 45px!important;/*width: 44px!important;*/
		word-break: break-all!important;
		padding: 1px;
	}
	
	.table-col-css-g0005 th:nth-child(4){
		padding-left: 4px;
		padding-right: 4px;
	}
	
	.table-col-css-g0005 th:nth-child(7),
	.table-col-css-g0005 td:nth-child(7){
		width: 50px!important;
		word-break: break-all!important;
	}
	
}



/* ============================================
					
								注文訂正

 =============================================*/

.aic-fax-img-frame{
	overflow: hidden;
	background-color: #eee;
	border: 1px solid #ccc;
	height: calc(70vh - 36px);
	position: relative;
}

.aic-fax-img-frame img{
	width: 94%;
	height: auto;
	margin: 3%;	
}

.aic-order-conf-add-arrow-right{
	position: relative;
}

.aic-order-conf-add-arrow-right::after{
	content: url(/static/img/svg/icon-arrow-type2-right.svg);
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	right: -19px;
	bottom: 14px;
}

.aic-btn-zoom{
	background-color: rgba(0,0,0,.55);
	height: 44px;
	width: 44px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 1px solid rgba(0,0,0,.7);
}

.aic-btn-zoom:hover{
	background-color: rgba(0,0,0,.7);
}

.aic-accordion .badge {
	margin-top: -1px;
	margin-right: -8px;
	font-weight: bold;
}




.aic-accordion .card-body .row > div:last-child .form-group{
	margin-bottom: 0;
}

.aic-accordion .card-body .aic-column-line{
	border: 1px solid #CCC;
	border-radius: 6px;
	margin-left: -8px;
	margin-right: -8px;
	padding:8px;
}

.aic-accordion .card-body .aic-column-line:first-child{
	margin-top: -8px;
	margin-bottom: 8px;
}

@media (orientation: portrait) and  (max-width: 991.98px) {
	
	.aic-purchase-order-correction-body-right input[type="text"]{
		padding-left: 2px;
		padding-right: 2px;
	}
	
	
	.aic-purchase-order-correction-body-right .card-body > .row > .col-4:nth-child(1),
	.aic-purchase-order-correction-body-right .card-body > .row > .col-4:nth-child(2),	
	.aic-purchase-order-correction-body-right .card-body > .row > .col-4:nth-child(3),
	.aic-purchase-order-correction-body-right .card-body > .row > .col-4:nth-child(4),
	.aic-purchase-order-correction-body-right .card-body > .row > .col-4:nth-child(5),
	.aic-purchase-order-correction-body-right .card-body > .row > .col-4:nth-child(6){
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.aic-purchase-order-correction-body-right .card-body > .row > .col-4 + .col-12{
		padding-right: 5px;
		padding-left: 5px;
	}

}
/* ============================================
					
								個別実行

 =============================================*/

.aic-individual-execution-body-1,
.aic-individual-execution-body-2{
	display: none;
}
#tab-menu-g0007[data-tab-menu="1"] ~ .aic-individual-execution-body-1{
	display: block;
}

#tab-menu-g0007[data-tab-menu="1"] ~ .aic-individual-execution-body-1 button{
	display: inline-block;
}

#tab-menu-g0007[data-tab-menu="2"] ~ .aic-individual-execution-body-2{
	display: block;
}

#tab-menu-g0007[data-tab-menu="2"] ~ .aic-individual-execution-body-2 button{
	display: inline-block;
}

.aic-individual-execution-body-2{
	padding-bottom: 100px;
}

.aic-individual-execution-row textarea{
	min-height: 360px;	
	height:calc(100vh - 360px);
}

.aic-individual-execution-body-1{
	
}


/* ============================================
					
							メール送信一覧

 =============================================*/


.table-col-css-g0008 thead th{
	vertical-align: middle;
}

.table-col-css-g0008 th:nth-child(1),
.table-col-css-g0008 td:nth-child(1){
	/*text-align: center;*/
	width: 30px;
	padding-right: 0;
}

.table-col-css-g0008 th:nth-child(1) input{
	margin-top: .8rem;
}

.table-col-css-g0008 th:nth-child(2),
.table-col-css-g0008 td:nth-child(2){
	/*text-align: center;*/
	width: 110px;
}


.table-col-css-g0008 td:nth-child(2){
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	line-height: 1.25;
}


.table-col-css-g0008 th:nth-child(3),
.table-col-css-g0008 td:nth-child(3){
	/*text-align: center;*/
	width: 133px;
}


.table-col-css-g0008 th:nth-child(4),
.table-col-css-g0008 td:nth-child(4){
	text-align: center;
	width: 88px;
}

.table-col-css-g0008 th:nth-child(5),
.table-col-css-g0008 td:nth-child(5){
	/*text-align: center;*/
	width: auto;
}

.table-col-css-g0008 td:nth-child(5){
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.385;
}

.table-col-css-g0008 th:nth-child(6),
.table-col-css-g0008 td:nth-child(6){
	/*text-align: center;*/
	width: 110px;
}

.table-col-css-g0008 th:nth-child(7),
.table-col-css-g0008 td:nth-child(7){
	text-align: center;
	width: 100px;
}

.table-col-css-g0008 th:nth-child(8),
.table-col-css-g0008 td:nth-child(8){
	text-align: center;
	width: 80px;
}

.table-col-css-g0008 th:nth-child(8){
	padding-left: 0;
	padding-right: 0;
}

.table-col-css-g0008 tr:first-child th:nth-child(8)::after{
		margin-right: -15px;
}

.table-col-css-g0008 th:nth-child(9),
.table-col-css-g0008 td:nth-child(9){
	text-align: center;
	width: 90px;
}

.table-col-css-g0008 tr:first-child th:nth-child(9){
	padding-left: 0;
	padding-right: 0;
}
/*
.table-col-css-g0008 td:nth-child(3),
.table-col-css-g0008 td:nth-child(4),
.table-col-css-g0008 td:nth-child(5),
.table-col-css-g0008 td:nth-child(6),
.table-col-css-g0008 td:nth-child(7),
.table-col-css-g0008 td:nth-child(8),
.table-col-css-g0008 td:nth-child(9){
	vertical-align: middle;
}*/


@media (max-width: 1250px) {
	
	.table-col-css-g0008 tr:first-child th{
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.25;
	}
	
	.table-col-css-g0008 th:nth-child(2),
	.table-col-css-g0008 td:nth-child(2){
		/*text-align: center;*/
		width: 100px;
	}
	
	.table-col-css-g0008 th:nth-child(3),
	.table-col-css-g0008 td:nth-child(3){
		/*text-align: center;*/
		width: 120px;
	}
	
	.table-col-css-g0008 tr th:nth-child(3){
		padding-left: 0;
	}
	
	.table-col-css-g0008 td:nth-child(3){
		padding-left:5px;
		padding-right:0;
		word-break: break-all;
	}
	
	.table-col-css-g0008 th:nth-child(4),
	.table-col-css-g0008 td:nth-child(4){
		text-align: center;
		width: 70px;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.table-col-css-g0008 th:nth-child(8),
	.table-col-css-g0008 td:nth-child(8){
		width: 6.4%;
	}
	
	.table-col-css-g0008 tr:first-child th:nth-child(8){
		padding-left: 13px;
		padding-right: 13px;
	}
	
	.table-col-css-g0008 tr:first-child th:nth-child(8)::after{
		margin-right: -15px;
	}
	
	.table-col-css-g0008 th:nth-child(7),
	.table-col-css-g0008 td:nth-child(7){
		width: 90px;
	}
	
	.table-col-css-g0008 td:nth-child(7){
		padding-left: 2px;
		padding-right: 2px;
	}

	
}

/* ==========	タブレット  =================*/

@media (orientation: portrait) and  (max-width: 991.98px) {
	
	.table-col-css-g0008 th{
		vertical-align: middle!important;
		padding: 1px;
	}
	
	.table-col-css-g0008 th:nth-child(1),
	.table-col-css-g0008 td:nth-child(1){
		padding-left: 5px;
		padding-right: 0px;
	}
	.table-col-css-g0008 td:nth-child(2){
		padding-left: 5px;
	}
	
	
	.table-col-css-g0008 th:nth-child(3),
	.table-col-css-g0008 td:nth-child(3){

		width: 120px;
	}
	
	.table-col-css-g0008 th:nth-child(3),
	.table-col-css-g0008 td:nth-child(3){
		padding: 1px;
	}
	
	.table-col-css-g0008 td:nth-child(3){
		word-break: break-all;
	}
	
	.table-col-css-g0008 td .badge.aic-table-badge.w3-5em{
		width: 4em;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	
	.table-col-css-g0008 th:nth-child(7),
	.table-col-css-g0008 td:nth-child(7){
	/*text-align: center;*/
		width: 90px;/*idth: 133px;*/
		padding: 1px;
	}
	
	.table-col-css-g0008 th:nth-child(8),
	.table-col-css-g0008 td:nth-child(8){
		width: 80px;
	}
	
	.table-col-css-g0008 tr:first-child th:nth-child(8){
		padding-left: 2px;
		padding-right: 11px;
	}
	
	.table-col-css-g0008 td .btn.btn-sm.aic-3em{
		min-width: 2.8em;
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* ============================================
					
							AICCSバージョン情報

 =============================================*/


#aic-scroll-table-wrap-g0009{
	
	min-height: 280px;
	max-height: 46vh;
	
	/*border: 2px solid #f00;*/
}

.table-col-css-g0009{
	
}

.table-col-css-g0009 th:nth-child(1),
.table-col-css-g0009 td:nth-child(1){
	width: 15%;
}

.table-col-css-g0009 th:nth-child(2),
.table-col-css-g0009 td:nth-child(2){
	text-align: center;
}

.table-col-css-g0009 th:nth-child(3),
.table-col-css-g0009 td:nth-child(3){
	text-align:right;
	width: 25%;
	padding-right: 10%;
}

.table-col-css-g0009 th:nth-child(4),
.table-col-css-g0009 td:nth-child(4){
	width: 28%;
}

.table-col-css-g0009 th:nth-child(4){
	padding-left: 50px;
}

.table-col-css-g0009-2 th:nth-child(2),
.table-col-css-g0009-2 th:nth-child(3){
	text-align: right;
	padding-right: 40px;
}

.table-col-css-g0009-2 td:nth-child(2),
.table-col-css-g0009-2 td:nth-child(3){
	text-align: right;
}



/* ============================================
					
							OCR設定

 =============================================*/


.aic-ocr-setting-row{}

.aic-ocr-setting-row textarea{
	min-height: 300px;	
	height:calc(100vh - 480px);
}


/* ============================================
					
							ユーザー設定

 =============================================*/


#aic-scroll-table-wrap-g0010-1{
	min-height: 100px;
	max-height: 45vh;
}

.table-col-css-g0010-1 tbody td:first-child{
	width: 52px;
	
}



.aic-g0010-col-customer-management-left{
	float: right;
	width: 450px;
}

.aic-g0010-col-customer-management-right{
	float: left;
	width: 350px;
	margin-left: 40px;
	position: relative;
}

.aic-g0010-col-customer-management-right::before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 24px;
	border-color: transparent transparent transparent #6167a8;
	left: -40px;
	top: 50%;
}


.aic-g0010-col-customer-management-left header,
.aic-g0010-col-customer-management-right header{

	border-top: 1px solid #989cb8;
	border-bottom: 1px solid #989cb8;
	background-color: #e1e5eb;
	padding-bottom: 5px;
}

.aic-g0010-col-customer-management-left header{
	margin-left: 100px;
}

.aic-g0010-col-customer-management-left header h4,
.aic-g0010-col-customer-management-right header h4{
	height: 41px;
	text-align: center;
	padding-top: 8px;
	border-bottom: 1px solid #989cb8;
	margin-bottom: 5px;
}

.aic-g0010-col-customer-management-left header select,
.aic-g0010-col-customer-management-right header select{
	margin-left: 10%;
	width: 80%;
}

.aic-g0010-col-customer-management-left .col-lg-3{
	padding-right: 0;
}

.aic-g0010-col-customer-management-left .col-lg-9{
	padding-left: 0;
}

.aic-g0010-col-customer-management-left .list-group-item label,
.aic-g0010-col-customer-management-right .list-group-item label{
	background-color: #ccc;
	display: block;
	margin: -12px -20px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.aic-g0010-col-customer-management-left .list-group-item label input,
.aic-g0010-col-customer-management-right .list-group-item label input{
	position: absolute;
	left: -100px;
}

.aic-g0010-col-customer-management-left .list-group-item label span,
.aic-g0010-col-customer-management-right .list-group-item label span{
	background-color: #fff;
	display: block;
	padding: 12px 20px 12px 40px;
}
.aic-g0010-col-customer-management-left .list-group-item label input:checked + span,
.aic-g0010-col-customer-management-right .list-group-item label input:checked + span{
	background-color: #6167a8;
	color: #fff;
	background-image: url(/static/img/svg/icon-chek-1-w.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: left 10px top 12px;
}

.aic-g0010-col-customer-management-left .tab-content,
.aic-g0010-col-customer-management-right .tab-content{
	min-height: 300px;
	height: 45vh;
	overflow-y: auto;
}

.aic-g0010-col-customer-management-left .tab-content{
	border-left: 2.5px solid #0000;
}

.aic-g0010-col-customer-management-left .list-group{
	border-radius: .25rem 0 0 .25rem;
}

.aic-g0010-col-customer-management-left .list-group-item,
.aic-g0010-col-customer-management-right .list-group-item{
	font-weight: bold;
	border-color: #b3b3b3;
}

.aic-g0010-col-customer-management-left .tab-content,
.aic-g0010-col-customer-management-right .tab-content{
	border-bottom: 1px solid #b3b3b3;
}

.aic-g0010-col-customer-management-left .list-group-item.active,
.aic-g0010-col-customer-management-right .list-group-item.active{
	border-color:  #6167a8;
	background-color: #6167a8;
	color: #fff;
}

.aic-g0010-col-customer-management-bottom-button{
	width: 780px;
	margin: 20px auto;
}

.table-col-css-g0010-3 th{
	width: 25%;
}

/* ==========	タブレット  =================*/

@media (orientation: portrait) and (max-width: 991.98px){
	
	.aic-g0010-col-customer-management-left{

		width: 350px;/*450px;*/
	}

	.aic-g0010-col-customer-management-right{

		width: 300px;/*350px;*/
		margin-left: 0px;
	}
	
	.aic-g0010-col-customer-management-left header{
		margin-left: 100px;
	}
	
	.aic-g0010-col-customer-management-left .col-lg-3.col-md-4{
		padding-right: 0;
		
	}
	
	.aic-g0010-col-customer-management-left .col-lg-9.col-md-8{
		padding-left: 0;
		
	}
	
	.aic-g0010-col-customer-management-right::before{
		left: -18px;
	}
	
	.aic-g0010-col-customer-management-bottom-button{
		width: 100%;
		margin: 15px 20px;
		clear: both;
	}
	
	.table-col-css-g0010-3 th th:nth-child(2),
	.table-col-css-g0010-3 th th:nth-child(4){
		width: 20%;
	}
	
	.table-col-css-g0010-3 th:nth-child(3){
		width: 40%;
	}

}

/* ============================================
					
							パスワード変更

 =============================================*/




#PasswordChangeModal input[type="password"]{
	margin-right: 100px;
	width: 80%;
	
}

#PasswordChangeModal2 .modal-body form{
	margin-left: -20px;
	margin-right: 20px;
}











/* ============================================
					
						メール　－　お知らせ

 =============================================*/


buttobody{
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}


*{
	box-sizing: border-box;
	margin:0;
}
.container{
	max-width: 1170px;
	margin: auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.input-hidden{
	display: none;
}
.alert-btn{
   color:#ffffff;
   padding: 10px 15px;
   cursor: pointer;
   font-size: 16px;
   display: inline-block;
   margin: 20px 10px;
}
.alert-success-btn{
	background-color: #57a7ec;
}

.alert-box-wrap{
   position: fixed;
   left:0;
   top:0;
   right:0;
   bottom:0;
   background-color: rgba(0,0,0,0.2);
   display: flex;
   align-items: center;
   justify-content: center;
   visibility: hidden;
   opacity:0;
   z-index: 999;
}
.alert-box-wrap .alert-content{
 padding: 20px;
 display: flex;
 flex:0 0 500px;
 max-width: 500px;
 align-items: center;
 border-radius: 5px;
}
.alert-box-wrap .alert-content h3{
   font-size: 20px;
   font-weight: 600;
   margin:0 0 5px;
}
.alert-box-wrap .alert-content .icon img{
   max-width: 50px;
   min-width: 30px;
   width: 100%;
}
.alert-box-wrap .alert-content .body{
   padding:0 20px;
}
.alert-box-wrap .alert-content .body p{
   font-size:16px;
   line-height: 24px;
   margin:0;
}
.alert-box-wrap .alert-content .close-alert label{
   display: inline-block;
   height: 30px;
   width: 30px;
   cursor: pointer;
   font-size: 30px;
   line-height: 30px;
   text-align: center;
}

.alert-success-popup .alert-content{
   border:2px solid #57a7ec;
   background-color: #e0eefb;
}
.alert-success-popup .alert-content h3{
   color:#57a7ec;
}
.alert-success-popup .alert-content p{
   color:#526c84;
}
.alert-success-popup .alert-content .close-alert label{
   color:#57a7ec;
}


#alert-success-popup:checked + .alert-box-wrap{
   opacity:1;
   visibility: visible;
   transition: all 0.3s ease-in;
}

#alert-success-popup:checked + .alert-box-wrap .alert-content{
   animation: zoomIn 0.3s ease-in-out;
}


