:focus {
  outline: 0;
}
h2 {
  padding-top: 40px;
}
h3 {
  padding-top: 20px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.breadcrumb {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 20px;
  background-color: #ffffff;
}
.breadcrumb-item.active {
  color: #343a40;
}
.breadcrumb-item a {
  color: grey;
}
.breadcrumb-item a:hover {
  color: #343a40;
  text-decoration: none;
}
.chart {
  width: 100%;
  min-height: 350px;
}
.badge a {
  color: inherit;
}

.badge a:hover {
  text-decoration: none;
}
.bg-red {
  background-color: #a20300;
}
.btn-primary {
  border-color: #fa9343;
  background-color: #a20300;
}
.btn-primary:hover {
  border-color: #fa9343;
  background-color: #fa9343;
}
.pagination > li > a, .pagination > li > span{color:#a20300}

.page-item.active .page-link {
  background-color: #a20300;
  border-color: #a20300;
}
.piechart-header {
  text-align: center;
  color: grey;
}
.fa-copy:hover {
    color: #fa9343;
}
.container{
  max-width:1250px;
  width:100%;
}

:target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}

.drop-right {
  text-align: right !important;
  margin-bottom: 10px;
}
