﻿body {
    background-color: #444 !important;
    min-height: 100%;
    height: 100%
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #eee;
    min-height: 100vh;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select, border: 1px solid red; 8EB84E
textarea { max-width: 280px; }*/


.clickable {
    overflow: auto;
}

    .clickable:hover {
        cursor: pointer;
        background-color: #0288d5;
        color: white;
    }



.DevStage {
    width: 60px;
    font-size: 20px;
    text-align: center;
}

.dev {
    background-color: red;
    color: white
}

.sta {
    background-color: yellow;
    color: black
}

.live {
    background-color: forestgreen;
    color: white;
    display: none !important;
}

.MachineNotes {
    margin: 15px;
}

    .MachineNotes > article {
        margin-bottom: 8px;
    }

        .MachineNotes > article > cite {
            font-weight: bold;
            background-color: lightgray;
            padding: 7px;
            display: block
        }

        .MachineNotes > article > div {
            margin-bottom: 8px;
            border: solid lightgray 2px;
            padding: 7px
        }

        .MachineNotes > article > header > div {
            width: 50%;
            float: left;
            box-sizing: border-box;
        }

            .MachineNotes > article > header > div:last-child {
                width: 50%;
                float: right;
                text-align: right;
            }

        .MachineNotes > article > header {
            overflow: auto;
            font-weight: bold;
            background-color: lightgray;
            padding: 7px
        }

.NoDataMessage {
    padding: 20px;
    text-align: center;
    background-color: #ccc;
    margin-top: 15px
}

.TabPadding {
    padding: 20px 20px 0 20px
}

.ValueCell {
    position: relative;
}

    .ValueCell > button {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        border: none;
    }

        .ValueCell > button:focus {
            outline: 0;
        }

.historyItem {
    display: flex;
    border-bottom: dotted black 1px
}

.historyItemHead {
    font-weight: bold;
    border-bottom: solid black 1px
}

.historyItem:last-child {
    display: flex;
    border-bottom: none;
}

.historyItem > div {
    flex-grow: 0;
    flex-basis: 120px
}

    .historyItem > div:last-child {
        flex-grow: 4;
    }

.keyHistory {
    display: none;
    margin-left: 15px
}


.body-content {
    height: 100%
}

.topbar {
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 11px;
    z-index: 999;
}

    .topbar > div:first-child {
        background-color: #0066A1;
        width: 100%
    }

    .topbar > div:last-child {
        text-transform: uppercase;
        background-color: #444;
        width: 100%;
        margin-left: -15px
    }

        .topbar > div:last-child > div {
            padding-bottom: 13px;
        }

            .topbar > div:last-child > div a,
            .topbar > div:last-child > div > button {
                border: none;
                color: #fff;
                background-color: #0288d5;
                text-decoration: none;
                padding: 5px 10px 5px 10px;
                margin-top: 13px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                margin-right: 10px;
                display: inline-block;
                white-space: nowrap;
            }

                .topbar > div:last-child > div a:hover {
                    color: black;
                    background-color: #8EB84E
                }

            .topbar > div:last-child > div > button {
                display: none
            }

    .topbar > closeburger {
        display: none
    }

.topbar-narrow > div {
    padding: 0;
    margin: 0
}

    .topbar-narrow > div:last-child {
        position: relative
    }

        .topbar-narrow > div:last-child > div > a,
        .topbar-narrow > div:last-child > div > button {
            width: 100%;
            font-size: 14px;
            display: block;
            text-align: center;
            padding: 10px 10px 10px 10px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            margin-right: 0px;
            margin-top: 3px
        }

        .topbar-narrow > div:last-child > div {
            padding: 0 0 5px 0;
            background-color: #444;
            position: absolute;
            width: 100%;
            top: 1px;
            left: 1px;
            right: 1px;
            margin: 0
        }

    .topbar-narrow > div:last-child {
        margin-left: 0;
        padding: 0
    }

        .topbar-narrow > div:last-child > div > button {
            display: block;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            margin-right: 0px;
            width: 100%;
            height: 46px
        }

        .topbar-narrow > div:last-child > div > a {
            display: none
        }


.telbut {
    cursor: pointer;
    margin-top: 5px;
    overflow: auto;
    border: none;
    color: #fff;
    background-color: #0288d5;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 0px;
    display: inline-block;
    white-space: nowrap;
}

    .telbut:hover {
        color: black;
        background-color: #8EB84E
    }

.teltab {
    outline: none;
    cursor: pointer;
    border: none;
    color: #aaa;
    border-bottom: solid #eee 2px;
    background-color: #004D88;
    text-decoration: none;
    padding: 5px 25px 5px 10px;
    margin-right: 2px;
    display: inline-block;
    white-space: nowrap;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 20px;
}

    .teltab:hover {
        color: black;
        background-color: #8EB84E;
    }

    .teltab:disabled {
        cursor: default;
        background-color: darkgray;
        color: black;
    }

a.teltab.disabled {
    cursor: default;
    pointer-events: none;
    background-color: darkgray;
    color: black;
    text-decoration: none;
}

.Spent {
    display: none;
    color: #999
}

@media screen {
    .TabArea {
        border: #0066A1 2px solid;
        display: none
    }
}

.TabArea header button {
    border: none;
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
    background-color: #0288d5;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    white-space: nowrap;
}

.TabArea-Selected {
    display: block
}

.tabselected {
    border-bottom: solid #0066A1 2px;
    margin-bottom: -2px;
    z-index: 100;
    padding: 5px 25px 5px 10px;
    color: #fff;
    background-color: #0066A1;
}

#closeburger {
    display: none
}

#homepage {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    padding: 16px 15px 83px 15px
}

    #homepage > div {
        flex: auto;
        width: 50%;
        padding: 15px
    }

        #homepage > div:first-child > div {
            height: 100%;
            padding: 45px
        }

        #homepage > div:last-child > div:first-child {
            height: 50%;
            padding-bottom: 15px
        }

        #homepage > div:last-child > div:last-child {
            height: 50%;
            padding-top: 10px;
            position: relative
        }

            #homepage > div:last-child > div:last-child a {
                display: block;
                position: absolute;
                bottom: 45px
            }

        #homepage > div:last-child > div > div {
            height: 100%;
            padding: 45px
        }


.denominations {
    display: none;
}

.navbar-nav > a {
    background-color: #0066A1;
    color: white;
    margin-right: 10px;
    text-transform: uppercase;
}

    .navbar-nav > a:hover {
        background-color: #7ab800;
    }

.sc-button {
    background-color: darkorange !important;
    color: white !important;
}

    .sc-button:hover {
        background-color: darkorange !important;
        color: black !important;
    }


.Denomination {
    border-top: dotted 1px;
    overflow: auto
}

    .Denomination:first-child {
        border-top: none;
    }

.Currency {
    color: white;
    display: block;
    padding: 5px 0 5px 10px;
    margin-top: 2px;
}

.CurrencyCont {
    background-color: cornflowerblue;
    border-top: solid 1px black;
}

    .CurrencyCont:hover a {
        color: black;
        text-decoration: none
    }

    .CurrencyCont:visited a {
        color: black;
        text-decoration: none
    }

    .CurrencyCont:active a {
        color: black;
        text-decoration: none
    }

    .CurrencyCont:current a {
        color: black;
        text-decoration: none
    }

.Stores {
    background-color: #eee !important;
    margin-top: 25px;
    color: #888;
    padding: 0 8px 0 8px
}

    .Stores .col-xs-3, .Stores .col-sm-3, .Stores .col-md-3 {
        padding: 7px
    }

.StoreSummary > .info {
    padding: 5px 1px 0 1px;
    margin-bottom: 10px
}

.StoreSummary > .title {
    text-align: left;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-size: 20px;
    background-color: #555;
    color: #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 6px;
}

    .StoreSummary > .title > span {
        text-decoration: none;
    }

    .StoreSummary > .title:hover {
        background-color: #0066A1;
        color: white
    }

    .StoreSummary > .title > span {
        float: right;
        margin-top: 12px
    }

.TaskSummary {
    font-size: 12px;
    overflow: auto;
}

    .TaskSummary > .header {
        font-weight: bold;
        border-top: #ddd solid 2px;
        border-bottom: #ddd solid 2px;
        background-color: white;
    }

    .TaskSummary > div {
        padding: 5px 5px 5px 5px;
        overflow: auto;
    }

    .TaskSummary > .body {
        border-bottom: dotted 1px #ddd
    }

        .TaskSummary > .body:nth-child(2n) {
            background-color: #f1f1f1;
        }

    .TaskSummary .col2 {
        width: 20%;
        float: left;
        text-align: center;
    }

    .TaskSummary > .body:last-child {
        border-bottom: #ddd solid 2px;
    }

    .TaskSummary .col1 {
        width: 45%;
        float: left;
        text-align: left;
    }


    .TaskSummary .col3 {
        width: 35%;
        float: left;
        text-align: right;
    }

    .TaskSummary .body .col3 {
        padding-right: 5px;
    }

/*.TaskSummary > .body:hover { background-color: #0066A1; color: white; cursor: pointer }*/


.GroupHeader {
    background-color: #ddd;
    padding: 5px 14px 5px 15px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    border-top: solid 2px #0066A1
}

.CountSummaryHeader {
    margin-top: 10px;
    border-bottom: 1px solid #aaa;
    overflow: auto
}

.DenominationContainer {
    margin-left: 30px;
    background-color: #0066A1 !important;
    color: white;
    overflow: auto;
    margin-right: 20px;
    padding: 20px
}

.Expand:hover > div {
    background-color: #0066A1;
    cursor: pointer;
    color: white
}

.blueBack, .blueBack > div {
    background-color: #0066A1 !important;
    color: white !important;
}

.tillSummary {
    overflow: auto;
    margin: 0 0 10px 0
}

    .tillSummary > div {
        overflow: auto;
        min-height: 120px
    }

        .tillSummary > div:first-child {
            border-right: 1px #777 dotted
        }

        .tillSummary > div:last-child {
            border-left: 1px #777 dotted
        }

        .tillSummary > div > h5 {
            margin: 7px 0 0 0;
            text-align: center;
            font-size: 12px
        }

    .tillSummary > div {
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

        .tillSummary > div > h3 {
            margin: 0;
            text-align: center;
            font-size: 16px
        }

        .tillSummary > div > div {
            margin: 0;
            text-align: center;
            font-size: 40px;
            font-weight: bold;
            color: #777
        }

        .tillSummary > div > p {
            margin: 0;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            color: #777
        }

.TabControl {
    margin-top: 10px
}

.nav-tabs > li > a:hover {
    background-color: #7ab800
}

.nav-tabs > li > a:focus {
    background-color: #7ab800
}

.bgGray {
    background-color: #ddd
}

.ledgerCol {
    border-bottom: dotted black 1px;
    border-right: solid #ccc 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.money {
    text-align: right
}

#LogOn > main {
    margin: 8px 0 0 0;
    font-size: 12px;
    float: left;
    width: 185px;
    border-right: white solid 2px;
    padding-right: 8px
}

    #LogOn > main > div {
        text-align: right
    }

#LogOn > section {
    margin: 8px 0 0 0;
    font-size: 12px;
    float: right;
    position: relative;
}

    #LogOn > section > div {
        background-image: url(Images/user_no_hover.png);
        height: 30px;
        width: 30px;
        margin-top: 2px;
        cursor: pointer;
    }

        #LogOn > section > div:hover {
            background-image: url(Images/user_hover.png);
        }

    #LogOn > section > nav {
        text-align: left;
        position: absolute;
        top: 44px;
        right: 0px;
        background-color: #0066A1;
        width: 120px;
        display: none
    }

        #LogOn > section > nav > a {
            color: white;
            display: block;
            padding: 5px;
            text-decoration: none;
        }

            #LogOn > section > nav > a:hover {
                background-color: #3399D4;
            }

#UserBadge {
    width: 223px;
    float: right;
    color: #fff
}

.nav > a {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

    .nav > a:hover {
        background-color: red;
    }

.drop {
    margin: 8px 0 0 0;
    font-size: 12px;
    float: right;
    position: relative;
}

    .drop > div {
        height: 30px;
        margin-top: 2px;
        cursor: pointer;
    }

    .drop > nav {
        text-align: left;
        position: absolute;
        top: 44px;
        right: 0px;
        background-color: #0066A1;
        width: 130px;
        display: none
    }

        .drop > nav > a {
            color: white;
            display: block;
            padding: 5px;
            text-decoration: none;
        }

            .drop > nav > a:hover {
                background-color: #3399D4;
            }

.macineContainer {
    padding-bottom: 30px;
}

.Download {
    text-align: center;
    color: #0066A1;
}

    .Download a {
        color: #0066A1;
        text-decoration: none;
    }

    .Download:hover {
        background-color: #0066A1;
        cursor: pointer;
        color: #FFF;
    }

        .Download:hover a {
            color: #FFF;
        }

.CountSummaryHeader2 {
    margin-top: 10px;
    overflow: auto;
    border-bottom: 1px solid black
}

    .CountSummaryHeader2 div {
        padding-left: 6px;
        padding-right: 7px;
        text-align: center;
    }

.CountRow {
    font-size: 13px;
}

    .CountRow > div > div {
        padding-left: 6px;
        padding-right: 7px;
    }

.double-line {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px
}

.Transaction {
    overflow: auto;
    display: none;
    padding: 10px 10px 10px 10px;
    border-bottom: solid black 1px
}

.item-cont {
    position: relative;
}

label.error {
    color: red !important;
    display: block;
    position: absolute;
    font-size: 10px !important;
    background-color: none !important;
    right: 3px;
    top: 14px;
    padding: 0px !important;
    z-index: 200
}

input.error {
    margin-left: 0 !important
}

.security {
    border: 2px #2266A3 solid;
    max-width: 500px;
    padding: 15px;
    margin: 70px auto 0 auto;
    background-color: white
}

    .security > h2 {
        margin-top: 0
    }

#ForgotPassword > form > div:last-child {
    text-align: right
}

.machineData > div {
    border-bottom: dotted black 1px;
    overflow: auto
}

    .machineData > div > div {
        float: right
    }

        .machineData > div > div:first-child {
            float: left
        }

.machineButtons {
    overflow: auto
}

    .machineButtons > button {
        border: none;
        float: left;
        width: 50%;
        height: 30px;
        text-align: center;
        background-color: #0066A1;
        color: white
    }

        .machineButtons > button:last-child {
            float: right;
            border-left: 1px solid white;
        }

        .machineButtons > button:hover {
            background-color: #3399D4
        }

.machine {
    background-color: white !important;
    border: 0px solid #0066A1;
    padding: 10px;
    height: 220px;
}

.macineContainer > h1 {
    margin: 0px;
    padding: 3px;
    text-align: center;
    background-color: #0066A1;
    color: white
}

.dropbox {
    padding: 0 !important;
    background: #2266A3;
    border: 1px solid #579ddb;
    box-shadow: 3px 3px 3px #aaa;
    width: 150px;
    color: white;
    font-family: arial;
    line-height: 1.5;
    position: absolute;
    top: 34px;
    display: none;
    z-index: 9999;
}

    .dropbox a {
        color: white;
        width: 100%;
        display: block;
        text-align: left;
        padding: 3px 0 3px 5px
    }

        .dropbox a:hover {
            background-color: #428bca;
            width: 100%
        }


.myBut {
    color: #2266A3;
    border: none;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

    .myBut:hover {
        background: #2266A3;
        color: white;
        text-decoration: none;
    }

        .myBut:hover a {
            background: #2266A3;
            color: white;
            text-decoration: none;
        }

.butCon {
    position: relative;
}

.show {
    display: block;
}

#messages > div > div:first-child {
    float: right;
    font-size: 26px;
    padding-top: 6px;
    color: #666;
    cursor: pointer
}

    #messages > div > div:first-child:hover {
        color: white
    }

.print div {
    font-family: Arial, Helvetica, sans-serif
}

.CountDetail {
    display: flex;
    flex-wrap: nowrap
}

    .CountDetail > div {
        width: 33%;
        float: left;
        padding: 10px;
        margin: 10px;
        background-color: white;
        overflow: auto;
        border: dotted black 1px
    }

    .CountDetail .headers {
        font-size: 12px
    }


#input-daterange > .hidden2 {
    display: none;
}

.input-group-addon, .input-group-btn {
    display: inline;
    float: left;
    font-size: 14px;
    padding: 3px 10px 3px 5px;
}

#DateFrom, #DateTo {
    width: 100px
}

#dateSelect {
    font-size: 14px;
    position: initial
}

#DayRangeSelect {
    width: 65px;
    padding: 0 0 0 2px;
    height: 34px;
    margin-right: 10px
}

#DayRangeSelectmini {
    font-size: 8px;
    text-align: start
}

#DayRangeSelectTxt {
    font-size: 13px;
    text-align: center
}

#ReloadStores {
    margin-left: 10px
}

.prodfeat {
    margin-bottom: 30px;
    padding: 10px;
    min-height: 180px
}

    .prodfeat .prodfeat-image {
        text-align: center
    }

.prodfeat-title {
    font-size: 1.25em;
    color: #666;
    margin: 10px 0 10px 0;
    text-align: center
}

#leftarea .usercontent {
    margin-bottom: 45px
}

    #leftarea .usercontent h4 {
        line-height: 1.2em;
        color: #666;
        font-size: 25px
    }

    #leftarea .usercontent h1 {
        line-height: 1.2em;
        color: #666;
        font-size: 35px;
        margin-top: 0
    }

#showing {
    text-align: right;
    float: right;
    color: gray;
    font-size: 24px
}

.ReloadStores-range {
    top: 40px !important;
}

.controlBar-range {
    height: 130px !important;
}

.document-cards {
    display: flex;
    flex-wrap: wrap;
}

.document-card {
    border: 1px solid black;
    width: 48%;
    margin: 10px;
    padding: 15px;
    position: relative
}

    .document-card img {
        float: left;
        margin-right: 15px;
        border: 1px solid grey
    }

    .document-card h2 {
        margin-top: 0
    }

    .document-card a {
        display: block;
        position: absolute;
        right: 15px;
        bottom: 15px;
        text-transform: uppercase;
        font-weight: bold
    }

.count-detail-total {
    font-weight: normal;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    background-color: #f0f0f0;
}

.alb-hidden {
    display: none;
}

.shareHeader {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-weight: bold;
    font-size: 14px
}

.shareCell {
    border-bottom: dotted 1px black;
    line-height: 60px;
}

    .shareCell button {
        vertical-align: middle;
        line-height: 25px
    }

    .shareCell span {
        font-size: 14px;
        vertical-align: middle;
        line-height: 20px
    }

        .shareCell span:last-child {
            font-size: 18px;
            vertical-align: middle;
            line-height: 20px;
            margin-bottom: 5px
        }

.ShareView > header {
    background-color: #0066A1;
    color: white;
    text-align: right;
    padding: 5px 10px 5px 0;
    font-weight: bold;
    font-size: 16px
}

.ShareView > content {
    border: #0066A1 2px solid;
    overflow: auto;
    min-height: 100vh;
    padding: 0 10px 0 10px;
    display: block
}

.TabArea > header {
    background-color: #0066A1;
    color: white;
    text-align: right;
    padding: 5px 10px 5px 0;
    font-weight: bold;
    font-size: 16px
}

.TabArea > content {
    border: #0066A1 2px solid;
    overflow: auto;
    min-height: 100vh;
    padding: 0 10px 0 10px;
    display: block
}


@media only screen and (max-width: 600px) {
    #DayRangeSelectTxt {
    }

    #DayRangeSelect {
    }

    #dateSelect {
        position: relative;
        margin-top: 40px
    }

    #DayRangeSelect {
        position: absolute;
        top: 0;
        left: 0
    }

    #dateFromLabel {
        position: absolute;
        top: 0px;
        left: 80px;
        padding-top: 9px;
        padding-bottom: 9px;
        margin: 0px 5px 0px 5px;
    }

    #DateFrom {
        position: absolute;
        top: 0px;
        left: 130px;
    }


    #DateTo {
        position: absolute;
        top: 40px;
        left: 130px;
        text-align: center;
    }

    #dateToLabel {
        position: absolute;
        top: 40px;
        left: 80px;
        padding-top: 9px;
        padding-bottom: 9px;
        width: 51px;
        text-align: center
    }

    #ReloadStores {
        position: absolute;
        top: 0px;
        left: 230px
    }

    #controlBar {
        height: 90px
    }

    #showing {
        font-size: 20px
    }

    .CountDetail {
        display: block;
    }

        .CountDetail > div {
            width: 100%;
            float: none;
            padding: 10px;
            margin: 5px 0 5px 0;
            background-color: white;
            overflow: auto;
            border: dotted black 1px
        }

    .Transaction {
        overflow: auto;
        padding: 10px 0 10px 0;
        border-bottom: solid black 1px
    }
}


@media only screen and (max-width: 767px) {
    #homepage > div:last-child {
        width: 100%
    }

    #homepage > div:first-child {
        display: none
    }

    #homepage > div:last-child > div:first-child {
        height: unset;
        padding-bottom: 15px
    }

    #homepage > div:last-child > div:last-child {
        height: unset;
        padding-top: 0px;
        padding-bottom: 30px
    }

    #homeunit {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    #showing {
        text-align: left;
        width: 100%
    }
}

/* Sainsburys table */
table.sainsburys {
}

    table.sainsburys thead {
        border-bottom: 2px solid black;
        background-color: #0066A1;
        color: white;
    }

        table.sainsburys thead th.js-notes-header {
            background-color: #00802b;
        }

    table.sainsburys tr.js-denom-header {
        background-color: lightgreen;
        color: initial;
    }

    table.sainsburys td, table.sainsburys th {
        border: 0.5px solid #808080;
    }

    table.sainsburys tr.js-first {
        border-top: 2px solid black;
    }

    table.sainsburys .js-verified-count {
        background-color: #C6EFCE;
    }

    table.sainsburys .js-warning-count {
        background-color: #FFEB9C;
    }

    table.sainsburys .js-unverified-count {
        background-color: #FFC7CE;
    }

    table.sainsburys tr.js-total {
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        font-weight: bold;
    }

@media print {
    .page-break {
        page-break-after: always;
    }
}

/* Marks and Spencer table style */
table.mns-table {
    border: 0.5px solid #808080;
    font-size: 11px;
}

    table.mns-table td, table.mns-table th {
        border: 0.5px solid #808080;
        padding: 2px;
    }

    table.mns-table thead {
        background-color: #0066A1;
        color: white;
    }

        table.mns-table thead tr.mns-department-header {
            background-color: #669900;
        }

        table.mns-table thead th.mns-notes-header {
            background-color: #00802b;
        }

        table.mns-table thead th.mns-coins-header {
            background-color: #b32400;
        }

        table.mns-table thead th.mns-note-denom-header {
            background-color: lightgreen;
            color: black;
        }

        table.mns-table thead th.mns-coin-denom-header {
            background-color: #FFc2b3;
            color: black;
        }

    table.mns-table td.mns-note-denom {
        background-color: #b3ffb3;
    }

    table.mns-table td.mns-coin-denom {
        background-color: #ffb3b3;
    }

    table.mns-table tbody tr:nth-child(even) {
        background-color: #E0E0E0;
    }

    table.mns-table tbody tr:hover {
        background-color: skyblue;
    }

    table.mns-table tfoot tr {
        background-color: #b3e0ff;
        font-weight: bold;
    }
