/*.form-display td{
	border: 1px solid #666
}
*/

/*.debug, .dev {
	display: none;
}*/

:root {
    --primary: #0757a7;
	--success: #3A833A;
	--accent:  #597d7d;
}


html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

h1 {
	text-align: left;
	font-size: 2em;
	color: #787878;
	padding-bottom: 0.5em;
}

h1 + h1 {
  display: none;
}
h2 {
	text-align: left;
	font-size: 1.8em;
	color: black;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 7px;
	margin-top: 20px;
	color: #6b9695;
}

	h3:first-child {
		margin-top: 5px;
	}

h4 {
	text-align: left;
	font-size: 1.3em;
	color: #194c85;
}

h5 {
	text-align: left;
	font-size: 10px;
	color: #000;
	font-weight: 600;
	text-shadow: none;
	margin-bottom: 0;
}

.form-display .small {
    font-size: 8px;
    line-height: 1.4em;
    display: inline-block;
}

legend{
	padding-top:.5em;
}

#contentCol li {
	margin-bottom: 1em;
}

	li:last-child {
		margin-bottom: 0;
	}

p + p {
    margin-top: 1.5em;
}

#news #contentCol > h1 {
	display: none;
}

#body_new #contentCol > h1 {
  display: none; /* extra news headline we shouldn't display */
}

a:not(.btn) {
	color: #707051;
	text-decoration:underline
}

	a:hover {
		text-decoration:none;
		color:#999;
	}
	
/* Override Bootstrap 4.3.1 Success Buttons */
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    background-color: var(--success);
    border-color: var(--success);
}

.btn-success:hover,
.btn-success:focus {
    background-color: color-mix(in srgb, var(--success), black 10%);
    border-color: color-mix(in srgb, var(--success), black 12%);
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--success), transparent 50%);
}

.btn-success:active,
.btn-success.active,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
    background-color: color-mix(in srgb, var(--success), black 20%);
    border-color: color-mix(in srgb, var(--success), black 25%);
}

.content a.btn-success {
    /* color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; */
}

.cke_contents_ltr {
	padding:1em;
}

/* target every client but outlook/dumb email */
body:not(blah) {
	/*background-color: #001e63; */
	font-size: 14px;
	



}

	body.content, body#content {
		background-image:none;
		background:none;
		font-family:sans-serif;
		background-color:#fff;
	}

table td { padding: 1px; }

table {
	font-size:inherit;
}


table.error-empty td:empty {
	border-color: #8a6d1b !important;
	border-right:1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

p, li {
	color:#000;
}


a[href*=print] {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 5px 10px;
    text-decoration: none;
}

.content p:first-of-type {
	/* font-size: larger;
	 padding: 1em;
	 background-color: #fefefe;*/
}

.wrapper {
/*  border-right: 5px solid #2D4F66;
  border-left:  5px solid #2D4F66;
  background-color: #001e63;*/
}

.container {
	padding-top: 1em;
	/* padding-left: 100px;
	padding-right: 50px; */
}

#content-middle {
	background-color: #fff;
}

.footer-v2 {
  border-right: 5px solid #2D4F66;
  border-left:  5px solid #2D4F66;
}

.dev {
	color: #fff;
	background-color: #cc3333;
	padding:10px;
	text-align:center;
}

	.dev p {
		color:white;
		margin-bottom:0px;
	}

	.dev p:before {
		font-family:fontawesome;
		content: "\f071";
		font-size:large;
		margin-right: .5em;
	}

	.dev a {
		text-decoration:underline;
		color:white;
	}

@media print {
	.dev,
	.debug,
	#backtext
	{
		display:none;
	}
	
	.form-display .fieldset {
		border: none;
	}
}

/* Override Bootstrap 4.3.1 Primary Buttons */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: color-mix(in srgb, var(--primary), black 10%);
    border-color: color-mix(in srgb, var(--primary), black 12%);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--primary), transparent 50%);
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: color-mix(in srgb, var(--primary), black 20%);
    border-color: color-mix(in srgb, var(--primary), black 25%);
}



/* .content .btn { */
	/* background-color:#0757a7;
	border-color:#003973;
	color: #fff; */
/* } */

	/* .content .btn:hover { */
/*		background-color:#c6c3a0;
		border-color:#a6a380;*/

	/* } */

/* .content .btn-primary, .btn-primary { */
	/* background-color:#0e6aad; */
	/* border-color:#003973; */
/* } */

/* .content .btn-primary:hover, .content .btn-primary:hover { */
/*background-color:#586b1d;
border-color:#3c4914;*/
/* } */

.bgblur {
	/*background:url(/images/site/bg-winter-blur.jpg) no-repeat fixed;  */
	background-color:rgba(255,255,255,.5);
	/*background-image: url('/images/site/bg-winter-blur.jpg');
	background-size:cover; */
	position:relative;


}

.bgblur::before {
	display: block;
	width: 100%;
	height: 100%;
	 z-index: -1;
	position: absolute;
	top:0px;
	left:0px;

}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: rgba(255,255,255,.8);
}

.ui-widget-content a.btn {
	 color: #fff;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: rgba(255,255,255,.5);
	color: #222222;
}


#body_new 	 .content > .breadcrumb { display:none; }

.nav a, .sidebar-nav a {
	text-decoration:none;
}

.sidebar-nav .headline {
	margin-bottom: 0;
}
.headline h3 {

	/* display: none; */
}
	.headline h3:after {
		/* content: "In this section"; */

	}

.clearfix {
	clear:both;
}

/* .container {
	width:95%;
} */


.header {
	/* background-color:#003366; */
	/* background-color:#425232; */ /* green */
	 /* tan */
	 /*background-image:url(/images/site/bg-plate.jpg);*/
	 /*min-height: 200px;*/
	/*	background-size: 100% 250%;
	background-position: 50% 50%;*/
	background-color: #fff;
	/*rgb(43, 66, 83);*/

}



@media print {
	[data-formcode="APP"] .header,
	[data-formcode="INTERN_APP"] .header
		{
			display:none;
		}
		
	[data-pagecode="person.asp"] .header {
		display:block;
	}
	
	div[align="center"]:first-child {
		display:none;
	}
	
}

.top {

}

.header .navbar-brand {
  padding: 0 10px 0px 10px;
}

/* logo */
.navbar-brand > img {
  width: 125px;
}

	.navbar-inverse {
		background-color:#f8f8f8 !important;
	}

#title{
	color:#0a0a0a;
	font-size: 2em;
	font-variant: small-caps;
	font-family: sans-serif;
	
}		
#menuMain {
	background-color: rgba(18, 34, 53, 0.65);
	display: inline;
	text-align: center;
}

#menuMain > li {
	margin-bottom: 0;
	display: inline-block;
	float: none;
}

#menuMain .dropdown > a {
	color: white;
	/*font-weight: bold;*/
	font-family: open sans;
	text-transform: inherit;
	border:none;

}

#menuMain .dropdown .dropdown-menu a {
	color: black;
}

#menuMain .dropdown .dropdown-menu a:hover {
  color: white;
}

.header .navbar-default .navbar-nav > li > a {
	min-height: 40px;
}

.header .navbar-nav#menuMain > .dropdown.active > a {
	background-color: #f2f2f2;
}

.header .navbar-nav#menuMain > .active > a:hover
{
	color: rgba(255,255,255,.7);
}

.header .navbar-nav a[href*="about"] {
	display: none;
}


.logo {

}

#title a {
  padding-top: 1em;
  letter-spacing: -1px;
  line-height: 100%;
  display: block;
  padding-top: 1em;

  margin-left: 1em;
	margin-bottom: 1em;
	margin-top: -1em;
	color: rgba(255,255,255,.8);

}

  #title .line1 {
	font-size: larger;
  }

#title .line1 i {
  font-size: smaller;
}

  #title .line2 {

  }

	.logo:hover {
		opacity:.5;
	}

	#seal-header {
		height:84px;
	}

#featureNews a {
	color:white;
}

.row.borders  {
	border:1px solid gray;
}

	.row.borders  div {


		border-collapse:collapse;
		box-sizing: border-box;

	}

.img-container {
	margin-top: 3em;
}
ul.nobullets {
	list-style:none;
}

[class^=icon] {
	-webkit-font-smoothing: antialiased;
}

.alert-danger {
	border-color:#900;
	color:#900;
}

.alert-warning {
	color:#8a6d1b;
	border-color:#8a5d1b;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #6a9ba5;
	}

.footer .list-unstyled li a {
	line-height: 2em;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #dadada;
  border-left-width: 5px;
  border-radius: 3px;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.callout + .callout {
  margin-top: -5px;
}

/* Variations */
.callout-danger {
  border-left-color: #ce4844;
}
.callout-danger h4 {
  color: #ce4844;
}
.callout-warning {
  border-left-color: #aa6708;
}
.callout-warning h4 {
  color: #aa6708;
}
.callout-info {
   border-left-color: #1b809e;
}
.callout-info h4 {
  color: #1b809e;
}



.bodyAlert, .bodyAlertItalic {
	color:red;
}

.bodyAlertItalic {
	font-style:italic;
}

.nav-list {
	padding:10px;
	text-shadow:none;
}

.nav-list a {
	color:#fff;
	text-shadow:none;
}

.nav-list a:hover {
	color:#036;
}

.nav-list > li > a {
	text-shadow:none;
}

.nav-list .nav-header {
	font-size:1.3em;
	text-shadow:none;
	text-shadow:0px;
}

/* override default to make main menu smaller */
.navbar .nav > li > a {
	padding: 13px 14px 13px;
	color:#000; /* dh */
}

.header .navbar, .navbar-inner, .nav, .navbar-inverse {
	/* background-color:#D6D3B0 !important; */
	/* background: none repeat scroll 0 0 #D6D3B0 !important; */
	background-size: 100%;
	width:100%;
/* 	margin-bottom:20px; DH removed because it added too much space*/
}

.navbar-collapse

.navbar-brand img {
	width: 50px;
}

.navbar-header #title a {
	text-decoration: none;
	font-size: 17pt;
	/*text-shadow: 0px 0px 4px white;*/
}

.header .navbar .nav > li {
	/*border-color:#536343;*/
	margin-left: 3%;
	margin-right: 2%;
}

.nav li[data-sectionid="53"] {
	display: none !important;
	visibility: hidden;
}

/* footer secondary menu */
	#home #home a,
	#news #news a,
	#calendar #calendar a,
	#about #about a,	
	#contact #contact a
	{
		color: #fff;
		text-decoration: none;
	}


.header .navbar-default .navbar-nav > li > a {
	color:#000;
}

/*
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background:#314121 !important;
}
*/


#related {
	margin-left:-1em;
	background-color: rgba(136, 153, 85, 0.19);
}

#related .panel-heading {
	padding-bottom:0px;
}

#related h3 {
	margin-bottom:0px;
}

#related .panel-body { padding-top: 0px; }

#related .list-group-item {
	background-color: #fcfff3;
}

/* start left section nav */

.section-sub {
	display:inline-block;
	position:absolute;
	right:10px;
}

.nav.sectionMenu > li > a:hover {
	background-color:#eee;
}

.active-section .panel-default > .panel-heading {
/*
	background-color:#895;
	font-weight:normal;*/

	}

.active-section .panel-heading h4  a { font-weight:normal; }

.active-section  li a {
	padding-left:30px;
}

.active-section .sectionMenu {
	background-color: rgb(41, 84, 111) !important;
}

.sidebar-nav .panel-heading {
	padding: 0px;
    background-color: #b3b3b3;

}

.sidebar-nav .panel-heading h4 a { /* if it's not collapsed (expanded) and we're not ON that section (inspecting another section)*/
	padding:10px;
	display:inline-block;
	width:100%;
	position:relative;
	background-color:#ccc;

}


.sidebar-nav .panel-heading h4 a.collapsed-not { /* if it's not collapsed (expanded) */
	padding:10px;
	display:inline-block;
	width:100%;
	position:relative;
	background-color:#889955;

}


.sidebar-nav .panel-heading h4 a.collapsed { /* if it's collapsed */
	background-color:#fff;

}

.active-section  .sidebar-nav .panel-heading h4 a.collapsed-not { /* if it's not collapsed but ACTIVE */
	background-color:inherit;
}

a:focus { color:#000;}

.sidebar-nav .panel-heading h4 a:hover {
	background-color:#ddd;
}

#accordian .panel :hover {
	background-color: #000;
}

#sidebarPrimary {
	margin-top: 2em;
}

#sidebarPrimary .panel-title {
	font-size:13px;
	margin-left:5px;
}


#sidebarPrimary .headline {
	display: none;

}


.sectionMenu li a {
	font-size:12px;
}

.navbar .nav > li > a {
	font-size:12px;
}



.navbar .nav > li > a:focus { /* dh */
	background:#4A3A14 !important;
}

.navbar .nav > li > a:hover {
	background:#0d2c42 !important;
}


.navbar .nav > .active > a, .navbar .nav > .active > a:focus {
	background-color: #4A3A14 !important;
	border-bottom: none !important;
}


.sectionMenu {
	background-color: rgba(223,230,230,.7) !important;
	color:#000;
	padding:0px;
}

/*.in  ul{  the body that's expanded
	background-color:#555 !important;
}*/



.sectionMenu a { color:#fff; }

/* indent children of a section */
#accordian .sectionMenu li a {
	padding-left:25px;
}


.sidebar-nav > .sectionMenu li.active a {
	color:#fff !important;
}
	.sectionMenu a.active {

	}

	.sidebar-nav .panel-body {
		padding:0px !important;
	}

	.sidebar-nav .panel {
		border-top:none;
		border-bottom:2px solid #ddd;
	}

.sidebar-nav > .sectionMenu  li a {
	background-color:#fff;
	border-bottom:2px solid #ddd;
	color:#000;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}

	div .panel-collapse.in ul  li a{
		padding-left:20px;
	}




/**********************************
  Text Resizer Buttons
 **********************************/
#textsizer {
	  position: absolute;
  right: 60px;
  margin-bottom: 6px;
	/* // width:60%; */
	float:left;
	  color: rgba(255,255,255,.8);
	  background-color: rgba(0,0,0,.5);
	  padding: .5em;
	  border-radius: 3px;
}
  #textsizer p
  {
	display: inline;
	color: rgba(255,255,255,.8);
  }
ul.textresizer
{
  list-style: none;
  display: inline;
  margin: 0px;
  padding: 0px;
}
  ul.textresizer li
  {
	display: inline;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
  }

  ul.textresizer a
  {
	border: solid 1px rgba(255,255,255,.7);
	padding: 2px 3px;
	;
	text-decoration: none;
	color: rgba(255,255,255,.8);
  }

  ul.textresizer a:hover
  {
	background-color: rgba(0,0,0,.5);;
	border: solid 1px rgba(255,255,255,1);

  }

  ul.textresizer .small-text
  {
	font-size: 11px;
  }

  ul.textresizer .medium-text
  {
	font-size: 13px;
  }

  ul.textresizer .large-text
  {
	font-size: 15px;
  }

  ul.textresizer .larger-text
  {
	font-size: 17px;
  }

  /* Style of active button */
  ul.textresizer a.textresizer-active
  {
	border: solid 1px rgba(0,0,0,.7);
	background: rgba(255,255,255,.6);
	color: #000000;
	/* // font-weight: bold; */
  }
/* End of Text Resizer Buttons */


thead {
	border: 1px solid #194c85;
}

th {
	background-color: var(--accent);
	color: white;
}

.table-hover>tbody>tr:hover {
    background-color: rgba(0, 30, 99, 0.11);
}

.table#verify-results>tbody>tr>td  {
    
    border-width: 2px;
	border-color: #aaa;
}

#verify-results td {
	border-size: 2px;
	border-color: #aaa;
}




div[id*=list] .table th {
	background-color: var(--accent) !important;
	color: white;
}


/* forms */

#lblstate_passed {
	min-width: 0%;
}


label.top {
	width: 100%;
}

/* Added to  FORMSTYLES 6.19+ */
[data-type="roText"]:empty::before {
    content: "\200b"; /* Zero-width space to ensure the block has a baseline/height */
}

/* events */

#eventHome {
		width:100%;
		background-color: white;
		border-bottom: 1px solid rgb(221,221,221);
}
	#eventHome:hover {
		background-color:rgba(255,255,255,.5);
	}

	/*diagnostic to see table borders */
/*	.formMgr td {
		border: 1px dashed #eee;
	}*/

	.eventDate {
		text-align:right;
		padding-top:5px;
		padding-right:5px;
		width: 30px;
	}

		.dateCard {
			background-color:#333;
			border-radius:4px !important;
			color:#fff;
			padding:2px;
			text-align:center;
			font-weight:bold;
			width:30px;
			margin-left:5px;
			margin-bottom:5px;
		}

			.dateCard .abrvMonth {
				text-transform:uppercase;
				border-bottom:1px solid #888;
				font-size:.7em;
			}

			.dateCard .twoDigitDay {
				font-size:1.35em;
			}

	.eventDesc {
		font-variant:normal;
		width:80%;
	}

		.eventDesc a.subject { font-variant:normal; font-weight:bold; }
		.eventDesc p {
			margin:0px 0px 0px 5px;
			font-size:90%;
		}

#eventHome_more {
	margin-top: 1em;
}
/*   */

.content {
	border-radius:10px;
}

.accordion-inner {
	padding-left:0px; padding-right:0px;
}

.breadcrumb {
	text-align:right;
}

.breadcrumb a {
    color: rgb(27, 91, 131);;
}


.breadcrumb li.active
{
    color: #333;
}

#sidebarPrimary {
	margin-right:0px;
}

.sidebar-nav {

}

td {
	vertical-align:top;
}


.webformsrequired {

	border:1px solid red;
	background-image:url(/images/icons/red_asterisk_t.png);
	background-repeat:no-repeat;
	background-position:	 98% center;
}

/* home */
div#menu-side {
  background-color: #f4f4f4;

  /* // margin-right: .1em; */
}

#menu-side ul {
	list-style: none;
	font-size: larger;
  margin-bottom:0px;
}

#menu-side li:hover {
  background-color: white;
}

#menu-side a,
#panel-resources a,
#articlelist a
{
  color: #1b5b83;
  display: block;
}

#sidebarPrimary #menu-side {
  margin-top: 2em;
}

#menu-side .list-group {
  border-radius: 0px;
}

#menu-side .list-group-item {
  /*background-color:transparent;*/
}

#menu-side .list-group-item.active {
	background-color: white;
	border-color: #eee;
}

#articlelist {

}

		#articlelist h2 {
			font-weight: 500;
			line-height: 22px;
			font-size: 18px;
			margin-top: 0;
			margin-bottom: 0;
		}

		#articlelist li {
		/*	border: none;
			padding-bottom: 2em;*/
		}

			#articlelist li a {
				font-size: 15.6px;
			}


#panel-resources a {
	font-size: 15.6px;
}
/* ICONS */

/* external */
a[href^="http://"]:after, 
a[href^="https://"]:after
/*{
	content: "\f08e";
	font-family: fontawesome;
	margin-left: 8px;
}*/


a[href^="http://dev.services.dape.org"]:after, 
a[href^="https://dev.services.dape.org"]:after,
a[href^="http://services.dape.org"]:after, 
a[href^="https://services.dape.org"]:after
{ /* show an icon to right of link when it's external */
	display: none;
}

a[href$=".doc"], a[href$=".rtf"] {
	background: transparent url(icon_doc.gif) no-repeat center right;
}

/*a[href$=".pdf"], a.pdf {
	background: url(/images/icons/icon_pdf.gif) no-repeat center right;
	padding-right: 23px;
}

	a[href$=".pdf"].icon-no {
		background:none;
		padding-right:0px;
	}*/


a.pdf:after, 
a[href*="pdf"]:after 
{
    font-family: fontawesome;
    content: "\f1c1";
    padding-left: .25em;
	padding-right: .25em;
}

	a.icon-no:after {
		content: none;
		padding-right: inherit;
		padding-left: inherit;
	}

	.loginbar a { text-decoration:none; }
/* bootstrap 3 to support Sub-Menu */

.dropdown-menu {
  border-radius: 0px;
}

.dropdown-submenu {
  position:relative;
  border-radius: 0px;
}

.dropdown-submenu>.dropdown-menu{
  top:0;left:100%;margin-top:-6px;margin-left:-1px;;
}

.dropdown-submenu:hover>.dropdown-menu{display:block;}

.dropdown-submenu>a:after {
/*  display:block;content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;*/
}

.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}

.dropdown-submenu.pull-left {
	float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;
}

a.more {
	display: block;
	padding: 3px;
	text-align: right;
	font-size: smaller;
	font-weight: bold;
	margin-top: 5px;
}

.top ul.loginbar  {
	z-index:100;
}

/* Resources */
/* home */
#panel-resources .resource {
  border: none;
}

#panel-resources h3 {
  font-size: 1.5em;
}



.resource { font-size: 80%; }
	.resource ul {
		list-style:none;
		margin:0px; padding:0px;
	}

	.resource li {

		padding:2px 2px 2px 8px;
		background-color:#fff;
		/*border-bottom:1px solid #ddd;*/
	}
		.resource li:hover { background-color:#eee }

	.resource li  h3{
		font-weight:normal;
	}

		.resource a {
			display:inline-block;
			width:80%;
		}

		.resource img {

		}

		.resource .fileDetails {
			font-size: 90%;
		}

		.resource .fileBytes {
			width:10%;
			display:inline-block;
			text-align:right;
		}

		.resource .fileBytesLabel {

		}



/* end Resources */


#contentCol p {
  line-height: 170%;
}

.footer-v2 .footer {
	background-color:#eee;
	margin-bottom:0em;
	margin-top:0em;
	background-color: white;
}

footer .navbar li {
	display: inline-block;
	list-style: none;
	padding-right:1em;
  color: #D2D0D0;
}

footer {
  background-color: #D2D0D0;
}

.portal-expand {
	border:none !important;


}

	.portal-expand h3 {
		border:none !important;
		background:none !important;
		color:#72c02c;
		text-decoration:underline;
	}

	.portal-expand .ui-accordion-content   {
		border:none;
		border-bottom: 1px solid black;
		overflow:scroll;
		height:200px;
		width:300px;
	}

	.portal-expand .ui-widget-content {
		background:none;
		border:none;
		border-bottom: 1px solid black;
		text-transform:capitalize;
	}

	.portal-expand .stats, .portal-expand .stats td {
		font-size:.8em;
		text-transform:capitalize;
	}


.form-display .widget > legend {
  background-color: #6b9695a1;
}

.widget .list-group-item {
  background-color: transparent;
  color: #306b45;
}


.widget .list-group-item i {
  padding-right: .5em;
}

.form-display .widget__part {
  background-color: transparent;
}


.form-display .widget__part legend {
  background-color: #9191916e;
  
}

.form-display td.label--left label {
    width: auto;
    min-width: auto;
}


/* calendar */
#eventHome a.subject {
  font-family: "open sans";
  font-weight: normal;
  font-size: 15.6px;
}


/***************************************** BS form styles */
body .form-display {
    background-color: #fff;
}

form .row {
	margin-bottom: 15px;
}

.form-control {
	color:#000;
}

.form-inline .form-group {
	vertical-align:top;
}

.form-group label {
	margin-bottom:2px;
}

	.required label {
		color:#600;
		font-weight:bold;
	}

	.bodyItalic {
		font-style:italic;
	}




[data-pagecode="pay.asp"] #form p + table tr:first-child {
	display: inherit;
}
	#CARD_CVV{
		max-width: 60px;
	}

	#CARD_NUM{
		max-width: 200px;
	}

[data-pagecode="questions.asp"] .form-display td.text-nowrap label {
	white-space: normal;
	max-width: 90%;
    vertical-align: inherit;
}
[data-pagecode="contact.asp"] .form-display td.text-nowrap label {
	white-space: normal;
	max-width: 90%;
    vertical-align: inherit;
}

[data-pagecode="list.asp"] .form-display td:empty {
	display: table-cell;
}
[data-pagecode="list2.asp"] .form-display td:empty {
	display: table-cell;
}
[data-pagecode="list3.asp"] .form-display td:empty {
	display: table-cell;
}
[data-pagecode="list4.asp"] .form-display td:empty {
	display: table-cell;
}

	
/*	input:invalid, textarea:invalid select:invalid;  {
		border:1px solid #966;
	}

	input:required:valid, textarea:required:valid , select:required:valid  {
		border:1px solid #696;
	}


	.required select:invalid {
		border: 1px solid #600;
	}

	input[type="checkbox"]:invalid, input[type="radio"]:invalid {
		outline: 1px solid #600;
	}
*/
/* used for webforms */
div#fullPageOverlay {

	overflow-x: hidden !important;
	overflow-y: auto!important;


	opacity: 1!important;


	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 2000 !important;

	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	outline: 0 !important;
}



#spnWebformsBody .fieldgroup td {
	padding-right:inherit;
}

#WEBFORMS textarea {
	width:100%;
}

.textarea600x100  textarea {
	width:600px;
	height:100px;
}

#spnWebformsBody input[type=text].date  {
	width:inherit;
}

#spnWebformsBody td input[type=text] {
	border:none;
	width:100%;
}


	#spnWebformsBody td input[type=text]:required {
		padding-right: 15px;
	}


	#spnWebformsBody td input.adminButton {

		width:auto;
	}

	.reqCheckbox {
		display: inline-block;
		width: 13px;
		height: 10px;

		background-image: url(/images/icons/red_asterisk_t.png);
		background-repeat: no-repeat;
		background-position: 98% center;
	}



#iframeNewWindow {
	left:0 !important;
	z-index: 3000;
}
/*                 */
@media print
{
	html, body { height: 99%;

	}

	a[href]:after {
		content: "";
	}

  .header {
	min-height: inherit;
  }

	.wrapper {
	border-left: none;
	border-right: none;
	}

	.copyright, .footnote {
	display: none;
	}


	a[href^="http://"],
	a[href^="https://"]
	{
	padding-right: 0px;
	margin-right: 0px;
	}
}

/* mobile media queries */
@media (max-width:768px) {
	ol.breadcrumb {
		display:none;
	}

	.container {
		padding-left: 0px;
		padding-right: 0px;
		width:97%;
	}

	.content {

	}

	#sidebarPrimary {
		padding-left: 0px;
		padding-right: 0px;
	}



}

@media (min-width: 992px) {

	.header .dropdown-menu {

	/* border-top: solid 2px ##52981; */
	border-bottom: solid 2px #687074;
	}

	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > .active > a {

	border-bottom: none;
	border-color: white;
	}




	#lblstate_passed {
		width: 400px;
	}
}