.image-map {
	font-family: 'Source Sans Pro';
	position: absolute;
	background: none;
	border: none;
	font-size: 13px;
	color: #898989;
	font-weight: 400;
}
.image-map:hover {
    background: gradient rgb(40 180 247 / 8%);
    box-shadow: 0 0 6px 0px rgb(40 190 250 / 40%);
    background: linear-gradient(0deg,
        rgba(40,200,250,0.05) 0%,
        rgba(40,200,250,0) 20%,
        rgba(40,200,250,0) 80%,
        rgba(40,200,250,.05) 100%);
        cursor: context-menu;
}
.image-map .image-map-submenu {
	display: none;
}

.image-map:hover.c2c-wrapper:before {
    content: '';
    display: block;
    left: calc(50% - 7.5px);
    position: absolute;
    bottom: -8px;
    background-image: url('../img/icon-menu.png');
    width:15px;
    height:15px;
    background-size: contain;
    z-index:9999;
}

.image-map-options:before, .image-map-options:after {
    display:none;
}

.c2c-image-menu-active .image-map-submenu .image-map-options, .image-map-menu-active .image-map-submenu .image-map-options {
    margin: 4px auto 0;
}

.c2c-image-menu-active .image-map-submenu,
.image-map-menu-active .image-map-submenu {
	z-index: 100;
	cursor:pointer;
	display: table;
	position: absolute;
	top: 100%;
	width: 100%;
}
.c2c-image-menu-active .image-map-submenu .image-map-options,
.image-map-menu-active .image-map-submenu .image-map-options {
	padding: 6px 0 3px;
	margin: 4px auto 0;
	display: table;
	border: 1px solid #6ecff6;
	background-color: #fff;
}
.webview-image:hover > div {
	height: 100%;
    width: 100%;
	background: gradient rgb(40 180 247 / 8%);
    box-shadow: 0 0 6px 0px rgb(40 190 250 / 40%);
    background: linear-gradient(0deg,
        rgba(40,200,250,0.05) 0%,
        rgba(40,200,250,0) 20%,
        rgba(40,200,250,0) 80%,
        rgba(40,200,250,.05) 100%);
    cursor: context-menu;
	position: absolute;
}

.c2c-image:hover:before {
    content: '';
    display: block;
    left: calc(50% - 7.5px);
    position: absolute;
    bottom: -8px;
    background-image: url('../img/icon-menu.png');
    width:15px;
    height:15px;
    background-size: contain;
    z-index:9999;
}

.image-map.webview {
	position: initial;
}
.image-map.webview:hover .image-map-submenu {
	top: initial;
}
.c2c,
.dropdown-title {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.c2c {
	white-space: nowrap;
	cursor: pointer;
	padding: 4px 10px;
}
.c2c:hover,
.dropdown-title-wrapper:hover {
	color: #0072bc;
	font-weight: 400;
	background: #e5f1f8;
}
.c2c-image {
	position: relative;
}
.c2c-image img.float-left,
.c2c-image img.float-right {
	margin: 4px;
}
.c2c-image img.img-center {
	margin: auto !important;
    display: block !important;
}
#content .c2c-dropdown-menu a.c2c {
	color: inherit;
	display: block;
}
#content .c2c-dropdown-menu a.c2c:hover {
	color: #0072bc;
}
.image-map-submenu > .c2c:first-of-type {
	margin-right: -1px;
	border-right: 1px;
}

.c2c-dropdown-menu > div.png-set .c2c {
	display: inline;
	padding-left: 0;
}

.c2c-dropdown-menu {
	display: none;
}
.c2c-dropdown-button.show-dropdown .c2c-dropdown-menu {
	display: block;
}
.c2c-dropdown-button.hide-dropdown .c2c-dropdown-menu {
	display: none;
}
.copy-tooltip-wrapper {
	height: 0;
}
.copy-tooltip:before, .copy-tooltip:after {
	content: '';
	border-width: 10px;
	border-style: solid;
	display: block;
	left: calc(50% - 10px);
	position: absolute;
}
.copy-tooltip:before {
	border-color: #f5f5f5 transparent transparent transparent;
	top: calc(100% - 1px);
	z-index: 1;
}
.copy-tooltip:after {
	border-color: #e8e8e8 transparent transparent transparent;
	top: 100%;
	z-index: 0;
}

.copy-tooltip {
	left: 0;
	right: 0;
	top: -60px;
    position: relative;
	background: #f5f5f5;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	bottom: auto;
	color: #898989;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	z-index: 999999;
	transition: all .7s ease;
}
				
/* C2C paddings */
.image-map-submenu > .c2c {
	padding: 6px;
}
.c2c-button-icon {
	padding-left: 22px;
	display: inline;
}
.c2c-dropdown-menu .c2c,
.c2c-dropdown-menu > div {
	padding-left: 33.5px;
}
.basic-copy {
	background: url("/nks/img/icon-clipboard.png") no-repeat;
	background-size: 12px 16px;
	background-position: 2px center;
	font-weight: 600;
    color: rgb(61 139 170);
}
.basic-copy:hover {
	background: url("/nks/img/icon-clipboard-hover.png") no-repeat;
	background-size: 12px 16px;
	background-position: 2px center;
}
.sg-dl {
	background: url("/nks/img/icon-symbolic-graphics.png") no-repeat;
	background-size: 16px;
	background-position: 0 center;
}
.sg-dl:hover {
	background: url("/nks/img/icon-symbolic-graphics-hover.png") no-repeat;
	background-size: 16px;
	background-position: 0 center;
}
.dropdown-title {
	background: url("/nks/img/icon-copy-download.png") no-repeat;
	background-size: 11px 13px;
	background-position: 12px 7px;
	padding: 4px 10px 4px 33px;
}
.dropdown-title:hover {
	background: url("/nks/img/icon-copy-download-hover.png") no-repeat;
	background-size: 11px 13px;
	background-position: 12px 7px;
}
.c2c-divider {
	border-top: 1px solid #d7d7d7;
	margin: 1px 0;	
}

.checkmark {
	padding: 8px;
	background: url("/nks/img/icon-checkmark.png") no-repeat center left;
	background-size: contain;
	display: inline-block;
	height: 0;
	margin: -3px .25rem 0 0;
	transition: all .5s ease;
	vertical-align: middle;
	width: 0;
}
.dropdown-title:hover .arrow {
	border: solid #0072bc;
	border-width: 0 2px 2px 0;
}
.arrow {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border: solid #898989;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
}

.c2c-dropdown-button.show-dropdown .arrow {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: 3px;
}

.image-map-hyperlink .image-map {
	background: none;
	border-bottom: 1px solid rgba(221,17,0, 0.6);
}

.image-map-hyperlink .image-map:hover {
	border-color: rgba(221,17,0, 0.3);
}

.image-map-hyperlink .image-map-options {
	border-radius: 3px;
	border-color: #565656;
}

.image-map-hyperlink .image-map-options a {
	padding: 5px 0 5px 5px;
}

.image-map-hyperlink .image-map-options a:last-of-type {
	padding-right: 10px;
}

.image-map-hyperlink .hyperlink {
	height: 100%;
	width: 100%;
	display: block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}