.blue-txt { color: #13274a;}

h1, h2, h3, .h3 {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #13274A;
    border-bottom: 1px solid #CCC;
    padding-bottom: 2px;
}

#phoca-dl-category-box div.pd-subcategory small {
   display: none;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
	background-color: #d9edf7;
	 color: #13274a;
}

.btn-download {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-download:hover,
.btn-download:focus,
.btn-download.focus,
.btn-download:active,
.btn-download.active,
.open > .dropdown-toggle.btn-download {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-download:active,
.btn-download.active,
.open > .dropdown-toggle.btn-download {
  background-image: none;
}
.btn-download.disabled,
.btn-download[disabled],
fieldset[disabled] .btn-download,
.btn-download.disabled:hover,
.btn-download[disabled]:hover,
fieldset[disabled] .btn-download:hover,
.btn-download.disabled:focus,
.btn-download[disabled]:focus,
fieldset[disabled] .btn-download:focus,
.btn-download.disabled.focus,
.btn-download[disabled].focus,
fieldset[disabled] .btn-download.focus,
.btn-download.disabled:active,
.btn-download[disabled]:active,
fieldset[disabled] .btn-download:active,
.btn-download.disabled.active,
.btn-download[disabled].active,
fieldset[disabled] .btn-download.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-download .badge {
  color: #428bca;
  background-color: #ffffff;
}

.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #142d53;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
.button:hover {
  background: #193868;
  color: #fff;
}
.button:active, .button:focus {
  background: #0f223e;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
}


// Logo Text
// ----------
.logo-text h1 {
color: @gray-darker;
}

// Taglines
.logo-text .site-slogan {
display: block;
font-size: @font-size-base;
margin-top: 0px;
color: @gray-darker;
}

.head-search{
	padding: 0px;
}


.t3-header
{
  padding-top: 10px;
  padding-bottom: 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.bgcolorTopCol
{
  color: #13274a;
}


.bgcolorTopCol a:hover
{
  color: red;
}

.topCol
{
  background-color: #ffffff;

}

.fa-shopping-cart:hover{
	color:red;
}

.t3-sl
{
  padding-bottom: 2px;
  padding-top: 5px;
}

.t3-mainbody {
  padding-top: 10px;
  padding-bottom: 20px;
}
.t3-content
{
  padding-top: 2px;
  padding-bottom: 20px;
}
