/*
デフォルト配色：ダーク
*/

/*
header navi
*/
nav.navbar{
	background: #343a40 !important;
	color: #fff !important;
}
nav.navbar a{
	color: #fff !important;
}
nav.navbar .dropdown-menu a{
	color: #000 !important;
}

/*
sidebar
*/
#sidebar{
	background: #343a40 !important;
	color: #fff !important;
}
#sidebar a{
	color: #fff !important;
}
#sidebar ul li{
	border-top: 1px solid #fff;
}
#sidebar ul li > ul{
	background: #fff !important;
}
#sidebar ul li > ul li{
	border-top: 1px solid #000 !important;
}
#sidebar ul li > ul a{
	color: #000 !important;
}
#sidebar ul.components{
	border-bottom: 1px solid #fff;
}


/*
table
*/
.table{
	
}
.table-striped tbody tr:nth-of-type(2n+1){
	background: rgba(0,0,0,.05) !important;
}
.table tbody tr:hover{
	background: #ffffe0 !important;
}