.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  display: block;
  margin-bottom: 20px;
  position: relative;
  color: #fff;

}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}

.small-box p {
  font-size: 1rem;

}

.small-box .inner {
  padding: 10px;
}

.small-box .icon {
  color: rgba(0, 0, 0, .15);
  z-index: 0;
}

.small-box>.small-box-footer {
  background-color: rgba(0, 0, 0, .1);
  color: rgba(255, 255, 255, .8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  font-size: 16px;
  font-weight: 700;
}

.small-box .icon>i {
  font-size: 70px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

.recent-footer {
  font-size: 1rem;
  font-weight: 700;
}

.dashboard-logo {
  object-fit: cover;
  width: 40px;
  border-radius: 50%;
  position: relative;
  top: -5px;
}

.dropdown-menu.dropdown-usermenu.pull-right.show {
  top: 13px !important;
}

.nav_menu {
  height: 55px;
}

/* Breadcrumbs */

.bgground {
  float: left;
  padding: 9px 5px;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li:first-child {
  font-size: 19px;
}

.breadcrumbs li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: #73879C;
}

.breadcrumbs li a {
  display: block;
  color: #73879C;
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.breadcrumbs li i {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 5px;
}





/* Breadcrumbs */

.table .thead-dark th {
    color: #fff;
    background-color: #2A3F54;
    border-color: #fff;
}


/* datatables */

.dataTables_length, .dataTables_filter, .dt-buttons {
  display: inline-block;
}
.dataTables_length, .dt-buttons {
  float: right !important;
}
.dt-buttons {
 margin-right: 20px;
}
.dt-buttons button{
  font-size: 13px;
  background-color: #17a2b8;
  border-color: #17a2b8;
  padding: 4px 10px;
}
.dt-buttons button:hover{
  background-color: #689aa1;
  border-color: #689aa1;
}



.dataTables_length select {

    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #2A3F54;
    border-color: #2A3F54;
}
.page-item .page-link {
    color: #2A3F54;
}

td {
  padding-bottom: 0px !important;
  padding-top: 5px !important;
  line-height: 2 !important; 
}

td, th {
  text-align: center;
}