search {
    border: 1px solid #999;
    height: 25px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);

    padding: 5px;
}

#clearButton {
    border: 1px solid #999;
    height: 36px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);

    padding: 10px 50px;
    margin-left: 30px
}

.table {
    margin-top: 35px;
}

.bold {
    font-weight: bold;
}


#accordion {
    /* padding: 0 .2em;*/
}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
}

#accordion H3 {
    font-size: 1.1em !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.ui-accordion .ui-accordion-header {
    padding: 0.5em 2.0em;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

table th, .table td {
    padding: 8px;
    /* line-height: 15px !important; */
    color: #004785;
}

table.dataTable thead th, table.dataTable tfoot th {
    height: 20px;
    background-color: #033869 !important;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_filter {
    /*float: left;*/
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

#divOutside input[type="text"] {
    width: 98%;
    height: 36px;
    text-align: center;

}
#divOutside input{
border-radius: 3px;
}

#divOutside select {
    width: 98%;
    height: 36px;
    text-align: center;
}

#filtersInYourDiv input[type="search"] {
    width: 66.7%;
    height: 29px;
    text-align: center;
}

#property_filter {
    display: none;
}

@media (max-width: 800px) {
    #filtersInYourDiv input[type="search"] {
        width: 90%;
        height: 29px;
        text-align: center;
    }
}

@media (min-width: 996px) {
    #divOutside .span6 {
        width: 46%;
    }

}

#bidDateFilter, #awardedFilter {
    font-size: 80% !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400 !important;
    height: 40px;
    background-color: #033869 !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 4px;
}
table.dataTable tfoot th {
    margin-bottom: 20px;
}

.dataAccordion h3 {
    font-size: 1.0em !important;
    font-weight: 600 !important;
}

table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 1.1em;
    vertical-align: middle;
}

.advancedBtn {
     color: #004785 !important;
    text-decoration: dotted #004785!important;
     /*border-bottom: 1px dotted #004785;*/
     cursor: pointer;
     font-size:0.9em;
    font-weight: bold!important;
 }

.advancedBtn:hover {
    color: #004785 !important;
    text-decoration: dotted #004785!important;;
    /*border-bottom: 1px dotted #004785;*/
    cursor: pointer;
    font-size:1.0em;
}

br {
    margin-bottom: 3px;
}

.hasDatepicker, .search_init {
    margin-top: 5px;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 1px 1px #FFFFFF;
    box-shadow: inset 1px 1px 1px 1px #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .25);
}

#main_header h1 {
   /* font-weight: 400*/
}

#details {font-size: 85%;}
td.totals{font-size:1.0em!important;}

@media only screen and (min-width: 995px) {
    #map-canvas {
        width: 550px;
        height: 320px;
    }

    .modal-open .page-container .navbar-fixed-top {
        overflow-y: hidden;
    }

    .modal-body {
        overflow-y: hidden !important;
        position: relative;
        max-height: 400px;
        /*padding: 15px 5px;   */
        background: #FFF !important;
    }

    #main-content, #main_header{
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media only screen and (max-width: 994px) {
    #map-canvas {
        height: 320px;
    }
}

.searchContainer {
    background-color: #efefef;
}


@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}
.modal {
    text-align: center;

}
#cssmenuTop{
    z-index: 999!important;
}

.loader{text-align: center;width:100%}
.loader img{text-align: center;margin:10px auto;width:32px}