﻿.jumbotron {
  background-color: transparent;
  padding:0px; 
}

a.treelink {
	color:black;
}

a.treelink:hover,
a.treelink:focus {
  text-decoration: none;
  cursor: pointer;
  color:black; 
}

.treeview ul {
	padding:0px 0px 0px 10px;
	list-style-type:none;
}

.treeview ul.treelevel-one > li {
	padding-top: 12px;
	padding-bottom: 6px;    
}

.treeview ul li {
	padding-bottom: 3px;
	padding-top: 3px;
}

.treeview ul li a.collapsed {
	background:url(images/tree-view-icons.png) -60px 5px no-repeat; 
	padding-left:15px;
}

.treeview ul li a:not(.collapsed) {
	background:url(images/tree-view-icons.png) -30px -36px no-repeat; 
	padding-left:15px;
}

.treeview ul ul{
	padding-left:40px;
}

.treeview ul li.treeview-leaf a {
	background:url(images/icon-pdf.png) 0 0 no-repeat; 
	padding-left:25px;
	color:#D81E05;
}

.icon-pdf {
	background:url(images/icon-pdf.png) 0 0 no-repeat; 
	padding-left:25px;
}

.img-responsive .img-center {
  margin: 0 auto;
}

table .borderless{
	border:none;
	border-collapse:collapse;
}

.borderless td {
	border:none !important;
}

.borderless tr {
	border:none !important;    
}

table.search-results tbody tr td {
	padding-bottom:1.25em;
	padding-top:1.25em;
}

table.search-results tbody tr:last-child td {
	padding-top:1.25em;
	padding-bottom:0;
}

a.techSpecLink{
	color:black;
}

a.techSpecLink:hover,
a.techSpecLink:focus {
  text-decoration: none;
  cursor: pointer;
  color:black;
}

table.search-results td div.dropdown{
	display:inline-block;    
}

table.search-results td h4 {
	margin-right:36px;
	display:inline;
	color:#D81E05;
}

.ves-red{
	color:#D81E05;
}

a.ves-red:hover,
a.ves-red:focus {
	color:#D81E05;
}

.mytile {
	color: white;
	display:block;
	margin-bottom: 20px;
	height:8em;
	line-height: 8em;
	border: 1px solid #ddd;    
	border-radius:4px;
	text-align: center;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-ms-transition: 0.1s all;
	transition: 0.1s all;

	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05); 
}

.mytile .mytile-disabled {    
	background-color:none; 
}

.mytile-disabled H4 {
	color:#ddd;
}

.mytile-color1{
	background-color:#D81E05;
}

.mytile-color2{
	background-color:#868789;
}

.mytile-color3{
	background-color:#4B4B4D;
}

.mytile h4 {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;      
}

a.mytile:hover {
	text-decoration: none;
	cursor: pointer;
	color: white;
	-webkit-transform: scale(0.97) rotateY(0deg) rotateX(0deg);
	-moz-transform: scale(0.97) rotateY(0deg) rotateX(0deg);
	-ms-transform: scale(0.97) rotateY(0deg) rotateX(0deg);
	transform: scale(0.97) rotateY(0deg) rotateX(0deg);	
}
a.mytile:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
