
#section-content {
}
#container-directory {
	padding:3px;
	display:none;
}
#container-directory[data-container-file-id="0"] {
	display:block;
}
#media-gallery {
	width:100%;
}
#media-gallery > .grid-item {
	position: relative;
}
#media-gallery > .grid-item > a {
	display:block;
}

#media-gallery > .grid-item > a > img {
	display:block;
	width: 100%;
	padding:2px;
	box-sizing:border-box;
}
#media-gallery > .grid-item:hover > a > img {
	opacity: 0.6;
}

#media-gallery .grid-item .pdf-checklist {
	display: none;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
}
#media-gallery.pdf-form .grid-item .pdf-checklist {
	display: block;
	background: rgba(0,0,0,0.5);
	border: 2px solid #f5f5f5;
	
}

#media-pdf {
	position:fixed;
	bottom:0;
	left:0;
	background:#f5f5f5;
	width:100%;
	height:50px;
	display: flex;
	flex-direction:row;
	box-shadow:0 0 15px 5px rgba(0, 0, 0, .5);
	z-index: 1000;
}

#pdf-cancel {
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	line-height: 50px;
	width:50px;
	text-align:center;
	color:#ffffff;
	background:rgba(49, 49, 49, 1);
}

#pdf-download-manual {
	flex-grow: 1;
	flex-shrink: 1;
	line-height: 50px;
	text-decoration: none;
	text-align:center;
}

#pdf-download-random {
	text-decoration: none;
	display: block;
	line-height: 50px;
	width:50px;
	text-align:center;
	background:rgba(0,0,0,.1);
	margin-right:2px;
}

#pdf-download-sort {
	text-decoration: none;
	display: block;
	line-height: 50px;
	width:50px;
	text-align:center;
	background:rgba(0,0,0,.1);
	margin-right:2px;
}



/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height:25px;
  color:#ffffff;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #f5f5f5;
 
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid rgba(49, 49, 49, 1);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

















#container-file {
	display:block;
}
#container-file[data-container-file-id="0"] {
	display:none;
}
#media-file {
	height: calc(100vh - 160px);
	background-size:contain;
	background-repeat: no-repeat;
	background-position-x: center;
    background-position-y: center;
}
#dir-nav {
	position:absolute;
	height: calc(100vh - 160px);
	width:100%;
	display:flex;
	flex-direction:row;
}
#dir-nav > div {
	flex-basis: calc(100% / 3);
	flex-grow:1;
	flex-shrink:1;
}
#dir-nav-prev {
	cursor: url(../../svg/chevron-left.svg), auto;
}
#dir-nav-dir {
	cursor: url(../../svg/grip.svg), auto;
}
#dir-nav-next {
	cursor: url(../../svg/chevron-right.svg), auto;
}





#media-file-show {
	height:calc(100vh - 160px);
	width:100vw;
	display:flex;
	overflow:auto;
	scroll-snap-type:x mandatory;
}
#media-file-show .slide {
	scroll-snap-align:start;
	height:calc(100vh - 170px);
	width:100vw;
	flex-shrink: 0;
	background-size:cover !important;
}
#container-file.mobile-1 #dir-nav {
	display:none;
}
#container-file.mobile- #media-file-show {
	overflow:hidden;
}



@media (max-width: 800px) {
	
}