.content-header {
  position: relative;
  padding: 10px 15px 0 15px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0; 
  margin-right: 40px;  
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 2px;
}

.fixed_header thead th {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  top: 0;
  z-index: 999;
  background-color: #e2e2df;
}
.fixed_header2 thead th {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  top: 0;
  z-index: 999;
  border: 1px solid gray;
}