:root {
	--lyryxBlue: #07314e;
	--lyryxBlueHover: #266988;
	--lyryxYellow: #e49800;
	--lyryxYellowHover: #e0b153;
	--lyryxTeal: #6fc1b5;
	--lyryxHoverTeal: #24685e;
	--lyryxRed: #ce3028;
	--lyryxErrorRed: #8c0707;
	--lyryxGreen: #55a055;
	--lyryxGreyBlue: #f9fafb;
}

.table {
    width: 100%;
	border: 0;
	font-family: 'Open Sans';
}

tr {
	margin-left: 20px;
}

td {
	padding-left: 30px;
	color: var(--lyryxBlue);
}

.leftSide {
	vertical-align: top;
	border-right: solid;
	border-color: var(--lyryxBlue);
	border-width: 2px;
	margin-left: 5px;
	width: 50%;
}

.rightSide {
	vertical-align: top;
}

form {
	display: flex;
	flex-direction: column;
}

h4 {
	color: var(--lyryxBlue);
	font-size: large;
	margin-left: 20px;
}

h2, h3 {
    color: var(--lyryxBlue);
}

p {
	font-size: medium;
}

.contentDiv {
    margin-top: 0px;
}

.section_header {
	border: 0;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
}

.section_header h3 {
    font-size: 1.8em;
}

button {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 25%;
}

input[type="text"], input[type="password"], textarea {
	color: var(--lyryxBlue);
    box-shadow: 3px 3px 3px grey;
    border-color: var(--lyryxBlue);
    border-radius: 8px;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 60%;
}

input[type="text"]:focus, input[type="password"]:focus {
	box-shadow: 0 0 15px var(--lyryxBlue);
}

input[type="radio"] {
	cursor: pointer;
}

.forgotPassword {
	color: var(--lyryxTeal);
	font-size: 14px;
	margin-left: 5px;
}

.btnShowCreateAccount {
	width: 55%;
}

.newAcctErrMsg {
	color: var(--lyryxRed);
}

select {	
	margin-top: 5px;
	margin-bottom: 5px;
}

.newForm {
	display: flex;
	flex-direction: column;
}

p.notice {
	color: red;
	font-size: 110%;
	font-weight: bold;
	margin: 10px;
}

.CourseSelection {
	margin-left: 10px;
}

.AddCourseDiv {
	display: flex;
	text-align: center;
	justify-content: center;
	color: var(--lyryxBlue);
	font-weight: bold;
	font-size: small;
}

.contentDiv a {
	color: var(--lyryxTeal);
}

a:hover {
	color: var(--lyryxHoverTeal);
}

.CoursePayment {
	color: var(--lyryxBlue);
}

.CourseSearchLabel {
	vertical-align: middle;
}

 .CourseDiv table {
	font-size: 14px; 
 }

.error {
	color: var(--lyryxRed);
	margin-left: 40px;
}

.coursepintooltip {
	flex-direction: column;
	margin-left: 10px;
	margin-top: 10px;
	color: var(--lyryxErrorRed);
}

/* Pincode Assistance Page */
.pincodeAssistanceTable td {
	font-size: small;
}

.pincodeAssistanceTable input,textarea {
	width: auto;
} 

select {
	cursor: pointer;
}

label {
	margin-left: 30px;
}
