
html, body {
  height: 100%;
}

body {
	color: #464646;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}
header {
	background: #1b75bb;
	box-shadow: inset 0px -10px 10px rgba(0,0,0,.1);
	overflow: hidden;
	position: relative;
}
header h1 {
	color: #fff;
	margin: 30px 0 30px 5%;
}
footer {
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	display: inline-block;
	height: 100px;
	margin: 10px 0 0;
	width: 100%;
	font-size: .6em;
}
footer .trademark,
footer nav.utility {
    display: inline-block;
	margin: 20px 0;
}
footer nav.utility {
	float: right;
}
footer nav.utility a {
	margin-right: 10px;
}

/* Utility Navigation */

nav.nav-utility {
	position: absolute;
	top: 5px;
	right: 5%;
	text-align: right;
	width: 50%;
}
nav.nav-utility a {
	color: #fff;
	display: inline-block;
	font-size: .9em;
	margin-right: 2%;
	text-decoration: none;
}
nav.nav-utility a:last-child {
	margin-right: 0;
}

/* Main Navigation */

.menu-button {
	display:none;
	float:right;
	background: url(/images/icons/icon-menu.png) no-repeat;
	width:26px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
	margin: 35px 30px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
nav.nav-main {
	
}
nav.nav-main a {
	background-color: #00569b;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	color: #fff;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	margin-right: 5px;
	padding: 15px 30px;
	text-decoration: none;
	-o-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
nav.nav-main a:hover {
	background-color: #3f9be3;
}
nav.nav-main a.active {
	background-color: #fff;
	color: #343434;
}

/* Horizontal nav/breadcrumb trail */

nav.nav-horizontal {
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding: 10px 0;
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
}

/* Other wrappers */
.report-table-width {
	margin: 30px 30px 30px 30px;
	width: auto;
}



/* Container is the content wrapper, Overrides all*/

.header-container,
.nav-container,
.container,
.panel-content,
.footer-container {
	margin: 0 auto;
	width: 960px;
}
.wide-container .header-container,
.wide-container .nav-container,
.wide-container .container,
.wide-container .panel-content,
.wide-container .footer-container {
	width: 1024px;
}
.container {
	margin: 30px auto;
	min-height: 77%;
	
	/* Height should be the height */	
	/*margin-bottom: -75px; */
	margin-bottom: -50px; 
}
.container:after {
  content: "";
  display: block;
}
footer, .container:after {
  /* .push must be the same height as footer */
 height: 100px;
}
.container .container:after {
  height: auto;
  display: none;
}

.panel-content {
	padding: 0 0 20px;
}

/* HTML Elements */
a {
	color: #1b75bb;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
h3 {
	clear: both;
	font-size: 1.15em;
	-webkit-font-smoothing: antialiased;
}
.title-bar {
	margin-bottom: 20px;
}

.header-container h1 {
	background: url(../images/logo-white.png) no-repeat;
	text-indent: -9000px;
	margin-left: 0;
	height: 36px;
	display: inline-block;
	width: 182px;
}


/* Name Bar - Includes name and previous/next controls */

.name-bar,
.toggle-bar,
.button-bar {
	display: inline-block;
	white-space: nowrap;
}
.name-bar h1 {
	display: block;
	float: left;
	margin: 0 17px 0 0;
	padding: 0;
}
.name-bar .name {
	float: left;
}
.name-bar a {
	display: block;
	float: left;
	margin-top: 7px;
}
.name-bar a.right-arrow,
.name-bar a.left-arrow {
	background: url(../images/icons/right-arrow.png) center no-repeat;
	display: block;
	width: 7px;
	height: 14px;
	padding: 5px 10px;
	margin: 7px 0 0 20px;
}

.name-bar a.left-arrow {
	background: url(../images/icons/left-arrow.png) center no-repeat;
	margin: 7px 20px 0 0;
}

/* Action Links */

.add-link,
.edit-link,
.delete-link,
.action-link,
.non-link,
.enterdata-link,
.no-name {
	font-size: 8pt;
	vertical-align: middle;
}


/* Helper Classes */
.clear {
	clear: both;
}
.form-panel-content {
	background-color: #e3e3e3;
	padding: 10px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
.note {
	display: inline-block;
}
.warning,
.table-data td .warning,
.warning a {
	color: red;
}
.disabled,
.table-data td .disabled,
.disabled a {
	color: darkgray;
}

.permission-error {
	color: red;
}

.small {
	font-size: 8pt;
	vertical-align: middle;
}

.large {
	font-size: 12pt;
	vertical-align: middle;
}

/* Toolbars - Includes rest of the controls */

.toolbars {
	float: right;
	text-align: right;
	width: 50%;
}

/* Toggle Controls */

.toggle-bar {
	margin-right: 2%;
}
.toggle-bar a {
	background-color: #989898;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	margin-left: -6px;
	padding: 8px 30px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.toggle-bar a:first-child {
	margin-left: 0;
}
.toggle-bar a.active {
	background-color: #e3e3e3;
	color: #989898;
	z-index: 0;
}

/* Button Bars */

.button-bar a {
	background-color: #989898;
	color: #fff;
	display: block;
	float: left;
	padding: 8px 25px;
	text-decoration: none;
	border-top: 1px solid #fff;
}
.button-bar a:first-child {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #fff;
}
.button-bar a:last-child {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

/* Summary Tables */

.summary {
	overflow: scroll;
}
table.table-summary {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
.table-summary th {
	border-left: 1px solid #e4e4e4;
	color: #989898;
	font-weight: normal;
	
	color: #1b75bb;
	font-size: 3.5em;
	min-width:110px;
}
.size-5 th {
	min-width: 0px;
	width: 19.75%;
}

.table-summary th a,
.table-summary th a:before {
	color: #1b75bb;
	font-size: .8em;
	height: .8em;
	padding-left: 0;
	width: .8em;
}
.table-summary th,
.table-summary td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.table-summary th:last-child,
.table-summary td:last-child {
	border-right: 1px solid #e4e4e4;
}
.table-summary td {
	border-left: 1px solid #e4e4e4;
	text-align: center;

	color: #989898;
}


/* Search Panel */

.search-panel {
	clear: both;
	margin-bottom: 1px;
	background-color: #e3e3e3;
	width: 100%;
}
.search-panel-header,
.search-panel-content {
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
	
	margin: 0 0 10px;
}
.search-panel,
.search-panel-header,
.search-panel-content {
	overflow: hidden;
}
.search-panel-header {
	border-bottom: 1px solid #e3e3e3;
	font-weight: bold;
}
.search-panel-header h2 {
	font-size: 1em;
	float: left;
	margin: 0 0 0 1%;
	width: auto;
}
.control-arrow {
	float: right;
	margin-top: -3px;
}
.up_arrow {
	background: url(/images/icons/accordion-up-arrow.png) center no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	padding-left: 0 !important;
	margin: 7px 10px 0 0;
	position: absolute !important;
	right: 0;
	top: 0;
}
.down_arrow {
	background: url(/images/icons/accordion-down-arrow.png) center no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	padding-left: 0 !important;
	margin: 7px 10px 0 0;
	position: absolute !important;
	right: 0;
	top: 0;
}
.search-panel.active .search-panel-header,
.search-panel.active .search-panel-content {
	background-color: #f1f1f1;
}
.search-panel h3 {
	color: #989898;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	margin-left: 1%;
}

/* Column Content / Panels */

.two-columns .column-one {
	width: 66.817204301075%;
	margin: 0 2% 0 0;
	float: left;
}
.two-columns .column-two {
	width: 31.182795698925%;
	float: left;
}

.two-columns .column-one .billboard {
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
	
}
.two-columns .column-one .billboard {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	
}
.accordion-panels {
	background-color: #e3e3e3;
	border-top: 1px solid #e3e3e3;
	clear: both;
	margin: 10px 0 0;
	width: 100%;
}

.accordion-panels .content-panel-header,
.accordion-panels .content-panel {
	overflow: hidden;
	outline: 0;
}
.accordion-panels .content-panel-header {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 0 0;
	position: relative;
	width: 100%;
}
.accordion-panels div:first-child {
	border-top: 0;
}
.accordion-panels .content-panel-header h2 {
	font-size: 1em;
	font-weight: bold;
	float: left;
	margin: 0 35px 10px 2%;
	width: auto;
}
.accordion-panels .content-panel-header.ui-state-active,
.accordion-panels .ui-accordion-content-active {
	background-color: #f1f1f1;
}
.accordion-panels .content-panel-header span.ui-icon {
	background: url(/images/icons/accordion-down-arrow.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 2%;
	width: 19px;
	top: 16px;
}
.accordion-panels .ui-state-active span.ui-icon {
	background: url(/images/icons/accordion-up-arrow.png) no-repeat;
	top: auto;
}
.accordion-panels .content-panel .container {
	margin: 0;
	padding: 10px 2%;
	width: 96%;
	min-height: 100px;
}
.accordion-panels h3 {
	color: #989898;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	margin-left: 1%;
}
.accordion-panels .content-panel .hightlight {
	color: #1b75bb;
}
.accordion-panels .content-panel .newline {
	display: block;
	margin: 5px 0 0;
}
.accordion-panels .content-panel .form-buttons {
	text-align: left;
}
.accordion-panels .content-panel .content-block {
	display: inline-block;
	font-weight: 300;
	margin: 0 2% 10px 0;
	padding: 0;
	vertical-align: top;
	width: 47%;
}
.accordion-panels .content-panel .full-width {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.accordion-panels .content-panel .content-block .completed-by {
	font-size: 9px;
	font-style: italic;
}
.accordion-panels .content-panel .content-block .tracked-by {
	font-size: 9px;
	font-style: italic;
}

/* Home */

div.messages .listing-item,
div.news .listing-item {
	clear: both;
	display: inline-block;
	line-height: 20px;
}
div.messages .listing-item a,
div.news .listing-item  a {
	display: block;
	font-size: 14px !important;
	font-weight: bold;
}
div.messages .listing-item span.sender,
div.news .listing-item span.sender {
	display: inline-block;
	float: left;
}
div.messages .listing-item span.date,
div.news .listing-item span.date {
	display: inline-block;
	float: right;
}

div.help {
	clear: both;
	display: inline-block;
	padding: 10px 0 0;
}

div.help a {
	display: inline-block;
	width: 100%;
	margin: 0 0 7px;
}

/* Electors */

h2.section-header {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	display: block;
	margin: 15px 0 5px;
	padding: 15px 0;
}
h2.messages {
	border-top: 0;
	margin: 15px 0 5px;
}
h2.section-header a {
	
}

h2.contact-reports,
h2.section-header {
	
}
h2.contact-reports {
	/*
	background: url(/images/header-icons/contact-reports-header-icon.png) left center no-repeat;
	display: inline-block;
	margin: 10px 0;
	padding-left: 30px;*/
}
h2.contact-reports .glyphicons {
	padding-left: 30px;
	vertical-align: top;
}
/*
h2.todos {
	background: url(/images/header-icons/todo-header-icon.png) left center no-repeat;
	padding-left: 35px;
}
h2.groups {
	background: url(/images/header-icons/groups-header-icon.png) left center no-repeat;
	padding-left: 35px;
}
h2.relationships {
	background: url(/images/header-icons/relationships-header-icon.png) left center no-repeat;
	padding-left: 35px;
}
h2.household {
	background: url(/images/header-icons/household-header-icon.png) left center no-repeat;
	padding-left: 35px;
}
*/
h2.messages .glyphicons,
h2.news .glyphicons,
h2.help .glyphicons,
h2.todos .glyphicons,
h2.groups .glyphicons,
h2.relationships .glyphicons,
h2.household .glyphicons {
	color: #1b75bb;
	padding-left: 30px;
	vertical-align: top;
}

.summary-dashboard,
.summary-detail {
	border-left: 1px solid #e4e4e4;
	display: inline-block;
	margin: 0 0 15px;
	width: 100%;
}
.summary-dashboard .summary-item {
	border-right: 1px solid #e4e4e4;
	float: left;
	margin: 0 0 5px;
	text-align: center;
	width: 19.75%;
	min-height: 120px;
}

.summary-dashboard .summary-item h2 {
	color: #1b75bb;
	font-size: 3.5em;
	margin: 7px 0 0;
	padding: 0 6px;
}
.summary-dashboard .summary-item h2 a,
.summary-dashboard .summary-item h2 a:before {
	color: #1b75bb;
	font-size: .8em;
	height: .8em;
	padding-left: 0;
	width: .8em;
}
.summary-dashboard .summary-item h2.small {
	font-size: 2em;
	margin: 0;
}
.summary-dashboard .sign h2 a.glyphicons {
	background: url(../images/icons/icon-sign-blue.png);
	text-indent: -9000px;
	width: 60px;
	height: 49px;
}

.summary-dashboard .summary-item h3 {
	color: #989898;
	font-size: 11pt;
	font-weight: normal;
	padding: 0 6px;
}

.summary-detail  {
	margin: 0 0 15px;
}
.summary-detail .summary-item {
	border-right: 1px solid #e4e4e4;
	float: left;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	width: 14.181547619048%;
}

.summary-detail .summary-item  h3 {
	color: #464646;
	font-size: 1.2em;
	margin: 7px 0 0;
	padding: 0 6px;
}
.summary-detail .summary-item  h3 a,
.summary-detail .summary-item  h3 a:before {
	color: #1b75bb;
	font-size: .8em;
	height: .8em;
	padding-left: 0;
	width: .8em;
}
.summary-detail .summary-item h2 {
	color: #989898;
	font-size: 11pt;
	font-weight: normal;
	padding: 0 6px;
}


.profile-content {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 15px 0;
}
.profile-content .profile-content-block {
	display: inline-block;
	margin: 0 3% 10px 0;
	min-width: 20%;
	vertical-align: top;
}
.profile-content .full-width {
	width: 100%;
	margin: 0 0 10px;
}
.profile-content .profile-content-block span.label {
	font-weight: bold;
}
.profile-content .profile-content-block p {
	margin: 5px 0;
	font-weight: 300;
}

.side-column .content-block {
	
}
.side-column .content-block .listing-item input {
	
}
.side-column .content-block .listing-item label,
.side-column .content-block .listing-item span.details {
	text-indent: 23px;
	
}
.side-column .content-block .listing-item span.details {
	display: inline-block;
}
.side-column .content-block .listing-item {
	margin: 0 0 10px;
}
.side-column .content-block .listing-item a {
	color: #464646;
	font-size: 10pt;
}


/* Forms */

form .subheader {
	margin: 0 0 10px;
}

.field {
	display: inline-block;
	float: left;
	margin-left: 1%;
	margin-bottom: 20px;
	width: 32%;
}
.medium {
	width: 65%;
}
.radio,
.checkbox {
	width: auto;
}
.radio .option,
.checkbox .option {
	display: inline-block;
}
.field .newline .option {
	display: inline-block;
}
.three-columns .field {
	margin-left: 1.020408163265%;
	width: 32.3666666666667%;
}
.four-columns .field {
	margin-left: 1.03092783505155%;
	width: 24.20%;
}
.newline,
.three-columns .newline,
.four-columns .newline {
	clear: both;
	margin-left: 0;
}
.field .single {
	clear: both;
	float: none;
	width: auto;
}
.field .range input {
	width: 35%;
}
.medium .range input {
	width: 27%;
}
.field .half {
	display: inline-block;
	float: left;
	margin-right: 3%;
	margin-bottom: 0;
	margin-left: 0;
	width: 48.5%;
}
.field .half:last-child {
	margin-right: 0;
}
.field .third {
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 0;
	margin-left: 0;
	width: 31.33%;
}
.field .third:last-child {
	margin-right: 0;
}
label {
	font-weight: bold;
	margin-bottom: 6px;width: 32%;
}
/*
  input[type="text"],
select,
input[type="date"],
input[type="password"]*/
input,
select,
textarea {
	background: white;
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b2b4b6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 2em;
	min-height: 30px;
}
.field input,
.field select,
.field textarea {
	clear: left;
	padding: 0 2%;
	position: relative;
	width: 100%;
}
select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	-webkit-appearance: none;
}
select.multiple {
	background: #fff;
	height: auto;
	padding-right: 0 !important;
}

.field textarea,
textarea {
/*	height: auto;*/
	line-height: inherit;
}
input[type="radio"],
input[type="checkbox"]  {
	height: auto;
	width: auto;
	line-height: inherit;
	background: transparent;
}
.from-to-number label {
	display: block;
}
.from-to-number input[type=number] {
	width: 40%;
}
.form-buttons {
	clear: both;
	text-align: center;
}
.form-buttons *:last-child {
	margin-right: 0;
}
.form-buttons-left {
	clear: both;
	text-align: left;
	margin-left: 1%;
}
.form-buttons-left *:last-child {
	margin-right: 0;
}
input[type="submit"] {
	background: #f6921e;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	height: auto;
	line-height: inherit;
	letter-spacing: .04em;
	margin: 0 1% 0 0;
	padding: 0.57143em 1.42857em;
	text-align: center;
	text-decoration: none;
	width: auto;
	
}
input[type="submit"]:hover {
	background-color: #d47302;
	-o-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
.button {
	background-color: #989898;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	letter-spacing: .04em;
	margin: 0 1% 0 0;
	padding: 0.57143em 1.42857em;
	text-align: center;
	text-decoration: none;
}

/* Data Tables */

table.table-data {
	border-collapse: collapse;
	border-top: 1px solid #e3e3e3;
	font-size: .9em;
	margin-bottom: 20px;
	width: 100%;
	
}
.table-data tr {
	border-bottom: 1px solid #e3e3e3;
}
.table-data th,
.table-data td {
	padding-left: 1%;
}
.table-data th {
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	
	padding: 10px 5px;
	word-break: break-all;
}
.table-data td {
	padding-top: 6px;
	padding-bottom: 6px;
}
.table-data th a,
.table-data td a{

	text-decoration: none;
}

tr.shadedrow{background-color: #d3d3d3}

.supporter,
.supporters,
.supporters .hightlight,
.supporters a,
.supporters a:before,
.green a.glyphicons,
.green a.glyphicons:before {
	/*color: #0049cf !important;*/
	color: #23ae31 !important;
}
.accessible,
.accessible .hightlight,
.accessible a,
.accessible a:before,
.yellow a.glyphicons,
.yellow a.glyphicons:before {
	/*color: #23ae31 !important;*/
	color: #F19E0B !important;
}
.non-supporter,
.non-supporters,
.non-supporters .hightlight,
.non-supporters a,
.non-supporters a:before,
.red a.glyphicons,
.red a.glyphicons:before {
	color: #9f1515 !important;
}

.alternating tr:nth-child(odd) { 
		background-color: #fff;
}
.alternating tr:nth-child(even) { 
		background-color: #f1f1f1; 
}


.reportlinks-panel,
.filter-options-panel {
	display: none;
	background: #f1f1f1;
	position: absolute;
	width: 100%;
	left: 0;
	top: 142px;
	top: 181px;
	z-index: 200;
}
.reportlinks-panel form,
.filter-options-panel form {
	position: relative;
}
.reportlinks-panel .reportlinks-close-button,
.filter-options-panel .filter-close-button {
	background: url(/images/icons/filter-options-close-button.png) no-repeat;
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.filter-summary {
	display: inline-block;
	margin: 0 0 15px;
}

.filter-summary .filter-summary-label,
.filter-summary .filter-summary-value {
	float: left;
	margin: 0 0 5px;
}
.filter-summary .filter-summary-label {
	clear: left;
	font-weight: bold;
	margin: 0 5px 0 0;
}

/* Screen size less than 950px
-------------------------------------------------------------- */
@media screen and (max-width: 950px) {
	nav.nav-main a {
		padding: 15px 10px;
	}
	.name-bar {
		margin-bottom: 20px;
		width: 90%;
	}
	.toolbars {
		float: left;
		margin-bottom: 20px;
		text-align: left;
		width: 100%;
	}
	.header-container,
	.nav-container,
	.container,
	.footer-container {
		width: 90%;
	}
	
	.header-container h1 {
	  margin-left: 30px;
	}
	.side-column .button-bar a {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		display: inline-block;
		margin: 0 0 5px;
	}
	
	
	.summary-dashboard .summary-item {
		width: 24.75%;
	}
	.summary-detail .summary-item {
		width: 24.75%;
	}
	
	.table-data-container {
		border: 1px solid #e3e3e3;
		overflow: auto;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.table-summary th {
		min-width:100px;
		width:120px;
	}
}


/* Screen size less than 768px
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	
	.two-columns .column-one {
		width: 100%;
		margin: 0;
	}
	.two-columns .column-two {
		margin: 10px 0 0;
		width: 100%;
	}
	
	.header-container,
	nav.nav-main {
		width: 100%;
		position: relative;
	}
	nav.nav-main {
		display: none;
	}
	nav.nav-main a {
		display: block;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin: 0;
	}
	
	nav.nav-utility {
		margin: 35px 0 0;
		right: 12%;
	}
	.menu-button {
		display:block;
	}
	
	.reportlinks-panel,
	.filter-options-panel {
		top: 424px;
		top: 369px;
	}
	
/*
	.summary-dashboard .summary-item {
		width: 33%;
	}
	.summary-detail .summary-item {
		width: 33%;
	}
	
	.table-summary th {
		min-width:100px;
		width:110px;
	}
*/
}


/* Screen size less than 700px
-------------------------------------------------------------- */
@media screen and (max-width: 700px) {
	.field,
	.three-columns .field,
	.four-columns .field {
		width: 98%;
	}
	.accordion-panels .content-panel-content .content-block {
	
		margin: 0 0 10px 0;
		padding: 0 2%;
		width: 96%;
	}
	h2.section-header {
		font-size: 1.2em;
	}
	.table-data th,
	.table-data td {
		font-size: 0.8em;
	}
}

/* Screen size less than 600px
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {
	
	nav.nav-utility a {
		display: none;
	}
	nav.nav-utility a.logout {
		display: inline;
		margin-right: 20px;
	}
	.table-data {
		border-top-width: 0;
	}
	
	.summary-dashboard .summary-item {
		width: 33%;
	}
	.summary-detail .summary-item {
		width: 33%;
	}
	
	
}

/* Screen size less than 400px
-------------------------------------------------------------- */
@media screen and (max-width: 400px) {
	.summary-dashboard .summary-item {
		width: 49.5%;
	}
	.summary-detail .summary-item {
		width: 49.5%;
	}
}

/* Screen size greater than 768px
-------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	nav.nav-main {
		display: block !important;
	}
}


/* Responsive Table Reports Mark-Up Patrick
-------------------------------------------------------------- */

.reports-table{
  width:100%;
  border-collapse: collapse; 
  font-size: 9pt;
}

.reports-table th {
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding: 10px 5px;
	word-break: break-word;
}
.reports-table td,
.reports-table th {
	padding: 6px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

.reports-table textarea {
	display: block;
	width: 100%;
	min-height: 50px;
}

.reports-table input {
	display: block;
	width: 100%;
}

.reports-table select {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	padding-right:15px;
	padding-left:5px;
}
.reports-table select.multiple {
	width: 225px;
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
  

 .reports-table table, .reports-table thead, .reports-table tbody, .reports-table th, .reports-table td, .reports-table tr {
    display: block;
  }

  .reports-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .reports-table tr {
	border-bottom: 1px solid #ccc;
  }
  
  .reports-table td { 
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%;
  }
 

 
 
}
