@import "/ui/css/base/orion_base.css";
@import "public.css";

@import "theme_content.css";
@import "theme_dashboards.css";
/****************************************************************************************************************************/
/*This file is used to set the colour values of elements which change on client to client  basis*/
/* EXCEPT HEADER AND FOOTER, they are defined in "theme_header_footer.css" 
/*AND WIDGETS, they are defined in "theme_widgets.css"
/*BOTH of these MAY require more customisation than just colours*/
/****************************************************************************************************************************/

/**************************************************/
	/*Background colour and general font colour*/
/**************************************************/

body { 	
	font-family: Lucinda Sans Unicode, Arial, Verdana, sans-serif;
	/* background: #E7EFDE url(img/orion_bg.png) repeat; */
	background: #68298C url(img/tacopedia/BellsBackgroundPurple.png);
	background-size: 100% auto;
	color: #666;
}

/**************************************************/
					/*Hyperlinks*/
/**************************************************/

a.elearning_elementTitle,
a.activityDatatable,
a {	color: #9E7FBA;}

a.elearning_elementTitle:hover,
a:hover {  color: #495253;}


/**************************************************/
					/*Buttons*/
/**************************************************/
.btn-orion-login,.btn-orion
 { 
 	color: #fff;
	/* background:#49bd99;
	border:#49bd99; */
	background:#405152;
	border-color:#405152;
	text-shadow: none;
	border-radius: 0 !important;
	/*font-family:'Knockout-HTF28-JuniorFeatherwt', Arial, Helvetica, sans-serif !important;*/
	font-family: Arial, Helvetica, sans-serif;
	
 }

.btn-orion-login:hover,.btn-orion:hover,.btn-orion-login:focus,.btn-orion:focus
 { 
 	color: #fff;
	/* background:#00534e;
	border-color:#00534e; */
	background:#405152;
	border-color:#405152;
	
 }
 
.btn-orion_disabled {
	color: #333;
	background-color:#999;
	border-color:#999;
}
 
/**************************************************/
		/*Content and Navigation Structure*/
/**************************************************/
div#orion_page{
	padding: 0 !important;
	margin: 0 auto !important;
	width: 680px;
	overflow: hidden;
	background: #fff;
}
div#orion_section_nav{display:none; background: transparent; border:none;}
div#orion_content_wrapper{
	background: transparent; 
	border:none;
	width: inherit !important;
	padding: 0 !important;
	margin: 0 !important;	
}

#orion_content_body{
	box-shadow: none !important;
	border-radius: 0 !important;
	background: #fff !important;
	max-width: 680px;
	width:100%;
	margin: 0 !important;
	padding: 0 !important;
}


div#orion_section_nav div.titleBlock{
	background: #2b2b2b;
	color:#fff;
	margin-left:6px;
	margin-bottom:6px;
}
div#orion_section_nav div.titleBlock strong{
	color:#fff;
}
div#orion_section_nav div.titleBlock hr{
	border-top: 1px solid #fff;
}

div#orion_section_nav div.titleBlock a{
	color:#fff;
	
}

div#orion_section_nav div.titleBlock a:hover{
	color:#fff;
}


div#orion_section_nav li a {
	color: #404040;
	border: 1px solid #f5ac90;
}


/* To make ative lvl 2 green */
div#orion_section_nav ul li.active>a{
	border: 1px solid #d0640f;
	background: #d0640f;
	color: #fff;
}
div#orion_section_nav li a:hover,
div#orion_section_nav li a:focus {
	border: 1px solid #d0640f;
	background: #d0640f;
	color: #fff
}


div#orion_section_nav ul li li.active>a{
	color: #68298C;
}

div#orion_section_nav ul li li a:hover,
div#orion_section_nav ul li li a:focus
{
	color: #d0640f;
}


/**************************************************/
				/*Heading Colours*/
/**************************************************/

h1,h2 {
	color: #333;
}

h3,h4,h5{
	color: #333;
}
/**************************************************/
				/*MiniTabs*/
/**************************************************/
.orionTab .tab_selected a.tabLink,
.orionTab .tab_selected_right a.tabLink,
.orionTab .tab a:hover.tabLink,
.orionTab .tab a:focus.tabLink,
.orionTab .tab_right a:hover.tabLink,
.orionTab .tab_right a:focus.tabLink{	
	color: #146696;
}


/**************************************************/
				/*Elearning Specifics*/
/**************************************************/

/*main progress bar text colour*/
table.elearning_course .course td { color: #666;}


/**************************************************/
			/*Orion Toolbar*/
/**************************************************/

div#toolbar_nav { 
	background: #e5e5e5;

}

div#toolbar_nav li {
	color:#333;
}

div#toolbar_nav li a {
	color:#333;
}



div#toolbar_nav ul li.active a,
div#toolbar_nav a:hover,
div#toolbar_nav a:focus{
	color:#146696;

}

div#toolbar_nav li.seperator {
	background: transparent url(img/header/primary_nav_seperator.png) 0px 0px  no-repeat;
}


/**************************************************/
			/*NOTICE BOARD*/
/**************************************************/

/*notice board*/
.noticeboard {
	padding-left: 25px;
	padding-right: 0;
	border: none;
	background: #9369A7 url(img/noticeboardHeader.jpg) 100% 0 repeat-x; 
	color:#fff;
}

.pin{
	content:"";
	position: relative;
	float:right;
	top: -25px;
	right: -1px;
	z-index: 1000;
	border-width:0 25px 25px 0;
	border-style:solid;
	border-color:#fff #fff #B184CD transparent;
	background:transparent;
	display:block; 
	height: 25px;
	width:0;
	padding:0;
	margin:0;
}

.heading_noticeboard {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

.notices {
	margin-left: 0px;
}


/**************************************************/
			/*LOGIN AND PUBLIC Specifics*/
/**************************************************/
.loginHeading{
	display:block;
	width: 100%; 
	padding: 0;
	/* background: transparent url(img/mySizz_Login.png) 0 0 no-repeat; */
	height:400px;
	background: transparent url(img/tacopedia/LoginBanner.png) 0 0 no-repeat;
	background-size:100% auto;
	color:#fff;
}


.loginHeading h1{color:#fff;}

.orionPublicPanel{
	width: 95%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #e0e4e2;
	border-radius: 0;
	border: none;
	/*font-family:'Knockout-HTF28-JuniorFeatherwt', Arial, Helvetica, sans-serif !important;*/
	font-family: Arial, Helvetica, sans-serif;
	
	color: #495253;
	margin: 15px auto;
	font-weight: normal !important;	
}

.orionPublicPanel .dynamicForm,
.orionPublicPanel .dynamicForm .ctrlHolder{
	background: transparent;
	font-weight: normal !important;
	padding-left: 0;
}
label{
	font-weight: normal !important;	
	color: #495253;
}

.orionPublicPanel .contentHeader{
	display:none;
}

/**************************************************/
			/*TIMEOUT WARNING Specifics*/
/**************************************************/


.timeOutBody 		{ background: #333;}

.timeOutWrapper 	{ background: #fff;}

.timeOutSubHeader 	{ background: #000;}

#timer 				{ background: #fcc407; color: #333;}
