body {
  padding: 0px;
  margin: 0px;
}
h1 {
  color: blue;
}
p {
  color: black;
}

.white{
	color: #FFFFFF;
}

.pageWrapper{
	width: 100%;
	text-align: center;
}
.documentWrapper{
	width: 98%;
	background-color: #FFFFFF;
	text-align: center;
	display: inline-block;
	padding: 0px;
	margin: 1%;
}

.loggedInDiv {
	width: 100%;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
	border:1px solid #1a83c4; /* changed from green #83c41a to blue #1a83c4 */
}

#newNoteDiv {
	padding: 20px;
	display: none;
}

#listNotesDiv {
	padding: 20px;
	display: none;
}

#listNotesButton {
	display: none;
}

#newTaskDiv {
	padding: 20px;
	display: none;
}

#listTaskDiv {
	padding: 20px;
	display: none;
}

#listTaskButton {
	display: none;
}

#addCultivatorDiv{
	text-align: center;
	display: none;
}

.addFeaturedDiv{
	display: none;
}

#exportLoaderContainer{
	position: relative;
}

#exportLoader{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
}

.rowButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #56b8e3), color-stop(1, #52a5cc));
	background:-moz-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-webkit-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-o-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-ms-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:linear-gradient(to bottom, #56b8e3 5%, #52a5cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#56b8e3', endColorstr='#52a5cc',GradientType=0);
	background-color:#56b8e3;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a83c4; /* changed from green #83c41a to blue #1a83c4 */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4786ae;
}
.rowButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #52a5cc), color-stop(1, #56b8e3));
	background:-moz-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-webkit-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-o-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-ms-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:linear-gradient(to bottom, #52a5cc 5%, #56b8e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a5cc', endColorstr='#56b8e3',GradientType=0);
	background-color:#52a5cc;
}
.rowButton:active {
	position:relative;
	top:1px;
}

.adminButton {
	max-width: 60%;
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkFit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #56b8e3), color-stop(1, #52a5cc));
	background:-moz-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-webkit-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-o-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-ms-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:linear-gradient(to bottom, #56b8e3 5%, #52a5cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#56b8e3', endColorstr='#52a5cc',GradientType=0);
	background-color:#56b8e3;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a83c4; /* changed from green #83c41a to blue #1a83c4 */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4786ae;
}

.adminButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #52a5cc), color-stop(1, #56b8e3));
	background:-moz-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-webkit-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-o-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-ms-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:linear-gradient(to bottom, #52a5cc 5%, #56b8e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a5cc', endColorstr='#56b8e3',GradientType=0);
	background-color:#52a5cc;
}
.adminButton:active {
	position:relative;
	top:1px;
}

.adminInput {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a83c4; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}
.adminInput:active {
	position:relative;
	top:1px;
}


.deleteButton {
  font-size:15px;
  font-family:Arial;
  border-width:1px;
  display: inline-block;
  color:#fff;
  border-color:#ffffff;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  box-shadow:inset 0px 39px 0px -24px #e67a73;
  text-shadow:inset 0px 1px 0px #b23e35;
  background:#e4685d;
}

.deleteButton:hover {
  background: #eb675e
}

#addCultivatorMessageButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a83c4; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4786ae;
}
#addCultivatorMessageButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
#addCultivatorMessageButton:active {
	position:relative;
	top:1px;
}

#addCultivatorButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a83c4; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4786ae;
}

#addCultivatorButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
#addCultivatorButton:active {
	position:relative;
	top:1px;
}

#loginButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a83c4; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4786ae;
}
#loginButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
#loginButton:active {
	position:relative;
	top:1px;
}

#logoutButton {
  font-size:15px;
  font-family:Arial;
  width:140px;
  height:50px;
  border-width:1px;
  color:#fff;
  border-color:#ffffff;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  box-shadow:inset 0px 39px 0px -24px #e67a73;
  text-shadow:inset 0px 1px 0px #b23e35;
  background:#e4685d;
}

#logoutButton:hover {
  background: #eb675e
}
#logoutButton:active {
	position:relative;
	top:1px;
}

#editButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a83c4; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4786ae;
}
#editButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
#editButton:active {
	position:relative;
	top:1px;
}

#saveButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a83c4; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4786ae;
}
#saveButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
#saveButton:active {
	position:relative;
	top:1px;
}

#profileButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1e62d0; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
#profileButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
#profileButton:active {
	position:relative;
	top:1px;
}

#signupButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #1e62d0; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
#signupButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
#signupButton:active {
	position:relative;
	top:1px;
}

.backofficeTab{
  width: 96%;
  margin-left: 3px;
  padding: 2px;
  border: 2px solid black;
  cursor: pointer;
  background-color:#A3A3A3;
  color:#FFFFFF;
  font-weight:bold;
  font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif;
  white-space: nowrap;
  line-height: 26px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-decoration: none;
}

.backofficeTab:active {
	position:relative;
	top:1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#adminPanelMenu{
	text-align: right;
}

.backButton {
	-moz-box-shadow: 3px 4px 0px 0px #8a2a21;
	-webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
	box-shadow: 3px 4px 0px 0px #8a2a21;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	border:1px solid #1e62d0; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}

.backButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#1e62d0',GradientType=0);
	background-color:#f24437;
}
.backButton:active {
	position:relative;
	top:1px;
}

.fulfillButton {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #1e62d0; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}

.fulfillButton:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.fulfillButton:active {
	position:relative;
	top:1px;
}
.cancelOrderButton {
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	background-color:#fc8d83;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.cancelOrderButton:hover {
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	background-color:#e4685d;
}
.cancelOrderButton:active {
	position:relative;
	top:1px;
}
.pickupButton {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #1e62d0; /* changed from green to blue */
	display:inline-block;
	cursor:pointer;
	color:#ffffff; /* changed from green text to white for readability */
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.pickupButton:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.pickupButton:active {
	position:relative;
	top:1px;
}

.yesButton {
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	background-color:#77d42a;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.yesButton:hover {
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	background-color:#5cb811;
}
.yesButton:active {
	position:relative;
	top:1px;
}

.noButton {
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.noButton:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
}
.noButton:active {
	position:relative;
	top:1px;
}
.editOrderButton {
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	background-color:#ffc477;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.editOrderButton:hover {
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	background-color:#fb9e25;
}
.editOrderButton:active {
	position:relative;
	top:1px;
}
.missingInfoButton {
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	background-color:#fc8d83;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.missingInfoButton:hover {
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	background-color:#e4685d;
}
.missingInfoButton:active {
	position:relative;
	top:1px;
}
.notOver21 {
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	padding:25px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.notOver21:hover {
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	background-color:#c62d1f;
}

.notOver21:active {
	position:relative;
	top:1px;
}
.over21 {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	padding:25px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.over21:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background-color:#77a809;
}
.over21:active {
	position:relative;
	top:1px;
}

.approveProfileButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bed9fb;
	box-shadow:inset 0px 1px 0px 0px #bed9fb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #56b8e3), color-stop(1, #52a5cc));
	background:-moz-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-webkit-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-o-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:-ms-linear-gradient(top, #56b8e3 5%, #52a5cc 100%);
	background:linear-gradient(to bottom, #56b8e3 5%, #52a5cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#56b8e3', endColorstr='#52a5cc',GradientType=0);
	background-color:#56b8e3;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4786ae;
}
.approveProfileButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #52a5cc), color-stop(1, #56b8e3));
	background:-moz-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-webkit-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-o-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:-ms-linear-gradient(top, #52a5cc 5%, #56b8e3 100%);
	background:linear-gradient(to bottom, #52a5cc 5%, #56b8e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a5cc', endColorstr='#56b8e3',GradientType=0);
	background-color:#52a5cc;
}
.approveProfileButton:active {
	position:relative;
	top:1px;
}

.profilePendingReviewButton {
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	background-color:#fc8d83;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.profilePendingReviewButton:hover {
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	background-color:#e4685d;
}
.profilePendingReviewButton:active {
	position:relative;
	top:1px;
}

.profileNotApprovedButton {
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	background-color:#fc8d83;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.profileNotApprovedButton:hover {
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	background-color:#e4685d;
}
.profileNotApprovedButton:active {
	position:relative;
	top:1px;
}

.miniAdminInput {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74adcc', endColorstr='#68a54b',GradientType=0);
	background-color:#FFFFFF;
	border:1px solid #3b6ecc;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	margin:1px;
	padding:6px 12px;
	text-decoration:none;
}.miniAdminButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #85aacc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #85aacc;
	box-shadow:inset 0px 1px 0px 0px #85aacc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74adcc), color-stop(1, #68a5cc));
	background:-moz-linear-gradient(top, #74adcc 5%, #68a5cc 100%);
	background:-webkit-linear-gradient(top, #74adcc 5%, #68a5cc 100%);
	background:-o-linear-gradient(top, #74adcc 5%, #68a5cc 100%);
	background:-ms-linear-gradient(top, #74adcc 5%, #68a5cc 100%);
	background:linear-gradient(to bottom, #74adcc 5%, #68a5cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74adcc', endColorstr='#68a5cc',GradientType=0);
	background-color:#74adcc;
	border:1px solid #3b6ecc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.miniAdminButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a5cc), color-stop(1, #74adcc));
	background:-moz-linear-gradient(top, #68a5cc 5%, #74adcc 100%);
	background:-webkit-linear-gradient(top, #68a5cc 5%, #74adcc 100%);
	background:-o-linear-gradient(top, #68a5cc 5%, #74adcc 100%);
	background:-ms-linear-gradient(top, #68a5cc 5%, #74adcc 100%);
	background:linear-gradient(to bottom, #68a5cc 5%, #74adcc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a5cc', endColorstr='#74adcc',GradientType=0);
	background-color:#68a5cc;
}
.miniAdminButton:active {
	position:relative;
	top:1px;
}
.adminSmallSelect {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 7px 2px 5px;
  text-decoration: none;
}

.adminSmallSelect:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.adminPageButtons {
  background: #7bb0f0;
  background-image: -webkit-linear-gradient(top, #7bb0f0, #609de0);
  background-image: -moz-linear-gradient(top, #7bb0f0, #609de0);
  background-image: -ms-linear-gradient(top, #7bb0f0, #609de0);
  background-image: -o-linear-gradient(top, #7bb0f0, #609de0);
  background-image: linear-gradient(to bottom, #7bb0f0, #609de0);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Courier New;
  color: #ffffff;
  font-size: 8px;
  padding: 2px 4px 2px 4px;
  border: solid #3a7ad3 1px;
  text-decoration: none;
}

.adminPageButtons:hover {
  background: #609de0;
  background-image: -webkit-linear-gradient(top, #609de0, #7bb0f0);
  background-image: -moz-linear-gradient(top, #609de0, #7bb0f0);
  background-image: -ms-linear-gradient(top, #609de0, #7bb0f0);
  background-image: -o-linear-gradient(top, #609de0, #7bb0f0);
  background-image: linear-gradient(to bottom, #609de0, #7bb0f0);
  text-decoration: none;
}

.cancelButton {
  background: #d9344d;
  background-image: -webkit-linear-gradient(top, #d9344d, #b82b2b);
  background-image: -moz-linear-gradient(top, #d9344d, #b82b2b);
  background-image: -ms-linear-gradient(top, #d9344d, #b82b2b);
  background-image: -o-linear-gradient(top, #d9344d, #b82b2b);
  background-image: linear-gradient(to bottom, #d9344d, #b82b2b);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 6px;
  text-decoration: none;
}

.cancelButton:hover {
  background: #f55d5d;
  background-image: -webkit-linear-gradient(top, #f55d5d, #f29979);
  background-image: -moz-linear-gradient(top, #f55d5d, #f29979);
  background-image: -ms-linear-gradient(top, #f55d5d, #f29979);
  background-image: -o-linear-gradient(top, #f55d5d, #f29979);
  background-image: linear-gradient(to bottom, #f55d5d, #f29979);
  text-decoration: none;
}

#createGroupDiv{
	width:50%;
	display:none;
	-webkit-order-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;

	-moz-box-shadow:inset 0px 1px 0px 0px #7bb0f0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7bb0f0;
	box-shadow:inset 0px 1px 0px 0px #7bb0f0;

	border:1px solid #609de0;

}
.deleteButton {
  background-color: #f44336; /* Red background */
  color: white; /* White text */
  padding: 10px 15px; /* Spacing inside the button */
  border: none; /* Remove default border */
  border-radius: 4px; /* Slightly rounded corners */
  cursor: pointer; /* Change cursor to pointer on hover */
  font-size: 16px; /* Adjust font size */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s; /* Smooth transition for hover effects */
}

.cashoutbutton {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.cashoutbutton:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.cashoutbutton:active {
	position:relative;
	top:1px;
}
