/* *
*	Video Index Page
* */


#resourceTable {
	clear:both;
	padding: 5px;
	margin: 0px auto 20px auto;
	background-color: #e8e8e8;
	width: 996px;
	height: 500px;
	border-radius: 4px;
	position: relative;
}
#resourceList1 {
	float: left;
	position: relative;
	margin: 0px 5px 0px 0px;
	width: 200px;
	height: 100%;
	border-radius: 4px;
	background: white;
	overflow-y: auto;
	overflow-x: hidden;
}
#resourceList2 {
	float: left;
	position: relative;
	margin: 0px 5px 0px 0px;
	width: 300px;
	height: 100%;
	border-radius: 4px;
	background: white;
	overflow-y: auto;
	overflow-x: hidden;
}
#resourceList3 {
	float: left;
	position: relative;
	width: 475px;
	border-radius: 4px;
	background: white;
	overflow-y: auto;
	overflow-x: hidden;
	height:100%;
}
#categoryList {
	margin: 0px;
	padding: 0px;
}
#categoryList li {
	list-style-type: none;
	font-family: "Open Sans", "Helvetica Neue", arial, sans-serif;
	font-weight: bold;
	color: #f18228;
	word-wrap: break-word;
	padding: 10px 13px 10px 10px;
	margin: 1px 0px 2px 0px;
	font-size: 1.5rem;
	cursor: pointer;
	position: relative;
}
#categoryList li:hover {
	background-color: #F18228;
	color: #fff;
}
#categoryList i {
	color: #FFF;
	position: absolute;
	right: 5px;
	top: 11px;
	font-size: 18px;
}
#subCategoryList {
	margin: 0px;
	padding: 0px;
}
#subCategoryList li {
	background-color: #EFEFEF;
	border-radius: 4px;
	margin: 1px 0px 2px 0px;
	padding-top: 4px;
	list-style-type: none;
	font-family: "Open Sans", "Helvetica Neue", arial, sans-serif;
	color: #231f20;
	height: 66px;
	font-size: 17px;
	border: 1px solid #d1d1d1;
	position: relative;
	cursor: pointer;
}
#subCategoryList li:hover, #subCategoryList li:hover h5 {
	background-color: #F18228;
	color: #fff;
}
#subCategoryList i {
	color: #EFEFEF;
	position: absolute;
	right: 5px;
	top: 20px;
	font-size: 18px;
}
#resourcePrevList {
	overflow-y: auto;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}
#resourcePrevList .resourcePrevBox i {
	font-size: 67px;
	color: #bfbfbf;
	visibility: visible;
}
#resourcePrevList .resourcePrevBox img, #resourcePrevList .resourcePrevBox i{
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}
.resourcePrevText h5{
	margin-top: 8px;
}
#resourceTable #resourcePrevList li:hover .resType{
	background-color: #EFEFEF;
	color:black;
}
#previewResourceTable .resourcePrevText h5{
	margin-top: 14px;
}
.catImgBox {
	margin: 0px 0px 0px 4px;
	padding: 0px;
	height: 55px;
	width: 98px;
	background-color: #282828;
	border-radius: 4px;
	text-align: center;
	float: left;
}
.catImgBox img {
	border-radius: 4px;
}
.subCatTitle {
	float: left;
	word-wrap: break-word;
	width: 150px;
	height: 60px;
	position: relative;
	top: 6px;
	padding-left: 7px;
}
#resourcePrevList li {
	background-color: #EFEFEF;
	border-radius: 4px;
	margin: 0px 2px 2px 2px;
	height: 110px;
	list-style-type: none;
	border: 1px solid #e7e7e7;
	cursor: pointer;
	position: relative;
}
#resourcePrevList li:hover, #resourcePrevList li:hover h5, #resourcePrevList li:hover p {
	background-color: #F18228;
	color: #fff;
}
.resourcePrevBox {
	float: left;
	margin: 2px;
	height: 68px;
	width: 120px;
	background-color: #282828;
	margin: 4px 0px 0px 4px;
	text-align: center;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}
.resourcePrevText {
	padding-left: 3%;
	float: left;
	width: 65%;
}
#resourcePrevList p {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	height: 60px;
	overflow:hidden;
	word-wrap: break-word;
}
.resourceSelected {
	background-color: #F18228;
	color: #fff !important;
}
.resourceBoxSelected, .resourceBoxSelected h5 {
	background-color: #F18228 !important;
	color: #fff !important;
}
.norecords {
	background-color: #EFEFEF;
	border-radius: 4px;
	margin: 10px;
	height: 40px;
	list-style-type: none;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	padding: 7px;
	text-align: center;
	font-size: 14px;
}
/* *
*	Video Player Page
* */
#videoBorder {
	background-color: #282828;
	margin: 0px auto;
	padding: 5px 0 5px 0;
	width:780px;
	box-shadow: 0 3px 7px #0E293E;
	position: relative;
	
}

#videoPlayer {
	/* width: 512px;
	height: 288px;
	*/
	width:768px;
	height: 540px;
	background-color: #000;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: 5px;
	cursor: pointer;
	border: 1px solid #0E293E;
}
.imageTitle {
	font-size: 11px;
	font-style: italic;
	color: #999;
	width: 372px;
	padding: 4px;
}
#playButton {
	position: absolute;
	top: 121px;
	left: 0px;
	width: 70px;
	height: 45px;
	cursor: pointer;
}
.videoHeading{
	padding:15px 0px 8px 0px;
}
.videoHeading h1{
	float:left;
	padding:0px 0px 0px 0px;

}
.videoHeading i{
	font-size:22px;
	color:#282828;
	padding-left:7px;
	padding-right:7px;
}
#videoInfo {
	padding-top: 20px;
	width: 100%;
}
.mcq {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-top: 10px;
}
.mcq input {
	position: relative;
	bottom: 0px;
	display: none;
}

.mcq .btn{	
	position:relative;
	float:right;

	top:10px;
}

.mcq p{
	padding-left:10px;
}
.mcq li {
	background-color: #e6e8e9;
}
#mcq_answers {
	counter-reset: c;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#columnTwo .mcq_answers li {
	counter-increment: c;
	list-style-type: none;
	position: relative;
	font-weight: bold;
	border-radius: 20px;
	border:none;
	background: none;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	display: table;
	height: 100%;
}
#columnTwo .mcq_answers li label {
	padding: 0px;
	display: table-row;
	height: 100%;
	margin: 0px;
}

/* .mcq_answers li:before {
	content: counter(c, upper-alpha);
	position: absolute;
	left: -1.4em;
	top: 15px;
}
*/
.correctAnswer{
	display: none;
}

.questionNo{
	border-radius: 20px;
	background-color: #282828;
	color:#fff;
	padding:10px 10px 10px 30px;
	position:relative;

}

.questionNo i{
	position:absolute;
	right:8px;
	top:2px;
	color:#f18228;
	font-size:34px;
}
#questionTitle{
	padding-left:10px;
	font-weight: 600;
}

#uploadMessage{
	text-align:center;
	position:relative;
	top:20px;
	clear:both;
}
.mcqLetter {
	font-family: "Open Sans", "Helvetica Neue", arial, sans-serif;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	font-size: 20px;
	padding: 10px 0px 10px 15px;
	background-color: #f1f1f1;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: table-row;
	height: 100%;
}
.mcqText {
	width: 286px;
	position: relative;
	float: left;
	height: 100%;
	font-weight: normal;
	padding: 10px 0px 10px 15px;
	background-color: #f2f2f2;
	margin-left: 1px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.mcq_answers span {
	font-weight: normal;
}
.selecta div {
	background-color: #f18228 !important;
	color: #fff;
}
.mcq_answers li:hover div {
	background-color: #f18228 !important;
	color: #fff;
}
#mcqResult{
	border-radius: 20px;
	background-color: #282828;
	color:#fff;
	padding:10px 10px 10px 30px;
}
#mcqResult p {
	padding-left: 0px !important;
	margin-left: 0px;
	color:#fff;
}
.success {
	color: #2ad02e;
}

/* *	CHAPTERS */
#videoChapterBorder {
	background-color: #EDEDED;
	margin: 0px auto 1px auto;
	padding: 5px 0 5px 0;
	width: 780px;
	height: 190px;
	box-shadow: 0 3px 7px #0E293E;
	position: relative;
	
}
#videoChapters {
	padding-top: 6px;
	height: 170px;
	margin: 5px 0px 5px 0px;
	width: 20000em;
}
.videoChap {
	margin: 1px;
	width: 160px;
	height: 100%;
	background-color: #DEDFE0;
	border-radius: 4px;
	cursor: pointer;
	float: left;
	transition: background-color .20s ease;
}
.videoChap:hover{
	background-color: #fff;
}
#videoChapters .on{
	background-color: #fff;
}
.chapterImage img {
	margin: 5px 5px 2px 5px;
	width: 150px;
}
.chapterText {
	margin: 30px 0px 0px 0px;
	padding-left: 15px;
	text-align: left;
}
.scrollbox {
	width: 20000em;
}

/*Video Preview Page Styles*/
#previewCategoryTable{
	width:420px;
	float:left;
	margin:5px 0px 5px 5px;	
	min-height: 400px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor:pointer;
}
#previewCategoryTable>h4{
	margin: 10px 12px;
}
#previewResourceTable{
	width:564px;
	min-height:400px;
	margin:5px 5px 0px 0px;
	float:left;	
	position: relative;
	padding: 0px 4px 3px 4px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.previewTable{
	background-color: white;
	border: 10px solid #E8E8E8;
	
}
.previewResourceCat{
	padding: 5px 0px 5px 0px;
	font-size: 16px;
}
#categorySelectList{
	margin-left:0px;
	list-style-type: none;
	padding:10px 6px 0px 6px;
	cursor:pointer;
}
#categorySelectList li{
	padding:5px;
	background-color: #EFEFEF;
	border-radius: 4px;
	margin: 1px 0px 2px 0px;
	list-style-type: none;
	font-family: "Open Sans", "Helvetica Neue", arial, sans-serif;
	color: #231f20;
	min-height: 50px;
	border: 1px solid #e7e7e7;
	position: relative;
	cursor: pointer;
}
#categorySelectList .subCatHiddenList li{
	border:none;
	background-color: none;
	border-radius: 0px;
	background-color: #E8E6E6;
	border: 1px solid #E8E6E6;
	border-radius: 4px;
	text-align: left;
	padding-left: 15px;
}
#categorySelectList i{
	color: #EFEFEF;
}
.previewCatDesc{
	margin-left:5px;
	display:none;
}
.subCatHiddenList{
	display:none;
	list-style-type: none;
	padding:0px;
	font-size: 12px;
}
#categorySelectList>li:hover, #categorySelectList>li>.previewResourceCat:hover >h5, #categorySelectList .previewResourceCat:hover i{
	color: #F18228;	
}
#categorySelectList .openMainCat .previewResourceCat>h5, #categorySelectList .openMainCat i{
	color: #F18228;
}
.openCat .selectedCat h5, .openCat .selectedCat p, .openCat .selectedCat{
	color: #fff!important;
	background-color: #BFBFBF!important;
}
.subCatHiddenList>li:hover, .subCatHiddenList>li:hover h5, .subCatHiddenList>li:hover p{
	color: #fff!important;
	background-color: #BFBFBF!important;
}
.previewResourceCat i{
	float:right;
	position:relative;
	top: -15px;
}
.subCatHiddenList p{
	margin-right:10px;
	font-size: 12px;
}
.previewSubCatIcon{
	float:right;
	display:inline-block;
}
#previewResourceTable #resourcePrevList li:hover, #previewResourceTable #resourcePrevList li:hover h5, #previewResourceTable #resourcePrevList li:hover p {
	background-color: #EFEFEF;
	color:black;
	cursor: default;
}
#previewResourceTable>h4{
	margin:10px 10px;
}
#previewResourceTable>p{
	margin:10px 10px 20px 10px;
}
#subCatDesc{
	font-size: 14px;
}
#resourcePrevList .resType{
	position:absolute;
	top:73px;
	color:#fff;
	left:4px;
	width:96px;
	padding:8px 12px 6px 12px;
	background-color:#BFBFBF;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	
}
.videoStatus{
	position:absolute;
	top:0px;
	color:#fff;
	right:7px;
	padding:1px 12px 3px 12px;
	background-color:#54AAEB;
	border-bottom-left-radius:11px;
	border-bottom-right-radius:11px;
}
/*
*	Resource Search
*/
#resourceSearch{
	
	height:40px;
	width:492px;	
	position:absolute;
	text-align:center;
	top:104px;
	right:19px;
	z-index:100;
}
.searchButtons{
	position:absolute;
	right:1%;
	top:0px;
}
#resourceSearch input{
	border:1px solid #c2c2c2;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	padding:8px 20px;
	width:373px;
	position:relative;
	font-size:1.1em;
}
#resourceSearch button{
	position:relative;
	bottom:1px;	
	z-index:100;
	margin-top:0px;
	padding:8px 20px;	
	font-size:1.2em;	

}
#resetSearch{
	right:2px;
}
#resourceSearch button:hover{
	background-color:#444444;
}
.searchButton i{
	font-size:1.1em;
}
#searchResults{
	position:absolute;
	display:none;
	width:476px;	
	top:102px;
	right:30px;
	z-index:100;
	background-color:#E8E8E8;
	padding-bottom:5px;
}
#searchResults ul{
	margin:0px 0px 0px 0px ; 
	padding:0px;
}
#searchResults li i{
	font-size:15px;
}
#searchResults li{
	list-style-type:none;
	margin:1px 0px 0px 0px;
	padding: 10px 15px 10px 20px;
	background-color: #54AAEB;
	color:#fff;
	width:100%;
	font-size:13px;
	border-radius:3px;
	/*
	opacity: 0.95;
	filter: alpha(opacity=95);
	*/
	cursor:pointer;
}
#searchResults li:hover{
	opacity: 1;
	width:102%;
	padding: 10px 25px 10px 20px;
	background-color:#6ab5ee;
	filter: alpha(opacity=100);	
	box-shadow: -3px 0px 3px #d1d1d1, 3px 0px 3px #d1d1d1;
}
#CPDDirMenu, #jumpToQuestions, #subCatHeading{
	display:none;
}

#jumpToQuestions{
	display:none;
}
#previewSelectIcon{{
	display:none;
}
.playSampleButton i{
	display:none;
}
#previewSelectIcon .closeForm, #previewSelectIcon .openForm{
	display:none;
}

#videoTable1{
	border:1px solid #666;
}
#videoTable1 ul{
	margin:0px;
	padding:0px;
}

#videoTable1 li{
	float:left;
	list-style-type:none;
	width:33%;
	border:1px solid #666;
	height:200px;
}
#videoTable1 .primary{
	width:100%;
	height:300px;
}



