html, body {
    margin: 0;
    padding: 0;
}

/* Header */
.templateTitle {
    float: left;
    margin-left: 8px;
    margin-top: 7px;
}
.loginControl {
    float: right;
    margin-top: 9px;
    margin-right: 8px;
    font-size: 12px;
}
.loginControl a {
    color: black;
    text-decoration: none;
    border-bottom: dashed 1px black;
    display: inline-block;
}

/* Main Content */
.panelFilter {
    overflow-x: auto;
    overflow-y: hidden;
}
.PrintPanelListBox {
    overflow: auto;
    height: 231px; /*123px or 146px*/
}
.FilterPanelListBox
{
    overflow: auto;
    height: 123px; /*123px or 146px*/
}
.cbDateAllow {
    position: relative;
    top: -40px;
    left: 60px;
}

/* Footer */
.copyright {
    text-align: center;
    padding-top: 3px;
    height: 20px;
    white-space: nowrap;
}

/* Inactivity popup */
.b-popup {
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content {
    margin: 300px auto 0px auto;
    width: 400px;
    height: 100px;
    padding:10px;
    background-color: #fff;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}

.speed50 {
    background-color: yellow;
}
    .speed50.focused-violation {
        background-color: yellow;
        color: black;
        font-weight: bold;
    }

.speed60 {
    background-color: red;
}
    .speed60.focused-violation {
        background-color: red;
        color: black;
        font-weight: bold;
    }

.speed70 {
    background-color: magenta;
}
    .speed70.focused-violation {
        background-color: magenta;
        color: black;
        font-weight: bold;
    }

.expiresoon {
    background-color: darkorange;
}
    .expiresoon.focused-violation {
        background-color: darkorange;
        color: black;
        font-weight: bold;
    }