﻿/* GLOBAL
----------------------------------------------------------*/
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	margin: 0 0 20px;
	padding: 0;
}
body {
	background-image: url('/images/body-bg.png');
	font-size: 10pt;
}
h1 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 18pt;
}
h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
#my-courses h2, #my-courses p {
	margin: 0 !important;
	padding: 0 !important;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
}
#bundledCourses h3 {
	padding-right: 50px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#bundledCourses h3 span.credits {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 11px;
}
#my-courses td {
	vertical-align: middle;
}
.roundedBox h1 {
	font-size: 16pt;
}
p {
	font-size: 10pt;
}
a {
	color: #f89a3a;
}
#pageContainer {
	width: 1100px;
	margin: auto;
	background-color: #F0F2F7;
	-webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.50);
	-moz-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.50);
	box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.50);
	clear:both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.padding-15 {
	padding: 15px;
}
#sliderDivider {
	margin-bottom: 15px;
	width: 100%;
}
/* HEADER
----------------------------------------------------------*/
#header {
	background-color: #FFFFFF;
	padding-top: 34px;
	padding-bottom: 34px;
	xbackground-image: url('/images/header-divider.png');
	xbackground-repeat: repeat-x;
	xbackground-position: 100% 100%;
	-webkit-box-shadow: 0px 6px 8px -3px rgba(50, 50, 50, 0.50);
	-moz-box-shadow: 0px 6px 8px -3px rgba(50, 50, 50, 0.50);
	box-shadow: 0px 6px 8px -3px rgba(50, 50, 50, 0.50);
	position: relative;
	z-index:10;
}
.headerButton {
	margin-top: 9px;
	color: #808080;
	font-size: 10pt;
	padding: 12px 16px;
	margin-left: 15px;
}
.headerButton:first-child {
	margin-left: 0px;
}
.headerButton:hover {
	border-color: #f89a3a;
	color: #f89a3a;
	background-color: #FFFFFF;
}
/* MAIN NAV ------*/
@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}




/* CONTENT
----------------------------------------------------------*/
#content {
	position: relative;
	z-index: 5;
	clear: both;
}
#content p {
	margin: 0;
	padding: 0;
}
#pageContentHeader {
	background-position: center bottom;
	width: 100%;
	position: relative;
}
#contentHeaderText {
	width: 100%;
	overflow:hidden;
}
#contentHeaderText h1 {
	margin-bottom: 0px;
}
#contentHeaderText p {
	margin-top: 7px;
}
.roundedBox {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px #CBCBCB solid;
}
.roundedBox p {
	margin-bottom: 15px !important;
}
.col-xs-12 {
	margin-bottom: 15px;
}

/* HOME PAGE
----------------------------------------------------------*/
#homeSlider p {
	margin-bottom: 10px;
}
.headerContentContainer{
  margin: 40px 40px 40px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color:rgba(255,255,255,0.7);
  color:#000000;
  padding:15px;
  height: auto;
  min-height: 200px;
}

.pageHeaderContentContainer{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.8);
  color: #000000;
  padding: 15px;
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  width: auto;
  max-height: none;
  overflow-y: visible;
  overflow-x: hidden;
}

.pageHeaderContentContainer::-webkit-scrollbar {
    width: 8px;
}

.pageHeaderContentContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}

.pageHeaderContentContainer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.2);
}

.pageHeaderContentContainer::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4);
}

/* max width 991px */
@media (max-width: 991px) {
	.pageHeaderContentContainer{
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* max width 676px */
@media (max-width: 676px) {
	.pageHeaderContentContainer{
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
	#contentHeaderText {
		width: 100%;
	}
}

.headerContentContainer ::-webkit-scrollbar {
    width: 13px;
}
 
.headerContentContainer ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.headerContentContainer ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.headerContentContainer.darkTheme ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.6); 
    border-radius: 10px;
}
 
.headerContentContainer.darkTheme ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.8); 
}

@media (max-width: 991px) {
	.headerContentContainer{
		margin: 20px 20px 20px 20px;
	}
}

@media (max-width: 676px) {
	.headerContentContainer{
		margin: 15px 15px 15px 15px;
	}
}
#spotlightSlider {
	max-width: 100% !important;
}

/* FOOTER
----------------------------------------------------------*/
#footer {
	font-size: 9pt;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}
#footer a {
	color: #f89a3a;
}
#footer a:hover {
	text-decoration: none;
}
/* COURSE LIST
----------------------------------------------------------*/
.listItem {
	width: 100%;
	border-top: 1px #E6E6E6 solid;
	padding-top: 15px;
	padding-bottom: 15px;
}
.listItem:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.listHeader {
	width: 100%;
	border-bottom: 1px #E6E6E6 solid;
	padding-bottom: 15px;
}
.listItem h2 {
	font-size: 12pt;
	color: #000000;
	xfont-weight: bold;
}
.pdfDocument {
	background-image: url('../images/pdf-icon.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	cursor: pointer;
	margin: auto;
}
.pdfBox {
	cursor: pointer;
	border: 1px solid #eaeaea;
	padding: 5px 5px 5px 40px;
	border-radius: 3px;
	background-color: #FFFBF5;
	background-image:url('/images/magnify2.png');
	background-repeat:no-repeat;
	background-position:left center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	font-size: 13px;
	font-weight: bold;
  text-align:center;
  color:#D67900;
}
.pdfBox span {
	display: block;
	font-size: 11px;
  color:#000000;
}
.pdfBox:hover {
	background-color: #E9E9E9;
}
.pdfBox p {
	text-align: center;
	font-size: 10px;
	margin-top: 7px;
}
/* CONTACT PAGE
----------------------------------------------------------*/
#contactInfo {
	position: absolute;
	top: 40px;
	left: 94px;
	padding: 20px;
	width: 284px;
}
#contactInfo p {
	margin-bottom: 15px;
	font-weight: bold;
}
#contactInfo p:last-child {
	margin-bottom: 0;
}
#contactFormContainer {
	padding: 15px;
}
ul#socialIcons {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
ul#socialIcons li {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
}
ul#socialIcons li:last-child {
	margin-right: 0;
}
/* COURSE LIST
----------------------------------------------------------*/
#userTabs {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px #E6E6E6 solid;
	margin-bottom: 15px;
}
#userTabs li {
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16pt;
	border-right: 1px #E6E6E6 solid;
}
#userTabs li:last-child {
	border-right: none;
}
#userTabs li a {
	border-bottom: none;
	color: #000000;
	cursor: pointer;
}
#userTabs li a:hover {
	border-bottom: 3px #f89a3a solid;
	color: #f89a3a;
	cursor: pointer;
	text-decoration: none;
}
li#selectedTab a {
	border-bottom: 3px #f89a3a solid;
	color: #f89a3a;
}
/* BUTTONS
----------------------------------------------------------*/
.clearButton {
	color: #f89a3a;
	font-size: 10pt;
	padding: 12px 22px;
	border-color: #f89a3a;
	border-width: 2px;
	background-color: transparent;
	margin-right: 15px;
	margin-bottom: 2px;
	font-weight: bold;
}
.clearButton:hover {
	color: #FFFFFF;
	background-color: #f89a3a;
	border-color: #f89a3a;
}
.orangeButton {
	color: #f89a3a !important;
	border-color: #f89a3a !important;
}
.orangeButton:hover {
	color: #FFFFFF !important;
	background-color: #f89a3a !important;
}
.greenButton {
	color: #5DBD5D !important;
	border-color: #5DBD5D !important;
}
.greenButton:hover {
	color: #FFFFFF !important;
	background-color: #5DBD5D !important;
}
.blueButton {
	color: #3C6DF8 !important;
	border-color: #3C6DF8 !important;
}
.blueButton:hover {
	color: #FFFFFF !important;
	background-color: #3C6DF8 !important;
}
.fullButton {
	color: #FFFFFF;
	font-size: 10pt;
	padding: 12px 22px;
	border-color: #f89a3a;
	border-width: 2px;
	background-color: #f89a3a;
	margin-right: 15px;
	font-weight: bold;
}
.fullButton:hover {
	color: #FFFFFF;
	background-color: #f89a3a;
	border-color: #f89a3a;
}
.circleButton {
	border-radius: 50%;
	padding: 12px 10px;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
/* BUY COURSE
----------------------------------------------------------*/
#confirmEmail {
	display: none;
}
.errorBox {
	padding: 8px;
	background-color: #D9534F;
	border: 2px #D43F3A solid;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}
.errorBox a {
	color: #FFFFFF;
	text-decoration: underline;
}
.errorBox a:hover {
	color: #FFFFFF;
}

.successBox {
	padding: 8px;
	background-color: #5CB85C;
	border: 2px #4CAE4C solid;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}
.successBox a {
	color: #FFFFFF;
	text-decoration: underline;
}
.successBox a:hover {
	color: #FFFFFF;
}

/* COURSE LIST STYLES
----------------------------------------------------------*/
.statusPending span, .statusStarted span, .statusCompleted span, .statusAwaitingPayment span {
	border-radius: 3px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
}
.statusPending span {
	background-color: #C0C0C0;
}
.statusStarted span {
	background-color: #EEA43A;
}
.statusCompleted span {
	background-color: #5DBD5D;
}
.statusAwaitingPayment span {
	background-color: #C0C0C0;
}
/* BASKET LIST
----------------------------------------------------------*/
#basketCourseHeading {
	border-bottom: 1px #EAEAEA solid;
	font-size: 16pt;
}
#basketAmountHeading {
	border-bottom: 1px #EAEAEA solid;
	font-size: 16pt;
	padding-left: 0;
	text-align: right;
}
#basketRemoveHeading {
	border-bottom: 1px #EAEAEA solid;
	font-size: 16pt;
}
.basketDescription {
	font-size: 16px;
}
.basketDescription span {
	display: block;
	font-size: 13px;
}
.basketAmount {
	font-size: 14pt;
	padding-left: 0;
	text-align: right;
}
.basketAmount span {
	display: block;
	font-size: 9px;
}
.basketCourseName {
	font-size: 16px;
}
.basketCourseName span {
	font-size: 13px;
}
.basketCourseCost {
	font-size: 14pt;
	padding-left: 0;
	text-align: right;
}
#subTotalHeading {
	text-align: right;
	font-size: 15pt;
	border-top: 1px solid #F0EEF0;
	border-bottom: 1px solid #F0EEF0;
}
#totalHeading {
	border-top: 1px solid #F0EEF0;
	color: #999999;
	font-size: 14pt;
	padding: 5px 30px;
	text-align: right;
}
#vatHeading {
	color: #999999;
	font-size: 14pt;
	padding: 5px 30px;
	text-align: right;
}
#grandTotalHeading {
	border-bottom: 1px solid #F0EEF0;
	border-top: 1px solid #F0EEF0;
	font-size: 15pt;
	padding: 5px 30px;
	text-align: right;
}
#basketForm {
	border-bottom: 1px solid #F0EEF0;
	border-top: 1px solid #F0EEF0;
	padding: 5px 0 5px 30px;
}
#basketForm #discountCode {
	width: 200px;
}
#discountCode {
	display: inline;
}
#discountButton {
	background-color: #f2f2f2;
	display: inline;
}
#purchaseBtn {
	text-align: right;
}
#discountTotalHeading {
	text-align: right;
	font-size: 15pt;
}
#discountHeading {
	text-align: right;
	font-size: 11pt;
}
.discountCodeAmount {
	font-size: 16px;
}
