﻿h2
{
	margin: 0px;
	padding: 0px;
}
h1
{
	margin: 0px 0px 10px;
	padding: 0px;
}
a:link, a:visited
{
	color: #2b674d;
}
a:hover
{
	color: #0000ff;
}
/* for anchors that are not links */
a[name]:hover
{
	color:#000000;
}

.dfErrorText {
    color:red;
}

.required:after 
{
    content: " *";
    font-weight: bold;
    color: red; 
}

.formInstructions {
    margin-bottom: .5em;
}

#resultsList {
    overflow:visible;
}

/*This is to ensure that the clear buttons in the text field aren't transparent*/
 .ui-input-clear.ui-btn {
      background-color: #dbe6db !important;

 }

 #addressSubmissionForm.form-horizontal {
     padding:0px;

 }

#districtInfoDisplayContainer .resultsDisplay {
        padding-left:0px;
    padding-right:5px;
    margin-left:0px;
}

#districtInfoDisplayContainer div{
        padding-left:0px;
    padding-right:5px;

}

#districtInfoDisplayContainer{
        padding-left:0px;
    padding-right:0px;

}

#addressInputLabel, #unitInputLabel {
    padding-top: 15px;
}

#addressInputLabel {    
    width: 120px;
}

#unitInputLabel {
    padding-right: 100px;    
}

#addressInputBox, #unitInputBox {
    min-width: 150px;
}

#addressInputExampleText {
    margin-top: 0px;
    margin-bottom: 0px;
}

#findDistrictBtnDiv {
    width: 250px;
    padding-top: 20px;
    padding-left: 10px;
    margin-right: 500px;
    margin-left: 130px;
}
.mapPopupHeader {
    margin-bottom:0px; 
    overflow:auto;
}

.banner, .banner-notification, .banner-update {
    padding: 20px;
    margin: 10px 0px;
    border: 3px double #2b674d;
}
.banner-notification {
    background-color: #fcd2cc;
}
.banner-update {
    background-color: #fffee2;
}

@media screen and (max-width: 1325px) {
    #addressSubmissionForm {
        padding-left: 15px !important;
    }

    #addressSubmissionForm .form-group div {
        width: 100%;
    }

    #findDistrictBtnDiv {
        padding-left: 10px;
        margin-left: 5px;
    }
}