.form-progress {
	width: 100%;
	background-color: #7c977621;
	border: 1px solid #eee;
	display: inline-block;
	padding: 8px;"
}

.form-schedule {
	width: 100%;
	background-color: #7c977621;
	border: 1px solid #eee;
	display: inline-block;
	padding: 8px;"
}

.form-part-left {
  width: 80%;
	margin: 0;
	padding: 0;
	float: left;
}

.form-part-right {
  text-align: right;
  width: 20%;
	margin: 0;
	padding: 0;
	float: left;
}

.form-part-left-s {
  width: 50%;
	margin: 0;
	padding: 4px;
	float: left;
}

.form-part-right-s {
  text-align: right;
  width: 48%;
	margin: 0;
	padding: 4px;
	float: left;
}

.week-link {
	background-color: #00645a;
	padding: 10px;
	margin: 10px;
	border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.week-link a, a:link, a:visited  {
	color: #ffffff;
	text-decoration: none;
}

.week-link a, a:hover, a:active {
	text-decoration: none;
	background-color: #449d44;
}

.week-button {
	background-color: #00645a;
	padding: 10px;
	margin: 3px;
	border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	float: left;
}

.week-button:hover {
	background-color: #449d44;
}
.date-selector {
	float: left;
}

.fa-lg {
  vertical-align: -7% !important;
}


*, *::before, *::after {
  box-sizing: border-box;
}

input[type="text"] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
	margin: 4px;
}

input, select {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin: 4px;
}

input[type="submit"] {
	width: 150px;
	background-color: #00645a;
	color: #fff;
	margin: 4px;
}

input[type="submit"]:hover {
  background-color: #449d44;
}

.c-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #00645a;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
}

.c-button:hover {
  background: #1d49aa;
}

.c-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}

a.c-button {
	color: #ffffff;
}

input:invalid:not(:placeholder-shown) {border-color: #c14129;}
input:valid:not(:placeholder-shown) {border-color: green;}

/* =========================================================== */
/*                           PHONE                           */
/* =========================================================== */
@media screen and (max-width: 768px){

	.form-part-left, .form-part-left-s  {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		float: left;
	}

	.form-part-right, .form-part-right-s {
		width: 100%;
		margin: 0;
		padding: 10px;
		text-align: center;
		float: left;
	}

	input, select {
		width: 100%;
	}
	
	.week-link a, a:link, a:visited {
		margin: 10px;
	}

}