﻿:root {
    --vCOL_BT3blue: #033270;
    --vCOL_BT3red: #A53C19;
    --vCOL_BT3gray: #A6A6A6;
    --vCOL_BT3lightgray: #f1f1f1;
    --vCOL_BT3Billing: darkred;
}

body {
    font-family: lato;
}

.bt3-control-label {
    color: var(--vCOL_BT3red);
}

.bt3-badge {
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    display: inline-block;
    text-transform: uppercase;
}

.bt3-badge-small {
    width: 24px;
    height: 24px;
    font-size: .5rem;
    padding-top: 6px;
}

.bt3-badge-regular {
    width: 37px;
    height: 37px;
    font-size: .8rem;
    padding-top: 10px;
}

.bt3-badge-large {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    padding-top: 12px;
}

.bt3_week_btnremarks_yes {
    background-color: red;
}

.bt3_week_btnremarks_no {
    background-color: lightgreen;
}

.bt3_week_btnremarks_forbidden {
    background-color: lightgray;
}

.bt3-bil-menubar {
    background-color: var(--vCOL_BT3Billing);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -20px;
    margin-bottom: 8px;
}

.bt3-bil-menuitem {
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

    .bt3-bil-menuitem a {
        color: white;
    }

    .bt3-bil-menuitem.unselected a:hover {
        color: white;
        text-decoration: none;
    }

    .bt3-bil-menuitem.selected a {
        color: white;
    }

        .bt3-bil-menuitem.selected a:hover {
            text-decoration: none;
        }

    .bt3-bil-menuitem.unselected a {
        color: #999999;
    }

.bt3-bil-table {
    border:lightgray 1px solid;
    width:100%
}

    .bt3-bil-table th {
        text-decoration:underline;
        text-align:center;
    }


.btn-bt-billing {
    color: #fff;
    background-color: var(--vCOL_BT3Billing);
    border-color: var(--vCOL_BT3Billing);
}