/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */
/* <style> */

input[type=button] {
  border: none;
  background-color: #a0a2a5;
  padding: 14px 28px;
  font-size: 16px;
  color: white;
  cursor: pointer;
  display: inline-block;
}

body {
  margin: 25px;
  background-color: rgb(168, 131, 50);
  font-family: Arial, sans-serif;
  font-size: 16px;
}

/* Applies to all <h1>...</h1> elements. */
h1 {
  font-size: 35px;
  font-weight: bold;
  margin-top: 5px;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
}

label {
	display: block;
	margin: 5px 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

td,

th {
	padding: 5px;
	border-bottom: 1px solid #aaa;
}

.btn {
  border: none;
  background-color: #a0a2a5;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}


/* Extra styles for the Login button */
.loginbtn {
  width: auto;
  padding: 14px 30px;
  background-color: #4CAF50;
  border-radius: 10px;
}

/* Extra styles for the cancel button */
.cancelbtn { 
  width: auto;
  padding: 14px 30px;
  background-color: #f44336;
  border-radius: 10px
}

.systembtn {
  width: auto;
  padding: 10px 18px; 
  background-color: #7693c1;
  border-radius: 10px;
  transition: .2s;
}

.projectsbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #16b799;
  border-radius: 10px;
  transition: .2s;
}

.activitiesbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #4286f4;
  border-radius: 10px;
  transition: .2s;
}

.reportsbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #cc9030;
  border-radius: 10px;
  transition: .2s;
}

.loginbtn:hover {
  background: rgb(170, 167, 167);
  box-shadow: 0 12px 20px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.2);
} 

.cancelbtn:hover {
  background: rgb(170, 167, 167);
  box-shadow: 0 12px 20px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.2);
} 

.systembtn:hover {
  background: rgb(170, 167, 167);
  box-shadow: 0 12px 20px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.2);
} 

.projectsbtn:hover {
  background: rgb(170, 167, 167);
  box-shadow: 0 12px 20px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.2);
} 

.activitiesbtn:hover {
  background: rgb(170, 167, 167);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.2);
} 

.reportsbtn:hover {
  background: rgb(170, 167, 167);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.2);
} 

/* The navigation menu */
.navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: rgb(255, 123, 0);
}


/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: inherit;
  background-color: rgb(255, 123, 0);
  width: absolute;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  left: inherit;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* </style> for having menus dropping under the selection of the main menu*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e7ba85;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}


.success {color: green;}
.info {color: dodgerblue;}
.warning {color: orange;}
.danger {color: red;}
.default {color: black;}
