﻿@charset "utf-8";

@import "css/bootstrap.min.css";
@import "css/bootstrap-theme.min.css";

/* from http://getbootstrap.com/examples/jumbotron-narrow/jumbotron-narrow.css */
/* Space out content a bit */
body {
    background-color: #f1f1f1;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}
.content,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
      background-color: white;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main content message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting content content */
.content {
  margin: 40px 0;
}
.content p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header {}
  .content,
  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 0px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.page-header {
    background: url("../images/wpa.png") no-repeat;
    background-position:  2%;
    padding-left: 100px;
    margin: 0 0 0 0 !important;
    height: 140px;
    width: 100%;
    border: none !important;
}

.site-title {
    float: right;
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    font-size: 37px !important;
    font-weight: bold !important;
}

.social-links {
    padding: 5px;
    float: right;
}
    
.page-header h2 {
    padding-top: 25px;
    margin-top: 0;
    font-weight: bold;

}

.page-header h5 {
    margin-top: -8px !important;
}

@media (min-width: 768px) {
    .navbar {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.leftLabels .label, .wideFields .label
{
padding-top:8px;	
padding-bottom:8px;	  
}
.leftLabels label span, .leftLabels .label span
{
float:left;
width:30%;
padding:0px;
padding-right:2%;
text-align:right;
clear:left;	
}
.leftLabels input, .leftLabels textarea, .leftLabels select, .leftLabels .field, .leftLabels .fields
{
display:inline;
width:66%;
float:left;
}


fieldset
{
margin-top:10px;	
margin-right:0px;
margin-left:0px; 
padding-left:0px;
padding-right:0px;
padding-top:0px;
}

fieldset p, .leftLabels label, .leftLabels .label, .wideFields label, .wideFields .label
{
padding-bottom:4px;	
padding-top:4px;	
padding-left:2%;
padding-right:2%;
display:block;
font-size:1em;
clear:both;
overflow:hidden;
}


.leftLabels .label, .wideFields .label
{
padding-top:8px;	
padding-bottom:8px;	  
}
.leftLabels label span, .leftLabels .label span
{
float:left;
width:30%;
padding:0px;
padding-right:2%;
text-align:right;
clear:left;	
}
.leftLabels input, .leftLabels textarea, .leftLabels select, .leftLabels .field, .leftLabels .fields
{
display:inline;
width:66%;
float:left;
}


.leftLabels .ctrl
{
display:inline;
width:66%;
float:left;
text-align: left;
clear: none;
}

.boxlist label
{
clear:both !important;
display:block;
}

   
    
    /*Modal Popup*/
.modalBackground {
	background-color:Gray;
-ms-filter: alpha(opacity=70);
-ms-opacity: 0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
	 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
} 

.val {color: red}
