@charset "utf-8";
/* CSS Document */


/* 共通　common
----------------------------------------------*/
#page_wrap{
	background-color: #f0f0f0!important;
	padding-top: 45px!important;
}
/* logout時 */
#page_wrap.pt-0{
	padding-top: 0!important;
}
main,
main a,
body,
body #page_wrap #main_contents{
	color:#333!important;
	word-wrap: break-word; /* IE11用 */
	overflow-wrap: break-word;/* 禁則処理 */
	word-break: break-all;
}
main{
	padding: 0px 15px 0 15px!important;
  /* margin: 0!important; */
}
.container{
	margin-bottom: 3rem;
}
table{
	background-color: #fff!important;
}
.custom-control-indicator{
	border: 1px solid #bbb;
}
.table-striped tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.03);
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #ccc!important;
}
@media only screen and (min-width: 640px){
	.table th{
		font-size: 0.85rem!important;
	}
	.table td{
		font-size: 0.85rem!important;
	}
}
form{
	word-break: break-all;
	/* font-size: 0.85rem; */
}
form label{
	word-break: normal;
}
input,select{
	font-size: 0.85rem;
}

.note{
	color: #6c757d!important;
	font-size: 0.8rem;
}
p.text-danger{
	margin-bottom: 0;
}

.btn a{
	display: inline-block;
	cursor: pointer!important;
}
button{
	cursor: pointer;
}

.form-group>div{
	font-size: 0.85rem;
}

@media only screen and (min-width: 992px){
	body #page_wrap #wrap_select_menu select,
	#video-library_control div.form-group input{
			font-size: 0.85rem;
	}
	ul.dropdown-menu {
	  background-color: inherit;
	}
}



/* body #page_wrap #main_contents main{
	margin: 0!important;
} */

body #page_wrap #wrap_header header{
  position: fixed!important;
  top: 0px;
  left: 0px;
	width: 100%;
  height: 45px;
	z-index: 999;
}

/* カレンダー */
.calendarUI{
	background: #fff url(../img/common/ico_calendar.png) no-repeat right 5px center!important;
	background-size: 20px auto!important;
}
/* カレンダーの言語変更ボタン */
.custom-select2 {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 1px)!important;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #ddd url(../img/common/arrow_1.png) no-repeat right 8px center;
    background-size: 10px auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.download_date_btn{
	display: block;
	margin: 10px auto;
}


@media only screen and (min-width: 992px){
	/* PCの時 */
	.calendarInput{
		display: inline;
	}
	.centerBtn_sp{
		margin-left: 10px;
	}
	.download_date_btn{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 991px){
	/* SPの時 */
	.calendarInput{
		display: block;
		text-align: center;
	}
	.centerBtn_sp{
		display: block;
		margin: 15px auto;
	}
	.itemBox.widthS_sp{
		padding: 15px 10px;
	}
}


/*  ヘッダ固定時のページ内リンクのずれ回避
-----------------------------------------------------*/
.linkAdjust {
  margin-top:-55px!important;
  padding-top:55px;
}

/*  master-common
-----------------------------------------------------*/
.master-common .headerInfo{
  padding-top: 45px;
}
@media only screen and (min-width: 992px){
	/* PCの時 */
	#page_wrap.master-common #wrap_header header nav a.navbar-brand img{
		margin-top: -6px!important;
	}
}


/* placeholder
----------------------------------------------*/
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  color: #CCC!important;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #CCC!important;
  opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #CCC!important;
  opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #CCC!important;
}
/* IE Edge */
::-ms-input-placeholder {
  color: #CCC!important;
}

::placeholder{
	color: #CCC!important;
}

/* form
----------------------------------------------*/
.form-control {
    display: unset!important;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 25px .375rem .75rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		text-overflow: ellipsis; /* Edge非対応 */
}

/* 入力エラーのスタイル */
/*input[type=text]:required,
input[type=email]:required,
input[type=email]:invalid,
textarea:required,*/
.inputError {
	color: #630015;
	border-color: #c20c33;
	background-color: #ffd9e1;
}

/* 入力値が正常な時のスタイル
input[type=text]:valid,
input[type=email]:valid,
textarea:valid {
	color: #333;
	border-color: #ccc;
	background: #fff;
}*/

/* フォント
----------------------------------------------*/
/* 等幅フォント ＭＳ ゴシック*/
.monospaceFont{
	/* font-family: "ＭＳ ゴシック", monospace!important; */
	font-family:Consolas, 'Courier New', Courier, Monaco, monospace;
	letter-spacing: 1px;
}

@media only screen and (min-width: 768px){
	.font_large{
		font-size: 1.1rem!important;
	}
}


/* カラー
----------------------------------------------*/
.color-black{	color: #000!important;}
.color-blue{	color: #51A4DC!important;}
.color-orange{	color: #FFBD5C!important;}
.color-red{	color: #C51A4A!important;}
.color-turquoise{	color: #15BCAC!important;}

.color-lightgray{	color: #ccc!important;}

/* error */
.invalid-feedback{
	color: #d9534f !important;
}


/* 権限なし */
.authorityNone,
.authorityNone i{
	color: #ccc!important;
	text-decoration: line-through;
}


/* 幅
----------------------------------------------*/
.wAuto{
	width: auto!important;
}
.wPort{
	width: 7.0em!important;
}
.wIPaddress{
	width: 15em!important;
}

.w_date{
	width: 11em;
}
.w_dateS{
	width: 9.7em;
}
.dateItem{
	white-space: nowrap!important;
}
.w_max{
	max-width: 200px;
}
.w_100px{
	width: 100px!important;
}
.w_110px{
	width: 110px!important;
}
.w_10per{
	width: 10%;
}

/* 文字省略 */
.ellip_SS{
	max-width: 6em!important;
	text-overflow: ellipsis!important;
	overflow: hidden!important;
	white-space: nowrap!important;
}
.ellip_S{
	max-width: 9em!important;
	text-overflow: ellipsis!important;
	overflow: hidden!important;
	white-space: nowrap!important;
}
.ellip_M{
	max-width: 15em!important;
	text-overflow: ellipsis!important;
	overflow: hidden!important;
	white-space: nowrap!important;
	padding-right: 25px;
	position: relative;
}
.ellip{
	text-overflow: ellipsis!important;
	overflow: hidden!important;
	white-space: nowrap!important;
}
.memoLayout{
	position: absolute;
	top: 50%;
	transform: translateY(-11px);
	right: 6px;
}
.memoLayout:hover{
	color: #f0ad4e;
}
/* .ellipAdjust{
	margin-left: -18px;
} */

table.thWrap th,
table.thWrap thead th{
	white-space: inherit!important;
}
.wrap{
	white-space: inherit!important;
}

/*文字数*/
.w_sizeM{
	width: 19em!important;
}
/*SP*/
@media only screen and (max-width: 991px){
	.w_sizeM{
		width: 100%!important;
	}
	.w_date {
    width: 10em;
	}
}

/* 操作ボタン */
.opeIcon{
	font-size: 18px;
}
/* マウスカーソル */
.cursor1{
	cursor: default;
}


/*リスト
----------------------------------------------*/
.listNone,
.listNone li{
	list-style: none!important;
	padding-left: 0;
}

/*tab
----------------------------------------------*/
ul.nav-tabs li {
    margin: 0 0px!important;
}

/* テーブル
----------------------------------------------*/
/*  */
.table-hover>tbody>tr:hover {
  background-color: rgba(0,0,0,0.075);
}
.table-hover>tbody>tr:hover .table>tbody>tr {
	background-color: #ededed;
}

/* th */
table.thBg th{
	background-color: #ddd;
	vertical-align: middle;
	border-color: #bbb!important;
}
.border_btm1{
	border-bottom-width: 1px!important;
}
thead{
	border-bottom: 2px solid #bbb;
}
table th{
	padding: 8px 6px;
}
/* td */
table td{
	padding: 8px 6px;
}
table td.paddingS{
	padding: 2px 4px!important;
}
table.thBg th{
	line-height: 1.2!important;
}

/* リンク */
table.linkStyle a,
a.linkStyle{
/*	text-decoration: underline!important;*/
	text-decoration: none!important;;
	color: #014c8c!important;
}
table.linkStyle a:hover,
a.linkStyle:hover{
	transition: all 0.3s ease-out!important;
	color: #999!important;
}



/* No.の幅 */
table .number{
	width: 4em;
	white-space: nowrap!important;
}

/* row２行 */
table.row2 th{
	padding: 5px 8px!important;
}


/* @media only screen and (min-width: 768px){
	 右寄せ時の右余白
	table.table .text-right{
	  padding-right: 1.5rem!important;
	}
	table.tdRight td{
	  padding-right: 1.5rem!important;
	}
} */

@media only screen and (max-width: 768px){
	.container{
		padding-right: 0;
		padding-left: 0;
	}
	.paddingAdjust{
		padding-right: 15px;
		padding-left: 15px;
	}
	table {
		font-size: 0.8rem;
	}
	table td {
    padding: 4px 5px;
	}
}

/*  rowspanした行の背景ストライプ   */
.borderBtm1{
	border-bottom: 1px solid #636c72!important;
}
/*.table-striped2 */
.table-striped2 tbody:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-striped2 tbody{
	border: 1px solid #636c72!important;
}

/* nest table */
.innerTableWrap{
  padding: 0;
}
.innerTableWrap>table{
  width: 100%;
  border: 0;
}
.innerTableWrap>table th{
  border-left: 0!important;
  background-color: #eee;
}
.innerTableWrap>table td{
  border-right: 0!important;
}
.innerTableWrap>table tr:first-child th,
.innerTableWrap>table tr:first-child td{
  border-top: 0!important;
}
.innerTableWrap>table tr:last-child th,
.innerTableWrap>table tr:last-child td{
  border-bottom: 0!important;
}

/* ボタン
----------------------------------------------*/
.btn{
	font-size: 0.9rem;
	line-height: 1.35;
	padding: 5px 12px;
}
.btn-sm{
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.btn-ss{
  padding: 3px 5px 2px!important;
  font-size: 12px!important;
	cursor: pointer;
}
table.linkStyle a.btn-ss{
	color: #fff!important;
}

.btn-primary a,
a.btn-primary,
.btn-dark a,
a.btn-dark,
.btn-dark{
	color: #fff!important;
}
.btn-dark{
	background-color: #777;
	border-color: #777;
}
.btn-dark:hover {
  background-color: #333;
  border-color: #333;
}
.custom-control.adjust{
	padding-left: 16px!important;
	margin-top: 2px;
	margin-bottom: 0!important;
}
.custom-control.adjust2{
	margin-right: 0px!important;
	margin-top: 10px;
	float: left;
	width: 24px;
}
.adjust3{
	float:left;
	margin-top: 13px;
	width: calc(100% - 24px);
}

/* グレーボタン */
.btnB{
  border-radius: 0.25rem;
  background-color: #ccc;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.btnB:hover{
  background-color: #333;
	color: #fff!important;
}





/* accordion
----------------------------------------------*/
.accordionHead{
    position: relative;
    display: inline-block;
    padding: 0 0 0 0;
    vertical-align: middle;
    text-decoration: none;
}
.accordionHead:before,
.accordionHead:after{
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.accordionHead:before{
    right: 5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
		border-bottom: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* aria-expanded="true"はコンテンツが開いている状態のとき */
.accordionHead[aria-expanded="true"]:after{
	right: 5px;
	width: 10px;
	height: 10px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordionHead[aria-expanded="true"]:before{
	display: none;
}


/* border
----------------------------------------------*/
.border_top{
	border-top:1px solid #eee;
}



/* bgA
----------------------------------------------*/
.bgA{
	background: #f0f0f0;
	padding-left: 15px;
	padding-right: 15px;
}
.bgGray{
	background: #F7F7F9;
}

/* ヘッダー
----------------------------------------------*/
.headerInfo {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .headerInfo {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .headerInfo {
    /*width: 720px;*/
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .headerInfo {
    /*width: 960px;*/
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .headerInfo {
    width: 1140px;
    max-width: 100%;
  }
}

/* logo */
#page_wrap #wrap_header header nav a.navbar-brand img {
    height: 19px!important;
		width: inherit!important;
		margin-right: 6px!important;
		margin-top: 6px!important;
}

/* ログイン */
.ico_login:before{
	content:" ";
	background: url(img/common/ico_login.png) no-repeat;
	display:inline-block;
	width: 18px;
	height: 18px;
	background-size:contain;
	margin-right: 0px;
	vertical-align: middle;
}
.ico_logout:before{
	content:" ";
	background: url(img/common/ico_logout.png) no-repeat;
	display:inline-block;
	width: 18px;
	height: 18px;
	background-size:contain;
	margin-right: 0px;
	vertical-align: middle;
}

/* on */
.loginBtn:hover .ico_login:before{
	content:" ";
	background: url(img/common/ico_login_on.png) no-repeat;
	width: 18px;
	height: 18px;
	background-size:contain;
	margin-right: 0px;
	vertical-align: middle;
}
.logoutBtn:hover .ico_logout:before{
	content:" ";
	background: url(img/common/ico_logout_on.png) no-repeat;
	width: 18px;
	height: 18px;
	background-size:contain;
	margin-right: 0px;
	vertical-align: middle;
}

@media only screen and (min-width: 992px){
	body #page_wrap #wrap_header header nav ul.navbar-nav li#logout,
	body #page_wrap #wrap_header header nav ul.navbar-nav li#login{
    position: absolute;
    right: 15px;
	}
	ul.dropdown-menu a.dropdown-item {
    padding: 3px 6px;
}
}


@media only screen and (max-width: 992px){
	body #page_wrap #wrap_header header nav ul.navbar-nav>li>ul>li{
		border-bottom:none!important;
	}
}

@media only screen and (min-width: 992px){
	ul.dropdown-menu {
		border: none!important;
	}
}

.navbar-nav{
	list-style: none!important;
	background-image:none!important;
	padding-left:0!important;
}

@media only screen and (max-width: 992px){
	i.fas, i.far, i.fab, i.fab{
    width: 16px;
	}
}

/* add */
@media only screen and (max-width: 992px){
	body #page_wrap #wrap_header header nav div#logout,
	body #page_wrap #wrap_header header nav div#login{
    background-color: inherit;
		position: absolute;
    right: 58px;
		top: 0;
		display: block!important;
		border: none;
	}
}

/* ナビ調整 */
header .nav-link.dropdown-toggle{
	white-space: nowrap;
	padding: 8px 7px 5px 10px!important;
	/* padding: 8px 0 5px 1em!important; */
}
header .nav-item:nth-child(1),
header .nav-item:nth-child(2){
	background-color: #E3E8ED!important;
}
header .nav-item:nth-child(3){
	background-color: #F1EBE3!important;
}
header .nav-item:nth-child(4),
header .nav-item:nth-child(5),
header .nav-item:nth-child(6){
	background-color: #F0E6E6!important;
}
header #logout.nav-item{
	background-color: inherit!important;
}
@media only screen and (min-width: 992px){
	body #page_wrap #wrap_header header nav ul.navbar-nav li {
	    margin: 0 0px;
	}
}
@media only screen and (min-width: 992px){
	#nav_home.active {	border-top: solid 3px #6C9BD2!important;}
	#nav_browse.active {border-top: solid 3px #6C9BD2!important;}
	#nav_device.active {border-top: solid 3px #F9C270!important;}
	#nav_device_manage.active {border-top: solid 3px #EF858C!important;}
	#nav_video.active {	border-top: solid 3px #EF858C!important;}
	#nav_system.active {border-top: solid 3px #EF858C!important;}
}



#page_wrap #wrap_header #domain_info{
	display: inline-block;
	padding: 7px 15px 0 10px!important;
}
#nav-lang{
	display: inline-block;
}

/* switchLang */
#bread_nav{
	display: inline;;
}
.switchLang{
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
}
.switchLang li{
	display: inline;
	list-style: none;
	font-size: 14px;
}
.switchLang li.active{
	border-bottom: 2px solid #666;
}
.switchLang li a{
	display: inline-block;
	padding:  6px 6px 2px 8px;
	text-decoration: none;
}

#nav-lang{
	margin-right: 2px;
}
#nav-lang a{
	font-size: 13px;
	line-height: 1.0;
	padding: 0px 5px;
}
#nav-lang .dropdown-menu li{
	margin-bottom: 4px;
}
#nav-lang .dropdown-menu li a{
	color: #014c8c;
	text-decoration: underline;
	background-color: #F0F0F0;
  padding: 0px 5px;
}

#page_wrap #wrap_header #bread_nav {
  display: inline-block;
}

body #page_wrap #wrap_header header nav {
    background: #f0f0f0;
		border-bottom: solid 1px #ccc;
		padding-bottom: 1px!important;
}
body #page_wrap #wrap_header header{
	border-bottom: none;
}


/* footer
----------------------------------------------*/
/* ページトップ */
.btnPageBtn {
	position: fixed;
	bottom: 17px;
	right: 10px;
	font-size: 77%;
	/* background: url(../img/common/img_pagetop.png) no-repeat; */
}
@media only screen and (max-width: 991px){
	/* ページトップ */
	.btnPageBtn {
		bottom: 10px;
	}
}



/* ユーザー一覧　権限　authority List
----------------------------------------------*/


@media only screen and (min-width: 992px){
	/* PCの時 */
	.authorityListWrap{
		padding: 0;
	}

	.authorityList{
		display: inline-block;
		width: 33%;
		vertical-align: top;
		padding-left: 0;
	}
}

	.authorityList li{
		font-size: 0.8rem;
		list-style: none!important;
		padding-right: 8px;
		padding-bottom: 8px;
	}
	.authorityList .fa-check{
		margin-right: 6px;
		color: #999;
	}


.table td {
	white-space: normal;
	vertical-align: middle;
}


/* icon
----------------------------------------------*/
/* 歯車アイコン */
.ico_config{
	padding-left: 25px;
}
.ico_config:before{
	content:" ";
	background: url(../img/common/icon_config.png) no-repeat;
	display:inline-block;
	width: 18px;
	height: 18px;
	background-size:contain;
	margin-right: 5px;
	vertical-align: middle;
}

/* connectアイコン */
.ico_connect:before{
	content:" ";
	background: url(../img/common/icon_connect.png) no-repeat;
	display:inline-block;
	width: 15px;
	height: 12px;
	background-size:contain;
	margin-right: 2px;
	/* vertical-align: text-top; */
}

/* グループ サイトマップ アイコン */
@media screen and (max-width: 991px) {
	.fa-sitemap{
		font-size: 0.9rem!important;
	}
}

/* アイコン ボタン */
.btnIcon{
  background-color: #fff;
  padding: 2px 4px 2px 4px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}
.btnIcon:hover{
  padding: 3px 3px 1px 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* icon余白調整 */
.iconAdjust{
  margin-left: 9px!important;
}
/* SP common */
@media screen and (max-width: 991px) {
  .iconAdjust{
    margin-left: 3px!important;
  }
}


/* common
----------------------------------------------*/
.thCenter th{
	text-align: center!important;
}
.tdCenter td{
	text-align: center!important;
}
.tdCenter td.text-left{
	text-align: left!important;
}
.tdRight td{
	text-align: right!important;
}
.noWrap{
	white-space: nowrap!important;
}
.noWrapTable th,
.noWrapTable td{
	white-space: nowrap;
}
.bold{
	font-weight: bold!important;
}
.normal{
	font-weight: normal!important;
}
.borderNone{
	border: none!important;
}

/* 折り返す */
.wordBreakAll{
	word-break: break-all;
}

.form-group>.col-sm-3{
	font-weight: bold;
}

/* form幅 */
.formWidthS{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.formWidthM{
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}


/* pagination
----------------------------------------------*/
.paginate .pagination{
  margin-bottom: 2px!important;
}
.page-link,
.page-link:focus,
.page-link:hover{
	color: #333;
}
.page-item.active .page-link {
	color: #333;
	background-color: #ddd;
	border-color: #ddd;
}
#totalnum{
	font-size: 0.8rem;
	margin: 5px 0px 5px 0;
}


/* header_pager 打消し */
#header_pager .pager a {
	height: inherit;
}
#header_pager .pagination.pager li{
	background: none!important;
}


/* footer_pager 打消し */
#footer_pager .pagination{
	flex: 1;
}
#footer_pager .page-link,
#footer_pager .page-item.disabled .page-link{
	border: none;
	background-color: #0a0a0a;
}
#footer_pager .page-item.active .page-link{
	background-color: #f0f0f0;
}
#footer_pager .pagination li:not([class*="active"]) a.page-link:hover,
#footer_pager .pagination li.page-item.disabled:not([class*="active"]) a.page-link:hover{
	background-color: #f0f0f0;
	color: #333;
	transition: all 0.3s ease-out;
}
#footer_pager .page-item:last-child .page-link:hover,
#footer_pager .page-item:first-child .page-link:hover{
	border: none;
	border-bottom-left-radius: 0;
  border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.dropdown-menu,
.dropdown-menu li{
	list-style: none!important;
	min-width: 8rem;
}


/* others
----------------------------------------------*/
/* #contents_archive_img → .contents_archive_img
	#wrap_archive_main →  .wrap_archive_main
 */

.contents_archive_img .wrap_archive_main #archive_img_prev:hover,
.contents_archive_img .wrap_archive_main #archive_img_next:hover{
	/* background-color: #fff!important; */
	cursor: pointer!important;
	color: #fff!important;
}


/* ロール（権限）のチェック
----------------------------------------------*/
.authorityCheckWrap>div{
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 15px!important;
}
.authorityCheckWrap label{
  display: block;
  font-size: 0.8rem;
  padding-top: 5px;
}

@media only screen and (min-width: 992px){
	.authorityCheckWrap .col-md-4 {
	  flex: 0 0 32.333333%;
  	max-width: 32.333333%;
	}
}

/* フォーム調整
----------------------------------------------*/
.form-control.formInline{
  display: inline-block!important;
  width: auto;
}
input[type="button"],
input[type="submit"]{
	cursor: pointer;
}
input[type="text"]{
	/*font-family: Consolas, 'Courier New', Courier, Monaco, monospace;*/
	/*font-family: "ＭＳ ゴシック", monospace!important;
	letter-spacing: 2px;*/
}

/* トグルボタン
----------------------------------------------*/
.togglebtn input {
	display: none;
}
.togglebtn input+label,
.togglebtn input+label::before,
.togglebtn input+label::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.togglebtn input+label {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 24px;
	border-radius: 24px;
	cursor: pointer;
	line-height: 1.0;
}
.togglebtn input+label::before {
	display: block;
	content: attr(data-off-label);
	position: absolute;
	top: 9px;
	right: 15px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
}
.togglebtn input+label::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
}
.togglebtn input:checked+label::before {
	content: attr(data-on-label);
	left: 23px;
	right: auto;
	color: #fff;
}
.togglebtn input:checked+label::after {
	left: 38px;
	background-color: #fff;
}

/* togglebtn color */
.togglebtn input+label {
	background-color: #ccc;
}
.togglebtn input+label::before {
	color: #fff;
}
.togglebtn input:checked+label {
	background-color: #F36D00;
}
.togglebtn input:checked+label::before {
	color: #fff;
}

.togglebtn{
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 24px;
}
.togglebtn input+label{
	margin-left: 5px;
	margin-right: 5px;
}



/* video_library
----------------------------------------------*/
/* pc */
@media only screen and (min-width: 992px){
#table_video_library .library_img{
		width: 240px;
	}
}

/* sp */
@media only screen and (max-width: 992px){
#table_video_library .library_img{
		width: 50%;
		margin-left:2%;
		margin-right: 2%;
		margin-top: 10px;
	}
	#table_video_library .info{
		margin-bottom:10px;
	}

	#date-input1,
	#date-input2{
		font-size: 0.8rem;
	}

	#video-library_control div.form-group #change_layout{
		padding-right: 0!important;
	}
}

#table_video_library .table td{
	border-top: none;
}
#table_video_library .table>tbody>tr{
	border-bottom: 1px solid #636c72;
}
#table_video_library .table>tbody>tr:first-child {
    border-top: 1px solid #636c72;
}

/* top
----------------------------------------------*/
.top .nav-tabs{
	margin-left: 0;
}
.top .nav-tabs .nav-link {
    border: 1px solid transparent;
		 border-top-left-radius: 0;
		 border-top-right-radius: 0;
		 border-bottom-left-radius: 0.25rem;
		 border-bottom-right-radius: 0.25rem;
		background-color: #aaa;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-top:0!important;
}
.top ul.nav-tabs li a.active {
		border: 1px solid #999;
		border-top: 1px solid transparent;
    background-color: #fff!important;
    color: #000 !important;
}

/* canvas
----------------------------------------------*/
.canvasWrap{
	margin-bottom: 50px;
}
.chartTtl{
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 10px;
}

canvas {
  background-color: #fff;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
@media only screen and (max-width: 991px){
	.canvasWrap > div:first-child{
		margin-bottom: 30px;
	}
}


/* デバイスサイズごと
----------------------------------------------*/

/* sp */
@media only screen and (max-width: 767px){
	.spNone{
		display: none!important;
	}
	/* tab */
	.nav-link {
    padding: 5px 5px;
		margin-top: 5px;
	}
	.wsp_100per{
		width: 100%!important;
	}

}

/* pc */
@media only screen and (min-width: 768px){
	.pcNone{
		display: none!important;
	}

	.wpc_60per{
		width: 60%!important;
	}
}


/* order 順番
----------------------------------------------*/
/* SP (xs)  */
@media screen and (max-width: 767px) {

.col-xs-ordinal-1 {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 0;
	-webkit-order: 0;
	order: 0;
}
.col-xs-ordinal-2 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	order: 1;
}
.col-xs-ordinal-3 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	order: 2;
}
.col-xs-ordinal-4 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 3;
	order: 3;
}
.col-xs-ordinal-5 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 4;
	order: 4;
}

}


/* print settings */
/*  PC TB (md)  */
@media print, screen and (min-width: 768px) {
	.col-md-ordinal-1 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 0;
		-webkit-order: 0;
		order: 0;
	}
	.col-md-ordinal-2 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		order: 1;
	}
	.col-md-ordinal-3 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;
	}
	.col-md-ordinal-4 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 3;
		order: 3;
	}
	.col-md-ordinal-5 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 4;
		order: 4;
	}

}
/* /print settings */

/* common
----------------------------------------------*/
.inlineBlock{
	display: inline-block!important;
}
.block{
	display: block!important;
}

/* flex */
.flexBox{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.formBg{
  background-color: #fff;
  padding: 20px 0 0px 0;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.formBg .row{
	border-bottom: 1px solid #efefef;
}
.formBg .row input,
.formBg .row select{
	margin-bottom: 1em;
}

.listBg>.row{
	border-bottom: 1px solid #efefef;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
}
.listBg>.row:first-child{
	border-top: 1px solid #fff;
	background-color: #fff;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}
.listBg>.row:last-child{
	border-top: 1px solid #fff;
	background-color: #fff;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.listBg>.row:last-of-type{
	border-bottom:  none;
}
.form-group {
    margin-bottom: 0;
}

/* 総数 */
.totalL{
	float: left;
	margin-right: 20px;
}
.total{
	font-size: 80%;
}
.total span{
	font-size: 1.1rem;
	font-weight: bold;
	margin-left: 5px;
}
.totalWrap:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media print, screen and (min-width: 991px) {
	.total{
		margin-top: 3px;
	}
}


/* スワイプ タブ
----------------------------------------------*/
.tabContainer {
    overflow-x: auto;
		/* margin-top: 10px; */
		border-bottom: 4px solid #333;
}
.tabContainer .nav-tabs{
    display: table;
    margin-top: 10px;
}
.tabContainer .nav-item{
    display: table-cell;
    text-align: center;
}
.tabContainer .nav-link {
	background-color: #fff;
	vertical-align: middle;
	min-width: 80px;
	border: 1px solid transparent!important;
	border-bottom: 0!important;
	border-left: 0!important;
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.tabContainer .nav-link:first-child {
	border-left: 1px solid transparent!important;
}


/* login
----------------------------------------------*/
.login{
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
}
.loginBox{
  background-color: #fff;
}
#page_wrap #main_contents.login main{
	margin: 0;
}
.fontSS{
	font-size: 0.7rem!important;
}
.fontS{
	font-size: 0.8rem!important;
}
.fontM{
	font-size: 0.85rem!important;
}
.fontL{
	font-size: 1.0rem!important;
}

.lineHeightS{
	line-height: 1.2!important;
}
.iconS{
	width: 22px!important;
}
.iconM{
	width: 27px!important;
}
.mapmarkerPad i.fa-map-marker-alt{
	padding-left: 8px;
	padding-right: 9px;
}
.mapmarkerPad img.iconM{
	margin-right: 5px;
}

/*PC*/
@media only screen and (min-width: 992px){
	.login{
		height: calc(100vh - 180px);
		min-height: 650px;
	}
	.login .container{
		margin-top: 100px;
	}
	#page_wrap #main_contents.login main{
		padding: 15px 15px 80px 15px;
	}
	.loginBox{
		padding: 60px 50px 30px;
	}
}
/*SP*/
@media only screen and (max-width: 991px){
	.login .container{
		margin-top: 20px;
	}
	#page_wrap #main_contents.login main{
		padding: 15px 15px 80px 15px;
	}
	.loginBox{
		padding: 30px 25px 15px;
	}
	#logout{
		font-size: 14px;
	}
}

/* 見出し
----------------------------------------------*/
.titleA{
	font-size: 1.4rem;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.titleB{
	font-size: 1.1rem;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.titleA i,
.titleB i{
	margin-right: 8px;
}
.titleC{
	font-size: 1.0rem!important;
	margin-bottom: 5px;
	letter-spacing: 0;
	line-height: 1.2;
}


/* SP */
@media only screen and (max-width: 991px){
	body #page_wrap #main_contents main{
		margin-top: 15px!important;
	}
	.titleA{
		font-size: 1.2rem!important;
		margin-bottom: 15px;
	}
	.titleB{
		font-size: 1.0rem!important;
		margin-bottom: 7px;
	}
	.titleA i,
	.titleB i{
		margin-right: 6px;
	}
}


/* common all
----------------------------------------------*/
/* 余白 */
.pl5{ padding-left: 5px;}
.pr5{ padding-right: 5px;}

/* common PC
----------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	letter-spacing: 1px;
}
h3{
	font-size: 1.4rem!important;
}
h5{
  font-size: 1.1rem!important;
}

#footer small{
	font-size: 12px;
	letter-spacing: 1px;
}

.itemBox{
	/* background-color: #fff;
	padding: 15px; */
}
/* タイトル　+　右ボタン */
.titleRWrap{
}
.titleRWrap:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.titleL{
	float: left;
}
.titleL.titleB{
	padding-top: 7px;
}
.titleR{
	float: right;
	margin-bottom: 8px;
}

.nolist li{
  list-style: none;
}

/* 打消しスタイル
----------------------------------------------*/
.nav-tabs .nav-link {
  border: none!important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}



/* PC */
@media only screen and (min-width: 992px){
	.intervalWrap i{
		margin-left: 0.5rem !important;
	}
}


/* common SP
----------------------------------------------*/
@media only screen and (max-width: 991px){

	/* font-size */
	body{
		font-size: 0.85rem;
		line-height: 1.6;
		-webkit-text-size-adjust: 100%; /* iPhone safari ランドスケープ時　文字サイズ対応 */
	}
	.btn{
		font-size: 14px;
		padding: 6px 10px;
	}
	.custom-select{
		height: inherit;
		padding: 0.375rem 1.2rem 0.375rem 0.5rem;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	select{
		font-size: 13px;
	}

	h3.mb-5{
		margin-bottom: 15px!important;
	}
	h5{
		font-size: 1.1rem!important;
	}

 /* icon */
 .n_ml6 {
    margin-left: -4px!important;
	}

	/* footer */
	#footer small{
		font-size: 11px;
	}

	.intervalWrap{
		display: block;
		margin-top: 5px;
	}

/* SPの時　縦書き */
.writingV{
	width: 2rem!important;
	}

}

@media only screen and (max-width: 768px){
	/* spGridStyle----*/
	.spGridStyle{
		padding-left: 10px;
		padding-right: 10px;
	}
	.spGridStyle>div{
		border-bottom: 1px solid #ccc;
	}
	.spGridStyle>div:first-child{
		border-top: 1px solid #ccc;
		padding-top: 30px;
	}
	.spGridStyle>div:last-child{
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 774px){
	.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}
}

.dataNone{
	text-align: center;
	border: 1px solid #999;
	border-left: 0;
	border-right: 0;
	padding: 10px;
}

/* device-list
----------------------------------------------*/
.searchBox{
	background-color: #fff;
	display: block;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.searchBox>.searchBoxTitle{
	border-bottom: 1px solid #efefef;
	padding: 10px 0px 7px 0px;
}
.searchBoxInner{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 10px 10px 10px;
}
.searchBox>.searchBoxTitle>p{
	font-size: 0.9rem;
	margin-left: 1rem;
	margin-bottom: 0!important;
}
.searchBoxInner>div.btnArea{
	align-self: flex-end;
}
.searchBoxInner .title {
	font-size: 12px;
	display: block;
	padding-left: 5px;
}

.deviceName{
	line-height: 1.4;
}
.deviceName img{
	width: 28px;
	margin-right: 5px;
}
table td.deviceName.paddingS{
	padding: 4px 4px!important;
}
@media only screen and (max-width: 767px){
	.deviceName{
		min-width: 200px;
	}
	.deviceName img{
		width: 22px;
		margin-right: 3px;
	}
}

/* Password
----------------------------------------------*/
.passWrap {
  position: relative;
}
.passWrap .field-icon{
  position: absolute;
  top: 8px;
  right: 12px;
}


/* sort
----------------------------------------------*/
table.tablesorter {
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr .header {
	background-image: url(../img/common/sort_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	padding-right: 20px!important;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/common/sort_asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/common/sort_desc.png);
}
table.tablesorter thead tr .bgNone{
	background-image: none;
	padding-right: 8px!important;
}


/* device-details
----------------------------------------------*/
.headThTable>tbody>tr>th{
  padding-left: 0.6rem;
}
.headTh{
  background-color: #aaa!important;
  padding: 6px 8px!important;
}
.itemBox{
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 20px!important;
  border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}


.switchBtn .btn-warning{
  box-shadow: 0 2px 0 #d37800;
  padding-bottom: 0.1rem!important;
}
.switchBtn .btn-stop{
  color: #fff;
  background-color: #555;
  border-color: #555;
  box-shadow: 0 2px 0 #333;
  padding-bottom: 0.1rem!important;
}
.switchBtn .btn-warning:hover,
.switchBtn .btn-muted:hover,
.switchBtn .btn-stop:hover{
  opacity: 0.7;
}
.switchBtn .btn.disabled,
.switchBtn .btn:disabled {
    cursor: not-allowed;
    opacity: 1;
    box-shadow: none;
}
ul.nav-tabs li a.active {
    overflow: inherit;
}
ul.tabBlock{
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.tabBlock li{
  white-space: nowrap;
  overflow: inherit;
}
ul.tabBlock li a.nav-link{
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 0.5em;
}

/* PC */
.trafficTableWidth .tablewidth th,
.trafficTableWidth .tablewidth td{
  width: 12%;
}
/* SP */
@media only screen and (max-width: 767px){
	.trafficTableWidth .tablewidth th,
	.trafficTableWidth .tablewidth td{
	  min-width: 100px;
	}
}


/* responsiveTable
----------------------------------------------*/
/*--- レスポンシブテーブル ---*/
.responsiveTable>tbody>tr>th,
.responsiveTable>tbody>tr>td{
	padding: 0 10px 8px 0;
}

@media only screen and (max-width: 767px){
	.responsiveTable>tbody>tr>th,
	.responsiveTable>tbody>tr>td{
		display: block;
		border-top: none;
	}
	.responsiveTable>tbody>tr>th,
	.responsiveTable>tbody>tr>td{
		padding: 1px;
	}
	.responsiveTable{
		margin-top: 10px;
    margin-left: 1em;
	}
}


/* PC横　SP縦 */
/* SP */
@media only screen and (max-width: 767px) {
  .responsiveA {
    width: 100%;
		font-size: 0.8rem;
		border: none;
  }
  .responsiveA tr {
    display: block;
    float: left;
  }
  .responsiveA tr td,
  .responsiveA tr th {
    border-left: none;
    display: block;
    height: 70px;
		white-space: normal!important;
  }
	.responsiveA tr,
	.responsiveA tr th{
		border: none!important;
	}
  .responsiveA thead {
    display: block;
    float: left;
    width: 30%;
  }
  .responsiveA thead tr {
    width: 100%;
  }
  .responsiveA tbody {
    display: block;
    float: left;
    width: 70%;
  }
	.responsiveA tbody tr td {
		text-align: left!important;
  }
  .responsiveA tr td + td {
    border-left: none;
  }
  .responsiveA tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}


/*--- レスポンシブテーブルB ---*/
.responsiveB thead{
	border-bottom: 0!important;
}
.responsiveB th,
.responsiveB td{
	font-size: 0.75rem;
	border: 1px solid #ccc!important;
}

/* SP */
@media screen and (max-width: 991px) {
	.responsiveB {
		border: 0;
		border-top: 1px solid #ccc;
		width:100%
	}
	.responsiveB th{
		background-color: #eee;
		display: block;
		border-right: none;
	}
	.responsiveB thead {
		display: none;
		/* border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px; */
	}
	.responsiveB tr {
		display: block;
		margin-bottom: 8px;
	}
	.responsiveB td {
		display: block;
		text-align: right;
		position: relative;
		padding: 8px 5px 8px 8em;
		border-top: 0!important;
	}
	.responsiveB tbody th{
		border-top: 1px solid #ccc!important;
	}
	.responsiveB td::before {
		font-size: 0.70rem;
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 0px;
		background-color: #eee;
		width: 8em;
		padding: 8px;
		margin: -8px -5px -8px 0;
		height: 100%;
	}
	.responsiveB td:last-child {
		border-bottom: 0;
	}
}



/* 単位そろえる
----------------------------------------------*/
.unitArrange td{
	white-space: nowrap;
}
.unitArrange td>span:first-child{
	display: inline-block;
	width: 4em;
	margin-right: 8px;
	text-align: right;
}
.unitArrange td>span:last-child{
	display: inline-block;
	width: 2em;
	text-align: left;
}

/* dashboard
----------------------------------------------*/
.info-box {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background: #6C9BD2;
    min-height: 70px;
    padding: .5rem;
    position: relative;
    margin-bottom: 15px;
}
.info-box .info-box-icon {
    border-radius: .25rem;
    display: block;
    font-size: 2.0rem;
    text-align: center;
    width: 100%;
    color: #fff;
    /* background-color: #fff; */
}
.info-box .info-box-content {
    -ms-flex: 1;
    flex: 1;
    padding: 0px 10px 3px;
}
.info-box .info-box-text, .info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}
.info-box .info-box-number {
    display: block;
}
.info-box:hover{
  opacity:0.7;
}

.incident-box{
  /* width: 165px; */
  height: 70px;
  font-size: 30px;
  background-color: #ccc;
  border-radius: .25rem;
  padding: 5px 25px;
  margin-bottom: 10px;
  font-weight: bold;
  /* font-family: 'arial black' , 'Century Gothic'; */
  color: #595959;

  display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.incident-box{
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.incident-box>span{
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .incident-boxWrap{
    display: -ms-flexbox;
  	display: -ms-flex;
  	display: -webkit-flex;
  	display: flex;
  }
  .incident-box{
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px;
    padding: 5px 10px;
  }
  .incident-box:last-child{
    margin-right: 0;
  }
  .incident-box>span{
    font-size: 12px;
  }
}


/* remote-access
----------------------------------------------*/
.flowList>div{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.flowList>div>span{
  font-size: 30px;
  font-weight: bold;
  font-family: 'arial black' , 'Century Gothic';
  color: #595959;
  margin-right: 10px;
  padding: 0;
  -ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  margin-top: -14px;
}
.flowList>div>div>h5{
  font-weight: bold;
  margin: 0;
}
.flowList>div>div>p{
  margin: 0;
  padding-top: 10px;
  font-size: 0.9rem;
}
/* ▼ */
.flowList>div:not(:last-child)::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #f0ad4e transparent transparent transparent;
    vertical-align:  middle;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin:  auto;
}
.flowList {
  list-style:  none;
}
.flowList>div{
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  font-size: 20px;
}
.flowList>div:not(:last-child) {
  margin-bottom:  40px;
}
.flowList>div>div{
	width: 100%;
}

@media only screen and (max-width: 767px){
	.flowList {
	    padding:  0;
	}
}

/* タブ */
.btnNavArea .nav-tabs .nav-link{
  color: #fff;
  border-radius: 0.25rem;
  background-color: #ccc;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.btnNavArea .nav-tabs .nav-link:hover{
  color: #fff!important;
  background-color: #333;
}
/* .btnNavArea .nav-tabs{
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
} */


/* video-config
----------------------------------------------*/
.nameSampleWrap{
  border-top: 1px dotted #ddd;
  padding-top: 10px;
}
.nameSample{
  border: 1px solid #ccc;
  padding: 5px 10px;
  background-color: #efefef;
}

/* camera-list
----------------------------------------------*/
/* .box_image>div>div{
	padding: 0 2px 0 2px!important;
} */
.box_image>div>div>i{
	width: 16px;
	text-align: center;
}
.indentIcon{
	text-indent: -21px;
	margin-left: 21px;
}
.indentIcon>span{
	text-indent: 0;
}
/* .box_image .fa-video:before {
  padding-left: 21px;
} */
.indentIcon .indentAdjust:before {
  padding-left: 21px!important;
}

/* File uploader
----------------------------------------------*/
label.inputFile > input[type="file"]{
  display:none; /* アップロードボタンのスタイルを無効にする */
}
label.inputFile {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
  padding: 5px 12px;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  border-radius: 0.25rem;
  white-space: nowrap;
}
label.inputFile:hover{
  background-color: #ec971f;
  border-color: #eb9316;
  cursor: pointer;
}
.fileUploaderWrap{
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.fileUploaderTxt{
  border: none;
  width: 100%;
}


/* Language switcher
----------------------------------------------*/
#nav-lang .dropdown-menu {
    transform: translate3d(0, 20px, 0) !important;
}
