﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}


/*a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }*/

a:hover {
    background-color: #ff8745;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #1AAEDF;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.75em;
    margin-bottom: 0;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 0;
}

.h3Class {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 0;
}

h5, h6 {
    font-size: 1em;
    margin-bottom: 0;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*border-top: solid 10px #000;*/
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    /*background-color: #d3dce0;*/
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

table.dataTable th {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable td {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


.LabelTable {
    border-collapse: separate;
padding:2px;                    
border-style: solid;
border-color: black;
border-width: 1px;

}

.hidden {
    display: none;
}

.hiddenOptional {
    display: none;
}

/*.myDiv{ margin:0 auto; }*/

/*##########  CUSTOM CSS  ##########*/
.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w98 {
    width: 98%;
}

.w200px {
    width: 200px !important;
}

.w50px {
    width: 50px;
}

.rmar10 {
    margin-right: 10px;
}

.rmar28 {
    margin-right: 28px;
}

.rmar30 {
    margin-right: 30px;
}

.rmar70 {
    margin-right: 70px;
}

.rmar178 {
    margin-right: 178px;
}

.rmar5p {
    margin-right: 5%;
}

.rmar35p {
    margin-right: 35%;
}

.rmar50p {
    margin-right: 50%;
}

.rmar75p {
    margin-right: 75%;
}

.rmar150 {
    margin-right: 150px;
}

.lmar10 {
    margin-left: 10px;
}

.lmar20 {
    margin-left: 20px;
}

.lmar30 {
    margin-left: 30px;
}

.lmar40 {
    margin-left: 40px;
}

.lmar5p {
    margin-left: 5%;
}

.lmar20p {
    margin-left: 20%;
}

.lmar35p {
    margin-left: 35%;
}

.lmar30p {
    margin-left: 30%;
}

.tmar0 {
    margin-top: 0px;
}

.tmar5 {
    margin-top: 5px;
}

.tmar-5 {
    margin-top: -5px;
}

.tmar10 {
    margin-top: 10px;
}

.tmar20 {
    margin-top: 20px;
}

.tmar30 {
    margin-top: 30px;
}

.tmar35 {
    margin-top: 35px;
}

.tmar200 {
    margin-top: 200px;
}

.bmar-5 {
    margin-bottom: -5px;
}

.bmar10 {
    margin-bottom: 10px;
}

.bmar15 {
    margin-bottom: 15px;
}

.bmar25 {
    margin-bottom: 25px;
}

.bmar35 {
    margin-bottom: 35px;
}

.block {
    display: inline-block;
}

.centerText {
    text-align: center;
}

.centerObject {
    margin-left: auto;
    margin-right: auto;
}

.invoiceDiv {
        width:95%;
    text-align:center;
    border: solid;
    border-bottom-width: thin;
    border-top-width: thin;
    border-left-width: 0px;
    border-right-width: 0px;
    background-color: lightblue;
}

.InvoicePrintAll1 {
    float:right;
    margin-right:5%;
}

.InvoicePrintAllFloatRightRmar10 {
    float:right;
    margin-right:10px;
   
}

.InvoicePrintAllFloatLeftRmar10 {
    float:left;
    margin-right:10px;
}

.InvoicePrintAllFloatLeftLmar10 {
    float:left;
    margin-left:10px;
}

.InvoicePrintAllBalance1 {
    float:right;
    margin-right:28px;
}

.InvoicePrintAllBalance2 {
    float:right;
    margin-right:30px;
}

.hide {
    display: none !important;
}

.scrollRight {
    overflow-x: scroll;
}

.navButtonSectionStyle {
    min-height: 500px;
}

.fieldsetFullWidth {
    width: 91.6%;
}

.NavNoSub {
    background-color: lightblue;
    width: 960px;
    margin-bottom: 0px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 8000;
    opacity: .5;
    background: url('../Images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.NavSubBar {
    background-color: lightblue;
    margin-bottom: -9px;
    width: 960px;
}

.MainCategories {
    font-size: large;
    color: black;
}

.SubCategories {
    font-size: medium;
    color: black;
    text-decoration: none;
    vertical-align: middle;
}

    .SubCategories:hover {
        color: white;
    }

.BarWidth {
    width: 960px;
}

.Transactions {
    padding-top: 10px;
    background-color: #bfe8f9;
    height: 30px;
}

.NavNoSubSelected {
    color: black;
    font-size: large;
    background-color: #bfe8f9;
    border-bottom: #bfe8f9;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-top-color: gray;
    border-top-width: 0px;
    border-top-style: solid;
    border-left-color: gray;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: gray;
    border-right-width: 1px;
    border-right-style: solid;
}

    .NavNoSubSelected:active {
        color: black;
        font-size: large;
        background-color: #bfe8f9;
        border-bottom: #bfe8f9;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
        top: -35px;
    }

    .NavNoSubSelected:visited {
        color: black;
        font-size: large;
        background-color: #bfe8f9;
        border-bottom: #bfe8f9;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .NavNoSubSelected:hover {
        color: black;
        font-size: large;
        background-color: #bfe8f9;
        border-bottom: #bfe8f9;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

.TransactionsSelected {
    color: black;
    font-size: large;
    background-color: #bfe8f9;
    border-bottom: #bfe8f9;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-top-color: gray;
    border-top-width: 0px;
    border-top-style: solid;
    border-left-color: gray;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: gray;
    border-right-width: 1px;
    border-right-style: solid;
}

    .TransactionsSelected:active {
        color: black;
        font-size: large;
        background-color: #bfe8f9;
        border-bottom: #bfe8f9;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .TransactionsSelected:visited {
        color: black;
        font-size: large;
        background-color: #bfe8f9;
        border-bottom: #bfe8f9;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .TransactionsSelected:hover {
        color: black;
        font-size: large;
        background-color: #bfe8f9;
        border-bottom: #bfe8f9;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

.Reports {
    padding-top: 10px;
    background-color: #afe0f4;
    height: 30px;
}

.ReportsSelected {
    color: black;
    font-size: large;
    background-color: #afe0f4;
    border-bottom: #afe0f4;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    /*border-bottom-width: 0px;
    border-bottom-style: solid;*/
    border-top-color: gray;
    border-top-width: 0px;
    border-top-style: solid;
    border-left-color: gray;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: gray;
    border-right-width: 1px;
    border-right-style: solid;
}

    .ReportsSelected:active {
        color: black;
        font-size: large;
        background-color: #afe0f4;
        border-bottom: #afe0f4;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        /*border-bottom-width: 0px;
        border-bottom-style: solid;*/
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .ReportsSelected:visited {
        color: black;
        font-size: large;
        background-color: #afe0f4;
        border-bottom: #afe0f4;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        /*border-bottom-width: 0px;
        border-bottom-style: solid;*/
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .ReportsSelected:hover {
        color: black;
        font-size: large;
        background-color: #afe0f4;
        border-bottom: #afe0f4;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        /*border-bottom-width: 0px;
        border-bottom-style: solid;*/
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

.Management {
    padding-top: 10px;
    background-color: #9bd6ef;
    height: 30px;
}

.ManagementSelected {
    color: black;
    font-size: large;
    background-color: #9bd6ef;
    border-bottom: #9bd6ef;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-top-color: gray;
    border-top-width: 0px;
    border-top-style: solid;
    border-left-color: gray;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: gray;
    border-right-width: 1px;
    border-right-style: solid;
}

    .ManagementSelected:active {
        color: black;
        font-size: large;
        background-color: #9bd6ef;
        border-bottom: #9bd6ef;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .ManagementSelected:visited {
        color: black;
        font-size: large;
        background-color: #9bd6ef;
        border-bottom: #9bd6ef;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .ManagementSelected:hover {
        color: black;
        font-size: large;
        background-color: #9bd6ef;
        border-bottom: #9bd6ef;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-top-color: gray;
        border-top-width: 0px;
        border-top-style: solid;
        border-left-color: gray;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: gray;
        border-right-width: 1px;
        border-right-style: solid;
    }

.UDDdiv {
    max-height: 350px;
    overflow-y: auto;
}

/********* EXPERIMENTAL  **********/

.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #F58045; /* Old browsers */
    background: -webkit-linear-gradient(top, #F58045 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #F58045 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #F58045 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
    background: -o-linear-gradient(top, #F58045 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #F58045 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1562F', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    opacity: 0.95;
    border: 1px solid black;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 13px 17px rgba(0, 102, 170, 0.5);
    -moz-box-shadow: 10px 13px 17px rgba(0, 102, 170, 0.5);
    -ms-box-shadow: 10px 13px 17px rgba(0, 102, 170, 0.5);
    -o-box-shadow: 10px 13px 17px rgba(0, 102, 170, 0.5);
    box-shadow: 10px 13px 17px rgba(0, 102, 170, 0.5);
}

    .DTTT_print_info h6 {
        color: #0000ff;
        font-weight: normal;
        font-size: 28px;
        line-height: 35px;
        margin: 1em;
    }

    .DTTT_print_info h7 {
        color: #000066;
        font-size: 18px;
        line-height: 12px;
        margin: 1em;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

/********* EXPERIMENTAL  **********/


/***** CUSTOM BUTTONS *****/
.tabButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color: #9dce2c;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #83c41a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 20px;
    width: auto;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #689324;
    margin-bottom: -1px;
    cursor: default !important;
}


.tabSelected {
    -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color: #9dce2c;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 3px solid #83c41a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 48px;
    line-height: 20px;
    width: auto;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #689324;
    margin-bottom: -5px;
    margin-top: 1px;
    cursor: default !important;
}

.navButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fed897;
    box-shadow: inset 0px 1px 0px 0px #fed897;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background: -moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color: #f6b33d;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    text-indent: 0;
    border: 1px solid #eda933;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 20px;
    width: 131px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cd8a15;
}

    .navButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
        background: -moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
        background-color: #d29105;
    }

    .navButton:active {
        position: relative;
        top: 1px;
    }

.homeButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #FF8644;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FF8644;
    box-shadow: inset 0px 1px 0px 0px #FF8644;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9053), color-stop(1, #FF6410) );
    background: -moz-linear-gradient( center top, #FF9053 5%, #FF6410 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9053', endColorstr='#FF6410', GradientType=0);
    background-image: -linear-gradient(to bottom, '#FF9053' 0%, '#FF6410' 100%) !important;
    background-color: #FF9053;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #F47734;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 15px;
    width: auto;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #D75916;
    border-radius: 5px;
}

    .homeButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9053), color-stop(1, #FF6410) );
        background: -moz-linear-gradient( center top, #F57D3D 5%, #F45500 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9053', endColorstr='#FF6410');
        background-color: #1e62d0;
    }

    .homeButton:active {
        position: relative;
        top: 1px;
    }

.homeButtonOriginal {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
    background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color: #3d94f6;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #337fed;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 15px;
    width: auto;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #1570cd;
    border-radius: 5px;
}

    .homeButtonOriginal:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
        background: -moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
        background-color: #1e62d0;
    }

    .homeButtonOriginal:active {
        position: relative;
        top: 1px;
    }

.homeButtonFake {
    -moz-box-shadow: inset 0px 1px 0px 0px #FF8644;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FF8644;
    box-shadow: inset 0px 1px 0px 0px #FF8644;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9053), color-stop(1, #FF6410) );
    background: -moz-linear-gradient( center top, #FF9053 5%, #FF6410 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9053', endColorstr='#FF6410', GradientType=0);
    background-image: -linear-gradient(to bottom, '#FF9053' 0%, '#FF6410' 100%) !important;
    background-color: #FF9053;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #F47734;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 15px;
    width: auto;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #D75916;
    border-radius: 5px;
}

    .homeButtonFake:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9053), color-stop(1, #FF6410) );
        background: -moz-linear-gradient( center top, #F57D3D 5%, #F45500 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9053', endColorstr='#FF6410');
        background-color: #1e62d0;
    }

    .homeButtonFake:active {
        position: relative;
        top: 1px;
    }
/***** CUSTOM BUTTONS END *****/
.minHeight250 {
    min-height: 250px;
}

.minHeight50 {
    min-height: 50px;
}

.minHeight75 {
    min-height: 75px;
}

.minHeight100 {
    min-height: 100px;
}

.minHeight150 {
    min-height: 150px;
}

.minHeight550 {
    min-height: 550px;
}

.fieldset1 {
    min-width: 350px;
    margin-top: 200px;
    margin-bottom: 15px;
    border: 1px solid #999;
    /*border-radius: 8px;*/
    /*box-shadow:0 0 10px #999;*/
    /* box-shadow: 10px 10px 5px #888888; */
    /* -webkit-box-shadow: 0px 0px 32px 65px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 0px 32px 65px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 300px 200px rgba(0,0,0,0.75);
}

.fieldset2 {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #999;
    border-radius: 8px;
    box-shadow: 0 0 10px #999;
    padding: 10px 10px 10px 10px;
    background: white;
}

fieldset {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #999;
    /*border-radius: 8px;*/
    box-shadow: 0 0 10px #999;
}

legend {
    padding: 0.2em 0.5em;
    border: 1px solid black;
    color: black;
    font-size: 130%;
    text-align: left;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px #999;
}

.roundButton {
    border-radius: 8px;
    background: #32CD32 !important;
}


.htmlbackground {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-size: 100% !important;
    /*opacity:0.6;
  filter:alpha(opacity=60);  For IE8 and earlier */
}

.formBackground {
    background: rgb(228,245,252); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(42,176,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.menuBackground {
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.sectionBackground {
    background: #FFF5E6 !important;
}

.bodyBackground {
}

.contentBackground {
    border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    border: 8px solid white;
    /*background: white;*/
    border-bottom: 1px solid #999;
    border-top: 0px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    box-shadow: 0 0 10px #999;
}

.DropDownStyle {
    width: 312px;
    height: 30px;
    font-size: 16px;
}

.LeftArrow {
    width: 44px;
    height: 43px;
    margin-top: 35px;
    margin-right: 3px;
    background-image: url(/Images/ChuteArrowLeft.png);
    display: inline-block;
}

    .LeftArrow:active {
        width: 43px;
        height: 42px;
        margin-top: 36px;
        background-image: url(/Images/ChuteArrowLeft.png);
        display: inline-block;
    }

.RightArrow {
    width: 44px;
    height: 43px;
    margin-top: 35px;
    background-image: url(/Images/ChuteArrowRight.png);
    display: inline-block;
}

    .RightArrow:active {
        width: 43px;
        height: 42px;
        margin-top: 36px;
        background-image: url(/Images/ChuteArrowRight.png);
        display: inline-block;
    }

/*##########  CUSTOM CSS END  ##########*/

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            /*background: none;*/
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/

    .NavSubBar {
        background-color: lightblue;
        width: 100%;
    }

    .NavNoSub {
        background-color: lightblue;
        width: 100%;
    }

    .BarWidth {
        width: 100%;
    }
}

/* END: Mobile Styles */


/*Custom JJD - Maps*/
.ColorDisplay1 {
    width: 25px;
    height: 25px;
    background: #32CD32;
    border: solid;
    border-color: black;
}

.ColorDisplay2 {
    width: 25px;
    height: 25px;
    background: #FF0000;
    border: solid;
    border-color: black;
}

.ColorDisplay3 {
    width: 25px;
    height: 25px;
    background: #FFFF00;
    border: solid;
    border-color: black;
}

.ColorDisplay4 {
    width: 25px;
    height: 25px;
    background: gray;
    border: solid;
    border-color: black;
}

.bold {
    font-weight: bold;
}

.inline {
    display: inline-block;
}

/*.font14 {
    font-size: 18px;
    font-weight:bold;
}*/

.minWidth300 {
    min-width: 300px;
}

.minWidth500 {
    min-width: 500px;
}

.maxWidth300 {
    max-width: 300px;
}

.maxWidth200 {
    max-width: 200px;
}

.round-gradient-box {
    margin-left: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid #000;
    -moz-border-radius: 8px;
    border: 1px solid #000;
    -webkit-border-radius: 8px;
    border: 1px solid #000;
    padding: 8px;
    width: 120px;
    height: 50px; /* without a width, it will be 100% wide */
    background: -moz-linear-gradient(top, #ccc 0%, #b5b5b5 35%, #777777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(35%,#b5b5b5), color-stop(100%,#777777));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#777777);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#777777)"; /* ie */
    /* drop shadow */
    -moz-box-shadow: 0px 3px 3px #777;
    -webkit-box-shadow: 0px 3px 3px #777;
    box-shadow: 0px 3px 3px #777;
    position: relative;
    z-index: 1;
}


.round-gradient-box-selected {
    margin-left: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid #000;
    -moz-border-radius: 8px;
    border: 1px solid #000;
    -webkit-border-radius: 8px;
    border: 1px solid #000;
    padding: 8px;
    width: 120px;
    height: 50px; /* without a width, it will be 100% wide */
    background: -moz-linear-gradient(top, #ccc 0%, #b5b5b5 35%, #777777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(35%,#b5b5b5), color-stop(100%,#777777));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#777777);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#777777)"; /* ie */
    /* drop shadow */
    -moz-box-shadow: 0px 3px 3px #777;
    -webkit-box-shadow: 0px 3px 3px #777;
    box-shadow: 0px 3px 3px #777;
    position: relative;
    z-index: 1;
}

.round-gradient-box-blue {
    margin-left: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid #000;
    -moz-border-radius: 8px;
    border: 1px solid #000;
    -webkit-border-radius: 8px;
    border: 1px solid #000;
    padding: 8px;
    width: 90px;
    height: 20px; /* without a width, it will be 100% wide */
    background: -moz-linear-gradient(top, #ADD8E6 0%, #ADD8E6 35%, #ADD8E6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ADD8E6), color-stop(35%,#ADD8E6), color-stop(100%,#ADD8E6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ADD8E6, endColorstr=#ADD8E6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#777777)"; /* ie */
    /* drop shadow */
    -moz-box-shadow: 0px 3px 3px #777;
    -webkit-box-shadow: 0px 3px 3px #777;
    box-shadow: 0px 3px 3px #777;
    position: relative;
    z-index: 1;
}

.MapDiv {
    /*border-style: solid;
    border-radius: 10px;
    border-width: 1px;*/
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #999;
    border-radius: 8px;
    box-shadow: 0 0 10px #999;
    padding: 10px 10px 10px 10px;
    background: white;
}

.OriginTransform {
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
}

.TextDecorationNone {
    text-decoration: none;
    cursor: pointer;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    display: block;
}

/*Images for Icons*/
.HomeIcon {
    width: 32px;
    height: 32px;
    background: url(/Images/silver.gif) -547px -210px;
}



.TransactionEntryIcon {
    width: 32px;
    height: 32px;
    background: url(/Images/silver.gif) -547px -108px;
}

.CustomersIcon {
    width: 32px;
    height: 32px;
    background: url(/Images/silver.gif) -11px -58px;
}

.DataManagementIcon {
    width: 32px;
    height: 32px;
    background: url(/Images/silver.gif) -366px -9px;
}

.MapsIcon {
    width: 32px;
    height: 32px;
    background: url(/Images/silver.gif) -364px -258px;
}

.InvoicesIcon {
    background: url(/Images/PNG/black/dollar.png);
}

.ReportsIcon {
    width: 32px;
    height: 32px;
    background: url(/Images/silver.gif) -70px -160px;
}

.RDIcon {
    width: 32px;
    height: 32px;
    background: url(/Images/silver.gif) -71px -457px;
}

.LogOutIcon {
    width: 32px;
    height: 32px;
    background: url(/Images/silver.gif) -488px -405px;
}

/* unvisited link */
.ForgotPassword a:link {
    color: #ff8745;
}

/* visited link */
.ForgotPassword a:visited {
    color: #ff8745;
}

/* mouse over link */
.ForgotPassword a:hover {
    color: #ff8745;
}

/* selected link */
.ForgotPassword a:active {
    color: #ff8745;
}

input:disabled {
    background: #F5F5F5 !important;
    background-image: none !important;
}

a {
    font-weight: bold;
    color: #EE7600;
}

.bottomRight {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.topRight {
    position: fixed;
    top:0;
    right:0;
    z-index: 9999;
}

.topLeft {
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
}

.bottomLeft {
    position:fixed;
    bottom:25px;
    left:25px;
    z-index:9999;
}

.bottomRightMargin {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

.bottomCenter {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
}

.modalBackground 
{
    height:100% !important;
    background-color:#EBEBEB !important;
    filter:alpha(opacity=70) !important;
    opacity:0.7 !important;
}

.fixedPosition {
    position: fixed;
}


@media print {
    .NoPrint {
        display: none !important;
    }
}

.NoWrap {
    white-space:nowrap;
}

.AgreementBox {
    overflow-y: auto;
    width: 400px;
    height: 300px;
}

.minWidth960 {
    min-width: 960px !important;
}

.minWidth1100 {
    min-width: 1100px;
}

.minWidth760 {
    min-width: 760px !important;
}

/* navbar spacing */
.navbar {
    padding: 0rem 1rem !important;
}
.nav-link {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
/* navbard dropdown color */
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #EE7600 !important;
}