.nav-sidebar > .nav-header
{
	font-weight: bold;
	font-size: .8rem;
}
.main-header .user
{
	border-style: groove;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.3);
	color: #e8e0d8;
	font-size: 14px;
	text-align: left;
	width: 200px;
	height: 42px;
	margin-top: 2%;
	overflow: hidden;
}
.main-header .user i
{
	float: left;
	width: 15%;
	margin-top: 14px;
}
.main-header .user div
{
	float: left;
	width: 85%;
}
.alert-danger-ex,
.alert-error-ex
{
	background-color: #dd4b3930;
	border-color: #d73925;
	color: #666 !important;
}
.alert-warning-ex
{
	background-color: #f39c1230;
	border-color: #e08e0b;
	color: #666 !important;
}
.alert-info-ex
{
	background-color: #00c0ef30;
	border-color: #00acd6;
	color: #666
}
.alert-success-ex
{
	background-color: #00a65a30;
	border-color: #008d4c;
	color: #666 !important;
}
span.badge
{
	color: yellow;
	background-color: transparent;
}
.nav-treeview > li
{
	margin-left: 16px;
}

div.pace .pace-activity
{
	width: 130px !important;
	height: 130px !important;
}

.dropdown-menu .nav-link
{
	color: rgba(80,80,80,0.75) !important;
}
.container
{
	max-width: 100% !important;
}
.network_disabled
{
	color: #ff6060 !important;
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
		-moz-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
}
.card
{
	margin-top: 8px;
}
.hidden
{
	display: none;
}
.number
{
	text-align: right;
	margin-right: 4px;
}
.center
{
	text-align: center;
}
.col_title, .clm_title
{
	width: auto;
	margin-left: 8px;
	margin-right: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.col_mode, .clm_mode
{
	width: 240px;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.col_month, .clm_month
{
	width: 140px;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.col_range, .clm_range
{
	width: 300px;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.col_short, .clm_short
{
	width: 280px;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.col_name, .clm_name
{
	width: 380px;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.col_risk, .clm_risk
{
	width: 160px;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

@-webkit-keyframes blink
{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink
{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink
{
	0% {opacity:0;}
	100% {opacity:1;}
}

.select2-container .select2-selection--single
{
	/*height: calc(2.25rem + 2px);*/
	height: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 2.25rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
	background-color: #007bff;
	border: 1px solid #006fe6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
	color: #CCC;
}

.notify_text
{
	font-size: 12px;
	font-weight: normal;
	color: #dc3545;
}
/**
 * ----------------------------------------
 * サイドバー更新状況表示
 * ----------------------------------------
 */
.processed_table_base
{
	max-height: 120px;
	overflow-y: scroll;
	/*scrollbar-color: transparent inherit;*/
}

.processed_table_base::-webkit-scrollbar-track
{
	background-color: transparent;
}

.processed_table
{
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: normal !important;
	font-size: 11px !important;
	background-color: #484848 !important;
}

.processed_table > thead
{
	height: 3px;
}

.processed_table > tfoot
{
	height: 3px;
}

th.processed_space
{
	background-color: #484848 !important;
}

th.processed_kind
{
	text-align: right;
	padding-right: 2px;
	line-height: 12px;
	font-size: 11px !important;
	background-color: #484848 !important;
	color: #c0c0c0 !important;
}

th.processed_value
{
	text-align: left;
	margin-left: 2px;
	line-height: 12px;
	font-size: 11px !important;
	background-color: #484848 !important;
	color: #c0c0c0 !important;
}

td.processed_kind
{
	text-align: right;
	margin-right: 2px;
	padding-top: 4px;
	line-height: 14px !important;
	font-size: 11px !important;
	background-color: #484848 !important;
}

td.processed_value
{
	text-align: left;
	margin-left: 2px;
	line-height: 14px;
	font-size: 12px !important;
	background-color: #484848 !important;
	color: #ffe8d0 !important;
}

td.processed_kind.an_task
{
	color: cyan !important;
}

td.processed_kind.tw_task
{
	color: yellow !important;
	font-size: 14.5px !important;
}

td.processed_kind.mb_task
{
	color: yellow !important;
}

td.processed_kind.su_task
{
	color: lime !important;
	font-size: 14.5px !important;
}

td.processed_kind.tr_task
{
	color: #e0e0e0 !important;
	font-size: 14.5px !important;
}

td.processed_value.busy
{
	color: orange !important;
}

td.processed_value.error
{
	color: red !important;
}

.group_base
{
	width: 100%;
	height: 48px;
	padding: 8px;
	font-weight: normal !important;
	font-size: 14px !important;
	background-color: transparent !important;
}

.group_sel
{
	float: left;
	margin-left: 4px;
	width: calc(100% - 36px);
}

.group_icon
{
	float: left;
	width: 32px;
	height: 32px;
	margin-left: -8px;
	margin-top: 3px;
	border-radius: 50%;
}

.name_row
{
	width: 100%;
	display: table;
	margin-top: 1px;
	margin-bottom: 1px;
}

.name_left
{
	width: 36px;
	display: table-cell;
	text-align: right;
	background-color: #f0d0d0;
	font-size: 10px;
	padding-right: 2px;
}

.name_right
{
	max-width: calc(100% - 36px);
	display: table-cell;
	background-color: #f0f0c0;
	font-size: 12px;
}

.label_left
{
	float: right;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 40px;
}

.menu_spacer
{
	padding: 1px !important;
	background-color: #ccffcc !important;
}

.sel_btn
{
	margin-top: -4px;
}

.tb_ctrl
{
	margin-top: 2px;
}

td.clm_status.status_1
{
	color: #303030;
	font-weight: bold;
}

td.clm_status.status_0, td.clm_status.status_2
{
	color: #808080;
}

.sortable.asc:after
{
	font-family: 'Font Awesome 5 Free';
	content: "\f0de";
	margin-left: 5px;
	color: #c04000;
	font-size: 140%;
}
.sortable.desc:after
{
	font-family: 'Font Awesome 5 Free';
	content: "\f0dd";
	margin-left: 5px;
	color: #c04000;
	font-size: 140%;
}
.sortable:after
{
	font-family: 'Font Awesome 5 Free';
	content: "\f0dc";
	margin-left: 5px;
	color: #808080;
	font-size: 140%;
}

/**
 * ----------------------------------------
 * 管理画面 icon
 * ----------------------------------------
 */
i.afad_icon:before
{
	content: '' !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background-size: contain !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
	background-image: url(../images/afad.png);
}
i.cats_icon:before
{
	content: '' !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background-size: contain !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
	background-image: url(../images/cats.png);
}
i.affilicode_icon:before
{
	content: '' !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background-size: contain !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
	background-image: url(../images/affilicode.png);
}
i.affilicode_icon:before
{
	content: '' !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background-size: contain !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
	background-image: url(../images/affilicode.png);
}
i.adebis_icon:before
{
	content: '' !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background-size: contain !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
	background-image: url(../images/adebis.png);
}
i.adjust_icon:before
{
	content: '' !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background-size: contain !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
	background-image: url(../images/adjust.png);
}
i.ecforce_icon:before
{
	content: '' !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background-size: contain !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
	background-image: url(../images/ecforce.png);
}
i.precs_icon:before
{
	content: '' !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background-size: contain !important;
	vertical-align: text-top !important;
	background-repeat: no-repeat !important;
	background-image: url(../images/precs.png);
}
