﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);


header .navbar-default {
    background-color: #fff;
}

.trail-wrapper {
    background-color: #009CDE;
    border-bottom: 1px solid #8b9eb2;
	color: #fff;
}

header .navbar-default .navbar-toggle>li>a, header .navbar-default .navbar-nav>li>a {
    color: #009CDE;
}

header .navbar-default .navbar-toggle .icon-bar, header .navbar-default .navbar-nav .icon-bar {
    background-color: #009CDE;
}

.trail-wrapper a{
	color: #fff;
}

.trail-wrapper .breadcrumb>.active {
    color: #fff;
}

header .navbar-default .navbar-toggle>.open>a, header .navbar-default .navbar-toggle>.open>a:hover, header .navbar-default .navbar-toggle>.open>a:focus, header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:hover, header .navbar-default .navbar-nav>.open>a:focus {
    background-color: #009CDE;
    color: #fff;
}

header .navbar-default .navbar-toggle>li>a:hover, header .navbar-default .navbar-toggle>li>a:focus, header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #009CDE;
}

.navbar {
    min-height: 60px;
}

header .navbar-brand img {
    height: 70px;
    margin-top: -20px;
}


.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-nav:hover, header .navbar-default .navbar-nav:focus {
    color: #fff;
    background-color: #009CDE;
}

header .navbar-default .navbar-toggle:hover .icon-bar, header .navbar-default .navbar-toggle:focus .icon-bar, header .navbar-default .navbar-nav:hover .icon-bar, header .navbar-default .navbar-nav:focus .icon-bar {
    background-color: #fff;
}

header .navbar-default .navbar-toggle, header .navbar-default .navbar-nav {
    border-color: transparent;
    color: #009CDE;
}

.item-preview-custom div img {
    margin-left: unset;
}

.btn-primary {
    color: #fff;
    background-color: #009CDE;
    border-color: #566b81;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #009CDE;
    border-color: #009CDE;
}


a {
    color: #009CDE;
    text-decoration: none;
}

a:hover, a:focus {
    color: #006d9b;
    text-decoration: underline;
}

label {
    font-weight: normal;
}

header .navbar-brand img.arabic-logo {
    height: 45px;
    margin-top: -8px;
	margin-right: -10px;
}

#customsearchform {
	background-color: #f8f8f8;
	padding: 10px 15px;
	border-radius: 9px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#customsearchform h2 {
	margin-top: 10px;
}

#simple-search-submit {
	padding-left: 35px;
	padding-right: 35px;
}

#introBanner {
	/*padding: 20px 70px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #f8f8f8;*/
	min-height: 220px;
    border-radius: 8px;
    padding-top: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 32px;
    background: rgb(2,118,168);
    background: linear-gradient(135deg, rgba(2,118,168,1) 0%, rgba(0,156,222,1) 30%, rgba(0,156,222,0.1632003143054097) 100%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

#introBanner h2 {
    /*text-align: center;
    font-size: 2.5em;
    margin-top: 20px;
    color: #009CDE;*/
    border: none;
	margin-top: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.22;
    margin-bottom: 16px;
}

#introBanner  p {
	/*font-style: italic;
    line-height: 1.5;
    font-size: 18px;
    color: #474c5e;*/
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
	
	font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
}

@media (max-width: 767px) {
#introBanner {
    padding: 20px 20px;
}
}


.label-primary {
    background-color: #A4D65E;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #63803a;
}


.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
    background-color: #009CDE;
    border-color: #009CDE;
}

.pagination>li>a, .pagination>li>span {
    color: #009CDE;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #009CDE;
    background-color: #eee;
    border-color: #ddd;
}

.community-browser-homepage {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	flex-basis: 100%;
	flex-grow: 0;
    flex-shrink: 0;
	align-items: stretch
    max-width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	gap: 15px;
	margin-bottom: 20px;
}

.community-card {
	box-shadow: inset 0 0 0 1px rgba(12,18,28,.12);
	background: #fff;	
	border-radius: 4px;
	padding: 16px;
	font-family: Roboto,arial,sans-serif;
	text-align: left;
	color: rgba(12,18,28,.6);
	font-weight: 400;
    line-height: 1.5;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
    width: 100%;
    box-sizing: border-box;

}

@media (min-width: 576px) {
.community-browser-homepage {
	flex-basis: 48.5%;
}
.community-card {
	max-width: 48.5%;
}
}

@media (min-width: 768px) {
.community-browser-homepage {
	flex-basis: 31.9%;
}
.community-card {
	max-width: 31.9%;
}
}

/*
@media (min-width: 1500px) {
.community-browser-homepage {
	flex-basis: 23.6%;
}
.community-card {
	max-width: 23.6%;
}
}
*/

.community-card-title {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 8px;
}


.community-card-title  a{
	color: rgba(12,18,28,.87);
}


.community-card-description {
	font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
	color: rgba(12,18,28,.6);
}

.community-card-logo {
	height: 50px;
	width: 50px;
	margin: 10px;
	filter: invert(46%) sepia(22%) saturate(5118%) hue-rotate(168deg) brightness(95%) contrast(101%);
}

.ds-logo-wrapper {
	display: none;
}

.community-card {
	text-decoration: none;
	transition: all .3s ease-in-out;
	background: #fff;	
}

.community-card:hover, .community-card:focus {
	cursor: pointer;
	transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	background: #f8f8f8;
	transform: scale(1.05);
}

.community-card:hover a, .community-card:focus a{
	text-decoration: none;	
}

.ds-logo-wrapper {
	display: none;
}

@media (max-width: 400px) {
.navbar-brand {
    padding-left: 0;
}
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul {
	list-style: none;
    margin: 28px 0;
	/*font-family: "Raleway", sans-serif;*/
	
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li + li {
    margin-top: 32px;
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li {
	display: list-item;
    background: white;
    border-radius: 8px;
    margin-top: 16px;
	margin-left: 8px;
    margin-right: 8px;
    min-height: 48px;
	min-width: 250px;
    padding: 8px 16px 8px 8px;
    position: relative;
	box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.10);
	box-sizing: border-box;

}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li  .artifact-description {
	display: flex;
	justify-content: flex-start;
    align-items: center;
}
/*
#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li .collection-count
{
	box-sizing: border-box;
	float: right;
    padding: 10px;
    border-radius: 50%;
    background: #A4D65E;
    margin-top: -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	font: 900 1.5em/1 "Montserrat";
	color: #1d1f20;
	background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
}*/

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li .collection-count
{
	box-sizing: border-box;
	
    padding: 4px 15px;
	white-space: nowrap;
    border-radius: 18px;
	margin-left: auto;
	
	text-align: center;
	font: 800 16px "Montserrat";
	color: #fff;
	background: #A4D65E;
	/*background: linear-gradient(135deg, rgb(131 228 226 / 80%) 0%, rgb(162 237 86 / 80%) 100%);*/
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li .artifact-title {
    font-size: 18px;
    font-weight: 700;

}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li .artifact-title  a{
	color: rgba(12,18,28,.87);
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li {
	transition: all .3s ease-in-out;
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li:hover, #aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li:focus {
	cursor: pointer;
	transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	background: #f8f8f8;
	transform: scale(1.03);
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li:hover  a, #aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li:focus  a
{
	text-decoration: none;
	/*color: #006d9b;*/
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li:hover .collection-count, #aspect_artifactbrowser_CommunityViewer_div_community-view > ul > li:focus .collection-count
{
	background: #63803a;
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul .collection-logo {
    
    width: 45px;
    height: 45px;
    margin-left: 10px;
    margin-right: 15px;
    filter: invert(46%) sepia(22%) saturate(5118%) hue-rotate(168deg) brightness(95%) contrast(101%);
}

#aspect_artifactbrowser_CommunityViewer_div_community-view > ul  > li:hover .collection-logo, #aspect_artifactbrowser_CommunityViewer_div_community-view > ul  > li:focus .collection-logo {
	filter: invert(27%) sepia(76%) saturate(1959%) hue-rotate(175deg) brightness(85%) contrast(104%);
}

#aspect_browseArtifacts_CommunityBrowse_list_community-browse > p, #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > p
{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
	margin-bottom: 20px;
}

#aspect_browseArtifacts_CommunityBrowse_list_community-browse > p > a, #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > p > a
{
	border-radius: 20px;
	color: #009CDE;
	border-color: #009CDE;	
	box-shadow: 0 2px 5px -1px rgba(39, 94, 254, 0.32);
	transition: transform .44s ease, box-shadow .44s ease;
	font-weight: 500;
	font-size: 14px;
	padding: 4px 8px;
}

#aspect_browseArtifacts_CommunityBrowse_list_community-browse > p > a:hover, #aspect_browseArtifacts_CommunityBrowse_list_community-browse > p > a:focus, #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > p > a:hover, #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > p > a:focus
{
	color: #fff;
	background-color: #009CDE;
	box-shadow: 0 4px 10px -2px rgba(39, 94, 254, 0.5);
	/*transform: translateY(-4px) translateZ(0);*/
	transform: scale(1.05);
}

#aspect_discovery_CommunitySearch_field_query, #aspect_discovery_CollectionSearch_field_query {
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: #009CDE;
	box-shadow: 0 2px 5px -1px rgba(39, 94, 254, 0.32);
}

#aspect_discovery_CommunitySearch_field_submit, #aspect_discovery_CollectionSearch_field_submit {
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #009CDE;
    color: #009CDE;
	box-shadow: 0 2px 5px -1px rgba(39, 94, 254, 0.32);
	font-weight: 500;
	font-size: 14px;
}

#aspect_discovery_CommunitySearch_field_query:focus, #aspect_discovery_CollectionSearch_field_query:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

#aspect_discovery_CommunitySearch_field_submit:hover, #aspect_discovery_CommunitySearch_field_submit:focus, #aspect_discovery_CollectionSearch_field_submit:hover, #aspect_discovery_CollectionSearch_field_submit:focus
{
	background-color: #009CDE;
    color: #fff;
	outline: none;
}

#aspect_discovery_CommunitySearch_p_search-query, #aspect_discovery_CollectionSearch_p_search-query {
	float: unset !important;
	/*margin: 0 auto !important;*/
}

#aspect_discovery_CommunitySearch_div_community-search > p, #aspect_discovery_CollectionSearch_div_collection-search > p {
	color: #999;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    margin-bottom: 5px;
    font-size: 15px;
}

@media (max-width: 600px) {
#aspect_browseArtifacts_CommunityBrowse_list_community-browse > p, #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > p {
	flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
	justify-content: flex-start;
}
#aspect_browseArtifacts_CommunityBrowse_list_community-browse > p::-webkit-scrollbar, #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > p::-webkit-scrollbar {
    display:none;
}
#aspect_browseArtifacts_CommunityBrowse_list_community-browse > p > a, #aspect_browseArtifacts_CollectionBrowse_list_collection-browse > p > a {
	margin-top: 8px;
    margin-bottom: 8px;
}
}

.form-control {
	padding: 6px;
	border-color: #009CDE;
}

.btn-default {
    color: #009CDE;
    background-color: #fff;
    border-color: #009CDE;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #009CDE;
    border-color: #009CDE;
    outline: none !important;
}

.detail-view {
	min-height: 220px;
    border-radius: 8px;
    padding-top: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 32px;
    background: rgb(2,118,168);
    background: linear-gradient(135deg, rgba(2,118,168,1) 0%, rgba(0,156,222,1) 30%, rgba(0,156,222,0.1632003143054097) 100%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.detail-view  .custom-page-header {
	margin-top: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.22;
    margin-bottom: 16px;
}
.detail-view  .intro-text {
	margin-bottom: 32px;
}

.detail-view  .intro-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
}

#aspect_browseArtifacts_CommunityBrowse_div_community-browse > h3, #aspect_discovery_CommunitySearch_div_community-search > p, #aspect_browseArtifacts_CollectionBrowse_div_collection-browse > h3, #aspect_discovery_CollectionSearch_div_collection-search > p, #ds-options .ds-option-set-head {
	color: #888;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 700;
}

#main-container #sidebar {
    background-color: #fff;
}

#main-container .row-offcanvas {
    background-color: #fff;
}

#ds-options {
	box-shadow: 0px 4px 8px rgb(38 38 38 / 20%), inset 0 0 0 1px rgba(12,18,28,.12);
    border-radius: 8px;
    margin-top: 20px;
	padding: 20px;
}

#aspect_xmlworkflow_WorkflowTransformer_div_gonogo-instructions,
#aspect_xmlworkflow_WorkflowTransformer_div_tech-cons-instructions,
#aspect_xmlworkflow_WorkflowTransformer_div_social-cons-instructions,
#aspect_xmlworkflow_WorkflowTransformer_div_cont-eval-instructions,
#aspect_xmlworkflow_WorkflowTransformer_div_ins-des-instructions,
#aspect_xmlworkflow_WorkflowTransformer_div_final-dec-instructions
{
    margin-bottom: 30px;
}

#aspect_xmlworkflow_WorkflowTransformer_div_gonogo-instructions > h2,
#aspect_xmlworkflow_WorkflowTransformer_div_tech-cons-instructions > h2,
#aspect_xmlworkflow_WorkflowTransformer_div_social-cons-instructions > h2,
#aspect_xmlworkflow_WorkflowTransformer_div_cont-eval-instructions > h2,
#aspect_xmlworkflow_WorkflowTransformer_div_ins-des-instructions > h2,
#aspect_xmlworkflow_WorkflowTransformer_div_final-dec-instructions > h2
{
	margin-bottom: 10px;
}

#aspect_xmlworkflow_WorkflowTransformer_div_gonogo-instructions > ol,
#aspect_xmlworkflow_WorkflowTransformer_div_tech-cons-instructions > ol,
#aspect_xmlworkflow_WorkflowTransformer_div_social-cons-instructions > ol,
#aspect_xmlworkflow_WorkflowTransformer_div_cont-eval-instructions > ol,
#aspect_xmlworkflow_WorkflowTransformer_div_ins-des-instructions > ol
{
	counter-reset: item;
	list-style: none;
	font: 15px 'trebuchet MS', 'lucida sans';
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	padding-left: 15px;
}

#aspect_xmlworkflow_WorkflowTransformer_div_gonogo-instructions > ol > li,
#aspect_xmlworkflow_WorkflowTransformer_div_tech-cons-instructions > ol > li,
#aspect_xmlworkflow_WorkflowTransformer_div_social-cons-instructions > ol > li,
#aspect_xmlworkflow_WorkflowTransformer_div_cont-eval-instructions > ol > li,
#aspect_xmlworkflow_WorkflowTransformer_div_ins-des-instructions > ol > li
{
	position: relative;
    display: block;
    padding: 6px 6px 6px 30px;
    background: #eee;
    color: #444;
    text-decoration: none;
    border-radius: 4.5px;
    transition: all .3s ease-out;
	margin-bottom: 8px;
	cursor: pointer;
}

#aspect_xmlworkflow_WorkflowTransformer_div_gonogo-instructions > ol > li:hover,
#aspect_xmlworkflow_WorkflowTransformer_div_tech-cons-instructions > ol > li:hover,
#aspect_xmlworkflow_WorkflowTransformer_div_social-cons-instructions > ol > li:hover,
#aspect_xmlworkflow_WorkflowTransformer_div_cont-eval-instructions > ol > li:hover,
#aspect_xmlworkflow_WorkflowTransformer_div_ins-des-instructions > ol > li:hover
{
	background: #ddd;
}

#aspect_xmlworkflow_WorkflowTransformer_div_gonogo-instructions > ol > li:hover:before,
#aspect_xmlworkflow_WorkflowTransformer_div_tech-cons-instructions > ol > li:hover:before,
#aspect_xmlworkflow_WorkflowTransformer_div_social-cons-instructions > ol > li:hover:before,
#aspect_xmlworkflow_WorkflowTransformer_div_cont-eval-instructions > ol > li:hover:before,
#aspect_xmlworkflow_WorkflowTransformer_div_ins-des-instructions > ol > li:hover:before
{
	transform: rotate(360deg);
}

#aspect_xmlworkflow_WorkflowTransformer_div_gonogo-instructions > ol > li:before,
#aspect_xmlworkflow_WorkflowTransformer_div_tech-cons-instructions > ol > li:before,
#aspect_xmlworkflow_WorkflowTransformer_div_social-cons-instructions > ol > li:before,
#aspect_xmlworkflow_WorkflowTransformer_div_cont-eval-instructions > ol > li:before,
#aspect_xmlworkflow_WorkflowTransformer_div_ins-des-instructions > ol > li:before
{
	content: counter(item);
    counter-increment: item;
    position: absolute;
    left: -19.5px;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 40px;
    width: 40px;
    line-height: 30px;
    border: 5px solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    transition: all .3s ease-out;
}

.evaluation-step-summaryview
{
	margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	padding: 0;
}

.evaluation-step-heading
{
	color: #333;
    background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	margin: 0;
	display: flex;
	align-items: center!important;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.evaluation-step-heading > div:nth-child(1)
{
	margin-right: auto;
}

@media (max-width: 624px) 
{
.evaluation-step-heading > div:nth-child(1)
{
	width: 200px;
	margin-bottom: 10px;
}
.evaluation-step-heading
{
	align-items: baseline!important;
	justify-content: flex-start;
}

}

.evaluation-step-heading > div > h4
{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
	font-weight: 500;
    line-height: 1.1;
	color: #333;
}

.row.evaluation-step-heading > div:nth-child(2) > div
{
	margin-bottom: 0;
}

.row.evaluation-step-heading > div:nth-child(2) > div > h5
{
	margin-top: 0;
    margin-bottom: 0;
	line-height: 100%;
}

.evaluation-step-summaryview .collapse, .evaluation-step-summaryview .multi-collapse {
	padding: 15px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view > div > div > div > div:nth-child(3) > div > div:nth-child(7) > div
{
	margin-right: 0;
	margin-left: 0;
}

.evaluation-step-summaryview .multi-collapse div{
	display: flex;
	gap: 5px;
	align-items: baseline;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

#aspect_artifactbrowser_CollectionViewer_div_collection-view > p > a
{
	color: #009CDE;
    background-color: #fff;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #009CDE;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 20px;
	user-select: none;
	box-shadow: 0 2px 5px -1px rgba(39, 94, 254, 0.32);
}

#aspect_artifactbrowser_CollectionViewer_div_collection-view > p > a:hover, #aspect_artifactbrowser_CollectionViewer_div_collection-view > p > a:focus
{
	text-decoration: none;
	color: #fff;
    background-color: #009CDE;
    border-color: #009CDE;
    outline: none !important;
}

#aspect_discovery_CollectionSearch_div_collection-search 
{
	margin-bottom: 10px;
}
.custom-nothumbnail
{
	height: 120px !important;
	width: 120px !important;
	border: none !important;
	margin: 20px auto !important;
}
.custom-bigthumbnail
{
	height: 240px !important;
	width: 100% !important;
	object-fit: contain !important;
}