.app-card-doc .app-doc-title.truncate{
	max-width: 100%;
}

.app-card-doc .app-card-thumb-holder-list{
	height: 160px;
}
.app-card-doc .app-card-thumb-holder-detail{
	height: 320px;
}
 .app-card-doc-no-hover:hover{
 	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;	
 }
 
 .app-card-doc .app-card-thumb-holder .app-card-thumb-no-link {
 	background-color: unset;
 }
 
 .app-card-doc .app-card-thumb-holder .thumb-image-no-link {
	 -webkit-opacity: 1;
	 -moz-opacity: 1;
	 opacity: 1;
 }
 
 .app-card-doc .app-card-thumb-holder:hover{
 	background: #e9eaf1;
 }

nav{
	margin-bottom: 1rem;	
	--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
} 
.breadcrumb{
	margin-bottom: 0;
}

 h2.subtitle{
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}