.subheader {
  background-color: #f8f9fb;
  border-bottom: 1px solid #e8ebf1;
  margin-bottom: 20px;
}
.subheader .nav-tabs {
  border-bottom: 0px;
}
.btn-padding {
  margin: 10px;
}
@media screen and (min-width: 480px) {
  .table-responsive {
    display: table;
  }
}
.config-section {
  padding-bottom: 20px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}
.footer .list-inline {
  margin-bottom: 0;
}
.footer li {
  display: inline-block;
  color: #cccdd0;
  font-size: 12px;
}
.footer li a {
  display: inline-block;
  color: #b8bbc1;
  transition: color 0.2s;
}
.footer li a:hover {
  color: #4f8ef7;
  text-decoration: none;
}
.subheader .nav-tabs .nav-link {
  color: #a8b0be;
}
.subheader .nav-tabs .nav-link.active {
  color: #478aff;
  background-color: #f8f9fb;
  border-color: #f8f9fb;
  border-bottom-color: inherit;
}
.subheader .nav-tabs .nav-link:hover {
  color: #478aff;
  border-color: #f8f9fb;
  border-bottom-color: inherit;
}
.sidebar-content {
  padding-top: 24px;
  padding-left: 48px;
}
.sidebar-menu {
  padding-top: 24px;
  border-right: 1px solid #ededed;
}
.sidebar-menu a {
  text-decoration: none;
  color: #a2abba;
}
.sidebar-menu .active {
  color: #488aff !important;
}
.sidebar-menu ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-menu ul li {
  padding: 6px 6px 6px 0;
  border-right: 1px solid transparent;
  margin-right: -1px;
}
.sidebar-menu ul li a {
  position: relative;
  padding-left: 32px;
  color: #a2abba;
}
.billing-plan .text-muted {
  margin-bottom: 0;
}
.map {
  width: 100%;
}
.map-marker {
  position: absolute;
  color: red;
  font-size: 24px;
  width: 24px;
  line-height: 24px;
  margin-left: -12px;
  margin-top: -24px;
  -moz-animation: map-pulser 1s infinite;
  -o-animation: map-pulser 1s infinite;
  -webkit-animation: map-pulser 1s infinite;
  animation: map-pulser 1s infinite;
}
.map-container {
  position: relative;
  max-width: 675px;
}
.navbar .nav-item.avatar {
  padding: 0;
}
.navbar .nav-item.avatar.active {
  background-color: transparent !important;
}
.navbar .nav-item.avatar .dropdown-toggle {
  padding: 0;
}
.navbar .nav-item.avatar .dropdown-toggle img {
  height: 35px;
}
.navbar .nav-item.avatar .dropdown-toggle:after {
  display: none;
}
li a.dropdown-user-link .user-name {
  display: inline-block;
  margin-bottom: 0.4rem;
  margin-left: 0.2rem;
}
