.TB.renewal-button,
.OIC.renewal-button {

	text-align: center;
	padding: 4px;
	color: #ffffff;
	background-color: #e6433f;
	margin-bottom: 10px;
	display: none;
}

.TB.renewal-button:hover {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	transition: 0.2s;
}

.EP.renewal-button {

	text-align: center;
	padding: 4px;
	color: #ffffff;
	background-color: #c8194b;
	margin-bottom: 10px;
	display: none;
}

.EP.renewal-button:hover {
	background-color: rgba(200, 25, 75, .8);
	transition: 0.2s;
}

.OI.renewal-button {

	text-align: center;
	padding: 4px;
	color: #ffffff;
	background-color: #cc0256;
	margin-bottom: 10px;
	display: none;
}

.OI.renewal-button:hover {
	background-color: #0e2050;
	transition: 0.2s;
}

.expire-modal {
	text-align: center;
	padding: 4px;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.TB.expiring a,
.OIC.expiring a,
.TB.expired a,
.OIC.expired a {

	color: #e6433f !important;
	font-weight: bold;

}


.EP.expiring a,
.EP.expired a {

	color: #c8194b !important;
	font-weight: bold;

}


.OI.expiring a,
.OI.expired a {

	color: #cc0256 !important;
	font-weight: bold;

}

.OI.expiring a:hover {
	background-color: #cc0256 !important;
	color: #fff !important;
}

.expire-btn-container {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.expire-btn-cancel {
	background-color: #002b54;
}

.TB.expire-btn-renew,
.TB.expire-btn-cancel {
	padding: 7px 20px;
}

.expire-btn-renew,
.expire-btn-cancel {
	text-transform: none !important;
	padding: 4px 12px;
	font-size: 16px;
	font-weight: 400;
	margin: 0 4px;
	text-transform: none;
	color: #fff;
	border-radius: 25px;
}

.io-root .expire-btn-renew,
.io-root .expire-btn-cancel,
.ep-root .expire-btn-renew,
.ep-root .expire-btn-cancel {
	border-radius: 0px;
}

.EP.expire-btn-renew {
	background-color: #c8194b;
	border: 2px solid #c8194b;
}

.EP.expire-btn-renew:hover,
.EP.expire-btn-renew:focus {
	background-color: rgba(200, 25, 75, .8);
	border-color: transparent;
}

.EP.expire-btn-cancel {
	color: #4b4b4b;
	border: 1px solid #dddddd;
	background-color: #fff;
}


.TB.expire-btn-renew {
	background-color: #e6433f;
	border: 2px solid #e6433f;
}

.TB.expire-btn-renew:hover,
.TB.expire-btn-renew:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	border-color: transparent;
	color: #fff;
}

.TB.expire-btn-cancel {
	color: #002b54;
	border: 1px solid #dddddd;
	background-color: #fff;
}


.OI.expire-btn-renew {
	background-color: #cc0256;
	border: 2px solid #cc0256;
}

.OI.expire-btn-renew:hover,
.OI.expire-btn-renew:focus {
	background-color: #0e2050;
	border-color: transparent;
	color: #fff;
}

.OI.expire-btn-cancel {
	color: #0e2050;
	border: 1px solid #dddddd;
	background-color: #fff;
}


.OI.expire-modal {
	color: #0e2050
}


.package-resources {

	margin: 5px;
	margin-top: 20px;
	background-color: #9fd6f3;
	border-radius: 6px;
	padding: 20px;

}

.section-title-resources {

	background-color: transparent !important;
	border-bottom: 1px solid #000000;

}

.TB .entry-content ul:last-child,
.entry-content ul.last {
	margin-bottom: 1em !important;
}

.resource-block {

	margin-bottom: 3em;

}

.teacher-name {

	text-align: center;
	margin-top: 15px;
	font-size: .8em;


}

.modal {

	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	border: solid 1px #6e6e6e;
	z-index: 10000;
	display: none;
	padding: 20px;
	overflow: auto;

}

#userProfile {
	position: relative;
	margin: 0px auto;
	margin-top: 50px;
	max-width: 800px;
	min-width: 480px;
	min-height: 200px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #6e6e6e;
	z-index: 10;
	padding: 20px 20px 60px;
	overflow: hidden;
}

.io-root #userProfile,
.ep-root #userProfile {
	border-radius: 0px;
}

#adminDetails,
#renewalDetails {
	position: relative;
	margin: 0px auto;
	margin-top: 50px;
	max-width: 800px;
	min-width: 480px;
	/* min-height: 600px; */
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #6e6e6e;
	z-index: 10;
	padding: 20px 20px 32px;
}

.io-root #adminDetails,
.io-root #renewalDetails,
.ep-root #adminDetails,
.ep-root #renewalDetails {
	border-radius: 0px;
}

#renewalDetails {
	max-width: 410px;
	min-width: 410px;
}

.description-modal {
	margin: 0 0 0 15px;
}

.description-modal p {
	margin-bottom: 0px;
}

.description-modal a:hover {
	text-decoration: underline;
}


.close {
	font-size: 24px;
	position: absolute;
	right: 16px;
	top: 6px;
	font-weight: normal;
	cursor: pointer;
}

.tb-root .close,
.tb-root .pro-title {
	color: #002b54;
	font-weight: 500;
}

.ep-root .close,
.ep-root .pro-title {
	color: #412878;
}

.io-root .close,
.io-root .pro-title {
	color: #0e2050;
}

.tb-root .profile-settings.active {
	background-color: #002b54;
	color: #fff;
	border: 1px solid #002b54 !important;
}

.ep-root .profile-settings.active {
	background-color: #412878;
	color: #fff;
	border: 1px solid #412878 !important;
}

.ep-root .profile-settings.button:hover {
	background-color: #412878;
	color: #fff;
	border: 1px solid #412878 !important;
}

.io-root .profile-settings.active {
	background-color: #8540c9;
	color: #fff;
	border: 1px solid #8540c9 !important;
}

.io-root .profile-settings.button:hover {
	background-color: #0e2050;
	color: #fff;
	border: 1px solid #0e2050 !important;
}

.tb-root .profile-settings {
	color: #002b54;
	background-color: #fff;
}

.ep-root .profile-settings {
	color: #412878;
	background-color: #fff;
}

.io-root .profile-settings {
	color: #0e2050;
	background-color: #e9e9e9;
}

.header-row-container {
	padding: 6px 20px;
	border: 1px solid #ddd;
	margin: 20px 15px 0;
}

.tb-root .header-row-container {
	border-bottom-width: 2px;
}

.io-root .header-row-container {
	border: 1px solid #e9e9e9;
}

.header-buttons {
	display: flex;
	align-items: center;
}

.tb-root .header-buttons {
	color: #002b54;
}

.tb-root .username-new a {
	color: #002b54;
}

.ep-root .header-buttons {
	color: #412878;
}

.ep-root .username-new a {
	color: #412878;
}

.pro-title {
	font-size: 18px;
	font-weight: 500;
}

.row-container {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	margin: 0 15px
}

.io-root .row-container {
	background-color: #f2f2f2;
	border: 1px solid #e9e9e9;
}

.row-container {
	margin: 0 15px;
	padding: 12px 40px;
}

.row-container a:hover {
	text-decoration: underline;
}

.sessions {
	display: flex;
	align-items: center;
}

.sessions .three.columns {
	display: flex;
	justify-content: flex-end;
}

.separator {

	margin: 1em 0 !important;

}

.prof {
	font-size: 18px;
	padding-right: 5px;
}

.ref-button .prof {
	font-size: 16px;
}

.row .label {
	font-weight: 600;
}

.row .columns {
	font-size: 16px;
	line-height: 27.5px;
}


.profile-header {
	margin-left: 15px;
	font-weight: 500;
	font-size: 26px;
	padding-left: 50px;
	margin-bottom: 12.5px;
}

.profile-outer-header {
	border-bottom: solid 1.5px #D9D9D9;
	margin-left: -25px;
	margin-right: -40px;
}

.profile-row {
	margin-top: 12.5px;
}

.done-password-row {
	margin-left: 26px;
}

.password-done-header {
	padding-left: 30px;
}

.profile-header.renewal {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	margin-left: 15px;
	font-weight: 500;
	font-size: 26px;
	text-align: center;
}

.tb-root .profile-header {
	color: #002b54;
	font-weight: 500;
	font-size: 26px;
}

.ep-root .profile-header {
	color: #412878;
}

.io-root .profile-header {
	color: #0e2050;
}

.change-password {
	cursor: pointer;
}

/* the spinner loader thing - mock modal here */
#loading {

	position: fixed;
	z-index: 9999999;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #c5c5c5;
	background-color: rgba(150, 150, 150, .1);
	font-size: 48px;

}

#spinner {
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
	opacity: 0.5;
}



.r-button {

	outline: 0;

}

.ref-button {
	text-transform: none !important;
	border-radius: 25px;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 400;
}

.io-root .ref-button,
.ep-root .ref-button {
	border-radius: 0;
}

.tb-root .admin-button {
	background-color: #ffe9e5;
	border: 2px solid #e6433f;
}

.io-root .admin-button {
	background-color: #E34857;
	border: 2px solid #E34857;
	border-radius: 0;
	display: flex;
	align-items: center;
}

.io-root .admin-button:hover {
	background-color: #002147;
	border-color: #002147;
	text-decoration: none;
}

.oic-root .admin-button {
	background-color: #ffffff;
	border: 2px solid #e6433f;
}


.tb-root .admin-button:hover {
	border: 2px solid #e6433f;
	box-shadow: inset 0px 0px 0 2px #e6433f;
	transition: 0.2s;
}


.tb-root .admin-icon {
	text-align: center;
	font-size: 16px;
	padding: 0 6px 0 0;
}

.oic-root .admin-icon {
	text-align: center;
	font-size: 16px;
	padding: 0 6px 0 0;
}


.tb-root .admin-text,
.oic-root .admin-text {
	color: #e6433f;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0px;
}

.tb-root .admin-button a:hover,
.ep-root .admin-button a:hover {
	text-decoration: none;
}

/* ep */

.admin-button {
	cursor: pointer;
	padding: 5px 12px;
	border-radius: 16px 0;
}

.ep-root .admin-button {
	background-color: rgba(200, 25, 75, 0.1);
	border: 2px solid #c8194b;
}


.ep-root .admin-button:hover {
	border: 2px solid #c8194b;
	box-shadow: inset 0px 0px 0 2px #c8194b;
	transition: 0.2s;
}


.ep-root .admin-icon {
	text-align: center;
	color: #c8194b;
	font-size: 16px;
	padding: 0 6px 0 0;
}


.ep-root .admin-text {
	color: #c8194b;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0px;
}

.ep-root .gatekeeper-header {
	align-self: center;
	padding: 0 0 0 16px;
	font-size: 30px;
	font-weight: 500;
	color: #412878;
}

.ep-root .logo-container {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.ep-root .gk-logo-new {
	display: flex;
	height: 38px;
	width: 200px;

}

.ep-root .logo-image-new {

	height: 38px;

}

.tb-root .gatekeeper-header {
	align-self: center;
	padding: 5px 5px 5px 15px;
	font-size: 30px;
	font-weight: 500;
	color: #002b54;
}

.tb-root .logo-container {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.tb-root .gk-logo-new {
	display: flex;
	height: 33px;
	width: 200px;
}

.tb-root .logo-image-new {
	height: 30px;
}

.oic-root .gk-logo-new {
	position: absolute;
	left: 50px;
	top: -3px;
}

.oic-root .logo-image-new {
	max-width: 388px
}

.io-root .logo-image-new {
	width: 100%;
	max-width: 380px;
	margin-left: 40px;
	margin-bottom: -40px;
}

.username-new {

	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #412878;
}

.tb-root .username-new,
.ep-root .username-new {
	font-weight: 400;
}

.username-new a:hover {
	color: inherit;
	text-decoration: underline;
}

.username-new i {
	padding: 0 5px 0 20px;
}

.log-out {
	padding-right: 20px;
}

.sidebar {

	margin-top: 61px !important;

}


.gk-header {
	display: flex;
	justify-content: space-between;
	height: 61px !important;
}

.small-text-gatekeeper {

	font-size: 15px !important;
	color: #011836 !important;
	line-height: 17px !important;
	font-weight: 600 !important;
}

.hide1 {
	display: none !important;
}

@media only screen and (max-width: 390px) {
	.io-root .gk-logo-new {
		display: none;
	}
}

@media only screen and (max-width: 650px) {

	.oic-root .gk-logo-new {
		position: static;
		padding-left: 24px;
	}

	.oic-root .logo-image-new {
		max-width: 350px;
		padding: 5px;
	}

	.oic-root .username-new {
		padding-left: 5px;
		position: static;
	}

	.oic-root .gk-header {
		height: 100px !important;
	}

	.oic-root .sidebar {
		margin-top: 100px !important;
	}

	.oic-root .username-new {
		padding: 0 24px;
		position: static;
		text-align: right;
	}

	.gk-header {
		height: 67px !important;
		flex-direction: column;
		margin-top: 1px;
	}

	.sidebar {
		margin-top: 67px !important;
	}
}

.privacy-link:hover {
	text-decoration: underline;
}

.back-icon {
	margin-right: 1rem;
}

.forward-icon {
	margin-left: 1rem;
}

.btn-prod2 {
	margin-top: 0 !important;
}

.gatekeeper-password-footer {
	padding: 30px 0 !important;
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	transition: width .6s ease;
}

.progress {
	height: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	appearance: none;
}

.bootbox-close-button {
	float: right;
	font-size: 21px;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
	font-weight: 700;
}

.modal-body .bootbox-close-button {
	font-size: 30px;
	margin-right: 0;
	margin-top: 0 !important;
}

.bootbox-close-button:focus,
.bootbox-close-button:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-body .bootbox-close-button:hover {
	background-color: transparent !important;
}

.modal-footer {
	padding: 15px;
	text-align: right;
}

.security-content .mfa-row {
	background-color: #ffffff !important;
	padding: 12px 20px !important;
}

.security-content .qrcode-rollover:before {
	bottom: 132% !important;
}

.security-content .mfacode .qrcode-rollover-holder {
	padding-right: 6rem !important;
}




ul.tab-nav {
	height: inherit;
	/* margin: 15px 15px 5px; */
}

.security-content p {
	margin-bottom: 1rem;
}

.p {
	margin-bottom: 1rem;
	line-height: 1.4rem !important;
}

.b,
strong {
	font-weight: 700;
	line-height: 1.4rem !important;
}

.security-content .checkmfa {
	font-size: 16px;
	padding: 5px 18px;
}

.security-content .mfacode-div {
	display: flex;
	align-items: center;
}

.security-content .mfacodeInput {
	margin-bottom: 0;
	min-height: 34px;
}

.security-content .errspan {
	margin-top: 0;
}

.tb-root .new-badge-span {
	text-align: center;
	color: #ffffff;
	background-color: #e9544d;
	font-size: 10px;
	border-radius: 25px;
	padding: 0 5px;
	margin-bottom: 30px;
	margin-left: -18px;
	visibility: hidden;
}

.ep-root .new-badge-span {

	text-align: center;
	color: #ffffff;
	background-color: #c8194b;
	visibility: hidden;
	font-size: 10px;
	border-radius: 25px;
	padding: 0 5px;
	margin-bottom: 30px;
	margin-left: -18px;
}


.io-root .new-badge-span {

	text-align: center;
	color: #ffffff;
	background-color: #E34857;
	font-size: 10px;
	border-radius: 25px;
	padding: 0 5px;
	margin-bottom: 30px;
	margin-left: -18px;
	visibility: hidden;
}

#new-bdge-sec {
	position: relative;
	bottom: 25px;
	left: -15px;
	padding: 2px 4px 3px 7px;
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}

.mfa-store-modal-header {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}