@CHARSET "UTF-8";



.search-result-list, .geolive-top-bar .search-result-list {
	background-color: white;
	
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-top: 10px;
	overflow: visible;
	color: black;
}

.search-result-list li>span, .geolive-top-bar .search-result-list li>span
	{
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	padding: 2px 10px;

}

.search-result-list .map-result-icon{
    height: 20px;
    width: auto;
    margin-right: 5px;
    padding: 2px;
    display: inline;
    vertical-align: middle;
}

.search-result-list ul:first-child>li:first-child>span {
    border-top: none;
}

.result-clickable.multiple {
	background-color: #F0F0F0;
}


.search-result-list li>span.result-clickable:hover
	{
	background: #EEEEEE;
}

.result-clickable.multiple {
	background-color: #F0F0F0;
}

.result-clickable.previous:after, .result-clickable.next:after {
	background-image: url("../../../../Assets/Control Panel Icons/up.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	content: "";
	float: right;
	height: 25px;
	left: 0;
	opacity: 0.4;
	top: 0;
	width: 16px;
}

.result-clickable.previous:hover:after, .result-clickable.next:hover:after
	{
	opacity: 0.7;
}

.result-clickable.next:after {
	background-image: url("../../../../Assets/Control Panel Icons/down.png");
}

.result-clickable.multiple:hover {
	background-color: #DDF0FF;
}

.search-result-list {
	margin-left: -2px;
	z-index: 1;
	margin-top: 18px;
}

.search-result-list.empty {
	display: none;
}

.search-result-list>ul>li {
	list-style: none outside none;
	text-align: left;
}

.search-result-list b {
	color: #30546B;
	font-size: 1.3em;
	font-weight: normal;
}

.search-result-list>ul, .geolive-top-bar .search-result-list>ul {
	margin: 0;
	padding: 0;
}

.search-result-list .result-clickable {
	cursor: pointer;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.drop-options-overlay {
	visibility: hidden;
	margin: 0;
}

.drop-options-overlay>ul {
    max-height: 300px;
    overflow-y: auto;
}

.drop-options-overlay.tag li {
	float: left;
	border: none;
	border-radius: 3px;
}

.drop-options-overlay.tag ul {
	box-sizing: border-box;
	padding: 10px;
}

.option-list {
	background-color: white;
	border: 1px solid #777777;
	margin: 0 0 0 5%;
	padding: 0;
	width: 90%;
	z-index: 1;
}

.option-list {
	width: calc(100% - 20px);
	margin-left: calc(10px);
	width: -webkit-calc(100% - 20px);
	margin-left: -webkit-calc(10px);
	color: #30546B;
}

.before>.option-list {
	bottom: -2px;
	border-radius: 3px 3px 0 0;
	box-shadow: 4px -4px 10px -4px #777777;
}

.option-list, .after>.option-list {
	top: -4px;
	border-radius: 0 0 3px 3px;
	box-shadow: 4px 4px 10px -4px #777777;
}

.option-item {
	background: none repeat scroll 0 0 transparent;
	border-top: 1px solid #CCCCCC;
	float: none;
	list-style: none outside none;
	margin: 0;
	padding: 6px 11px;
	text-align: left;
	cursor: pointer;
	position: relative;
	font-weight: lighter;
	font-size: 12px;
}

.option-item:FIRST-CHILD {
	border-top: none;
}

.option-item:hover {
	background-color: #EEEEEE;
}

.option-item .expand {
	border-radius: 2px;
	cursor: pointer;
	padding: 0 3px;
	position: absolute;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	top: calc(50% - 6px);
	top: -webkit-calc(50% - 6px);
	right: 25px;
	background: black;
	color: white;
}

.option-item .collapse {
	border: 1px solid black;
	border-radius: 2px;
	cursor: pointer;
	padding: 0 3px;
	position: absolute;
	display: inline-block;
	height: 12px;
	line-height: 10px;
	top: calc(50% - 42px);
	top: -webkit-calc(50% - 42px);
	left: 8px;
	background: white;
}

.option-item .expand:hover {
	background-color: #555555;
}

.option-item .collapse:hover {
	background-color: #aaaaaa;
}

.option-item.disabled {
	color: black;
}

.option-item .label {
	display: block;
	color: #444444;
	font-weight: 100;
	background-color: transparent;
}

.option-item.with_expand .label {
	margin-right: 30px;
}

.option-item.with_collapse .label {
	margin-left: 30px;
}

.option-item.parent {
	background-color: #888888;
	color: black;
	padding-left: 25px;
}

.option-item.parent>span {
	padding: 0 5px;
}

.option-item.parent>span:after {
	content: ">";
	color: #444444;
	position: relative;
	left: 4px;
	font-size: 9px;
	top: -1px;
}

.option-item.parent>span:LAST-CHILD:after {
	content: "";
}


.option-item .search-term{

	color:#002F59; 
	font-size: 1.3em; 
	border:1px solid #CCCCCC; 
	border-top:none; 
	border-bottom:none;
}

.droppable.dragover {background-color: rgba(0,0,0,0.1);}

body.dragover .droppable {
    position: relative;
    border: 1px dashed cornflowerblue;
 
}

body.dragover .droppable>* {
    visibility:hidden;
}
body.dragover .droppable-hide {
    visibility: hidden;
}
body.dragover .droppable:after {
    content:"Drop File Here";
    position:absolute;
    left: 50px;
    top: 10px;
}
