@charset "utf-8";
/* custom.css */

.admin-users-index input[type='text'],
.admin-users-index textarea,
.admin-users-index .form-control, 
.admin-users-index label
{
	font-size		: 12px;
	font-weight		: normal;
	height			: 30px;
	padding			: 4px;
}

.admin-users-index .ib-search-buttons
{
/*
	float			: right;
*/
}

.admin-users-index .ib-search-buttons .btn
{
	margin-right	: 10px;
}

.admin-users-index table tr td
{
	padding			: 5px;
}

.admin-users-index .ib-row
{
	width			: 100%;
	height			: 40px;
}

.irohasoft
{
	display			: none;
}


/*
.users-courses-index .list-group-item-heading
{
	min-height		: 22px;
}
*/

/*.users-courses-index .list-group-item
*/
.users-courses-index .list-group-item-heading
{
	min-height		: 42px;
	padding-top		: 15px;
}

.users-courses-index .list-group-item-text
{
/*
	visibility		: hidden;
*/
	display			: none;
}

.users-courses-index .text-name
{
	font-size		: 18px;
	font-weight		: bold;
}

.users-courses-index .text-ended
{
	font-size		: 18px;
	font-weight		: bold;
	color			: red;
}

.ib-navi-welcome
{
	display			: none;
}