/* HEADER ISO */
@media only screen and (min-width: 767px) {
  .header-iso {
    border-bottom: 3px solid #f1f1f1;
  }
}
.header-iso .header-container .navbar-header .header-title {
  margin-left: 15px;
  margin-bottom: -10px;
}

.topbar .topbar-content a ~ .poweredby-txt {
  float: left;
  margin-left: 10px;
}

/* font awesome style */
.far {
  vertical-align: top;
  line-height: 1.2;
}

/* SPECIFIC TABLE STYLES */
#smp_wrapper {
  overflow: hidden;
}

#pas tr td:nth-child(0),
#pas tr td:nth-child(2) {
  white-space: nowrap;
}

/* Hack to align the first row to the right */
table.fit-to-border tr td:first-child {
  text-align: right;
}
table.dataTable.table-condensed.fit-to-border > thead > tr > th:first-child {
  padding-left: 30px;
}
