﻿/* COLORS */
.navbar-portalbar-v2 .governor {display:none;}
/* Body background */
body {
	background:#afafaf;
	background-image:url('mooning.png');
}
form {
	margin:0px;
}
.mainContent h3 {
	font-weight:300;
	line-height:30px;
}
.image-caption {
	font-style:italic;
}
.table caption {
	padding:5px 0px 5px 8px;
	border:1px solid #DDD;
} 
.bodyRow {
	margin-bottom:20px;
}
.bodyRow .container {
	border-radius:0px 0px 5px 5px;
	box-shadow:0px 2px 2px 2px rgba(100,100,100,0.6);
}
footer {
	background-image:url('grey_wash_wall.png')
}
footer .container, footer {
	background-color:transparent !important;
}
footer .enterpriseFooterRow .container {
	border-radius:0px;
}
.agencyFooterRow .container {
	border-radius:6px 6px 0px 0px;
}
footer ul > li > a {
	color:#DDD !important;
}
/* Content link text */
.breadcrumbRow a:link, .breadcrumbRow .ms-WPBody a, .breadcrumbRow .ms-WPBody a:active, .breadcrumbRow .ms-WPBody a:hover,
.bodyRow a:link, .bodyRow .ms-WPBody a, .bodyRow .ms-WPBody a:active, .bodyRow .ms-WPBody a:hover,
footer a:link, footer .ms-WPBody a, footer .ms-WPBody a:active, footer .ms-WPBody a:hover
{
color:#08C;
}
/* Footer link text */
.breadcrumbRow a:visited, .breadcrumbRow .ms-WPBody a:visited,
.bodyRow a:visited, .bodyRow .ms-WPBody a:visited,
footer a:visited, footer .ms-WPBody a:visited 
{
color:#00487F;
}
/* Portalbar background */
.portalBar .navbar-inner{
  background-color: #0099cc;
  background-image: -moz-linear-gradient(top, #0099cc, #006699);
  background-image: -ms-linear-gradient(top, #0099cc, #006699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0099cc), to(#006699));
  background-image: -webkit-linear-gradient(top, #0099cc, #006699);
  background-image: -o-linear-gradient(top, #0099cc, #006699);
  background-image: linear-gradient(top, #0099cc, #006699);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0099cc', endColorstr='#006699', GradientType=0);
}
/* Portalbar link text */
.portalBar .nav > li > a {
color:#fff;	
}
/* Portalbar vertical divider */
.portalBar .divider-vertical {
background-color:#069;
border-right-color:#09c;
}
/* Content areas background */
.headerRow .container {
	background-color:transparent;
}
.bodyRow .container {
background-color:#fff;
}
/* Copyright text */
.copyright {
	margin-top:10px;
	color:#DDD;
}
/* Relative content background */
.relativeContent.well {
background:#f5f5f5;
}
.well .lead {
	margin-bottom:10px;
}
.well hr {
	margin:10px 0px;
	border-bottom:0px solid;
	border-top:1px solid #DDD;
}
/* Header text */
header h1 small {
	display:block;
	text-shadow:1px 1px 2px #000;
	color:#DDD;
}
header h1 a, header h1 a:link, header h1 a:visited {
	color:#FFF;
}
header h1 a {
	/*background-image:url('CityofTwinLakes2.png');
	padding:20px 0px 10px 250px;*/
	background-repeat:no-repeat;
	background-size:contain;
	padding:20px 0px 30px 130px;
	text-shadow:1px 1px 2px #000;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url('LEITCHFIELD_LOGO_SMALL.png');
}
/* Header background */
.headerRow {
	background-color:rgba(255, 255, 255, 0.85);
}
header {
	background: transparent;
	filter: none;
	height:auto;
}
.headerRow {
position:relative;
background: rgb(47,69,114); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
background: -moz-linear-gradient(left,  rgba(47,69,114,1) 0%, rgba(20,25,55,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(47,69,114,1)), color-stop(100%,rgba(20,25,55,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(47,69,114,1) 0%,rgba(20,25,55,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(47,69,114,1) 0%,rgba(20,25,55,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(47,69,114,1) 0%,rgba(20,25,55,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(47,69,114,1) 0%,rgba(20,25,55,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4572', endColorstr='#141937',GradientType=1 ); /* IE6-8 */
}
.headerRow:after {
	content: '';
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	opacity:0.1;
	background-image:url('TransparentLogo.png');
}
/* Nav bar background */
.mainNavRow {
	background: rgb(47,69,114); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
	background: -moz-linear-gradient(top,  rgba(47,69,114,1) 0%, rgba(20,25,55,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,69,114,1)), color-stop(100%,rgba(20,25,55,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(47,69,114,1) 0%,rgba(20,25,55,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(47,69,114,1) 0%,rgba(20,25,55,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(47,69,114,1) 0%,rgba(20,25,55,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(47,69,114,1) 0%,rgba(20,25,55,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4572', endColorstr='#141937',GradientType=0 ); /* IE6-8 */
	border-top:2px solid #DAC2A0;
	border-bottom:2px solid #DAC2A0;
}
.mainNavRow .navbar-inner, .leftNavContent .well {
	background-color: transparent;
	background-image: none;
	filter: none;
	box-shadow:none;
}
.breadcrumb li:first-of-type a span {
	font-family:fontawesome;
	margin-right:4px;
}
/* Nav bar top level link */  
.mainNavRow .nav > li > a, .leftNavContent .nav-list > li > a {
	color:#F5F5F5;
	text-shadow:none;	
}
/* Nav bar top level link hover */
.mainNavRow .nav li.dropdown.active > .dropdown-toggle:hover, .mainNavRow .nav > li > a:focus, .mainNavRow .nav > li > a:hover, .mainNavRow .nav li.dropdown.open > .dropdown-toggle, .mainNavRow .nav li.dropdown.open > .dropdown-toggle:hover, .leftNavContent .nav > li > a:hover,
/* Nav bar top level active link */
.mainNavRow .nav li.dropdown.open > .dropdown-toggle, .mainNavRow .nav li.dropdown.active > .dropdown-toggle, .mainNavRow .nav li.dropdown.open.active > .dropdown-toggle, .leftNavContent .nav-list > .active > a, .nav-list > .active > a:hover {
	background-color:rgb(20,25,55);
	color:#FFF;
}

/* Nav bar top level arrow color */
.mainNavRow .nav .dropdown-toggle .caret, .leftNavContent .nav .dropdown-toggle .caret, .mainNavRow .nav li.dropdown.open > .dropdown-toggle .caret, .mainNavRow .nav li.dropdown.active > .dropdown-toggle .caret, .mainNavRow .nav li.dropdown.open.active > .dropdown-toggle .caret, .leftNavContent .nav li.dropdown.open .caret, .leftNavContent .nav li.dropdown.open.active .caret, .leftNavContent .nav li.dropdown.open a:hover .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}
/* Nav bar dropdown background */
.dropdown-menu {
	background-color:#fff;
}
/* Nav bar dropdown background arrow*/
.mainNavRow .nav > li > .dropdown-menu::after {
	border-bottom-color:#fff;
}
/* Nav bar dropdown link */
.mainNavRow .dropdown-menu a, .leftNavContent .dropdown-menu a {
	color:#666;
}
/* Nav bar dropdown link hover */
.mainNavRow .dropdown-menu .active > a:hover, .mainNavRow .dropdown-menu li > a:hover, .mainNavRow .dropdown-menu li > a:focus, .mainNavRow .dropdown-submenu:hover > a, 
.leftNavContent .dropdown-menu .active > a:hover, .leftNavContent .dropdown-menu li > a:hover, .leftNavContent .dropdown-menu li > a:focus, .leftNavContent .dropdown-submenu:hover > a {
  	color: #fff;
 	background-color: #333333;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}
/* Nav bar dropdown link active */
.mainNavRow .dropdown-menu .active > a, .leftNavContent .dropdown-menu .active > a {
}
/* Table caption */
table caption {
	background-color:#efefef;
	background-image:-moz-linear-gradient(top, #ffffff, #efefef);
	background-image:-ms-linear-gradient(top, #ffffff, #efefef);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
	background-image:-webkit-linear-gradient(top, #ffffff, #efefef);
	background-image:-o-linear-gradient(top, #ffffff, #efefef);
	background-image:linear-gradient(top, #ffffff, #efefef);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
	border-color:#dfdfdf;
}
/* Agency footer border */
.enterpriseFooter {
	border-color:#AAA;
}

/* END COLORS */

/* UNBRIDLED SPIRIT */

.unbridledRow a {
/*background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-4c.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-reverse.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-blue.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-black.png");*/
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-white.png");
}


/* Icons for older versions of IE7/8 */

.ie7 .unbridledRow a, .ie8 .unbridledRow a {
/*background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-4C_sm.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-reverse.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-blue.png");
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-black.png");*/
background-image: url("https://secure.test.kentucky.gov/enterprise/images/agencyBootstrap/unbridledSpirit-white.png");
}

/* END UNBRIDLED SPIRIT */

 
/* BEGIN Prefix Styles & Elements */
 
/* Headings */
H3.agencyElement-H3 {
-ms-name:"Heading 3";
}
H4.agencyElement-H4 {
-ms-name:"Heading 4";
}
H5.agencyElement-H5 {
-ms-name:"Heading 5";
}
H6.agencyElement-H6 {
-ms-name:"Heading 6";
}
/* Text Styles*/
.agencyStyle-blockquote {
-ms-name:"Block Quote";
padding:0 0 0 15px;
margin:0 0 20px;
border-left:5px solid #eee;
}
.agencyStyle-muted {
-ms-name:"Muted";
color:#999;
}
.agencyStyle-unstyled {
-ms-name:"Unstyled (Lists)";
margin-left:0;
list-style:none;
}
/* Text Markup Styles */
div.pull-left .agencyElement-divpullleft {
-ms-name:"Pull Left";
}
div.pull-right .agencyElement-divpullright {
-ms-name:"Pull Right";
}
div.clearfix .agencyElement-clearfix {
-ms-name:"Clear Fix";
}
div.well .agencyElement-well {
-ms-name:"Well (Default)";
}
div.well well-large .agencyElement-well-large {
-ms-name:"Well (Large)";
}
div.well well-small .agencyElement-well-small {
-ms-name:"Well (Small)";
}
/* Tables */
table.table-bordered .agencyElement-table-bordered {
-ms-name:"Table (Bordered)";
}
table.table-condensed .agencyElement-table-condensed {
-ms-name:"Table (Condensed)";
}
table.table-striped .agencyElement-table-striped {
-ms-name:"Table (Striped)";
}
table.table-hover .agencyElement-table-hover {
-ms-name:"Table (Hover)";
}
/* Alerts */
div.alert .agencyElement-alert {
-ms-name:"Alert (Default)";
}
div.alert alert-danger .agencyElement-alert-danger {
-ms-name:"Alert (Error/Danger)";
}
div.alert alert-info .agencyElement-alert-info {
-ms-name:"Alert (Info)";
}
div.alert alert-success .agencyElement-alert-success {
-ms-name:"Alert (Success)";
}
div.alert alert-warning .agencyElement-alert-warning {
-ms-name:"Alert (Warning)";
}
/* Image Position */
.agencyPosition-1 {
-ms-name:"Left";
float:left;
}
.agencyPosition-2 {
-ms-name:"Right";
float:right;
}
.agencyPosition-3 {
-ms-name:"Top";
vertical-align:text-top;
}
.agencyPosition-4 {
-ms-name:"Middle";
vertical-align:middle;
}
.agencyPosition-5 {
-ms-name:"Bottom";
vertical-align:text-bottom;
}
/* Image Styles */
.agencyImage-1 {
-ms-name:"Image Circle";
-webkit-border-radius: 500px;
  -moz-border-radius: 500px;
       border-radius: 500px;
}
.agencyImage-2 {
-ms-name:"Image Polaroid";
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
       box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.agencyImage-3 {
-ms-name:"Image Rounded";
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
 
/* END Prefix Styles & Elements */

/* navigation button styles */
.mainNavRow .navbar-inverse .btn-navbar {
	background-image:none;
	background:transparent;
	filter:none;
	box-shadow:none;
	border:0px solid;
	border-radius:0px;
	text-decoration:none;
	padding:11px;
	margin:0px;
}

.mainNavRow .navbar-inverse .btn-navbar .nav-text {
	display:inline;
	float:left;
	margin-right:7px;
	font-size:18px;
	margin-top:-2px;
}
.mainNavRow .navbar-inverse .btn-navbar .icon-bars {
	display:inline;
	float:right;
}
.mainNavRow .navbar-inverse .btn-navbar .icon-bar {
	height:3px;
	width:20px;
}


/* MEDIA QUERIES */
@media (max-width: 480px) {
	.enterpriseFooterLinks a, .agencyFooterLinks a {
		background-color:transparent;
		padding:2px 7px;
	}
}
/* Smartphone (landscape) ------------------------ */ 
@media (min-width: 480px) and (max-width: 767px) {
}

/* Tablet (portrait) and lower styles go here ------------------------ */ 
@media (max-width: 767px) {
	body {
		padding-right:0px;
		padding-left:0px;
	}
	.mainContent {
		margin:10px;
		padding:0px;
	}
	.relativeContent {
	margin:0px 10px 10px 10px;
	padding:10px;
	}
	.portal-BarInsert .navbar-fixed-top {
		margin-right: 0px;
	}
	header h1 {
		overflow:hidden;
	}
	header h1 a {
	    background-size:contain;
		padding:29px 0px 51px 130px;
		margin:-10px 0px -39px -15px;
		height:auto;
		font-size:24px;
		box-sizing:border-box;
	    background-image:url('LEITCHFIELD_LOGO_SMALL.png');
	}
	header h1 a small {
		font-size:19px;
		
	}
}

/* Tablet (portrait) to desktop ------------------------ */
@media (min-width: 768px) and (max-width: 979px){
}
/* Tablet (landscape) and lower styles go here  ------------------------ */
/* This is also the breakpoint for the top nav */
@media (max-width: 979px) {
	.btn-location {
		margin-bottom:20px;
	}
	.mainNavRow .navbar-inner {
	 padding:0px 5px 0px 0px;
	}
	.mainNavRow .main-nav-collapse {
		padding-left:5px;
	}
	.navbar-inverse .nav-collapse .nav>li>a, .navbar-inverse .nav-collapse .dropdown-menu a {
		background-color:#0C1735;
		color:#FFF;
	}
	.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
		background:#fff !important;
		color:#0C1735 !important;
	}
}

/* Desktop and Tablet Landscape ------------------------ */
@media (min-width: 981px) {
	.mainNavRow .navbar-inner {
		padding-left:0px;
	}
}

/* Large desktop ------------------------ */
@media (min-width: 1200px) {
}

/*END MEDIA QUERIES */
.well-error {
	margin-top:10px !important;
	background-color:#f2dede !important;
	border-color:#ebccd1;
	color:#a94442;
}
.well-error hr {
	border-color:#ebccd1;
}
.img-mayor {
	float:right;
}
.img-mayor img {
	margin:0px 0px 5px 10px;
}
.img-mayor span {
	display:block;
	font-size:12px;
	text-align:right;
}
.p-service strong {
	font-size:18px;
	margin-right:1px;
}
#RelativeContentWebPartZone2 {
	padding:15px;
}
#RelativeContentWebPartZone2 img {
	margin-bottom:10px;
}
#RelativeContentWebPartZone2 h4 {
	font-weight:400;
	font-size:22px;
	margin-top:0px;
}
.btn-codeRed {
	background-image:none !important;
	padding:8px !important;
	font-size:18px;
	color:#FFF !important;
	background-color:red;
	text-decoration:none;
}
.btn-codeRed:hover, .btn-codeRed:active, .btn-codeRed:focus {
	background-color:red;
	text-decoration:none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Video overlay from http://wpsites.net/web-design/add-image-overlay-to-embedded-video/ */
.embed-video {
    position: absolute; 
	z-index: -1;
}
 
.video-button {
    background-image: url(WelcomeSign.jpg);
    content: "";
    cursor: pointer;
    display: block;
    height: 348px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 656px;
    z-index: 5;
}
 
.video-thumbnail {
    height: 348px;
    position: relative;
    width: 656px;
}
 
.video-embed {
    display: none;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 10;
}
/* End video overlay */

/* Hide Iconize on a link */
.bodyRow a[href *=".com"].no-icon, .bodyRow a[href *=".net"].no-icon, .bodyRow a[href *=".org"].no-icon, .bodyRow a[href *=".edu"].no-icon, .bodyRow a[href$='.doc'].no-icon, .bodyRow a[href$='.docx'].no-icon, .bodyRow a[href$='.rtf'].no-icon, .bodyRow a[href$='.txt'].no-icon, .bodyRow a[href$='.xls'].no-icon, .bodyRow a[href$='.xlsx'].no-icon, .bodyRow a[href$='.rss'].no-icon, .bodyRow a[href$='.atom'].no-icon, .bodyRow a[href$='.pps'].no-icon, .bodyRow a[href$='.ppt'].no-icon, .bodyRow a[href$='.pdf'].no-icon, .bodyRow a[href$='.PDF'].no-icon, .bodyRow a[href$='.fla'].no-icon, .bodyRow a[href$='.swf'].no-icon, .bodyRow a[href$='.zip'].no-icon, .bodyRow a[href$='.rar'].no-icon, .bodyRow a[href$='.gzip'].no-icon, .bodyRow a[href$='.bzip'].no-icon, .bodyRow a [href$='.ace'].no-icon, .bodyRow a[href$='.ical'].no-icon, .bodyRow a[href$='.jpg'].no-icon, .bodyRow a[href$='.gif'].no-icon, .bodyRow a[href$='.png'].no-icon, .bodyRow a[href$='.bmp'].no-icon, .bodyRow a[href$='.jpeg'].no-icon, .bodyRow a[href$='.svg'].no-icon, .bodyRow a[href$='.eps'].no-icon, .bodyRow a[href$='.mp3'].no-icon, .bodyRow a[href$='.wav'].no-icon, .bodyRow a[href$='.ogg'].no-icon, .bodyRow a[href$='.wma'].no-icon, .bodyRow a[href$='.m4a'].no-icon, .bodyRow a[href ^="mailto:"].no-icon,

/* Hide Iconize on a list item link */
.bodyRow li a[href *=".com"].no-icon, .bodyRow li a[href *=".net"].no-icon, .bodyRow li a[href *=".org"].no-icon, .bodyRow li a[href *=".edu"].no-icon, .bodyRow li a[href$='.doc'].no-icon, .bodyRow li a[href$='.docx'].no-icon, .bodyRow li a[href$='.rtf'].no-icon, .bodyRow li a[href$='.txt'].no-icon, .bodyRow li a[href$='.xls'].no-icon, .bodyRow li a[href$='.xlsx'].no-icon, .bodyRow li a[href$='.rss'].no-icon, .bodyRow li a[href$='.atom'].no-icon, .bodyRow li a[href$='.pps'].no-icon, .bodyRow li a[href$='.ppt'].no-icon, .bodyRow li a[href$='.pdf'].no-icon, .bodyRow li a[href$='.PDF'].no-icon, .bodyRow li a[href$='.fla'].no-icon, .bodyRow li a[href$='.swf'].no-icon, .bodyRow li a[href$='.zip'].no-icon, .bodyRow li a[href$='.rar'].no-icon, .bodyRow li a[href$='.gzip'].no-icon, .bodyRow li a[href$='.bzip'].no-icon, .bodyRow li a [href$='.ace'].no-icon, .bodyRow li a[href$='.ical'].no-icon, .bodyRow li a[href$='.jpg'].no-icon, .bodyRow li a[href$='.gif'].no-icon, .bodyRow li a[href$='.png'].no-icon, .bodyRow li a[href$='.bmp'].no-icon, .bodyRow li a[href$='.jpeg'].no-icon, .bodyRow li a[href$='.svg'].no-icon, .bodyRow li a[href$='.eps'].no-icon, .bodyRow li a[href$='.mp3'].no-icon, .bodyRow li a[href$='.wav'].no-icon, .bodyRow li a[href$='.ogg'].no-icon, .bodyRow li a[href$='.wma'].no-icon, .bodyRow li a[href$='.m4a'].no-icon, .bodyRow li a[href ^="mailto:"].no-icon {
	background: none;
	padding: 0px 0px 0px 0px;
	background-position:inherit;
	background-repeat:no-repeat;
}

/* Bootstrap 3.2 Panel Styles */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}



