html {height:100%;width:100%;}
body {margin:0 auto;color:#333333;background:#fff;height:100%;width:100%;overflow:hidden;font-size:12px;}
* {font-family:'Open Sans',Arial,Helvetica,sans-serif;}
label {font-weight:normal !important;}
.black, .black:active, .black:link, .black:hover {color:#333 !important;}

ul.clean {margin-left:0;list-style:none;}
table.collapse { border-collapse:collapse;}
div, p, ul, li, span, label, button {font-family:'Open Sans',Arial,Helvetica,sans-serif !important;}
select, input, a {font-family:'Open Sans',Arial,Helvetica,sans-serif !important;font-size:12px;}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 { margin:0;padding:0;font-family:'Open Sans',Arial,Helvetica,sans-serif;}
h1,.h1 { margin:10px 0 10px 0;font-size:15px;font-weight:normal;}
h2,.h2, h2 span, .h2 span { margin:5px 0 5px 0;font-size:16px !important;font-weight:bold !important;}
h3,.h3 { margin:5px 0 5px 0;font-size:12px !important;font-weight:bold !important;}
h4,.h4 { margin:10px 0 10px 0;font-size:11px;}
h1 small, h2 small, h3 small, h4 small {display: block;margin-top: 5px;}

.hidden { display:none;}

.olImageLoadError {display: none !important;} 
#Popup,.olPopup {z-index:999;}
div.olMapViewport {z-index: 10;}
.olPopup {-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;font-size:1.1em;z-index:9999;}
.olPopupContent {padding:10px !important;}
div.olMap, #map_canvas {position:absolute;top:0;left:0;width:100%;height:100%;margin:0;z-index:10;}


.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
 

input.toggle { margin-right:2px;}

.list_area {border-radius:5px;padding:5px;margin:0px;border:1px solid #d7d3d3;background:#fff;overflow:auto;}

.item_list {overflow:auto;list-style:none;margin:0;font-size:1em;border-radius:3px;border:1px solid #cccccc;background:#f5f5f5;padding:1px;}
.item_list > li {
	display:block;clear:both;
	list-style:none;margin:0;padding:2px;margin:0px 0 1px 0;border-top:1px solid #fff;border-bottom:1px solid #cccccc;cursor:pointer;position:relative;background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}
.item_list > li:hover {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); 

}
.item_list li.selected_item {
font-weight:bold;
background: rgb(255,255,255)
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	
}
.item_list > li a {font-weight:normal;}
body.dragging, body.dragging * { cursor: move !important;}
.dragged { position: absolute; opacity: 0.5; z-index: 2000;}

ol.example li.placeholder { position: relative;}
ol.example li.placeholder:before {position: absolute;}
.ui-autocomplete-input {z-index:10000;}

