div#update {
    min-height: 20px;
}

.projectImage {
    float: left;
    padding: 5px;
}

.clearfix {
    clear: both;
}

/*LISTINBG STYLES*/

ul.searchresult {
    padding: 0px;
    margin-top: 3px;
!important;
    margin-bottom: 3px;
!important;
}

.projectList {
    line-height: 1.2em !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px !important;
    margin-bottom: 2px !important;
    background: #efecec;
    padding: 5px 10px;
    list-style: none !important;
}

#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: 100%;
    /* width: calc(100% - 60px);*/
    display: inline-block;
    margin-bottom: 0;
    padding-left: 10px;
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
.search {
    position: relative;
}

.search input {
    text-indent: 30px;
}

.search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    color: #004785;
}

.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: 2vw;
}

.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;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #004785;
    Color: #FFF;
}

.advanced {
    background-color: #efefef;
    padding: 20px;
}

.filtered-results {
    display: none;
}

.filter-checks {
    padding: 0 30px 0;
}

.advancedBtn {
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    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: 4vw;
    }
}

select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#search::-ms-clear {
    width: 0;
    height: 0;
}

.corridor-btn {
    width: 100%;
    padding-top:10px;
    padding-bottom:10px;
    text-align:left;
}

.corridor-btn .fa-external-link-alt {
    color:#fff!important;
    text-align:right;
    float:right;
}

a.archive-btn {
    padding: 5px 10px;
    background-color: orange;
    border-radius: 5px;
    color: #fff !important;
    margin-top: 10px;
    font-size: 120%;
}

.archive-container {
    margin-top: 20px;
    text-align: center;
}

.corridor-box {
    margin-top: 3px;
    margin-bottom: 3px;
}

.corridor-box .btn {
    font-size: 18px !important;
}

#map_canvas_container > button.btn {
    font-size: 55% !important;

}

/*Map Legend Styles*/

.btn-design {
    background: #FFF600;
    color:#000;
    font-weight:700;
    opacity:1.0!important;
}

.btn-bid {
    background: #00B4FF;
    color:#000;
    font-weight:700;
    opacity:1.0!important;
}

.btn-construction {
    background: #E69E03;
    color:#000;
    font-weight:700;
    opacity:1.0!important;
}

.btn-completed {
    background: #008000;
    color:#000;
    font-weight:700;
    opacity:1.0!important;
}


