body {
  font-family: 'Aspira-regular' !important;
  line-height: 1.3 !important;
  font-size: 17px !important;
}
.faqhr {
  margin: 20px 20px 20px -16px !important;
  border: 0;
  border-top: 1px solid #eee;
}
.apphr {
  margin: 5px 0px 15px 0px !important;
  border: 0;
  border-top: 1px solid #eee;
}
hr {
  margin: 20px 0px 20px 0px !important;
  border: 0;
  border-top: 1px solid #eee;
}
.active {
  color: #00856a;
}
table th{
  width: 25% !important;
  background-color: #F8F8F8;
  border: 1px solid #d7d7d7;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
}
tbody tr{
  border: 1px solid #d7d7d7;
  background-color: #F8F8F8;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
}
th{
  color: #696969;
  min-width: 75px;
}
td{
  border: 1px solid #d7d7d7;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
}
.ot-table-header{
  font-size: 18px;
}
.page,
.dialog-off-canvas-main-canvas {
  bottom: 0;
}
.col{
  flex: 0;
}
.help-block {
  display: block;
  font-size: 80%;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0 !important;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
img.align-middle {
  max-width: 100%;
  height: auto;
  display: block;
  /* optional: removes inline spacing issues */
}
/* SVG */
.pull-right {
  float: right;
  top: 12px !important;
}

.container-fluid .alert,
.container-sm .alert,
.container-md .alert,
.container-lg .alert,
.container-xl .alert,
.container .alert {
  border-radius: 2px;
  margin-bottom: 1rem;
  margin-right: 8px;
  font-size: 16px;
}

/* API doc alert message */

.alert-warning {
  color: #c09853 !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
}

/* API doc links and text */
.view-smartdocs-models {
  padding-left: 15px;
}
.model-info {
  font-weight: bold;
}
table tbody td,
.table tbody td {
  padding: 0.5rem 0.5rem !important;
}

.pl-15 {
  padding-left: 15px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-5 {
  margin-left: 5px;
}
.pad-5 {
  padding: 5px !important;
}
.pr-5 {
  padding-right: 5px;
}

a.tabledrag-handle .handle {
  width: 26px;
  height: 26px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.color-black {
  color: black;
}
.page-content .container .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
