body
{
	font-family: 'Open Sans', sans-serif;
	background-color: #A0A0A0;
}

.img-responsive {
 display: block;
 height: auto;
 width: 100%;
}

.header
{
	background-color: white;
}

.navbar
{
	background-color: #ffffff;
	border: 0px;
	font-size:12pt;
}

.navbar-brand
{
	margin-bottom: 40px;
}

.navbar-nav
{
	float: right;
}

.navbar-default .navbar-nav > li
{
	margin-left: 20px;
	margin-top: 20px;
}

.navbar-default .navbar-nav > li > a 
{
	color: black;
	border-bottom: 3px solid white;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #F68D31;
	border-bottom: 3px solid #a20d4d;
}

.orange
{
	color: #F68D31;
}

.violet
{
	color: #A20D4D;
}

.content
{
	background-color: white;
}

.footer
{
	background-color: #A0A0A0; 
	color: white;
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.title
{
	color: white;
	background-color: #F68D31;
}

#content
{
	color: black;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

#buttons
{
	text-align: right;
	padding-bottom: 30px;
}

.btn-info
{
	background-color: #F68D31;
	border-color: #F68D31;
}

.btn-info:hover
{
	background-color: #A0A0A0;
	border-color: #A0A0A0;
}

h3
{
	color: #F68D31;
}

.breadcrumb
{
	padding: 0;
	margin: 0;
	background-color: #F68D31;
	color: white;
}

.breadcrumb .active
{
	color: white;
}

.breadcrumb a
{
	color: white;
}

.breadcrumb a:hover
{
	color: black;
	text-decoration: none;
}

.techdetails
{
	font-size: 13pt;
}

.page-header h2 a
{
	color: #F68D31;	
}

.page-header h2 a
{
	text-decoration: none;
}

.item-page .page-header h2{
	display: none;
}

.page-header
{
 margin: 0;	
}

.published
{
	font-size:10pt;
}

.tooltiptext {
    display: none;
    font-size: 10pt;
}

.tooltipCustomClass {
    border: 1px solid #F68D31;
    background-color: white;
}

.tooltiptext h1 {
    color: #F68D31;
    font-size: 16pt;
    border-bottom: 1px solid #F68D31;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    padding-bottom: 5px;
    font-weight: bold;
}

.tooltiptext div {
    line-height: 18px;
}

.btn-warning
{
	background-color: #edd400;
	border-color: #edd400;
} 
