@charset "utf-8";

* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6–15.3, Edge */
    color-adjust: exact !important;                 /* Firefox 48–96 */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.pagebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-y: scroll; /* prevent pages was snaking */
	background-color: white;
	/*
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background: url("/background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}

.pagebody td, .pagebody th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.callbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}
.callbody td, .callbody th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.callbody hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin: 1em 0;
	padding: 0; 
}
a:link {
	color: darkcyan; /* #0080C0; */
	text-decoration: none;
}
a:visited {
	color: darkcyan; /* #0080C0; */
}
a:hover, a:hover font,.proposals a:hover div {
	color: white;
	background-color: darkcyan; /* #0080C0; */ /* steelBlue; */
	text-decoration: none;
}
a:active {
	color: darkcyan; /* #0080C0; */
	text-decoration: none;
}

.container {
	margin: auto;
	width: 1400px;
	overflow: hidden;
	background-color: white;
	/*
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: 4px solid;
	border-color: steelBlue;
	*/
}
.pageheader {
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 0;
	background-color: darkslategray;
	color: white;
	padding: 10px 0 10px 0;
}
.pageheader a img {
	border: none;
}
.pageheader a, .pageheader a:hover, .pageheader a:link {
	background-color: inherit;
	text-decoration: none;
}
.EditableBody {
	margin: 0;
}
.copyright {
	margin: auto;
	width: 100%;
	background-color: darkslategray;
	color: white;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px 0 10px 0;
	text-align: center;
}
.headline {
  font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.districts .overdue {
	color: #FF0000;
	font-weight: bold;
}
.districts .comingdue {
	color: #FF9900;
	font-weight: bold;
}
.districts a {
	color:#000000
}
.districts a:hover {
	background:#FFFFFF;
	text-decoration: underline;
}
.districts li {
	list-style: none;
	line-height: 130%;
}
.danger a:link {
	color: #FFF;
	background: #0080C0;
	
}
.danger a:visited {
	color: #FFF;
	background: #0080C0;
	text-decoration: none;
}
.danger a:active {
	color: #FF0000;
	text-decoration: none;
}
.danger a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
.whitetext {
	color: #FFFFFF;
}
.lefthalf {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
.endfloats {
	clear:both;
}
.inputnumber {
	text-align: right;
}
.sectionheader {
	color: #FFFFFF;
	background-color: darkcyan;
	width: 100%;
	height: 20px;
	font-weight: bolder;
	text-indent: 5px;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.callspacer {
	margin-top: 10px;
}
.calldetail {
	background: papayaWhip;
	position:absolute;
	max-width:70%;
	z-index:10;
	left: 25%;
	top: 50px;
	visibility: hidden;
	display: none;
	max-height:90%;
	overflow-y: auto;
	border:4px solid goldenrod;
	box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
}
.proposals, .orders {
	height:25px;
}
.ProposalContact, .OrderContact {
	font-weight: bold;
	text-align:center;
	width:10px;
	float:left;
	padding-right:16px; 
}

.ProposalKey {
	font-weight: 100;
	color: gray;
	border: 1px solid lightgray;
	padding: 8px;
	float: left;
}

 /* these were: green, limegreen, lightgreen, yellow, gold, darkorange, crimson, red */
.ContactColor-7 {color: #97B838; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-14 {color: #BFDC80; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-21 {color: #FCF080; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-28 {color: #FAE34C; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-35 {color: #F2AC58; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-42 {color: #EA8331; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-49 {color: #EC7272; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-56 {color: #C83D3D; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}

.ContactColor-Expired {color: darkmagenta; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-None {color: lightgray; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-Current {color: green; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.ContactColor-Delayed {color: lightgray; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}

.ProposalContactTwoWeeks {
	color: #CC0000;
	font-weight: bold;
	text-align:center;
	width:10px;
	float:left;
	padding-right:10px;
}
.ProposalContactOneWeek {
	color: #FFCC33;
	font-weight: bold;
	text-align:center;
	width:10px;
	float:left;
	padding-right:10px;
}
.ProposalContactNone {
	color: #CCC;
	font-weight: bold;
	text-align:center;
	width:10px;
	float:left;
	padding-right:10px;
}
.ProposalContactCurrent {
	color: #009900;
	font-weight: bold;
	text-align:center;
	width:10px;
	float:left;
	padding-right:10px;
}
.ProposalContactDelayed {
	color: lightGray; /* #660066; */
	font-weight: bold;
	text-align:center;
	width:10px;
	float:left;
	padding-right:10px;
}
.ProposalNumber {
	text-align:right;
	width:50px;
	float:left;
	padding-right:12px;
}
.ProposalDate {
	text-align:center;
	width:90px;
	float:left;
	padding-right:10px;
}
.ProposalDistrict {
	text-align:left;
	float:left;
	padding-right:10px;
}
.system-status {
	color: #999999;
	font-size: small;
	margin: auto;
	text-align: center;
	width: 100%;
}
