/* CSS Common to Student, IFS Admin and Client Admin pages */

body .btn-primary, .view-profile a[title="Cancel"] {
	color: #fff;
}
body .btn, body .btn-success {
	background-image: linear-gradient(to top, #148EDD, #5BBCFB);
	border: 0.5px solid #234F75;
	box-shadow: 0 0px 8px 1px rgba(0,0,0,0.25),inset 0 -1px 0 0 #148EDD,inset 0 0 0 1px #5BBCFB,0 0.5px;
	color: #fff;
	margin: auto 3px;
	text-shadow: none;
}
.wide_space {
	padding-right: 4px;
}
#sp-main-body .icon-circle-minus {
	color: #E64838;
	cursor: pointer;
	font-size: 22px;
	font-weight: 900;
	padding: 5px;
	position: relative;
	top: 3px;
}
#sp-main-body .icon-plus-circle {
	color: #56b830;
	font-size: 22px;
	font-weight: 900;
	padding: 5px;
	position: relative;
	top: 3px;
}
.login-register #sp-main-body #member-registration .btn.btn-secondary {
	display: none;
}
.login-register #sp-main-body .btn.btn-secondary .visually-hidden {
	background-color: transparent;
}


/* Handling Dependents on Enrollment 1 and EMS pages */
.add_dependent .dependent_table {
	margin-left: auto;
	margin-right: auto;
}
.dependent_table td {
	padding: 10px;
}
.dependent_table .firstname, .dependent_table .lastname {
	width: 270px;
}
.dependent_table .middle {
	width: 80px;
}
.dependent_table .date_of_birth {
	width: 120px;
}


/* Login & Logout */
.mod-login-logout .btn.btn-primary {
	width: 100%;
}