/* SMART-CSS  11/25/2023 */
:root {
/*	--chacblue: #488FCF; */
	--chacblue: #489EEA;
}	
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body{
background-color: #e1e1e1;
 /*	background-color: #6264DF; */
 /*   background-image: url("./images/bg.jpg"); */
 /*   background-position: center top; */
 /*   background-repeat: repeat-y; */
 /*   color: #303030;  */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
/*	margin-left: auto; */
/*	margin-right: auto;*/ 
/*	margin-top: 0px;   */ 
	padding: 10px;
}	

body, td, th, input, textarea, select, a {
	font-size: 12px;
/*	font-size: 14px; */
}
li {list-style-type: none;}
.centered {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
}
#centered {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
}
#pagefooter {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;

}		

#menu {
	font-size: 15px;
	height: 35px;
	width: auto; 
	background:transparent;
	padding: 5px;
}
#menu > li {
	height: auto; 
	float: left; 
	width:auto; 
	background:transparent;
	margin-right: 15px;
	padding: 5px;	
	line-height: 15px; 
}
h1, .welcome {
	color: #636E75;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	color: black;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	margin-top: 2px;
	margin-bottom: 2px;
}	
h4{
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: black solid medium;
}	
h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}	
button {cursor:pointer;
	  width:auto;
	  height:auto;
}
button#tallbutton {
	  margin-bottom: 0;
}
button[disabled], input[disabled] {
cursor: default;
}

p {	margin-top: 0px;
	margin-bottom: 10px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
#logoutform {
	float: right;
	margin-right: 5px;
	height: 5px;
	width: 50px;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
#container{
	background-color :#e1e1e1;
	width: 980px;
	min-height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px !important;
	text-align: left;
	padding: 30px ;
	background: none repeat scroll 0 0 var(--chacblue);   
	border-radius: 12px 12px 12px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
 }	
#container-auto{
	background-color :#e1e1e1;
	min-width: 980px;
	min-height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px !important;
	text-align: left;
	padding: 30px ;
	background: none repeat scroll 0 0 var(--chacblue);   
	border-radius: 12px 12px 12px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
 }
#container-left{
	float: left;
    padding: 0 25px 25px;
    width: 970px;
	border-radius: 10px 10px 10px 10px;
} 
#container-right{
	float: right;
	text-align: right;
    padding:  25px 25px 0;
    width: 970px;
	border-radius: 10px 10px 10px 10px;
} 
#column-left {
	float: left;
	width: 430px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #ffffff;
	padding: 20px;
}
.column-left-50 {
	float: left;
	width: 50%;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	border: 1px solid #ffffff;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
}
.column-left-35{
	float: left;
	width: 35%;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	border: 1px solid #ffffff;
	padding: 10px;
	border-radius: 10px 10px 10px 10px;
}
#column-right {
	float: right;
	width: 430px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #ffffff;
	padding: 20px;
}
#content {
/*	min-height: 400px; */
	min-height: 900px;
	margin-bottom: 25px;
}
/*  cannot see where these sibling settings are used or needed
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
*/
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
div #google_translate_element{
	height: 25px;
}	
.{
/*this class is reserved for inspectionreport-charttable */
/*	min-height: 450px; */
}
div#charttable {		/* this controls boundary for chart drawn using googlecharts api */
/*	width:475px; */
/*	height:450px; */
    width:930px; 
	margin: auto;
/*	height:775px; */
	height: auto;
	border: #add8e6 groove thin;
	position: static;
/*	position: absolute; */
/*	right: 50%;*/
}
#charttable400 {		/* this controls boundary for chart drawn using googlecharts api */
    width:400px; 
	margin: auto;
    height: auto;
/*	border: #add8e6 groove thin; */
	position: static;
}
td {
	border: #D1E8FD groove thin;
	padding: 2px 10px 2px 10px;
	text-align: right;
}
tr {
	border: #add8e6 groove thin;
	text-align: right;
}
th {
	border-bottom: black solid medium;
	text-align: center;
}
@media print {
   caption {display: table-caption;}
   thead {display: table-header-group;}
   table, tr{page-break-after:auto;}
   table { page-break-inside:auto }
   tr    { page-break-inside:avoid; page-break-after:auto }
}	
table.inputtable  {
	border: blue groove thick;
	border:#6E6E6E groove thin;
	width:980px;
}
img#tpbackground  {
	background-color: transparent;
}
td#chart_title {text-align: center; font-size: 16px; font-weight: bold; border: none;}
table.menutable  {
	border: blue groove thick;
	width:600px;
}
table.menutable td {
	text-align: center; 
	border: none;
}
table.menutable tr th {
	text-align: left; 
	width:250px;
}
table.menutable thead tr th {
	text-align: center;
	width:150px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.frameless td {
	border: none;
}
table.printtable tbody {
/*	width: 900px; */
	max-width: 930px;
    display:block;	
	overflow: auto;
}

table.printtable th:first-child {
    position: fixed;
}
	
table#printThisId {
/*	height:265px;  */
/*	min-height: 450px; */
	position: relative;
	left: 50%;
}
table#printThisId2 {
/*	height:265px;  */
/*	min-height: 450px; */
	position: normal;
}
table#printThisIdChart {
/*	height:265px;  */
/*	min-height: 450px; */
/*	position: relative; */
/*	left: 75%; */
	position: static;
}
table#printThisIdNormal {
/*	height:265px;  */
	position: normal;
	overflow: auto;
}
button#drawingbutton{
	position: relative;
/*	left:50%;*/
}
button#tablebutton{
	position: relative;
/*	left:50%;*/
}	
/* ALL CSS BELOW THIS LINE COPIED FROM SMARTRENDMFG.COM - */
/* IT SHOULD BE DELETED IF UNUSUAL ACTIONS OCCUR ON WEBPAGES */
#container2 {
	float: left;
    padding: 0 25px 25px;
    width: 900px;
	border-radius: 10px 10px 10px 10px;
}
#flash-div {
    height: 423px;
    margin: auto;
    padding-bottom: 7px;
	border-radius: 10px 10px 10px 10px;
    width: 900px;
}
#header {
    float: left;
    width: 900px;
}
#image {
    box-sizing: border-box;
    color: #fff;
    height: 280px;
    padding: 40px 20px 0;
}
#top-jquery {
    height: 280px;
    margin-bottom: 15px;
	border-radius: 10px 10px 10px 10px;
}
.top-jquery-left img {
    position: relative;
    top: -10px;
}
.top-jquery-left img.filler-home-text {
    padding: 0;
}
.top-jquery-left {
    background-color: #e1e2e5;
    border-radius: 10px 0 0 10px;
    float: left;
    height: 280px;
    width: 513px;
}	
.top-jquery-right {
    border-radius: 0 10px 10px 0;
    float: left;
    height: 280px;
    width: 387px;
}
#container-cp{
	background-color :#e1e1e1;
	width: 600px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px !important;
	text-align: left;
	padding: 30px ;
	background: none repeat scroll 0 0 var(--chacblue);   
	border-radius: 12px 12px 12px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
 }
#container-left-cp{
	float: left;
    padding: 0 25px 25px;
    width: 200px;
	border-radius: 10px 10px 10px 10px;
} 
#redtext{
	text-color: red;
}	