
.button {
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #fe000c;
}

.button2:hover {
  background-color: #fe000c/*#008CBA*/;
  color: white;
}

.adbutton {
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.adbutton1 {
  background-color: #1db100; 
  color: white; 
  border: 2px solid #4CAF50;
}
/*
.adbutton1:hover {
  background-color: #4CAF50;
  color: white;
}
*/
.adbutton2 {
  background-color: #fe000c; 
  color: white; 
  border: 2px solid #fe000c;
}
.disabled {
	opacity:0.6;
	cursor: not-allowed;
}

.dropdown {
	font-family: EMRegular;
	padding: 10px 20px;
	text-align:center;
	font-size: 20px;
	color: #fe000c;
}

.submitBtn {
	font-family: EMRegular;
	text-align:center;
	font-size: 26px;
	color: blue;
}

.logoutBtn {
	font-family: EMCondensed;
	text-align:center;
	font-size: 20px;
	text-shadow: true;
	border-radius: 12px;
}

.buttonLg {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.buttonLg:hover {
  background-color: #4CAF50;
  color: white;
}

.uploadBtn {
	font-family: EMCondensed;
	text-align:right;
	font-size: 16px;
	text-shadow: true;
	border-radius: 8px;
}

.buttonUpld {
  background-color: white; 
  color: black; 
  border: 2px solid #ff8500;
}

.buttonUpld:hover {
  background-color: #4CAF50;
  color: white;
}