*, :after, :before {
  box-sizing:border-box;
  margin:0;
  outline:0;
  padding:0
}

html { font-size: 14px; position: relative; min-height: 100%; }
body { margin-bottom: 60px; }
.form-filters { text-align: left; margin-bottom: 5px; }
.form-filters > *, .form-filters div > *  { margin-bottom: 5px; margin-right: 5px; }
@media (min-width: 768px) {
    .form-filters { 
		text-align: center !important; 
		justify-content: center !important;
    }
}
.field-validation-error { color: #b94a48; font-weight: bold; font-size: .9em; }
.input-validation-error {
	background-color: #ffeeee;
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.month-picker { width: 150px !important; }
.checkbox-large { width: 20px; height: 20px; }
.notyf__toast { max-width: 650px !important; }
h2, h3 { font-weight: bold; color: #4A7729;  }
h4 { font-size: 1.2em; }
a { cursor: pointer; }
.pad-left-twenty { padding-left: 20px; }
.popover-header { color: black; font-weight: normal; }

.banner-image { max-width: 1200px; text-align: center; margin:0 auto; }
@media (min-width: 992px) {
    .overview-section, .main-section, .support-section { 
		text-align: left;
		max-width: 100%;
    }
}

@media (min-width: 768px) {
	.cart-flex {
		display: flex;	
	}
	.cart-padding {
		padding-right: 10px !important;
	}
}

.SpecialImageContainer {
  height: 300px;
  position: relative;  
}
.SpecialImage {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.marker { 
	width: 20px; 
	height: 34px; 	
}

/* layout.cshtml */
a { color: #0077cc; }
.navbar { background-color: #f4ebda; }
.navbar-brand { padding-top: 0; padding-bottom: 0; }
a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; }
.nav-item { font-size: 16px; padding: 0 20px 0 20px; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top { border-top: 1px solid #e5e5e5; }
.footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; line-height: 30px; padding: 15px 0 15px 0; background-color: #f4ebda !important; }

.table thead th, bordered thead th {
  border-bottom-width: 1px;
}

a.green-link {
	font-weight: bold; color: #4A7729;
}

.ButtonRoundCorners {
	border-radius: .25rem !important;	
}
.grecaptcha-badge { 
    z-index:999 !important; 
}

