/** 
 * gallery.css
 * P.Rushmer
 * 
 */ 
#gallery figure {
	position: relative;
	opacity: 1;
} 
 
#gallery figure img {
	padding: 10px;
} 

#gallery figcaption {
	font-size: 12px;
}
 
#gallery {
	padding-bottom: 10px;
}

#gallery p {
	text-align: center;	
	margin: 5px 0 0;
}

#gallery a,
.row-fluid a {
	text-decoration: none;
}

#gallery button{
	background-color: transparent;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 10%; 
}

#gallery input[type='submit'],
button#delete-select{
	background-color: #337ab7;
	border-radius: 10%; 
	padding: 6px;
}

#filelist {
	list-style: none;
}

.note{
	position: absolute;
	top: 3px;
	left: 3px;
}

figure .note{
	top: 5px;
	left: 5px;
}

span.note:hover{
	cursor: alias;
}

.spyclick{
	position: absolute;
	left: 40%;
	top: 35%;
}
span.spyclick:hover{
	cursor:crosshair;
}

.tick{
	position: absolute;
	top: 3px;
	right: 3px;
}

figure .tick{
	top: 4px;
	right: 4px;
}


div span.month-gal {
	display: inline-block;
	text-align: center;
	display: none;
}

.month-gal {
	position: relative;
	z-index: 1;
  	top: 40%;
	color: black;
	font-size: 15px;
}

#ajax-spinner{
	height: 0;
	width: 0;
	display: none;
}

.loader {
	position:fixed;
	left:0;
	right:0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.7;
	z-index: 100;
}

/* The side navigation menu */
#offcanvas h4 {
	margin: 0;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 2px 0;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.closebtn{
	padding: 0;
	margin: 0;
}

a.closebtn {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 36px;
	padding: 0;
  }
  
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#photos {
  transition: margin-left .5s;
  padding: 20px;
}

#ui-datepicker-div{
	position: absolute !important;
}

#datepicker{
	margin: 5px;
	padding: 5px;
	border: #818181 solid 1px;
}

#datepicker p{
	font-size: 0.7em;
	text-align: left;
	margin: 0;
}

.hasDatepicker{
	border: 0;
	border-radius: 2px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ui-datepicker-trigger{
	padding-top: 4px;
	padding-left: 1px;
	border: none;
}

.site-search {
	color: black;
	background-color: #fff;
	border: 0;
	width: 250px; 
	height: 30px;
}

form#search-form p {
	font-size: small;
	padding: 0;
	margin: 0;
}

/* Style the search panel and button. Hidden at startup */
#search-panel{
	display: none;
}

form#search-form button {
  max-width: 100px;
  padding: 1px 5px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  border-right: none;
  border-radius: 10%;
  cursor: pointer;
}

form#search-form button:hover {
  background: #0b7dda;
}

/* Clear floats */
form#search-form::after {
  content: "";
  clear: both;
  display: table;
}

input[type=checkbox] + label {
	font-size: 12px;
	color: #818181;
}
 
.MarkupPagerNav {
	clear: both;
/*	margin: 1em 0; */
	margin: 3px 0;
	font-family: Arial, sans-serif;

}
.MarkupPagerNav li {
	display: inline;
	list-style: none;

}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	background: #2f4248;
	margin-right: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 5px;

}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #db1174;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}

p#rem-ind {
	clear: left;
	font-style: italic;
}
/* Override to force text to centre of div */
.pswp__caption__center {
	text-align: center;
}

.pswp__caption__center:hover{
	cursor:pointer;
	color:teal;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) 
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 12px;}
}
 */