@charset "UTF-8";
/* CSS Document */

/*
    Datatables compliance
    AB
*/
table {
    margin: 1em 0;
    clear: both;
}

span#basetext a {
  text-decoration: underline;
}

/*Bootstrap TableSorter for jQuery readdition*/
table .header {
    cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
  background-color: #f7f7f9;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/*
    Datatables compliance end
*/

.navbar-fixed-top {
  position: static;
}

.navbar .nav > li > a {
    color: #AB4C18;
	font-size: 13px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, a.dropdown-submenu:hover > a
{
	background-color: #893406;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C56530), to(#893406));
    background-image: -webkit-linear-gradient(top, #C56530, #893406);
    background-image:    -moz-linear-gradient(top, #C56530, #893406);
    background-image:      -o-linear-gradient(top, #C56530, #893406);
    background-image: linear-gradient(to bottom, #C56530, #893406);	background-repeat: repeat-x;
    color: #FFFFFF;
	text-decoration: none;
}



.btn-primary {
    background-color: #893406;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C56530), to(#893406));
    background-image: -webkit-linear-gradient(top, #C56530, #893406);
    background-image:    -moz-linear-gradient(top, #C56530, #893406);
    background-image:      -o-linear-gradient(top, #C56530, #893406);
    background-image: linear-gradient(to bottom, #C56530, #893406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover {
    background-color: #893406;
    color: #FFFFFF;
}

.hero-unit {
    background-color: #f6f6dc;
    border: 1px solid #D1C29B;
    border-radius: 6px 6px 6px 6px;
    color: inherit;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 60px;
}

a {
    color: #AB4C18;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #AB4C18;
	text-decoration: underline;
	cursor: pointer;
	/*text-align: center;*/
}

div.dialog {
    display: none;
}

div.navbar-inner{
	background-image: linear-gradient(to bottom, #FFFFFF, #E0DCDA);
}

.bwizard-steps .active {
    background: none repeat scroll 0 0 #AB4C18;
    color: #FFFFFF;
}

.bwizard-steps .active:after {
    border-left-color: #AB4C18;
}

.bwizard-steps.clickable li:hover:not(.active) a {
    color: #AB4C18;
}

span.pageheader {
  font-size: 20px;
}

div.headerdiv {
  margin-top:20px;
}

.carousel-caption {
	position:relative;
}
.breadcrumb > .active	{
	color: #333333;
	font-weight: bold;
	}
table .smalltext {
	font-size: 12px;
	line-height: 16px;
}

.smalltext {
	font-size: 12px;
	line-height: 16px;
}

.popover{
  width:400px;   
}

.columnDivider {
     border-left:1px solid #ddd; 
     border-right:1px solid #ddd; 
     height:80px;
  
}

.optimizeBox {
	width:85px; 
	/*height: 30px; 
	 margin-left:55px; 
	padding-top:7px;
	padding-bottom:3px; */
	padding: 5px;
	border: 1px solid #ddd;
	text-align:center;

}
.optimizeBoxHighlighted {
	width:85px; 
	/*height: 30px; 
	margin-left:55px; 
	padding-top:7px;
	padding-bottom:3px; */
	padding: 5px;
	border: 1px solid #ddd;
	background-color:#fffdb6; 
	text-align:center;
}

  .accordion-heading {
	  background-color:#eeeceb;
  }