input[type="checkbox"],
input[type="radio"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
    cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
button {
	cursor: pointer;
}
select {
	cursor: pointer;
}
label {
	margin: 15px 0 5px;
    display: inline-block;
    width: 100%;
}
em {
	color: red;
}
form {
	display: inline-block;
	width: 100%;
}
table {
	width: 270px;
	border: 1px solid #000;
    border-collapse: collapse;
    background-color: #fff;
}
th {
    padding: 5px;
    border: 1px solid #e9f0f5;
    font-weight: 400;
}
td {
	cursor: pointer;
	padding: 5px;
	text-align: center;
	border: 1px solid #e9f0f5;
}
td:hover {
	background-color: #E9F0F5;
}
td a {
	text-decoration: none;
	color: #000;
}
strong {
	font-weight: 600;
}
#new-family-enrollment-form .ui-datepicker-header {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e9f0f5;
}
select.ui-datepicker-month {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 0;
    background-color: #fff;
}
select.ui-datepicker-year {
    width: 100%;
    height: 30px;
    padding-left: 10px;
	margin-bottom: 0;
    background-color: #fff;
}
#new-family-enrollment-form a.ui-datepicker-prev,
#new-family-enrollment-form a.ui-datepicker-next {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
}
a.ui-datepicker-prev {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
	display: none;
}
a.ui-datepicker-next {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
	display: none;
}
.form-container {
	padding: 50px 0 100px;
}
.form-container h2 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
}
.fields {
    width: 100%;
    display: inline-block;
    position: relative;
}
.fields.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    z-index: 1;
}
.fields .status-field {
    position: absolute;
    top: 50%;
    right: -65px;
    cursor: pointer;
    text-align: center;
    margin-top: -12px;
    background-color: #ffff;
    padding: 14px 0;
}
.fields .status-field span {

}
.fields.full {
    padding: 0 10px;
}
.field {
	position: relative;
}
.field.radio-full {
    float: left;
    margin: 0 10px;
}
.field.half {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.field.third {
    width: 33.333333%;
    float: left;
    padding: 0 10px;
}
.field.fourth {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.text-center {
    text-align: center;
}
.text {
    margin: 30px 0;
    padding: 0 10px;
}
.text-none {
    padding: 0 10px;
    margin: 20px 0;
}
.highlighted {
    background-color: #c7d6e0;
    padding: 20px;
    margin: 30px 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #929292;
}
select.input-underline {
    width: 120px;
    padding-left: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    height: auto;
    text-align: center;
}
.with-border {
	display: inline-block;
    width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.field.radio {
    margin-bottom: 5px;
}
.left {
    float: left;
    margin-right: 30px;
}
span.form-error {
    position: absolute;
    color: #E14938;
    top: 10px;
    right: 20px;
    background-color: #e9f0f5;
    font-size: 12px;
}
hr {
    margin: 20px 10px 15px 10px;
    box-shadow: 0px 0px 1px #fff;
    border-top: 1px solid #ccc;
}
.form-wrapper {
    border: 1px solid #ccc;
    padding: 0 10px 30px 10px;
    margin-top: 50px;
}
.form-wrapper h3 {
    position: relative;
    top: -20px;
    left: 15px;
    font-size: 30px;
    background-color: #fff;
    color: #43525a;
    display: inline-block;
}
#search-family input[type="number"] {
    float: left;
    margin: 0;
    width: 80%;
}
#search-family input[type="submit"] {
    float: right;
    margin: 0;
    width: 18%;
}
.text-error {
    padding: 20px;
    background: #E14938;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    position: relative;
}
.text-error p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.text-error p:last-child {
    margin-bottom: 0;
}
.text-error i {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.error {
    color: #e14938;
    margin-bottom: 6px;
}
.add-student-btn1,
.add-student-btn2,
.add-student-btn3,
.add-student-btn4,
.add-student-btn5,
.add-student-btn6,
.add-student-btn7,
.add-student-btn8,
.add-student-btn9 {
    width: 250px;
    margin: auto;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #253d5d;
    clear: both;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 7px;
}
.first-student.student-fields {
    display: inline-block;
}
.student-fields {
    display: none;
}
.not-registered {
    display: none;
}
