/*EWP © 2015 J-U-B ENGINEERS, Inc.*/
 
 /*
  Green: #898d36
  Purple: #1a3b5c
  gray: #E9E9E9



*/

.main-header
{
    color: #2B4B7A !important;
}


.meetingBox
{
    background-color: #fde6a1;
    padding: 25px,25px,25px,25px;
    margin: 25px,25px,25px,25px;
    margin-top: 25px;
}


.tab1 
{
    margin-left: 40px;
    padding: 15px; 
}

.comment-bubble
{
    color: #898d36;
}

.banner-background
{
   background:rgba(0,0,0,0.5);  
}

/*
.banner-logo
{
   background:rgba(255,255,255,0.4);  
   padding-right: -30px;
    padding-left: -30px;
}
*/


.banner-text
{
    color: #FFFFFF;
     font-weight: bold;
     font-size: 28px;
     text-shadow:
   -1px -1px 0 black,  
    1px -1px 0 black,
    -1px 1px 0 black,
     1px 1px 0 black;
    
}


.banner-subtext
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    text-shadow:
    -1px -1px 0 black,  
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black; 
    
 }
 


.panel-default > .panel-heading-i {
	background-color: #1a3b5c;
}
.panel-default > .panel-heading {
	background-color: #898d36;
}

.navbar ul.nav a:hover {
	color: #fff;
	background-color: #5986C5;
	-webkit-transition: color 0.1s ease;
	-moz-transition: color 0.1s ease;
	-o-transition: color 0.1s ease;
	transition: color 0.1s ease;
}

.navbar .nav li.active a {
    color:#fff;
	background-color:#2B4B7A;
}

.navbar ul.nav a { 
	color: #5986C5;
	background:transparent;
}


/*map*/

#map {
	width: 850px;
	height: 700px;
	float: left;
	border: 1px solid #666;
}



.btn-primary{ 
    background-color: #5986C5;
    border-color: #2B4B7A;
}

.btn-primary:hover
{
    background-color: #ACC2E2;
    border-color: #5986C5;
}
    
.btn-rw.btn-primary {
	color:#fff;
	background-color: #5986C5;
	-webkit-box-shadow:0px 2px 0px rgba(255, 116, 84, 0.5);
	-moz-box-shadow:0px 2px 0px rgba(255, 116, 84, 0.5);
	box-shadow:0px 2px 0px rgba(255, 116, 84, 0.5);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.btn-rw.btn-primary:hover, .btn-rw.btn-primary:focus
{
    background-color: #5986C5;
    -webkit-box-shadow: 0px 2px 0px #ACC2E2;
    -moz-box-shadow: 0px 2px 0px #ACC2E2;
    box-shadow: 0px 2px 0px #ACC2E2;
}

/*thanks popup*/

.popup {
	border: 1px solid #d76e27;
	background-color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	color: #E15928;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	width: 200px;
	height: 80px;
	text-align: center;
	display: none;
	position: absolute;
	left: 565px;
	top: 485px;		
	z-index: 5000;
}
#thankspopup img {
	float:left
}

.exampleList
{
   font-style: italic; 
}


/*footer copyright and login*/

.footer {
	margin-top: 0px;
	margin-right: 0 auto;
	margin-bottom: 0px;
	margin-left: 0 auto;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #EFE7E7;
	background-color: #6d6d6d;
}
.footer .lftcol, .footer .rtcol {
	float: left;
	height: auto;
	width: 450px;
}
.footer .lftcol .img, .footer .rtcol .img {
	height: 100px;
	width: 75px;
	float: left;
	text-align: center;	
}
.footer .lftcol .copy, .footer .rtcol .copy {
	float: left;
	overflow: hidden;
	width: 75%;
}
.footer .rtcol .copy span, .footer .lftcol .copy span {
	color: #d76e27;
}

footer a{
    color: #ECBB2D
}
footer a:hover{
    color: #5986C5
}

#copyright {
	font-size: 12px;
	color: #d76e27;
	text-align: center;
	padding-top: 40px;
}
#admincopyright {
	font-size: 12px;
	color: #d76e27;
	text-align: center;
}
a {
	text-decoration: none;
	cursor: pointer;
}

.commenticon{
    color: #9a352e;
}

#morecomment
{
     color: #9a352e;   
}


.comment_content {
	width: 200px;
	float: left;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
	color: #666;
	font-family: Arial,Helvetica sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}




/*anchor hover*/

a.info {
	position: absolute;
	z-index: 2000;
	color: #000;
	text-decoration: none;
}
a.info:hover {
	z-index: 2000
}
a.info span {
	display: none
}
a.info:hover span {
	display: block;
	position: absolute;
	top: -40px;
	left: 30px;
	width: 545px;
	border: 2px solid #d76e27;
	background-color: #FFFFFF;
	color: #333;
	padding: 10px;
}

#radiogroup {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
     transform: rotate(90deg);
} 

#toolbox {
    background: #1a3b5c none repeat scroll 0 0;
    color: #fff;
    padding: 3px;
    position: absolute;
    right: 14px;
    top: 70px;
    z-index: 100;
}
#layerswitcher {
    background: #898d36 none repeat scroll 0 0;
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

label 
{
    margin-left: 5px;
}


.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}

td
{
    padding: 1px;
    
}

