body {
  font-size: 0.8125rem;
  color: #404040;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin: 10px 0;
}

.form-control {
  font-size: 	0.8125rem;
}

.btn {
  font-size: 0.8125rem;
}

.indicator,
.indicator-right {
  background: none;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #6c7680;
}
.indicator::before,
.indicator-right::after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 8px;
}
.indicator::before {
  margin: 0px 4px 1px 0px;
}
.indicator-right::after {
  margin: 0 0 0 4px;
}
.indicator.orange::before,
.indicator-right.orange::after {
  background: #ffa00a;
}

.link-item {
    position: relative;
    margin: 10px 0px;
    cursor: default;
}

.indicator {
    margin-right: 5px;
    color: inherit;
    font-weight: inherit;
}

.table {
	color:#404040;
}

table.dataTable thead tr {
  background-color: #4e73df;
  color: white;
}

table.dataTable tbody tr {
}

table.dataTable tbody tr:hover {
    background-color: #f6f6f6;  
}

.address-box {
  background-color: #fafbfc;
  padding: 0px 15px;
  margin: 0px 0px;
  border: 1px solid #d1d8dd;
  border-radius: 3px;
  font-size: 12px;
}

.error {
	color : red;
	font-size:12px;
	width:100%;
}

.required {
  color:red;
}

.uppercase {
	text-transform:uppercase;
}

.sidebar-dark .sidebar-heading {
	color: #fff !important;
}
