
body
{
	margin-top: 1px;
	padding: 0px;
	color: #555;
	/* font: normal 10pt Arial,Helvetica,sans-serif; */
	/* background-image: url('../images/leftbg.png');
	background-repeat:repeat-y; */
	background-color:rgb(139,198,61);
	font: normal 10pt Arial,Helvetica,sans-serif;

}


#page2
{
	height:150px;
	/* margin-top: 40px; */
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	/* margin-left: 10px; */
	background: #fefefc;
	border: 0px solid #8BC63D;
    /* background-image: url('../images/bg_white.jpg'); */
	background-image: url('../images/lintcheck_logo_125.jpg');
	background-position: left;
    background-repeat:no-repeat;

}

#page
{
	padding-left: 0px;
	padding-right:0px;
	min-height: 680px;
	/* background-color:rgb(139,198,61); */
	background-color: #fefefc;
	/* margin-left: 0px; */
	/* border: 1px solid #8BC63D; */
	border-top: 0px;
	/* background-image: url('../images/bg_green_mid.jpg'); */
	/* background-repeat:repeat-y; */
	margin-bottom: 20px;
}


#loginPage
{
	padding-left: 0px;
	padding-right:0px;
	min-height: 680px;
	/* background-color:rgb(139,198,61); */
	background-color: #fefefc;
	/* margin-left: 0px; */
	/* border: 1px solid #8BC63D; */
	border-top: 0px;
	background-image: url('../images/homebg.png'); 
	background-repeat:no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0px;
}


#header
{
	margin: 0px;
	padding: 0px;
	/* border-top: 3px solid #8BC63D; */
}

#content
{
    padding: 25px;
    width: 100%;

}

.padded
{
    padding-left: 10px;
	padding-right: 10px;
}

/* This code over rides the grid in styles.css makes lil less padding in table grid tds */
.grid-view table.items th, .grid-view table.items td
{
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0.2em;
}


#sidebar
{
	padding: 0px 0px 0px 0px;
}


#footer 
{
padding-left: 0px;
height:47px;
margin-bottom: 0px;
/* float: bottom; */
text-align: center;
font-size: 0.8em;
/* background-image: url('../images/bg_green_footer.jpg'); */
/* background-repeat:no-repeat; */
}

#footer a
{
/* #text-decoration:none; */
color: #666;
}

/* 
footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #8BC63D;
} */

#logo
{
	padding: 40px 175px;
	font-size: 200%;
	background-image: url('../images/lintBanner.png');
	/* background-image: url('../images/lintcheck_logo_275x275.jpg'); */
	background-color: #8BC63D;
	background-repeat:no-repeat;
}


#mainmenu
{
	/* background:white url(bg.gif) repeat-x left top; */
	/* padding-left: 250px; */
	float:right;
}

#mainmenu ul li
{
	display: inline;
	/* padding: 10px 2px 10px 2px; */
	/* margin:5px; */
}

#mainmenu ul li a
{
	color:#000;
	background-color:transparent;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	/* padding:5px 8px; */
	padding: 15px 10px 15px 10px;
	/* border-right: 1px solid #8BC63D; */
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #EFF4FA;
	background-color:#8ec63f;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#8BC63D;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 10px;
	border: 1px solid #8BC63D;
}

.align-right { float:right; margin: 0 0 15px 15px; }

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
	padding-left:400px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

/* .portlet
{mallCalendar

} */

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* TY's added CSS for this template */ 

#customer-grid
{
	width:100%;
}

/*
#removed aug 1 2012 -screws up captcha on contact form
#yw0
{
	width:100%;
}
*/


/* Added by Tyler - Sept 2012 */
.smallCalendar
{
	width: 44px;
	height: 46px;
	background: url( '../images/cal_green_44px_trans.png' ) no-repeat left 2px;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
}
.smallCalendar .month
{
	color: #FFFFFF;
	padding-top:2px;
}
.smallCalendar .day
{
	font-size: 1.5em;
	color: #993333;
	padding-top:5px;
}

/* Override the span behavior of bootstrap2 in order to center content */
.center {
	display: flex;
	justify-content: center;
}

/* Class to make Div / buttons outline */
/* .buttonDiv:hover {
	outline: rgb(203, 238, 163) solid 2px;	
	background:rgb(237, 247, 226);
	border-bottom: 3px solid rgb(121, 126, 115);
}
.buttonDiv {
	border-bottom: 3px solid transparent;
} */


/* https://www.w3schools.com/csS/css3_shadows_box.asp */
div.card {
	width: 65px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
  }
  
  div.header {
	background-color: #4CAF50;
	color: white;
	padding: 2px;
	font-size: 15px;
  }
  
  div.container {
	padding: 0px;
  }
  
hr.thinGreen {
	/* border: 10px solid green; */
	/* border-radius: 1px; */
	/* border: 1px solid #8BC63D; */
	border: 0;
	height: 0;
	border-top: 1px solid #8BC63D;
	/* border-bottom: 1px solid #8BC63D; */
  }

  .CommercialCustomerCell
  {
	  font-weight:bold;
  }
  .ResidentialCustomerCell
  {
	  font-weight:normal;
  }
  .IndustrialCustomerCell
  {
	  font-weight:bold;
	color:rgb(111, 30, 255);
  }