/* CSS Document */

.search-input {
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
}
.search-input .input-group-btn{
	display:none;
}
.search-input .search-btn{
	display:inline;
}
.search-input .more{
	display:none;
}
.search-input .col-lg-2{
	display:none;
}
.search-input .col-lg-4 .input-group{
	margin:auto;
}
.searchclear {
    position:absolute;
    right:5px;
    top:0;
    bottom:0;
    height:14px;
    margin:auto;
    font-size:14px;
    cursor:pointer;
    color:#a3a2a2;
	z-index:2;
	display:none;
}
.results .search-header {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px!important;
}
.results .search-header select{
	font-size:16px;
}
.results .result-list a{
    display: block;
    padding: 4px;
    margin-bottom: 5px;
    line-height: 1.4;
    background-color: #e0e1e1;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.results .result-list .loading-results{
	text-align:center;
	margin:40px;
}
.results .carousel-caption{
	font-size:12px;
}
.results .carousel-caption h2{
	margin-top:22px;
}
.results .status{
    position: relative;
    top: 1px;
    left: 5px;
    color: #535353;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.results .status span{
	color:green;
}

.carousel-caption2{
    position: relative;
    color: black;
    text-shadow: none;
    right: auto;
    bottom: 0px;
    left: 5px;
    padding: 0px;
}

#more-options {
    margin-top: 20px;
    display: none;
    z-index: 1;
    left: 0;
    background: #e0ecff;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2)
}
#more-options-table {
    border-collapse: collapse;
    table-layout: fixed
}
#more-options-table td {
    vertical-align: top
}
#more-options-table table.more-options-section {
    margin: 0 60px 0 0;
    border-collapse: collapse
}
#more-options-table table.more-options-section th {
    padding-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 400;
    color: #00548e
}
#more-options-table table.more-options-section td {
    padding-bottom: 12px;
    vertical-align: middle
}
#more-options-table table.more-options-section input[type="text"] {
    margin: 0;
    padding: 3px 4px;
    width: 80%
}
#publicremarks {
    width: 220px
}
#more-options dl {
    margin: 0 0 10px 0;
    padding: 0
}
#more-options dt {
    font-weight: 700
}
#more-options dt.head span {
    font: bold 1.4em Arial, Helvetica, sans-serif;
    color: #39f
}
#more-options dd {
    margin: 0 0 6px 0;
    padding: 0
}
#more-options span.spacer {
    display: inline-block;
    width: 120px
}
#more-options dl input[type="checkbox"] {
    margin: 0 10px 0 0;
    padding: 0
}
#more-options dl input[type="text"] {
    margin: 0;
    padding: 3px 4px;
    width: 100%
}

#sub-area {
    margin: 10px 0 0 0;
    padding: 20px;
    text-align: center;
    background-color: #f2f2f2
}
.more-options-section td {
    padding: 2px;
    white-space: nowrap;
}
.search-input .more {
    padding-top: 7px;
    cursor: pointer;
    padding-right: 10px;
}

.map_labels{
    position: absolute;
    color: #006837;
    font-size: 11px;
    font-weight: bold;
}
.map_hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
	margin:0;
}
.map_popup_info {
	font-size:14px;
	font-weight:bold;
}
#Map{
	display:none;
}
.row.result-list{
    padding: 0px 0px;
}
.search{
	display:none;
}
.search-mobile{
	display:block;
}
.search-mobile h3{
	color:white;
	font-size:22px;
	font-weight:bold;
	text-align:left;
}
.search-input{
	margin-top:0px;
	padding-top:30px;
	padding-bottom:0px;
}
.results .sortby{
    margin-bottom: 5px!important;
}
.mobile-menu{
	position:fixed;
	top:0px;
	left:0px;
	background-color:#464646;
	color:white;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	width:100%;
	display:none;
	z-index:999;
}
.mobile-menu .col-xs-6{
	padding:10px;
	border-right:1px solid white;
}
