.w3-theme-l5 {color:#000 !important; background-color:#f1f1f1 !important}
.w3-theme-l4 {color:#000 !important; background-color:#e6e6e6 !important}
.w3-theme-l3 {color:#000 !important; background-color:#a0d3f8 !important}
.w3-theme-l2 {color:#000 !important; background-color:#71bdf4 !important}
.w3-theme-l1 {color:#fff !important; background-color:#41a8f1 !important}
.w3-theme-d1 {color:#fff !important; background-color:#1083d5 !important}
.w3-theme-d2 {color:#fff !important; background-color:#0e75be !important}
.w3-theme-d3 {color:#fff !important; background-color:#0c66a6 !important}
.w3-theme-d4 {color:#fff !important; background-color:#0a588f !important}
.w3-theme-d5 {color:#fff !important; background-color:#00407a !important}

.w3-theme-light {color:#fff !important; background-color:#00407a !important}
.w3-theme-dark {color:#fff !important; background-color:#00407a !important}
.w3-theme-action {color:#fff !important; background-color:#00407a !important}

.w3-theme {color:#fff !important; background-color:#00407a !important}
.w3-text-theme {color:#118ade !important}
.w3-border-theme {border-color:#cccccc !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#118ade !important}
.w3-hover-text-theme:hover {color:#118ade !important}
.w3-hover-border-theme:hover {border-color:#118ade !important}

.w3-toggle-theme {color:#fff !important; background-color:#118ade !important}

.w3-theme-gradient {
  color: #fff !important;
  background:-webkit-linear-gradient(#118ade 0%, #1F5895 47%, #1F5895 100%)}
.w3-theme-gradient {
  color: #fff !important;
  background:-moz-linear-gradient(#118ade 0%, #1F5895 47%, #1F5895 100%)}
.w3-theme-gradient {
  color: #fff !important;
  background:-o-linear-gradient(#118ade 0%, #1F5895 47%, #1F5895 100%)}
.w3-theme-gradient {
  color: #fff !important;
  background:-ms-linear-gradient(#118ade 0%, #1F5895 47%, #1F5895 100%)}
.w3-theme-gradient {
  color: #fff !important;
  background: #00407A;  
  }
  
.w3-button.w3-theme-dark.w3-hover-theme{
	
	border-radius: 5px;
}

.w3-button-square{
	padding:8px;
	border-radius: 5px;
}