div#update {
    min-height: 20px;
}
.projectList{list-style: none!important; /*border-top:1px dotted darkblue;*/}
.projectImage{float:left;padding:5px;}
.clearfix{clear:both;}
ul.searchresult {
    padding: 5px 10px;
}

#search-area button {
   /* float: right;
    width: 50px;
    padding: 13px;
    margin-bottom: 0;*/
    background-color:#004785;

}

div#search-area {
    padding: 5px;
    border: 1px solid #adadad;
}

div#map_canvas_container {
    border: 1px #adadad solid;
    padding: 20px;
}

#search{
    float: left;
    height: 52px;
    width: calc(100% - 60px);
    display: inline-block;
    margin-bottom: 0;
    padding-left: 10px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

:focus {
    outline: 0!important;
}

h3.ui-accordion-header {
    border: 1px #e6e6e6 solid;
    padding: 10px 15px;
    margin-top: 5px;
    background-color: #e6e6e6;
    font-weight: 300;
    color: #004785;
    cursor:pointer;
    font-size:200%;
}

.orange{color:#E69E03;}

.yellow{color:yellow;}

.blue{color:#00B4FF;}

.green{color:Green;}

.projectLink a{/*text-transform:uppercase; */font-weight:400!important; font-size:1.0em;}
ul.searchresult {
    line-height: 1.2em!important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px !important;
    margin-bottom: 2px!important;
    background: #efecec;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #004785;
    Color: #FFF;
}