body {
    background-color: #f8f8f8;
}

header, nav {
    background-color: #ffffff;
}

nav {
    border-bottom: 1px solid #eeeeee;
}

.positive-result, .positive {
    color: #28a745;
}

.negative-result, .negative {
    color: #dc3545;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #333333;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 0.8rem;
}

h1, h2, h3, h4, h5, table thead tr th {
    font-weight: 400;
}

h2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1c487d;
    text-decoration: none;
}

a, a:hover, a:visited, a:active, a:link {
    color: #1c487d;
    text-decoration: none;
}

.small > a, a:hover, a:visited, a:active, a:link {
    color: #666666;
    text-decoration: none;
    font-size:0.85rem;
}

a.add
{
    color: #1c487d;
    margin-left:10px;
    font-size:1.2rem;
}

a.navbar-brand
{
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
}

.rounded-block {
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/*
Stats area
 */
.stats-area {
    margin-top: 80px;
}

.stats-area .rounded-block {
    position: relative;
    height: 100px;
}

.stats-area .rounded-block p {
    padding: 15px 0 0 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.stats-area .rounded-block p span {
    font-size: 1.0rem;
    color: #666666;
    font-weight: 200;
}

.stats-area .rounded-block p small {
    font-size: 0.9rem;
    color: #666666;
    font-weight: 200;
}

.stats-area h4 {
    font-size: 0.9rem;
    color: #666666;
    position: absolute;
    top: 10px;
    left: 10px;
}

.content-area table thead tr th,
.page table thead tr th {
    font-size: 0.9rem;
    color: #111111;
    text-align: left;
    vertical-align: baseline;
}

.content-area table tbody tr td,
.page table tbody tr td,
.dropdown-item {
    font-size: 0.8rem;
    text-align: left;
    color: #444444;
    vertical-align: baseline;
}

.content-area table tbody tr.out-of-stock td,
.page table tbody tr.out-of-stock td {
    color: #aaaaaa;
}

/*
Content area
 */
.content-area {
    margin-top: -20px;
}

/**
Forms
 */
.formContainer, .page .formContainer {
    margin-top: 20px;
    font-size: 0.9rem;
    text-align: left;
}

.formContainer .rounded-block {
    background-color: #f8f8f8;
}

.page .formContainer .rounded-block {
    background-color: #ffffff;
}

.form-select,
input,
textarea,
input[type="text"],
input[type="number"],
input[type="date"],
input::placeholder, textarea::placeholder {
    font: 0.8rem sans-serif!important;
    color: #333333;
}

textarea{
    min-height: 70px !important;
}

.invalid-feedback {
    text-align: left;
}

/**
    Pages
 */
.page {
    margin-top: 30px;
}

.page h2{
    margin-bottom: 25px;
}

.dropdown-item
{
    font-size: 0.8rem;
}

.page .btn-group-sm > .btn{
    font-size: 1rem;
    padding: 0px 6px;
}

/**
    Pages
 */
table.table-sm
{
    margin-bottom: 80px;
}