﻿
a:focus{
	outline:none;
}
input[type=submit] {
	background-color: #292F3D;
	color: #fff;
	padding: 0.9% 1.7%;
	border: none;
	border-radius: 5px;
	margin-top: 10px;
	/*background-color: #333;
	color: #fff;*/
	/*padding: 2%;
	border: none;*/
}

	input[type=submit]:hover {
		background: #000;
	}
	input[type=submit]:active {
		background: #444;
	}
a{
	text-decoration: none;
	/*color: #09BFFF ;*/
}
.borderFlash {
  animation-duration: .2s;
  animation-name: borderFlash;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes borderFlash {
  from {
     border: transparent 3px solid;
  }
  
  to {
     border: red 3px solid;
  }
}

#planform span{
		margin: 10px;
	}
	.overlay 
    {
        position: absolute;
        width: 20px;
        height: 20px;
        /*background-color: #FFFF00;*/
        /*border: 1px solid #FF0000;*/
        display: block;
        /*z-index: 1;*/
        /*color: #000;*/
    }
    .fixed-nav-bar {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9999;
	  width: 100%;
	  height: 75px;
	  /*background-color: #00a087;*/
	}
	#page-wrap { 
  width: 600px; 
  margin: 15px auto; 
  position: relative; 
}
#sidebar{
	margin: 18px 0 0 0px;
	height: 475px;
	width: 16%;
	float:right;
	overflow-y: scroll;
	border: solid black 1px;
	
}
#sidebar li{
	list-style-type: none;
	margin-bottom: 20px;
	/*background-color: #333;*/
	padding: 5px;
	margin-left: -20%;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.sidebarList{
	text-decoration:none;
	/*color: white;*/
	background: #333;
	margin-bottom: 10px;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	height: 120px;
}
.delete{
	/*background-color: #FF0000;*/
	padding: 3px 9px;
	text-decoration:none;
	/*color: #fff;*/
}
.close {
	background: #606061;
	/*color: #FFFFFF;*/
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.siteButtons{ 
	margin: 2%;
}
.siteButtons:disabled{
	/*color: #888;
	background-color: #444;*/  
	
}
.siteButtons:hover{
	 
}

#ptHover:hover{
	background: #00DB78;
}


#siteList td{
	text-align: center;
	border: #000 1px solid;
}
button:active{
	background: #444;
}
button:hover{
	background: #444;
}
button:focus {outline:0;}

a:hover{
	/*color: #000 !important;*/
	
}
.saved{
	/*color: #00ff00 !important;*/
}
.saved:hover{
	/*color: #ffff00 !important;*/
}
.form-error{
	position: absolute;
	width: fit-content;
	/*color: #000;*/
	background: #FFA294;
	border: 1px solid #FF0000;
	border-radius: 3px;
	line-height: 1.5;
	padding: 0 5px;
	margin-left: 1px;
}
#regTable{
	float:left;
	width: 15%;
    margin-left: 1.5%;
}
#regionList{
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 3px;
}
#regionList tr{
	background:rgba(245,245,245,1);
	box-shadow: 0px 3px 5px -3px black;
	width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
}
#regionList tr:hover{
	box-shadow: 0px 1px 3px -2px black;
	background: rgba(220,220,220,1);
	cursor:pointer;
}
#regionList tr:active{
	-webkit-filter: saturate(200%);
}

#regionList tr td:first-child{
	width: 60%;
    display: inline-block;
}
#regionList tr td:last-child{
    height: 20px;
    width: 20%;
    display: inline-block;
}
