﻿body {
    margin: 0px;
    background-color: #ebe9f9;
    font-family: Normal;
}

#Progress {
    text-align: center;
    display: inline-block;
    height: 30px;
    width: 500px;
    position: relative;
}

    #Progress div.back {
        z-index: 100;
        width: 500px;
        height: 30px;
        background: linear-gradient(#2b2b5c, #555594);
        border: 1px solid #975c00;
    }

    #Progress div.prog {
        position: absolute;
        top: 1px;
        right: 1px;
        z-index: 101;
        width: 0px;
        height: 30px;
        background: linear-gradient(#e88d17, #935e00);
    }

    #Progress div.lbl {
        width: 500px;
        position: absolute;
        top: 1px;
        right: 1px;
        z-index: 102;
        padding-top: 6px;
        color: white;
    }

input[type="button"], input[type="submit"] {
    cursor: pointer;
    font-family: Normal;
    padding: 3px 7px;
    min-width: 84px;
    text-align: center;
    text-shadow: 1px 1px 0px #222288;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    min-height: 32px;
    border: 0px;
    --background: linear-gradient(#3f3f8a, #555594);
    background: #6567b1;
    background: -moz-linear-gradient(top, #6567b1 0%, #554a9a 50%, #3a2890 51%, #594fa5 100%);
    background: -webkit-linear-gradient(top, #6567b1 0%,#554a9a 50%,#3a2890 51%,#594fa5 100%);
    background: linear-gradient(to bottom, #6567b1 0%,#554a9a 50%,#3a2890 51%,#594fa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6567b1', endColorstr='#594fa5',GradientType=0 );
}

    input[type="button"]:hover, input[type="submit"]:hover {
        --background: linear-gradient(#555594, #3f3f8a);
        background: #8065b1;
        background: -moz-linear-gradient(top, #8065b1 0%, #734a9a 50%, #612890 51%, #7a4fa5 100%);
        background: -webkit-linear-gradient(top, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
        background: linear-gradient(to bottom, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8065b1', endColorstr='#7a4fa5',GradientType=0 );
        color: #fb9d23;
    }

input[type=text], select {
    padding: 3px;
    border: 1px solid #bbbbdd;
    border-radius: 0;
    box-shadow: none;
}
.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}
table.paleBlueRows {
    color: #49498a;
    border: 1px solid #FFFFFF;
    width: 97%;
    margin: 1.5%;
    text-align: center;
    border-collapse: collapse;
    font-size: 11pt;
    font-family: Normal;
}

    table.paleBlueRows td, table.paleBlueRows th {
        border: 1px solid #FFFFFF;
        padding: 3px 2px;
    }

    table.paleBlueRows tr:nth-child(even) {
        background: #e1e1f6;
    }

    table.paleBlueRows tbody tr:first-child {
        background: #ebe9f9;
        background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
        background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%);
        background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 );
        border-bottom: 5px solid #FFFFFF;
        min-height: 25px;
        font-size: 12pt;
        font-family: Normal;
    }

    table.paleBlueRows tbody tr.GridFooter {
        background-color: #555594;
        color: white;
    }

    table.paleBlueRows tbody tr:first-child td {
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        border-left: 2px solid #FFFFFF;
    }

    table.paleBlueRows tbody tr th {
        padding: 10px;
    }

    table.paleBlueRows tbody tr td {
        padding: 8px 0px 8px 0px;
    }

    table.paleBlueRows a {
        color: #383862;
        text-decoration: none;
    }

        table.paleBlueRows a:hover {
            color: #a74200;
        }


#AlertUpdatePanel div {
    border-color: #e88d17;
    background: #ffc578;
    color: #794400;
    background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%);
    background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%);
    background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 );
}

    #AlertUpdatePanel div .img {
        background-image: url('../Images/EMark.png');
    }

#SuccessUpdatePanel div {
    border-color: #6d7e16;
    background: #a4b357;
    color: #313908;
    background: -moz-linear-gradient(top, #a4b357 0%, #7a843e 100%);
    background: -webkit-linear-gradient(top, #a4b357 0%,#7a843e 100%);
    background: linear-gradient(to bottom, #a4b357 0%,#7a843e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#7a843e',GradientType=0 );
}

    #SuccessUpdatePanel div .img {
        background-image: url('../Images/right.png');
    }

#AlertUpdatePanel div, #SuccessUpdatePanel div {
    margin-top: 5px;
    border-radius: 10px;
    min-height: 30px;
    padding: 5px;
    border: solid;
    border-width: 1px;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    #AlertUpdatePanel div .img, #SuccessUpdatePanel div .img {
        width: 30px;
        height: 30px;
        margin: 1px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        float: left;
    }

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#AlertUpdatePanel div input[type='submit'].Dismiss,
#SuccessUpdatePanel div input[type='submit'].Dismiss {
    width: 22px;
    min-width: 22px;
    height: 22px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
}

#AlertUpdatePanel div input[type='submit'].Dismiss {
    background: #794400;
    border: 1px solid #553000;
}

#SuccessUpdatePanel div input[type='submit'].Dismiss {
    background: #576800;
    border: 1px solid #414e00;
}

#AlertUpdatePanel div input[type='submit'].Dismiss:hover {
    background: #c3740d;
    color: #553000;
}

#SuccessUpdatePanel div input[type='submit'].Dismiss:hover {
    background: #83971e;
    border: 1px solid #414b0d;
}

.mainForm {
    padding: 20px;
    color: #49498a;
}

.Seen {
    padding: 1px 4px 1px 4px;
    color: white;
    border-radius: 5px;
    min-width: 70px;
    margin: 2px 5px 2px 5px;
    border: 1px solid #f5f6f6;
    background: #a5a5a5;
    background: -moz-linear-gradient(top, #a5a5a5 0%, #28343b 55%, #828c95 100%); 
    background: -webkit-linear-gradient(top, #a5a5a5 0%,#28343b 55%,#828c95 100%); 
    background: linear-gradient(to bottom, #a5a5a5 0%,#28343b 55%,#828c95 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#828c95',GradientType=0 ); 
}

table.paleBlueRows .SalDelivered, table.paleBlueRows .SalNotDelivered,
table.paleBlueRows .reward, table.paleBlueRows .violation,
table.paleBlueRows .srcSystem, table.paleBlueRows .srcManagement {
    padding: 1px 4px 1px 4px;
    color: white;
    border-radius: 5px;
    min-width: 70px;
    margin: 2px 5px 2px 5px;
}

table.paleBlueRows .SalDelivered, table.paleBlueRows .reward {
    border: 1px solid #839626;
    background: #a7bc3e;
    background: -moz-linear-gradient(top, #a7bc3e 0%, #75962c 50%, #5b8709 51%, #80a32f 100%);
    background: -webkit-linear-gradient(top, #a7bc3e 0%,#75962c 50%,#5b8709 51%,#80a32f 100%);
    background: linear-gradient(to bottom, #a7bc3e 0%,#75962c 50%,#5b8709 51%,#80a32f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7bc3e', endColorstr='#80a32f',GradientType=0 );
}

table.paleBlueRows .SalNotDelivered, table.paleBlueRows .violation {
    border: 1px solid #ca3c23;
    background: #f85032;
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
}

table.paleBlueRows .srcSystem {
    border: 1px solid #484886;
    background-color: #6a6a9f;
}

table.paleBlueRows .srcManagement {
    border: 1px solid #d08b34;
    background-color: #d89846;
}


.menu {
    min-height: 24px;
    background: linear-gradient(#3f3f8a, #555594);
    border-top: 2px solid #7070b4;
    padding: 1%;
    box-shadow: inset 0 1px 1px #3131a9, inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
    font-size: 20px;
    color: #FFFFFF;
    width: 98%;
    float: none;
    margin-bottom: 15px;
}


    .menu ul {
        background-color: transparent;
        padding: 2px 3px 2px 10px;
        text-shadow: 1px 1px 0px #444444;
    }

        .menu ul ul {
            background: linear-gradient(#3f3f8a, #555594);
            -webkit-box-shadow: 0px 12px 11px -6px rgba(72,66,130,0.68);
            -moz-box-shadow: 0px 12px 11px -6px rgba(72,66,130,0.68);
            box-shadow: 0px 12px 11px -6px rgba(72,66,130,0.68);
        }

            .menu ul ul a {
                color: #ffffff;
            }

    .menu li {
        min-height: 24px;
        background-color: transparent;
        padding: 2px 3px 2px 10px;
    }

    /*.menu ul li .dynamic {
        padding-right: 10px;
    }*/

    .menu ul li [class="dynamic"] {
        padding-right: 15px;
    }

    .menu ul li a:hover {
        min-height: inherit;
        background-color: transparent;
        color: #fb9d23;
        width: inherit;
        margin: 0px;
    }

.SiteMasterHeader {
    padding-bottom: 13px;
    font-family: Normal;
}

.SiteMasterHeader, .CompanyName {
    background-color: #585892;
}

.PageTitle, .GridCrown {
    padding: 10px;
    background: #585892;
    background: -moz-linear-gradient(top, #585892 0%, #a9a2d6 66%, #a6a2d3 72%, #a6a2d3 72%, #585892 100%);
    background: -webkit-linear-gradient(top, #585892 0%,#a9a2d6 66%,#a6a2d3 72%,#a6a2d3 72%,#585892 100%);
    background: linear-gradient(to bottom, #585892 0%,#a9a2d6 66%,#a6a2d3 72%,#a6a2d3 72%,#585892 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585892', endColorstr='#585892',GradientType=0 );
    border-radius: 0px;
}

.DateRange, .styleSiteMasterFooter {
    background: #383862;
    border-radius: 0px;
}

.styleSiteMasterFooter {
    padding: 10px;
}

.DateRange {
    padding: 7px;
}

.GridCrown, .DateRange, .styleSiteMasterFooter {
    font-size: 12pt;
}

.CompanyName {
    padding: 0px;
}

    .CompanyName div#Name {
        margin-top: 10px;
        color: #fb9d23;
    }

.AndrenaLogo {
    opacity: 0.8;
    width: 91.2px;
    height: 24px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    float: left;
    margin: 5px 5px;
    margin-top: -37px;
}

.verticalTab, .verticalTabBtn {
    padding: 8px;
    text-align: right;
    margin-top: 10px;
    font-size: initial;
    background: #383862;
    color: white;
    border-top-left-radius: 99%;
    border-top-right-radius: 15px;
}

    .verticalTab .active, .verticalTabBtn .active, .verticalTab .inactive, .verticalTabBtn .inactive {
        padding: 8px 6px 6px 6px;
        width: 150px;
        text-align: center;
        float: left;
        margin-top: -12px;
        margin-left: 3%;
        border-top-left-radius: 90%;
        border-top-right-radius: 90%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .verticalTab .active, .verticalTabBtn .active {
        border: 1px solid #839626;
        background: #a7bc3e;
        background: -moz-linear-gradient(top, #a7bc3e 0%, #75962c 50%, #5b8709 51%, #80a32f 100%);
        background: -webkit-linear-gradient(top, #a7bc3e 0%,#75962c 50%,#5b8709 51%,#80a32f 100%);
        background: linear-gradient(to bottom, #a7bc3e 0%,#75962c 50%,#5b8709 51%,#80a32f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7bc3e', endColorstr='#80a32f',GradientType=0 );
    }

    .verticalTab .inactive, .verticalTabBtn .inactive {
        border: 1px solid #ca3c23;
        background: #f85032;
        background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
        background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
        background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
    }

    .verticalTabBtn .lbl {
        cursor: pointer;
        width: 60%;
        float: right;
        display: contents;
    }

    .verticalTabBtn div:first-child:hover {
        color: #fb9d23;
    }

.inv {
    padding: 5px;
    display: flex;
    flex-direction: column;
    display: block;
}

    /*.inv::after {
        content: "";
        background: url("http://placehold.it/100x100/09f/fff.png");
        background-size: 300px 300px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: white;
        opacity: 0.3;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }*/

    .inv .invHeader {
        padding: 3px 0px 3px 0px;
        min-height: 60px;
        width: 100%;
        max-height: 120px;
        display: flex;
        flex-direction: row-reverse;
    }

        .inv .invHeader .invHeaderLogo {
            width: 23.3%;
            text-align: center;
        }

            .inv .invHeader .invHeaderLogo img {
                width: 40%;
            }

        .inv .invHeader .invHeaderTitle {
            width: 53.3%;
            text-align: center;
            font-weight: 700;
            font-size: large
        }

        .inv .invHeader .invHeaderText {
            width: 23.3%;
            text-align: right;
        }

    .inv .invBody {
        min-height: 400px;
        width: 100%;
    }

    .inv .invFooter {
        padding: 3px 0px 3px 0px;
        min-height: 60px;
        width: 100%;
    }

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

/*[data-notify="container"] {
    width: 250px;
    height: 80px;
}*/

[data-notify="container"].alert-pastel-info {
    border-right-color: rgba(215, 236, 254, 0.59);
}

[data-notify="container"][class*="alert-info"] {
    font-size: 11pt;
    color: #49498a;
    background: rgba(235, 233, 249, 0.65);
    border-width: 0px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0px 0px 4px #484848;
    width: 200px;
    height: 30px;
}

[data-notify="container"][class*="alert-pastel-"] {
    font-size: 11pt;
    color: #49498a;
    background: linear-gradient(to bottom, #ebe9f9 0%,#cacacb 50%,#cacacb 51%,#cacacb 71%,#ebe9f9 100%);
    border-width: 0px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0px 0px 4px #484848;
    width: 250px;
    height: 80px;
}

.numberCircle {
    content: "100";
    position: absolute;
    background: #8065b1;
    background: -moz-linear-gradient(top, #8065b1 0%, #734a9a 50%, #612890 51%, #7a4fa5 100%);
    background: -webkit-linear-gradient(top, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
    background: linear-gradient(to bottom, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8065b1', endColorstr='#7a4fa5',GradientType=0 );
    color: #fb9d23;
    padding-top: 0.1rem;
    height: 1.9rem;
    /*left: -1rem;*/
    left: 0.2rem;
    /*top: 1.5rem;*/
    top: 0.15rem;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
    border-radius: 50%;
    color: white;
    border: 1px solid #3f3f8a;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
}

.numberCircle2 {
    content: "100";
    position: absolute;
    background: #8065b1;
    background: -moz-linear-gradient(top, #8065b1 0%, #734a9a 50%, #612890 51%, #7a4fa5 100%);
    background: -webkit-linear-gradient(top, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
    background: linear-gradient(to bottom, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8065b1', endColorstr='#7a4fa5',GradientType=0 );
    color: #fb9d23;
    padding-top:0.1rem;
    height: 1.4rem;
    /*left: -1rem;*/
    left: 0.2rem;
    /*top: 1.5rem;*/
    top: 0.15rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.8rem;
    border-radius: 50%;
    color: white;
    border: 1px solid #3f3f8a;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
}

.Minimize {
    position: absolute;
    color: white;
    font-size: 2.5rem;
    right: -1.50rem;
    top: 0rem;
    background: #6567b1;
    background: -moz-linear-gradient(top, #6567b1 0%, #554a9a 50%, #3a2890 51%, #594fa5 100%);
    background: -webkit-linear-gradient(top, #6567b1 0%,#554a9a 50%,#3a2890 51%,#594fa5 100%);
    background: linear-gradient(to bottom, #6567b1 0%,#554a9a 50%,#3a2890 51%,#594fa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6567b1', endColorstr='#594fa5',GradientType=0 );
    height: 67px;
    padding: 13px 6px 0px 6px;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: 0px 0px 4px #484848;
    cursor: pointer;
}

    .Minimize:hover {
        background: #8065b1;
        background: -moz-linear-gradient(top, #8065b1 0%, #734a9a 50%, #612890 51%, #7a4fa5 100%);
        background: -webkit-linear-gradient(top, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
        background: linear-gradient(to bottom, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8065b1', endColorstr='#7a4fa5',GradientType=0 );
        color: #fb9d23;
        
    }

.Maximize {
    position: absolute;
    color: white;
    background: #6567b1;
    background: -moz-linear-gradient(top, #6567b1 0%, #554a9a 50%, #3a2890 51%, #594fa5 100%);
    background: -webkit-linear-gradient(top, #6567b1 0%,#554a9a 50%,#3a2890 51%,#594fa5 100%);
    background: linear-gradient(to bottom, #6567b1 0%,#554a9a 50%,#3a2890 51%,#594fa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6567b1', endColorstr='#594fa5',GradientType=0 );
    font-size: 1.3rem;
    right: -1.30rem;
    top: 0rem;
    height: 26px;
    padding: 4px 6px 0px 6px;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: 0px 0px 4px #484848;
    cursor: pointer;
}

    .Maximize:hover {
        background: #8065b1;
        background: -moz-linear-gradient(top, #8065b1 0%, #734a9a 50%, #612890 51%, #7a4fa5 100%);
        background: -webkit-linear-gradient(top, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
        background: linear-gradient(to bottom, #8065b1 0%,#734a9a 50%,#612890 51%,#7a4fa5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8065b1', endColorstr='#7a4fa5',GradientType=0 );
        color: #fb9d23;
    }

table.paleBlueRowsForSSModel {
    color: #49498a;
    border: 1px solid #000000;
    width: 97%;
    margin: 1.5%;
    text-align: center;
    border-collapse: collapse;
    font-size: 11pt;
    font-family: Normal;
}

    table.paleBlueRowsForSSModel td, table.paleBlueRowsForSSModel th {
        border: 1px solid #000000;
        padding: 3px 2px;
    }

    table.paleBlueRowsForSSModel tr:nth-child(even) {
        background: #e1e1f6;
    }

    table.paleBlueRowsForSSModel tbody tr:first-child {
        background: #ebe9f9;
        background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%);
        background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%);
        background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 );
        border-bottom: 5px solid #000000;
        min-height: 25px;
        font-size: 12pt;
        font-family: Normal;
    }

    table.paleBlueRowsForSSModel tbody tr.GridFooter {
        background-color: #555594;
        color: black;
    }

    table.paleBlueRowsForSSModel tbody tr:first-child td {
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        border-left: 2px solid #000000;
    }

    table.paleBlueRowsForSSModel tbody tr th {
        padding: 10px;
    }

    table.paleBlueRowsForSSModel tbody tr td {
        padding: 8px 0px 8px 0px;
    }

    table.paleBlueRowsForSSModel a {
        color: #383862;
        text-decoration: none;
    }

        table.paleBlueRowsForSSModel a:hover {
            color: #a74200;
        }


    table.paleBlueRowsForSSModel .SalDelivered, table.paleBlueRowsForSSModel .SalNotDelivered,
    table.paleBlueRowsForSSModel .reward, table.paleBlueRowsForSSModel .violation,
    table.paleBlueRowsForSSModel .srcSystem, table.paleBlueRowsForSSModel .srcManagement {
        padding: 1px 4px 1px 4px;
        color: white;
        border-radius: 5px;
        min-width: 70px;
        margin: 2px 5px 2px 5px;
    }

    table.paleBlueRowsForSSModel .SalDelivered, table.paleBlueRowsForSSModel .reward {
        border: 1px solid #839626;
        background: #a7bc3e;
        background: -moz-linear-gradient(top, #a7bc3e 0%, #75962c 50%, #5b8709 51%, #80a32f 100%);
        background: -webkit-linear-gradient(top, #a7bc3e 0%,#75962c 50%,#5b8709 51%,#80a32f 100%);
        background: linear-gradient(to bottom, #a7bc3e 0%,#75962c 50%,#5b8709 51%,#80a32f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7bc3e', endColorstr='#80a32f',GradientType=0 );
    }

    table.paleBlueRowsForSSModel .SalNotDelivered, table.paleBlueRowsForSSModel .violation {
        border: 1px solid #ca3c23;
        background: #f85032;
        background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
        background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
        background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
    }

    table.paleBlueRowsForSSModel .srcSystem {
        border: 1px solid #484886;
        background-color: #6a6a9f;
    }

    table.paleBlueRowsForSSModel .srcManagement {
        border: 1px solid #d08b34;
        background-color: #d89846;
    }  
