﻿.dark-bg {
    background-color: #1C72B5 !important;
}

.btn-primary {
    background-color: #1C72B5;
    border-color: #1C72B5;
}

    .btn-primary:hover {
        background-color: #134165;
    }

a {
    color: #1C72B5;
}

.table td, .table th {
    padding-top: 1em;
    padding-bottom: 1em;
}

table.calendar {
    text-align: center;
    width: 100%;
}

    table`calendar th, table.calendar td {
        width: 20%;
    }

tr.calendar-dayofweek th {
    padding: 0.5em;
    font-weight: normal;
    font-style: italic;
}

tr.calendar-cell td {
    padding: 0.25em 0.5em;
    height: 10em;
    max-width: 8em;
}

.calendar-dayofmonth {
    color: #767676;
    text-align: right;
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 0.75em;
}

.calendar-item {
    text-align: left;
    width: 100%;
    margin-bottom: 0.25em;
}

.calendar-itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-itemtime {
    font-size: 0.7em;
    letter-spacing: 0.1em;
    line-height: 1em;
}

.content-missing {
    background-color: yellow !important;
    color: red !important;
    font-weight: bold !important;
}

.copyright {
    color: #F2F2F2;
    font-size: .8em;
    text-decoration: none;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 0.5em 35%;
        padding: 0.8em;
        text-align: center;
        z-index: 999;
    }


.striped-menu-bg {
    background: repeating-linear-gradient(45deg, #2D83C6, #2D83C6 10px, transparent 10px, transparent 20px );
}

@counter-style paren-lower-alpha {
    system: extends lower-alpha;
    prefix: "(";
    suffix: ") ";
}

[type="a"] {
    list-style: paren-lower-alpha;
}

.notebox {
    background-color: #f8f9fa;
    padding: 1.5em 2.5em;
    border: 1px solid #dee2e6;
    margin-bottom: 1.5em;
}

.searchresult {
    font-weight: 500;
    text-decoration: none;
}

.searchresult:hover {
    text-decoration: underline;
}

mark {
    padding: 0;
    background-color: #fff27c;
}

img.ehearing-img {
    max-width: 100%;
    padding: 10px 0;
}