@charset "ISO-8859-1";
.top-container{
	margin-top: 100px;
}
.form-container{
	padding: 4%
}
.form-popup {

  text-align: center;
  padding: 1%;
  position: fixed;
  display: none;
  z-index: 10;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
}
#photo-title{
	font-size: 14pt;
}
#upload-button{
	border: none;
	background-color: #edfbff;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.image-popup {
  text-align: center;
  padding: 1%;
  position: fixed;
  display: none;
  z-index: 10;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
img{
	max-width:450px;
}
#image-close-button{
	float: right;
	border: none;
	border-bottom: 1px solid black;
	background-color: #FFFDD1;
	font-size: 14pt;
}

#image-close-button:hover{
	background-color: #f1f1f1;
}
img:hover{
	opacity: .5;
}
.page {
    width: 300px;
    margin: 0 auto;
    padding: 0;
}

.page li {
    list-style: none;
    margin: 10px auto;
    padding: 12px;
    background: white;
    border-radius: 10px;
    text-align: center;
}

.pagination {
    text-align: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:12pt;
}

.pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 200px;
}

.page-number {
    cursor: pointer;
    background-color: white;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}

.active {
    font-size: 1.3em;
    height: 40px;
    width: 40px;
    background-color: #0057b3;
    color: white;
}

.pagination-button {
    width: 120px;
    padding: 8px 16px;
    background-color: #ffffff00;
    color: #0057b3;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination-button:hover {
    color: #0056b3;
}

.pagination-button:disabled {
    background-color: #ffffff00;
    color: #ccc;
    cursor: not-allowed;
}

#prevPage {
    margin-right: 20px;
}

#nextPage {
    margin-left: 20px;
}

.arrow {
    font-size: 1.2em;
}

.nav-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}
#image-prev{
	max-height: 95vh;
	max-width: 80vw;
	opacity:1;
}

#filter-cont  {
	font-size:14pt;
	font-family: 'Quicksand', sans-serif;
	padding-bottom:7px;
}
#filter-cont > label  {
	color: #0056b3;
	padding: 5px;
}
#filter-cont-mob{
	display:none;
	padding-bottom:7px;
}
.nav-text{
	display: block;
}
/*
	test
*/
.form-container {
  display: flex;
  max-width: 500px;
  padding: 20px;
  flex-flow: column;
  margin: 100px auto 15px auto;
  background-color: #072c1c;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: white;
}
#form-closex-button{
	background-color:#FFFDD1;
	border: none;
	width:25px;
	margin-left:95%;
}
/* RESPONSIVE DESIGN FOR ALL MOBILE DEVICES
*
*/
@media only screen and (min-width: 320px) and (max-width: 430px){
#filter-cont{
	font-size:12pt;
	padding-bottom:7px;
}
#mob-filter{
	opacity: 0.5;
	border: none;
	background-color: #edfbff;
}
#photo-title, #upload-button{
		font-size: 12pt;
		background-color: white;
}
#filter-cont{
	display:none;
	padding-bottom:7px;
}
#filter-cont-mob{
	display:block;
}
	#photo-title{
		padding-top: 15px;
		padding-bottom: 15px;
		font-family: 'Quicksand', sans-serif;
	}
	.approved-img{
	pointer-events: none;
	cursor: default;
	max-width: 100vw;
	}
	p{
		max-width: 100vw;
	}
	.nav-text{
	display: none;
	}
	.pagination{
	font-size: 10pt;
	}
}
/*End of Responsive Design */

/*ALL IPAD/TABLET DEVICES
*/
@media only screen and (min-width: 640px) and (max-width: 1024px){
p{
		max-width: 100vw;
		font-size: 14pt;
		
	}
.approved-img{
	max-width: 100vw;
}
#photo-title, #upload-button{
		font-size: 16pt;
		background-color: white;
		padding: 1%;
}
}
	
	