.w3-theme-l5 {
	color: #000 !important;
	background-color: #e9ecff !important
}

.w3-theme-l4 {
	color: #000 !important;
	background-color: #b5c1ff !important
}

.w3-theme-l3 {
	color: #fff !important;
	background-color: #6a83ff !important
}

.w3-theme-l2 {
	color: #fff !important;
	background-color: #2045ff !important
}

.w3-theme-l1 {
	color: #fff !important;
	background-color: #0023d4 !important
}

.w3-theme-d1 {
	color: #fff !important;
	background-color: #00157c !important
}

.w3-theme-d2 {
	color: #fff !important;
	background-color: #00126e !important
}

.w3-theme-d3 {
	color: #fff !important;
	background-color: #001060 !important
}

.w3-theme-d4 {
	color: #fff !important;
	background-color: #000e53 !important
}

.w3-theme-d5 {
	color: #fff !important;
	background-color: #4597A6 !important
}

.w3-theme-light {
	color: #000 !important;
	background-color: #e9ecff !important
}

.w3-theme-dark {
	color: #fff !important;
	background-color: #000b45 !important
}

.w3-theme-action {
	color: #fff !important;
	background-color: #000b45 !important
}

.w3-theme {
	color: #fff !important;
	background-color: #001689 !important
}

.w3-text-theme {
	color: #001689 !important
}

.w3-border-theme {
	border-color: #001689 !important
}

.w3-hover-theme:hover {
	color: #fff !important;
	background-color: #4597A6 !important
}

.w3-hover-text-theme:hover {
	color: #4597A6 !important
}

.w3-hover-border-theme:hover {
	border-color: #4597A6 !important
}

#content {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

/* Bordered form */
form {
	border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text], input[type=password], input[type=date], select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

/* Set a style for all buttons */
button {
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
	opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
	width: 40%;
	border-radius: 50%;
}

/* Add padding to containers */
.container {
	padding: 16px;
}

/* The "Forgot password" text */
span.psw {
	float: right;
	padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}
	.cancelbtn {
		width: 100%;
	}
}

#primary_nav_wrap {
  margin-top: 15px;
}

#primary_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#primary_nav_wrap ul a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  padding: 0 15px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#primary_nav_wrap ul li.current-menu-item {
  background: #ddd;
}

#primary_nav_wrap ul li:hover {
  background: #f6f6f6;
}

#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
}

#primary_nav_wrap ul ul li {
  float: none;
  width: 200px;
}

#primary_nav_wrap ul ul a {
  line-height: 120%;
  padding: 10px 15px;
}

#primary_nav_wrap ul ul ul {
  top: 0;
  left: 100%;
}

#primary_nav_wrap ul li:hover > ul {
  display: block;
}
