/*
20231116 20201017
-------------------------------- */

html, /* body, ul, ol, li,*/ form, fieldset, legend {
                          font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%; 
}

p { 
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 { 
  margin-top: 0;
  margin-bottom: 0;
  border: 2px solid blue;
  text-align:center;
  font-weight:bold;
  color:darkblue;
}
h1 { font-size:200%;
}

h2 { font-size:150%;
}

h3 { font-size:150%;
  border: 1px solid blue;
}

h4 { font-size:130%;
  border: 1px solid blue;
  color:green;
}

h5 { font-size:130%;
  color:green;
  border: 1px solid blue;
}

h6 { font-size:130%;
  border: none;
} 

fieldset,img { border: 0; }
legend { color: #000; }
/*li { list-style: none; }*/
/*sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
*/

table {
        border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 1px solid black;
	width: 100%; 
}

.staffing {
  table-layout: fixed;
}
.damageform {
  table-layout: fixed;
}
.head {
  color: red;
}

table.navigation {
	background: lightyellow;
  	table-layout: fixed;
        border: 2px solid black;
}

input, textarea, select {
	font-size: 100%;

}

body {
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 100%; 
	text-align: justify;
	color: #000;
	background: #eeeeee;
	font: 100% "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
}
a { color:blue; text-decoration:underline; }
a:hover { text-decoration:none }

#container {
	float: left;
	width: 1000px;
	background: #bbb;
}

#nav {
	float: left;
	width: 200px;
	background: lime;
}

#content {
	float: left;
	width: 550px;
	margin: 0 0 0 25;
	background: yellow;
}

@media only screen and (max-width:640px) {
	#container { width: 600px; }
	#extras
	{
		clear: left;
		float: none;
		margin: 0 0 0 225;
		width: 550px;
	}
}

@media screen and (max-width:480px) {
	#container { width: 400px; }
	#nav
	{
		float: none;
		width: auto;
	}
	
	#content
	{
		float: none;
		width: auto;
		margin: 0;
	}
	
	#extras
	{
		float: none;
		width: auto;
		margin: 0;
	}
	
	.feature-image { display: none; }
}

h5 { background: lightyellow;
     border: 2px solid black;
}

div.map {
	position:relative;
	left:25px;
	top:0px;
	z-index: -1;
}

.mapbase {
	position:absolute;
	z-index:0;
}

.map_marker {
	position:absolute;
	z-index: 100;
}

input[type=submit] {
  transform: scale(1.0);
  color: red; font-weight: bolder; font-size: 120%;
  background-color: powderblue;
}

input[type='checkbox'] {
  transform: scale(1);
  margin-left:00;
  margin-right:00;
}

input[type='radio'] {
  transform: scale(1);
  margin-left: 0;
  margin-right: 0;
}

.button
{
    background-color:#4CAF50;
    border: none;
    color: blue; /*blue*/
    padding: 0 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 0 0px;
    cursor: pointer;
    z-index: 1;
}

.SpecialNeedsValue
{
    color:yellow;
}

.SpecialNeeds
{
    background-color:blue;
    padding: 0 0px;
    margin: 0 0px;
    text-align: justify;
    display: inline-block;
    font-size: 100%;
    z-index: 3;
    cursor: pointer;
}

@keyframes SpecialNeedsAnimate {
  0% {color: red; }
  30% {color: green; }
  60% {color: blue; }
  100% {color: pink; }
}

#imagedelete {
  transform: scale(1.0);
  color: red; font-weight: bolder; font-size: 120%;
  background-color: powderblue;
}

#Cancel { 
  color: red; font: bold; font-size: 130%;
}

#choosename {
  color: red;
  font: bold;
  font-size: 130%;
}

tr:nth-child(even) {
                      background-color: #dddddd;
                    }

th { 	text-align:center;
 	padding: 2pt;
	vertical-align: top;
        border-bottom: 1pt solid;
    }
td {	text-align:left;
        padding: 2pt;
        vertical-align: top;
   }

#name {
  color: yellow;
  margin: 0;
  z-index: 9;
  display: block;
  cursor: pointer;
  position: absolute;
}

#Home {
  color: yellow;
    display: block;
}

#MyNeighbor {
  color: blue;
    display: block;
}

#AddName {
  color: red;
}

.addname {
  border: 1px solid blue;
  color: red; font-weight: bold; font-size: 100%;
  background-color: powderblue;
}

.symbolLayer {
  top: 0; left: 0;
  margin: 0; padding: 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 4;
  opacity: 4;
  text-align: justify;
}

.textLayer {
  margin: 0;
  z-index: 5;
  cursor: pointer;
  position: relative;
  opacity: 1;
  min-width: 350px;
  max-width: 800px;
  background-color: blue;
}

.hide { display:none; }

#textBlock
{ 
  position: absolute;
  padding: 0 0;
  margin: 0;
  display: block;
  text-align: left;
  font-size: 100%;
}

       .menu {
            display: none;
            cursor: pointer;
            position: absolute;
            border: 1px solid #ccc;
            z-index: 1;
            color: blue;
        }
        .menu-item {
            background-color: blue;
            color: yellow;
            position: absolute;
            cursor: pointer;
            padding: 0 0;
            margin: 0;
            display: block;
            text-align: left;
            font-size: 100%;
        }


.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}

.popup .show {
  visibility: visible
}

.navigation {
	background: lightyellow;
        border: 2px solid black;
}

#headerInfo {
  height:3px;
  border: 1px solid black;
  background-color: red;
}

#imageType {
  color:green;
}

.blink {
  animation: blinker 1s linear infinite;
  color: red;
}

@keyframes blinker {
  50% { opacity: 0;
  }
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue ;
  color: #ffffff; 
}

