﻿body {
	background-color: white;
}

h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: medium;
  color: white;
}

h3 {
	font-family: Quattrocento, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: slategray;
	margin-bottom: 4px;
	margin-top: 0;
}

label {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
  color: dimgray;
}

img {
  max-height:100%;
  border: none;
}

/*
tr {
  height:112px;
}

*/

table tbody {
	display: block;
	height: 300px;
	overflow: auto;
}

th {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	color: navy;
	background-color: var(--tblheader);
	border-right: 1px solid white;
	position: sticky;
	top: 0;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	max-height: 15px;
}

td {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	background-color: lightyellow;
	color: black;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid darkgray;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
}

tr {
	min-height: 6px;
}

	td[contenteditable="true"]:focus {
		outline: 2px solid pink;		 /*#4a90e2*/
	}

p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
}

ul li {
	margin-left:-30px;
}

ul li:hover {
	background-color: green;
	color: palegreen;
}

/*
.input-container input {
	border: none;
	box-sizing: border-box;
	outline: 0;
	padding: .75rem;
	position: relative;
	width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
	*/
/************************ FIELDS ************************/
#divEventType {
	display: flex;
	flex-direction: column;
	background-color: green;
	color: white;
	margin-top: 8px;
	margin-left: 18px;
}

#catList {
	position: fixed;
	display: none;
	background-color: #e0ffe8;
	color: black;
	margin-left: 0;
	padding-right: 4px;
	border: 2px solid green;
}

#catListTop {
	background-color: green;
	color: white;
	height: 18px;
	border-radius: 8px;
	border: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
}

#divFilters {
	display: flex;
	flex-direction: row;
	top: 24px;
	width: 100%;
	margin-top: 8px;
	border: 2px solid darkgray;
	background-color: var(--sideBackground);
}

/************************ CLASSES ************************/

.Cancel {
	background-color: red;
	color: white;
	font-size: 16px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

/*.Layout {
	display: flex;
	flex-direction: column;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: large;
	color: black;
}
*/
.MsgTable {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 24px;
	color: Navy;
	background-color: lightyellow;
	border: 2px solid blue;
	border-collapse: collapse;
	border-color: lightgray;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0;
}

.ProfileTables {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: Navy;
	background-color: lightyellow;
	border: 2px solid blue;
	border-collapse: collapse;
	border-color: lightgray;
	width: 30%;
	margin-left: 2%;
}

.CCtable {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: Navy;
	background-color: lightyellow;
	border: 2px solid blue;
	border-collapse: collapse;
	border-color: lightgray;
	width: 100%;
}

/*.divSearch {
	display: flex;
	flex-direction: row;
	font-size: small;
	background-color: palegreen;
	padding-left: 0;
	padding-right: 24px;
	padding-bottom: 8px;
	margin-left: 24px;
	margin-bottom:0;
	border-left: 2px solid green;
	border-right: 2px solid green;
}
*/
.divDisplayRow {
	display: inline-flex;
	flex-direction: row;
	padding-bottom: 6px;
	width: 100%;
}

.divDisplayCol {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

.colPrice {
	width: auto;
	background-color: #d4f2f3;
	text-align: right;
	font-weight: normal;
}

.colPriceE {
	width: auto;
	background-color: #eaf9f9;
	text-align: right;
	font-weight: normal;
}

.colTotal {
	width: auto;
	background-color: #d4f2f3;
	text-align: right;
	font-weight: bold;
}

.colTotalE {
	width: auto;
	background-color: #eaf9f9;
	text-align: right;
}

.colAuthor {
	width: auto;
	min-width: 100px;
	background-color: #d8f0ff;
}

.colHidden {
	display: none;
}

.colZoneName {
	width: auto;
	background-color: aliceblue;
}

.colCreatedBy {
	width: 85px;
	background-color: aliceblue;
}

.colResCount {
	width: 60px;
	background-color: aliceblue;
	text-align: center;
}

.colMsg {
	background-color: aliceblue;
}

.ImgShow {
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
	max-height: 70%;
}

.SuppButton {
	margin-top: 9px;
	max-height: 90px;
}

.ProgressBox {
	height: 30px;
	width: 60px;
}

.StreetCell {
	width: 200px;
	text-align: left;
	border: 1px solid lightgray;
}

.ZoneCell {
	width: 200px;
	text-align: left;
	border: 1px solid lightgray;
}

.divPage {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
}


.cbPage {
	margin-right: 8px;
	cursor: pointer;
}

.lblPage {
	padding-bottom: 2px;
	color: black;
	width: 120px;
}

.btnFieldSearch {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: small;
	background-color: #a0c8e8;
	color: white;
	height: 20px;
	border-radius: 8px;
	border: 1px solid blue;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	margin-left: auto;
	margin-right: 0;
	margin-top: 0;
	padding-bottom:2px;
}

/*
.btnSearch {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: green;
	color: white;
	height: 28px;
	border-radius: 12px;
	border: 1px solid green;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	margin-left: 18px;
	margin-top: 12px;
	padding-bottom: 4px;
}

.btnBack {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: slategray;
	color: white;
	height: 28px;
	border-radius: 12px;
	border: 1px solid black;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 4px;
	display: block;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 12px;
}

.btnNext {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: blue;
	color: white;
	height: 28px;
	border-radius: 12px;
	border: 1px solid blue;
	border: none;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 4px;
	display: block;
	margin-left: auto;
	margin-right: 24px;
	margin-top: 12px;
}
	*/

.btnNew {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: #e0e0ff;
	color: blue;
	height: 28px;
	border-radius: 12px;
	border: 2px solid blue;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	max-width: 240px;
	display: block;
	margin-left: 6px;
}

.btnMsgType {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: blue;
	color: white;
	border-radius: 12px;
	border: 1px solid blue;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.btnDialog {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: small;
	background-color: lightyellow;
	color: black;
	height: 24px;
	border-radius: 8px;
	border: 1px solid black;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 4px;
	display: block;
	margin-left: auto;
	margin-right: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.btnAction {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: small;
	background-color: #404040;
	color: white;
	height: 24px;
	border-radius: 8px;
	border: none;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

.btnPrev {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: #505050;
	color: white;
	height: 24px;
	border-radius: 6px;
	border: 2px solid black;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 4px;
	display: block;
	margin-left: 24px;
	margin-right: auto;
}

.btnNextP {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: lime;
	color: black;
	height: 24px;
	border-radius: 6px;
	border: 2px solid green;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 4px;
	display: block;
	margin-top: 0;
	margin-right: 24px;
	margin-left: auto;
}

/*.btnSave {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: blue;
	color: white;
	height: 24px;
	border-radius: 6px;
	border: 2px solid blue;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/

.BtnBackShow {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 16px;
	background-color: #b0b0b0;
	color: white;
	height: 28px;
	border-radius: 14px;
	border: none;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 4px;
	display: block;
	margin-left: auto;
	margin-right: 12px;
	background-color: darkgray;
}

.tab {
	position: static;
}

.divProfile {
	width: 90%;
	position: absolute;
	top: 32px;
	margin-left: 5%;
	margin-right: 5%;
	background-color: var(--popoverbackground);
	border: 2px solid darkgray;
	border-radius: 8px;
	z-index: 30;
}

.divProfileB {
	display: none;
	position: fixed;
	top: 48px;
	max-width: 600px;
}

.darkClass {
	background-color: black;
	filter: alpha(opacity=50); /* IE */
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity: 0.50; /* FireFox */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	top: 0px;
	left: 0px;
}

/* Customize the label (the container) */
.container {
	display: block;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
	color: black;
	cursor: pointer;
	font-size: 14px;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #abf;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 5px;	/* 9px */
	top: 0px;   /* 5px */
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.CheckBx {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 0;
}

.CheckBxC {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.CheckBxM {
	font-size: small;
	color: navy;
	padding-left: 8px;
	padding-top: 0;
}

.StreetsDiv {
	display: block;
	border: none;
	margin-left:24px;
}

.ResDiv {
	display: block;
	margin-left: 40px;
}

.ViewIndicator {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 10px;
	position: absolute;
	top: 3px;
	left: 3px;
}

.ZoneName {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: small;
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 10%;
	background-color: paleturquoise;
	border: 2px solid red;
	margin-left: 20%;
	padding: 12px 12px 12px 12px;
}

.NameLegend {
	font-size: small;
	width: 80px;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
}

.NameLegendE {
	font-size: small;
	width: 36px;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
}

.NameLegendL {
	font-size: small;
	width: 110px;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
}

.NameLegendMaps {
	font-size: small;
	width: 180px;
	color: white;
	text-align: right;
	padding-right: 4px;
	padding-top: 2px;
}

.eMailLegend {
	font-size: small;
	text-align: right;
	padding-right: 8px;
	padding-top: 4px;
	margin-left: 18px;
}

.pLegend {
	font-size: small;
	text-align: right;
	padding-right: 6px;
	padding-left: 16px;
	padding-top: 2px;
}

.iText {
	font-size: small;
	padding-left: 4px;
	padding-right: 4px;
	width: 80px;
}

.LegText {
	display: inline-flex;
	flex-direction: row;
	margin-top:6px;
}

.TextBoxA {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: small;
	width: 90%;
	min-height: 40px;
	background-color: #e0ffe8;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	padding: 4px 4px 4px 4px;
}

.TextBoxB {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: small;
	width: 98%;
	min-height: 40px;
	background-color: #e0e8ff;
	margin-top: 6px;
	border: 1px solid black;
	padding: 4px 4px 4px 4px;
}

.divTextBox {
	display: block;
	width:100%;
	margin-left:2%;
}

.colAddrActive {
	width: 40px;
	background-color: white;
	text-align:center;
}

.colAddrUnit {
	max-width: 40px;
	background-color: white;
	text-align: center;
}

.colAddrHouse {
	max-width: 60px;
	background-color: white;
}

.colAddrStreet {
	width: auto;
	background-color: white;
}

.colAddrTown {
	width: auto;
	background-color: white;
}

.colAddrPostal {
	max-width: 80px;
	background-color: white;
}

.colPhnActive {
	width: 34px;
	background-color: white;
	text-align: center;
}

.colPhnNum {
	width: auto;
	background-color: white;
}

.colPhnType {
	width: 30px;
	background-color: white;
	text-align: center;
}

.colPhnSMS {
	width: 30px;
	background-color: white;
	text-align: center;
}

.colPhnPref {
	width: 30px;
	background-color: white;
	text-align: center;
}

.colContactWhen {
	background-color: papayawhip;
}

.colCommentWhen {
	background-color: papayawhip;
	width: 80px;
}

.colCommentText {
	background-color: #e0ffe8;
}

.colConcernsText {
	background-color: #e0e8ff;
}

.txtPriority {
	background-color: var(--txtBackground);
	width: 20px;
	text-align:center;
	margin-left: 12px;
	border: 1px solid gray;
}

.TextLabelLeft {
	text-align: left; 
	height: 18px;
	margin-top: 2px;
	padding-bottom: 0;
}

.TextInput {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: Navy;
	background-color: lightyellow;
	height: 18px;
	padding-left: 4px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid black;
}

.selInput {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: black;
	background-color: lightyellow;
	height: 20px;
	padding-left: 4px;
	margin-left: 12px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid black;
}

.TextInputShort {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: Navy;
	background-color: lightyellow;
	height: 18px;
	width: 76px;
	padding-left: 4px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid black;
}

.TextInputLong {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: Navy;
	background-color: lightyellow;
	height: 18px;
	width: 200px;
	padding-left: 4px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid black;
}

.TextNoEdit {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: black;
	background-color: transparent;
	height: 18px;
	width: 80px;
	text-align:left;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border: none;
}

.DateInput {
	font-family: Verdana, Verdana, Geneva, Tahoma, sans-serif, Tahoma, sans-serif;
	font-size: small;
	color: navy;
	background-color: lightyellow;
	height: 18px;
	border: 1px solid black;
}

.showDialog {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	color: black;
	background-color: lightyellow;
	width: 48%;
	padding: 4px 4px 4px 4px;
	margin-left: 2%;
	border: 1px solid black;
}

.NormalTable {
	margin-top: 6px;
}

.msgBox {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	display: block;
	position: fixed;
	/*padding: 24px;*/
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	max-width: 80%;
	color: black;
	background-color: #ddffdd;
	border: 12px solid green;
	border-radius: 14px;
	z-index: 60;
}
/*
.tblTextBox {
	border: none;
	max-width: 50px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
*/
.errorBox {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	display: block;
	position: fixed;
	padding: 24px;
	color: black;
	background-color: #ffdddd;
	border: 18px solid red;
	border-radius: 14px;
	z-index: 60;
}

.msgWait {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	display: block;
	position: fixed;
	/*padding: 24px;*/
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	color: black;
	background-color: #ffff80;
	border: 12px solid palegreen;
	border-radius: 14px;
	z-index: 60;
}

.msgBox {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	display: block;
	position: fixed;
	/*padding: 24px;*/
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	max-width: 80%;
	color: black;
	background-color: #ddffdd;
	border: 4px solid green;
	border-radius: 14px;
	z-index: 60;
}

.SelectorLabel {
	font-size: small;
	text-align: center;
	padding-right: 8px;
	padding-top:0;
	padding-bottom:3px;
}
