#leafleticon
{
	position:relative;
	border:1px solid #ababab;
	max-width: 75px;
}

#leafleticon i
{
	color:#fff;
	font-size:42px;
	cursor:pointer;
	transition: color 1s;
}

#leafleticon.drop-hover
{
	border:1px solid #fff;
}

#leafleticon.ui-state-highlight i
{
	color:yellow;
	transition: color 1s;
}

#leafleticon sup
{
	position:absolute;
	display:inline-block;
	background:#333;
	border-radius:16px;
	color:#fff;
	line-height:16px;
	padding:0px 3px;
	top:6px;
	right:10px;
}

h6
{
	margin-top:12px;
	text-align:left;
	border-bottom:1px solid #999;
}

div.page_arrows
{
	text-align:center;
	margin-top:10px;
}

div.page_arrows a
{
	text-decoration:none;
	margin: 0 10px 0 10px;
	font-size:20px;
	color:#ababab;
}

a.pagelink
{
	display:block;
	text-align:left;
/*	color:#0092da; */
	color:#1c4a70;
	white-space:nowrap;
	cursor:pointer;
}

a.pagelink:hover
{
	background:#eee;
	text-decoration:none;
}

a.pagelink.current
{
	font-weight:bold;
}

div.options
{
	font-size:12px;
}

a.optionlink
{
	color:#333;
	text-align:left;
	padding-left:2px;
	display:inline-block;
	width:100%;
}

a.optionlink i
{
	position:relative;
	left:-2px;
	color:#1c4a70;
}

a.optionlink.rmv i
{
	color:red;
}

a.optionlink:hover
{
	text-decoration:none;
}

div.page
{
	position:relative;
	margin:10px auto 20px auto;
}

div.page div.waiting
{
	text-align:center;
	padding-top:20%;
	padding-bottom:20%;
}

div.page div.waiting i.fas
{
	font-size:64px;
	color:#bbb;
}

div.page a.article_overlay
{
	position:absolute;
	z-index:100;
	cursor:pointer;
}

div.page a.article_overlay:hover,
div.page a.article_overlay.marked:hover
{
	/* background:rgba(0,146,218,0.3); */
	background:rgba(28, 74, 112, 0.3);
}

div.page a.article_overlay.marked
{
	border:1px dotted #0092da;
	background:rgba(0,0,0,0.1);
}

div.page a.consumer_info_overlay
{
	position:absolute;
	z-index:100;
	cursor:pointer;
}

div.page a.consumer_info_overlay:hover
{
	background:rgba(0,146,218,0.3);
}

div.page img
{
	border:1px solid #bbb;
	box-shadow:2px 2px 2px #bbb;
}

div.page_overview
{
	float:left;
	margin:10px auto 20px auto;
}

div.page_overview div.page_thumb
{
	float:left;
	margin:5px 5px;
	width:103px;
	height:160px;
}

div.page_overview div.page_thumb a img
{
	border:2px solid #eee;
	box-shadow:2px 2px 2px #bbb;
}

div.page_overview div.page_thumb a.current img
{
	border:2px solid #1c4a70;
}

div.page_overview div.page_thumb_panorama
{
	width:206px;
	padding-left:6px;
}

div.modal-body.page_overview div.page_thumb_panorama
{
	padding-left:2px;
}

div.modal-body.page_overview div.page_thumb
{
	position:relative;
	height:190px;
	margin-right:24px;
}

div.modal-body.page_overview div.page_thumb figcaption
{
	margin:4px 0 4px 0;
	font-size:10px;
	text-align:center;
}

div.page_overview div.page_thumb_panorama a img
{
	height:154px;
}

div.modal-content div.modal-header h2.modal-title span
{
	display:block;
	font-size:14px;
	margin-top:16px;
	line-height:14px !important;
}

div.modal-body.page_overview div.page_thumb i.close_icon
{
	position:absolute;
	top:-3px;
	right:-3px;
	color:red;
	cursor:pointer;
}

div.modal-content div.modal-body p.interline
{
	font-weight:bold;
}

div.modal-content div.modal-body figure img
{
	width:100%;
}

div.modal-content div.modal-body figure figcaption
{
	font-style: italic;
}

div.modal-content div.modal-body figure figcaption span.photographer
{
	float:right;
}

div.page_overview div.leaflet_ntc
{
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
	padding:4px 6px;
	border:1px solid #1c4a70;
	/* background:rgba(0,146,218,0.3); */
	background:rgba(28, 74, 112, 0.5);
	font-size:12px;
	color:#EEE;;
}

div.page_overview div.leaflet_ntc i
{
	position:absolute;
	top:-6px;
	right:-6px;
	font-size:16px;
	margin-top:1px;
	margin-left:3px;
	cursor:pointer;
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	overflow:auto;
}

#overlay div{
	text-align:center;
}

#overlay button{
	font-size:32px;
}

#overlay img{
	width:100%;
}

.ui-draggable-helper
{
	z-index:9999;
}

a {
	color:#1c4a70;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: rgba(28, 74, 112, 0.7);
	text-decoration: none;
	background-color: transparent;
}

.btn-primary {
	color:#FFF;
	background-color:#1c4a70;
	border-color:black;
}

.btn-primary:hover {
        color:#FFF;
        background-color: rgba(28, 74, 112, 0.7);
        border-color:black;
}

/* To top */

#toTop {
	display: none;
	float: right;
	position: fixed;
	bottom: 20px;
	text-align: right;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: background: rgba(255,255,255,0.5); 
	color: rgba(28, 74, 112, 0.5);
	cursor: pointer;
	padding: 5px 15px;
	font-size: 36px;
}

#toTop:hover {
	color: rgba(28, 74, 112, 0.3);;
	background-color: rgba(28, 74, 112, 1);
}

@media (max-width: 520px) {

	div.modal-footer {
		display: inline;
	}

	div.modal-footer a.btn,
	div.modal-footer button.btn
	{
		margin-bottom:12px;
	}
	
}
