body {
    font-family: "ProximaNova", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #555;
    margin: 0;
}

#wrapper {
    width: 1200px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    color: #222;
}

a {
    color: #0089c4;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

dl dd, dl dt {
    margin: 2px 0;
}

h4 {
    font-size: 15px;
}

hr {
    background: none;
    border-bottom: 1px #ccc dashed;
}

input,
select,
textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

input {
    line-height: normal;
}

.form-horizontal input[type=text], .form-horizontal input[type=email], .form-horizontal select, textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 0 5px 7px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    font-size: 12px;
}

.form-horizontal select {
    height: 27px; /* Mac select style */
}


input[type=button], input[type=button], .actionsRight a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    min-height: 25px;
    border: 1px solid #ccc;
    background: #F3F3F3;
    background: linear-gradient(#fff, #ddd);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 10px;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0, #ccc 0 1px 2px;
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0, #ccc 0 1px 2px;
    box-shadow: inset 0 -1px 0 #ccc, #f0f0f0 0 1px 2px;
    text-shadow: 0 1px 0 #fff;
}

    input[type=button]:hover, .actionsRight a:hover {
        background: #F3F3F3;
        background: linear-gradient(#fff, #ccc);
        border-color: #bbb;
        outline: 0px;
        -webkit-box-shadow: inset 0 -1px 0 #f0f0f0, #ccc 0px 0 5px;
        -moz-box-shadow: inset 0 -1px 0 #f0f0f0, #ccc 0px 0 5px;
        box-shadow: inset 0 -1px 0 #f0f0f0, #ccc 0px 0 5px;
    }

    .actionsRight a img {
        margin-bottom: -1px;
        margin-right: 0px;
        margin-left: -4px;
    }

input[type=submit], .submitAdmin {
    font-family: Arial, Helvetica, sans-serif;
    min-height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 20px;
    min-width: 140px;
    border: 1px solid #1c78d4;
    background: #026ea8;
    background: linear-gradient(#32a5e3, #2790db);
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px #87c5e0, #ccc 0px 1px 3px;
    -moz-box-shadow: inset 0 1px 1px #87c5e0, #ccc 0px 1px 3px;
    box-shadow: inset 0 1px 1px #87c5e0, #ccc 0px 1px 3px;
}

    input[type=submit]:hover, .submitAdmin:hover {
        background: #024f78;
        background: linear-gradient(#29a0e1, #2b80bd);
        border-color: #0068a1;
        color: #fff;
        text-decoration: none;
        -webkit-box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 1px 4px;
        -moz-box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 1px 4px;
        box-shadow: inset 0 1px 1px #87c5e0, inset 0 -1px 1px #258bd9, #999 0px 1px 4px;
    }

.red {
    color: red;
}

#nav2 ul .dropdown-menu {
    margin-top: 17px;
    display: none;
}

.dropdown-menu li {
    background-color: #111111;
    border: solid white;
    border-width: 1px 1px 0px;
}

li[menuID]::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 8px;
    width: 0px;
    height: 0px;
    border: solid 8px;
    border-color: transparent;
    border-top-color: white;
}

.LoginMenu {
    min-height: 30px;
}

#LoginLink {
    margin-right: 5px;
    border: 1px #26b27a solid;
    padding: 1px 11px;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.LoginMenu:hover #LoginLink {
    opacity: 0.3;
}

#LoginLink a {
    color: #26b27a;
}

#LoginLink img {
    margin-top: -8px;
    margin-bottom: 1px;
    margin-right: -3px;
}

#LoginMenu input[type=submit] {
    padding: 9px 28px;
}

.login {
    float: right;
    margin: 16px 0px 0 0;
    font-size: 12px;
    color: #fff;
}

    .Login a {
        color: #000;
        font-weight: bold;
    }

        .login a:hover {
            color: red;
            text-decoration: none;
        }

#LoginMenu {
    position: absolute;
    margin-left: -50px;
    text-align: left;
    z-index: 2000;
    width: 140px;
    padding: 15px 15px 15px 15px;
    background: #282e3e;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

    #LoginMenu a {
        font-weight: normal;
        font-size: 12px;
        line-height: 24px;
        color: #e3e3e4;
        -o-transition: .4s;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
    }

        #LoginMenu a:hover {
            color: #888;
        }

.actionsRight {
    float: right;
    margin-top: 22px;
    color: #aaa;
}

    .actionsRight a {
        margin: 0 2px;
        color: #444;
        text-decoration: none;
    }

.vehicleType {
    float: right;
    margin: 17px 0 0 20px;
}

    .vehicleType label {
        margin: 5px 5px 0 0;
    }

.ReportsBarBlack {
    background: black;
    background: linear-gradient(#4d4b4b, #000);
    height: 19px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.ReportsBarRed {
    position: absolute;
    margin-top: 6px;
    background: red;
    background: linear-gradient(#db7979, #b00404);
    height: 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.DlDouble dl {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.DlDouble dt {
    width: 160px;
}

table .calcLog {
    text-align: right;
    min-width: 65px;
    padding: 2px 10px 2px 2px;
    white-space: nowrap;
}

.calcLogTable tr:last-child td, .greenBg td {
    background: #def5dd;
}

#footer {
    padding: 40px 15px;
}

#copyright {
    max-width: 850px;
    font-size: 12px;
    color: #999;
}

.calcLogTable td.highlight {
    background-color: #ffcdcd;
    color: red;
    font-weight: bold;
}

.tableTight th {
    padding: 8px 2px 8px 4px;
}

.tableTight td {
    padding: 5px 2px 5px 4px;
}

.tableTabs {
    border: 0;
}

    .tableTabs th {
        -moz-border-radius-topleft: 6px;
        border-top-left-radius: 6px;
        -moz-border-radius-topright: 6px;
        border-top-right-radius: 6px;
        margin-right: 20px;
        padding: 0;
        border-right-style: solid;
        border-width: 1px;
        border-bottom: 0;
        text-align: center;
        -webkit-box-shadow: #eee 2px -1px 2px 0;
        -moz-box-shadow: #eee 2px -1px 2px 0;
        box-shadow: #eee 2px -1px 2px 0;
    }

        .tableTabs th:nth-child(even) {
            width: 5px;
            padding: 0;
            background: none;
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .tableTabs th a {
            padding: 10px 0 8px 0;
            display: block;
            min-width: 120px;
            color: #777;
            text-align: center;
            text-decoration: none;
        }

            .tableTabs th a:hover {
                color: #000;
                -o-transition: .4s;
                -moz-transition: .4s;
                -webkit-transition: .4s;
                transition: .4s;
            }

    .tableTabs .active {
        background: #026ea8;
        background: linear-gradient(#32a5e3, #2790db);
        border: 1px solid #1c78d4;
        border-bottom: 0;
        color: white;
        text-shadow: none;
        -webkit-box-shadow: #eee 2px -1px 4px;
        -moz-box-shadow: #eee 2px -1px 4px;
        box-shadow: #eee 2px -1px 4px;
        text-shadow: 0 -1px 0 #1658c9;
    }

        .tableTabs .active a, .tableTabs .active a:hover {
            color: white;
            -o-transition: none;
            -moz-transition: none;
            -webkit-transition: none;
            transition: none;
        }

         .tablePromotionTabs {
            border: 0;
        }

    .tablePromotionTabs th {
        -moz-border-radius-topleft: 6px;
        border-top-left-radius: 6px;
        -moz-border-radius-topright: 6px;
        border-top-right-radius: 6px;
        margin-right: 20px;
        padding: 0;
        border-right-style: solid;
        border-width: 1px;
        border-bottom: 0;
        text-align: center;
        -webkit-box-shadow: #eee 2px -1px 2px 0;
        -moz-box-shadow: #eee 2px -1px 2px 0;
        box-shadow: #eee 2px -1px 2px 0;
    }

        .tablePromotionTabs th:nth-child(even) {
            width: 5px;
            padding: 0;
            background: none;
            border: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .tablePromotionTabs th a {
            padding: 10px 0 8px 0;
            display: block;
            min-width: 120px;
            color: #777;
            text-align: center;
            text-decoration: none;
        }

            .tablePromotionTabs th a:hover {
                color: #000;
                -o-transition: .4s;
                -moz-transition: .4s;
                -webkit-transition: .4s;
                transition: .4s;
            }

    .tablePromotionTabs .active {
        background: #026ea8;
        background: linear-gradient(#32a5e3, #2790db);
        border: 1px solid #1c78d4;
        border-bottom: 0;
        color: white;
        text-shadow: none;
        -webkit-box-shadow: #eee 2px -1px 4px;
        -moz-box-shadow: #eee 2px -1px 4px;
        box-shadow: #eee 2px -1px 4px;
        text-shadow: 0 -1px 0 #1658c9;
    }

        .tablePromotionTabs .active a, .tablePromotionTabs .active a:hover {
            color: white;
            -o-transition: none;
            -moz-transition: none;
            -webkit-transition: none;
            transition: none;
        }

.DashboardWidget {
    font-size: 14px;
    margin: 11px 0 25px 0;
    padding: 0 15px 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    box-shadow: #e3e3e3 2px 2px 2px 0;
    color: #777;
    clear: both;
}

    .DashboardWidget div:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }


    .DashboardWidget .time {
        display: inline-block;
        color: #bbb;
        margin-left: 7px;
        vertical-align: top;
    }

    .DashboardWidget .description {
        display: inline-block;
        max-width: 440px;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: top;
    }

    .DashboardWidget .headerdiv {
        background: #f3f6f8;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e6e9ec;
        border-top: 1px solid #e6e9ec;
        padding: 6px 15px 4px 15px;
        font-weight: bold;
        font-size: 12px;
    }

        .DashboardWidget .headerdiv select {
            position: absolute;
            border: 0;
            width: 180px;
            background: none;
            -webkit-appearance: none;
            font-weight: bold;
            height: 24px;
            margin: 0;
            margin-top: -4px;
            margin-left: -10px;
            margin-bottom: 3px;
            padding: 0;
            padding-left: 28px;
            font-size: 12px;
            background-image: linear-gradient(45deg, transparent 50%, #9f9f9f 50%), linear-gradient(135deg, #9f9f9f 50%, transparent 50%), linear-gradient(to right, #d8d8d8, #d8d8d8), linear-gradient(to right, #f8f9f9 70%, #f8f9f9);
            background-position: calc(100% - 12px) calc(1em - 2px), calc(100% - 7px) calc(1em - 2px), calc(100% - 2.0em) 0.20em, left;
            background-size: 5px 5px, 5px 5px, 1px 1.5em, 100%;
            background-repeat: no-repeat,no-repeat,no-repeat,repeat;
            border: 1px #d8d8d8 solid;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .DashboardWidget .headerdiv select:hover {
                background-image: linear-gradient(45deg, transparent 50%, #9f9f9f 50%), linear-gradient(135deg, #9f9f9f 50%, transparent 50%), linear-gradient(to right, #d8d8d8, #d8d8d8);
                background-color: #edf7f4;
                
            }

        .DashboardWidget .headerdiv img {
            position: absolute;
            z-index: 2000
        }

        .DashboardWidget .headerdiv .seeMore {
            float: right;
            font-weight: normal;
            font-size: 12px;
        }

        .DashboardWidget .headerdiv a {
            padding-left: 18px;
        }

            .DashboardWidget .headerdiv .seeMore a {
                color: #58a8c9;
            }

        .DashboardWidget .headerdiv a, .DashboardWidget .headerdiv select {
            text-decoration: none;
            color: #777;
        }

            .DashboardWidget .headerdiv a:hover {
                text-decoration: underline;
            }

        .DashboardWidget .headerdiv:first-child {
            border-top: 0;
        }

    .DashboardWidget .contentdiv {
        margin-bottom: 15px;
    }

        .DashboardWidget .contentdiv hr {
            margin-left: -15px;
            margin-right: -15px;
            margin-top: 8px;
            margin-bottom: 10px;
            clear: both;
        }

    .DashboardWidget hr {
        margin: 15px 0 0 0;
        border-bottom: 1px solid #e6e9ec;
    }

    .DashboardWidget .SkipButton {
        position: absolute;
        margin-top: 45px;
        border: 1px #cdcdcd solid;
        background: #f3f6f8;
        color: #bbb;
        cursor: pointer;
        opacity: 0;
        font-size: 10px;
        transition: opacity 0.3s ease-in;
    }

        .DashboardWidget .SkipButton:hover {
            background: #e8eef1;
        }

    .DashboardWidget:hover .SkipButton {
        opacity: 1;
        transition-delay: 0.5s;
    }

    .DashboardWidget .SkipLeft {
        margin-left: -16px;
        border-top-right-radius: 3px 3px;
        border-bottom-right-radius: 3px 3px;
        padding: 30px 2px 30px 0;
    }

    .DashboardWidget .SkipRight {
        right: -16px;
        border-top-left-radius: 3px 3px;
        border-bottom-left-radius: 3px 3px;
        padding: 30px 0 30px 2px;
    }

.statsGreenBar {
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    background: black;
    margin: 1px;
    font-size: 12px;
    padding: 0 2px;
    color: #c8e3be;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: linear-gradient(to right, #65ad49, #357e18);
    border: 1px #499c28 solid;
    cursor: pointer;
    overflow: hidden;
}

    .statsGreenBar:hover {
        background: linear-gradient(to right, #65ad49, #479328);
        border: 1px #60b140 solid;
        color: #e5f2e0;
    }

        .statsGreenBar:hover .statsBarDate {
            color: #ccc;
        }

.statsBarDate {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #999;
    width: 20px;
    text-align: center;
    margin-left: -3px;
    font-size: 9px;
}

.statsBlueBar {
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    background: black;
    margin: 1px;
    font-size: 12px;
    padding: 0 2px;
    color: #bedaee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: linear-gradient(to right, #59a5d5, #2a78a9);
    border: 1px #509ac9 solid;
    cursor: pointer;
    overflow: hidden;
}

    .statsBlueBar:hover {
        background: linear-gradient(to right, #78bce8, #4795c7);
        border: 1px #69a9d2 solid;
        color: #bedaee;
    }

        .statsBlueBar:hover .statsBarDate {
            color: #ccc;
        }

#stats-tabs {
    float: right;
    text-align: center;
    margin-top: -2px;
}

    #stats-tabs section strong {
        color: #444;
        font-weight: 600;
    }

    #stats-tabs input {
        display: none;
    }

    #stats-tabs label {
        font-size: 0.6em;
        vertical-align: top;
        display: inline-block;
        padding: 1px 0;
        width: 40px;
        background: linear-gradient(#fff, #e6e6e6);
        background-color: #e6e6e6;
        border: 1px solid #c2c2c2;
        border-left: 0;
        z-index: 300;
    }

        #stats-tabs label:hover {
            background: linear-gradient(#fff, #ccc);
            background-color: #e6e6e6;
        }

        #stats-tabs label:first-of-type {
            -webkit-border-top-left-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-bottomleft: 6px;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            border-left: 1px solid #b3b3b3;
        }

        #stats-tabs label:last-child {
            -webkit-border-top-right-radius: 6px;
            -webkit-border-bottom-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            -moz-border-radius-bottomright: 6px;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }

        #stats-tabs label:before {
            font-weight: normal;
        }

        #stats-tabs label:hover {
            color: #888;
            cursor: pointer;
        }

    #stats-tabs input:checked + label {
        color: #777;
        background: #d8d8d8;
        -moz-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
        -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1) inset;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1) inset;
        box-shadow: 0 0 8px 0 rgba(0,0,0,0.1) inset;
    }

.PopupRound {
    position: absolute;
    z-index: 200;
    background: white;
    border-radius: 6px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

    .PopupRound table {
        border: 1px #ccc solid;
    }

#banner {
    float: left;
}

.export-csv {
    background-image: url('/Web/images/icons/download.gif');
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 12px;
    margin-top: 12px;
    height: 20px;
    width: 20px;
}
