/* css/entry.css */
* {
  box-sizing: border-box;
}

section.entry {
  min-height: 250px;
}

img.entry {
  max-width: none;
  border: 2px solid black;
  padding: 2px;
}

.view-grid {
  display: table;
  display: block;
  border-collapse: collapse;
  width: 100%;
  /*margin-left: -20px;*/
}

.view-grid::after {
  content: "";
  display: table;
  height: 1;
  clear: both;
}

.view-grid-row {
  /*display: table-row;*/
}

.view-grid-column {
  /*display: table-cell;*/
  /*display: inline-block;*/
  display: block;
  float: left;
  vertical-align: top;
}

.entry-title {
  display: table-cell;
}

.left {
  width: 60%;
  padding-left: 5px;
  display: table-cell;
  vertical-align: top;
}

.right {
  width: 40%;
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.tile-image {
  width: 100%;
  min-height: 400px;
  margin-bottom: 20px;
  position: relative;
}

.tile-image .loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
  0% { background: #ddd; }
  33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
  66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

.pan-zoom-thumbnail {
  /*float: left;*/
  /*margin-left: 20px;*/
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  white-space: nowrap;
}

.pan-zoom-thumbnail img {
  border: 1px solid black;
}

.pan-zoom-thumbnail-inner {
  position: relative;
}

.pan-zoom-thumbnail-crop {
  border: 1px solid red;
  position: relative;
  position: absolute;
  display: none;
}

.pan-zoom-thumbnail-crop-inner {
  border: 1px solid white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
}

.pan-zoom-thumbnail .tabbable {
  margin-top: 15px;
}

.sidebar {
  display: table-cell;
  width: 220px;
  min-width: 220px;
  padding-left: 20px;
  vertical-align: top;
}

.sidebar p {
  font-size: 11px;
}

.pan-zoom-thumbnail img {
  max-width: none;
}


.portfolio-details {
  display: block;
  margin-bottom: 0em;
  margin-top: 0em;
  font-size: 11px;
}

.portfolio-list li a {
  padding-bottom: 0;
}

.portfolio-list li {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 8px;
}

.portfolio-list form {
  margin-bottom: 0;
}

.portfolio-list .nav .nav-header:first-child {
  padding-top: 3px;
}

.portfolio-list .nav .nav-header {
  padding-top: 4px;
}

/*.portfolio-list .nav-list {
  margin-bottom: 8px;
}*/

.portfolio-options {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

/** PANZOOM **/

.pan-zoom-image {
  position: relative;
}

.pan-zoom-image-frame {
  border: 1px solid #666;
}

.pan-zoom-image img {
  /*max-width: none;*/
}

.zoom-controls {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  z-index: 1000;
}

/*.image-sizes {
  font-size: 10px;
}

div.image-sizes {
  position: absolute;
  top: 82px;
  left: 0;
  text-align: right;
  font-family: monospace;
}

.image-sizes ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}*/

li.current a {
  font-weight: bold !important;
}

dl.metadata {
  padding-top: 0;
  margin-top: 0;
}

table.info {
  margin: 8px;
  font-size: 10px;
  width: 75%;
}

table.info td {
  color: #666;
}

table.info td.info-label {
  color: #ccc;
  width: 75px;
}

ul.info {
  font-size: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.current-size {
  text-align: right;
  margin-right: 30px;
  color: #666;
}

input.bookmark {
  font-size: 9px;
}

#feedback-form-dialog {
  max-height: 700px;
  display: none;
}

#feedback-form-dialog label > input:focus {
  outline: 2px dotted #666;
}

#feedback-form-dialog .feedback-messages {
  float: left;
  width: 70%;
}

.feedback-messages div {
  display: none;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 0;
}

.medialinktxtstrong {
  font-weight: normal;
}

.media-link {
  white-space: normal;
  display: block;
  width: 80%;
}

.holding-link {
    width: 18.5em;
}

form.viewmenu {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

form.viewmenu:after {
  content:"";
  display:table;
  clear:both;
}

form.viewmenu select {
  float: left;
  margin-right: 8px;
}

form.viewmenu button {
  float: left;
}

/* TILING */

.main-record {
  width: 100%;
}

#full-image {
  width: 100%;
  height: 100%;
}

.leaflet-tile {
    box-sizing: border-box;
    /*border: 1px solid #eee;*/
}

.dropdown-menu.relatedviews {
  max-width: none;
  width: 350px;
}

.dropdown-menu.relatedviews li > a {
  min-height: 50px;
}

.dropdown-menu img {
  width: 50px;
}

.dropdown-menu .title span {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: bold;
  line-height: 18px;
  background: #ddd;
}

.dropdown-menu .title:first-child span {
  margin-top: -5px;
  margin-bottom: 5px;
}

.scrollable.has-scroll {
    position:relative;
    overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
    position:absolute;
    top:0;
    left:100%;
    width:50px;
    height:100%;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
    content:'';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
    overflow-x:auto;
}

.scrollable > div::-webkit-scrollbar {
    height:12px;
}
.scrollable > div::-webkit-scrollbar-track {
    box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
    background:#f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
    border-radius:6px;
    background:#ccc;
}

table.combo { width: 100% ; max-width: none; }
table.combo td { white-space: nowrap; }

.image-column {
  width: 50%;
  /*background: rgba(225, 0, 120, 0.0784314);*/
}


.thumbnail-column {
  width: 250px;
}

.thumbnail-column img {
  margin-bottom: 20px;
}

.fixable {
  margin-top: 10px;
}

.metadata-column {
  width: 29%;
  padding-left: 10px;
}

.sidebar-column {
  width: 19%;
  padding-left: 10px;
}

body.missing .metadata-column {
  width: 59%;
}

body.missing .sidebar-column {
  width: 29%;
}

input.bookmark { width: 95%; }

h2.section {
  font-size: 13px;
}

.navbar .btn-navbar {
  float: left;
  border: none;
  box-shadow: none;
  color: black;
  background: none;
}

.jump-menu {
  text-align: center;
}

/* MEDIA QUERIES */
@media only screen and (max-width : 800px) {

  .metadata-column, .sidebar-column, .image-column {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }


}

@media only screen and (min-width : 801px) and (max-width : 1200px) {

  .metadata-column {
    width: 49%;
    /*padding-left: 20px;*/
  }

  .sidebar-column::before, .sidebar-column::after {
   content: "";
   display: table;
   height: 1;
   clear: both;
 }

  .sidebar-column {
    display: block;
    float: right;
    width: 49%;
    padding-left: 0;
  }

  body.missing .metadata-column {
    width: 59%;
  }

  body.missing .sidebar-column {
    width: 39%;
  }


}

img.image-thumbnail {
  margin: 8px;
  padding: 8px;
  border: 1px solid #ccc;
}

/*.view-grid {
  min-width: 1201px;
}
*/
/* vendor/leaflet/leaflet.css */
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #F3F3F3;
	background: rgba(221, 221, 221, 0.35);
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #05f;
	background: white;
	opacity: 0.5;
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 7px rgba(0,0,0,0.65);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	}
.leaflet-bar a, .leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	-webkit-border-top-left-radius: 4px;
	        border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	        border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	-webkit-border-bottom-left-radius: 4px;
	        border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	        border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar {
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	}
.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	-webkit-border-top-left-radius: 7px;
	        border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	        border-top-right-radius: 7px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	-webkit-border-bottom-left-radius: 7px;
	        border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	        border-bottom-right-radius: 7px;
	border-bottom: none;
	}


/* zoom control */

.leaflet-control-zoom-in {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	}
.leaflet-control-zoom-out {
	font: bold 22px 'Lucida Console', Monaco, monospace;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 28px;
	line-height: 30px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 7px rgba(0,0,0,0.4);
	background: #f8f8f9;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/i/image/vendor/leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/i/image/vendor/leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 5px #bbb;
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	color: black;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	overflow: hidden;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 4px solid rgba(0,0,0,0.3);
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
.leaflet-editing-icon {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	}
/* vendor/Leaflet.Pancontrol/src/L.Control.Pan.css */
/* Make the default zoom control align with the pan control.
   
   This is ugly. 
   The parent box (class="leaflet-top leaflet-left") 
   should make all the child boxes be center-aligned instead. 
   Not sure if that is possible though.
*/
.leaflet-control-container {
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.leaflet-control-container a {
  zoom: 1;
}

.leaflet-container:focus {
  outline: auto 5px -webkit-focus-ring-color;
}

.leaflet-container:hover .leaflet-control-container, .leaflet-control-container.focused {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.leaflet-bar a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.leaflet-left {
  left: 5px;
}
.leaflet-control-zoom {
	position: relative;
	left:2px;
}
/* 
   Make the zoomSlider control 
   (https://github.com/mattiasbengtsson/Leaflet.zoomslider) 
   align with the pan control. 
*/
.leaflet-control-zoomslider {
	position: relative;
	left:22px;
}

.leaflet-control-pan  {
	   /* 
	     .leaflet-control-pan-right-wrap: right 
	   + .leaflet-control-pan a: width
	   = 52 + 24 = 76
	   */
	width: 45px; 
	   /* 
	     .leaflet-control-pan-down-wrap: top
	   + .leaflet-control-pan a: height
	   = 52 + 24 = 76
	   */
	height: 76px;
}

.leaflet-control-pan > div {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.leaflet-control-pan > div {
  border: 1px solid #888;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.leaflet-control-pan a {
    background-color: rgba(255, 255, 255, 0.8);
}
.leaflet-control-pan a{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-control-pan a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 22px;
    height: 22px;
}
.leaflet-control-pan a:hover {
    background-color: #fff;
}

.leaflet-control-pan-up-wrap {
	position:absolute;
	left:2px;
}
.leaflet-control-pan-left-wrap {
	position:absolute;
	top:26px;
  left:-10px;
}
.leaflet-control-pan-right-wrap {
	position:absolute;
	left:15px;	
	top:26px;
}
.leaflet-control-pan-down-wrap {
	position:absolute;
	left:2px;
	top:52px;
}

.leaflet-control-pan-up {
	background-image: url(/i/image/vendor/Leaflet.Pancontrol/src/images/pan-up.png);
}
.leaflet-control-pan-left {
	background-image: url(/i/image/vendor/Leaflet.Pancontrol/src/images/pan-left.png);
}
.leaflet-control-pan-right {
	background-image: url(/i/image/vendor/Leaflet.Pancontrol/src/images/pan-right.png);
}
.leaflet-control-pan-down {
	background-image: url(/i/image/vendor/Leaflet.Pancontrol/src/images/pan-down.png);
}

/****** Touch Alterations ******/
.leaflet-touch .leaflet-control-pan div {
  border: 4px solid rgba(0, 0, 0, 0.3);
  box-shadow: none;

  border-radius: 10px;
}

.leaflet-touch .leaflet-control-pan {
  width: 89px;
  height: 119px;
}

.leaflet-touch .leaflet-control-pan a {
  width: 30px;
  height: 30px;

  border-radius: 7px;
}

.leaflet-touch .leaflet-control-pan-up-wrap {
  left:26px;
}

.leaflet-touch .leaflet-control-pan-left-wrap {
  top:40px;
}

.leaflet-touch .leaflet-control-pan-right-wrap {
  left:52px;
  top:40px;
}

.leaflet-touch .leaflet-control-pan-down-wrap {
  left:26px;
  top:80px;
}
/* vendor/Leaflet.contextmenu/dist/leaflet.contextmenu.css */
.leaflet-contextmenu {
    display: none;
	box-shadow: 0 1px 7px rgba(0,0,0,0.4);
	-webkit-border-radius: 4px;
	border-radius: 4px;
    padding: 4px 0;
    background-color: #fff;
    cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.leaflet-contextmenu a.leaflet-contextmenu-item {
    display: block;
    color: #222;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    padding: 0 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: default;
    outline: none;
}

.leaflet-contextmenu a.leaflet-contextmenu-item-disabled {
    opacity: 0.5;
}

.leaflet-contextmenu a.leaflet-contextmenu-item.over {
    background-color: #f4f4f4;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.leaflet-contextmenu a.leaflet-contextmenu-item-disabled.over {
    background-color: inherit;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.leaflet-contextmenu-icon {
    margin: 2px 8px 0 0;
    width: 16px;
    height: 16px;
    float: left;
    border: 0;
}

.leaflet-contextmenu-separator {
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
}