/* ------------------------- */
/*		Standard styles		 */
/* ------------------------- */

body, p, li, a {
	font-family: Arial;
        /* "Segoe UI", Segoe, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
	font-size: 14px;
	color: #1a1a1a;
	line-height:1.4;
	margin:0;
}
h1, h2, h3, h4{
	color: #333333;
}
a, a:link, a:visited, a:active{
	text-decoration: none;
	color: #4d4d4d;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
img {
	border: none;
}
.PropertyTitle{
	color: #5d5d5d;
	font-size:12px;
	padding-bottom:3px;
}
.PropertyValue{
	font-size: 12px;
	font-weight:bold;
}
.InputField{
	font-family: Arial;
        /*"Segoe UI", Segoe, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	line-height: 1.4;
	font-size: 12px;
	padding-left:10px;
	padding-top:1px;
	height:24px;
	font-weight:bold;
	border: 1px solid #d9d9d9;
	margin-bottom:10px;
	resize: none;
}
.InputFieldLocked{
	border: 1px dotted #d9d9d9;
}
.InputFieldLockedIcon{
	display:none;
}
.InputFieldLocked + .InputFieldLockedIcon{
	display:block;
	float: right;
	position: relative;
	margin-top:-32px;
	margin-right: 2px;
}
.button, .button[type="submit"], .button[type="button"], .button[type="reset"],
a.button, a.button:link, a.button:active, a.button:visited{
	border:none;
	background-color: #4d4d4d;
	color: #ffffff;
	white-space: nowrap;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	line-height:28px;
	height:28px;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.button:hover, .button[type="submit"]:hover, .button[type="button"]:hover, .button[type="reset"]:hover, a.button:hover{
	background-color: #fd7326;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.button[type="submit"]:disabled, .button[type="button"]:disabled, .button[type="reset"]:disabled,
.button[type="submit"]:disabled:hover, .button[type="button"]:disabled:hover, .button[type="reset"]:disabled:hover {
	color: #f2f2f2;
	text-shadow: 1px 1px #ffffff;	
	background-color: #d9d9d9;
	cursor:default;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
button.ui-dialog-titlebar-close{
	margin-top:10px !important;
	padding:0px !important;
}
button.ui-dialog-titlebar-close, button.ui-dialog-titlebar-close .CloseButton{
	display: block;
	width:32px !important;
	height:32px !important;
	outline: none;
}
button.ui-dialog-titlebar-close .CloseButton .IconSVG{
	fill: #4d4d4d;
}
button.ui-dialog-titlebar-close:hover .CloseButton .IconSVG{
	fill: #fd7326;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
	display: none !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.CloseButtonContainer{
	display: block !important;
}
div.Section, div.SubSection {
	padding:0;
	width: 100%;
	margin: 0 0 10px;
}
.SectionTitle {
	/* Change */
	font-family: "Segoe UI", Segoe;
	color: #afb0b2;
	font-size: 30px;
	font-weight: bold;
	/* Change end */
	line-height:34px;
	word-wrap: break-word;
	flex-basis: 100%;
	margin: 0 0 25px 185px;
}
.SubSectionTitle {
	color: #333333;
	font-size:14px;
	font-weight: bold;
	line-height:25px;
	word-wrap: break-word;
}
.SectionSeparator {
	display: block;
    	/* Change (2016-02-24, MG) */
    	background-color: #969696;
    	height: 2px;
    	margin: 0px 0px;
    	/* End of Change (2016-02-24, MG) */
	clear: both;
}
.SubSectionSeparator {
	display: block;
	background-color: #e6e6e6;
	height: 1px;
	clear: both;
	margin: 15px 0;
}
.TableItemSeparator {
	display: block;
	background-color: #e6e6e6;
	height: 1px;
	clear: both;
	margin: 5px 0;
}
.SectionSpacer {
	display: block;
	width:100%;
	height: 25px;
	clear: both;
}
.SubSectionSpacer {
	display: block;
	background-color: #e6e6e6;
	height: 2px;
	margin: 0;
	clear: both;
}
.DocumentList{
	padding-top:6px;
	padding-bottom:9px;
}
.SubSectionSwitch .DocumentList{
	padding-top:0;
	padding-bottom:0;
}
.SectionSwitch, .SearchResultSection{
	background-color:#f2f2f2;
	border:13px solid #f2f2f2;
	border-top-width:4px;
	border-bottom-width:4px;
	margin-bottom:15px;
}
.SectionSwitch .SectionTitle, .SubSectionSwitch .SubSectionTitle{
	line-height:28px;
	padding-bottom:0;
	cursor: pointer;
}
.SubSectionSwitch .SubSectionTitle{
	margin-top:8px;
}
.SubSectionSwitch .SubSectionTitle.BoxSwitchShutter{
	border-bottom: none;
}
.SubSectionSwitch .SubSectionTitle.BoxSwitchOpener{
	padding-bottom:2px;
	border-bottom: 2px solid #4d4d4d;
}
.SectionTitle p, .SubSectionTitle p{
	font-size:16px;
	line-height:inherit;
	color:#5d5d5d;
	font-weight:normal;
}
.SectionTitle:hover p, .SubSectionTitle:hover p{
	color:#fd7326;
}
.SubSectionTitle p{
	font-size:13px;
}
.SwitchIcon{
	float:left;	
	height:26px;
	margin-top:2px;
	margin-right:6px;
	width:26px;
	background-color: transparent;
}
.SubSectionSwitch .SwitchIcon{
	width: 22px;
	height: 22px;
	margin-top:4px;
	margin-right:4px;
}
.SwitchIcon .svg{
	height: inherit;
	width: inherit;
}
.BoxSwitchOpener .SwitchIcon .svg .IconSVG, .BoxSwitchShutter .SwitchIcon .svg .IconSVG,
.SectionSwitch .SectionTitle .SwitchIcon .svg .IconSVG, .SubSectionSwitch .SubSectionTitle .SwitchIcon .svg .IconSVG{
	fill: #4d4d4d;
}
.BoxSwitchOpener:hover .SwitchIcon .svg .IconSVG, .BoxSwitchShutter:hover .SwitchIcon .svg .IconSVG,
.SectionSwitch .SectionTitle:hover .SwitchIcon .svg .IconSVG, .SubSectionSwitch .SubSectionTitle:hover .SwitchIcon .svg .IconSVG{
	fill: #fd7326;
}
.BoxSwitchOpener .SwitchIcon .Collapse, .BoxSwitchOpener .SwitchIcon .Collapse,
.BoxSwitchShutter .SwitchIcon .Expand, .BoxSwitchShutter .SwitchIcon .Expand,
.SectionSwitchOpener .SwitchIcon .Collapse, .SubSectionSwitchOpener .SwitchIcon .Collapse,
.SectionSwitchShutter .SwitchIcon .Expand, .SubSectionSwitchShutter .SwitchIcon .Expand{
	display: none;
}
.SectionSwitchOpener .SwitchIcon .Expand, .SubSectionSwitchOpener .SwitchIcon .Expand,
.SectionSwitchShutter .SwitchIcon .Collapse, .SubSectionSwitchShutter .SwitchIcon .Collapse{
	display: block;
}
.BoxSwitchContentClosed, .SectionSwitchContentClosed, .SubSectionSwitchContentClosed{
	visibility: hidden;
	display: none !important;
}
.NodeLink {
	display:block;
	font-size: 14px;
	font-weight: normal;
	padding-bottom:5px;
	padding-right:4px;
}
.NodeLink .EntityClass{
	font-size:11px;
	color: #000000;
	font-weight:normal;
	line-height:1;
	padding-top:4px;
	text-transform:capitalize;
}
.UserAvatar {
	float:left;
	margin:0;
	margin-bottom:-10px;
	height:60px;
	width:60px;
	max-height:60px;
	max-width:60px;
	position: relative;
}
.UserAvatar .UserAvatarImage.svg {
	position: absolute;
	top:-10px;
	left:-10px;
	height:inherit;
	width:inherit;
	max-height:inherit;
	max-width:inherit;
}
.UserAvatar .UserAvatarImage.img {
	position: absolute;
	top:0px;
	left:0px;
	height:50px;
	width:50px;
	max-height:50px;
	max-width:50px;
}


/* ------------------------ */
/*		Common elements		*/
/* ------------------------ */
a.CopyClipboardLink{
	display: block;
	font-size:13px;
	float: left;
}
a.CopyClipboardLink .CopyClipboardIcon{
	display: block;
	width: 22px;
	height: 22px;
}
a.CopyClipboardLink .CopyClipboardIcon .IconSVG,
a.CopyClipboardLink:link .CopyClipboardIcon .IconSVG,
a.CopyClipboardLink:visited .CopyClipboardIcon .IconSVG,
a.CopyClipboardLink:active .CopyClipboardIcon .IconSVG,
a.CopyClipboardLink:focus .CopyClipboardIcon .IconSVG{
	fill:#4d4d4d;
}
a.CopyClipboardLink:hover .CopyClipboardIcon .IconSVG{
	fill:#fd7326;
}
.CopySuccessIcon{
	position:absolute;
	top:-20px;
	background-color:transparent;
	display:none;
	width:48px;
	height:48px;
}
.CopySuccessIcon .svg{
	width:inherit;
	height:inherit;
}
.CopySuccessIcon .svg .IconSVG{
	fill:#fd7326;
}


/* ------------------------ */
/*		Entity box			*/
/* ------------------------ */
.EntityBox {
	display: block;
	margin-bottom:15px;
	background-color: #ffffff;
}
.EntityBox:hover,
.EntityBox:hover .EntityBoxHeader .NewLabelContainer .NewLabelIcon .IconSVG{
	background-color: #5985a1;
	fill: #4d4d4d !important;
}
.EntityBox.process.Disabled:hover .EntityBoxHeader .NewLabelContainer .NewLabelIcon .IconSVG{
	fill: #fd7326 !important;
}
.EntityBox:hover .EntityBoxRating span.RatingBackgroundLayerBlue {
	background-color: transparent;
}
.EntityBox.Disabled{
	background-color: #cccccc;
	cursor:default;
}
.EntityBoxHeader {
	display: block;
	color: inherit;
	vertical-align:top;
	position:relative;
	min-height:30px;
	padding-bottom:5px;
}
.EntityBoxIcon {
	display: block;
	width: 24px;
	height: 24px;
	padding: 6px 7px 5px 6px;
	float: left;
}
.EntityBoxIcon img, .EntityBoxIcon .svg{
	width: inherit;
	height: inherit;
}
.EntityBoxIcon .svg .IconSVG{
	fill:#ffffff;
}
.EntityBoxTitle {
	color: #ffffff;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding-top:6px;
	padding-left:37px;
	line-height:24px;
	word-wrap: break-word;
}
.EntityBoxSocial{
	display:inline-flex;
	padding-top:6px;
	padding-right:4px;
	float:right;
}
.EntityBoxRating {
	white-space:nowrap;
	display:block;
	float: right;
}
.EntityBoxComment{
	float: right;
}
.EntityBoxComment .CommentIcon .IconSVG{
	fill: #ffffff;
}
.EntityBoxContent {
	display: block;
	color: #ffffff;
	text-align: left;
	font-size:14px;
	font-weight:normal;	
	padding-bottom:8px;
	padding-left:36px;
	padding-right:8px;
	word-wrap: break-word;
}


/* ------------------------ */
/*		Tile box			*/
/* ------------------------ */
.TileBoxWrap {
	overflow: hidden;
	margin: 0;
	position:relative;
	width:570px;
}
.TileBoxWrap .SectionSeparator{
	margin-top:17px;
}
.TileBox {
	float: left;
	position: relative;
	width: 182px;
	padding-bottom: 182px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
.TileBoxInner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	overflow: hidden;
}
.TileBox.Color1, .TileBox.Color7, .TileBox.Color13 { background-color: #4d4d4d; /* Blue */}
.TileBox.Color2, .TileBox.Color8, .TileBox.Color14 { background-color: #fd7326; /* Orange */}
.TileBox.Color3, .TileBox.Color9, .TileBox.Color15 { background-color: #b690c1; /* Light Purple */}
.TileBox.Color4, .TileBox.Color10, .TileBox.Color16 { background-color: #74b65b; /* Green */}
.TileBox.Color5, .TileBox.Color11, .TileBox.Color17 { background-color: #fdc207; /* Yellow */}
.TileBox.Color6, .TileBox.Color12, .TileBox.Color18 { background-color: #6b6b6b; /* Grey */}


/* ---------------------------- */
/*		Document link box		*/
/* ---------------------------- */

.DocumentTitleBox:hover .DocumentContentDebugInfo,
.DocumentTitleBox .DocumentContentDebugInfo:hover{
	display:block;
}
.DocumentBox {
	margin-bottom:0;
	font-family: "Segoe UI", Segoe, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.DocumentTitleBox{
	background-color: #4d4d4d;
	font-family:inherit;
	display: block;
	min-height: 32px;
	position:relative;
}
.DocumentTitleBox:after {
	content: "";
	display: table;
	clear: both;
}
.DocumentTitleBox:hover,
.DocumentTitleBox:hover .NewLabelContainer .NewLabelIcon .IconSVG {
	background-color: #fd7326;
	fill: #4d4d4d;
}
.DocumentTitleBoxProgressBarBackground{
	display:none;
}
.DocumentTitleBoxProgressBarBackground.course{
	display:block;
	position:absolute;
	width:100%;
	height:3px;
	left:0;
	bottom:0;
	right:0;
	background-color:#c8ecfe;
}
.DocumentTitleBoxProgressBarBackground.course .ProgressBar{
	display:block;
	height:100%;
	width:0;
	left:0;
	background-color:#74b65b;
}
.DocumentTitle {
	line-height:28px;
	font-size:13px;
	font-family: inherit;
	cursor: pointer;
	color: #ffffff;
	overflow:visible;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-indent: 0;
}
.DocumentTitleInstanceLinks {
	display: inline-flex;
	margin: 0;
	float: right;
	height:29px;
	padding-left:6px;
	border-right:2px solid transparent;
}
a.StartButton,
a.StartButton:link,
a.StartButton:active,
a.StartButton:focus,
a.StartButton:visited{
	/*display: block;
	float: right;
	margin-top:2px;
	margin-right:0px;
	height:56px;
	width:56px;
	background-color:transparent;
	z-index: 9;*/
}
a.StartButton.Standard {
	height: 28px;
	width: 28px;
}
a.StartButton:hover{
	background-color: #ffffff;
}
a.StartButton .TypeIcon{
	height:24px;
	width:24px;
	background-color: transparent;
	margin: 2px;
	position:relative;
	z-index: 9;
}
a.StartButton .TypeIcon .IconSVG,
a.StartButton:link .TypeIcon .IconSVG,
a.StartButton:active .TypeIcon .IconSVG,
a.StartButton:focus .TypeIcon .IconSVG,
a.StartButton:visited .TypeIcon .IconSVG{
	fill:#ffffff;
	z-index: 9;
}
a.StartButton:hover .TypeIcon .IconSVG,
a.StartButton.StartModeOptionsOpener.MenuOpened .TypeIcon .IconSVG{
	fill:#fd7326;
}
a.StartButton.TtInstance{
	width:22px;
	height: 28px;
}
a.StartButton.TtInstance .TypeIcon{
	left:-3px;
}
.DocumentPlayButton{
	position:relative;
	width:22px;
	height:28px;
	display: block;
	float: right;
	margin:0px;
	z-index: 9;
}
.DocumentPlayButton.HasStartmodes a.StartButton.TtInstance.ELearningStart,
.DocumentPlayButton .StartModes a.StartButton.StartModeOptionsOpener{
	display:none;
}
.DocumentPlayButton.HasStartmodes .StartModes a.StartButton.StartModeOptionsOpener{
	display:block;
	cursor:pointer;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:99;
}
.DocumentPlayButton.HasStartmodes .StartModes a.StartButton.StartModeOptionsOpener:hover,
.DocumentPlayButton.HasStartmodes .StartModes a.StartButton.StartModeOptionsOpener:focus,
.DocumentPlayButton.HasStartmodes .StartModes a.StartButton.StartModeOptionsOpener:active,
.DocumentPlayButton.HasStartmodes .StartModes a.StartButton.StartModeOptionsOpener.MenuOpened{
	background-color: #ffffff;
}
.DocumentPlayButton .StartModes .StartModeOptions {
	position:absolute;
	width:90px;
	bottom:28px;
	right:3px;
	display: none;
	outline:3px solid #ffffff;
	z-index:99;
	background-color:#ffffff;
}
.StartModeOptions > li {
	 list-style-image: none !important;
 }
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a,
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:link,
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:visited,
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:active,
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:focus {
	background-color: #4d4d4d;
	display: block;
	color: #ffffff;
	font-size:10px;
	margin: 0px;
	text-align: center;
	line-height: 2;
}
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:hover{
	background-color: #fd7326;
	color: #ffffff;
}
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton.Start {
	margin-bottom: 2px;
}
.DocumentDetailsBox {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	clear: both;
	cursor: default;
	font-family:inherit;	
	background-color:#ffffff;
	width:100%;
}
.DocumentTitleText {
    width: 362px;
}
.DocumentDetailsBox .DocumentInfobar {
	clear: both;
	font-family:inherit;
	position:relative;
	display: block;
	float: left;
	color: inherit;
	background-color: transparent;
	width:120px;
	min-height:8px;
	max-height:32px;
}
.DocumentInfobar .DocumentProgressCaption,
.DocumentInfobar .DocumentProgress,
.DocumentInfobar .CommentCount{
	float: left;
	font-family:inherit;
	color: #5d5d5d;
	font-size:12px;
	line-height: 32px;
	font-weight:bold;
	padding:0;
}
.DocumentInfobar .DocumentProgressCaption{
	padding-left:8px;
}
.DocumentInfobar .DocumentProgress{
	padding-left:3px;
	padding-right:8px;
}
.DocumentInfobar .DocumentComments,
.DocumentInfobar .DocumentRating {
	float: right;
	border:none;
	margin-left:10px;
}
.DocumentInfobar .DocumentComments .CommentIconContainer{
	margin-top:8px;
	width: 20px;
	height: 20px;
}
.DocumentInfobar .DocumentComments .CommentIcon{
	cursor:pointer;
}
.DocumentInfobar.ReadOnly .DocumentComments .CommentIcon{
	cursor:default;
}
.DocumentInfobar .DocumentComments .CommentIcon .IconSVG{ fill: #4d4d4d; }
.DocumentInfobar .DocumentComments .CommentIcon:hover .IconSVG{ fill: #fd7326; }
.DocumentInfobar.ReadOnly .DocumentComments .CommentIcon .IconSVG{ fill: #a6a6a6; }
.DocumentInfobar .CommentCount{
	width:auto;
	margin-left:3px;
	margin-right:7px;
}
.DocumentInfobar .DocumentRating span.RatingContainer span.RatingSpreadingLayer { background-color: #4d4d4d;}
.DocumentInfobar .DocumentRating span.RatingContainer:hover span.RatingSpreadingLayer { background-color: #fd7326;}
.DocumentInfobar.ReadOnly .DocumentRating span.RatingContainer span.RatingSpreadingLayer { background-color: #a6a6a6;}

.DocumentInfobar .DocumentRating .RatingContainer {
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 9px;
}
.DocumentInfobar .DocumentDeeplinkCopy {
	margin: 6px 4px 4px 14px;
	float: right;
}
.DocumentInfobar .DocumentDeeplinkCopy .CopySuccessIcon{
	right:-60px;
}
.DocumentMetadata{
	clear:both;
	display:block;
	width:100%;
}
.DocumentMetadata p{
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	font-family:inherit;
	color: #5d5d5d;
	font-size:12px;
}
.DocumentMetadata p.SearchResultDetails .ExcerptHighlighted em{
	color: #4d4d4d;
	font-weight: bold;
	font-style:normal;
}
.DocumentInstanceFileFormatBar{
	display:block;
	margin-bottom:2px;
	height:26px;
	font-family:inherit;
	position:relative;
	width:100%;
}
.DocumentInstanceFileFormatBar .DocumentInstanceTitle{
	font-family:inherit;
	position:absolute;
	right:95px;
	line-height:26px;
	float:right;
	color: #5d5d5d;
	font-size:12px;
}
.DocumentInstanceFileFormatBar a.FileFormatLink{
	position:absolute;
	right:0;
	width:29px;
	height:26px;
}
.DocumentInstanceFileFormatBar a.FileFormatLink.HTM{ right:0; }
.DocumentInstanceFileFormatBar a.FileFormatLink.DOC{ right:29px; } 
.DocumentInstanceFileFormatBar a.FileFormatLink.PDF{ right:58px; } 
.DocumentInstanceFileFormatBar a.FileFormatLink .FileFormatIcon {
	margin-left:3px;
	margin-right:0;
	margin-top:0;
	height:26px;
	width:26px;
}
.DocumentInstanceFileFormatBar a.FileFormatLink .FileFormatIcon .IconSVG,
.DocumentInstanceFileFormatBar a.FileFormatLink:link .FileFormatIcon .IconSVG,
.DocumentInstanceFileFormatBar a.FileFormatLink:visited .FileFormatIcon .IconSVG,
.DocumentInstanceFileFormatBar a.FileFormatLink:active .FileFormatIcon .IconSVG,
.DocumentInstanceFileFormatBar a.FileFormatLink:focus .FileFormatIcon .IconSVG{
	fill:#4d4d4d;
}
.DocumentInstanceFileFormatBar a.FileFormatLink:hover .FileFormatIcon .IconSVG{
	fill:#fd7326;
}


/* ----------------------------- */
/*		Sidebar Widgets			 */
/* ----------------------------- */
.SidebarSeparator {
	display: block;
	background-color: #e6e6e6;
	height: 1px;
	margin: 15px 0;
	clear: both;
}
.SidebarWidget{
	display:block;
	margin-bottom:20px;
	clear:left;
}
.SidebarWidget .SidebarTitle{
	color: #333333;
	padding-bottom:2px;
	font-size:15px;
	line-height:1;
	font-weight:bold;	
}
.SidebarWidget .SidebarLink{
	font-size:13px;
	cursor:pointer;
}
.SidebarWidget .SidebarText{
	color: #5d5d5d;
	font-size:12px;
	font-weight:normal;
}
.UserInfoWidget {
	min-height:50px;
}
.UserInfoWidget .UserAvatar {}
.UserInfoWidget .UserData {
	padding-left:60px;
}
.UserInfoWidget .UserData .SidebarText{
	line-height:1.6;
}
.UserInfoWidget .UserData .SidebarTitle{
	line-height:1;
	font-size:12px;
	padding-bottom:5px;
}
.CommentWidget .SidebarLink{
	padding-left:0px;
	line-height:1.2;
}
.CommentWidget .SidebarLink .CommentIconContainer{
	width: 20px;
	height: 20px;
	margin-right:7px;
	margin-top:0px;
}
.CommentWidget .SidebarLink .CommentIcon .IconSVG{ fill: #4d4d4d; }
.CommentWidget .SidebarText{
	padding-left:27px;
	padding-top:2px;
}
.CertificateButtonWidget .SidebarTitle{
	line-height:1.8;
}
.DeeplinkCopyWidget{
	position:relative;
}
.DeeplinkCopyWidget .CopyClipboardLink{
	line-height:22px;
	display:block;
	margin-right:48px;
}
.DeeplinkCopyWidget .CopyClipboardLink .CopyClipboardIcon{
	width:24px;
	height:24px;
	margin-left:-3px;
	margin-top:-1px;
	float: left;
	display:block;
	margin-right:6px;
}
.DeeplinkCopyWidget a.CopyClipboardLink .CopyClipboardIcon .IconSVG,
.DeeplinkCopyWidget a.CopyClipboardLink:link .CopyClipboardIcon .IconSVG,
.DeeplinkCopyWidget a.CopyClipboardLink:visited .CopyClipboardIcon .IconSVG,
.DeeplinkCopyWidget a.CopyClipboardLink:active .CopyClipboardIcon .IconSVG,
.DeeplinkCopyWidget a.CopyClipboardLink:hover .CopyClipboardIcon .IconSVG,
.DeeplinkCopyWidget a.CopyClipboardLink:focus .CopyClipboardIcon .IconSVG {
	fill:#4d4d4d;
}
.DeeplinkCopyWidget .CopySuccessIcon{
	right:0px;
}


/* ------------------------------------------------- */
/*		Cover images / Entity-class default images	 */
/* ------------------------------------------------- */
.CoverImage,
.NewsfeedResourceCoverImage {
	display: block;
	float: left;
	margin-right: 15px;
}
.CoverImage .DefaultCoverImage, .CoverImage img.CustomCoverImage,
.NewsfeedResourceCoverImage .DefaultCoverImage, .NewsfeedResourceCoverImage img.CustomCoverImage{
    	/* Change (2016-02-23, MG): change in icon size */
    	width: 128px; /* 105 */
    	height: 128px; /* 148 */
		/* End of Change (2016-02-23, MG): change in icon size */
}
.DefaultCoverImage .IconSVG{
	fill:#cccccc;
}
.NewsfeedEntry a:hover .NewsfeedResourceCoverImage .DefaultCoverImage .IconSVG,
.CourseList a:hover .CoverImage .DefaultCoverImage .IconSVG,
#guideList.Section a:hover .CoverImage.MiniCoverImage .DefaultCoverImage .IconSVG{
	fill:#fd7326;
}
.CoverImage.MiniCoverImage,
.CoverImage.MiniCoverImage img,
.CoverImage.MiniCoverImage .DefaultCoverImage,
.CoverImage.MiniCoverImage img.CustomCoverImage{
	width:50px;
	height:70px;
}
div.NodeMetadata{
	margin-left: 192px;
	max-width: 780px;
	margin-bottom: 91px;
}
div.NodeMetadata .SubSectionTitle {
	font-family: "Segoe UI", Segoe;
	font-size: 24px;
	color: #34383c;
	font-weight: bold;
}
div.NodeMetadata p.MetadataSpacer{
	line-height:1;
}
div.NodeMetadata p.MetadataProperty {
	font-family: "Segoe UI", Segoe;
    font-size: 20px;
    color: #34383c;
	line-height: 25px;
}
div.text_clear_button {
	background:url("images/clear.cross.svg");
	width:11px;
	height:11px;
	margin:0;
	padding:0;
	z-index:2;
	position:absolute;
	cursor:pointer;
	display:none;
}
div.text_clear_button:hover{
	background:url("images/clear.cross.svg");
}
.PagingNavigation{
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
}
.Invisible{
	display: none;
}
.hidden, .Hidden{
	visibility: hidden;
}
.FormatBold{
	font-weight:bold !important;
}

/* ---------------------- */
/* --- error handler --- */
/* ---------------------- */
body.ErrorPage{}
.ErrorMessage p.Errors{
	color: #d8000c;
	font-weight:bold;
}
div#stacktrace {
	margin-top: 5px;
	padding: 10px 5px 5px;
	display:none;
}
button#stacktraceButton{
	margin-top:10px;
}

/* ------------------- */
/* --- search form --- */
/* ------------------- */
.SearchTextbox {
	border:1px solid #4d4d4d;
	height: 22px;
	font-style: normal;
	font-variant: normal;
	width:548px;
	line-height: 1.4;
	padding: 2px 0 2px 10px;
	font-family: inherit;
	color: #4d4d4d;
	font-size:13px;
	font-weight: normal;
	float: left;
	/* 
		The carousel plugin which is needed for the guide previews
		sets the default box-sizing to content-box;
		thus, we need an explicit definition here:
	*/
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.ie7 .SearchTextbox, .ie8 .SearchTextbox {padding: 4px 0 0 10px;}
.SearchTextbox:focus, .SearchTextbox:hover, .SearchSubmit:hover ~ .SearchTextbox, .SearchSubmit:focus ~ .SearchTextbox{
	border:1px solid #4d4d4d;
	color: #4d4d4d;
}
.SearchTextbox:focus{color:#1a1a1a}

/*Autocomplete*/
ul.SearchTextbox {
	background-color:#ffffff;
	height:auto;
}
ul.SearchTextbox.ui-autocomplete .ui-menu-item a.ui-state-active, ul.SearchTextbox.ui-autocomplete .ui-menu-item a.ui-state-focus{
	margin:0 !important;
}
.SearchSubmit{
	border: none;
	height:28px;
	width:26px;
	margin:0;
	margin-left: -26px;
	padding: 0;
	position: relative;
	background-color: transparent;
	cursor: pointer;
	float: right;
}
.SearchSubmit svg.SearchIcon{
	margin: 1px;
	width: 24px;
	height: 24px;
}
.SearchSubmit svg.SearchIcon .IconSVG{
	fill:#4d4d4d;
}
.SearchSubmit:hover svg.SearchIcon .IconSVG{
	fill:#fd7326;
}
input::-ms-clear {
	display: none;
}


/* ---------------------------- */
/*		Menus / Select boxes	*/
/* ---------------------------- */
.MenuOuterContainer{
	position: absolute;
	z-index:250;
	height: 250px;
	border: 2px solid #ffffff;
	background-color: #4d4d4d;
	left:-500px;
	top:-500px;
	padding: 0;
}
#roleSelectOuterContainer.MenuOuterContainer{
	height:auto;
}
.MenuOuterContainer .mCSB_scrollTools{
	max-height:246px;
}
.MenuInnerContainer {
	display: block;
	position:relative;
	float: left;
	width: 100%;
	border-radius: 0;
	outline: medium none;
	border: none;
}
.MenuItem {
	margin: 0;
	position:relative;
	cursor:pointer;
	display:block;
	padding: 0 100px 0 0;
}
a.MenuItemLink, a.MenuItemLink:link, a.MenuItemLink:active, a.MenuItemLink:visited {
	margin: 0 !important;
	padding-left: 6px;
	padding-right: 6px;
	color: #ffffff;
	white-space:nowrap;
	word-wrap:break-word;
	border: none !important;
	border-radius: 0;
	font-weight:normal;
}
a.MenuItemLink:hover {
	background-color:#fd7326;
}
a.MenuItemLink.Active{
	font-weight: bold !important;
}

/* ---------------- */
/* mCustomScrollbar */
/* ---------------- */
.MenuOuterContainer .mCustomScrollBox .mCSB_container{
	margin-right:16px;
}
.MenuOuterContainer .mCustomScrollBox .mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.MenuOuterContainer .mCustomScrollBox .mCSB_scrollTools{
	background-color: #4d4d4d;
	padding-top:2px;
	padding-bottom:0;
	width:14px;
}
.MenuOuterContainer .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail{
	width:12px;
	margin:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-color: #ffffff;
	outline:1px solid #ffffff;
}
.MenuOuterContainer .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar{
	width:12px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-color: #fd7326;
	margin: 0;
}
div.Arrow {
	position:absolute;
	right:10px;
	top:38%;
	width: 0;
	height: 0;
}
div.Arrow.Right {
	border-top: 4px solid transparent;
	border-left: 7px solid #ffffff;
	border-bottom: 4px solid transparent;
}
div.Arrow.Down {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #ffffff;
}
.NewLabelContainer {
	width: 63px;
}
.NewLabelContainer.EntityBox {
	margin-top: 0;
	background-color: transparent;
}
.NewLabelContainer .NewLabelIcon .IconSVG {
	fill:#fd7326;
}
.NewLabelContainer .NewLabelIcon path#letter {
	fill:#ffffff;
}
.NodeLink .NewLabelContainer {
	float: right;
}
.DocumentTitleInstanceLinks .NewLabelContainer {
	margin-top: 5px;
}
.NewLabelGlossary {
	font-size: 11px;
	color: #fd7326;
	float: right;
	line-height: 1.65;
}
.GlossaryEntryBox .Section .NewLabelContainer {
	float:right;
	margin-top: -29px;
}

/* =============== SEW specific =================== */
.CondenseDocumentPlayerBox {
    display: table;
    height: 80px;
    min-width: 1000px;
}

.CondenseDocumentPlayerBoxTitleCell {
    display: table-cell;
    width: 810px;
}

.CondenseDocumentPlayerBoxActionCell {
    display: table-cell;
}

.CondenseDocumentCenterBox {
    display: table-cell;
    vertical-align: middle;
	width: 46px;
}

.CondenseDocumentPlayerBoxTitle {
    float: left;
    width: 810px;

    display: table;
    height: 100%;
}

.CondenseDocumentTitleDocumentPlaceholder,
.CondenseDocumentTitleDocument {
	font-family: "Segoe UI Semibold";
    font-size: 24px;
    color: #34383c;
	line-height: 25px;
	margin-bottom: 20px;
}

.CondenseDocumentTitleDocumentPlaceholder:hover,
.CondenseDocumentTitleDocument:hover {
    /* color: #0066cc; */
    /* cursor: pointer; */
}

.CondenseDocumentSubtitle{
    font-size: 11pt;
    color: #969696;
    margin-top: 5px;
}

.CondenseDocumentLearnType {
    width: 150px;
    float: left;
}

.CondenseDocumentProgress {
	font-family: "Segoe UI", Segoe;
	font-size: 20px;
	color: #2f373a;
    float: left;
	line-height: 25px;
	margin-bottom: 32px;
}

.CondenseProgressBar {
    text-align: right;
	margin-left: 5px;
}

.ProgressCaption{
	margin-left: 20px;
}

.CondenseDocumentActions {
    /* float: left; */
    position: relative;
    top: -11px;
    /*
    position: relative;
    left: 750px;
    top: -85px;
    */
    font-size: 11pt;
    color: #969696;
    display: table;
    height: 100%;
}

.CondenseDocumentActionButton {
    max-width: 46px;
}

/*.CondenseDocumentActionELearningStart,
.CondenseDocumentActionAssessmentStart,
.CondenseDocumentActionGuidanceStart {
    background-color: #697279;
}

.Action_Default_File,
.Action_Katalog,
.Action_PDF,
.Action_Pen_and_Paper,
.Action_PPT,
.Action_Video,
.Action_Word,
.Action_Guidance{
    width: 56px;
    height: 56px;
    background-color: #697279;
    border-radius: 2px;
}

.Action_Default_File:hover,
.Action_Katalog:hover,
.Action_PDF:hover,
.Action_Pen_and_Paper:hover,
.Action_PPT:hover,
.Action_Video:hover,
.Action_Word:hover,
.Action_Guidance:hover,
.CondenseDocumentActionELearningStart:hover,
.CondenseDocumentActionAssessmentStart:hover,
.CondenseDocumentActionGuidanceStart:hover{
    background-color: #878e94;
    border-radius: 2px;
}
.NotStarted:hover{
    background-color: #878e94;
}

.InProgress:hover {
    background-color: #fed700;
}

.Completed:hover {
    background-color: #97e700;
}*/

.NotStarted {
    background-color: transparent;
}

.InProgress .IconSVG .st0,
.InProgress {
    fill: #fed700;
	background-color: transparent;
}

.Completed .IconSVG .st0,
.Completed {
    fill: #97e700;
	background-color: transparent;
}

.st0,
a.StartButton:hover .IconSVG .st1 {
	fill: #fff;
}

a.StartButton:hover .IconSVG .st0,
a:hover .IconSVG .st0 {
	fill: #6e777c;
}

.DocumentTitleInstanceLinks a.StartButton .TypeIcon .IconSVG .st1 {
	stroke: #4d4d4d;
}

.CourseContainer {
}

.OutputContainer {
	flex-basis: 172px;
	display: flex;
	justify-content: end;
	gap: 3px;
}

.DocumentMetadataContainer {
	flex-basis: 780px;
	margin-left: 15px;
	width:2000px;
}

.OutputContainer .IconSVG {
	width: 46px;
	margin-top: -8px;
}

.CourseSectionSpacer {
	height: 2px;
	width: 780px;
	background-color: #afb0b2;
	margin: 0 0 0 189px;
}
.CourseSectionSpacerHide {
	display: none;
}
.CourseSectionContainer {
	display: flex;
	max-width: 1000px;
	flex-wrap: wrap;
	border-left: solid 6px #afb0b2;
	margin-bottom: 50px;
}
.ArrowDown {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #afb0b2;
	margin-top: -70px;
	margin-left: -7px;
	background-color: #ffffff;
}

.CourseClosingSpacer {
	height: 3px;
	width: 26px;
	background-color: #afb0b2;
	margin: -51px 0 0 -10px;
	position: absolute;
}

.OutputSectionSpacer {
	height: 3px;
	background-color: #34383c;
	max-width: 98px;
	width: 100%;
	margin: 14px 10px 0 15px;
}