@charset "utf-8";
/* dev */
#share_list_button{
}
.new-infowin .links_button, #poieditview .links_button{
    float: right;
    margin-right: 2em;
	margin-top: 5px;
}
#linksbox .textbox, #plannerbox .textbox, #calendars-button, #dialog-confirm-getcalendar input {
    min-width: 98%;
}
#calendars-button {
    padding-left: 2px;
    padding-right: 2px;
}
#plannerbox textarea{
  margin-bottom: 14px;
}
#linksbox input {
    margin-bottom: 10px;
}
#link_get_address {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 20px;
    top: 160px;
}
.tab {
	-moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -khtml-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    border-right: medium none;
    position: absolute;
    right: 0;
    top: 60px;
    width: 210px;
    padding: 0 2em 0.5em 2.2em;
	min-height:130px;
	overflow:hidden;
	margin-right: -6px;
}
.tab *::selection {color:currentColor;background:transparent}
.tab *::-moz-selection {color:currentColor;background:transparent}
.tab h2 {
    font-weight: bold;
    text-align: center;
}
.tab .menu{
    background: #464748;
    padding: 0 10px;
	-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    opacity: 0.9;
    padding: 0 10px;
	position:absolute;
}
#share_tab_menu2, #calendar_tab_menu2 {
    left: 130px;
}
#share_tab_menu1 {
    left: 25px;
}
.icontactinfo {
    color: #549FF0;
    font-size: 75%;
    margin-left: auto;
    width: 90%;
}
.tab_primlist .ui-selecting,.tab_primlist .ui-selecting_s,/*.tab_primlist */.ui-selecting_sel, .ui-selecting_cal{
    background: none repeat scroll 0 0 #334767;
}
.tab_primlist .ui-selected,.tab_primlist .ui-selected_s,/*.tab_primlist */.ui-selected_sel, .ui-selected_cal {
    background: none repeat scroll 0 0 #2B4F89;
  	background: -webkit-gradient(linear, left top, left bottom, from(#1B6D7B), to(#334767)); 
  	background: -webkit-linear-gradient(top, #1B6D7B, #334767); 
  	background: -moz-linear-gradient(center top, #1B6D7B, #334767) repeat scroll 0 0 transparent;
  	background:     -ms-linear-gradient(top, #1B6D7B, #334767); 
  	background:      -o-linear-gradient(top, #1B6D7B, #334767); 
  	background:         linear-gradient(top, #1B6D7B, #334767); 
    color: white;
}
.tab_primlist {
    background: none repeat scroll 0 0 #3F424B;
    border-radius: 1em 1em 1em 1em;
    font-family: sans-serif;
    font-size: 10px;
    list-style-type: none;
    overflow: hidden;
    padding: 0.5em;
	margin: 0 0 0 16px;
}
.tab_primlist li {
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
    -khtml-border-radius: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    display: block;
    overflow: hidden;;
	padding:0.1em;
    width: 99%;
}
.share_detright, .sel_owner {
    font-weight: lighter;
    float: right;
    clear: right;
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
	padding-left: 0;
	cursor: pointer;
}
.share_seclistlong{
	float:none;
	margin-left: 4.5em;
	max-width: 100%;
}
.share_sharedwith {
    color: #E0B679;/*#FFC3C3;*/
}
.share_sharedby {
    color: #6A8DF4;
}
.share_detleft{
    font-weight: lighter;
    max-width: 36%;
    overflow: hidden;
    white-space: nowrap;
	cursor: pointer;	
}
.share_name, .sel_name {
    clear: right;
	background:none!important;
    overflow: hidden;
    white-space: nowrap;
	max-width:180px;
	font-size:1.2em;
	padding-left:0.2em;
	cursor: pointer;
	border:none;
	color:inherit;
}
.share_tab_list {
/*	border:none;
	color:inherit;
	background: inherit;*/
}
.tab_primlist .ui-selected {
	background: #7078f4; /* Old browsers */
	background: -moz-linear-gradient(top, #7078f4, #263f66); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7078f4), color-stop(100%,#263f66)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7078f4,#263f66); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7078f4,#263f66); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7078f4,#263f66); /* IE10+ */
	background: linear-gradient(top, #7078f4,#263f66); /* W3C */
}
.tab_buttonbar {
	margin-left: 5px;
	margin-right: -10px;
}
.button,.tab_button,.grouped_button_bar{
    background: none repeat scroll 0 0 #5B5B65;
    border: thin solid black;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    margin-right: 4px;
}
.share_rightalign{
}
.tab_dragwrap {
	margin-top:20px;
    display: block;
    margin-left: -16px;
    overflow: hidden;
}
.slider{
    background-color: #003366;
    height: 100%;
    position: absolute;
    width: 25px;
	cursor: ns-resize, default;
}
.tab .slider{
    left: 0;	
}
#poilist .slider, #searchwellslider {
	right: 0;
    top: 0;
	width:24px;
}
#searchwellwrap {
    bottom: 0;
	top:0;
    margin-top: 96px;
    overflow: hidden;
    position: absolute;
}
#localSearch{
    margin-bottom: 5px;
    margin-top: 5px;
}
.box_button_pressed{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.button{
    background: none repeat scroll 0 0 #EEEEEE; 								/*add other browsers*/
    border-radius: 3px 3px 3px 3px;
}
#tab_open_buttonbar{
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 1;
}
#select_list_button{
	background: -moz-linear-gradient(-45deg, rgba(232,234,199,0.5) 0%, rgba(10,60,166,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(232,234,199,0.5)), color-stop(100%,rgba(10,60,166,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(232,234,199,0.5) 0%,rgba(10,60,166,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(232,234,199,0.5) 0%,rgba(10,60,166,0.5) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(232,234,199,0.5) 0%,rgba(10,60,166,0.5) 100%); /* IE10+ */
	background: linear-gradient(-45deg, rgba(232,234,199,0.5) 0%,rgba(10,60,166,0.5) 100%); /* W3C */
}
.sel_name {
    clear: none;
	display: inline-block;
	max-width: 130px;
}
.sel_type {
    cursor: pointer;
    float: right;
}
.tab_list {
   height:30px;
}
.sel_city {
    cursor: pointer;
    font-weight: lighter;
    max-width: 36%;
    overflow: hidden;
    white-space: nowrap;
}
.sel_owner, .cal_calendar, .cal_last_event {
    color: #6A8DF4;
}
.delete_btn{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
#select_visibility {
    display:inline-block;
}
.button, .tab_button, #select_visibility img {
    height: 24px;
    width: 24px;
}
.tab_optionbar {
    border-bottom: medium solid #3F424B;
    height: 36px;
	display:none;
}
.tab_optionbtn {
    height: 32px;
    width: 32px;
}
.tab_optionbar span {
    float: left;
    margin-left: 10px;
    margin-right: 1em;
    margin-top: 9px;
}
#select_tab_menu1{
	right: 20px;
}
#buttonbar{
	margin-bottom:2px;
}
#share_email_chkb{
    bottom: 6px;
    position: relative;
}
#box_emailpreference div{
	width:inherit;
	top:auto;
}
#box_emailpreference{
	position:absolute;
	top:33%;
	width:140px;
}
.dispfilter_sel {
    display: inline-block;
    margin: 0.5em;
}
#middle {
    margin-left: 0;
    margin-right: 12px;
    text-align: center;
}
#page{
	position:relative;
}
#extlink, .gs-watermark {
    bottom: 2px;
    color: #999!important;
    font-size: 10px!important;
    margin-right: 0.3em;
    position: absolute;
    right: 0;
}
#btnbar .button {
    margin-right: 0;
}
#accfilter_dwn {
	display:none;
}
#storedpoi_list {
	display:none;
}
/*duplicates*/
body {
    font-size: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
	border: 1px solid transparent;/*fixes bottom gap on resize...*/
}
#page {
    margin: 0 5px;
    position: relative;
}
#middle {
    margin-left: 0;
	margin-right: 0;
    text-align: center;
	min-height: 400px;
}
#tab_open_buttonbar {
    position: absolute;
    right: 0;
    top: 26px;
    z-index: 1;
}
/*#logout_button {
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 1;
}*/
.filterbutton {
	margin-right: 2px;
}
.droparea {
    border-color: gray;
    border-style: dashed;
    border-width: 2px;
	cursor:alias;
}
#link_accuracy {
    position: absolute;
    right: 20px;
    top: 184px;
}
.overlayclickthrough {
    background-image: url("../images/eye-visibility.png");
    background-size: 20px auto;
    height: 20px;
    pointer-events: none;
    position: absolute;
    width: 20px;
}
.editslider{
	width:400px;
	display:block;
	margin-bottom:10px;
}
#flag_infowin {
    color: #7B7AE0;
    display: table-cell;
    font-family: tahoma,sans-serif;
    font-size: x-small;
    font-weight: bold;
    height: 50px;
    line-height: 1.5em;
    vertical-align: middle;
	text-align: left;
	word-spacing: 1em;
}
.clicksel {
    cursor: pointer;
}
#elevation {
    word-spacing: 1px;
}
#what.searchbar form {
  display: inline-block;
}

#where.searchbar canvas {
  display: inline-block;
  position: absolute;
}
.kineticjs-content canvas{
	left:0;
	cursor:crosshair;
}
#zoom_btn {
	background: -moz-linear-gradient(-45deg, rgba(232,234,199,0.7) 0%, rgba(10,60,166,0.7) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(232,234,199,0.7)), color-stop(80%,rgba(10,60,166,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(232,234,199,0.7) 0%,rgba(10,60,166,0.7) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(232,234,199,0.7) 0%,rgba(10,60,166,0.7) 80%); /* Opera11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(232,234,199,0.7) 0%,rgba(10,60,166,0.7) 80%); /* IE10+ */
	background: linear-gradient(-45deg, rgba(232,234,199,0.7) 0%,rgba(10,60,166,0.7) 80%); /* W3C */
    left: 280px;
	top: 10px;
    position: absolute;
    z-index: 2;
	display:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius: 50%;
    padding: 4px;
	outline: 0 none;
}
#zoom_btn.box_button_pressed {
    box-shadow: 0 0 10px 5px white;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.7) 0%, rgba(10,60,166,1) 120%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0.7)), color-stop(120%,rgba(10,60,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.7) 0%,rgba(10,60,166,1) 120%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255,255,255,0.7) 0%,rgba(10,60,166,1) 120%); /* Opera11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.7) 0%,rgba(10,60,166,1) 120%); /* IE10+ */
	background: linear-gradient(-45deg, rgba(255,255,255,0.7) 0%,rgba(10,60,166,1) 120%); /* W3C */
    box-shadow: 0 0 10px 5px white;
	opacity:1;
}
.busy{
	cursor:wait!important;
}
.busytool{
	cursor:progress;
}
ul.ui-autocomplete.ui-menu{
	z-index: 500003 !important;
}
.poilistcat {
    color: #77BEFF;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: lighter;
    overflow: hidden;
    padding-left: 0;
    text-align: right;
}
.poilistwcat {
	border-top: 1px solid rgba(164, 229, 255, 0.2);
    margin-bottom: 5px;
    margin-top: 5px;
}
.textpospoilist{
	margin-right: 28px;
}
#Share_dialog-confirm {
    font-size: small;
}
#Share_dialog-confirm p:last-child {
    margin-left: 23px;
}
.contact_on_white,.contact_on_white a{
    color: #DD8401;
    font-family: sans-serif;
    font-size: 12px;
}
#Share_dialog-confirm .contact_on_white{
	margin-left:0!important;
}
#links_open_sites{
	width:180px;
}
#savepoisctrl{
	/*display:none;*/
	height: 32px;
	background-color:#224B6D;
	position:absolute;
	top: -33px;
	/*width: 210px;*/
	left: 250px;	
}
.grouped_button_bar{
    display: block;
    position: relative;
    top: -30px;
	height:32px;
	border-bottom:none;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-o-border-radius:6px 6px 0 0;
	-ms-border-radius:6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
#storedpoi_list ol {
    /*border-top: thin solid black;*/
    margin-top: 0;
}
#storedpoi_list,.btmpanelslider{
	margin-top: -30px;
}
#storedpoi_list{
	height: 100%;
    overflow: hidden;
}
.poi_tagging_button {
    margin: 4px 3px;
}
.tagboxes {
	left:200px;
	border: 1px solid #AAAAAA;
	border-style:inset;
	width:320px;
	margin-left: 1em;
	position: absolute;
}
#storedpoi_list li {
   /* margin-bottom: 2px;*/
}
#storedpoi_list form {
	overflow: hidden;
    position: relative;
	height: 100%;
}
.copiedhint {
	background-color:#7DD07C!important;
}
.seltagbox {
	opacity:0.6;
}
.tobackground {
	z-index:-1;
}
#htmldisp {/*needed by dragToSelect*/
/*	position:relative;
	overflow:hidden;*/
}
#htmldisp li{
	margin-left: 1em;
	margin-bottom: 6px;
	width: 100%;
}
.dragselectable {
	cursor:default;
	cursor:copy;
}
.dragselectabledelete {
	cursor: url(../images/draw-eraser-2.png), default!important;
}
#savelist {
	display: none;
	border-bottom: 0 none;
    border-radius: 25px 25px 0 0;
    bottom: 0;
/*    display: block;*/
    /*height: 250px;*/
    left: 0;
    margin: 0 5px -3px;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 11;
	max-height:66%;
}
#htmldisp{
	/*overflow:hidden;*/
	min-height:70px;
}
.btmpanelslider{
	left: 590px;
	z-index:11;
	bottom:0;
	display: none;
}
.btmpanel h2{
	display: inline-block;
	margin: 3px 10px;
	position: absolute;
	top: 3px;
	cursor: pointer;
}
.btmpanel .container {
	height: 100%;
}
/*#savelist {
	padding:0 0 0 0;
}*/
#savelist .container{
	padding-right:2em;
	padding-left:0;
	min-width:560px;
}
@media (max-width:690px) {
	body {
		overflow-x: auto; 
	}
	.btmpanelslider {
		border-top-right-radius: 22px;
		left: auto;
		right: 0;
	}
	#savelist .container {
		width:100%!important;
		min-width:0!important;
	}
	#savepoisctrl {
		left: 185px;
	}
	#savelist {
		padding-left: 1em;
		padding-right: 35px;
	}
	.tagboxes {
		left: 50%;
		margin-left:0;
		position: absolute;
		width: 50%;
	}
/*	.tab {
		right:-100px;
	}*/
}
@media (max-width:450px) {
	form input {
		height: 24px;
	}
	.querybox {
		min-width:100px;
	}
	#top {
		margin: 0px 2px 6px;
	}
	#logout_button {
		top: 0;
	}
	#tab_open_buttonbar {
		top: 30px;
	}
	#queryInput { 
		width: 240px;
	}
	.querylabel { 
		display: block;
	}
	#savepoisctrl {
		left: 50%;
		margin-left: -107px;
	}
	#savelist {
		padding-left: 1em;
		padding-right: 35px;
		padding-top: 3em;
	}
	.tagboxes {
		display:block;
		left:0;
		margin:0 0 0.75em!important;
		position:relative;
		width:100%;
	}
	.ui-resizable-n {
	    height: 20px;
	}
/*	#savelist {
		max-width:auto;
		width:450px;
	}*/
	#login.box {
		/*height: 100%;*/
		left: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		position: fixed;
		top: 0 !important;
		bottom: 0 !important;
		/*overflow: auto;*/
		width: 100%;
		z-index: 500000;
		padding: 1em 0 0.5em;
		border-radius: 0;
		border: none;
	}
	#login.box > div {
		display: block;
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: absolute;
	}
	.login_row {
    	margin-bottom: 0.5em;
	}
	#login > div > form , #accountmenu{
		padding: 1em;
		padding-bottom: 0;
		width: 120px;
    z-index: 100;
	}
	#accountmenu .menu-list {
		display: block !important;
	}
}
@media (max-height:168px) {
	#savelist {
		padding-bottom: 0 !important;
	}
}
.grouped_button_bar_text {
	bottom: 10px;
    display: inline-block;
    position: relative;
}
.grouped_button_bar_text h2 {
    white-space: nowrap;
	position:relative;
}
#whatmenu {
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	/*opacity: 0.9;*/
	margin: 4px 0 0;
}
#whatmenu ul, #new_tag_options_privacymenu ul {
	position: absolute;
    z-index: 1;
	background-color: inherit;
	opacity: 0.8;
	padding: 0.3em;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;	
}
#whatmenu ul {
	background-color: white;
}
/*drag to select*/
div.jquery-drag-to-select,div.jquery-drag-to-select1 {
	background: #def;

	display: none;

	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 10;

	border: 1px solid #369;
}

div.jquery-drag-to-select.active,div.jquery-drag-to-select.active1 {
	display: block;
}
.menu span:hover, .menu li:hover {
    color: #7A7A7A;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#toolslink {
	bottom: 0;
    float: right;
    font-size: small;
    position: absolute;
    right: 120px;
}
#localresult_focus {
    left: 0;
    position: absolute;
}
#poiboundaries_btn {
	margin-right: 0.5em;
	margin-top: 0;
	opacity: 0.65;
	display:none;/*in development*/
}
.cantseealert {
    display: inline-block;
    margin-bottom: -4px;
    margin-left: 0.3em;
}
#savelist .ui-autocomplete {
	font-size:100%;
	max-height: 400px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	/*padding-right: 20px;*/
}
.savelist_btngroup {
    border-right: thin solid rgba(0, 0, 0, 0.12);
    border-width: thin;
    display: inline-block;
    height: 100%;
}
.savelist_btngroup span {
    display: inline-block;
    height: 100%;
}
#savelist .container {
    display: inline-block;
    width: 49%;/*remove?*/
	min-width: 500px;
}
#new_tag_options_nb h2 {
	display: inline-block;
}
#newtags-options input.textbox {
	width: 200px;
}
#newtags-options {
    padding-top: 0.3em;
}
#newtags-options .box_titlebar input {
    margin-bottom: -5px;
}
#newtags-options .ok_btn, #new_tag_options_previous, #new_tag_options_next {
	display:none;
}
#newtags-options small {
    color: lightgray;
    display: block;
}
.gs-result .gs-address {
    font-family: sans-serif;
    font-size: small;
}
#login {
	margin-right: 6px;
}
.login_row {
	display: inline-block;
}
.onmapwhite {
    background: none repeat scroll 0 0 white;
    border: 1px solid #ABABAB;
    border-radius: 0 0 0 0;
	padding: 1em 1em 0.5em;
	color: black;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
	text-align: justify;
	position : relative;
	max-width: 80%;
	display: inline-block;
}
.onmapwhite .itext {
	text-align : center;
}
.onmapconstrain {
	margin: 0 !important;
}
#poieditview .box_close_button {
    height: 24px;
    width: 24px;
}
.actbarleft {
	margin-left: 2em;
}
#poieditview .icontactinfo {
	width: 100%;
}
.placeholder {
	opacity: 0.4;
	color: black;
}
.ileftbutton {
    height: 16px;
    margin-bottom: 2px;
    width: 16px;
}
#poieditview .icomment:hover, #poieditview .icomment:focus, #poieditview .itext b:first-child a:hover, #poieditview .itext b:first-child a:focus {
    border: 1px dashed lightblue;
    cursor: text;
    margin: -1px;
}
#poieditview .icomment {
	outline: none;
	overflow:hidden;
}
#top .querybox {
    border: thin solid #E4E4E4;
    border-radius: 2px 2px 2px 2px;
}
/*.tab_buttonbar {
    margin-left: -16px;
    margin-right: -16px;
}*/
.gs-directions-to-from, .gs-country {
    display: none;
}
.gs-watermark {
    margin: 0.3em auto auto;
    position: relative;
    right: auto;
}
#iphone-kml {
    font-size: small;
    word-wrap: break-word;
}
.top_btn_bar {
    border-color: gray;
    float: left;
    height: 20px;
    width: 20px;
}
input.infotitle {
    font-weight: normal;
    text-align: inherit;
}
#email_data {
	max-width: 200px;
}
.email_to {
	width: 200px;
	max-width: 200px;
}
.email_to_form {
	margin-bottom: 1em;
}
.hidden {
	display: none;
}
@media screen {
	#zoom_slider{padding: 4px;}
}
#zoom_slider {
    bottom: 120px;
    left: 100px;
	height: 15px;
	width: 180px;
    position: absolute;
    transform: rotate(270deg);
    z-index: 2;
	display:none;
}
.dragging {
  outline: 2px dashed black;
}
#drop_result{
    width: 400px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#drop_result canvas{
    max-height: 100%;
    max-width: 100%;
}
.flickrbox_row {
  display: table-row;
  line-height: 2em;
}
.flickrbox_row span {
  display: table-cell;
  padding-right: 20px;
}
#flickrbox {
  padding-bottom:1em;
}
#flickrbox .menu-title{
    display: inline;
    padding-left: 2em;
}
.ui-selectmenu-menu, .date-picker {
  z-index: 500001;
}
.activePoiEvent span {
    text-decoration: underline;
}
.idelpoibutton {
    width: 16px;
    height: 16px;
}
#tab_cal_delete,#tab_cal_edit {
  filter: brightness(85%);
}
#linktxt{
  font-size: 240%;
  overflow: hidden;
  white-space: nowrap;
}
#linkpreview iframe{
  height: 100%;
  width: 100%;
  border: none;
}