h2, h3 {
  margin: 2em 0 1em; }

h2 {
  padding-bottom: 8px;
  border-bottom: 2px solid #ccc; }

h3 {
  padding: 8px 12px;
  border-bottom: 1px solid #373b58;
  border-left: 6px solid #373b58; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px 12px;
  vertical-align: middle; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 10px; }

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 2em auto; }

.form-signin-heading {
  margin-bottom: .5em; }

.table {
  margin: 20px 0; }

.table-bordered {
  border-width: 2px; }

.tbl-col-sm {
  width: 90px; }

.tbl-col-md {
  width: 180px; }

.tbl-col-dt {
  width: 140px; }

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

.pager-info {
  margin: 1em 0;
  text-align: right; }

.container .section, .container-fluid .section {
  margin: 2em 0 3em; }

.recently {
  color: #f00; }

.plan-pro {
  color: #fff;
  background-color: #292e4d; }

.plan-pair {
  color: #fff;
  background-color: #ff89c9; }

.plan-lite {
  color: #fff;
  background-color: #53c1ff; }

.content-container {
  padding-bottom: 2em; }

.btn-holder {
  margin: 30px 0 10px; }

.customer-header {
  border-bottom: 2px solid #ccc; }

.field-short {
  width: 180px; }

.field-medium {
  width: 360px; }

.field-inline {
  display: inline-block; }

tr.inactive td, tr.inactive th {
  color: #333;
  background-color: #f0f0f0; }

dt {
  margin: .6em 0 .3em; }

.customer-header .navbar-header .navbar-toggle:hover {
  background-color: #f5f5f5; }

.customer-header .navbar-header .navbar-toggle .icon-bar {
  background-color: #333; }

.label-disabled {
  background-color: #aaa; }

.label-sumakote {
  background-color: #000; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: .25rem; }

.mt-2 {
  margin-top: .5rem; }

.mt-4 {
  margin-top: 1rem; }

.mt-8 {
  margin-top: 2rem; }

.mt-16 {
  margin-top: 4rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-4 {
  margin-bottom: 1rem; }

.mb-8 {
  margin-bottom: 2rem; }

.mb-16 {
  margin-bottom: 4rem; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.w-64 {
  width: 16rem; }

.w-72 {
  width: 18rem; }

.w-80 {
  width: 20rem; }

.w-96 {
  width: 24rem; }

.w-auto {
  width: auto; }

.w-full {
  width: 100%; }

.choice-inline {
  display: flex;
  gap: 1.5rem;
  margin: .5rem 0 1rem; }

.choice-inline .checkbox, .choice-inline .radio {
  margin: 0; }

.break-all {
  word-break: break-all; }

.flex {
  display: flex; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

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

.justify-between {
  justify-content: space-between; }

.gap-4 {
  gap: 1rem; }

.gap-8 {
  gap: 2rem; }

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem; }

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.text-base {
  font-size: 1rem;
  line-height: 1.5rem; }

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem; }

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem; }

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem; }

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem; }

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem; }

.text-5xl {
  font-size: 3rem;
  line-height: 1; }

.font-normal {
  font-weight: 400; }

.font-bold {
  font-weight: 700; }
