﻿/* ================================================== */
/* CUSTOM FONT EMBEDDING
/* ================================================== */
@font-face {
	font-family: "Agenda Medium";
	src: url("fonts/agenda-medium.eot?") format('embedded-opentype');
}
@font-face {
	font-family: "Agenda Medium";
	src: local('☺'), url("fonts/agenda-medium.ttf") format('truetype'), url("fonts/agenda-medium.woff") format('woff'),  url("fonts/agenda-medium.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ================================================== */
/* COLOURS
/* ================================================== */
/*
	--body-color: #0a0a0a;
	--link: #0d64ca;
    --red: #DB241C;
	--mackenzie-orange: #e87524;
	--mackenzie-blue: #005486;
    --mackenzie-background-blue: #ddf4ff;
	---text: #231F20;
    --ig-light-blue: #0072ce;
    --ig-brand-blue: #001e60;
    --ig-text-black: #000;
*/


/* ================================================== */
/* LAYOUT
/* ================================================== */
body {
	color: #0a0a0a;
	background: #ddf4ff;
}

.container {
	background: #fff;
}

.dividerBar {
	background: #e87524;
}

footer {
    color: #0a0a0a;
    background: #ddf4ff;
}

.LaunchCourse_Instr
{
    border: 3px solid #333333;
    background-color: White;
    color: Black;
}

.ShowProgress_modal
{
    background-color: black;
}
.ShowProgress_loading
{
    border: 3px solid #333333;
    background-color: White;
    color: Black;
}


/* ================================================== */
/* HEADINGS
/* ================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #005486;
}

hr { 
    border-top: 1px solid #005486;
}

/* ================================================== */
/* IMAGES HANDLING
/* ================================================== */
.photo {
  background: #999;
/*  border: 2px solid #999; */
}

#homeContentArea a {
	color: #fff;
}
#homeContentArea #textArea 
{
	color: #fff;
	background: url(../Media/Interface_Images/IGinstitute/HomePage_TextArea.png) repeat center center;
}

#homeBackground .container .carousel-caption {
	color: #fff;
	background: url(../Media/Interface_Images/IGinstitute/HomePage_TextArea.png) repeat center center;
	/*background-color: rgba(130,120,111,0.8);*/
}

#pn_courses {
    width: 100%;
    margin: 0px 0px;
}

#divCourseCatalogue #ctl00_ContentPlaceHolder1_divAccordion {
    width: 95%;
    margin: 20px 22px;
}
#divCourseList #ctl00_ContentPlaceHolder1_divAccordion {
    width: 95%;
    margin: 20px 22px;
}

.CourseList li {
	background-color: #fdf8f0;
}
.CourseList table {
	background-color: #fbeddb;
}
.CourseList table,
.CourseList th,
.CourseList td {
	border: 2px solid #e79860;
}
.CourseList th {
	background-color: #e87524;
	color: #fff;
}
.CourseList a {
	color: #DC5114;
}
.CourseList a:hover {
	color: #b04110;
}
.CourseList .alignright a {
	background-color: #e87524;
	color: #fff;
}
.CourseList .alignright a:hover {
	background-color: #f8971f;
}



/* ================================================== */
/* 724Learning specific CSS values */
/* ================================================== */
BIG
{
  color: #005486;
}
.TableHeading
{
    background: #005486;
    color: #fff;
}

.TableAltRow {
	background: #ddf4ff;
}
.ActionButton {
	display: inline-block;
	margin: .5rem 0rem 0rem 1rem;
	padding: .5rem;
	border: none;
	border-radius: 5px;
	background-color: #e87524;
	color: #fff;
}
.ActionButton:hover {
	text-decoration: none;
	background-color: #f8971f;
}

#Page_Header
{
    color:#003200;
}
#Page_Leftnav {
    background-color: #005486;
    color: #000000;
}

.RegistrationStatus {
  color: #005486;
}
.RegistrationStatus_Top {
  background: #005486;
  border: 1px solid #0f2d52;
  color: white;
}
.RegistrationStatus_Top_Error {
	background: #ddf4ff;
	border: 1px solid #005486;
	color: #DB241C;
}

.input-disabled 
{
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
}

.roundBox {
	border: thin solid #DDD;
	background-color:#FFF;
}

.mainMenu {
	color: #FFFFFF;
}

.mainMenu_active {
	color: #C3C3C3;
}

.subMenu {
	color: #FFFFFF;
}

a {
	color: #0d64ca;
}

.locLink {
	color: #ffffff;
}

.darkBar a {
	color: #FFFFFF;
}

/* following added by fjf Feb 7/20 */
/* Used for links in table headings using class "TableHeading" */
.lightLink {
	color: #e4d43b;
}

.roundSectionHeader {
	color: #d14428;
}
.roundSectionSubheader {
	color: #3d67b1;
}

.sectionHeader {
	color: #3d67b1;
}

.roundabout-moveable-item {
	background-color: #fff;
	color: #000000;
}

.label {
	color: #FFF;
}

.field {
	color: #FFF;
}

.content {
	color: #FFF;
}

/* added by fjf for Commerce tables, Andrew, change this color to whatever you like */
.CommerceTableAltRow {
	background: #CFDBC5;
}

/* bootstrap overrides */
.bg-light {
  background-color: #ddf4ff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ddf4ff !important;
}

.navbar {
    /*background: #ddf4ff;*/
}

.navbar a {
	color: #001e60;
}
.navbar a:hover {
    color: #6ab2e2;
}

.ui-dialog .ui-dialog-content {
    background: #000000;
    color: #ffffff;
}

/* Lock Background */
.LockBackground {
	background-color: #666;
}

/* Show Dialog, used with LockBackground class above */
.ShowDialog {
    color: white;
    background-color: black;
}

/*style for GridView "pager" buttons*/
.gridviewPager {
    background-color: #fff;
}

.gridviewPager a {
    background-color: #545454;
    color: #fff;
}

.gridviewPager a:hover {
    background-color: #337ab7;
    color: #fff;
}

.gridviewPager span {
    background-color: #066091;
    color: #fff;
}

.HomeBackgroundSection {
	background-image: url("../Media/Interface_Images/CIFP_HomeBackground.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.HomeBackgroundContainer {
	background-color: transparent; 
}

.HomeBackgroundCard {
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.35);
	color: black;
	font-weight: bold;
	font-size: 1.15em;
}

.HomeBackgroundCard a {
	color: black;
	font-weight: bold;
	font-size: 1.15em;
}
.HomeBackgroundCard a:hover {
	color: #005486;
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #e87524;
	background: #e87524;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #0072ce;
}