/*
	Plugin	: Bootstrap List Group
	Author	: Michael Janea (www.michaeljanea.com)
	Version	: 1.5.1
*/
#bootstrapListGroup {}
	#bootstrapListGroup_Container {height:350px; overflow:auto; margin-bottom:1em;}
	#bootstrapListGroup table {width:100%; border-collapse:collapse;}
	#bootstrapListGroup th, #bootstrapListGroup td {padding:.5em;}
	#bootstrapListGroup th {font-weight:bold;}
	#bootstrapListGroup td {vertical-align:top;}
	#bootstrapListGroup input[type=text], #bootstrapListGroup textarea, #bootstrapListGroup select {padding:.3em; border:1px solid #ddd; -webkit-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.075); box-shadow:inset 0 2px 2px rgba(0,0,0,0.075); background:rgba(0, 0, 0, .01); outline:none;}
	#bootstrapListGroup input[type=text]:focus, #bootstrapListGroup textarea:focus, #bootstrapListGroup select:focus {border:1px solid #139ff7;}
	#bootstrapListGroup .bootstrapListGroup_title {width:150px;}
	#bootstrapListGroup .bootstrapListGroup_badge {width:25px;}
	#bootstrapListGroup .bootstrapListGroup_content {width:200px; height:100px; resize:none; white-space:pre-wrap;}
	#bootstrapListGroup .bootstrapListGroup_remove, #bootstrapListGroup .bootstrapListGroup_addNew, #bootstrapListGroup .bootstrapListGroup_up, #bootstrapListGroup .bootstrapListGroup_down, #bootstrapListGroup .bootstrapListGroup_move {font-weight:bold; -webkit-border-radius:3px; border-radius:3px; cursor:pointer;}
	#bootstrapListGroup .bootstrapListGroup_remove {background:#A94442; padding:.3em .5em; color:#fff;}
	#bootstrapListGroup .bootstrapListGroup_remove:hover {text-decoration:none;}
	#bootstrapListGroup .bootstrapListGroup_addNew, #bootstrapListGroup .bootstrapListGroup_up, #bootstrapListGroup .bootstrapListGroup_down, #bootstrapListGroup .bootstrapListGroup_move {float:right; padding:.5em; background:#f3f3f3; border:1px solid #ddd;}
	#bootstrapListGroup .bootstrapListGroup_addNew:hover {text-decoration:underline;}
	#bootstrapListGroup .bootstrapListGroup_up, #bootstrapListGroup .bootstrapListGroup_down {float:none; padding:.13em .4em;}
	#bootstrapListGroup .bootstrapListGroup_move {background:url('../icons/move.png') center center no-repeat #f3f3f3; width:11px; height:9px; cursor:move;}