.w3-theme-l5 {color:#000 !important; background-color:#ecfff0 !important}
.w3-theme-l4 {color:#000 !important; background-color:#bffecd !important}
.w3-theme-l3 {color:#000 !important; background-color:#7efd9c !important}
.w3-theme-l2 {color:#000 !important; background-color:#3efc6a !important}
.w3-theme-l1 {color:#fff !important; background-color:#04f53c !important}
.w3-theme-d1 {color:#fff !important; background-color:#02a328 !important}
.w3-theme-d2 {color:#fff !important; background-color:#029123 !important}
.w3-theme-d3 {color:#fff !important; background-color:#027f1f !important}
.w3-theme-d4 {color:#fff !important; background-color:#026d1b !important}
.w3-theme-d5 {color:#fff !important; background-color:#015a16 !important}

.w3-theme-light {color:#000 !important; background-color:#ecfff0 !important}
.w3-theme-dark {color:#fff !important; background-color:#015a16 !important}
.w3-theme-action {color:#fff !important; background-color:#015a16 !important}

.w3-theme {color:#fff !important; background-color:#03b52c !important}
.w3-text-theme {color:#03b52c !important}
.w3-border-theme {border-color:#03b52c !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#03b52c !important}
.w3-hover-text-theme:hover {color:#03b52c !important}
.w3-hover-border-theme:hover {border-color:#03b52c !important}

.card-border-d {
	border:0px solid #041e1e;border-radius:0px;padding-top:15px;padding-bottom:30px;
}
.card-border-r {
	border:0px solid #041e1e;border-radius:0px;padding-top:15px;padding-bottom:15px;
}
.card-border-c {
	border:0px solid #041e1e;border-radius:0px;padding-top:5px;padding-bottom:5px;
}

.card-border-x {
	border:border-radius:0px;padding-top:5px;padding-bottom:5px;
}
.card-border-btn {
	border:border-radius:15px;padding-top:5px;padding-bottom:5px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 45px;
  height: 45px;
  padding: 5px 8px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


/* use negative margins to accommodate wider button text */

.btn-circle span {
  margin: 0 -2rem;
}

