.w3-theme-l5 {color:#000 !important; background-color:#ebf1fc !important}
.w3-theme-l4 {color:#000 !important; background-color:#bdd2f4 !important}
.w3-theme-l3 {color:#fff !important; background-color:#7aa5e9 !important}
.w3-theme-l2 {color:#fff !important; background-color:#3877dd !important}
.w3-theme-l1 {color:#fff !important; background-color:#1d53ab !important}
.w3-theme-d1 {color:#fff !important; background-color:#102e5e !important}
.w3-theme-d2 {color:#fff !important; background-color:#0e2954 !important}
.w3-theme-d3 {color:#fff !important; background-color:#0c2449 !important}
.w3-theme-d4 {color:#fff !important; background-color:#0b1f3f !important}
.w3-theme-d5 {color:#fff !important; background-color:#091a34 !important}

.w3-theme-light {color:#000 !important; background-color:#ebf1fc !important}
.w3-theme-dark {color:#fff !important; background-color:#091a34 !important}
.w3-theme-action {color:#fff !important; background-color:#091a34 !important}

.w3-theme {color:#fff !important; background-color:#123369 !important}
.w3-text-theme {color:#123369 !important}
.w3-border-theme {border-color:#123369 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#123369 !important}
.w3-hover-text-theme:hover {color:#123369 !important}
.w3-hover-border-theme:hover {border-color:#123369 !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;
}

