@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Arima+Madurai:300');
    
 
*,
*::before,
*::after {
	box-sizing: border-box;
}
*{
	padding:0;
	margin:0;
}

p.dialog{
	width:50%;
	margin:100px auto;
	padding:15px;
	border-radius:15px;
}

p.error{
	background:#FFBFBF;
	border: thin red solid;
	padding:10px;
	border-radius:10px;
    font-size:20px;
    text-transform: uppercase;
    width:50%;
  
}

.error{
    width:auto;
	background:#FFBFBF;
	border: thin red solid;
	padding:10px;
	border-radius:10px;
    
}

p.caution{
	background-color:orange;
	border: thin red solid;
	border-radius:15px;
}


p.success{
	background-color:lightgreen;
	border: thin green solid;
	border-radius:5px;
    Color: #000;
    margin-top:10px;
    width:50%;
}
.success{
	background-color:lightgreen;
	border: thin green solid;
	border-radius:10px;
    Color: #000;
    width:auto;

}
.errorSpan {

    border: thin solid #F00;
    border-radius:5px;
    padding: 3px;
    color:red;
    background:#FFF;
    width: 350px; 
    height: 40px; 
    margin-top:50px;
    text-align: center;
    
}


/*    

form.error{
	color:#FFCCCD;
	border: thin solid #F00;
    font-family: Arial;
    width: 150px;
     margin-left:200px;
    
}

label.error {
    color: fff;
    font-size: 1.5rem;
    display: block;
    margin-top: 5px;
 
}*/
nav{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	width:100%;
	height:45px;
    background-color: darkcyan; 
	color:white;	
	font-family:arial;
	font-size:18px;
	overflow:hidden;
    z-index:1;
}

nav a{
	color: white;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
    font-size: 20px;
    border-radius:10px;
}
nav form{
	display:inline;	
}
nav a:link{
	color:white;
	text-decoration:none;	
}
nav a:visited{
	color:white;
	text-decoration:none;	
}
nav a:hover, nav a:active{
	background-color: #E1DEFE;
    color:#000;
}

p{
    margin-top:25px;
    width:85%;
    line-height:2em;;
    
}

main p{
    margin-top:20px;
    width:85%;
    line-height:2em;;
    font-size:20px;
}
button{
    border-radius: 5px;
    font-size: 17px;
    background-color:#fff;
    height:1.8em;
    padding:5px;
}

button:hover{
    
    background-color:#E1DEFE;
    color:#000;
}

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 50px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background: rgb(40,40,40);
  background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(75,75,75,1) 100%);
  opacity:0.5;
  color: white; 
  cursor: pointer; 
  padding: 15px;
  border-radius: 10px; 
  font-size: 18px;
}

#myBtn:hover {
  background-color:steelblue; /* Add a dark-grey background on hover */
}
footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height:50px;
  text-align: center;
  padding: 3px;
  font-size: 30px;
  background-color:darkseagreen; 
  position: fixed;
  Color:#000;
}

footer p{
    
   margin-top:-10px; 
   
   
}
fieldset{
float:center;
width:80%;
border:thin solid #06F;
background-color:lightblue;
padding:5px;
margin:10px;
margin:70px 200px 40px 200px;
display: flex;
}

fieldset legend{
width:auto;
background-color:darkcyan;
color:#fff;
padding:5px 5px 5px 10px;
font-size:20px;
margin:20px 0px 10px 100px;
border-style: solid;
border-width: 2px;
}


form input {
  height: 30px;
  line-height: 25px;
  background: #fff;
  color: #000;
  padding: 0 6px;
  box-sizing: border-box;
  position: relative;
   width:250px;
    
}
form.adminPage{
	padding-bottom:50px;
    margin:50px;
    border:thin solid #06F;
    background-color:#E1DEFE;
    border-radius:10px;
    width:100%;
}
form.adminPage input[type=text],form.adminPage select{
	padding:5px;
	width:300px;
    color: #000;
     border-radius:5px;
    border-width:1px;
    margin-left: 200px;
     display: flex;
}

form.adminPage label{
    
    
    margin:10px 0px 0px 200px;
    font-size:22px;	
}
form.adminPage textarea{
	max-width:70%;
    min-width:30%;
    min-height: 50px;
	max-height: 200px;	
	padding:10px;
	line-height:166%;
     border-radius:10px;
     margin:-20px 0px 0px 200px;
}
input#includesFileUpload{
     border-style:solid;
     height:45px;
     border-radius:10px;
}
form input{
    border-radius:5px;
    padding: 5px;
    font-size: 16px;
    
}

button{
    border-radius: 5px;
    font-size: 17px;
    background-color:#fff;
    height:1.8em;
    padding:5px;
}/*
form.useradminpage button{
     border-radius: 5px;
    font-size: 20px;
    width:auto;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background-color:#fff;
    color:#000; 
    padding:5px;
}*/
form.adminPage button{
    
    border-radius: 5px;
    font-size: 16px;
    width:auto;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background-color:darkcyan;
    color:#fff;
    float:none;  
    padding:5px;
    margin: 40px -100px 0px 200px;
}

form.adminPage button.Deleteuser{
    
    background-color:red;
    color:#000;

}
form.adminPage button:hover{
    
    background-color:#06F;
    color:#fff;
}

form.adminPagesearch{
  width: auto;
  margin-right: 40px;
  margin: 0 auto;
  display: inline-flex;
  float: left;
  padding: 15px;
  /* width: 300px; */
  border-radius: 10px;
  border-color: #2C9999;
  border-width: 2px;

}

main, div.links{
	margin:0 auto;
	width:95%;
	min-width:600px;
}
img.Img200{
	width:400px;
	height:400px;
	overflow: hidden;
    object-fit: cover;
    padding: 5px; 
    margin: 15px auto; 
    border: 1px solid #cbcbcb; 
} 

.custom-file-input {
  color: transparent;
    
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
    padding: 5px 8px;
    height: 20px;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
   padding: 5px 8px;
    height: 20px;  
    
}
.container {
	z-index: 1;
	position: relative;
	overflow: hidden;
	display: flex;
	/* align-items: center;*/
	justify-content: center;
	/*min-height: 100vh;*/
	min-height: 53rem;
	background-blend-mode: soft-light;
	background-size: cover;
	background-position: center center;
	padding: 2rem;
}

.container p{
     position:absolute;
     font-size: 30px;
     margin-left: -80%;
     top:10%;
     align-items: left;
     color: #000;
}


.bird {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
	background-size: auto 100%;
	width: 88px;
	height: 125px;
	will-change: background-position;
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
}
	/*.bird-one {
		animation-duration: 1s;
		animation-delay: -0.5s;		
	}*/
	
    .bird-two{
		animation-duration: 0.9s;
		animation-delay: -0.75s;
	}
	
	.bird-three {
		animation-duration: 1.25s;
		animation-delay: -0.25s;
	}
	
	.bird-four{
		animation-duration: 1.1s;
		animation-delay: -0.5s;
	}



.bird-container {
	position: absolute;
	top: 20%;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
	.bird-container-one {
		animation-duration: 5s;
		animation-delay: 100s;
	}
	
	.bird-container-two {
		animation-duration: 6s;
		animation-delay: 50s;
	}
	
	.bird-container-three{
		animation-duration: 24.6s;
		animation-delay: 99.5s;
	}
	
	.bird-container-four {
		animation-duration: 26s;
		animation-delay: 200.25s;
	}
	

@keyframes fly-cycle {
	
	100% {
		background-position: -900px 0;
	}
	
}

@keyframes fly-right-one {
	
	0% {
		transform: scale(0.9) translateX(-10vw);
	}
	
	10% {
		transform: translateY(2vh) translateX(10vw) scale(0.9);
	}
	
	20% {
		transform: translateY(0vh) translateX(30vw) scale(0.9);
	}
	
	30% {
		transform: translateY(4vh) translateX(50vw) scale(0.9);
	}
	
	40% {
		transform: translateY(2vh) translateX(70vw) scale(0.6);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.6);
	}
	
	60% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
	}
	
}

@keyframes fly-right-two {
	
	0% {
		transform: translateY(-2vh) translateX(-10vw) scale(0.5);
	}
	
	10% {
		transform: translateY(0vh) translateX(10vw) scale(0.4);
	}
	
	20% {
		transform: translateY(-4vh) translateX(30vw) scale(0.6);
	}
	
	30% {
		transform: translateY(1vh) translateX(50vw) scale(0.45);
	}
	
	40% {
		transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
	}
	
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.45);
	}
	
	51% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
	}
	
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
	}
	
}

/* Style the buttons that are used to open and close the accordion panel */
div#accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;


}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div#accordion.active, div#accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div#panel {
    padding: 20px 18px;
    background-color: white;
    display: none;
    max-width:100%;
  
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div#panel.show {
    display: block !important;
}
div#accordion2 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
     max-width:80%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div#accordion2.active, div#accordion2:hover {
    background-color: #ddd;
}
table {
  border-style:solid;
 border-width: 3px;
  width: 90%;
  overflow-x:auto;
  border-color: #000000;
    table-layout: fixed;
}

th, td {
  text-align: left;
  padding: 8px;
  font-size:22px;
  
}
td{
    
     border-style:inherit;
}

td:hover{
     background-color:darkseagreen;
}
th {
  background-color: lightgray;
  color:#000;
   
}

tr:nth-child(even){background-color: paleturquoise}

tr:nth-child(1){background-color:darkgrey
}
tr:nth-child(1){color:#FFF}

/*#img.avatar{ 
    width: 20%; 
    padding: 5px; 
    margin: 15px auto; 
    border: 1px solid #cbcbcb; 
} 
#img.avatar:after{ 
    content: ""; 
    display: block; 
    clear: both; 
} 
img{ 
    float: left; 
    margin: 5px; 
    width: 300px; 
    height: 140px; 
} */
