@import url("global.css");
@import url("animations.css");

body {
	margin: 0;
}

.page-title {
	display: block;
}

#logout{	
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
#logout a {
	align-self: center;
}

main {
	margin: auto;
	margin-bottom: 50px;
}




/*
test

*/


/*test end*/

/*#main-home img {
	width: 80% !important;
	margin: auto;
	display: block;
	opacity: 50%;
}*/

.to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 0px;
	background-color: #fff;
	width: auto;
	border-left: 5px solid pink;
	border-right: 5px solid pink;
	border-bottom: 30px solid pink;

}

nav.menu {
	height: 80px;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fff;
	position: sticky;
	top: 0px;
	z-index: 99;
	height: auto;
}


.menu a, .menu div {
	text-decoration: none;
	margin: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px !important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px 0px;
  z-index: 1;
  margin-top: -10px !important;
}

.menu-item {
	width: auto;
	display: block;
	text-decoration: none !important;
	padding: 1px;
/*	border-bottom: 1px solid #000;
	border-top: 1px solid #000;*/

}

.menu-item:hover {
	background-color: #eee;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.verified {
	color: #fff !important;
	font-weight: bold;
	text-transform: capitalize;
}

.page-title {
	display: block;
	height: 3em;
	background-color: #eee;
	padding-left: 50px;
	padding-top: 1em;
	text-transform: uppercase;
	text-align: center;
	position: sticky;
	top: 0px;
	margin-top: 0px;
}



form {
	border-radius: 5px;
	width: 70%;
	padding: 10px;
	box-shadow: 2px 2px 7px 5px slategrey;
	margin: 20px;
	background-color: var(--lightturquoise);
}

form section {
	width: 50%;
}

fieldset {
	border-radius: 5px 5px 0 0;
	display: flex;
	flex-direction: row;
	/*background-color: rgba(100, 150, 100, 0.03);*/

	border-bottom: none;

}

legend {
	margin-left: 20px;
}

input, textarea, label, select, legend{
	font-size: 1em;
	text-transform: uppercase;
}

input:disabled, textarea:disabled {
	background-color: #fff;
}


thead {
	background-color: sienna;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1;
}

th, td {
	text-align: left;
	padding: 5px;
}

td {
	text-transform: capitalize;
}

tr {
  border-bottom: 1px solid #ddd;
}

tbody > tr:hover {
	background-color: #D6EEEE;
}

.table-container {
	width: 95% !important;
	/*overflow-x: auto; */
  padding: 15px;
/*	height: 600px;*/
	justify-content: right;
	overflow-x: wrap;
}


.table {
	font-size: 1.1em;
	width: auto;
}

.auto-size {
	width: auto;
}

.no-img {
	color: grey;
	opacity: 30%!important;
	z-index: -1;

}

.form-group {
	margin: 20px;
}
.form-group label {
	color: gray;
	margin-top: 15px !important;
	display: block;
	width: 100%;
}

.check-label {
	display: inline !important;
	margin-right: 10px;
}
.check-box {
	font-size: 1.5em;
	padding-left: 20px;
}

.form-control {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid gray;
	width: 100%;
	margin-top: 2px;
	text-transform: uppercase;
}



.btn-group {
	display: flex;
	justify-content: flex-end;
	border: 2px solid grey;
	width: 100%;
	border-radius: 0 0 7px 7px;
	padding: 5px;
	border-top: none;
	
}

.btn-group div {
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}

.btn {
	padding: 10px 10px;
	border-radius: 7px;
	margin-right: 10px;
	border-radius: 7px;
	height: 60px;
	width: 130px !important;
	box-shadow: 0px 0 2px 3px #ccc;
	display: flex;
	justify-content: center;
	text-decoration: none;
}



.btn-default {
	background-color: lightgray;
	border: 2px solid black;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 15px
} 

.btn-success {
	background-color: var(--turquoise);
	color: #fff;
	font-size: 1em;
	
}



.verified {
		color: green !important;
		font-weight: bold;
		text-transform: capitalize;
	}

.container {
	margin: auto;
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.card {
	width: 14.5em;
	height: 19em;
	border-radius: 5px;
	background-color: #eeffff;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
	padding-top: 0.2em;
	box-shadow: 2px 2px 10px #bbb;
	text-align: center;
}


.card-header {
	width: 100%;
	height: auto;
	background-color: #ccddee;
	padding: 5px;
	margin-left: 0;
	margin-top: -5px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
}

.card-body {
	width: 100%;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;

}

.count {
	position: static;
	display: inline;
	float: left;
}

.staff-id {
	display: block;
}

.staff-names {
	display: block;
	background-color: gray;
	width: 99%;
	margin-left: -10px;
}


.auto-size a {
	text-decoration: none;
}

div.year {
	box-shadow: 2px 2px 10px #bbb;
	padding: 2px 2px ;
	border-radius: 10px;
	margin: auto;
	margin-top: 5px;
	width: 80%;

	
}


div.staff-names span {
	text-transform: uppercase !important;
}

div.passport {
	margin-top: 0.5em;
	margin-bottom: 0.5em !important;
}

div.passport img {
	width: 45%;
	max-height: 8em;
	border-radius: 50px;
}

.card-footer {
	width: 100%;
	height: auto;
}

span {
/*	display: inline-block; !important;*/
}


@media print {
	nav#menu.menu {
		display: none;
	}
}