@font-face {
	font-family: Minion Pro;
	src: url('../fonts/MinionPro-Regular.otf');
}

.gradient-overlay {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/grid-gradient.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 100% 75%;
	/*
	transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	-webkit-transition: background 1s ease-in-out;
	*/
}

#rec-dropdown-icon {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 20px;
	cursor: pointer;
}

.webinar-recording-grid-titleBar {
	height: 60px;
	width: 100%;
	/*background-color: #FFFFFF4D;*/
	line-height: 60px;
	text-align: start;
	padding-left: 5px;
	font-size: 13pt;
	/** testing **/
	display: flex;
	align-items: center;
}

.webinar-recording-grid-show-more {
	line-height: 60px;
	text-align: start;
	padding-left: 5px;
	font-size: 13pt;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.wrapper-opacity {
	padding: 15px 0 35px 0;
	/*background-color: #FFFFFF4D;*/
	overflow: hidden;
}
/*
.webinar-recording-grid-titleBar img {
	vertical-align: middle;
	max-width: 16px;
	cursor: pointer;
	margin-left: 10px;
}
*/
.webinar-recording-grid-titleBar-arrow-icon {
	vertical-align: middle;
	max-width: 16px;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 10px;
}
.webinar-recording-grid-titleBar-live-icon {
	vertical-align: middle;
	float: right;
	max-height: 28px;
	margin-top: 10px;
	margin-right: 20px;
}
#webinarLiveButton {
	height: 30px;
	padding: 5px;
	background-color: #FF0000;
	float: right;
	margin-right: 20px;
	margin-left: auto;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
}
#webinarLiveButton p {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 10px;
	white-space: nowrap;
}
#webinarLiveButton:HOVER {
	background-color: #FF3333;
}

/** Testing slick **/
.webinar-recording-grid-vod-page {
	width: 100%;
	overflow: hidden;
	display:none;
}

.webinar-recordings-list-wrapper {
	display: block;
	overflow: hidden;
}

.webinar-recordings-list-container {
    margin: 0 auto;
    float: left;
}

.webinar-recordings-list-container > .slick-list > .slick-track {
	margin-left: 0;
}

.webinar-recordings-list-arrow {
    width: 40px;
    height: 100%;
    vertical-align: middle;
    float:left;
    cursor: pointer;
}

.webinar-recordings-list-arrow img {
    width: 100%;
}

.webinar-recordings-list-rec-item {
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}

.webinar-recordings-list-rec-item:HOVER .gradient-overlay {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/webinar-play-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.webinar-recordings-list-rec-item img {
    max-width: 100%;
}

.webinar-recordings-list-thumbnail-container {
	position: relative;
	margin-bottom: 5px;
}

.webinar-recordings-list-rec-name {
    color: white;
    /*background-color: #0000004d;*/
    font-size: 16px;
    /*position: absolute;*/
    bottom: 0;
    /*height: 30px;*/
    padding: 4px 2px;
    width: 100%;
    text-align: left;
    z-index: 9;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    line-height: 20px;
    max-height: 40px;
}

.webinar-recordings-list-rec-social {
    color: white;
    font-size: 16pt;
    position: absolute;
    top: 0;
    height: 30px;
    padding: 4px 2px;
    width: 100%;
    text-align: end;
    z-index: 9;
}
.webinar-recording-grid-social-facebook {
	height: 24px;
	width: 24px;
	float: right;
	cursor: pointer;
	margin-left: 5px;
	background-image: url('../images/icon-facebook-24.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.webinar-recording-grid-social-twitter {
	height: 24px;
	width: 24px;
	float: right;
	cursor: pointer;
	margin-left: 5px;
	background-image: url('../images/icon-twitter-24.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.webinar-recording-grid-social-linkedin {
	height: 24px;
	width: 24px;
	float: right;
	cursor: pointer;
	margin-left: 5px;
	background-image: url('../images/icon-linkedin-24.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/** END Testing slick **/

.config-field {
	padding: 10px;
	font-size: 13px;
}

.config-field label {
	font-weight: bold;
}

.config-field input[type="radio"] {
	margin: 10px;
} 

.vod-dropdown {
	float:left;
}

span.customSelect { 
    font:13px sans-serif;
    background:#fff url(http://i48.tinypic.com/2u7rpec.png) right center no-repeat;
    border:1px solid #ddd;
    color:#555;
    padding:8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:175px;
}
.customSelect.customSelectHover {
    border-color:#c7c7c7;
    background-color:#f5f5f5;
}
.customSelect.customSelectFocus {
    border-color:Orange;
}
.customSelect.customSelectOpen {
    border-color:OliveDrab;
}

.customSelect.customSelectChanged {
	-webkit-animation: changed 0.5s;
	-moz-animation: changed 0.5s;
	-ms-animation: changed 0.5s;
	animation: changed 0.5s;
}

.customSelect.customSelectInner {
    font-size:14px;
}
 
 /*
.vod-page div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}*/
 
.vod-header-bar {
	background-color: #00A8E3;
	height: 50px;
	padding: 10px 35px;
	margin: -5px 0;
}

/*
#vodLoader {
	display:none;
	height:30px;
	float:left;
	margin-left:10px;
}
 */

#vodSearch {
	float:right;
	margin-top:0px;
}

#vodSearchField {
  height: 32px;
  width: 300px;
  font-size:13px;
  padding-left:5px;
}

 /*
#selectedGroupName {
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 30px;
	margin: 20px 0;
	padding: 30px 35px;
	text-transform: uppercase;
	display:none !important;
}

#vodItems {
	display:none;
}

.vod-item-grid {
	width:100%;
	min-width: 648px;	 
	text-align:center;	
	color:black !important;
	font-family: "Trebuchet MS";
	background-color: rgb(243, 243, 239);
}

.vod-item-grid-name {
	padding:20px 10px 0px 10px;
	text-align:left;
	overflow:auto;
	color:black !important;
	font-family: "Trebuchet MS";
	font-size:20px;
	text-transform: uppercase;
} 

.vod-thumbnail-card {
	float: left;
	margin: 20px 0px;	 
	position:relative;
	margin-bottom: 3%;	 
}
.vod-cover-card {
	float: left;
	margin: 25px;
	background-color: rgba(0,0,0,0.2);
}

.vod-thumbnail-card:HOVER, .vod-cover-card:HOVER {
	cursor:pointer;
} 

.thumbnail-img {	 
	height: 90%; 
}

.thumbnail-img img {
	border:6px solid #021a40;
}

.cover-img {
	width:200px;	
	height:280px;
	padding:10px 10px 0px 10px;
}

.thumbnail-title {
	font-family: "Minion Pro regular";
	font-size:15px;
	text-align:left;
	position: absolute;
	bottom: -40px;
}

.thumbnail-groups {
	position: absolute;
	bottom: -20px;	
	font-size:11px;
	text-align:left;
	color:grey;
} 

.cover-title {
	margin-top:10px;
	font-size:15px;
	text-align:center;
	padding:0 10px 0px 10px;
}
.thumbnail-description {
	margin-top:5px;
	font-size:13px;
	text-align:left;
	padding:0 10px 10px 10px;
}
.cover-description {
	margin-top:5px;
	font-size:13px;
	text-align:center;
	padding:0 10px 10px 10px;
}

.vod-item-details {
	display:none;
	width:100%;
	 
	text-align:center;
	overflow:auto;
	color:#eaeaea !important;
	font-family: "Trebuchet MS";
}

.page_navigation {
	text-align: center;
	margin-top: 40px;
}

.page_navigation a{
	color: rgb(0, 55, 130);
    font-size: 12px;
    padding-right: 2px;    
}

.active_page {
	text-decoration : underline;
	font-weight: bold;
} 
*/


.vod-player {
	float:left;
	width:520px;
	height:310px;
	padding:20px;
	margin:20px 0;
	background-color:rgba(0,0,0,0.2);
}

#vodVideo {
	float:left;
	width:480px !important;
	height:270px !important;
}

#vodVideo_wrapper {
	width:480px !important;
	height:270px !important;
}

.vod-details {
	float: left;
	margin: 15px 20px;
	padding: 10px 0;
	text-align: left;
	width: 300px;
}

.vod-detail-title {
	font-size:28px;
	font-weight:bold;
	line-height: 30px;
}

.vod-detail-groups {
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
}

.vod-detail-description {
	font-size:16px;
	margin:15px 0px;
	line-height: 18px;
	font-weight:lighter;
}

.vod-detail-tags {
  	font-size: 14px;
}

.vod-detail-comments {
  	font-size: 14px;
  	clear:both;
}

.video-comments {
	 
	padding: 20px 20px 10px 0;
}

.video-comments .comment {
	background: transparent url(../images/comment_bg.png) no-repeat top left;
	padding: 10px !important;
	padding-left: 45px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
}

.video-comments a {
	color:#000;
	text-decoration:none;
}

.video-comments .comment textarea {
	height: 80px;
	margin: 0 auto;
	width: 85%;
}

.comment-author {
	color: #bbb;	
}

.comment-body-text {
	padding: 10px 0 20px 0;
}

.comment-option {
	float: right;
	padding: 0 10px 0 10px;
	margin-top: -10px;
	cursor: pointer;
}

.comment-option-text {
	padding-left: 5px;
}

.video-rating {
	float: right;
	text-align:left;
}

.liferay-rating-vote {
	float: left;
	margin: 20px 0 10px 10px;
}

.liferay-rating-score {
	float: left;
	margin: 20px 0 10px 10px;
}

.liferay-rating-vote span {
	cursor: pointer;
}

@-webkit-keyframes changed {
	0%, 100%{
		-webkit-box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0);
		box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0);
	}
	50%{
		-webkit-box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0.5);
		box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0.5);
	}
}

@-moz-keyframes changed {
	0%, 100%{
		-moz-box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0);
		box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0);
	}
	50%{
		-moz-box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0.5);
		box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0.5);
	}
}

@keyframes changed {
	0%, 100%{
		box-shadow:0px 0px 14px 5px rgba(96,147,196, 0);
	}
	50% {
		box-shadow:0px 0px 14px 5px rgba(96,147,196, 0.5);
	}
}
@-ms-keyframes changed {
	0%, 100%{
		-ms-box-shadow:0px 0px 14px 5px rgba(96,147,196, 0);
		box-shadow:0px 0px 14px 5px rgba(96,147,196, 0);
	}
	50% {
		-ms-box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0);
		box-shadow: 0px 0px 14px 5px rgba(96,147,196, 0.5);
	}
}