﻿body {
	color: #4d4d4f;
}

a {
	color: rgb(var(--color-primary));
}

	a:hover,
	a:focus {
		color: #08542c;
	}

	a:focus {
		outline: 5px auto #62a70f;
	}

	a:active {
		color: #62a70f;
	}

.btn {
	border-radius: 0;
	border-width: 0;
}

	.btn:focus,
	.btn:active:focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn.active.focus {
		outline-color: rgb(98,167,15);
	}

	.btn:hover,
	.btn:focus,
	.btn.focus {
	}

	.btn:active,
	.btn.active {
	}

.btn-default {
	background-color: rgb(255,255,255);
	border-color: rgb(191,191,191);
}

	.btn-default:focus,
	.btn-danger.focus {
		background-color: rgb(191,191,191);
		border-color: rgb(143,143,143);
	}

	.btn-default:hover {
		background-color: rgb(191,191,191);
		border-color: rgb(143,143,143);
	}

	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
		background-color: rgb(191,191,191);
		border-color: rgb(143,143,143);
	}

		.btn-default:active:hover,
		.btn-default.active:hover,
		.open > .dropdown-toggle.btn-default:hover,
		.btn-default:active:focus,
		.btn-default.active:focus,
		.open > .dropdown-toggle.btn-default:focus,
		.btn-default:active.focus,
		.btn-default.active.focus,
		.open > .dropdown-toggle.btn-default.focus {
			background-color: rgb(143,143,143);
			border-color: rgb(107,107,107);
		}

	.btn-default.disabled:hover,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus,
	.btn-default[disabled]:focus,
	fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus,
	.btn-default[disabled].focus,
	fieldset[disabled] .btn-default.focus {
	}

.btn-primary .badge {
}

.btn-primary {
	background-color: rgb(var(--color-primary));
	border-color: rgb(2,79,40);
}

	.btn-primary:focus,
	.btn-danger.focus {
		background-color: rgb(var(--color-accent));
		border-color: rgb(2,60,31);
	}

	.btn-primary:hover {
		background-color: rgb(var(--color-accent));
		border-color: rgb(2,60,31);
	}

	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		background-color: rgb(var(--color-accent));
		border-color: rgb(2,60,31);
	}

		.btn-primary:active:hover,
		.btn-primary.active:hover,
		.open > .dropdown-toggle.btn-primary:hover,
		.btn-primary:active:focus,
		.btn-primary.active:focus,
		.open > .dropdown-toggle.btn-primary:focus,
		.btn-primary:active.focus,
		.btn-primary.active.focus,
		.open > .dropdown-toggle.btn-primary.focus {
			background-color: rgb(var(--color-accent));
			border-color: rgb(1,46,23);
		}

	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus,
	.btn-primary[disabled].focus,
	fieldset[disabled] .btn-primary.focus {
	}

	.btn-primary .badge {
	}

.btn-success {
	background-color: rgb(98,168,68);
	border-color: rgb(73,125,51);
}

	.btn-success:focus,
	.btn-danger.focus {
		background-color: rgb(73,125,51);
		border-color: rgb(55,94,38);
	}

	.btn-success:hover {
		background-color: rgb(73,125,51);
		border-color: rgb(55,94,38);
	}

	.btn-success:active,
	.btn-success.active,
	.open > .dropdown-toggle.btn-success {
		background-color: rgb(73,125,51);
		border-color: rgb(55,94,38);
	}

		.btn-success:active:hover,
		.btn-success.active:hover,
		.open > .dropdown-toggle.btn-success:hover,
		.btn-success:active:focus,
		.btn-success.active:focus,
		.open > .dropdown-toggle.btn-success:focus,
		.btn-success:active.focus,
		.btn-success.active.focus,
		.open > .dropdown-toggle.btn-success.focus {
			background-color: rgb(55,94,38);
			border-color: rgb(41,71,29);
		}

	.btn-success.disabled:hover,
	.btn-success[disabled]:hover,
	fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus,
	.btn-success[disabled]:focus,
	fieldset[disabled] .btn-success:focus,
	.btn-success.disabled.focus,
	.btn-success[disabled].focus,
	fieldset[disabled] .btn-success.focus {
	}

.btn-success .badge {
}

.btn-info {
	background-color: rgb(62,180,230);
	border-color: rgb(26,143,193);
}

	.btn-info:focus,
	.btn-danger.focus {
		background-color: rgb(26,143,193);
		border-color: rgb(19,107,145);
	}

	.btn-info:hover {
		background-color: rgb(26,143,193);
		border-color: rgb(19,107,145);
	}

	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
		background-color: rgb(26,143,193);
		border-color: rgb(19,107,145);
	}

		.btn-info:active:hover,
		.btn-info.active:hover,
		.open > .dropdown-toggle.btn-info:hover,
		.btn-info:active:focus,
		.btn-info.active:focus,
		.open > .dropdown-toggle.btn-info:focus,
		.btn-info:active.focus,
		.btn-info.active.focus,
		.open > .dropdown-toggle.btn-info.focus {
			background-color: rgb(19,107,145);
			border-color: rgb(14,81,109);
		}

	.btn-info.disabled:hover,
	.btn-info[disabled]:hover,
	fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus,
	.btn-info[disabled]:focus,
	fieldset[disabled] .btn-info:focus,
	.btn-info.disabled.focus,
	.btn-info[disabled].focus,
	fieldset[disabled] .btn-info.focus {
	}

.btn-info .badge {
}

.btn-warning {
	background-color: rgb(217,173,72);
	border-color: rgb(180,137,37);
}

	.btn-warning:focus,
	.btn-danger.focus {
		background-color: rgb(180,137,37);
		border-color: rgb(136,103,28);
	}

	.btn-warning:hover {
		background-color: rgb(180,137,37);
		border-color: rgb(136,103,28);
	}

	.btn-warning:active,
	.btn-warning.active,
	.open > .dropdown-toggle.btn-warning {
		background-color: rgb(180,137,37);
		border-color: rgb(136,103,28);
	}

		.btn-warning:active:hover,
		.btn-warning.active:hover,
		.open > .dropdown-toggle.btn-warning:hover,
		.btn-warning:active:focus,
		.btn-warning.active:focus,
		.open > .dropdown-toggle.btn-warning:focus,
		.btn-warning:active.focus,
		.btn-warning.active.focus,
		.open > .dropdown-toggle.btn-warning.focus {
			background-color: rgb(136,103,28);
			border-color: rgb(101,77,20);
		}

	.btn-warning.disabled:hover,
	.btn-warning[disabled]:hover,
	fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus,
	.btn-warning[disabled]:focus,
	fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled.focus,
	.btn-warning[disabled].focus,
	fieldset[disabled] .btn-warning.focus {
	}

.btn-warning .badge {
}

.btn-danger {
	background-color: rgb(208,51,58);
	border-color: rgb(159,36,43);
}

	.btn-danger:focus,
	.btn-danger.focus {
		background-color: rgb(159,36,43);
		border-color: rgb(119,28,32);
	}

	.btn-danger:hover {
		background-color: rgb(159,36,43);
		border-color: rgb(119,28,32);
	}

	.btn-danger:active,
	.btn-danger.active,
	.open > .dropdown-toggle.btn-danger {
		background-color: rgb(159,36,43);
		border-color: rgb(119,28,32);
	}

		.btn-danger:active:hover,
		.btn-danger.active:hover,
		.open > .dropdown-toggle.btn-danger:hover,
		.btn-danger:active:focus,
		.btn-danger.active:focus,
		.open > .dropdown-toggle.btn-danger:focus,
		.btn-danger:active.focus,
		.btn-danger.active.focus,
		.open > .dropdown-toggle.btn-danger.focus {
			background-color: rgb(119,28,32);
			border-color: rgb(88,20,23);
		}

	.btn-danger.disabled:hover,
	.btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus,
	.btn-danger[disabled]:focus,
	fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled.focus,
	.btn-danger[disabled].focus,
	fieldset[disabled] .btn-danger.focus {
	}

.btn-danger .badge {
}

.btn-link {
}

	.btn-link,
	.btn-link:hover,
	.btn-link:focus,
	.btn-link:active {
	}

		.btn-link:hover,
		.btn-link:focus {
		}

		.btn-link[disabled]:hover,
		fieldset[disabled] .btn-link:hover,
		.btn-link[disabled]:focus,
		fieldset[disabled] .btn-link:focus {
		}

.btn-lg,
.btn-group-lg > .btn {
	border: none;
	border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
	border: none;
	border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
	border: none;
	border-radius: 0;
}

.input-group-btn .btn-default,
.input-group-btn .btn-primary,
.input-group-btn .btn-success,
.input-group-btn .btn-info,
.input-group-btn .btn-warning,
.input-group-btn .btn-danger {
	border-width: 1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.modal-content {
	background-color: #f2ecdb;
	border-radius: 0;
}

.modal-header {
	background-color: rgb(var(--color-primary));
	color: #fff;
}

.modal-footer {
}