﻿#form {
	
	text-align: center;
	position: relative;
	margin-top: 20px
}

#form fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative
}

.finish {
	text-align: center
}

#form fieldset:not(:first-of-type) {
	display: none
}

#form .previous-step, .next-step {
	width: 100px;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px 10px 0px;
	float: right
}

.form, .previous-step {
	background: #616161;
}

.form, .next-step {
	background: #2F8D46;
}

#form .previous-step:hover,
#form .previous-step:focus {
	background-color: #000000
}

#form .next-step:hover,
#form .next-step:focus {
	background-color: #2F8D46
}

.text {
	color: #2F8D46;
	font-weight: normal
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey
}

#progressbar .active {
	color: #2F8D46
}

#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400
}

#progressbar #step1:before {
	content: "1"
}

#progressbar #step2:before {
	content: "2"
}

#progressbar #step3:before {
	content: "3"
}

#progressbar #step4:before {
	content: "4"
}

#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #2F8D46
}

.progress {
	height: 20px
}

.progress-bar {
	background-color: #2F8D46
}

#scheduleSR th {
	color: #01420e;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	background: #7fb1af;
	font-size: x-small;
  }
  
  #scheduleSR .thcat {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px;
	background: #007874;
	font-size: medium;
  }
  
  #scheduleSR td {
	font-size: small;
	color: #4f6b72;
	padding: 5px;
	word-break: break-all;
	white-space: normal;
	vertical-align: middle;
	background:#edfffb;
  }
  
#scheduleSR th.year1 {
/* background: rgb(156 163 152); */
border-style: solid;
border-color: #fff;
border-width: 0px 3px 0px 0px;
min-width: 350px;
font-size: small;
}
#scheduleSR th.month1 {
/* background: rgb(156 163 152); */
}
#scheduleSR th.month1end {
/* background: rgb(156 163 152); */
border-style: solid;
border-color: #fff;
border-width: 0px 3px 0px 0px;
}
#scheduleSR td.month1end {
/* background: rgb(244 255 238); */
border-style: solid;
border-color: #fff;
border-width: 0px 3px 0px 0px;
}
#scheduleSR td.month1 {
/* background: rgb(183 192 177); */
}
#scheduleSR td.month1r {
/* background: rgb(244 255 238); */
}
#scheduleSR th.year2 {
background: #bdbdbd;
min-width: 350px;
font-size: small;
color: #464746;
}
#scheduleSR th.month2 {
background: #ececec;
}
#scheduleSR td.month2 {
background: #ffffff;
}
#scheduleSR td.month2r {
background: #ffffff;
}
#scheduleSR th.thtitle {
min-width: 300px;
}
#scheduleSR th.year0 {
	/* background: #9ed1cf; */
	min-width: 700px;
	}
	