/*
    Created on : Feb 21, 2014, 12:05:15 PM
    Author     : Paul Salerno
*/

/**
 * General styles
 */

.no-display {
	display: none;
}

.video-pointer {
	cursor: pointer;
}

.videos-one-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#videos-all h2 {
	margin: 0px;
}

#videos-all .aops-font {
	font-variant: normal;
	font-weight: normal;
}

.intro-message {
	margin-top: 0px;
	font-size: 15px;
}

.links-container {
	width: 50%;
	float: left;
	vertical-align: top;
}

.links-container .video-link a:hover,
.aops-panel .chapter-link a:hover {
	/*	font-weight: bold;*/
	text-decoration: underline !important;
}

.links-container .video-link,
.aops-panel .chapter-link {
	text-indent: -24px;
	padding-left: 34px;
}

.popular-videos {
	font-weight: bold;
}

/**
 * Chapter styles.
 */

.chapter-link {
	padding-top: 15px;
}

.chapter-subtext {
	font-size: 90%;
	margin-left: 10px;
	margin-top: 0px;
}

.chapter-title {
	font-size: 115%;
	font-weight: 600;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 500px;
}

.grey-panel {
	min-width: 890px;
}

/**
 * Thumbnail Styles
 */

.large-play-symbol {
	opacity: 0.85;
	filter: alpha(opacity=85); /* For IE8 and earlier */
	color: #61656e;
	text-decoration: none !important;
}

.links-thumbnail-panel .thumbnail-container .large-play-symbol {
	font-size: 405%;
	position: absolute;
	left: 112px;
	top: 49px;
}

.play-symbol-colored .large-play-symbol {
	color: #ffffff;
}

.links-thumbnail-panel .content {
	min-height: 190px;
}

.thumbnail-view-container {
	position: relative;
	float: right;
	vertical-align: top;
	margin-bottom: 35px;
	margin-right: 15px;
}

.links-thumbnail-panel .video-thumbnail img {
	width: 270px;
	height: 185px;
}

.intro-container h2,
.links-thumbnail-panel h2 {
	font-size: 30px;
}

.links-thumbnail-panel h2 a:hover {
	text-decoration: none !important;
}

.links-thumbnail-panel {
	min-width: 300px;
}

.thumbnail-subtext {
	line-height: 15px;
	text-align: left;
}

.links-thumbnail-panel .thumbnail-container .thumbnail-subtext {
	position: absolute;
	left: 0px;
	top: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 270px;
	text-indent: -24px;
	padding-left: 24px;
	text-decoration: none !important;
}

/**
 * Videos Carousel styles.
 */
#videos-all .aops-scroll-outer {
	height: 250px;
	width: 100%;
	padding-left: 26px;
	padding-right: 26px;
}

#videos-all .aops-scroll-inner {
	height: 270px;
	width: 100%;
	overflow-y: hidden;
}

#videos-all .aops-scroll-bar {
	position: absolute;
	z-index: 10;
	bottom: 0px; /* Default; overwrite me */
	height: 0px; /* Default; overwrite me */
	border-radius: 5px; /* Default; overwrite me */
	background-color: #aaa; /* Default; overwrite me */
}

#videos-carousel-2 {
	height: 245px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#videos-carousel-outer {
	background-color: #ffffff;
	position: relative;
	clear: both;
}

#videos-carousel-2 ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0;
}

#videos-carousel-2 li {
	float: left;
	width: 220px;
	margin-right: 17px;
	margin-left: 17px;
	position: relative;
}

#videos-carousel-outer .arrow-holder {
	height: 100%;
	/*	width: 35px;*/
	width: 23px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;
	z-index: 25;
}

#videos-carousel-outer a.left {
	/*	left: -11px;*/
	left: 0;
}
#videos-carousel-outer a.right {
	/*	right: -13px;*/
	right: 0;
}

#videos-carousel-outer .arrow-holder:active .arrow-icon {
	-moz-opacity: 0.7 !important;
	-webkit-opacity: 0.7 !important;
	opacity: 0.7 !important;
}

#videos-carousel-outer .arrow-icon {
	width: 14px;
	height: 23px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	font-family: AoPS;
	font-size: 23px;
	color: #1b365d;
	background-color: white;
}

#videos-carousel-outer .arrow-icon.left {
	/*	left: 18px;*/
	left: 8px;
}
#videos-carousel-outer .arrow-icon.right {
	left: 4px;
}

#videos-carousel-outer .arrow-holder.disabled {
	opacity: 0.3;
}

#videos-carousel-outer .carousel-thumbnails .carousel-thumbnail-img {
	height: 150px;
	width: 100%;
	border-style: solid;
	border-width: 10px;
	border-color: #ffffff;
}

#videos-carousel-outer .carousel-thumbnails .highlighted-thumbnail {
	border-color: #1b365d;
	color: #1b365d;
	font-weight: bold;
}

.carousel-thumbnails .large-play-symbol {
	font-size: 300%;
	position: absolute;
	left: 93px;
	top: 51px;
}

.carousel-thumbnails .thumbnail-subtext {
	text-indent: -24px;
	padding-left: 34px;
	padding-top: 5px;
}

#videos-carousel-outer .carousel-thumbnails {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

/**
 * Video Navigator styles (other than the carousel).
 */

.video-navigator {
	/*	width: 800px;*/
	width: 978px;
	max-width: 100%;
	min-width: 290px;
	/*box-shadow: 5px 5px 10px #888888;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.video-navigator-subject {
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	background-color: #1b365d;
	padding: 0 8px;
}

.video-navigator-left-button {
	float: left;
	padding-right: 8px;
}

.video-navigator .video-navigator-left {
	float: left;
	position: relative;
	width: 58%;
}

.video-navigator .no-left-chapter {
	padding-left: 8px;
}

.video-navigator .no-right-chapter {
	padding-right: 8px;
}

.video-navigator-chapter .video-navigator-left {
	border-right: 1px solid #e5fbcc;
}

.video-title-button,
.video-navigator-right-button {
	float: right;
	padding-left: 8px;
}

.video-alcumus a {
	color: #ffffff;
}

.video-alcumus a:hover {
	text-decoration: none;
}

.video-title-button {
	padding-right: 8px;
}

.video-navigator-chapter-switcher {
	font-size: 22px;
	padding: 0 8px;
}

.video-navigator-chapter,
.video-navigator-chapter a {
	color: #e5fbcc;
	font-size: 13pt;
	font-weight: bold;
}

.video-navigator-chapter {
	background-color: #009fad;
	color: #ffffff;
	height: 34px;
	line-height: 34px;
	padding-right: 8px;
}

.video-navigator-subject-dropdown {
	display: table;
}

.video-navigator-subject-menu {
	position: absolute;
	background-color: #1b365d;
	left: 0px;
	z-index: 120;
	display: none;
}

.video-navigator-subject .open {
	display: block;
}

.video-navigator-subject-menu .menu-item {
	display: block;
	padding: 2px 10px;
	color: #fff;
	font-size: 13pt;
	width: 210px;
}

.video-navigator-subject-menu .menu-item:last-child {
	border-width: 0;
}

.video-navigator-subject-menu .menu-item:hover {
	color: #7cd5dc;
}

/**
 * Embedded video page styles
 */

#embedded-video-intro {
	margin-bottom: 15px;
}

#embedded-video-title-bar {
	color: #ffffff;
	height: 41px;
	line-height: 41px;
	padding: 0 8px;
	background-color: #1b365d;
	width: 978px;
	max-width: 100%;
}

#embedded-video-title-bar div {
	display: inline-block;
}

#embedded-video-title-bar .aops-font {
	font-size: 13pt;
}

#embedded-video-title {
	font-weight: bold;
	font-size: 16px;
}

.has-alcumus-button {
	width: 80%;
}

.no-alcumus-button {
	width: 89%;
}

#embedded-video-container {
	/*box-shadow: 5px 5px 10px #888888;*/
	width: 800px;
	margin-left: 89px;
	margin-bottom: 15px;
	max-width: 100%;
}

#embedded-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#embedded-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
