/* For: https://unimelb-uat.beta.sydney.catalog.canvaslms.com  */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,600i,700,700i&display=swap');

/* blundell 20240725 update custom page header */
#uom-catalog-header {
	margin-left:0;
	margin-bottom: 10px;
}
#uom-catalog-header-text{
font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.9rem;
	white-space: normal;
}

#app-header {
	background: rgb(0, 15, 70) !important;
	color: rgb(255, 255, 255);
}
/* login username (top-right of header) */
#app-header #header-menu #header-menu-container button,
#app-header #header-menu #header-menu-container a[href="/login"] {
	color: #fff;
}	
/* blundell 20250106 setting the color of the admin nav items in the header to white. */
#app-header div#topnavbar nav ul li a:not(:hover):not(:active) > span,
#app-header div#topnavbar nav ul li button:not(:hover):not(:active) > span,
#app-header div#topnavbar nav button[aria-haspopup="menu"]:not(:hover):not(:active) > span {
	color: white;
}

.header-branding h1 a {
	display: block;
}

.Dropdown__Toggle--header:hover,
.Dropdown__Toggle--cog:hover,
.Dropdown__Toggle--header:focus,
.Dropdown__Toggle--cog:focus,
.btn.btn-link.dropdown-toggle.Dropdown__Toggle--header {
	color: rgb(255, 255, 255);
}

.feature-region {
	display: none;
}

#feature {
	background: rgb(93, 130, 173);
}

#user-nav a {
	color: rgb(255, 255, 255);
}

.header-nav {
	color: rgb(255, 255, 255);
}

div.AccountDropdown--margin-top ul.Dropdown__Menu.dropdown-menu li a {
	color: rgb(0, 0, 0) !important;
}

#main.product-results {
	background: rgb(247, 247, 247);
}

.product-tile {
	border: 1px solid rgb(200, 200, 200);
	color: rgb(0, 0, 0);
}

h3.product-title {
	font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif;
	font-weight: 700;
}

#search-form .search-form-filters {
	background: rgb(247, 247, 247);
}

#search-form .search-form-container {
	padding: 20px 0;
}

#search-form.callout-region {
	background: rgb(0, 60, 85);
}

#search-form .search-box {
	display: block;
	-webkit-transition: border-bottom-color .3s;
	transition: border-bottom-color .3s;
	border: transparent;
	border-bottom: 2px solid rgb(70, 200, 240);
	border-radius: 0;
	color: rgb(255, 255, 255);
	background: transparent;
/*	box-shadow: inset 0 1px 1px rgb(0, 0, 0); */
}

#search-form .search-box:focus {
	border: 1px solid rgb(255, 255, 255);
	border-bottom: 2px solid rgb(255, 255, 255);
}

#search-form button.search-submit {
	color: rgb(255, 255, 255);
}

#search-form .search-refine .btn {
	color: rgb(0, 15, 70);
	border-color: rgb(0, 15, 70);
}

#search-form .search-refine .btn-enabled {
	background-color: rgb(0, 15, 70);
	color: rgb(255, 255, 255);
}

/* p.hero-action, */
.hero-region p {
	font-weight: 400;
}

/* 	///////////////////
	   Content screen
	//////////////////
*/
#product-page #feature {
	padding-top: 0;
}

#product-page .jumbotron {
	font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif;
	padding: 5em 0;
}

#product-page .jumbotron p {
	margin-bottom: 35px;
}

#product-page .hero-region,
#product-page .product-bg {
	background: rgb(247, 247, 247);
}

#product-page .hero-head.h1 {
	font-weight: 700;
	font-size: 2.35rem;
	color: rgb(0, 60, 85);
}

#product-page h2:first-child~p {
	font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif;
	font-weight: 600;
	font-size: 1em;
}

.btn-action.btn-info {
	padding: 1.5rem 4.2rem;
	background-color: rgb(255, 255, 255);
	border-color: rgb(0, 15, 70);
	color: rgb(0, 15, 70);
	border-radius: 5px;
	border-width: 2px;
	font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn-action.btn-info:hover,
.btn-action.btn-info:focus {
	text-decoration: underline;
	/*transform: scale(1.03);
	box-shadow: 0px 15px 15px -15px #888;*/
}

.container.product-details #description {
	max-width: 60em;
	margin-left: auto;
	margin-right: auto;
}

footer.callout-region {
	font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif;
	padding-top: 3em;
	padding-bottom: 4em;
	background-color: rgb(0, 15, 70);
	color: rgb(255, 255, 255);
}

#product-page footer .h2 {
	font-weight: 600;
	font-style: normal;
	padding-bottom: 15px;
}

/* 	///////////////////
	   REGISTRATION PAGE
	   EG: https://unimelb-demo.sydney.catalog.canvaslms.com/courses/732/enrollment/new;
	//////////////////
*/
/* logo */
.registration-logo {
	text-align: left;
	margin: auto;
	background: rgb(0, 15, 70);
}

.registration-logo img {
	vertical-align: middle;
	margin-left: 30px !important;
}

/*image */
.image-container.registration-product-image.RegistrationHeader__ProductImage {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-bottom: 30px;
}

.image-container.registration-product-image.RegistrationHeader__ProductImage img {
	width: 100%;
	top: -50%;
	filter: none;
	margin: 0 auto !important;
	position: absolute;
}

.text-center.RegistrationHeader__Title {
	font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif !important;
	color: rgb(0, 15, 70) !important;
	margin: 1.75rem 0.75rem !important;
}

.RegistrationFooter__SubmitButton button {
	padding: 1.2rem 4rem !important;
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(0, 15, 70) !important;
	color: rgb(0, 15, 70) !important;
	border-radius: 5px !important;
	border-width: 2px !important;
	font-family: 'Source Sans Pro', 'Gill Sans', 'Trebuchet MS', 'Arial', sans-serif !important;
	font-weight: 700 !important;
	-webkit-transition: all .3s !important;
	transition: all .3s !important;
	margin: 20px auto !important;
	font-size: 16px !important;
}

.RegistrationFooter__SubmitButton button:hover {
	text-decoration: underline !important;
}

/* 	///////////////////
	   STUDENT DASHBOARD
	//////////////////
*/
.DashboardNavigation__TranscriptButton {
	display: none;
}

.DashboardPanel .Icon__CircleWrap--info {
	background: rgb(70, 200, 240);
	margin: 4rem auto;
}

.Icon__NotificationContainer p {
	margin-bottom: 4rem;
}

.DashboardProduct__Course .DashboardProduct__Title,
.DashboardProduct__Course .DashboardProduct__Title--program,
.DashboardProduct__Course .DashboardProduct__Title--subprogram {
	font-size: 21px;
	color: rgb(0, 15, 70);
}

.DashboardProduct__Course .DashboardProduct__AccountLogo {
	display: none;
}

@media screen and (max-width: 600px) {
	.DashboardNavigation {
		padding: 2.2em 0px;
	}

	.DashboardProduct__Course .DashboardProduct__Title,
	.DashboardProduct__Course .DashboardProduct__Title--program,
	.DashboardProduct__Course .DashboardProduct__Title--subprogram {
		font-size: 18px;
	}
}

/* 	///////////////////
	   SMALL SCREENS
	//////////////////
*/

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

	#registration-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	/*  login button  */

	.AccountDropdown--margin-top {
		margin-top: 0;
	}

	/* Refine btn dropdown position */

	.search-form__actions.pull-right {
		float: none !important;
	}

	#search-form .search-refine-button,
	#search-form .search-refine-button:hover,
	#search-form .search-refine-button:focus {
		padding-left: 0;
	}

}

/* removing the $-$$$ and $$$-$ buttons as all courses are free on catalog */
.search-refine__sort>.btn-group>.btn:nth-child(n+3) {
	display: none;
}

.search-refine__sort>.btn-group>.btn:nth-child(2) {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

/* dcollett 2022-03-02 hiding drop subject option for DELA 2022 from https://catalog.lms.unimelb.edu.au/dashboard/in-progress */
#actions-course-3499 {
	display: none
}