.highlight 
{
	text-align: center;
}

.highlight i.fa
{
	font-size: 70px;
	display: block;
	margin: 20px;
}

.highlight h4
{
	margin-bottom: 20px;
}

.main-footer
{
	
}

.wrapper section.content-header
{	
	background-color: #ecf0f5;
	padding-bottom: 15px;	
}

.wrapper div.content-wrapper
{
	background-color: #f5f5f5;	
}

.user-header label
{
	color: white;
	font-size: large;	
}

.user-header input
{
	width: 85%;
	border-radius: 5px;
}

ul.buttonmenu, ul.diagramtypes
{
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

.buttonmenu li
{
	display: block;	
	margin-left: 0px;
	padding-left: 0px;
}

.buttonmenu li a
{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
}

.info-box
{
	max-height: 90px;
	overflow: hidden;
}

img.linkbutton
{
	width: 20px;
	height: 20px;
}

.info-box a
{
	color: inherit;
}

.info-box a .info-box-icon
{
	color: white;
}

.unset
{
	display: none;
}

.table i
{
	margin-right: 1em;
}

.hidebydefault
{
	display: none;
}

#propmenu
{
	position: absolute; 
	font-size: small; 
	background-color: #000000; 
	border-radius: 2px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	padding-right: 10px; 
	text-align: left;
}

#propmenu .btn
{
	margin-top: 5px;
	width: 100%;
}

.profilelist
{
	padding: 0px;
}

.profilelist li
{
	display: inline;
	margin-right: 20px;
}

.subtable
{
	width: 100%;
}

.subtable tr td
{
	padding-right: 10px;
}

.popunder 
{
	margin-bottom: 1em;
	padding: 10px;
	background-color: #EEEEEE; 
	border-radius: 5px;
}

.popunder table
{
	margin-bottom: 0px;
}

.popunder .twitter-typeahead
{
	border: 1px solid black;
}

.info-box-text .subtitle
{
	font-size: 12px;
	white-space: normal;
	text-transform: none;
	text-overflow: clip;
	line-height: 14px;
	display: block;
}

.diagramtypes li
{
	display: inline;
}

.treebutton
{
	float:right; 
}

@media (max-width: 767px) {
  .diagramtypes li
   {
	display: block;
  }
  
  .diagramtypes li a
  {
  width: 100%;
  margin-top: 3px;
  }
  
  .treebutton
  {
	float: none;
	display: block;
	width: 100%;
	margin-top: 3px;
  }
  
  .user-menu .dropdown-toggle
  {
	  background: white;
	  display: block;
	  width: 20px;
	  height: 20px;
  }
}

