/* v1 - 2025-02-23 */

.select2-selection__rendered {
	text-align: left;
}
.select2-results__option {
	padding: 14px 6px;
}
.select2-selection__rendered img {
	display: none;
}	
.select2-container.select2-container--open UL LI .option-image {
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 80px;
}
.select2-container.select2-container--open UL LI .option-label {
	display: none;
}

.library-data {
	display: none !important;
}


#type-filter-container {
	visibility: hidden;
}	

#partner-filter-container {
	visibility: hidden;
}	
#partner-filter {
	width: 260px;
}


.library-filters {
	display: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.library-filters .filter-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 15px;
}

.library-filters .filter-label {
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #666666;
}

.library-filters .filter-dropdown {
	width: 100%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
}

.library-loader {
	display: block;
	padding: 30px 0;
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
}

.library-cards {
	display: none;
}
.no-cards-visible {
	display: none;
	margin: 0 30px 20px 30px;
	padding: 20px 0;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	background-color: #F6F6F6;
}
.no-cards-visible p:first-child {
	font-style: italic;
}
.no-cards-visible a:before {
	position: relative;
	top: 3px;
	font-family: Glyphicons Halflings;
	content: "\e088";
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	margin-right: 5px;
	opacity: 0.8;
}
.no-cards-visible a:hover {
	text-decoration: none !important;
}


.library-card {
	background-color: #FFFFFF;
	width: 95%;
	margin: 0 auto 20px auto;
	text-align: left;
	border: 1px solid #BBBBBB;
	border-radius: 8px;
	padding: 14px;
	box-shadow: 0px 4px 6px #CCCCCC;
}

.library-card {
	transition: box-shadow 0.3s ease-in-out;
}

.hilite-glow {
	box-shadow: 0 0 15px rgba(249, 81, 0, 1);
}


.library-card .side-left .thumbnail {
	margin: 0;
}


.library-card .top-bar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.library-card .type {
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #999999;
	font-size: 0.9em;
}
	
.library-card .featured {
	display: none;
	margin-left: auto;
	margin-right: 8px;
	padding: 3px 8px;
	border-radius: 6px;
	background-color: #67ab8a;
	color: #FFFFFF;
	font-size: 12px;
}    

.library-card .tools {
	float: right;
	display: flex;
}
.library-card .tools > div {
	width: 18px;
	cursor: pointer;
}
.library-card .tools .favorite.selected i {
	color: #FB5E2D;
}
.library-card .tools .favorite:hover {
	color: #FB5E2D;
}
.library-card .tools .favorite > i {
	padding: 0 4px;
}
.library-card .tools .more:hover {
	color: #FB5E2D;
}
.library-card .tools .more > i {
	padding: 0 4px;
}
.library-card .tools .more .dropdown-menu {
	left: auto !important;
	right: 0 !important;
	animation: 0.25s library-card-menu-slideup;
	font-size: 0.9em;
	min-width: 130px;
}

@keyframes library-card-menu-slideup {
  from {
	opacity: 0;
	transform: translateY(10%);
  }

  to {
	opacity: 1;
	transform: translateY(0);
  }
}


.library-card .tools .more .dropdown-menu a {
	text-decoration: none;
	color: #333333 !important;
	padding: 3px 10px;
}
.library-card .tools .more .dropdown-menu a > i {
	margin-right: 5px;
	color: #AAAAAA !important;
}
.library-card .tools .more .dropdown-menu a:hover {
	color: #D0461C !important;
}
.library-card .tools .more .dropdown-menu a:hover > i {
	color: #333333 !important;
}
	
.library-card .main .title {
	font-size: 1.6em;
	line-height: 1em;
}

.library-card .main .summary {
	font-size: 1em;
	padding-top: 10px;
	color: #666666;
}

.library-card .action .btn {
	min-width: 90px;
}

.library-card .tags {
	font-size: 0.95em;
	color: #666666;
	align-items: center;
}
.library-card .tags:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	content: "\f02c";
	margin-right: 5px;
	opacity: 0.6;
}
.library-card .tags:empty {
	display: none;
}
.library-card .bottom .sponsor img {
	max-width: 150px;
	max-height: 80px;
}



.library-card.layout-balanced {
	display: flex;
	flex-wrap: wrap;
}
.library-card.layout-balanced .side-left {
	min-width: 220px;
}
.library-card.layout-balanced .side-left .thumbnail {
	width: auto;
	min-height: 180px;
	margin: 5px 10px 10px 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px;
	transition: background-position 0.5s, background-size 0.95s, transform 0.5s, box-shadow 0.5s;
}
.library-card.layout-balanced:hover .side-left .thumbnail {
	background-position: -80px -30px;
	background-size: 400px;
	transform: rotate(3deg);
	box-shadow: 5px 5px 8px 0px #999999;
}    

.library-card.layout-balanced .side-right {
	padding-left: 8px;
}

.library-card.layout-balanced .main {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.library-card.layout-balanced .main .tags {
	margin-top: auto;
	width: 100%;
}
.library-card.layout-balanced .bottom {
	width: 100%;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.library-card.layout-balanced .bottom > div {
	flex-grow: 0;
}
.library-card.layout-balanced .bottom .action {
	flex-grow: 1;
}
.library-card.layout-balanced .bottom .sponsor {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.library-card.layout-balanced .main {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.library-card.layout-balanced .side-left {
		margin: 0 auto 20px auto;
	}
}



.library-card.layout-webinar {
	display: flex;
	flex-wrap: wrap;
}
.library-card.layout-webinar .side-right {
	min-width: 220px;
}
.library-card.layout-webinar .side-right .thumbnail {
	width: auto;
	min-height: 180px;
	margin: 5px 10px 10px 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px;
	transition: background-position 0.5s, background-size 0.95s, transform 0.5s, box-shadow 0.5s;
}
.library-card.layout-webinar:hover .side-right .thumbnail {
	background-position: -80px -30px;
	background-size: 400px;
	transform: rotate(3deg);
	box-shadow: 5px 5px 8px 0px #999999;
}    

.library-card.layout-webinar .side-left {
	padding-right: 8px;
}

.library-card.layout-webinar .main {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.library-card.layout-webinar .main .tags {
	margin-top: auto;
	width: 100%;
}
.library-card.layout-webinar .bottom {
	width: 100%;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.library-card.layout-webinar .bottom > div {
	flex-grow: 0;
}
.library-card.layout-webinar .bottom .action {
	flex-grow: 1;
}
.library-card.layout-webinar .bottom .sponsor {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.library-card.layout-webinar .main {
		flex-wrap: wrap;
	}
	.library-card.layout-webinar .side-right {
		margin: 0 auto 20px auto;
	}
}



.library-card.layout-image {
	display: flex;
	flex-direction: column;
}
.library-card.layout-image .main {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.library-card.layout-image .main .tags {
	margin-top: auto;
	padding-top: 5px;
	width: 100%;
}
.library-card.layout-image .side-right {
	min-width: 50%;
}
.library-card.layout-image .side-right .thumbnail {
	width: 95%;
	min-height: 180px;
	margin: 5px 10px 10px 5px;
	background-repeat: no-repeat;
	background-position: center;     
	background-size: 380px;
	transition: background-position 0.5s, background-size 0.95s, transform 0.5s, box-shadow 0.5s;
}
.library-card.layout-image:hover .side-right .thumbnail {
	background-position: -40px -30px;
	background-size: 550px;
	transform: rotate(2deg);
	box-shadow: 5px 5px 8px 0px #999999;
}    

.library-card.layout-image .side-right {
	padding-left: 8px;
}

.library-card.layout-image .bottom {
	padding-top: 5px;
	padding-left: 5px;
	display: flex;
	align-items: center;
	width: 100%;
}
.library-card.layout-image .bottom > div {
	flex-grow: 0;
}
.library-card.layout-image .bottom .action {
	flex-grow: 1;
}
.library-card.layout-image .bottom .sponsor {
	text-align: right;
}
	
@media only screen and (max-width: 768px) {
	.library-card.layout-image .main {
		flex-wrap: wrap;
	}
	.library-card.layout-image .side-right {
		margin: 10px auto 0 auto;
	}
}


.library-card.layout-video {
	display: flex;
	flex-direction: column;
}
.library-card.layout-video > div {
	display: flex;
}

.library-card.layout-video .side-right {
	min-width: 50%;
}

@media only screen and (max-width: 768px) {
	.library-card.layout-video .side-right {
		min-width: 100%;
	}
}

.library-card.layout-video .thumbnail {
	width: 95%;
	min-height: 180px;
	margin: 5px 10px 10px 5px;
	background-repeat: no-repeat;
	background-position: center;     
	background-size: 380px;
	transition: background-position 0.5s, background-size 0.95s, transform 0.5s, box-shadow 0.5s;
	display: block;
	align-items: center;
	justify-content: center;
}
.library-card.layout-video:hover .thumbnail {
	background-position: -40px -30px;
	background-size: 550px;
	box-shadow: 5px 5px 8px 0px #999999;
	cursor: pointer;
}    
	
.library-card.layout-video .thumbnail > img {
	max-width: 126px;
	max-height: 92px;
	width: auto;
	height: auto;
	opacity: 0.77;
	transition: opacity 0.3s;
}
.library-card.layout-video .thumbnail:hover > img {
	opacity: 1;
}
	
.library-card.layout-video .inner {
	display: flex;
	flex-direction: column;
}

.library-card.layout-video .type {
	margin-left: 8px;
}

.library-card.layout-video .main {
	padding-left: 8px;
}

.library-card.layout-video.layout-wide .main {
	flex-wrap: wrap;
}	

.library-card.layout-video.layout-wide .main .inner {
	min-width: 100%;
}		

@media only screen and (max-width: 768px) {
	.library-card.layout-video .main {
		flex-wrap: wrap;
	}
}


.library-card.layout-video .main .tags {
	margin-top: auto;
	width: 100%;
}
.library-card.layout-video .bottom {
	padding-top: 5px;
	padding-left: 5px;
	display: flex;
	align-items: center;
	width: 100%;
}
.library-card.layout-video .bottom > div {
	flex-grow: 0;
}
.library-card.layout-video .bottom .action {
	flex-grow: 1;
}
.library-card.layout-video .bottom .sponsor {
	text-align: right;
	margin-left: auto;
}


.library-card.layout-video[data-video-provider='file'] .bottom .action {
	display: none;
}

.library-card.layout-video .action a.btn > i {
	font-style: normal;
}
.library-card.layout-video[data-video-provider='youtube'] .action a.btn > i:before {
	font-family: 'FontAwesome';
	content: '\f16a';
	margin-left: 8px;
	font-size: 18px;
}

.library-card.layout-video[data-video-provider='vimeo'] .action a.btn > i:before {
	font-family: 'FontAwesome';
	content: '\f194';
	margin-left: 8px;
	font-size: 18px;
}
																	
																	


.library-card.layout-text {
	display: flex;
	flex-direction: column;
	padding-left: 19px;
}
.library-card.layout-text .tags {
	padding-top: 10px;
	width: 100%;
}
.library-card.layout-text .bottom {
	padding-top: 5px;
	display: flex;
	align-items: center;
	width: 100%;
}
.library-card.layout-text .bottom > div {
	flex-grow: 0;
}
.library-card.layout-text .bottom .action {
	flex-grow: 1;
}
.library-card.layout-text .bottom .sponsor {
	text-align: right;
}


	
.library-card .main .summary > p.limited-text {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
}

.library-card .main .summary > p.limited-text.expanded {
	-webkit-line-clamp: unset;
}

.library-card .main .limited-text-more {
	width: 100%;
	text-align: center;
	margin: 0 auto 10px auto;
	color: #EC582A !important;
	font-size: 0.9em;
	padding: 3px 0 8px 0;
	border: 0;
	border-radius: 8px;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.5s;
}
.library-card .main .limited-text-more > span:before {
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	font-family: Glyphicons Halflings;
	content: "\e114";
	text-decoration: none !important;
	margin-right: 5px;
	top: 3px;
	position: relative;
	opacity: 0.3;
	transition: opacity 0.5s;
}
.library-card .main .limited-text-more.less > span:before {
	content: "\e113";
}
.library-card .main .limited-text-more:hover > span:before {
	opacity: 1;
}

.library-card .main .limited-text-more:hover {
	background-color: #DFDFDF;
}