* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

@font-face {
	font-family: 'Mitr';
	src: url('../fonts/Mitr-Regular.ttf');
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  background: #f1f1f1;
  background: url("/email-pattern.webp");
  margin-top: 8px;
}

::placeholder {
  font-size: 12px;
}

btn {
	margin-right: 10px;
    background-color: #adb5bd;
    color: white;
    border-color: transparent;
}

table {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    min-width: 700px;
    padding-bottom: 10px;
}

tr {
    border-bottom: 1px solid #cbcbcb;
}

th, td {
    border: none;
    height: 30px;
    padding: 2px;
}

h2 {
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1px;
}

.button1 {
    width: 130px;
    color: #c1c4c8;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: bold;
	background: #5F9EA0;
	border: 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.button3 {
    text-decoration: none;
    padding: 2px 5px;
    background: #5F9EA0;
    color: white;
    border-radius: 3px;
    border: 0px;
    margin: 10px;
	margin-left: 0px;
    font-size: 12px;
    min-height: 40px;
    width: 60px;
    transition-duration: 0.4s;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #5F9EA0;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #5F9EA0;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #5F9EA0;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #5F9EA0;
	height: 60px;
	border: 0;
	margin: 0 auto;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 2px;
	margin: 0;
	color: #eaebed;
	font-weight: bold;
}
.navtop div a {
	padding: 0 15px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
	width: 90%;
	margin: auto;
}
.content {
	width: 90%;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

.tool-tip {
  position:relative; /* making the .tooltip span a container for the tooltip text */
  border-bottom:1px dashed #000; /* little indicater to indicate it's hoverable */
}

.tool-tip:before {
  content: attr(data-text); /* here's the magic */
  position:absolute;
  
  /* vertically center */
  top:100%;
  transform:translateY(-100%);
  
  /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:200px;
  padding:10px;
  border-radius:10px;
  background:#5F9EA0;
  color: #fff;
  text-align:center;

  display:none; /* hide by default */
}

.tool-tipleft:before {
  /* reset defaults */
  left:initial;
  margin:initial;

  /* set new values */
  right:100%;
  margin-right:15px;
}

.tool-tip:hover:before {
  display:block;
}

.tool-tip {
  position:relative; /* making the .tooltip span a container for the tooltip text */
  border-bottom:1px dashed #000; /* little indicater to indicate it's hoverable */
}

.div-1 {
 margin: 4px;
 margin-left: 0;
 margin-bottom: 20px;
}

.div-1a {
 margin: 4px;
 margin-left: 0;
 margin-bottom: 6px;
}

.div-2 {
 margin: 12px;
 margin-left: 0;
}

.div-3 {
	height: 25px;
	color: white;
	background-color: green;
	margin-right:5px;
	text-align: center; 
	padding-top: 3px; 
	flex:1; 
}

.div-4 {
	margin: 4px;
	margin-left: 0;
	color: white;
	background-color: red;
	height: 25px; 
	text-align: center; 
	padding-top: 3px; 
	margin: 0; 
	flex:1; 
	margin-left:5px; 
	margin-right:12px;
	height: 25px; 
	text-align: center; 
	padding-top: 3px; 
	margin: 0; flex:1;
	margin-right:5px;	
}

.div-login {
	width: 360px;
    background: red;
    margin: auto;
    color: white;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    font-weight: bold;
    cursor: default;
	position: sticky; 
	top: 0; 
	background-color: #5F9EA0; 
	color: white;
	text-align: center;
}

<table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

table.sortable td {

    font-weight: bold;
	text-align:center;
}

table.sortable tbody tr:nth-child(2n) td {
  background: #0d0d0e2b;
}
table.sortable tbody tr:nth-child(2n+1) td {
  background: white;
}

.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 30px auto;
}
.register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #5F9EA0;;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #5F9EA0;;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #4F9EA0;
  	transition: background-color 0.2s;
}

input[type=text2] {
	float: right;
    background-color: #5f9ea0;
    color: white;
    border: 0;
    font-size: larger;
	text-align: right;
}