﻿body
{
    background: #b6b7bc;
    font-family: Tahoma, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

.page
{
    min-width: 1570px;
    width: auto;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #d3e4f6;
    border-bottom: 1px solid #496077;
    height: 32px;
}

.title
{
    display: block;
    float: left;
    padding: 7px 0px 0px 8px;
    width: auto;
    font-size: large;
}
.title a
{
    text-decoration: none;
    color: black;
}

.loginDisplay
{
    display: block;
    float: right;
    padding: 9px 10px;
    text-align: right;
    font-size: 12px;
    width: auto;
}
.loginDisplay a
{
    text-decoration: none;
    color: black;
    border-bottom: dashed 1px black;
}

.main
{
    min-height: 1060px; /*856 or 920 1016, 1036px or 1060px*/
}

.footer
{
    background-color: #eef2f7;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    border-top: 1px solid #496077;
    height: 22px;
    visibility: hidden;
}

.footerLogin
{
    background-color: #d3e4f6;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    border-top: 1px solid #496077;
    height: 22px;
}

.failureNotification
{
    font-size: 1.2em;
    color: red;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 4px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 380px;
}

.FilterPanelListBox
{
    overflow: auto;
    height: 146px; /*123px or 146px*/
}

.PrintPanelListBox {
    overflow: auto;
    height: 187px; /*123px or 146px*/
}

/* ASPxImagreSlider styles */
.dxisControl .dxis-nbItem
{
    width: 120px;
    height: 90px;
    background-color: transparent;
}
.dxisControl .dxis-nbSelectedItem,
.dxisControl .dxis-nbSelectedItem > div,
.dxisControl .dxis-nbItem .dxis-nbHoverItem
{
    display: none !important; /* Hide Selection Frame */
}
/* Template styles */
.url
{
    display: block;
    color: #0068bb;
    line-height: 1;
    border: 1px solid #9f9f9f;
    padding: 0px;
    text-align: center;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    width: 124px;
    height: 94px;
}
.url:visited
{
    color: #660066;
}
.url:hover
{
    color: #dd0000;
    border: 1px solid #000000;
    background-color: #f8f8f8;
}
.name
{
    font-size: 13px;
    white-space: normal;
    font-family: helvetica, arial, sans-serif;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, sans-serif;
}
/* -- Approve -- */
.btnApprove, .btnNotLiable
{
    color: white;
	background-color: darkgreen;
    background-image: url('')!important;
}
.btnApproveHovered, .btnNotLiableHovered
{
    background-color: green;
}
/* -- Reject -- */
.btnReject, .btnLiable
{
    color: white;
	background-color: darkred;
    background-image: url('')!important;
}
.btnRejectHovered, .btnLiableHovered
{
    background-color: red;
}
.btnPressed
{
    color: black;
    background-color: yellow;
}
.btnDisabled
{
    cursor: default;
    color: darkgrey;
    background-color: lightgrey;
}
.cbDateAllow
{
    position: relative;
    top: -65px;
    left: 60px;
}
.cbDateAllowPolice {
    position: relative;
    top: -40px;
    left: 60px;
}
.cbTimeAllow {
    position: relative;
    top: -40px;
    left: 36px;
}
.rbSpeed {
    position: relative;
    top: -7px;
    left: -16px;
}

.upper .dxeEditArea {
    text-transform: uppercase !important;
}

.CaptionStyle {
    width: 200px;
}

.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: gold;
}

    .speed50.focused-violation {
        background-color: gold;
        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;
    }
