ul, ol {
	padding: 0;
	margin: 0 0 10px 25px
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0
}
li {
	line-height: 20px
}
ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none
}
ul.inline, ol.inline {
	margin-left: 0;
	list-style: none
}
ul.inline>li, ol.inline>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px
}




@font-face{
font-family:'Glyphicons Halflings';
src:url('../fonts/glyphicons-halflings-regular.eot');
src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


  
.table-bordered caption+thead tr:first-child th:last-child, .table-bordered caption+tbody tr:first-child td:last-child, .table-bordered colgroup+thead tr:first-child th:last-child, .table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
	background-color: #f5f5f5
}
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0
}
.table td.span1, .table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0
}
.table td.span2, .table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0
}
.table td.span3, .table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0
}
.table td.span4, .table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0
}
.table td.span5, .table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0
}
.table td.span6, .table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0
}
.table td.span7, .table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0
}
.table td.span8, .table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0
}
.table td.span9, .table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0
}
.table td.span10, .table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0
}
.table td.span11, .table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0
}
.table td.span12, .table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0
}
.table tbody tr.success>td {
	background-color: #dff0d8
}
.table tbody tr.error>td {
	background-color: #f2dede
}
.table tbody tr.warning>td {
	background-color: #fcf8e3
}
.table tbody tr.info>td {
	background-color: #d9edf7
}
.table-hover tbody tr.success:hover>td {
	background-color: #d0e9c6
}
.table-hover tbody tr.error:hover>td {
	background-color: #ebcccc
}
.table-hover tbody tr.warning:hover>td {
	background-color: #faf2cc
}
.table-hover tbody tr.info:hover>td {
	background-color: #c4e3f3
}







  
.accordion {
	margin-bottom: 20px
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.accordion-heading {
	border-bottom: 0
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px
}
.accordion-toggle {
	cursor: pointer
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5
}
 
 
  