

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
.radio-inline {
	margin-left: 15px;
}

.radio-inline div {
	float: left;
	margin-right: 30px;
}
   
.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}

.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}

.video-js-responsive-container {
    width: 100%;
    position: relative;
}

.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background-color: white;
}

.video-js .vjs-tech {
    top: -2px;
}

.video-js {
    overflow: hidden;
    background-color: white;
}


.navbar-inverse .navbar-nav>li>a {
	color: #c2c2c2;
	font-size: 16px;
}

.header-row {
	margin-top: 40px;
}

.header-row .logo-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.header-row .welcome-text {
	margin-top: 30px;
	font-size: 12px;
	color: #8a8a8a;
	margin-bottom: 20px;
	text-align: justify;
}

.header-row .carousel {
	margin-top: 10px;
}

.start-page-headline {
	font-size: 26px;
}

.header-row .start-page-headline a {
	font-size: 18px;
	color: #8a8a8a;
}

.about-this-service-container {
	text-align: center;
}

.about-this-service-container .about-this-service-video-container {
	max-width: 500px;
    max-height: 282px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.cf-row {
	margin-top: 30px;
}

.cf-row .start-page-headline {
	margin-bottom: 10px;
}

.last-cf-container {
	position: relative;
	margin-bottom: 20px;
}

.last-cf-header {
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.last-cf-container .video-start-button {
	position: absolute;
    right: 0;
    bottom: 0;
}

.cf-item-container {
	margin-bottom: 25px;
}

.content-row {
	margin-top: 20px;
}

.content-row .start-page-headline {
	margin-bottom: 10px;
}

.content-item-container {
	margin-bottom: 20px;
}

.content-item-container img {
	margin-bottom: 10px;
	margin-top: 5px;
}

.content-item-container .course-title {
	font-size: 20px;
	margin-bottom: 5px;
}

.content-item-container .course-description {
	color: #8a8a8a;
	font-size: 12px;
	margin-bottom: 10px;
}

.content-item-container .course-details {
	color: #8a8a8a;
	font-size: 12px;
	margin-bottom: 10px;
}

.content-item-container .course-details .course-start-button {
	float: right;
}

.course-cat-item .course-title {
	font-size: 16px;
	margin-bottom: 5px;
}

.course-cat-item .course-title a {
	color: black;
}

.course-cat-item .course-details {
	width: 100%;
	color: #8a8a8a;
	font-size: 12px;
	margin-bottom: 10px;
}

.course-cat-item .course-details td {
}

.course-cat-item .course-details td.detail-duration {
	width: 27%;
	text-align: left;
}

.course-cat-item .course-details td.detail-chapter-count {
	width: 22%;
	text-align: center;
}

.course-cat-item .course-details td.detail-download-pdf {
	width: 23%;
	text-align: center;
}

.course-cat-item .course-details td.detail-start-button {
	width: 28%;
	text-align: right;
}

.footer-content {
	text-align: center;
	color: black;
}

.footer-content a {
	color: black;
}

.html-chapter-player {
}

.html-chapter-player .chapter-bottom-buttons {
	margin-top: 10px;
}

.html-chapter-player .right-buttons a {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.html-chapter-player .left-buttons {
	float: left;
	margin-bottom: 5px;
}

.html-chapter-player .chapter-header {
	margin-bottom: 10px;
}

.html-chapter-player .chapter-header .chapter-title {
	float: left;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
}

.html-chapter-player .chapter-header .chapter-utility-buttons a {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}

#OwnCourseDisplayPage .GoBackLink {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}


/* CourseChapterComp - old */

#CourseChapterComp {
	float: left;
	width: 1024px;
}

#CourseChapterComp #ChapterHeader {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ededed;
}

#CourseChapterComp #ChapterInfo > #ChapterTitle, #CourseChapterComp > #ChapterTitle {
	font-size: 18px;
	margin-bottom: 10px;
	height: 42px;
	line-height: 42px;
}

#CourseChapterComp #SearchForm {
	float: right;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#CourseChapterComp #SearchForm * {
}

#CourseChapterComp #ShowMainPageLink {
	float: right;
}

#CourseChapterComp #SearchForm INPUT[type=text] {
	width: 150px;
}

#CourseChapterComp #SearchForm SELECT {
	width: 150px;
}

/* chapter index - old */

#CourseChapterComp #ChapterIndex {
	float: left;
	clear: both;
	width: 1024px;
	margin-top: 20px;
}

#CourseChapterComp #ChapterIndex #LeftChapters {
	float: left;
}

#CourseChapterComp #ChapterIndex #RightChapters {
	float: right;
}

#CourseChapterComp #ChapterIndex #ChapterItem {
	height: 43px;
	width: 440px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top 0px;
}

#CourseChapterComp #ChapterIndex #ChapterItem A.ShowChapterIcon {
	width: 50px;
	height: 43px;
	display: block;
	float: left;
	text-decoration: none;
}

#CourseChapterComp #ChapterIndex .StandardChapter A.ShowChapterIcon {
	background-image: url(/ET.woa/Contents/WebServerResources/img/video.png);
	background-repeat: no-repeat;
}

#CourseChapterComp #ChapterIndex .Interaktive A.ShowChapterIcon  { 
	background-image: url(/ET.woa/Contents/WebServerResources/img/interactive.png);
	background-repeat: no-repeat;
	margin-left: 40px;
}

#CourseChapterComp #ChapterIndex .CompetenceFeed A.ShowChapterIcon {
	background-image: url(/ET.woa/Contents/WebServerResources/img/video-cf.png);
	background-repeat: no-repeat;
}

#CourseChapterComp #ChapterIndex #ChapterItem #ShowChapterAttachmentIcon {
	text-decoration: none;
	background-image: url(/ET.woa/Contents/WebServerResources/img/print.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 43px;
	display: block;
	float: left;
}

#CourseChapterComp #ChapterIndex #ChapterItem A.ShowChapterLink {
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	vertical-align: middle;
	display: block;
	float: left;
	width: 300px;
	margin-top: 2px;
	color: #707070;
}

#CourseChapterComp #ChapterIndex #ChapterItem IMG { 
	float: right;
}

.course-nave-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	margin-left: 10px;
}

.course-nave-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.course-nave-button:active {
	position:relative;
	top:1px;
}

.ShowPremiumChapterListLink {
	font-size: 14px;
	color: #8a8a8a;
}

.ShowPremiumChapterListLink:hover {
	color: #8a8a8a;
}


.premium-chapter-list {
	padding-top: 20px;
}

.premium-chapter-list .premium-chapter-item {
	margin-top: 20px;
	margin-bottom: 10px;
}

.EcmTestDisplay .title {
	font-weight: bold;
	font-size: 12px;
}

.EcmTestDisplay .header .title {
	font-weight: bold;
	font-size: 20px;
}

.error, .error * {
	color: red;
}

.course_iframe {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch;
} 

.course_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}