body {
  font-family: $--font-family;
  background-color: $--color-background;
  color: #373737;
}

.container {
  padding: 0 $--size-common;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-center {
  text-align: center;
}

.fa {
  margin-right: 5px;
}

.page-title {
  font-size: $--font-size-larger;
  font-weight: normal;
  margin: 40px 0 $--size-common;
  text-align: center;
  color: $--color-title;
}

.page-sub-title {
  color: $--color-extra-light-black;
}

.page-panel {
  margin-top: $--size-common;
}

.text-danger {
  color: $--color-danger;
}

.text-success {
  color: $--color-success;
}

.text-info {
  color: $--color-info;
}

.text-primary {
  color: $--color-primary;
}

.text-gray {
  color: $--color-text-primary;
}

.text-available {
  color: $--color-available;
}

@import "./breadcrumb.scss";
@import "./admin-tab.scss";
@import "./table.scss";
@import "./box.scss";
