/*
Theme Name: WP Boilerplate
Theme URI: http://dts.utah.gov
Description: DTS Boilerplate WordPress theme
Version: 1
Author: DTS User Experience Design Group
Author URI: http://dts.utah.gov
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

textarea {
   font-family: inherit;
   font-size: 18px;
}


html {
    /* ADD CUSTOM FONTS HERE */
	font-size: 1em; /* 1em = 16px | generally do no change this value so you can override it easily for accessibility */
    line-height: 1.4;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/*modal information*/
	
	/* old modal info .modalWhite {background-color:#ffffff; border-radius:5px; padding:10px; width:500px;}*/
	
/* New Modal popup Dialog CSS */

.modalContent {padding:15px;}

.pop-up-box-backdrop {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	display: none;
    overflow: auto;
}
.pop-up-box {
	background-color: #f9f9f9;
	border-radius: 8px;
	margin: 50px auto;
	display: block;
	position: relative;
	width: 620px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    /*overflow: hidden;*/
}
.pop-up-box .form {
	border: none;
}
.pop-up-box .graybg {
    padding: 15px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4) inset;
}
.pop-up-box-backdrop .closebutton {
	z-index: 100;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -12px;
	right: -12px;
	background:transparent url('../img/icon_closebutton_white.png') left top no-repeat;
}
.pop-up-box-backdrop .closebutton:hover {
	background-position: left -40px;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video, 
.wp-caption {
    vertical-align: middle;
	max-width: 100% !important;
	height: auto;
}

/*
 * Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 31px 0 0;
    background: #ccc url("img/alert-icon-large.png") 15px center no-repeat;
    color: #000;
    padding: 20px 15px 20px 100px;

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* These two basic classes are used throughout the site. Adjust widths to match your needs */
.site-full {
	width:100%;
	position:relative;
}
.site {
	max-width: 1200px;
	margin:0 auto;
	position:relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {background:#D1D3D4;
	font-family:'Tw Cen MT', sans-serif;
	margin:0;}
	
a:link, a:visited {color:#169CD1;}

h1 {font-family:'Oswald', sans-serif; /*font-weight:400*/ }

h2 {font-family:'Oswald', sans-serif; /*font-weight:400*/; text-transform:uppercase; font-size:1.2em;}

h3 {font-family:'Century Gothic', sans-serif; /*font-family:'Tw Cen MT 700', sans-serif;*/ font-size:1.3em}

h4, h5 {font-family:'Century Gothic', sans-serif;}
	
/*Accessibility links in #settings*/
#sitesettings-panel a:link, #sitesettings-panel a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#sitesettings-panel a:hover {
	text-decoration:underline;
}



/* ********************** Header ********************** */
#header-container {
	/*this contains all the header elements. (header, main menu, search, etc) Useful for stickey headers. */
	margin-top:31px; /* offset for Utah.gov header */
	background: #f6f6f6;
}
#header-container.sticky {
	margin-top:0;
	z-index: 2;
	position: fixed;
	top:0;
}
#header-container #header-wrapper {
	/*background:#40585E;*/
	background: #414042;

}
#header-container #header-wrapper #header {

}

#waterquality-logo {
	/*background:transparent url(../img/header-deq-divisionofwater.png) no-repeat top left;*/
	background:transparent url(../img/drinking-water-white-logo.png) no-repeat top left;
	display:block;
	width:250px;
	height:70px;
	float:left;
	background-size:contain;
	margin:5px 0 0 20px;
}


/* ******** Main Menu ******** */
#header-container #mainmenu-wrapper {
	background:#0E84AA; /* change to match your site */
	
}

/*  #mainmenu {
	float:right;
	width:490px;
	width:700px;
	
} */

#mainmenu-o {
	float:right;
	/*width:200px;*/
}

#header-container #mainmenu-wrapper ul#menu-mainmenu {
	margin:0;
	padding:0;
	list-style-type: none;
	/*margin-right:20px;*/
	
}

#header-container #mainmenu-wrapper ul#menu-mainmenu > li {
	margin:0;
	padding:0;
	display: block;
	float:left;
	
}



/*ul#menu-mainmenu li.icon-engineering {background:transparent url("img/icon-engneering.png") no-repeat 10px 12px; } 
ul#menu-mainmenu li.icon-geology {background:transparent url("img/icon-geology.png") no-repeat 5px 12px;}
ul#menu-mainmenu li.icon-accounting {background:transparent url("img/icon-accounting.png") no-repeat 10px 12px;}
ul#menu-mainmenu li.icon-reporting {background:transparent url("img/icon-reporting.png") no-repeat 10px 12px;}
ul#menu-mainmenu li.icon-certifications {background:transparent url("img/icon-certifications.png") no-repeat 10px 12px;}*/

#header-container #mainmenu-wrapper ul#menu-mainmenu > li > a {
	padding:30px 10px;
	text-decoration: none;
	display:block;
	color:#FFFFFF;
	text-transform:uppercase;
}

ul#menu-mainmenu li a:hover {
	background-color:#0C5466;
	color:#FFFFFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);	
}

#header-container #mainmenu-wrapper ul.sub-menu {
	margin:0;
	padding:0;
	display:none;
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	background:#ccc; /* change to match your site */
	list-style-type: none;
	min-width: 400px; /* change to match your site */
}
#header-container #mainmenu-wrapper ul.sub-menu li {
	margin:0;
	padding:0;
}
#header-container #mainmenu-wrapper li > ul.sub-menu {
	display:block;
}

#header-container #mainmenu-wrapper li > ul.sub-menu > li > ul.sub-menu {
	left:100%;
}
	
#header-container #mobilemenu {
	display:none;
}

.mobile-mainmenu-button {background: transparent url("../img/icon-mobilemenu.png") no-repeat 10px 30px; float:left;}

ul#mainmenu li a.mobile-mainmenu-button {padding-left:50px;}

.login {width:300px; float:right; text-align:right; padding-right:10px;}
.login a{padding:5px 10px; display:inline-block;}
.welcome {width:200px; float:left; margin-left:15px; padding: 5px 10px;}

/* ******** Site Search / Google Custom Search Field ******** */
#searchform_main input[type="text"] {
	height: 24px;
	vertical-align: top;
}
#searchform_main .searchButton {
	background: #333 url("img/icon-search.png") no-repeat scroll center center;
    border: 2px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    height: 32px;
    width: 32px;
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
	display:inline-block;
	color:rgba(0,0,0,0);
}
#searchform_main .searchButton:hover {
	background-color:#000;
}

/* ********************** Content ********************** */
/* change to match your site */
#content-wrapper {
	background:#ccc;
}
#content {
	background:#fff;
}
#content #content-secondary {
	width:30%;
	float:left;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content #content-main {
	padding:15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*#content #content-secondary~#content-main {
	width:67%;
	float:left;
	margin-left:3%;
}*/
#content #secondary-menu-button {
	display:none; 
}

/*    *********    *********   Secondary Menu   *********    *********    */
#content-secondary .widget {
	padding:15px;
}
#content-secondary .widget.widget_nav_menu {
	padding:0;
}
#content-secondary .widget_nav_menu h3 {	
	/* change to match your site */
	padding:15px 20px;
	margin:0;
	background:#666; 
	color:#fff;
	font-size:1.4em;
}
#content-secondary .widget_nav_menu ul.menu, 
#content-secondary .widget_nav_menu ul.menu ul.sub-menu {
	list-style-type: none;
	margin:0;
	padding:0;
}
#content-secondary .widget_nav_menu ul.menu ul.sub-menu {
	/* change to match your site */
	border-left:10px solid #333;
}
#content-secondary .widget_nav_menu ul.menu > li.menu-item {
	margin:0;
	padding:0;
}
#content-secondary .widget_nav_menu ul.menu > li.menu-item a {
	/* change to match your site */
	background: #eee;
	padding: 10px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #aaa;
	border-top:1px solid #fff;
	text-shadow: 0 1px 0 #fff;
	color:#444;
	font-weight: bold;
}
#content-secondary .widget_nav_menu ul.menu > li.menu-item a:hover, 
#content-secondary .widget_nav_menu ul.menu li.menu-item.current-menu-item > a {
		/* change to match your site */
	color:#00a1ff;
}
#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow {
	/* change to match your site */
	display:inline-block;
	width:20px;
	height:20px;
	background:transparent url('img/secondary-menu-arrows.png') left top no-repeat;
	vertical-align: top;
	margin-right:10px;
}
#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow:hover, 
#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow.open {
	background-position-x: right;
}

#content-secondary .widget_nav_menu ul.menu > li.menu-item ul.sub-menu {
	display:none;
}
#content-secondary .widget_nav_menu ul.menu li.current-menu-parent > ul.sub-menu,
#content-secondary .widget_nav_menu ul.menu li.current-menu-ancestor > ul.sub-menu{
	display:block;
}

.col3 {width:32%; float:left;}
#facilitySearch {}
/*#s2id_searchSystem {width:80%;} /* select2 in facilitySearch */
#customReports {margin-right:15px;} 
#s2id_customReportItems {width:80%;} /* select2 in customReports */
#waterSystemReports {}
#waterSystemReports ul {list-style-type:none; margin-right:10px; padding:0;}
#waterSystemReports li {float:left;}
#waterSystemReports li a {margin-right:7px;}


/* ***** Course Details ***** 
#courseDetails {max-height:400px;}
#courseName {width:50%; float:left;} 
#addEditCourse{background-color:#E6E7E8; border-radius:5px; padding:10px; border:1px solid #999; margin-left:15px; }
#addEditCourse input[type="text"] {}
*/

/* ***** Exam Details ***** 
#examDetails {max-height:400px;}
#examName {width:50%; float:left;}
#addEditExam{background-color:#E6E7E8; border-radius:5px; padding:10px; border:1px solid #999; margin-left:15px; display:none;}
#addEditExam input[type="text"] {}
*/

/* ***** Course Attendees ***** 
#courseAttendees{}
#attendeeHighlights{background-color:#E6E7E8; border-radius:5px; padding:5px; border:1px solid #999;}
#attendeeName {}
#attendeeInfo {background-color:#414042; border-radius:5px; color:#FFFFFF; padding:5px 0 5px 5px; font-size:1em;}
#attendeeInfo ul {list-style-type:none;}
#attendeeInfo ul li {float:left; }
*/




/* ********* Report Header ******** */

div.reportTitle {margin-top:50px;} /*****Inventory, IPS, Monitoring Report Titles, etc.*****/

#reportHeader{color:#FFFFFF;}

#waterSystemName{width:50%; background:#000000; float:left;}
#waterSystemName ul {list-style-type:none; padding:0; margin:0; font-style:normal;}
#waterSystemName li {float:left; padding:10px 5px; margin-right: 5px; text-transform:capitalize;}
.capFirstLetterOfWord {text-transform:capitalize;}
#waterSystemName li a {margin-right:15px;}
#pwsID {width:175px; padding:10px 5px;}/*not using right now*/

#approvalRating{width:50%; float:left;}
#approvalRating ul {list-style-type:none; padding:0; margin:0;}
#approvalRating li {float:left; padding:10px 5px; margin-right: 35px;}
#approvalRating li a {margin-right:15px;}
.rating-A{background:#108C4F;}
.rating-C{background:#d2b307;}
.rating-N{background:#a40606;}
.rating-{background:grey;} /* for system that have no ratings */


#contacts {float:left; margin-right:15px;}
#siteInformation{float:left; margin-right:15px;}
#updates {float:left; margin-right:15px;}
#consumptiveZone {float:left;}

.col4 {width:24%;}

div.col4 ul {list-style-type:none; padding-left:0;}

.headerList {list-style-type:none; padding-left:0;}
.headerName {font-weight: bold; font-size: 1em;}

.deq {position:absolute;}

/****** Admin and Report Screens *******/

ul.adminScreen {list-style:none; width:500px;}
ul.adminScreen li{}
ul.adminScreen li a{display:block; padding:7px 10px; text-decoration:none;}
ul.adminScreen li a:hover {color:#FFFFFF; background-color:#333333;}

/***** System Needing Rating Change Admin Page *****/

div.autoCompletePickList ul {list-style-type:none;}
div.autoCompletePickList ul li:hover{background:grey;cursor: pointer; cursor: hand;}


.lastUpdated {margin:20px 0;}


.reportScreen{}


/******Tables******/

.tableTitle{text-transform:uppercase; padding:0; margin:0; margin-top:10px; padding-bottom:10px; font-size:1.17em;}
div.reportdiv{position:relative;}
.reports{margin-bottom:10px;}
.deleteIcon {background:transparent url("../img/icons/delete.png") no-repeat; width:24px; height:24px; position: absolute; top:0; right:50px;}
.deleteRowIcon {background:transparent url("../img/icons/delete.png") no-repeat; width:24px; height:24px; position: absolute; right: 5px; top: 10px;}
.deleteIconTable{
	background:transparent url("../img/icons/delete.png") no-repeat;
	width:24px;
	height:24px;
	position: absolute;
	top:22px;
	right:50px;
}

/***** From Joseph *****/
.deleteButton {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	background-color: #C1272D;
	border-radius: 12px;
	color: #fff !important;
	text-decoration: none;
	-moz-transition: 200ms background-color;
    -webkit-transition: 200ms background-color;
	transition: 200ms background-color;
}
.deleteButton:hover {
	background-color: #E00000;
}
.deleteButton i {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	top: 50%;
	left: 50%;
	background: transparent url('../img/x-icon.png') center center no-repeat;
	-moz-transition: 300ms all;
    -webkit-transition: 300ms all;
	transition: 300ms all;
}
.deleteButton b {
	display: block;
	position: absolute;
	width:0;
	height: 0;
	opacity: 0;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}

table {
	/*background: #f5f5f5;*/
	background:#ffffff;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	line-height: 24px;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 100%;
	font-size:.9em;
}

table.outterTable {
	border: #aaa solid 1px;
}

th.subheader {
	background: #b8dce6;
	color: #444;
	border-bottom: #aaa solid 1px;
}

tr.total {font-weight:bold;}
tr.total a {font-weight:normal; text-decoration:none; margin-left:10px; color:#169CD1;}
tr.total a:hover {background:#169CD1; color:#FFFFFF; padding:5px; font-weight:normal; text-shadow: 0 0 0;}

th {
	background: linear-gradient(#0E84AA, #0C7189);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#0E84AA', endColorstr='#0C7189');
	/*border-left: 1px solid #555;*/
	/*border-right: 1px solid #777;*/
	/*border-top: 1px solid #555;*/
	/*border-bottom: 1px solid #333;*/
	box-shadow: inset 0 1px 0 #999;
	color: #ffffff;
  	padding: 7px 15px;
	position: relative;
	/*text-shadow: 0 1px 1px #000;*/
	font-weight:bold!important;
	font-size: 15px;
}

th:after {
	background: linear-gradient(rgba(255,255,255,0));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

/*td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}*/

tr {
	
}

tr:nth-child(even) td {
	background: #f1f1f1;	
}

tr:nth-child(odd) td {
	background: #ffffff;	
}

/*tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}*/

th.reportHeaders{
	background: linear-gradient(#0E84AA, #0C7189);
	padding: 0 0 0 10px;
	color: #f0f8ff;

}
/*Sub Tables*/

th.headerdetails {background: #7d7869}
tr.details {background:#000000; width:100%;}
tr.details table {
	background:#ffffff;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	line-height: 24px;
	margin:0;
	text-align: left;
	width: 100%;
	font-size:.9em;
}

tr.details td {background:#FFFFFF;} /*!*keeping here because MO requested white but looks bad*!*/
td.tdcolspan{
	border:	#cccccc solid 1px;
	padding: 0 0 0 78px;
	margin: 0;
}

tr.details table tr:nth-child(even) td {
    background: #f1f1f1;
}

tr.details table tr:nth-child(odd) td {
    background: #ffffff;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}

/*tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}*/

table.editableFields td {
	padding-left:10px;
	padding-right:10px;
}

table.editableFields input[type="text"] {margin-bottom:0;}

.selectSingle {width:100%;}
.select2-drop {font-size:.9em;}


/* ***************    Images and Captions   *************** */
.alignleft {
	float: left;
	margin:0 15px 15px 0;
}

.alignright {
	float: right;
	margin:0 0 15px 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter2 {
	position: absolute;
	left:50%;
	display: block;
	transform: translateX(-50%);
}


h2.aligncenter, h3.aligncenter, p.aligncenter {
	text-align: center;
}




.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	background-color:#ebebeb;
	font-style: italic;
	font-size: .79em;
	line-height: 1.5;
	color: #757575;
	padding:5px;
}

div.wp-caption {
	max-width: 100%;
}

p.wp-caption-text {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	text-align:center;
	padding:0;
	margin:0 10px 0 0;
}

.alignnone p.wp-caption-text {
	margin:0;
}

/* ********************** Footer ********************** */
#footer-wrapper {

}
#footer-wrapper #footer {

}

#footer {font-size:1em;}
#footer .govFooter {width:30%; float:right; margin:10px 10px 0 0; display:block;]}

.col50{width:35%;}
.col{width:48%;}
.col20{width:20%;}

#footer ul {list-style-type:none; padding:0; margin:0;}
#footer li a {float:left; margin-right:10px;}

#uibar {
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	width:100%;
	line-height: 30px;
	font-size:12px;
	background-color:#222;
}
.admin-bar #uibar {
	top:32px;
}
#uibar #uibar-left {
	float:left;
	width:90%;
	border-right:1px solid #000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#uibar #settings {
	width:10%;
	height:31px;
	float:right;
	background: url("https://secure.utah.gov/nav/images/utgov_hb1.jpg") repeat-x scroll center top transparent;
	border-left:1px solid #444;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#uibar #settings a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
#uibar #settings a img {
	width:24px;
	margin-left:-10px;
}

/* ------------------ Site Settings Panel ------------------ */
#sitesettings-panel {
	position: absolute;
	top:31px;
	right:5px;
	border:1px solid #000;
	background: #fff;
	padding:15px;
	z-index: 100;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
#sitesettings-panel h4 {
	color:#000;
	margin:10px 0 0 0;
	text-align:center;
}
#sitesettings-panel h4:first-child {
	margin:0;
}
#sitesettings-panel .button {
	margin-top:10px;
}
#sitesettings-panel .button.small {
	width:20%;
	float:left;
	margin-left:5%;
	font-size:1.9em;
	-moz-box-sizing: border-box;
	padding:0;
	text-align: center;
	box-sizing: border-box;
}
#sitesettings-panel .button.small.first {
	margin-left:0;
}
#sitesettings-panel .button.medium {
	width:50%;
	float:left;
	margin-left:5%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sitesettings-panel .closebutton {
	z-index: 100;
	position: absolute;
	right:-12px;
	top:-12px;
	width: 40px;
	height: 40px;
	background:transparent url('img/icon_closebutton_white.png') left top no-repeat;
}
#sitesettings-panel .closebutton:hover {
	background-position: left -40px;
	top: -20px;
	right: -20px;
}

/**************** Layout - Contact Form ***************        */
div.wpcf7 {
	background:#f5f5f5;
	border-radius: 10px;
	padding:15px;
}
form.wpcf7-form {}
form.wpcf7-form label {
	display: block;
	float: left;
	width: 35%;
	text-align: right;
	margin-right: 2%;
}
form.wpcf7-form .required {
	color: red;
}
form.wpcf7-form span.wpcf7-form-control-wrap {
	display: block;
	float: left;
	width: 63%;
}
form.wpcf7-form input, form.wpcf7-form textarea {
	height: 30px;
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
form.wpcf7-form textarea {
	width:100%;
	height:200px;
}
form.wpcf7-form input.small {
	width: 25%;
}
form.wpcf7-form input.medium {
	width: 50%;
}
form.wpcf7-form input.large {
	width: 100%;
}
form.wpcf7-form input[type="submit"] {
	padding:10px 40px;
	height: auto;
	font-size: 1.25em;
}
form.wpcf7-form .wpcf7-response-output+br
{
	display: none;
}
form.wpcf7-form .wpcf7-response-output+p
{
	margin:0;
}
.feedbackformwrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 2000;
}
.feedbackformarea {
	max-width: 900px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	display: none;
	border-radius: 15px;
	position: relative;
	
}
.admin-bar .feedbackformarea {
	margin: 40px auto;
}
.feedbackformarea .closebutton {
	z-index: 100;
	position: absolute;
	right:-10px;
	top:-10px;
	width: 40px;
	height: 40px;
	background:transparent url('img/icon_closebutton_white.png') left top no-repeat;
}
.feedbackformarea .closebutton:hover {
	background-position: left -40px;
}

#feedbackformbuttons {
	padding: 100px 50px;
}

/* Took from vitalRecords... jquery validate */
form label.error {
    width: auto;
    display: block;
    float: left;
    background: #f00;
    color: #fff;
    padding: 3px 10px 3px 0;
    margin: 0 0 0 15px;
}
form label.error:before {
    content: '';
    position: relative;
    left: -10px;
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 10px solid #f00;
    border-bottom: 6px solid transparent;
    -moz-transform: scale(1.001);
}

/*  This error is for multiple column set ups where there isn't room on the side and has to go below the input box*/

form .oneHundred label.error {
    
}

form .oneHundred label.error:before {
    content: '';
    position: relative;
    left: 20px;
    top:-19px;
    display:inline-block;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f00;
    -moz-transform: scale(1.001);
}

form .col2 label.error {
    /*padding: 3px 10px 3px 10px;*/

    /*input[type="radio"]*/
}

form .col2 .left label.error  {
   float:right;
    /*this is to fix the error label from floating in front of the radio buttons*/
    
}

form .col2 label.error:before {
    content: '';
    position: relative;
    left: 20px;
    top:-19px;
    display:inline-block;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f00;
    -moz-transform: scale(1.001);
}

form .col3 label.error {
    
}

form .col3 label.error:before {
    content: '';
    position: relative;
    left: 20px;
    top:-19px;
    display:inline-block;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f00;
    -moz-transform: scale(1.001);
}


form .col4 label.error:before {
    content: '';
    position: relative;
    left: 20px;
    top:-19px;
    display:inline-block;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f00;
    -moz-transform: scale(1.001);
}

form .errBottom label.error:before {
    content: '';
    position: relative;
    left: 20px;
    top:-19px;
    display:inline-block;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f00;
    -moz-transform: scale(1.001);
}

form .errSide label.error:before {
    content: '';
    position: relative;
    left: -10px;
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 10px solid #f00;
    border-bottom: 6px solid transparent;
    -moz-transform: scale(1.001);
}


.deqFormLabel{
	font-weight: 900;
	display:block;
}


.deqRequiredInd:before{
	content: "* ";
	font-weight: 900;
	color: red;
	
}

.landUseBackGroundColor{
	background-color: #99FFFF !important;
	clear:both;
	overflow:auto;
}



.errorMsg{
	font-weight: 900;
	color: red;
}

/* ********************** Buttons ********************** */

.btn, a.btn:link, a.btn:visited {
border-radius:5px;
color:#ffffff;
border:1px #999999 solid;
text-decoration:none;
padding:7px 5px;
}

a.btn:link.showAllDetailsButton {color:#333;}

a.btn:link.emailRecentViolationsButton {
	color: #333;
}


.btn.center{text-align:center;} /* centers text in modal */
.float-right{float:right;}
.float-left{float:left;}

.btn-med {font-size:1.4em;}

/* uncommented to get the site-settings panel buttons to work properly */
.button {
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	display: block;
	padding:10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	outline: 0;
	text-align: center;
}
.button:hover {
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.75) inset;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.75) inset;
}
.button.right {
	float:right;
}
a.button.left {
	float:left;
}

.revdropshadowtext, .revdropshadowtext h2, .revdropshadowtext a {
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	font-weight: normal;
}
.revdropshadowtext a:hover {
	color:#eee;
}

/* ********************** Document Icons ********************** */
.documentdl {
	display: inline-block;
	padding-left: 20px;
	background: transparent url("img/document-default.png") left 3px no-repeat;
	min-height: 16px;
}
.documentdl.pdf {
	background-image: url("img/document-pdf.png");
}
.documentdl.excel {
	background-image: url("img/document-excel.png");
}
.documentdl.word {
	background-image: url("img/document-word.png");
}
.documentdl.zip {
	background-image: url("img/document-zipper.png");
}
.documentdl.video {
	background-image: url("img/icon-video-small.png");
}


/* ********************** Columns for Responsive Layout ********************** */
.row {
	display:block;
	/*background-color:red;*/
	
}
.row .column {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	display:block;
	margin-bottom: 15px;
	
}
.row .col2 {
	margin-left:4%;
	width:47%;
	
}
.row .col2:first-child,
.row .col2:nth-child(2n+3) {
	margin-left:0;
	clear:left;
}
.row .col3 {
	margin-left:3.5%;
	width:31%;
}
.row .col3:first-child,
.row .col3:nth-child(3n+4) {
	margin-left:0;
	clear:left;
}
.row .col4 {
	margin-left:4%;
	width:22%;
}
.row .col4:first-child, 
.row .col4:nth-child(4n+5) {
	margin-left:0;
	clear:left;
}
.row .col5 {
	margin-left:2.5%;
	width:18%;
	
}
.row .col5:first-child, 
.row .col5:nth-child(5n+6) {
	margin-left:0;
	clear:left;
}
.row .col6 {
	margin-left:2%;
	width:15%;
}
.row .col6:first-child, 
.row .col6:nth-child(6n+7) {
	margin-left:0;
	clear:left;
}

/* ==========================================================================
   Restricted Content Classes used in conjuction with a function in the main.js to hide and show content
   You also need a role-based plugin to manage restricted content such as the "Members" Wordpress plugin
   ========================================================================== */
.agency-restricted {
	display:none !important;
}
.state-restricted {
	display:none !important;
}
.agency-restricted.visible {
	display: inherit !important;
}
.state-restricted.visible {
	display: inherit !important;
}

/* ********************** Colors ********************** */

.gray-v {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Turn off image smoothing rendering in browsers */
.nosmoothing {
	image-rendering:optimizeSpeed;             /* Legal fallback */
	image-rendering:-moz-crisp-edges;          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	image-rendering:crisp-edges;               /* CSS4 Proposed  */
	image-rendering:pixelated;                 /* CSS4 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}

/*
 * Temp Show for measuring hidden elements. (See plugins.js)
*/
.temp-show {
	display:block;
}

/*
 * Image replacement
*/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
*/

.invisible {
    visibility: hidden;
}

.bold{
	font-weight: bold;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table;  /*2*/
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
    *zoom: 1;
    }

#hideShowDetails {margin-bottom:15px; width:100%;}
.hideAllDetailsButton{}
.showAllDetailsButton{}

/******** bootstrap buttons  ********/

/* Purple Function Colors*/
/*
.btn-functionDark {background:#4C0537;}
.btn-functionMiddle {background:#6D0C4A;}
.btn-functionLight {background:#910F69;}
.btn-functionDark:hover, .btn-functionMiddle:hover, .btn-functionLight:hover {background:#333;}
*/

/* Black Function Colors*/

.btn-functionDark {background:#000000;}
.btn-functionMiddle {background:#434849;}
.btn-functionLight {background:#757C7C;}
.btn-functionDark:hover, .btn-functionMiddle:hover, .btn-functionLight:hover {background:#000000;}

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{
	text-shadow:0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}
.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
	.btn:active,.btn.active{background-image:none}
	.btn-default{text-shadow:0 1px 0 #fff;
	background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%)
	;background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}
	.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}
	.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}
	.btn-default:disabled,.btn-default[disabled]{background-color:#e0e0e0;background-image:none}
	.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
	background-image:-o-linear-gradient(top,#428bca 0,#2d6ca2 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#2d6ca2));
	background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#2b669a}
	.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}
	.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}
	.btn-primary:disabled,.btn-primary[disabled]{background-color:#2d6ca2;background-image:none}
	.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
	background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;border-color:#3e8f3e}
	.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}
	.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}
	.btn-success:disabled,.btn-success[disabled]{background-color:#419641;background-image:none}
	.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
	background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}
	.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}
	.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}
	.btn-info:disabled,.btn-info[disabled]{background-color:#2aabd2;background-image:none}
	.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
	background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
	background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;border-color:#e38d13}
	.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}
	.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}
	.btn-warning:disabled,.btn-warning[disabled]{background-color:#eb9316;background-image:none}
	.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
	background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}
	.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}
	.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}
	.btn-danger:disabled,.btn-danger[disabled]{background-color:#c12e2a;background-image:none}

/*****Form Inputs*****/

input:not([type=submit]):not([type=file]) {
   /* omg so much cleaner */
   border: 1px solid #ccc;; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 10px;
    /*background: rgba(255,255,255,0.5);*/
    margin: 0 0 10px 0;
	border-radius:7px;
	-moz-border-radius:7px;
	}
input[type="text"] {
    width: 80%;
}


/*total coliform sample history*/

.right-inner-addon {
    position: relative;
    margin-right: 30px;
}

.right-inner-addon input[type="text"] {
    width: 100%;
    padding: 0;
    padding: 10px;
}

.twentyFive {
    width: 25%;
}

.fourty {
    width: 40%;
}

.fifty {
    width: 47%;
}

.oneHundred {
    width: 100%;
}

.40
{
    width: 40em
;
}

.20
{
    width: 20em
;
}

.right-inner-addon input {
    /*padding-right: 30px;*/
}

.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
	height:14px;
	
}

.inputGroup {position: relative; padding-right:20px}
.inputGroup label {font-weight:bold; display:block;}
.inputGroup input[type="text"] {padding:0; padding:10px; width:80%; float:left;}
.inputGroup span {float:left; padding: 10px 12px; pointer-events: none; height:14px; margin-left:-40px; }
.inputGroup span.select2-chosen {float: none; padding:0; height:auto; margin-left:0; }
.inputGroup .select2 {float: left; }
.inputGroup button {float: left; margin-left:15px; }
.inputGroup span.select2-arrow {padding: 0px;}
.inputGroup input[type="text"]#certificateNumber   {background-color:#9E1D20; border-radius:10px; color:#FFFFFF; width:80%; float:left;padding:10px; font-size:.8em;}


/*Can be used to limit the width of input boxes.  All input boxes are now set to 80% of their containing div*/

.xsmall {
width:100px;
}
.small {
width:150px;
}
.medium {
width:200px;
}
.large {
width:300px;
}
.xlarge {
width:1500px;
}


/*icon without a label*/
.icon {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* icon with a label */
.icon-with-label {
  position: relative;
  /*top:23px;*/
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

.icon-calendar {
	background:url(../ico/icon-calendar.png) center no-repeat;
}

.search-icon-blue {
	background:url(../img/search-icon-blue.png) center no-repeat;
}

.left {float:left;}
.right {float:right;}

/*A gift from Andrea*/

/*!
 * jQuery UI Datepicker 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
	width: 16.5em;
	/*padding: .2em .2em 0;*/
	display: none;
	border:#6D6E71 1px solid;
	
	
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em;
	background-color:#000000;
	color:#ffffff;
	}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 15px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 15px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
	
}


.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	background:#108C4F;
	
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
	
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker td a:hover {
	background:#108C4F;
	color:#FFFFFF;
	text-decoration:none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker tr:nth-child(even) td {
	background: #C7DDD2;	
}

.ui.datepicker tr:nth-child(odd) td {
	background: green;	
}

#operatorDetails {width:800px; background-color:#E6E7E8; border-radius:5px; padding:5px; margin-top: 20px; margin-bottom:30px;}
#operatorName {width:50%; float:left;}
#certificateNumber {background-color:#9E1D20; border-radius:5px; color:#FFFFFF; width:40%; float:right;padding:5px 0 5px 5px; font-size:1em;}


#backflowContainer {background-color:#414042; color:#ffffff; border-radius:5px;padding:5px 10px;}
#backflowContainer ul {list-style:none; padding:0;}
#backflowDetails {width:800px; background-color:#E6E7E8; border-radius:5px; padding:5px; margin-top: 20px; margin-bottom:30px;}
#backflowName {width:50%; float:left;}
#backflowContact {width:450px; float:left;}
#backflowDOB {float:right; width:300px;}
#licenseNumber {background-color:#9E1D20; border-radius:5px; color:#FFFFFF; width:40%; float:right;padding:5px 0 5px 5px; font-size:1em;}

#operatorContainer {background-color:#414042; color:#ffffff; border-radius:5px;padding:5px 10px;}
#operatorContainer ul {list-style:none; padding:0;}
#operatorContact {width:500px; float:left;}
#operatorDOB {float:right; width:200px;}
#waterSystem {display:block; clear:both; float:left;}
#waterSystem li {background:transparent url(../img/icon-watersystem.png) 0 50% no-repeat; padding:5px 0  5px 40px;}
#employer {display:block; clear:both; float:left;}
#employer li {background:transparent url(../img/icon-watersystem.png) 0 50% no-repeat; padding:5px 0  5px 40px;}
#employer li#employerAdd {background: none repeat scroll 0 0 rgba(0, 0, 0, 0); padding:5px 0  5px 40px;}

/*.240 {width:240px;}*/

/*  CSS for Rounded Tabs  */


/*CSS based of of jQuery UI style sheet*/
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	/*padding: .2em .2em 0;*/
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	/* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.ui-tabs .ui-tabs-nav li.icon-certification {background:#0E84AA url(../img/icon-white-certification.png) no-repeat 10px 12px; }
.ui-tabs .ui-tabs-nav li.icon-contact {background:#0E84AA url(../img/icon-white-contact.png) no-repeat 10px 12px;}
.ui-tabs .ui-tabs-nav li.icon-comments {background:#0E84AA url(../img/icon-white-comments.png) no-repeat 10px 12px;}
.ui-tabs .ui-tabs-nav li.icon-reports {background:#0E84AA url(../img/icon-white-reports.png) no-repeat 10px 12px;}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding:15px 15px 15px 60px;
	text-decoration: none;
	display:block;
	color:#FFFFFF;
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
	color:#000000;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	color:#000000;
}

.ui-tabs .ui-tabs-nav li.icon-certification.ui-tabs-active {background:#FFFFFF url(../img/icon-blue-certification.png) no-repeat 10px 12px; border-left:2px solid #939598; border-right:2px solid #939598; border-top:2px solid #939598; } 
.ui-tabs .ui-tabs-nav li.icon-contact.ui-tabs-active {background:#FFFFFF url(../img/icon-blue-contact.png) no-repeat 10px 12px; border-left:2px solid #939598; border-right:2px solid #939598; border-top:2px solid #939598; }
.ui-tabs .ui-tabs-nav li.icon-comments.ui-tabs-active {background:#FFFFFF url(../img/icon-blue-comments.png) no-repeat 10px 12px; border-left:2px solid #939598; border-right:2px solid #939598; border-top:2px solid #939598; }
.ui-tabs .ui-tabs-nav li.icon-reports.ui-tabs-active {background:#FFFFFF url(../img/icon-blue-reports.png) no-repeat 10px 12px; border-left:2px solid #939598; border-right:2px solid #939598; border-top:2px solid #939598; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
	border:2px solid #939598;
	padding: 10px;
	margin:-2px -10px 0 0;}
	
	input[type=checkbox]{
		visibility:hidden;}
		
	.checkboxFour {
	width: 20px;
	height: 20px;
	background: #ddd;
	margin: 2px 10px;

	border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

#certification_details_container, #exams_container, #contact_addresses_container, #contact_communications_container,
#comments_container {margin-bottom:20px;} 

.gracePeriod {
	width: 200px;}
.gracePeriod input[type=text]{
	width:10px;
	height:10px;
	margin-left:10px;}	
	
	
.checkboxFour label {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;

	background: #CCC;

	-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}

.checkboxFour input[type=checkbox]:checked + label {
	background: #26ca28;
}

#checkBoxContainer {
	width:50%;
	height:35px;
	}
	
.checkBoxContainer {margin-top:10px; margin-bottom:10px;}
.checkBoxContainer label{margin:0;}

#operatorSearch .checkBoxContainer label{vertical-align:baseline; margin:0 5px;}
#operatorSearch .checkBoxContainer input[type="radio"]{vertical-align:baseline; margin-top:5px;}

/*controls size of deficiency type on significant deficiencies report*/
#s2id_deficiencyType{width:90%;}

div.reportTitle input[type="text"] {
	/*background:rgba(0,0,0,0);*/
	background:transparent;
	border:none;
	color: #000000;
	outline:none; 
    -webkit-box-shadow:
    	inset 0 0 0px  rgba(0,0,0,0),
            0 0 0px rgba(0,0,0,0);  
    -moz-box-shadow:
    	inset 0 0 0px  rgba(0,0,0,0),
            0 0 0px rgba(0,0,0,0); 
    box-shadow: 
      inset 0 0 0px  rgba(0,0,0,0),
            0 0 0px rgba(0,0,0,0); 
    padding: 0;
    position:absolute;
	top:1px;
	left:0;
	width:100%;
	text-align:center;
	font-size:1.17em;
	font-weight:bold;
	display:none;
	font-family:'Century Gothic', sans-serif;
	}
	
.centeredFrame {
    width: 95%; 
    height: 95%; 
    position:relative; 
    vertical-align: middle;
}	

.centeredFrame img{
    position: relative; 
    top: 50%; 
    left: 50%;
}


.savingPopup {
	width: 200px;
	height: 150px;
}

.largeFont{
	font-size: 24px;
}

.planReviewSubmittalPopup{
	width: 1100px;
}

.planReviewEditPopup{
	width: 1200px;
}


.sourceProtectionDocumentPopup{
	width: 1100px;
}

.systemWaiverEligibilityPopup{
	width: 1100px;
}

.xLargePopup{
	width: 1200px;
}

.largePopup{
	width: 1000px;
}

.mediumPopup{
	width: 800px;
}

.fireAuthorityPopup{
	width: 900px;
}

.facilityExceptionPopup{
	width: 900px;
}

.facilityExceptions{
	border: 1px solid #999;
}
td.facilityExceptions div ul{
	width: 80%;
	list-style:none;
}
input[type="text"].facilityExceptionInput{
	width: 50%;
}
td.facilityExceptionColumn{
	width: 50%;
}

.lookupContent{
	position:absolute;
	z-index:100;
	margin-top:30px;
	background:#EAE4CA;
	padding:10px;
	display: none;
}

.divTable100Percent{
	display: table;
	width:100%;
}
.divTableRow{
	display: table-row;
}
.divTableCell50Percent{
	display: table-cell;
	width:50%;
}

.divTableCell100Percent{
	display: table-cell;
	width:100%;
}

/* standard form elements */
.ipsSummaryPointFont{
	font-size: 24px;
}

.deficiencyTypes {
	margin: 0;
position: relative;
display: inline-block;
zoom: 1;
vertical-align: middle;
width:20em;}

tr td.highlight {background-color:#EAE4CA;}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
/* == iPad/iPhone [portrait + landscape] == */

@media screen{
	div#printFooter{ display:none; }
	div#printHeader{ display:none; }
}

@media only screen and (max-width: 1155px) {
#consumptiveZone.col4 {width:23%;}
}


@media only screen and (max-width: 1024px) {
	
#consumptiveZone.col4 {width:22%;}
#approvalRating li {margin-right:15px;}

#s2id_deficiencyType{width:100%;}

#ips-report-ips-summary tr:nth-child(odd) td:nth-child(1) {
font-weight:bold;
}

/*Search by county, create custom report for summary reports*/
#s2id_searchSystem {width:80%;}
#s2id_customReportItems {width:80%;}
	
}


@media only screen and (max-width: 800px) {
	#approvalRating li {margin-right:0;}
	.row .col2,
	.row .col2:nth-child(2n+3),
	.row .col3,
	.row .col3:nth-child(3n+4) {
		margin-left:0;
		width:100%;
	}
	.row .col4,
	.row .col4:nth-child(4n+5) {
		margin-left:4%;
		width:48%;
		clear:none;
	}
	.row .col4:first-child,
	.row .col4:nth-child(2n+3) {
		margin-left:0;
		clear:left;
	}
	.row .col5,
	.row .col5:nth-child(5n+6),
	.row .col6,
	.row .col6:nth-child(6n+7) {
		margin-left:3.5%;
		width:31%;
		clear:none;
	}
	.row .col5:first-child,
	.row .col5:nth-child(3n+4),
	.row .col6:first-child, 
	.row .col6:nth-child(3n+4) {
		margin-left:0;
		clear:left;
	}
}

@media only screen and (max-width: 768px) {
	#consumptiveZone.col4 {width:20%;}
	
	
	/*system facility exceptions details*/
	td.facilityExceptions div ul{
	width: 80%;
	list-style:none;
	padding:0;
	}
	
	/*significant deficiencies*/
	.right-inner-addon.fourty {width:80%;}
	#s2id_deficiencyType{width:100%;}
	
	/*significant deficiencies making water system id bold in first td element*/
	#ips-report-ips-summary tr:nth-child(odd) td:nth-child(1) {
	font-weight:bold;
	}
	
	.facilityExceptionPopup {
	width: 700px;
	}
	
	#new-dialog-form textarea {
	resize:both;}
	
	#s2id_textSearchBox {
	width:90%;}
	
}



@media only screen and (max-width: 750px) {
	#uibar #settings a img {
		display:none;
	}
	
	#facilitySearch.col3{width:100%;}
	#customReports.col3{width:100%}
	#waterSystemReports.col3{width:100%;}
	.deq {display:none;}
	
	#operatorSearch.col3{width:47%;}
	#waterSystemManagement.col3{width:47%;}
	#waterSystemReports.col3{width:100%;}
}

@media only screen and (max-width: 700px) {
	
#header-container {
		margin-top:0;
	}
	#header-container #mobilemenu {
		display:block;
		background-color:#0E84AA;
		padding:7px 7px 0 7px;
		line-height:1em;
		height:40px;
		color:#FFFFFF;}
		
	#mobile-mainmenu-button{background: transparent url(../img/icon-mobilemenu.png) top left no-repeat; float:left; height:40px; width:24px;}
	#mobilemenu span{display:block; text-align:center; font-size:1em;}
	#mobilemenu span a{color:#FFFFFF; text-decoration:none; font-size:1em;}
	
	#header-container #mainmenu-wrapper {
		display:none;
		position:relative;
	}
	
	#header-container #mainmenu {width:100%;}
	
	#header-container #mainmenu-wrapper ul#menu-mainmenu > li {
		float:none;
		text-align:center;
	}
	
	#header-container #mainmenu-wrapper ul#menu-mainmenu > li > a {
		float:none;
		text-align:center;
		padding:5px;
	}
	
	#header-container #mainmenu-wrapper ul.sub-menu {
		position: relative;
		min-width: 100%;
		margin-left:20px; /* change to match your site */
	}
	#header-container #searchform_main {
		display:none;
	}
	
	#waterquality-logo {
		display:none;
	}
	
	#pwsID {float:left;}
	
	/*  CSS for Rounded Tabs  */


/*CSS based of of jQuery UI style sheet*/

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	/* Only round the top corners */
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ui-tabs .ui-tabs-nav li.icon-certification {background-image:none; }
.ui-tabs .ui-tabs-nav li.icon-contact {background-image:none;}
.ui-tabs .ui-tabs-nav li.icon-comments {background-image:none}
.ui-tabs .ui-tabs-nav li.icon-reports {background-image:none;}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding:15px 10px 15px 10px;
	text-decoration: none;
	display:block;
	color:#FFFFFF;
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
	color:#000000;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	color:#000000;
}

.ui-tabs .ui-tabs-nav li.icon-certification.ui-tabs-active {background-image:none; border-left:2px solid #939598; border-right:2px solid #939598; border-top:2px solid #939598; } 
.ui-tabs .ui-tabs-nav li.icon-contact.ui-tabs-active {background-image:none; border-left:2px solid #939598; border-right:2px solid #939598; border-top:2px solid #939598; }
.ui-tabs .ui-tabs-nav li.icon-comments.ui-tabs-active {background-image:none; border-left:2px solid #939598; border-right:2px solid #939598; border-top:2px solid #939598; }
.ui-tabs .ui-tabs-nav li.icon-reports.ui-tabs-active {background-image:none; border-left:2px solid #939598; border-right:2px solid #939598; border-top:2px solid #939598; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
	border:2px solid #939598;
	padding: 10px;
	margin:-2px -10px 0 0;}
	
	#footer .govFooter {width:550px; clear:both; margin:0 auto; float:none;}
}


@media only screen and (max-width: 600px) {
    /* Style adjustments for mobile screens (600px or lower) */
	/* Add other sizes to meet your needs */
	
	#contacts.col4{width:45%;}
	#siteInformation.col4{width:45%}
	#updates.col4{width:45%}
	#consumptiveZone.col4{width:45%}
	#pwsID.right {float:left;}
	
	#operatorSearch.col3{width:100%;}
	#waterSystemManagement.col3{width:100%;}
	#waterSystemReports.col3{width:100%;}
	#operatorDetails{width:550px;}
	
	.deleteRowIcon {background:transparent url("../img/icons/delete.png") no-repeat; width:24px; height:24px; position: absolute; right: 5px; top: 10px;}
	.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent:-9999px;}
	
	#mainmenu-o {float: none;}
	.mobile-mainmenu-button {background-image: none; float:none;}
	ul#mainmenu li a.mobile-mainmenu-button {padding-left:15px;}
    
	#content #content-secondary {
		display:none;
		width:100%;
		margin-left:0;
	}
	#content #content-secondary~#content-main {
		width:100%;
	}
	#content #secondary-menu-button {
		display:block;
	}
	#uibar {
		display:none;
	}

	
	#footer .govFooter {width:550px; clear:both; margin:0 auto; float:none;}
	#deq-logo {
	background: url("../img/deq-logo.png") no-repeat top;
	width:90px;
	height:90px;
	float:left;
	margin:10px 10px;
	}
	
	#footer ul {list-style-type:none; padding:0; margin:0;}
	#footer li a {float:left; margin-right:10px;}
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
	#searchform_main .searchButton {
		background-image: url("img/icon-search2x.png");
		background-size: 24px;
	}
	#content-secondary .widget_nav_menu ul.menu > li.menu-item a .menu-arrow {
		background-image: url('img/secondary-menu-arrows2x.png');
		background-size: 42px;
	}
	
	#sitesettings-panel .closebutton {
		background:transparent url('img/icon_closebutton_white2x.png') left top no-repeat;
		background-size:40px;
		
		
	}
	
	
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        /*background: transparent !important;*/
        /*color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    body {
		color:#000000;
		font-family: Times, "Times New Roman", Garamond, serif;
		font-size:.9em;
		bottom: 2em;		
	}


	div#printHeader {
	    position: fixed;
	    display: block;
	    width: 100%;
	    height: auto;
	    top: 0;
    }

	
	div#printFooter {
		display:block;
		position: fixed;
		bottom: 0;
  	}
  	


	.donotprint{display:none;}
	
	input [type="text"]{display:none;}
	#footer-wrapper {display:none;}
	.btn {display:none;}
	#calendar {display:none;}
	#facilitySearch {display:none;}
	#customReports {display:none;}
	#waterSystemReports{display:none;}
	#mainmenu{display:none;}
	#header-container{display:none;}
	#mainmenu-wrapper{display:none;}
	.col4 {width:23%;}
	#reportHeader {}
	#waterSystemName{background-color:#000000; color:#ffffff;}
	.deleteIcon{display:none;}
	.deleteIconTable{display:none;}
	.welcome{display:none;}
	.login{display:none;}
	#uibar {display:none;}
	.reports {page-break-inside: avoid;}
	table {page-break-inside:auto; border-collapse: collapse;}
	tr { page-break-inside:avoid; page-break-after:auto }
	/*table {border-collapse:collapse;}*/
	table th {background-color:#000000;}	
	/*table, thead, th, tr, td {border:none!important, box-shadow:none!important; }*/

	table.outterTable {
		border: #aaa solid 2px;
	}

	th {
	/*border-left:none;*/
	/*border-right:none;*/
	/*border-top: none;*/
	/*border-bottom:none;*/
	/*box-shadow:none;*/
	color: #fff;
  	padding: 7px 15px;
	position: relative;
	text-shadow: none;
	font-size: 1em;
	font-weight:normal!important;
}

th:after {
	content: '';
	
}

th:first-child {
	border-left: none;	
	box-shadow: none;
}

th:last-child {
	box-shadow: none;
}

h4.totalPoints {
	text-align: right;
	padding-right: 10px;
}
td {
	/*border-right: none;*/
	/*border-left: none;*/
	/*border-top: none;*/
	/*border-bottom:none;*/
	padding: 5px 15px;
	position: relative;
	transition: all 300ms;
}

/*td:first-child {*/
	/*border-left:none;*/
	/*box-shadow: none;*/
/*}	*/

/*td:last-child {*/
	/*border-right:none;*/
	/*box-shadow: none;*/
/*}*/

tr:nth-child(even) td {
	background: #f1f1f1;
	/*border:none;*/
}

/*tr:nth-child(odd) td {*/
	/*border:none;*/
/*}*/

/*tr:last-of-type td {*/
	/*box-shadow: none; */
	/*border:none;*/
/*}*/

/*tr:last-of-type td:first-child {*/
	/*box-shadow: none;*/
	/*border:none;*/
/*}	*/

/*tr:last-of-type td:last-child {*/
	/*box-shadow: none;*/
	/*border:none;*/
/*}*/

	th.reportHeaders{
		background: linear-gradient(#0E84AA, #0C7189);
		padding: 0 0 0 10px;
		color: #f0f8ff;
	}

	th.subheader {
		background: #b8dce6;
		color: #444;
		border-bottom: #aaa solid 1px;
	}

/*Sub Tables*/
	th.headerdetails {background: #7d7869}
	tr.details {background:#000000; width:100%;}
	tr.details table {
		background:#ffffff;
		/*border-collapse: separate;*/
		border-collapse: collapse;
		border:	#cccccc solid 2px;
		/*box-shadow: inset 0 1px 0 #fff;*/
		line-height: initial;
		margin:0;
		text-align: left;
		width: 100%;
		display: block;
		/*font-size: 10px;*/
	}

	/*tr.details td {background:#FFFFFF;} /*!*keeping here because MO requested white but looks bad*!*/
	td.tdcolspan{
		/*border:	#cccccc solid 1px;*/
		padding: 0 0 0 80px;
		margin: 0;
	}


	tr.details table tr:nth-child(even) td {
		background: #f1f1f1;
	}

	tr.details table tr:nth-child(odd) td {
		background: #ffffff;
	}

	div.innertd {
		height: auto !important;
	}

    a, a:visited {
        font-weight:bold; text-decoration:none;
    }

	.ipsSummaryPointFont{
		font-size: 12px;
	}

	html {
		font-size: 12px;
	}



/*We don't need to show urls on reports*/

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
	*/

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    
    
    

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin-left: 0.5cm;
        margin-right: 0.5cm;
        margin-top: 0.5cm;
        counter-increment: page;
        counter-reset: page 1;
	    @top-right {
	        content: "Page " counter(page) " of " counter(pages);
	    }        
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/*

Use this CSS to provide high-contrast and other accessible changes.
The following class is addded to the body when the user has chosen "High Contrast View"

.accessibilityview

*/

.accessibilityview .gray-v {
	background:#000;
}


/* for bacti summary total caliform */
.fraction, .top, .bottom {
    padding: 0 5px;    
}

.fraction {
    display: inline-block;
    text-align: center;    
}

.bottom{
    border-top: 1px solid;
    display: block;
}

#previousNext {
	list-style-type: none;
	margin:0;
	padding:0;
}

#previousNext li a {
	float:left;
	display:inline-block;
	padding:4px 10px;
	text-decoration: none;
	min-width: 60px;
	text-align: center;
	font-size: .9em;
	margin-right: 7px;
}
