.orgName{
 font-size: 16px;
 font-family: "OpenSans";
 color: #333;
}


#district-search-field{
 margin-top:0px;
 padding-right: 28px !important;
}

.district-list{
 list-style-type: none;
 bottom: 92%;
 left: 0;
 margin: 0;
 padding: 0;
 background-color: #FFF;
 position: absolute;
 width: 100%;
 max-height: 232px;
 overflow-y: auto;
 overflow-x: auto;
 box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
}

.district-list li{
 width: calc(100% - 30px);
 width: 100% !important;
}

.list-items {
  padding: 0px;
  border: none;
  text-align: left;
  width: 100% !important;
}

.list-items p {
  margin: 0px !important;
  padding: 0px 5px 0px 5px;
  text-align: left !important;
}

.address{
  padding: 0px 5px 0px 5px !important;
  font-family: "OpenSans";
  font-size: 10px;
  color: #333;
}

.list-items:hover{
  background-color: #CDCDCD;
}


#districts::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

#districts::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border-radius: 0px;
}

#districts::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.background{
	background: hsla(0, 100%, 0%, 0.4);
}

#forwardFlowEvent{
    text-decoration:none;
}

.forwardUrl{
    text-decoration:none !important;
    font-size: 16px !important;
    font-family: "OpenSans" !important;
    color: #333 !important;
    padding: 10px 0;
    display: block;
}

.forwardUrl:hover{
    text-decoration:none !important;
}
