﻿
.table-bordered {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    margin: 0px 5px 0px 5px;
}

.spaced input[type="radio"] {
    margin-right: 50x; /* Or any other value */
}
.contextList {
    padding: 2px 5px 2px 5px;
    margin-left: 0px;
}

.table-bordered th,
.table-bordered td
{
    border-spacing: 0px;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.table-bordered th {
    font-weight: bold;
    padding: 0px 5px 0px 5px;
}

.table-bordered th,
.table-bordered td {
    border-collapse: collapse;
}
.table-bordered th {
    text-align: left;
}

.checkboxlist label:hover {
    background-color: #0000cd;
    color: white;
}

input[type='checkbox']:checked {
    background-color: #808080;
}

input[type='checkbox']:checked::after {
    content: '\2713';
    color: white;
}

input[type='checkbox'] {
    margin-right: 10px;
    vertical-align: middle;
    width: 12px !important;
    height: 12px !important;
    appearance: none;
    border-radius: 10%;
    border: 1px solid #808080;
    box-shadow: none;
    font-size: 1em;
    cursor: pointer
}

.mainmenu {
    background-color: #a0522d;
}

.mainmenu a {
    color: white;
    background-color: #a0522d;
}

    .mainmenu a:hover {
        background-color: #4169e1;
        color: white;
    }

.pageContent {
    background-color: #faebd7;
}

.button {
    background-color: lightgrey;
    border-color: #c09c0c0;
    border-width: thin;
}

    .button:hover {
        background-color: #4169e1;
        color: white;
    }

input[type="text"]:hover {
    background-color: #4169e1;
    color: white;
}

a {
    color: #006fe6;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        background-color: #4169e1;
        color: white;
    }

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

.contextDetails {
    padding: 2px 2px 2px 2px;
}

.pageHeader {
    text-align: center;
    float: left;
    clear: none;
    height: 80px;
    width: 100%;
    padding: 5px 5px 5px 5px
}

.pageHeaderAbout {
    text-align: left;
    float: left;
    clear: none;
    height: 80px;
    width: 100%;
    padding: 5px 5px 5px 5px
}

.pageContent {
    padding: 5px 5px 5px 5px;
    width: 100%;
    margin-top: 5px;
    float: left;
    border: 1px solid black;
}

.panel {
    margin: 5px 5px 5px 5px;
}