/* ------------------------------------------id's-------------------------------- */
#pageImg{
	height:35vh;
	object-fit:contain;
	
}
#actionwidgets
{
  display: flex;
  justify-content:center;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 8px;
}
#pageText
{
	padding:2% 0% 0% 0% !important;
	overflow:auto;
  height: 45vh;
	line-height:5vh;
}
#pageText span{
	display:inline-block;
}
#iconDiv {
  position: absolute;
  color: white;
  background: #666;
  padding: 0.5em;
  display: none;
  user-select:none;
  z-index:500;
}
.breadcrumb {
    background-color: unset;
    font-weight: 600;
    font-size: 1.4vw;
    margin: unset;
}
.breadcrumb-item+.breadcrumb-item::before
{
  content: '-';
  color: #6c757d;
}

.breadcrumb-item a{
  color:white;
}
a:hover{
  text-decoration: none;
}
.breadcrumb-item a:hover
{
  color:black;
  cursor: pointer;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.breadcrumbOpt .dropdown-item,a:not([href])
{
  color: #4990e2;
  font-weight: 700;
}
.breadcrumbOpt .dropdown-item:hover
{
  background-color: transparent;
  color:#2e6fb9!important;
  transition:all 0.4s ease-in-out;
}