body {
	color: #000000;
}


th {
	font-size: small;
    background-color: #eee;
    padding: 10px !important;
    border-top: none !important;
    border-bottom: 1px solid #ddd;
	position:relative;
	vertical-align: middle !important;
}

th.sortable {
	cursor: pointer;
}
td {
	font-size: small;
    padding: 10px !important;
    border-top: none !important;
    border-bottom: 1px solid #ddd; 
	position:relative;
	vertical-align: middle !important;
}

td:not(:last-child):after {
    content: '';
    height: 60%;
    position: absolute;
    right: 0;
    bottom: 10px;
    top: 13px;
    background-color: #ddd;
    width: 1px;
}

th:not(:last-child):after {
    content: '';
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 10px;
    top: 11px;
    background-color: #ddd;
    width: 1px;
}

th:last-child, td:last-child {
    border-right: none !important;
}

th:first-child, td:first-child {
    border-left: none !important;
}


td>a {
    text-decoration: underline !important;
    color: #000000;  
}
/* .table-shadow {
    -webkit-box-shadow: 2px 4px 5px 1px  rgba(0,0,0 0.5);
    box-shadow: 2px 4px 5px 1px  rgba(0,0,0 0.5);
} */

div#gmap {
	float:right;
	width: 500px;
	height: 300px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 10px;
	-webkit-box-shadow: 2px 2px 7px 2px  rgba(214,0,42, 0.5);
	box-shadow: 2px 2px 7px 2px  rgba(214,0,42, 0.5);
}

div.file-icon-pdf {
	background-image: url('images/icon-file-pdf.gif');
	background-repeat: no-repeat;
	margin: 0px;
}
div.file-icon-doc {
	background: url('images/icon-file-doc.gif');
	background-repeat: no-repeat;
	margin: 0px;
}
div.file-icon-xls {
	background: url('images/icon-file-xls.gif');
	background-repeat: no-repeat;
	margin: 0px;
}
div.file-icon-zip {
	background: url('images/icon-file-zip.gif');
	background-repeat: no-repeat;
	margin: 0px;
}
div.file-icon {
	background: url('images/icon-file.gif');
	background-repeat: no-repeat;
	margin: 0px;
}

#FooterSection {
    border: 0 solid lime;
    float: left;
    /* margin-bottom: 50px;
    padding-top: 34px;
    text-align: center; */
    width: 100%;
    background-color: #4c4b4c;
    padding: 14px 16px;
    height: 80px;
}
#FooterMoreInfo {
    font-size: 9px;
}
.FooterNav {
    color: #165788;
    font-size: 11px;
    font-weight: bold;
}
#FooterNavContainer {
    font-weight: bold;
    padding-top: 8px;
}
#FooterCopyright {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding-top: 8px;
}
#FooterBottomLinks {
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    padding-top: 8px;
}
#FooterBottomLinks>a {
    color: #fff;
    font-size: 10px;
    font-weight: bold; 
     display: inline;
    margin-left: 1px;
}

#FooterBottomLinks>a:hover {
    font-size: 10px;
    font-weight: bold;
     display: inline;
    margin-left: 1px;
}
#FooterBottomLinks div  {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
     display: inline;
    margin-left: 1px;
}

a.FooterTextWhite:hover {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    display: inline;
    margin-left: 1px;
}
.SmallComponentLinksAndHeadings {
    color: #165788;
    font-size: 11px;
    font-weight: bold;
}
.SmallTextBlue {
    color: #165788;
    font-size: 11px;
    font-weight: normal;
}
/* .FooterTextGrey {
    color: #585756;
    font-size: 9px;
    font-weight: normal;
} */
/* .FooterTextBlue {
    color: #165788;
    font-size: 9px;
    font-weight: bold;
}
a.FooterTextBlue:hover {
    color: #FF6D22;
    font-size: 9px;
    font-weight: bold;
} */


sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 60%;
 
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
 
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
 
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
 
sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
 
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
p.remark {
	font-style: italic;
	color: #666;
	padding-left: 20px;
	background: transparent url('images/icon-note.gif') no-repeat left center;
}
p.certification {
	font-style: italic;
	color: #666;
	padding-left: 20px;
	background: transparent url('images/icon-certification.gif') no-repeat left center;
}

.nav-tabs{
    margin-bottom: 10px;
}

.nav-tabs>li>a {
    margin-right: 1px !important; 
}



#FooterHeadingRight {
	display:none;
	font-size: 20px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 100;
    margin: 8px 0 0 5px;
    float: right;
    color: #fff;
}
#FooterInlineRight {
	display: inline-block;
    vertical-align: middle;
    float: right;
}
#FooterInlineLeft {
	display: inline-block;
}
#FooterIhsLogoImage {
    background: url(images/spg_white.png) no-repeat;
    height: 60px;
    width: 200px;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #4c4b4c;
    border-color: #4c4b4c;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #fff;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-weight: bolder;
    cursor: pointer;
}

.form-control {
	color: #000000;
	
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #fff;
    cursor: default;
    border: 1px solid #fff;
    font-weight: bolder;
    color: #000;
    border-bottom: 3px solid #D6002A;
}

.panel-default {
    border-color: #eee;
}
a {
    color: #D6002A;
    text-decoration: none;
}

/* .table-shadow {
    -webkit-box-shadow: 2px 4px 5px 1px  rgba(0,0,0 0.5);
    box-shadow: 2px 4px 5px 1px  rgba(0,0,0 0.5);
} */

.btn-primary {
    color: #fff;
    background-color: #D6002A;
    border-color: #D6002A;
}
.btn-primary:hover {
    color: #fff;
    background-color: #df0934;
    border-color: #df0934;
}

#public-search-clear {
	color: #000000;
}
.nav-tabs>li>a:hover {
   cursor: pointer;
}

.nav-tabs>li.active>a:is(:focus,:hover) .nav-tabs>li>a {
    cursor: pointer;
    border-color: #fff !important;
    background-color: #fff;
    border-bottom: 3px solid #D6002A !important;
 }

.logo-w {
    width: 200px;
    margin-left: -15px;
}