/* styles_bootstrap.css */
/*
.navbar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
*/

.navbar_transparent {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.bg-dark {
  background-color: rgba(6,30,41,1) !important;
}

.bg-dark85 {
  background-color: rgba(6,30,41,0.85) !important;
}


.nav-link {
  padding: 0.5rem 15px !important;
}




.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.breadcrumb-item {
  display: inline !important;	
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline !important;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
/*  color: #FFFFFF;*/
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #4260be;
}






.pagination {
  border-radius: 0;
	justify-content: flex-end;
	font-size: 21px;
	line-height: 21px;
}

.page-item {
	padding: 0;
	margin: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
/*  border: none;  */
	border-right: none;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #4260be;
/*  border-color: transparent;*/
}



.page-link {
  position: relative;
  display: block;
  padding: 2px 6px 2px 6px;
  /*margin-left: -1px;*/
  color: #000000;
  background-color: #fff;
	border-top: none;
	border-bottom: none;
  border-left: 1px solid #000000;
	font-size: 21px;
	line-height: 21px;

}

.page-link:focus, .page-link:hover {
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #000000;
}

