body{
	background-color:#e0e6d5;
	overflow-x:hidden;
}
main{
	position:relative;
	top:50%;
}
a{
	text-decoration:none;
	color:black;
}
.desc{
        position: relative;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 18px;
    margin-top: 30px;
}
canvas {
      display: block;
      margin: 0 auto;
    }
.welcome{
	font-family:sans-serif;
	font-weight:600;
	color:white;
	font-size:24px;
	width: 237.5px;
	text-align:center;
}
.form-title{
	font-family:sans-serif;
	font-weight:600;
	color:white;
	font-size:24px;
	width: 350px;
	text-align:center;
}
.message{
	font-family:sans-serif;
	color:#ff9696;
	font-size:12px;
	width: 350px;
	text-align:center;
}
.bubble-small{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-180px;
	margin-top:-230px;
	width: 350px;
	height:350px;
	z-index:10;
}
.bubble-mini{
    position:absolute;
	left:80%;
	top:55%;
	margin-left:-275px;
	margin-top:-275px;
	width: 30px;
	height:30px;
	z-index:20;
	background-color:#10585f;
	border-radius:15px;
}
.bubble-mini:hover{
    background-color:#d15228;
}
.bubble-big{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
	width: 500px;
	height:500px;
	z-index:1;
	background-color:#10585f;
	border-radius:250px;
}
.category{
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-bottom:20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #10585f;
    padding: 6;
    border-radius: 15px;
    color: white;
}
.allcategory{
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-bottom:20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #d15228;
    padding: 6;
    border-radius: 15px;
    color: white;
}
.category:hover, .allcategory:hover{
    background-color:white;
    color:#10585f;
    cursor:pointer;
}
.menucat{
    display: flex;
    height: auto;
    width: 100vw;
    flex-direction: row;
    flex-wrap: wrap;
}
#art_image{
	color:transparent;
}
#art_image::-webkit-file-upload-button {
  visibility: hidden;
}
#art_image::before {
  content: '+';
  display: block;
  border-radius: 5px;
  -webkit-user-select: none;
  cursor: pointer;
  font-family:sans-serif;
  color:#d15228;
  background-color:white;
  text-align:center;
  font-size:2em;
  line-height:100%;
}
#art_image:hover{
	background-color:#d15228;
	color:white;
}
.deco1{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:0px;
	margin-top:-150px;
	width: 300px;
	height:300px;
	border-radius:150px;
	background-color:#10585f;
	z-index:1;
}
.deco2{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:-400px;
	margin-top:-50px;
	width: 200px;
	height:200px;
	border-radius:100px;
	background-color:#10585f;
	z-index:1;
}
.deco3{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:-300px;
	margin-top:-150px;
	width: 200px;
	height:200px;
	border-radius:100px;
	background-color:#10585f;
	z-index:1;
}
.deco4{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:-300px;
	margin-top:0px;
	width: 450px;
	height:150px;
	background-color:#10585f;
	z-index:1;
}
.deco5{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:-175px;
	margin-top:-225px;
	width: 350px;
	height:350px;
	border-radius:175px;
	background-color:#10585f;
	z-index:1;
}
.magic-link a{
	color:transparent;
	font-family:sans-serif;
	font-weight:600;
	font-size:24px;
	display:block;
	margin:auto;
	width:200px;
	text-align:center;
	margin-top:40%;
	animation:magic 1s;
	animation-fill-mode: forwards;
	animation-delay:1s;
}
@keyframes magic {
  0% {color:transparent;}
  75% {color:transparent;}
  100% {color:white;}
}
.deco6{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:0px;
	margin-top:-150px;
	width: 300px;
	height:300px;
	border-radius:150px;
	background-color:#10585f;
	z-index:2;
	animation: movesix 1s;
	animation-fill-mode: forwards;
	animation-delay:1s;
}
@keyframes movesix {
  from {margin-left: 0px;margin-top: -150px;}
  to {margin-left: 150px;margin-top: 50px;}
}
.deco7{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:-400px;
	margin-top:-50px;
	width: 200px;
	height:200px;
	border-radius:100px;
	background-color:#10585f;
	z-index:2;
	animation: moveseven 1s;
	animation-fill-mode: forwards;
	animation-delay:1s;
}
@keyframes moveseven {
  from {margin-left: -400px;margin-top: -50px;}
  to {margin-left: -600px;margin-top: 50px;}
}
.deco8{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:-300px;
	margin-top:-150px;
	width: 200px;
	height:200px;
	border-radius:100px;
	background-color:#10585f;
	z-index:2;
	animation: moveeight 1s;
	animation-fill-mode: forwards;
	animation-delay:1s;
}
@keyframes moveeight {
  from {margin-left: -300px;margin-top: -150px;}
  to {margin-left: -500px;margin-top: -200px;}
}
.deco9{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:-175px;
	margin-top:-225px;
	width: 350px;
	height:350px;
	border-radius:175px;
	background-color:#10585f;
	z-index:2;
	animation: movenine 1s;
	animation-fill-mode: forwards;
	animation-delay:1s;
}
@keyframes movenine {
  from {margin-left: -175px;margin-top: -225px;}
  to {margin-left: 0px;margin-top: -350px;}
}
.deco10{
	position:absolute;
	left:52%;
	top:40%;
	margin-left:-300px;
	margin-top:0px;
	width: 450px;
	height:150px;
	background-color:#10585f;
	z-index:1;
	animation: moveten 1s;
	animation-fill-mode: forwards;
	animation-delay:1s;
}
.deco11{
    position:absolute;
	left:52%;
	top:40%;
	margin-left:-150px !important;
	margin-top:-100px;
	width: 400px;
	height:150px;
	color:#10585f;
	font-size:50px !important;
	z-index:1;
}

@keyframes moveten {
  0% {border-radius: 0px;width:450px;height:150px;}
  10% {border-radius: 200px;width:400px;height:400px;}
  100% {border-radius: 200px;width:400px;height:400px;}

}
.deco6:hover, .deco8:hover, .deco9:hover, .deco10:hover{
	background-color:#d15228;
}
.deco11:hover{
    color:#d15228;
}
.deco7.magic-link a{
	cursor:default;
}
.login{
	margin:auto;
	width:70%;
	top:37%;
	position:relative;
}
.form{
	margin:auto;
	width:70%;
	top:15%;
	position:relative;
}
input, select{
	width:100%;
	margin-bottom:2%;
	height: 35px;
	text-align:center;
	border:none;
	border-radius:5px;
}
.button:hover{
	background-color: #d15228;
	color:white;
}

gallery{
	position:relative;
	top:50px;
	margin:0;
}

.card{
position:relative;
float:left;
width:14.66%;
height:auto;
margin:1%;
z-index:3;
border-radius:16px;
background-color: #e0e6d5;
}
@media screen and (max-width: 1600px){
	.card{
	position:relative;
	float:left;
	width:23%;
	height:auto;
	margin:1%;
	z-index:3;
	border-radius:16px;
	background-color: #e0e6d5;
	}
}
header{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background-color:#e0e6d5;
	box-shadow:0px 5px 5px none;
	z-index:10;
	}
.header{
	margin:10px;
	position:relative;
	height:50px;
	width:100%;
	font-family:sans-serif;
	font-weight:600;
	font-size:24px;
	color: white;
	line-height:50px;
	cursor:pointer;
	}
.header:hover{
	color:#d15228;
}
.menu{
	display:none;
	position:fixed;
	background-color:#10585f;
	width:100%;
	height:2000px;
	position:absolute;
	top:0;
	left:0;
}
.openmenu{
	display:block;
	position:fixed;
	right:1%;
	float:right;
	margin:2%;
	z-index:200;
}
.closemenu{
	display:none;
	position:fixed;
	right:1%;
	float:right;
	margin:2%;
	z-index:200;
}
.filter{
	margin:10px;
	float:none;
	height:50px;
	width:300px;
	font-family:sans-serif;
	font-weight:600;
	font-size:18px;
	color: #10585f;
	line-height:50px;
	}
.filter:hover{
	color:#d15228;
}
.zone{
	position:absolute;
	width:100%;
	z-index:400;
}
.submenu{
	width:100%;
	margin:auto;
	padding-left:25px;
	height:2000px;
	background-color:white;
	border-radius:15px;
}
#zone1{
	top:100px;
	}
#zone2{
	top:200px;
}
#zone3{
	top:250px;
}
@media screen and (min-width: 1275px){
	header{
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:50px;
		background-color:none;
		box-shadow:0px 5px 5px none;
		z-index:10;
	}
	.header{
		float:left;
		margin:10px;
		width:160px;
		font-family:sans-serif;
		font-weight:600;
		font-size:18px;
		color: #10585f;
		line-height:50px;
	}
	.menu{
		right:1%;
		height:50px;
		width:auto;
		display:block;
		background-color:#e0e6d5;
		border-bottom: 1px solid #10585f;
	}
	.openmenu{
		display:none;
	}
	.closemenu{
		display:none;
	}
	.filter{
		margin:10px;
		float:none;
		height:50px;
		width:300px;
		font-family:sans-serif;
		font-weight:600;
		font-size:18px;
		color: white;
		line-height:50px;
		}
	.zone{
		left:0;
		position:absolute;
		width:100%;
	}
	#zone1{
		top:50px;
	}
	#zone2{
		top:50px;
	}
	#zone3{
	    top:50px;
	}
	.submenu{
		width:300px;
		left:0px;
		background-color:#10585f;
		height:auto;
	}
	#submenu1{
		margin-left:180px;
	}
	#submenu2{
		margin-left:540px;
	}
	#submenu3{
		margin-left:720px;
	}
}
@media screen and (max-width: 1200px){
	.card{
	position:relative;
	float:left;
	width:31.33%;
	height:auto;
	margin:1%;
	z-index:3;
	border-radius:16px;
	background-color: #e0e6d5;
	}
}
@media screen and (max-width: 900px){
	.card{
	position:relative;
	float:left;
	width:48%;
	height:auto;
	margin:1%;
	z-index:3;
	border-radius:16px;
	background-color: #e0e6d5;
	}
}
@media screen and (max-width: 600px){
	.card{
	position:relative;
	float:left;
	width:98%;
	height:auto;
	margin:1%;
	z-index:3;
	border-radius:16px;
	background-color: #e0e6d5;
	}
}
.art{
	/*background-color:black;
	border-radius:16px 16px 0 0;*/
}
.card .fa-search, .card .fa-lock{
	color:#d15228;
	position: absolute;
	z-index:4;
	left:50%;
	top:50%;
	margin-top:-60px !important;
	height:60px;
	margin-left:-30px !important;
	width:60px;
	font-size:60px !important;
	line-height:60px;
	text-align:center;
	display:block;
	opacity:0.5;
}

.card .fa-upload{
	color:#d15228;
	position: absolute;
	z-index:4;
	left:50%;
	top:50%;
	margin-top:-60px !important;
	height:60px;
	margin-left:-30px !important;
	width:60px;
	font-size:60px !important;
	line-height:60px;
	text-align:center;
	display:block;
}
.card .fa-close {
    color: transparent;
    position: absolute;
    z-index: 101;
    width: 100%;
    font-size: 50px !important;
    line-height: 30px;
    display: block;
    height: 10%;
    padding-top: 5%;
    text-align: right;
    right: 5%;
}
.card .fa-close:hover{
    color: #d15228;
}
.fa-bars{
	color:#10585f;
	font-size:36px !important;
}
.fa-window-close {
	color:white;
	font-size:36px !important;
	}
.fa-plus:hover, .fa-minus:hover, .fa-external-link:hover, .fa-download:hover, .fa-bars:hover, .fa-window-close:hover, .fa-calendar-plus-o:hover, .fa-calendar-times-o:hover{
	color:#d15228;
}
.fa-heart-o:hover, .fa-heart:hover{
	color:#d15228;
}
i.fa-heart-o:hover::after, i.fa-plus:hover::after, i.fa-external-link:hover::after, i.fa-download:hover::after, i.fa-calendar-plus-o:hover::after, i.fa-calendar-times-o:hover::after{
	content: attr(data-title);
    background-color: #d15228;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    /*margin-top:-39px;*/
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 100;
    font-family:sans-serif;
}
.caption{
	font-family:sans-serif;
	float:left;
	font-size:12px;
	font-weight:600;
	background-color:white;
	margin:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:2%;
	width:48%;
	border-radius: 0 0 0 15px;
	font-size:18px;
	height:30px;
}
.caption_date{
	font-family:sans-serif;
	float:left;
	font-size:12px;
	font-weight:600;
	background-color:white;
	margin:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:2%;
	width:48%;
	border-radius: 0 0 0 15px;
	font-size:14px;
	height:30px;
}
.links{
	float:left;
	width:48%;
	background-color:white;
	margin:0px;
	padding-top:25px;
	padding-bottom:20px;
	padding-right:2%;
	border-radius: 0 0 15px 0;
	text-align:right;
	font-size:18px;
	height:25px;
}
.size-help{
    float:right;
}
.size-help:hover{
    color:red;
}
.fa{
	margin-left:10px;
	font-size:18px;
}
.add-art{
	width:100%;
	background-color: #10585f;
	height:25%;
	border-radius:15px 15px 0 0;
}
img{
		width:100%;
		height:25%;
		border-radius: 15px 15px 0 0;
		z-index:5;
		position:relative;
		background-position: center;
		background-size:cover;
		background-repeat:no-repeat;
	}
@media not all and (hover: none) {
    .card:hover > .fa-search{
    	z-index:101;
    }
}
footer{
	display:block;
	float:left;
	margin:0;
	width:100%;
	height:5%;
	background-color:none;
	box-shadow:0px -5px 5px none;
	z-index:10;
	position: absolute;
    bottom: 30px;
}
footer a{
    padding:5px;
    font-family:sans-serif;
    text-decoration:none;
    background-color:#10585f;
    display: inline-block;
    float: left;
    margin: 10px;
    color:white;
    border-radius:5px;
}
footer a:hover{
    background-color:#d15228;
}
.detail{
	float:none;
	margin-left:5%;
	width: 90%;
	height:50% !important;
	position:fixed;
	top:2%;
	left:0;
	z-index:100;
}
.detail img{
	height: 100%;
	background-size:contain;
	}
@media (orientation:landscape){
	.detail{
		float:none;
		margin-left:25%;
		width: 50%;
		position:fixed;
		top:2%;
		left:0;
		z-index:100;
		background-color:#e0e6d5;
	}
	.detail img{
		height: 100% ;
	}
}
#overlay{
	width:100%;
	height:100%;
	z-index:20;
	background-color:rgba(0, 0, 0, 0.7);
	position:fixed;
	top:0;
	left:0;
}
.description{
	background-color:white;
	padding:2%;
	margin:0;
	text-align:justify;
	border-radius: 0 0 15px 15px;
	font-family:sans-serif;
}
.legend{
	margin:0;
	padding:0;
	text-align:center;
	font-family:sans-serif;
	font-size:12px;
	color:grey;
}
.hidden{
	display:none;
}
.unavailable{
	opacity:0.2;
}
.empty{
	width: 300px;
	margin:auto;
	margin-top:10%;
	font-family:sans-serif;
	font-size:18px;
	color:grey;
}
.help{
	position:absolute;
	width: 90%;
	height:auto;
	background-color:#d15228;
	border-radius:15px;
	top:5%;
	left:5%;
	z-index:500;
	padding:10px;
}

.help p{
	font-family:sans-serif;
	color:white;
	font-size:18px;
	padding:2px;
}
.help a{
	color:white;
}
.help a:hover{
	color:#d15228;
}
.help_menu{
	float:right;
	width:20px;
	height:20px;
	margin-right:10px;
	z-index:600;
}
.help_menu p{
	font-family:sans-serif;
	color:white;
	font-size:36px;
	padding:2px;
	margin:0;
}
.help_card{

}

/*------------------------------- CUSTUM ALERT BOX -------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/* ---------------Animation---------------- */

.slit-in-vertical {
  -webkit-animation: slit-in-vertical 0.45s ease-out both;
          animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}

/*---------------#region Alert--------------- */

#dialogoverlay{
  display: none;
  opacity: .8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 200;
}

#dialogbox{
  display: none;
  position: fixed;
  background: transparent;
  transition: 0.3s;
  z-index: 201;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
}
table{
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}
.download{
  color: #d15228;
  text-decoration: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  display: block;
  float: left;
  /* margin: 10px; */
  text-align: center;
  width: 100px;
  padding: 0px;
  height:80px;
}
.download-label{
  display: block;
  float: left;
  width: 100px;
  margin-top: 50px;
  margin-left: -100px;
  text-align: center;
  padding: 0;
  font-size:12px;
}
.fa-file-word-o{

}
.fa-file-o{

}
.fa-file-pdf-o{

}
.fa-external-link{
  text-decoration:none;
  cursor:pointer;
}
th{
  text-align: left;
  border-bottom: solid 1px #d15228;
  padding:5px;
}
tr{
  padding: 10px;
}
td{
  text-align:left;
}
@media screen and (min-width:400px){
  #dialogbox{
    width: 80%;
  }
}
@media screen and (min-width:800px){
  #dialogbox{
    width: 60%;
  }
}
@media screen and (min-width:1200px){
  #dialogbox{
    width: 40%;
  }
}
@media screen and (min-width:1600px){
  #dialogbox{
    width: 20%;
  }
}
p.date{
    position: absolute;
    display: block;
    top: 50%;
    z-index: 5;
    font-size: 100px;
    line-height: 35px;
    /* text-align: center; */
    margin-left: -100px;
    width: 200px;
    left: 50%;
    font-family: serif;
    color: #e0e6d5;
    height: 120px;
    margin-top: -50px;
    text-align: center;
}
/*#dialogbox:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
}*/

.pure-material-button-contained {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  margin:5px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  background-color: #d15228;
  /* background-color: rgb(1, 47, 61) */
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
  border: none;
}

/* ---------------Overlay--------------- */

.pure-material-button-contained::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px; /* Safari */
  height: 32px; /* Safari */
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:hover::before {
  opacity: 0.08;
}

.pure-material-button-contained:focus::before {
  opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
  opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
  box-shadow: none;
  cursor: initial;
}

.pure-material-button-contained:disabled::before {
  opacity: 0;
}

.pure-material-button-contained:disabled::after {
  opacity: 0;
}

#dialogbox > div{ 
  background:#FFF; 
  margin:8px; 
  border-radius:16px;
}

#dialogbox > div > #dialogboxhead{ 
  background: #d15228; 
  font-size:19px; 
  padding:10px; 
  color:rgb(255, 255, 255); 
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
}

#dialogbox > div > #dialogboxbody{ 
  background:#10585f; 
  padding:20px; 
  color:white; 
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
  border-radius:15px 15px 0 0;
}

#dialogbox > div > #dialogboxfoot{ 
  background: #10585f; 
  padding:10px; 
  text-align:right; 
  border-radius:0 0 15px 15px;
}
.boxinput{
  width: 40%;
  margin: 10px;
  height: 30px;
  background-color: transparent;
  border: solid #d15228 1px;
}
.boxlabel{
  display:block;
  float:left;
  width: 30%;
  margin:10px;
  height:30px;
}
/*#endregion Alert*/


/* Style de base pour les boutons de navigation */
.nav-button {
    background-color: transparent;
    color: transparent;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    height: 80%;
    width: 50%;
}

/* Positionnement du bouton Précédent */
#prevButton {
    left: 10px; /* Positionné à gauche */
    text-align: left;
}
button#nextButton i, button#prevButton i {
    font-size: 50px !important;
}
/* Positionnement du bouton Suivant */
#nextButton {
    right: 10px; /* Positionné à droite */
    text-align: right;
}

/* Style au survol des boutons */
.nav-button:hover {
    color: #d15228; /* Couleur de fond au survol */
}

/* Adaptations pour les petits écrans */
@media screen and (max-width: 600px) {
    .nav-button {
        padding: 5px 10px; /* Padding réduit */
        font-size: 16px; /* Taille de police réduite */
    }
}