#map_canvas {
    margin: 0;
    width: 100%;
    height: 100%;
    margin-left: 0px;
}

#select {
    position: absolute;
    display: none;
}

#search-form {
    position: absolute;
    display: none;
    width: 325px;
    height: 200px;
    z-index: 100 !important;
}

#nav-search-input {
    width: 225px;
}

#radioBar{
 float:right	
}

#quickSearchField{
	width : 100%	
}

#quickSearchFieldSpan{
	width : 100%	
}


#sortOrders{
 float:right	
}

#actionMenu {
	position: absolute; 
	width: 125px; 
	z-index: 1000;
	text-align: left;	
}

.page-content {
    padding: 0px;
}

/*
#list-container {
    padding-left: 2px;
}
*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: black;
    border: 1px solid #d3d3d3;
    font-weight: normal;
}

.ui-widget {
    font-size: 1em;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    border-radius: 0px;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    cursor: pointer;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    color: black;
    background-image: none;
    box-shadow: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    font-weight: normal;
}

.dataTables_scrollBody {
    height: 100%;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
    padding-right: 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    font-weight: normal;
    background-color: #c6c6c6;
}

.breadcrumb {
	margin-left: 10px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

.property-row {
	background-color: transparent !important;
	border: 0px !important;
	padding: 0px !important;
}

.widget-box-overlay {
    background-color: white;
}

#map_message_wrap {
	width: 250px;
    display: none;
    top: 5px !important;
}

#map_message {
    float: left;
    width: 320px;	
}

.map_message_icon {
	float: left;
	margin-right: 5px;
}

.iSize{  
     text-decoration:none; 
     font-size:18px;
}

.clickable {
    cursor: pointer;
}

.green_icon {
    background-color: #6fe07b !important;
}

.yellow_icon {
    background-color: #f7e009 !important;
}

.red_icon {
    background-color: #f33636 !important;
}

.infobox {
    width: 228px;
}

.infobox-content {
    font-weight: 600;
}