﻿/********************************\
 *		Tabs Stylesheet			*
********************************
 * Contains everything in tabs	*
\********************************/

@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SOURCE SANS PRO/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Source Sans Pro Light";
	src: url("../fonts/SOURCE SANS PRO/SourceSansPro-Light.ttf") format("truetype");
}

@font-face {
	font-family: "Source Sans SemiBold";
	src: url("../fonts/SOURCE SANS PRO/SourceSansPro-SemiBold.ttf") format("truetype");
}

/**************************
 * General element styles *
 **************************/



/****************
 * Class styles *
 ****************/

.adminstats
{
	height: 208px;
}

.avatarcontainer
{
	/*width: 250px;*/
	/*float: left;*/
	/*height: 300px;*/
	margin: 0 auto;
	margin-bottom: 10px;
}

.avatarcontainer .avatarselector
{
	width: 258px !important;
	height: 120px !important;
}

.avatarcontainer .currentavatar
{
	text-align: center;
	margin: 5px;
}

.avatardialog .avatarselector li
{
	cursor: pointer !important;
}

.avatarselector
{
	list-style: none;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
}

.avatarselector li
{
	cursor: pointer;
	float: left;
	margin: 0px;
	padding: 0px 5px 10px 0px;
}

.barchart
{
	width: 169px;
	float: left;
	font-size: 11pt;
	border: 1px solid #888;
	height: 15px;
	text-align: left;
	padding: 2px;
	margin: 2px 2px 0px 0px;
	background-color: white;
	/*background-image: url(/skin/D1Hub/images/furniture/inactivebar.png);*/
	background-repeat: repeat-x;
	background-position: right 0px;
}

.barchart .fill
{
	background-image: url(/skin/TFS/images/furniture/bar.png);
	background-repeat: repeat-x;
	background-position: right 0px;
	border-right: 1px solid black;
	border: none;
	width: 1px;
	height: 15px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/*special version for scores with a colour coded bar*/
.barchart .pass
{
	background-image: url(/skin/TFS/images/furniture/bargreen.png) !important;
	background-position: left 0px !important;
	background-repeat: no-repeat;
}

.barchart .fail
{
	background-image: url(/skin/D1Hub/images/furniture/barred.png) !important;
}

.barchartfail
{
	background-image: url(/skin/D1Hub/images/furniture/barred.png) !important;
}

.silverbar
{
	background-image: url(/skin/D1Hub/images/furniture/bargrey.png) !important;
}

.barchart #fillred, .barchart #fillred_2
{
	background-image: url(/skin/D1Hub/images/furniture/barred.png);
	background-repeat: repeat-x;
	background-position: right 0px;
	border-right: 1px solid black;
	width: 1px;
	height: 15px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
}

.barchart #fillgreen, .barchart #fillgreen_2
{
	background-image: url(/skin/D1Hub/images/furniture/bargreen.png);
	background-repeat: repeat-x;
	background-position: right 0px;
	border-right: 1px solid black;
	width: 1px;
	height: 15px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
}

.barchart #fillgrey
{
	background-image: url(/skin/D1Hub/images/furniture/bargrey.png);
	background-repeat: repeat-x;
	background-position: right 0px;
	border-right: 1px solid black;
	border: none;
	width: 1px;
	height: 15px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
}

.btnRefresh
{
	width: 16px;
	height: 16px;
	background-image: url(/skin/D1Hub/images/icons16x16/arrow_refresh.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 20px;
}

.courselist
{
	margin: 15px 10px 10px 5px !important;
}

.courselist li
{
	list-style: none !important;
	list-style-position: inside !important;
}

.cExercisesTableHeader
{
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	background: url(/skin/D1Hub/images/furniture/15percentfilldark.png) !important;
}

.cExercisesTableHeader th
{
	padding: 5px 5px 5px 5px; /*   border-top:2px black dotted!important; 	border-bottom:2px black dotted!important;*/
}

.directorstats
{
	height: 110px;
}

.preferences .formline .formlabel
{
	width: 100px;
}

.formsection
{
	position: relative;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

.formsection:last-child
{
	margin-bottom: 0;
}

.formsection-title
{
	margin: 0;
	font-size: 14pt;
}

.formsection-expander {
	position: absolute;
	top: 12px;
	right: 10px;
	color: #555;
	cursor: pointer;
}

.formsection-contents
{
	padding-top: 20px;
}

.formline
{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}

.formline:last-child
{
	margin-bottom: 10px;
}

.formline .formlabel
{
	display: table-cell;
	width: 130px;
	padding: 0;
	vertical-align: middle;
	font-weight: bold;
}

.formline .formlabel.valign-top
{
	padding: 5px 0 0 0;
	vertical-align: top;
}

.formline .formlabel .sublabel
{
	margin: 2px 0 0 0 !important;
	color: #555;
	font-weight: normal;
	font-size: 0.9em;
}

.formline .formvalue
{
	display: table-cell;
	vertical-align: middle;
}

.formline .formconstant
{
	padding: 6px;
}

.formline .formvalue input,
.formline .formvalue textarea
{
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
}

.formline .formvalue #txtSubject
{
	width: 170px !important;
}

.formline .formvalue #courseinstancename
{
	border: 1px #555 solid;
	background-color: #eee;
	color: Black;
	cursor: pointer;
}

.formline .formvalue .date
{
	width: 120px !important;
	padding-right: 30px;
}

.formline .formvalue .ui-datepicker-trigger
{
	border: 0px;
	background: none;
	margin-left: -30px;
}

.formline .formvalue .ui-datepicker-trigger img
{
	vertical-align: top;
}

.formline .formvalue .smalltextinput
{
	width: 50px !important;
}

.featurebuttons .formline .formvalue select
{
	width: 150px;
	padding: 5px;
	cursor: pointer;
}

.featurebuttons .formline .formvalue select[disabled] {
	background-color: #d0d0d0;
	color: #888;
	cursor: default;
}

.featurebuttons .formline .formvalue label.error
{
	background: red;
	display: inline-block;
	padding: 2px;
	position: absolute;
	top: 2px;
	left: 80px;
	line-height: normal;
}

.featurebuttons h3
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fullheightrow
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	height: 540px;
}

/*.fullheightrow .fullwidth
{
	width: 963px;
}*/

.row
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.autoheightrow
{
	/* NOTE: Contents must set a fixed height otherwise height = 0 */
	height: auto;
}

.halfheightrow1
{
	margin: 10px 0px 0px 10px;
	padding: 0px;
	height: 250px;
}

.halfheightrow2
{
	margin: 20px 0px 0px 10px;
	padding: 0px;
	height: 260px;
}

.homelink
{
	position: absolute;
	top: 0px;
	right: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
}

.homelink .home a
{
	display: block;
	cursor: pointer;
	text-decoration: underline;
	padding: 0px;
	/*padding-left: 25px;*/
	line-height: 43px;
	background-repeat: no-repeat;
	background-position: 4px 13px;
	/*background-image: url(/skin/D1Hub/images/icons16x16/arrow_up.png);*/
	color: #FFFFFF;
}

.homelink .home a:hover
{
	color: #FFFFFF;
}

.homelink .home
{
	list-style: none !important;
}

.managerstats
{
	height: 62px;
}

.messagelist
{
	text-align: center;
	height: auto;
	color: Black;
	overflow-y: auto;
	margin: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 16px;
}

.messagelist .messageitem
{
	text-align: left;
	border-bottom: 1px solid #ccc;
	/*background-image: url(/skin/D1Hub/images/icons16x16/email_open.png);*/
	background-position: 4px 3px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 0px;
	/*margin: 0px 0px 2px 0px;*/
	cursor: pointer;
	color: grey;
	background-color: #F0F0F0;
	transition: background-color ease-in-out 0.5s;
}

.messagelist .messageitem:hover
{
	background-color: #e0e0e0;
}

.messageitem a
{
	display: inline-block;
	color: black !important;
	font-size: 10pt;
}

.messagelist .newitem .author
{
	font-weight: bold !important;
	font-style: normal !important;
}

.messagelist .newitem .subject
{
	font-weight: bold !important;
}

.messagelist .newitem .date
{
	font-weight: bold !important;
}

.messagelist .messageitem .author
{
	display: table-cell;
	overflow: hidden;
	height: 16px;
	padding: 0px;
	color: #202020;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.messagelist .messageitem .date
{
	display: table-cell;
	margin: 4px 2px 1px 10px;
	width: 75px;
	overflow: hidden;
	text-align: right;
	padding: 0px;
	font-size: 9pt;
	color: #555;
	white-space: nowrap;
}

.messagelist .messageitem .subject
{
	width: 100%;
	font-weight: normal;
	overflow: hidden;
	height: 17px;
	font-style: italic;
	padding-top: 2px;
	color: #555;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.metricscontainer
{
	margin: 0px 0px 0px 10px;
	float: left;
	overflow: hidden;
}

.metricscontainer .portalpanelinner
{
	overflow-x: hidden;
}

.moduleContentsTable
{
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

.moduleContentsTable td
{
	color: Black;
	font-size: 13px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #2e5386;
}

.moduleContentsTable th
{
	padding: 10px 5px 10px 5px;
	text-align: center;
}

.moduleContentsTable tr
{
	background-image: url(/skin/D1Hub/images/furniture/completeexercise.png);
	background-repeat: repeat;
}

.moduleContentsTable .typecol
{
	width: 90px;
	text-align: left;
	border-right: 1px solid #2e5386;
}

.moduleContentsTable th.typecol
{
	text-align: center !important;
	border-right: 1px solid #6088cb !important;
}

.moduleContentsTable .namecol
{
	/*width:570px!important;*/
	text-align: left;
	padding-left: 15px;
	border-right: 1px solid #2e5386;
}

.moduleContentsTable th.namecol
{
	border-right: 1px solid #6088cb !important;
}

.moduleContentsTable .passcol
{
	width: 60px;
	text-align: center;
	border-right: 1px solid #2e5386;
}

.moduleContentsTable th.passcol
{
	border-right: 1px solid #6088cb !important;
}

.moduleContentsTable .scorecol
{
	width: 60px;
	text-align: center;
	border-right: 1px solid #2e5386;
}

.moduleContentsTable th.scorecol
{
	border-right: 1px solid #6088cb !important;
}

.moduleContentsTable .buttonscol
{
	width: 140px;
	text-align: center;
}


/*non ie6 version with a fill */
.moduleContentsTable > tbody > .lastexercise
{
	font-weight: normal !important;
	background-image: url(/skin/D1Hub/images/furniture/lastexercise.png) !important;
}

.moduleContentsTable .notattempted
{
	font-weight: bold !important;
}

/*non ie6 version with a fill */
.moduleContentsTable > tbody > .notattempted
{
	background-image: url(/skin/D1Hub/images/furniture/incompleteexercise.png) !important;
}

.moduleContentsTable .perfcell
{
	text-align: right;
	margin: 3px 20px 10px 0px;
	font-size: 9pt;
	color: #00713d;
}

.moduleContentsTable .perfcell span
{
	font-style: italic;
	margin-left: 10px;
	color: #00713d;
}

.moduleContentsTable .perfcell span span
{
	color: #40fc0d;
}

.printBtn
{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: -4px 0 0 5px !important;
	background-image: url(/skin/D1Hub/images/icons16x16/printer.png);
	cursor: pointer;
}

#printFrame
{
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.nomarginnppadding
{
	padding: 0px;
	margin: 0px;
}

.portalpanel
{
	/*margin: 0px 10px 10px 0px;*/
	border: 0px #1a1a1a solid;
	padding: 0px;
	/*background-image: url(/skin/D1Hub/images/furniture/tabbg_tall_trans.png);*/
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color: black;
}

.portalpanel div
{
	/*margin: 5px;*/
}

.portalpanel .subtitle
{
	margin: 5px;
	font-size: 14px;
	font-style: italic;
}

/* add some space at the top for a context menu */
.portalpanel .topgap
{
	margin-top: 30px;
}

.portalpanel h2
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	margin-bottom: 10px;
	font-family: 'Source Sans Pro Light';
	font-size: 20px;
	font-weight: bold;
	background-color: #384851;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color: #FFFFFF;
	height: 43px;
	line-height: 43px;
	border: 1px solid transparent;
	/*border-radius: 5px;*/
	text-transform: uppercase;
}

.portalpanel h3, .portalpanel h4
{
	font-family: 'Source Sans Pro Light';
	font-size: 18px;
	padding: 2px 0px 2px 5px;
	text-transform: uppercase;
}

.portalpanelinner
{
	overflow: auto;
	position: relative;
	scrollbar-base-color: #FFFFFF;
	background-color: #F0F0F0;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 5px;
	box-sizing: border-box;
	font-family: 'Source Sans Pro Light';
	color: #555;
	border: 1px solid transparent;
	/*border-radius: 5px;*/
}

.panelHeaderNum
{
	color: #FFFFFF;
}

.coursesPanelSection
{
	position: absolute;
	top: 0px;
}

#coursesTableContainer
{
	left: 0px;
	margin: -10px 10vw;
}



#modulesTableContainer
{
	left: 0px;
	box-sizing: border-box;
	padding: 10px;
	height: 100%;
}

#exercisesTableContainer
{
	left: 0px;
	box-sizing: border-box;
	padding: 10px;
	height: 100%;
}

#coursesTableHeader { box-sizing: border-box; }
#modulesTableHeader { box-sizing: border-box; margin-top: 5px; }
#exercisesTableHeader { box-sizing: border-box; margin-top: 5px; }

.coursesTableRow,
.modulesTableRow,
.exercisesTableRow
{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
}

.exercisesTableRow
{
	min-height: 40px;
}

.coursesTableColumn,
.modulesTableColumn,
.exercisesTableColumn
{
	display: table-cell;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	font-size: 16px;
}

.coursesTableScroller .coursesTableRow,
.modulesTableScroller .modulesTableRow
{
	transition: background ease-in-out 0.5s;
}  
.coursesTableScroller .coursesTableRow:hover,
.modulesTableScroller .modulesTableRow:hover
{
	background-color: #e0e0e0;
}

.coursesTableScroller .coursesTableColumn,
.modulesTableScroller .modulesTableColumn
{
	cursor: pointer;

}

.exercisesTableColumn { cursor: default; }

.coursesTableColumnHeader,
.modulesTableColumnHeader,
.exercisesTableColumnHeader
{
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Source Sans Pro Light';
}

.coursesTableName, .coursesTableStatus, .coursesTableStart,
.modulesTableImg, .modulesTableName,
.exercisesTableName, .exercisesTableScore
{
	border-right: 1px solid #ddd;
}

.coursesTableColumnScore,
.modulesTableColumnScore,
.exercisesTableColumnScore
{
	color: #555;
	font-weight: bold;
}

.coursesTableScroller,
.modulesTableScroller,
.exercisesTableScroller
{
	margin-right: 5px;
	overflow-y: auto;
}

.exercisesTableStartBtn, .exercisesTableDownloadBtn, 
.searchResultsBtnContainer .go,
.searchResultsPreviewBtn
{
	padding: 5px 12px 5px 12px;
    background-color: #1473E6;
    border-radius: 27px;
    color: white !important;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.5s ease;
	font-size: 11px;
}

.exercisesTableStartBtn:hover,
.searchResultsBtnContainer .go:hover,
.searchResultsPreviewBtn:hover
{
	background-color: #555;
}

.exercisesTableRoleplayBtn
{
	padding: 8px 5px 8px 5px;
	background-color: #e51a9b;
	border-radius: 5px;
	color: white !important;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	transition: background 0.5s ease;
}

.coursesTableName { width: 35%; }
.coursesTableStatus { width: 25%; }
.coursesTableStart { width: 20%; }
.coursesTableScore { width: 20%; }

.modulesTableImg { width: 20%; }
.modulesTableName { width: 65%; }
.modulesTableScore { width: 15%; }

.exercisesTableName { width: 60%; text-align: left; }
.exercisesTableScore { width: 15%; }
.exercisesTableBtn { width: 25%; height: 40px; }

.coursesTableStatusBarContainer
{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #202020;
	width: 80%;
	height: 15px;
}

.coursesTableStatusBarInner
{
	height: 100%;
	background-color: #202020;
}

.coursesTableStatusEnrol
{
	color: #202020;
	font-weight: bold;
}

#coursesTableLeftover
{
	padding-right: 5px;
	box-sizing: border-box;
}

#certificatePanel, #preferences, #avatarpanel
{
	float: left;
	margin-left: 20px;
	width: calc(50% - 20px);
}

#certificatePanel
{
	/*margin-left: 0;*/
	/*width: 475px;*/
}

#preferences
{
	margin-left: 0;
	width: 50%;
}

#avatarpanel
{
	display: none;
	width: calc(100% - 20px - 580px - 20px - 475px);
}

.preferenceseditor
{
	position: relative;
}


.recentactivitylist, .attachmentlist, .statelist
{
	list-style: none;
	list-style-type: none;
	text-align: left;
	margin: 0px 10px 15px 5px;
	list-style-position: outside;
	padding: 3px;
}

.recentactivitylist li, .attachmentlist li, .statelist li
{
	background-repeat: no-repeat;
	padding: 2px 0px 2px 0px;
	font-size: 16px;
	background-position: 0px 2px;
}

.recentactivitylist li::before {
	display: inline-block;
	width: 20px;
}

.recentactivitylist .passed::before /*the ::before is for the Font Awesome icons*/
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/tick.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #00a795;
	font-size: 16px;
	padding-right: 2px;
}

.recentactivitylist .failed::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/cross.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
	color: #f15f4a;
	font-size: 16px;
	padding:2px 5px 2px 1px;
}

.recentactivitylist .notcomplete::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/resultset_next.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f152";
	color: #202020;
	font-size: 16px;
	padding-right: 4px;
}

.recentactivitylist .login::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/key.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f6";
	color: #202020;
	font-size: 16px;
	padding-right: 4px;
}

.recentactivitylist .logout::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/door_out.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f5";
	color: #202020;
	font-size: 16px;
	padding-right: 4px;
}

.recentactivitylist .namechange::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/user_edit.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f4ff";
	color: #202020;
	font-size: 16px;
	padding-right: 4px;
}

.recentactivitylist .passwordchange::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/key_edit.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f084";
	color: #202020;
	font-size: 16px;
	padding-right: 4px;
}

.recentactivitylist .created::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/user_add.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f234";
	color: #202020;
	font-size: 16px;
	padding-right: 4px;
}

.recentactivitylist .deleteuser::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/user_delete.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f503";
	color: #202020;
	font-size: 16px;
	padding-right: 4px;
}

.recentactivitylist .transfer::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/door_in.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f362";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .resumecourse::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/arrow_refresh.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f9";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .error::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/bug.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .fatalerror::before /* ::before is for the font awesome icons*/
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/bug_error.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	color: #fbb13a;
	font-size: 16px;
	padding-right: 4px;
}

.recentactivitylist .d1login::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/door_in.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f6";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .addgroup::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/brick_add.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f247";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .deletegroup::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/brick_delete.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f248";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .startplayer::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/book.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .addcourse::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/calendar_add.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f271";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .deletecourse::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/calendar_delete.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f272";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .addcoursetemplate::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/book_add.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0fe";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .deletecoursetemplate::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/book_delete.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f146";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .unknown::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/note_error.png);*/
    
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f059";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .importance1::before /*the ::before is for the Font Awesome Icon*/
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/rederror.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	color: #f15f4a;
}

.recentactivitylist .importance2::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/error.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	color: #fbb13a;
}

.recentactivitylist .importanceOther::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/door_in.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0ae";
	color: #00a795;
}

.recentactivitylist .addcontent::before
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/bricks.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1b3";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .mobiledeviceinfo::before
{
	/*background-image: url(../images/icons16x16/phone_add.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3cd";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .playercomplete::before /* ::before is for the font awesome icons*/
{
	/*background-image: url(../images/icons16x16/flag_green.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f024";
	color: #00a795;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .playeruncomplete::before /* ::before is for the font awesome icons*/
{
	/*background-image: url(../images/icons16x16/flag_red.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f024";
	color: #f15f4a;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .viewuser::before
{
	/*background-image: url(../images/icons16x16/zoom.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .enrolcourse::before
{
	/*background-image: url(../images/icons16x16/report_go.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f274";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .logbrowserdetails::before
{
	/*background-image: url(../images/icons16x16/page_white_gear.png);*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f085";
	color: #202020;
	font-size: 16px;
	padding-right: 6px;
}

.recentactivitylist .editcourse::before
{
	/*background-image: url(../images/icons16x16/page_white_gear.png);*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f085";
    color: #202020;
    font-size: 16px;
    padding-right: 6px;
}

.recentactivitylist .proxylogin::before
{	
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    color: #202020;
    font-size: 16px;
    padding-right: 4px;
}

.scroll-pane
{
	position: relative;
	left: 15px;
	height: 160px !important;
	overflow: auto;
	margin-bottom: 20px;
}

.scroll-content
{
	overflow: hidden;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}

.scroll-content-item span
{
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	text-align: center;
	overflow: hidden;
	height: 28px;
	width: 96px;
	display: block;
	color: white;
	cursor: pointer;
}

.scroll-content li
{
	float: left;
	margin: 0px !important;
	padding: 0px 0px 0px 0px !important;
	height: 150px !important;
	width: 96px !important;
}

.scroll-bar-wrap
{
	text-align: center;
	height: 16px;
	clear: left;
	padding: 0px 4px 0px 0px;
	margin: 0px -1px -1px -1px;
}

.scroll-bar-wrap .ui-slider
{
	border: none !important;
	height: 16px !important;
	margin: 0 auto;
	background-image: url(/skin/D1Hub/images/furniture/checkedgreen.png);
	background-repeat: repeat;
}

.scroll-bar-wrap .ui-handle-helper-parent
{
	position: relative;
	width: 100%;
	height: 16px;
	margin: 0 auto;
	padding: 0;
}

.scroll-bar-wrap .ui-slider-handle
{
	background: #5d8c78 !important;
	border-top: 1px solid #a8d8c4 !important;
	border-left: 1px solid #a8d8c4 !important;
	border-bottom: 1px solid #385448 !important;
	border-right: 1px solid #385448 !important;
	top: 1px !important;
	height: 12px !important;
}

.scroll-bar-wrap .ui-slider-handle .ui-icon
{
	margin: -8px auto 0;
	position: relative;
	top: 50%;
}

.scroll-pane .passedmodule span
{
	color: #0068b2;
	background-image: url(/skin/D1Hub/images/icons16x16/tick.png) !important;
	background-position: 77px 11px;
	background-repeat: no-repeat;
}

.scroll-pane .passedmodule img
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

/* no IE6 version */
.scroll-pane .currentmodule
{
	border-bottom: 1px white dotted;
}

.scroll-pane .currentmodule span
{
	font-weight: bold;
}

.sChartTitle
{
	float: left;
	text-align: right;
	font-size: 12pt;
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	padding: 0px;
	color: #555;
	display: table-cell;
	vertical-align: middle;
}

.sChartNumber
{
	width: 60px;
	color: black;
	float: left;
	height: 28px;
	line-height: 28px;
}

.sPrefSaveButton
{
	clear: both;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	text-align: right;
	margin: 0px 0px 0px 5px;
	padding: 10px; /*position: absolute;     bottom: 45px;     right: 45px;     left: 45px;*/
}

.sPrefSaveButton span
{
	width: 230px;
}

.statheadline
{
	width: 450px;
	height: 35px;
	position: relative;
}

.stattitle
{
	height: 28px;
	float: left;
	font-size: 13pt;
	font-weight: normal;
	margin: 6px 0px 0px 8px !important;
	padding: 0px;
}

.statnumber
{
	height: 28px;
	float: left;
	font-size: 17pt;
	font-weight: bold;
	margin: 2px 10px 8px 5px !important;
	padding: 0px;
}

.statswrapper .leftcol
{
	margin: 0px !important; /*width:215px!important;*/
	width: calc(50% - 40px) !important;
	padding: 0px 10px;
	font-size: 14px;
	float: left;
}
.statswrapper .rightcol
{
	margin: 0px !important; /*width:215px!important;*/
	width: 50% !important;
	padding: 0px 10px;
	font-size: 14px;
	float: right;
}
.statswrapper .rightcol .narrowstatline, .statswrapper .leftcol .narrowstatline
{
	width: Auto !important;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.statswrapper .leftcol .narrowstatline .title, .statswrapper .rightcol .narrowstatline .title
{
	width: 130px !important;
	float: left !important;
	color: black;
}

.statswrapper .leftcol .narrowstatline .number, .statswrapper .rightcol .narrowstatline .number
{
	float: left !important;
	width: 50px !important;
	text-align: right;
	font-weight: bold;
}

.tasklist
{
	list-style: none;
	list-style-type: none;
	text-align: left;
	margin: 5px 10px 10px 5px;
	list-style-position: outside;
	padding: 0px;
}

.tasklist li
{
	background-repeat: no-repeat;
	background-position: 0px 1px;
	cursor: pointer;
	margin-bottom: 4px;
}

.tasklist li a
{
	font-size: 20px;
	background-color: #4e5a5a;
	color: #eee;
	padding: 6px 5px 7px 10px;
	margin: 0 0 0 3px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat !important;
	background-position: 4px 6px !important;
	padding: 6px 5px 7px 10px !important;
	width: auto;
	border-radius: 5px;

	transition: background 0.3s ease, color 0.3s ease;
}

.tasklist li a:hover
{
	background-color: #8e9a9a;
	color: #ffffff;
}

/* for inactive tasks */
.tasklist .inactive a
{
	cursor: pointer;
	background-color: #999;
	border-bottom: 1px dotted #92a1ae;
}

/* overrides based on course state */
.tasklist .notavailable a
{
	color: #808080;
	cursor: default !important;
	background-image: url(/skin/D1Hub/images/icons16x16/cross.png);
}

.tasklist .notstarted a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/clock.png);*/
}

.tasklist .started a
{
	background-image: url(/skin/D1Hub/images/icons16x16/arrow_refresh.png);
}

.tasklist .finished a
{
	background-image: url(/skin/D1Hub/images/icons16x16/accept.png);
}

.tasklist .random a
{
	background-image: url(/skin/D1Hub/images/icons16x16/dice.png);
}

/* overides for particular types of icon */
.tasklist .loggedinusers a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/group_key.png);*/
}

.tasklist .useractivity a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/user_go.png);*/
}

.tasklist .person a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/user_suit.png);*/
}

.tasklist .addperson a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/user_add.png);*/
}

.tasklist .deleteperson a
{
	background-image: url(/skin/D1Hub/images/icons16x16/user_delete.png);
}

.tasklist .coursetemplate a
{
	background-image: url(/skin/D1Hub/images/icons16x16/book_open.png);
}

.tasklist .addcoursetemplate a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/book_add.png);*/
}

.tasklist .deletecoursetemplate a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/book_delete.png);*/
}

.tasklist .courseinstance a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/calendar.png);*/
}

.tasklist .addcourseinstance a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/calendar_add.png);*/
}

.tasklist .deletecourseinstance a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/calendar_delete.png);*/
}

.tasklist .reissuecourseinstance a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/calendar_link.png);*/
}

.tasklist .addmessages a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/email.png);*/
}

.tasklist .deletemessages a
{
	background-image: url(/skin/D1Hub/images/icons16x16/email_delete.png);
}

.tasklist .deletestate a
{
	background-image: url(/skin/D1Hub/images/icons16x16/link_delete.png);
}

.tasklist .group a
{
	background-image: url(/skin/D1Hub/images/icons16x16/bricks.png);
}

.tasklist .assign a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/user_go.png);*/
}

.tasklist .addgroup a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/brick_add.png);*/
}

.tasklist .deletegroup a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/brick_delete.png);*/
}

.tasklist .role a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/group_key.png);*/
}

.tasklist .content a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/bricks.png);*/
}

.tasklist .addcontent a
{
	background-image: url(/skin/D1Hub/images/icons16x16/folder_add.png);
}

.tasklist .ninja a
{
	background-image: url(/skin/D1Hub/images/icons16x16/ninja.png);
}

.tasklist .home a
{
	background-image: url(/skin/D1Hub/images/icons16x16/arrow_up.png);
}

.tasklist .refresh a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/arrow_refresh.png);*/
}

.tasklist .activity a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/chart_line.png);*/
}

.tasklist .feedback a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/text_list_numbers.png);*/
}

.tasklist .searchfeedback a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/magnifier.png);*/
}

.tasklist .advancedsearchfeedback a
{
	background-image: url(/skin/D1Hub/images/icons16x16/application_form_magnify.png);
}

.tasklist .contentsearchfeedback a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/bricks.png);*/
}

.tasklist .addfeedback a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/comment_add.png);*/
}

.tasklist .deletefeedback a
{
	background-image: url(/skin/D1Hub/images/icons16x16/comment_delete.png);
}

.tasklist .editfeedback a
{
	background-image: url(/skin/D1Hub/images/icons16x16/comment_edit.png);
}

.tasklist .showprojects a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/folder.png);*/
}

.tasklist .addproject a
{
	background-image: url(/skin/D1Hub/images/icons16x16/folder_add.png);
}

.tasklist .searchprojects a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/folder_explore.png);*/
}

.tasklist .servererrors a
{
	/*background-image: url(/skin/D1Hub/images/icons16x16/server_error.png);*/
}

.taskscontainer
{
	float: left;
	width: 470px;
	position: relative;
}

.onlineUsersName
{
	display: table-cell;
	vertical-align: middle;
	color: #555;
	font-weight: normal;
}

.leaderboardListPerson
{
	display: table-row;
	width: 100%;
}

.leaderboardListPosition
{
	display: table-cell;
	width: 20px;
	font-size: 15px;
	vertical-align: middle;
	text-align: left;
	color: #555;
	padding-right: 20px;
	position: relative;
}

.leaderboardListPosition img
{
	position: absolute;
	right: 1px;
}

.leaderboardListAvatar
{
	display: table-cell;
	height: 26px;
	width: 26px;
	padding-right: 20px;
}

.leaderboardListName
{
	display: table-cell;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	font-family: 'Source Sans Pro Light';
	color: #555;
	padding-right: 20px;
	min-width: 300px;
}

.leaderboardListScore
{
	display: table-cell;
	width: 40px;
	font-size: 15px;
	text-align: right;
	vertical-align: middle;
	font-family: 'Source Sans Pro Light';
	color: #555;
	padding-right: 5px;
}

.leaderboardListLeader div { font-weight: bold; }
.leaderboardListSecondPlace div { font-weight: bold; }
.leaderboardListThirdPlace div { font-weight: bold; }


.recentActivityListRow
{
	display: table-row;
	width: 100%;
}

.recentActivityListIcon
{
	display: table-cell;
	height: 26px;
	width: 26px;
	vertical-align: middle;
}
.recentActivityListIcon img { padding: 0px 5px; }

.recentActivityListAvatar
{
	display: table-cell;
	height: 26px;
	width: 26px;
	vertical-align: middle;
}
.recentActivityListAvatar img { width: 24px; height: 24px; padding: 0px 1px; }

.recentActivityListText
{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-family: 'Source Sans Pro Light';
	font-size: 16px;
	color: #555;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 400px;
}


/************************
* Specific ID'd styles	*
************************/

#homebanner
{
	background-image: url('../images/furniture/banner_home.png');
}

#preferencesbanner
{
	background-image: url('../images/furniture/banner_prefs.png');
}

#bigbox
{
	margin-top: 15px;
}

#bigbox .gap
{
	position: relative;
	height: 0px;
}

#bigbox .arrow
{
	font-family: Wingdings;
	font-size: 16pt;
	position: absolute;
	left: 220px;
	top: -19px;
	color: #949292;
	z-index: 99;
	color: black;
}

#bigbox .statline
{
	border: 1px silver solid;
	padding: 8px 0px 8px 0px;
	width: 350px;
	margin-left: 55px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #4e5a5a;
	cursor: pointer;
	border-radius: 5px;
}

#bigbox .statline:hover
{
	background-color: #8e9a9a;
}

#bigbox .statline .title
{
	text-align: right;
	float: none;
	display: inline;
	color: White;
}

#bigbox .statline .number
{
	text-align: left;
	margin-left: 0px;
	float: none;
	display: inline;
	position: relative;
	top: 1px;
	color: White;
}

#developerstats
{
	height: 62px;
}

#directorperformancecontainer
{
	width: 480px;
}

#feedbackcontainer
{
	margin-bottom: 15px;
}

#feedbackContent
{
	margin-top: 20px !important;
	margin: 0px;
	padding: 0px;
}

#h2coursetitle
{
	position: relative;
	height: 20px !important;
	margin: 0px !important;
	padding-bottom: 5px;
}

#h2coursetitle #hypBack
{
	position: absolute;
	right: 10px;
	background-position: 4px 1px !important;
	padding: 0px 2px 3px 25px !important;
	background-image: url(/skin/D1Hub/images/icons16x16/arrow_up.png);
	background-repeat: no-repeat;
}

#coursescontainer
{
	float: left;
	width: 240px;
	height: 240px;
	margin-right: 19.5px;
}

#coursescontainer h2 span { 
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform:uppercase;
	/*vertical-align: bottom;*/
}

#lobbycontainer
{
	float: left;
	width: 170px;
	margin-right: 19.5px;
	height: 240px;
}

#lobbystatus
{
	margin: 0px;
	position: relative;
}

#lobbystatus #currentavatar
{
	float: left;
	width: 140px !important;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#lobbystatus #userdetails
{
	float: left;
	margin: -6px 0px 0px 0px;
}

#lobbystatus .formline
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 5px;
	clear: both;
	border-bottom: white dotted 1px;
	font-size: 11px;
	height: 22px;
	width: 280px;
}

#lobbystatus .formline .formlabel
{
	float: left;
	width: 90px !important;
	padding: 0px 0px 0px 10px;
}

#lobbystatus .formline .formvalue
{
	width: 120px !important;
	float: left;
}

#lobbystatus #recentactivity
{
	height: 52px;
}

#lobbystatus #rpActivity
{
	overflow: hidden;
	height: 45px;
}

#lobbystatus #lobbybtns
{
	position: absolute;
	left: 35px;
	top: 140px;
}

#messagescontainer
{
	float: left;
	width: calc(50% - 20px);
	margin-left: 20px;
}

#modules
{
	margin: 4px 5px 0px 5px;
	padding: 0px;
	height: 170px;
}


#modules ul
{
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#modules ul li
{
	margin: 0px;
	padding: 0px;
	width: 105px !important;
	height: 140px !important;
	font-size: 12pt;
	color: Black;
	cursor: pointer !important;
}

#modules ul li img
{
	width: 96px !important;
	height: 96px !important;
	text-align: center;
}

#moduleContents
{
	min-height: 200px;
	margin-bottom: 5px;
}

#moduleContentsWrapper
{
	margin-top: 10px;
	min-height: 180px;
}

#moduleContentsTableWrapper
{
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

/* similar to jquery btn but different size*/
#moduleContentsTableBody tr a, .buttons a, .smallbtn
{
	font-size: 12px;
	border: 1px solid #555;
	background: #ddd !important;
	font-weight: normal;
	color: #333;
	cursor: pointer;
	text-decoration: none;
	min-width: 35px !important;
	padding: 2px;
	display: inline-block;
	text-align: center;
}

#moduleContentsTableBody tr .rp
{
	font-weight: normal !important; /* display:none;  hide for now */
	margin-left: 5px !important;
	width: 50px;
}

#moduleContentsTableBody tr .go
{
	width: 50px;
}

#moduleContentsTableBody tr a:hover
{
	border: 1px solid #0088D2 !important;
}

#moduleContentsTableBody tr a, .smallbtn
{
	height: 13px !important;
}

#moduleContentsTableBody tr a:hover, .buttons a:hover, .smallbtn:hover
{
	border: 1px #aaa solid !important;
}

#moduleTitle
{
	margin: 0px;
	padding: 10px 0px 2px 0px;
	background-image: none;
	font-size: 12px;
	vertical-align: bottom !important;
	clear: both;
	height: 25px;
}

#nomessages
{
	/*font-size: 10px;*/
	padding: 5px;
	text-transform: none;
}

#performancecontainer
{
	float: left;
	width: 470px;
	height: 245px;
	margin: 0px 0px 0px 10px;
}

#performancecontainer .info, #taskworkbenchpanel .info, #portalpanel .info, .info
{
	margin-left: 10px;
}

#performancecontainer .number
{
	font-size: 12pt;
	width: 65px;
	float: left;
	margin-top: 2px;
}

#performancecontainer .statline, #performancemetrics .statline
{
	display: table;
}

#performancecontainer .statline .sChartNumber, #performancemetrics .statline .sChartNumber
{
	display: table-cell;
	float: none;
	height: auto;
	width: 50px;
	padding: 0 5px;
	line-height: normal;
	vertical-align: middle;
	text-align: right;
}

#performancecontainer .statline .sChartTitle, #performancemetrics .statline .sChartTitle
{
	display: table-cell;
	float: none;
	height: auto;
	padding: 0 5px;
	line-height: normal;
	vertical-align: middle;
}

#performancecontainer .statline .sChartBar, #performancemetrics .statline .sChartBar,
#performancecontainer .statline .sChartButton, #performancemetrics .statline .sChartButton
{
	display: table-cell;
	vertical-align: middle;
	padding: 2px 0;
}

#performancecontainer .statline .sChartBar .barchart, #performancemetrics .statline .sChartBar .barchart
{
	margin: 0px;
}

#performancecontainer .statline .sChartButton .reportButton, #performancemetrics .statline .sChartButton .reportButton
{
	margin-top: 0px;
}

#performancecontainer .total, #performancemetrics .total, #studentperformancecontainer .total
{
	font-weight: bold;
}

#recentactivitycontainer
{
	margin: 0px !important;
	position: relative;
}

#scroller .ui-widget-content
{
	background-image: url(/skin/D1Hub/images/furniture/checkedgreen.png) !important;
	background-repeat: repeat !important;
	background-color: #83b29e !important;
}

#statscontainer
{
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#studentperformancecontainer .statline
{
	height: 24px;
	width: 1000px;
	margin: 2px !important;
	clear: both;
}

#studentperformancecontainer .statline #ranknumber
{
	border: none !important;
	color: Red;
}

/*#trainerperformancecontainer, #managerperformancecontainer
{
	width: 600px;
}*/

#trainingcontainer
{
	float: left;
	width: 470px;
	height: 245px;
}

#trainingcontainer p
{
	margin-top: 0px;
}


.reportButton
{
	float: left;
	margin-top: -2px;
}

.reportButton:hover
{
	border: 1px #aaa solid !important;
	background: #ddd;
}

.reportButton span.ui-button-text
{
	padding: 3px;
}

.portalpanel h5
{
	margin: 0px;
	padding: 5px 0px 0px 25px;
	font-size: 12pt;
	font-weight: bold;
	/*color: White;*/
}
#lobbystatus
{
	margin: 10px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.avatarTable
{
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 10px !important;
}

.avatarTableRow
{
	display: table-row;
}

.avatarTableCell
{
	display: table-cell;
	position: relative;
	width: 94px;
	height: 94px;
	/*padding: 10px;*/
	border-radius: 10px;
	box-sizing: border-box;
	border: 0px solid #ccc;
	transition: box-shadow ease 0.2s;
	cursor: pointer;
}


.avatarTableSpacer
{
	display: table-cell;
	width: 94px;
	height: 94px;
}

.avatarTableCellSelected
{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4) inset;
}

.avatarTableStretch
{
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}

.avatarTableCellImg
{
	position: absolute;
	width: 94px;
	height: 94px;  
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
	/*transition: opacity ease 0.3s;*/
}

.avatarTableCellImgHighlighted
{
	display: none;
}

.avatarTableCellSelected .avatarTableCellImgHighlighted
{
	display: block;
}

#searchResultsContainer
{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0px !important;
}



.searchResultsRow
{
	border-bottom: 2px solid black;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.searchResultsRow:last-child
{
	border-bottom: 0px !important;
}

.searchResultsLeftCol
{
	float: left;
	margin: 0px 5px 0px 5px !important;
}

.searchResultsModIcon
{
	width: 48px;
}

.searchResultsMiddleCol
{
	float: left;
	margin: 0px 5px 0px 5px !important;
}

.searchResultsMiddleCol h3
{
	margin: 0px !important;
}

.searchResultsResInfo
{
	font-weight: normal;
	white-space: nowrap;
}

.searchResultsBtnContainer
{
	float: left;
	margin-bottom: 10px !important;
	width: 200px;
	text-align: center;
}

.searchResultsBtnContainer a
{
	display: block;
	width: 145px;
	height: auto !important;
	padding: 5px 0 5px 0 !important;
	margin: 5px auto auto auto !important;
	text-decoration: none;
}

.searchResultsExtraInfo
{
	float: left;
	margin: 0 0 0 68px !important;
}

.searchResultsExtraInfoToggle
{
	background-image: url('../images/icons16x16/search_more.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	cursor: pointer;
}

.searchResultsToggleShow
{
	background-image: url('../images/icons16x16/search_less.png');
}

.searchResultsExtraInfoInner
{
	margin: 5px 0px 0px 20px !important;
}

.searchResultsExtraInfoInner div div
{
	margin: 5px auto 5px 0px;
	/*margin-top: 5px;
	margin-left: 15px;*/
}
.searchResultsExtraInfoInner div div:first-child
{
	margin-left: 0px;
}

.searchResultsPreviewBtn
{
	padding: 5px !important;
	margin-top: 10px !important;
}

.searchResultsPreviewImg
{
	position: absolute;
	top: 8px;
	right: -3px;
}

.searchResultsExtraInfoInner .searchResultsPreviewBtn
{
	width: 100px !important;
}

.searchResultsBreakdownPadding
{
	clear: both;
	height: 1px;
	margin: 0 30px 0 auto !important;
	border-bottom: 1px dashed black;
}

.searchResultsExtraInfoInner>div:last-child .searchResultsBreakdownPadding
{
	border-bottom: 0px;
}

.searchResultsBranding
{
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 10px;
}

.searchResultsBrandingLBG
{
	background-color: green;
	color: white;
}

.searchResultsBrandingTSB
{
	background-color: #14bef1;
	color: white;
}
.searchResultsBrandingCFS
{
	background-color: #00b0df;
	color: white;
}

.searchResultsModuleName
{
	display: none;
}

.searchResultsNotAvailable
{
	color: black;
	font-weight: bold;
}

#btnBackToCourses,
#btnBackToModules
{
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	border-radius: 5px;
	padding: 2px 2px 0px 2px !important;
	transition: background ease 0.5s;
}

#btnBackToCourses span,
#btnBackToModules span
{
	font-size: 10pt !important;
	padding: 1px 2px !important;
}

/*#btnBackToCourses:hover,
#btnBackToModules:hover
{
	background-color: #ddd;
}*/


/* Certificates */
.certificate {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px -4px black;
}

.certificate-title {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
}

.certificate-subtitle {
	clear: left;
	float: left;
	color: #aaa;
}

.certificate-button {
	float: right;
	padding: 13px;
	background-color: green;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.survey-button {
	float: right;
	padding: 13px 0;
	background-color: #b42e34;
	color: white;
	border-radius: 0px;
	cursor: pointer;
	width: 95px;
	text-align: center;
}

.survey-button {
	background-color: #73C6A1;
}

.certificate-downloaded-date {
	float: right;
	text-align: center;
	width: 95px;
}

.certificate-survey-warning {
	float: right;
	color: red;
	width: 100%;
	text-align: center;
}
/******************
	Compliance
******************/

#complianceContainer {
	padding: 5px;
	height: calc(100% + -45px);
	overflow-y: scroll;
	position: fixed;
	width: calc(100% - 12px);
}

.portalpanel #complianceContainer {
	position: initial;
}

#complianceObjectsFilter {
	padding: 5px;
	height: 25px;
	line-height: 24px;
	bottom: 0;
	width: calc(100% - 10px);
}

#btnCollapseAll {
	cursor: pointer;
}

.compliance-object {
	margin-bottom: 5px;
	/*padding: 5px;*/
	border-radius: 5px;
	color: #fff;
	background-color: grey;
	overflow: hidden;
	position: relative;
}

	.compliance-object h2 {
		box-sizing: border-box;
		background-color: #00000030;
		/*margin: -5px -5px 5px -5px;*/
		margin: 0px 0px 5px -5px;
		width: calc(100% + 10px);
		font-size: 16px;
		padding: 5px 5px 5px 15px;
		line-height: initial;
		height: auto;
		text-transform: none;
		border-radius: 0;
	}

	.compliance-object h3, .compliance-object h4 {
		padding: 0;
		margin: 0 0 5px 0;
		text-transform: none;
		font-size: 15px;
		font-style: italic;
		font-weight: normal;
		padding-left:10px;
	}

	.compliance-object h4 {
		font-style: normal;
	}

	.compliance-object .formline {
		margin-bottom: 0px;
	}

.compliance-object:last-child {
	margin-bottom: 0px;
}

.compliance-viewself .compliance-object {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}

.compliance-object-statusbar {
	background-color: #f00; /* change for status */
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 10px;
}
	.compliance-object-statusbar:first-child { left: 0}
	.compliance-object-statusbar:last-child { right: 0}

.compliance-object-details {
	display: inline-block;
	position: relative;
	left: 10px; /* =statusbar width */
	width: calc(100% - 60px); /* statusbar*2 */
	padding: 5px 20px;
}

.compliance-object-details-actions {
	margin-top: 5px;
}

.compliance-object .compliance-collapse-button {
	cursor:pointer;
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: 1;
}

.compliance-viewother .compliance-collapse-button {
	height: 26px;
}

.compliance-object-details-actions,
.compliance-object-rules-section {
	transition: opacity 0.4s;
}

.compliance-object-collapsed .compliance-object-details-actions,
.compliance-object-collapsed .compliance-object-rules-section {
	opacity: 0;
}

.compliance-collapse-button.compliance-object-collapsed:before, 
.compliance-collapse-button.compliance-object-expanded:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);

	content: "\f107";
	transition: transform 0.2s;
}

.compliance-viewself .compliance-collapse-button.compliance-object-collapsed:before,
.compliance-viewself .compliance-collapse-button.compliance-object-expanded:before {
	color: #888;
	right: 20px
}

.compliance-collapse-button.compliance-object-collapsed:before {
	/*content: "\f107";*/
	transform: translateY(-50%) rotate(0deg);
}

.compliance-collapse-button.compliance-object-expanded:before {
	/*content: "\f106";*/
	transform: translateY(-50%) rotate(180deg);
}

.compliance-rule {
	padding: 5px;
	padding-top: 0;
	border-radius: 5px;
	margin: 0 10px 5px 110px;
	background-color: gray;
	overflow: hidden;
}

	.compliance-rule h2 
	{
		margin-top: 0px;
		padding: 5px;
		font-size: 15px;
	}

	.compliance-rule h3
	{
		color: #000;
	}

.compliance-rule-section {
	border: 1px solid #ccc;
	color: #000;
	height: 40px;
	width: calc(15% - 26px); /*198*/
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 20px;
	float: left;
	margin-right: 5px;
}

.compliance-rule-section:first-child {
	line-height: 40px;
	width: calc(55% - 26px); /* 43*/
}
.compliance-rule-section:last-child {
	margin-right: 0px;
	color: #fff;
}

.compliance-object-details-title,
.compliance-rule-section-header {
	font-weight: bold;
}

.compliance-viewself .compliance-rule {
	padding: 0px;
	margin: 0;
	margin-bottom: 5px;
	width: calc(100% - 10px);
	background-color: transparent;
	border-radius: 0px;
	clear: both;
	position: relative;
}

.compliance-viewself .compliance-rule:hover:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background-color: #ccc;
	background-image: linear-gradient(90deg, #ccc, #fff);
	opacity: 0.2;
}

.compliance-viewself .compliance-rule:last-child {
	margin-bottom: 0;
}

.compliance-status-box {
	position: absolute;
	right: 40px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #ccc;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	text-align: center;
	color: #fff;
}

.compliance-dot {
	max-height: 100px;
	max-width: 100px;
}

span.badge.compliance-state-compliant,
span.pill.compliance-state-compliant,
.compliance-user-counter.compliance-state-compliant,
.compliance-status-box.compliance-state-compliant,
.compliance-state-compliant .compliance-object-statusbar,
.compliance-viewother .compliance-state-compliant,
.compliance-dot.compliance-state-compliant,
.compliance-rule-section.compliance-state-compliant {
	background-color: #00a795;
}

span.badge.compliance-state-warning,
span.pill.compliance-state-warning,
.compliance-user-counter.compliance-state-warning,
.compliance-status-box.compliance-state-warning,
.compliance-state-warning .compliance-object-statusbar,
.compliance-viewother .compliance-state-warning,
.compliance-dot.compliance-state-warning,
.compliance-rule-section.compliance-state-warning {
	background-color: #fbb13a;
}

span.badge.compliance-state-noncompliant,
span.pill.compliance-state-noncompliant,
.compliance-user-counter.compliance-state-noncompliant,
.compliance-status-box.compliance-state-noncompliant,
.compliance-state-noncompliant .compliance-object-statusbar,
.compliance-viewother .compliance-state-noncompliant,
.compliance-dot.compliance-state-noncompliant,
.compliance-rule-section.compliance-state-noncompliant {
	background-color: #f15f4a;
}

span.pill {
	padding: 0 5px;
	border-radius: 2rem;
}

span.badge {
	padding: 0 5px;
	border-radius: 5px;
	font-weight: bold;
	background-color: #8e9a9a;
}

.compliance-object-rules-section {
	background-color: #ffffff30;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}

.compliance-pathway {
	position: relative;
}

.compliance-viewself .compliance-pathway {
	margin-bottom: 5px;
}

.compliance-viewself .compliance-pathway:last-child {
	margin-bottom: 0;
}

.compliance-pathway-number {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 10px;
}

.compliance-pathway-indicator {
	position: absolute;
	height: 100%;
	width: 30px;
	border-left: 5px solid #fff;
	border-radius: 10px;
	left: 100px;
}

	.compliance-pathway-indicator:before {
		content: "";
		display: block;
		position: absolute;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #fff;
		left: -13px;
		top: calc(50% - 10px);
	}

.compliance-user-counter {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}

.compliance-notification-container li {
	width: fit-content;
	cursor: pointer;
}

.compliance-notification-container li:hover {
	background-color: #ccc;
}

/*Report styling*/
#monthlyUsageReport {
	overflow-y: auto;
	height: 100%;
	display: block;
}

	#monthlyUsageReport thead th {
		position: sticky;
		top: 0;
	}

	#monthlyUsageReport th, #monthlyUsageReport td {
		padding: 5px;
		width: 33%;
		color: #fff;
		background-color: #4c5b52;
		text-align: center;
	}

	#monthlyUsageReport th {
		background-color: #f58426;
	}

	#monthlyUsageReport td:first-child {
		background-color: #71cbd2;
		text-align: left;
	}

form {
	font-family: 'Source Sans Pro Light';
}

#imgAvatarPreviewContainer {
	height: 200px;
	width: 200px;
	margin: 0 auto;
	border-radius: 50%;
	 overflow: hidden; 
	position: relative;
	margin-bottom: 10px;
}
#imgAvatarPreview {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#pnlError {
	background-color: #d00;
	color: #000;
	font-weight: bold;
	display: table;
	padding: 5px;
	margin-bottom: 5px;
}

/*Mobile styling*/
#messagescontainer { position: relative; }
/*.pref-save-container { width: 50%; }*/

#radioPassScore { width: 255px; }

@media (min-width: 10px) and (max-width: 500px) {

	/*#recentActivityContainer { display: none; }*/
	/*#leaderboardContainer { display: none; }*/
	/*#lobbycontainer { display: none; }*/
	/*#messagescontainer { display: none; }*/
	#pagefootermenu li { padding-left: 4px; }
	.pref-save-container { width: auto; }

}
@media (min-width: 10px) and (max-width: 980px) {

	/*#coursescontainer { position: absolute; }*/
	/*#lobbycontainer { position: absolute; }*/
	/*#messagecontainer { position: absolute; }*/
	/*.row { transition: margin 1s ease; }*/
	.homelink { font-size: 0px; }
	.homelink i { font-size: 20pt; padding: 9px 0; }
	.formline .formconstant { width: 100px; }

	.formline .formvalue input { width: auto; }
	.featurebuttons .formline .formvalue { width: auto; }
	#radioPassScore { width: auto; }
	.formline .formvalue textarea { width: calc(100% - 20px); }
	.formline .formlabel textarea { width: calc(100% - 10px); }
	.formline .formlabel { width: auto; }

}
@media (min-width: 10px) and (max-width: 1444px) {
	#certificatePanel { width: calc(100% - 20px - 580px - 20px - 310px); }
	#avatarpanel { width: 310px; }
}

@media (min-width: 10px) and (max-width: 1270px) {
	#certificatePanel { width: 300px }
	#preferences { width: calc(100% - 20px - 300px - 20px - 310px); }
}