/* Page-specific tab styling */
#tabs {
	}
#tabs p:last-child {
	margin-bottom: 0;
	}

/* Right-hand assets column */
.asset {
	margin-bottom: 10px;
	}
	.asset .title {
		font-weight: bold;
		display: block;
		}
	.asset .asset_controls .form-horizontal .btn:not(.dropdown-toggle),
	.asset .asset_controls .btn:not(.dropdown-toggle) {
		padding: 3px 5px;
		line-height: 14px;
	}
	.asset .asset_controls .btn-required {
		background-color: #D00;
	}
	.asset .description {
		display: block;
		font-size: 12px;
		line-height: 16px;
		margin: 2px 0 6px 0;
		}
	.asset .file:last-child {
		margin-bottom: 0;
		}
	.btn-asset {
		line-height: 14px;
		padding: 3px 5px;
	}
	.btn-asset.disabled {
		max-width: 180px;
		opacity: 0.75;
	}
	.subdescription {
		font-size: 11px;
		line-height: 14px;
		margin: -3px 0 5px;
		padding: 3px 5px;
		background-color: #E8E8E8;
		display: inline-block;
		border: 1px solid #CCC;
		border-radius: 3px;
	}
	.subdescription i {
		margin: 1px -1px -1px 0;
	}

/**********  START TIM'S Product Page CSS ********/

.row-fluid .span12 {
	margin-left: 0px;
}

.tab-content {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  overflow: auto;
  padding: 20px;
  background: #ffffff;
}

.package-tab-content {
	overflow: visible;
}

#tabs {
	border: none;
    margin-bottom: 0px;
}

#tabs.nav-tabs .active a {
	border-bottom: none;
}

.nav-tabs > li {
	margin-bottom: -2px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-bottom: none;
}

.asset.well {
	margin-bottom: 5px;
	background: #ffffff;
}

.pricing {
	margin-bottom: 10px;
}

.pricing.well-small {
	padding: 6px;
}

.productRate.well-small {
	padding: 6px;
}

.productRate.well-small h4 {
	font-size: 13px;
	margin: 0px 0px 3px 0px;
	line-height: 17px;
}

.productRate.well-small p {
	margin-bottom: 3px;
}

.rating-avg-score, .rating-display {
	font-size:13px;
}

.asset.well-small {
	padding: 0px;
	overflow: hidden;
}

#assetKey {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 10.5px;
}

#assetKey h4 {
	margin-top:0px;
}

#assetKey div.statusItem {
	float:left;
	padding-bottom: 5px;
	padding-right: 10px;
	width:70px;
}

#assetKey div.statusItem img {
	cursor: pointer;
	padding: 3px;
	height: 10px;
	width: 10px;
	background-image: none;
	margin-right: 5px;
}

#assets .btn.hideAssets {
	line-height: normal;
	padding: 6px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.asset .title .icon {
	display: none;
}

.asset .innerAsset {
	padding: 0px 34px 9px 9px;
	display: none;
	background: none;
	border: none;
	color: inherit;
	font-size: 14px;
	line-height: 20px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.asset .innerAsset .btn-primary {
	color: #ffffff;
}

.asset .innerAsset button.btn-mini {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 10.5px;
}

.asset .title {
	padding: 9px 34px 9px 9px;
	cursor: pointer;
	margin: 0px;
	border: none;
	background: none;
	color: inherit;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.asset .status {
	border-radius: 0px 3px 3px 0px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
	width: 24px;
	float: right;
	min-height: 20px;
}


.asset .status.span3 {
	margin: 0px;
}

.asset.review .status, .statusItem.review img {
	background-color: #b614b7;
	background-image: url(../images/product-status-icons/complete.png);
}

.asset.complete .status, .statusItem.complete img {
	background-color: #5BB75B;
	background-image: url(../images/product-status-icons/complete.png);
}

.asset.next .status, .statusItem.next img {
	background-color: #008C95;
	background-image: url(../images/product-status-icons/next.png);
}

.asset.optional .status, .statusItem.optional img {
	background-color: #FAA732;
	background-image: url(../images/product-status-icons/optional.png);
}

.asset.disabled .status, .statusItem.disabled img {
	background-color: #666666;
	background-image: url(../images/product-status-icons/locked.png);
}

.statusItem.disabled img {
	opacity: 0.4;
}

.asset.failed .status, .statusItem.failed img {
	background-color: #DA4F49;
	background-image: url(../images/product-status-icons/disabled.png);
}

.asset .quiz_passed {
    color: #5BB75B;
    font-weight: bold;
}

.asset .quiz_failed {
    color: #DA4F49;
    font-weight: bold;
}

.asset .under_review {
	color: #da640e;
	font-weight: bold;
}

.quiz-countdown-wrapper {
  float: left;
  height: 40px;
  position: relative;
  width: 200px;
  background: #000000;
  color: #ffffff;
}

.quiz-countdown-wrapper .hasCountdown {
	border: none;
	background: #000000;
}

.quiz-countdown-wrapper .countdown_amount {
	font-weight: bold;
}

.modal-body label.radio {
    display: inline-block;
}

.modal-footer .save-button.quiz-save {
	float:left;
}

.modal .modal-body .carousel-inner textarea, .modal .modal-body .carousel-inner input[type="text"] {
	box-sizing: border-box;
	width: 100%;
}

.modal .modal-body .carousel-inner input[type="text"] {
	height: 30px;
}

.productLiveDate {
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
}

.product-banner-container {
	margin-bottom: 15px;
}

.asset .asset_controls .audioPlayer .mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none !important;
}

.tabbedAssets .asset .asset_controls .audioPlayer .mejs-controls .mejs-time-rail .mejs-time-float {
	top: -5px;
}

.tabbedAssets .asset .asset_controls .audioPlayer .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner {
	display: none;
}
	
.quizChoice {
	float: left;
	margin-left: -20px;
	font-weight: bold;
	font-size: 18px;
}

.quizChoiceMatching {
	float: left;
	margin-left: -24px;
	font-weight: bold;
	font-size: 18px;
}

/**********  END TIM'S Product Page CSS ********/

/* pricing */

.pricing .title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 3px;
	}
.pricing .btn {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px 0;
	text-align: left;
	}
	.pricing .btn:last-child {
		margin: 0;
		}
	.pricing .btn.disabled {
		opacity: 0.8;
		}

/* Speakers tab */
#speakers {
	margin-top: 15px;
}
.speaker {
	margin: 10px 0;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px dotted #DDD;
	}
	.speaker:first-child {
		padding-top: 0;
		}
	.speaker:last-child {
		border: 0;
		padding-bottom: 0;
		}
	.speaker .photo {
		float: none;
		border: 1px solid #CCC;
		margin-left: 0;
		max-width: 200px;
		width: 100%;
		height: auto;
		box-shadow: 0px 0px 15px #CCC;
		}
	.speaker .name {
		font-size: 22px;
		font-weight: bold;
		margin: -3px 0 5px;
		}
	.speaker .title {
		font-size: 16px;
		margin: 0 0 5px;
		color: #444;
		font-style: italic;
		}
	.speaker .company {
		font-size: 16px;
		margin: 0 0 5px;
		color: #444;
		font-style: italic;
		}	
	.speaker .bio {
		padding: 0;
		margin: 0 0 10px;
		}
		.speaker .bio:last-child {
			margin-bottom: 0;
			}

/* Resources/Handouts tab */
#handouts div.file {
	display: block;
	border: 1px solid #CCE;
	border-bottom: 0;
	background-color: #FAFAFF;
	padding: 10px 10px 10px 15px;
	margin: 0;
	text-decoration: none;
	}
	#handouts div.file:hover {
		border: 1px solid #AAC;
		border-bottom: 0;
		background-color: #EEF;
		text-decoration: underline;
		}
	#handouts div.file:last-child {
		border-bottom: 1px solid #CCE;
		}
#handouts div.file .fa {
	padding-right: 10px;
}

/* Discussion tab */

.discussion_form, .discussion-form {
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
}

#content.asset-discussion {
	background: #ffffff;
	padding:20px;
}

.discussion-intro-text {
	max-height: 100px;
	overflow: auto;
}

.btn-comment-submit {
    margin-top: 5px;
}

ul.comment-list {
    margin:0 0 20px 0;
}

.comment-list li {
	list-style-type: none;
	padding: 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #999;
}

.comment-content, .comment-byline {
    padding-left: 65px;
}

.comment-list .child_post {
	margin-left: 30px;
}

.comment-list .child_post2 {
	margin-left: 60px;
}

/************* HigherLogic Discussion *************/

.hl-discussion-post-title {
	background: #e3e3e3;
	padding: 5px 5px 5px 15px;
}

.hl-discussion-post-container > .well {
	padding-left: 30px;
	overflow: hidden;
}

.hl-discussion-post .innerWell {
	background: #ffffff;
}

.hl-discussion-post .dropdown-menu {
	left: auto;
	right: 0;
}

/* Product Microsite styles*/
.microsite #header {
	font-size: 16px;
	margin: 0px;
	height: auto;
	padding: 20px;
	color: #333333;
	}
.microsite #header table {
	width: 100%;
	}
.microsite #footer {
	padding: 10px 15px;
	margin: 0;
	font-size: 16px;
	height: auto;
	color: #333333;
	}

	.microsite .navbar {
		margin-bottom: 0px;
	}

.microsite .navbar-inner {
	border-radius: 0;
	border-right: 0;
	border-left: 0;
}

.microsite #micrositeOuterContent {
	padding:20px;
}

.microsite #microsite-content .tab-content{
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
}
.microsite #microsite-assets div.well {
	margin: 0px 20px 20px;
}
.microsite .container-inner {
	margin: 30px 0;
	border: 1px solid #DDD;
	box-shadow: 0px 0px 50px #CCC;
}
.pricing-login {
	font-size: 11px;
}
#microsite-cart {
	margin: 0 20px;
}
.navbar-microsite ul.nav li a {
	text-shadow: none !important;
}

.navbar-microsite ul.nav li.active a {
	text-shadow: none !important;
}

.navbar-microsite ul.nav li a:hover {
	text-shadow: none !important;
}
/* end microsite styles */


/************** Product Catalog Styles START **************/

#product_catalog {
	margin: 20px 0px;
}

#product_catalog #catalog-filter dl, .filter-form dl{
	margin-top:0px;
}

#product_catalog #catalog-filter .bootstrap-select:not([class*="span"]), .filter-form .bootstrap-select:not([class*="span"]) {
	width:100%;
}

#product_catalog .filter-form .input-large,
.filter-form .input-append a.add-on.clear-keywords,
.filter-form .input-large, .filter-form .input-append a.add-on.clear-title, #product_catalog .filter-form #datetimepicker1 .add-on, #product_catalog .filter-form #datetimepicker2 .add-on, #product_catalog .filter-form #datetimepicker1 .input-medium, #product_catalog .filter-form #datetimepicker2 .input-medium {
	width: 85%;
	-moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
	height:30px;
}

#product_catalog .filter-form #datetimepicker1 .add-on, #product_catalog .filter-form #datetimepicker2 .add-on {
	width:15%;
}

#product_catalog .filter-form #datetimepicker1 .input-medium, #product_catalog .filter-form #datetimepicker2 .input-medium {
	width:60%;
}

#product_catalog .filter-form #datetimepicker1 .add-on:first-child, #product_catalog .filter-form #datetimepicker2 .add-on:first-child {
	width:25%;
}

#product_catalog .filter-form #datetimepicker1 .add-on i, #product_catalog .filter-form #datetimepicker2 .add-on i {
	display:inline-block;
}

#product_catalog .filter-form .input-append, .filter-form .input-append {
	width: 100%;
}

#product_catalog .filter-form #pricerange1 .add-on, #product_catalog .filter-form #pricerange2 .add-on {
	width:22%;
}

#product_catalog .filter-form #pricerange1 .input-medium, #product_catalog .filter-form #pricerange2 .input-medium {
	width:72%;
}

#product_catalog #catalog-filter .input-append a.add-on.clear-keywords,
.filter-form .input-append a.add-on.clear-keywords,
.filter-form .input-append a.add-on.clear-title {
	width: 15%;
	border-top: none;
	border-bottom: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/*********** Product Purchases Page ***********/

.purchaseProductTable.table-bordered {
  border-width: 0 0 1px;
}

.purchaseProductTable thead tr.tableHeading > th {
  border: none;
  padding: 0;
  text-align: left;
}

.purchaseProductTable tr > td:last-child, .purchaseProductTable tr > th:last-child {
  border-right: 1px solid #dddddd;
}

.purchaseProductTable thead tr.tableDivider th {
  border-width: 1px 0 0;
  padding: 0;
}

.tableDivider hr {
  margin: 30px 0 10px;
}

/***************** Tabbed Asset Layout ***************/

.tabbedAssets [class*="span"] {
	min-height: 0px;
}

.tabbedAssets .asset.well-small {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #000;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.tabbedAssets .asset.disabled {
	opacity: 0.4;
}

.tabbedAssets .asset .status {
  float: left;
  width: 30px;
}

.tabbedAssets .asset .title {
	overflow: hidden;
}

.tabbedAssets .asset .title {
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 0 10px;
}

.tabbedAssets .assetTitle {
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.tabbedAssets .ui-state-active .assetTitle {
  overflow: visible;
  white-space: normal;
  margin-bottom: 5px;
}

.tabbedAssets .assetTitle i {
	color: #000000;
	font-size: 14px;
	width: 16px;
	background-image: url(/scripts/vendor/bootstrap/img/glyphicons-halflings.png);
}

.tabbedAssets .assetTitle i.fa {
	background-image: none;
}

.tabbedAssets .tester [class^="icon-"], tabbedAssets .tester [class*=" icon-"] {
	background-image: url(/scripts/vendor/bootstrap/img/glyphicons-halflings.png);
}

.tabbedAssets .subdescription {
  margin: 5px 0 0;
  width: 100%;
  box-sizing: border-box;
}

.tabbedAssets .asset_controls .btn:not(.dropdown-toggle) {
  box-sizing: border-box;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
  width: 100%;
}

.tabbedAssets .asset_controls .modal .btn:not(.dropdown-toggle) {
	box-sizing: inherit;
	margin-bottom:inherit !important;
	margin-top:inherit !important;
	width: inherit;
}

.tabbedAssets .tester .btn.btn-mini {
  background: none;
  border: none;
  box-shadow: none;
}

.tabbedAssets .tester .btn.testBrowser {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0;
	width: auto;
	color: #000000 !important;
}

.tabbedAssets .tester .btn.addCal {
	float: right;
	margin-bottom: 10px;
	padding: 0;
	width: auto;
	color: #000000 !important;
}

.tabbedAssets .asset_controls .btn-asset.disabled {
	max-width: none;
}

.tabbedAssets .asset_controls .btn-presenter {
  margin-top: 5px;
}

.tabbedAssets .form-horizontal {
  margin-top: 5px;
}

.tabbedAssets .modal .form-horizontal {
  margin-top: 0px;
}

.tabbedAssets .asset_controls input[type="text"], .tabbedAssets .asset_controls input[type="password"] {
  box-sizing: border-box;
  height: 25px;
  width: 100%;
}

.tabbedAssets .asset_controls .modal input {
  box-sizing: inherit;
  height: inherit;
  width: inherit;
}

.tabbedAssets .assetFull {
	width: auto;
	padding: 0px 0px 0px 10px;
	font-size: 13px;
}

#assetKey.tabbedAssets {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  background: none;
}

#assetKey.tabbedAssets div.statusItem {
  padding-right: 20px;
  white-space: nowrap;
  width: auto !important;
}

#assetKey.tabbedAssets div.statusItem img {
	margin-right: 8px;
}

#assetKey.tabbedAssets h4 {
  float: left;
  font-size: 14px;
  margin: 0 20px 0 0;
}

/********** Tabbed Layout Sections **********/

.tabbedAssets .section.well {
	box-shadow: none;
	margin-bottom: 10px;
	background: #ffffff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #000000;
	padding: 0px;
}

.tabbedAssets .section .asset.well {
	border-bottom: none;
	padding: 10px;
	background: #f5f5f5;
}

.tabbedAssets .section .sectionStatus {
  background-color: #666666;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  height: 30px;
  width: 30px;
}

.tabbedAssets .section .sectionStatus.collapsed {
	background-image: url(/images/product-status-icons/plus.png);
}

.tabbedAssets .section .sectionStatus.expanded {
	background-image: url(/images/product-status-icons/minus.png);
}

.tabbedAssets .section .sectionMain .title {
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 0 0 10px;
	cursor: pointer;
	display: inline-block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.tabbedAssets .section .sectionMain {
  border: none;
  margin: 0px;
  background: none;
  padding: 0px;
  color: inherit;
}

.tabbedAssets .section .sectionInner {
	background: none;
	border: none;
	padding: 0px 0px 0px 40px;
	color: inherit;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#content .ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.comment-container {
    width:100%;
	min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

div[id^="acknowledgement_modal"] {
	width: 740px;
	margin-left: -370px;
}

/********** MODAL AND BOOTBOX MODAL Z-INDEX ***********/

.bootbox.modal {
	z-index: 1070;
}

/************* Certificate/Medical Certificate Modals *********/
div[id^="clecredit_modal"] .bootstrap-select, div[id^="medicalcredit_modal"] .bootstrap-select {
	width: 100%;
}

div[id^="clecredit_modal"] .bootstrap-select ul.dropdown-menu, div[id^="medicalcredit_modal"] .bootstrap-select ul.dropdown-menu {
	width: 100%;
}

div[id^="clecredit_modal"] .bootstrap-select .dropdown-menu > li > a > .text, div[id^="medicalcredit_modal"] .bootstrap-select .dropdown-menu > li > a > .text {
	display: inline-block;
	white-space: normal;
	margin-right: 0px;
}

div[id^="medicalcredit_modal"] .modal-body {
	overflow: visible;
}

/************** Live Event Modal ************/
#live_modal .modal-body {
	overflow-y: visible;
}


@media (max-width: 979px) {
	#product_catalog #catalog-filter.span3, .filter-form .span3{
		width: 100%;
	}

	#product_catalog #catalog-list.span9, .filter-form .span9 {
		width:100%;
		margin-left: 0px;
	}
}

@media (max-width: 768px) {
	div[id^="acknowledgement_modal"] {
		width: auto;
		margin: 0;
	}
}