/* ------------------- */
/* DocumentLandingPage */
/* ------------------- */
.DocumentOuterContainer {
    /*
	background-image: url("../common/images/box.shaddow.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #e6e6e6;
	*/
    	padding-top: 48px;
	padding-bottom: 20px;
	right: 0px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
    	margin-left: 64px;
    	font-size: 14pt;
    	color: #455159;
}
.DocumentInnerContainer {
	display: table;
	/* margin: auto; */
	height: 100%;
}
.DocumentSelect {
	background-image: url('images/document.select.png');
	background-position: 0px 0px;
	width: 142px;
	height: 138px;
	float: left;
	cursor: pointer;
	margin-right: 8px;
}
.DocumentSelectIcon {
	clear: both;
	float: left;
	display:block;
	height: 48px;
	width: 48px;
	background-image: none;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -27px;
}
.DocumentSelectIcon .svg {
	display: block;
	width: inherit;
	height: inherit;
}
.DocumentSelectIcon .svg .IconSVG{ fill: #4d4d4d; }
.DocumentSelect:hover .DocumentSelectIcon .svg .IconSVG, .DocumentSelectIcon:hover .svg .IconSVG,
.DocumentSelectIconELearningHover .svg .IconSVG, .DocumentSelectIconAssessmentHover .svg .IconSVG,
.DocumentSelectIconDocHover .svg .IconSVG, .DocumentSelectIconShortInsHover .svg .IconSVG,
.DocumentSelectIconExcercisesHover .svg .IconSVG, .DocumentSelectIconGuidanceHover .svg .IconSVG{ fill: #fd7326; }
.DocumentPane {
	display: block;
	float: left;
	margin-top: 72px;
}
.DocumentPane.HasStartmodes {
	margin-top: 0px;
}
.DocumentSelectTitle {
	clear: both;
	text-align: center;
	margin: 13px 6px 13px 6px;
	font-weight: bold;
}
.DocumentSelectTypes {
	display: block;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
}
.DocumentDescription {
	margin-top: 0px;
	margin-bottom:15px;
	float: left;
	width: 640px;
}
.FileFormatLink {
	margin-right: 3px;
}
/* Resume/Start background layer */
.DocumentContentPlayBg {
	width: 121px;
	height: 72px;
	margin-left: 11px;
	background-image: url('images/document.content.start.bg.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.DocumentContentPlayBg.HasStartmodes {
	display: block;
}
.DocumentContentPlayButton {
	margin-left: 1px;
}
.DocumentContentPlayButton a {
	display: block;
	color: #ffffff;
	width: 117px;
	height: 30px;
	margin: 1px 0px 0px 1px;
	text-align: center;
	line-height: 2;
}
.DocumentContentPlayButton a:link, .DocumentContentPlayButton a:visited, .DocumentContentPlayButton a:active{
	background-color: #4d4d4d;
}
.DocumentContentPlayButton a:hover{
	background-color: #fd7326;
	color: #ffffff;
}
.DocumentContentPlayButtonStart {}
.DocumentContentPlayButtonResume {}
.ELearningResume, .ELearningStart {
	text-transform: uppercase;
}
.DocumentLandingPage .ui-dialog-titlebar .ui-dialog-title {}
.DocumentLandingPage .LandingPageOuterContainer {
	float: left;
	padding:15px;
	padding-right:5px;
}
.LandingPageOuterContainer .mCSB_container{
	margin-right:20px;
}
.LandingPageOuterContainer .mCSB_container.mCS_no_scrollbar{
	margin-right:0px;
}
.LandingPageOuterContainer .mCSB_container .LandingPageInnerContainer{
	width:100%;
}
.LandingPageOuterContainer .CommentSectionOuter {
	display: block;
	float: left;
}
.LandingPageOuterContainer .LayoutSidebar {
	float: left;
	margin-left: 25px;
}
.DocumentLandingPage .SectionSeparator,
.DocumentLandingPage .CommentSection,
.DocumentLandingPage .CommentSection div.CommentEntry,
.DocumentLandingPage .CommentSection div.CommentEntryInput {
	width: 640px;
}
.DocumentLandingPage .CommentSection textarea.CommentTextbox {
	width:568px;
}
.LandingPageOuterContainer .DocumentAppendix,
.LandingPageOuterContainer .DocumentAppendixInner{
	display: block;
	width: 640px;
	float:left;
}
.LandingPageOuterContainer.SoleComments {
	width:930px !important;
}
.LandingPageOuterContainer.SoleComments .CommentSectionOuter,
.LandingPageOuterContainer.SoleComments .CommentSection,
.LandingPageOuterContainer.SoleComments .CommentSection div.CommentEntry,
.LandingPageOuterContainer.SoleComments .CommentSection div.CommentEntryInput,
.LandingPageOuterContainer.SoleComments .DocumentAppendix,
.LandingPageOuterContainer.SoleComments .DocumentAppendixInner{
	width:910px;
}
.LandingPageOuterContainer.SoleComments .CommentSection textarea.CommentTextbox{
	width:837px;
}
.LandingPageInnerContainer {
	display: block;
	float: left;
}
.DocumentLandingPage .mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools{
	background-color: #ffffff;
	padding:0px;
	width:16px;
}
.DocumentLandingPage .mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail{
	width:8px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.DocumentLandingPage .mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.DocumentLandingPage .mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #e6e6e6;
	width:8px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* custom landing page */
.LandingPageTitle{
    color: #455159 !important;
    font-size: 28px !important;
    margin-bottom: 24px !important;
}

.LandingPageMessage{
    color: #455159 !important;
    font-size: 14px !important;
    /* text-align: center !important; */
}

.LandingPageLink{
    font-size: 16px !important;
    color: #455159 !important;
}
.LandingPageLink:hover{
    font-size: 16px !important;
    color: #0066cc !important;
}

.ui-dialog-titlebar{
    visibility: hidden !important;
    display: none !important;
}

.close-button {
    color: #ffffff;
    background-color: #697279;
    border: none;
    border-radius: 5px;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14pt !important;
}

.close-button:hover {
    cursor: pointer;
    background-color: rgba(105, 114, 121, 0.8);
}

.close-button:active {
    background-color: rgba(105, 114, 121, 0.8);
}
