﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

    .validation-summary-errors li {
        list-style: none;
        margin-left: -25px;
    }

.validation-summary-valid {
    display: none;
}

/*styles we added*/
table.table.table-striped tr.selected td {
    background-color: #CECBCB;
}

.sort_desc {
    background-image: url(down.png);
    background-position: 2%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.sort_asc {
    background-image: url(up.png);
    background-position: 2%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.sort_desc a {
    margin-left: 10px;
}

.sort_asc a {
    margin-left: 10px;
}

.logo {
    margin-top: 10px;
}

.log-out {
    text-align: center;
    float: right;
    margin-top: 15px
}

    .log-out > img {
        margin-top: -6px;
    }

.print-btn {
    text-align: center;
    float: right;
}

footer {
    clear: both;
    text-align: center;
}

hgroup {
    margin-top: 30px;
    display: block;
}

caption {
    background-color: gray;
    font-weight: bold;
    font-size: large;
    width: 100%;
    text-align: left;
    color: white;
    padding: 0;
    caption-side: unset;
}

.table-margin {
    margin-top: 15px;
}

.text-left-most {
    text-align: left;
}

.text-right-most {
    text-align: right;
    border: thin
}

.scroll {
    height: 295px;
    overflow: auto;
}

.scroll-lock {
    /*position:fixed;*/
    overflow: hidden;
    /*padding-bottom: 10px;*/
    /*position:fixed;*/
}

.extra-wide {
    width: 110%;
}

.full-width {
    width: 100%;
}

.Addendum {
    color: green;
}

table.table.table-striped tr.Unverified td {
    background-color: #FFD2D2;
    color: #D8000C !important;
}

#errorAccordion {
    border-width: 1px;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}


.Notes {
    border: 2px solid;
    border-radius: 25px;
    box-shadow: 10px 10px 5px #888888;
}


.tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 5px;
    font-size: 12px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5000;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.ui-widget.success-dialog {
    z-index: 5000 !important;
}

#loaderImg {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 5001;
    height: 60px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    visibility: hidden;
}

#wrapper {
    padding: 70px 0 0 0px;
    height: 100%;
    width: 350px;
    margin: auto;
}

#wrappertop {
    height: 65px;
    display: table;
}

#wrappertop1 {
    background: url(../Content/wrapper_top.png) no-repeat;
    height: 22px;
    float: left;
    width: inherit;
}

#wrappermiddle {
    background: url(../Content/wrapper_middle.png) repeat-y;
    height: auto;
    float: left;
    width: inherit;
}

#wrapperbottom {
    background: url(../Content/wrapper_bottom.png) no-repeat;
    height: 22px;
    float: left;
    width: inherit;
}

#wrapper h2 {
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
    font-family: Myriad Pro;
    text-transform: uppercase;
    text-shadow: #fff 2px 2px 2px;
    margin-top: 10px;
    float: left;
    clear: both;
    color: #888;
}

#wrapper hr {
    margin-top: 45px;
    margin-bottom: 0px;
    border-top: 2px solid #eeeeee;
    width: 90%;
}

#submit {
    float: left;
    padding: 0;
    margin-top: 20px;
    margin-left: 25px;
    width: 280px;
    height: 40px;
    border: 0;
    clear: both;
}

#submit1 {
    position: absolute;
    z-index: 10;
    border: 0;
    width: 280px;
}

#submit2 {
    position: absolute;
    margin-top: 0px;
    border: 0;
    width: 280px;
}

#links_left {
    float: left;
    position: relative;
    padding-top: 5px;
    margin-left: 25px;
}

    #links_left a {
        color: #bbb;
        font-size: 11px;
        text-decoration: none;
        transition: color 0.5s linear;
        -moz-transition: color 0.5s linear;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
    }

        #links_left a:hover {
            color: #292929;
        }

#links_right {
    float: right;
    position: relative;
    padding-top: 5px;
    margin-right: 25px;
}

    #links_right a {
        color: #bbb;
        font-size: 11px;
        text-decoration: none;
        transition: color 0.5s linear;
        -moz-transition: color 0.5s linear;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
    }

        #links_right a:hover {
            color: #292929;
        }

#username_input {
    margin-left: 25px;
    width: 300px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

.LoginDiv {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 370px;
    background: #02272e;
    border: none;
    border-right: 20px solid #cccccc;
    color: white;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 20pt;
}

.LoginHeader {
    color: #cccccc;
    margin-bottom: 0.8em;
    font-size: 20pt;
}

.LoginTextBox {
    display: block;
    padding: 0.5rem;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
    user-select: text;
    cursor: auto;
    margin-top: 2px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font: 16.3333px Arial;
    height: 3.8rem;
}

.LoginButton {
    padding: 1rem 2rem 1.0625rem 2rem;
    width: 100%;
    border-radius: 3px;
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333;
    display: inline-block;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    margin-top: 16px;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    font: 16.3333px Arial;
    text-align: center;
    height: 51px;
}

#menuContainer {
    width: 100%;
    height: 50px;
    margin: 0px auto;
    float: left;
    background: #66aa27; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2YWEyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YWI4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #66aa27 0%, #7ab800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66aa27), color-stop(100%,#7ab800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #66aa27 0%,#7ab800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #66aa27 0%,#7ab800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #66aa27 0%,#7ab800 100%); /* IE10+ */
    background: linear-gradient(to bottom, #66aa27 0%,#7ab800 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aa27', endColorstr='#7ab800',GradientType=0 ); /* IE6-8 */
}

.rolling-nav .current {
    background-color: white;
    color: black;
}

.rolling-nav {
    font: normal 12px 'Trebuchet MS',Trebuchet,Arial,Sans-Serif;
    color: white;
    text-transform: uppercase;
    /* outline:1px solid; */
    width: 1450px; /* Fixed width. Measure it manually */
    margin: 0px auto;
}

    .rolling-nav img {
        margin-top: 15px;
        margin-right: 5px;
        margin-left: 20px;
        float: left;
        z-index: 50;
        position: relative;
    }

    .rolling-nav ul {
        height: 50px;
        margin-left: 10px;
        margin-top: 3px;
        padding: 0px 0px;
        overflow: hidden;
    }

    .rolling-nav li {
        float: left;
        display: inline;
        list-style: none;
        margin: 0px 0px;
        padding: 0px 0px;
        width: 150px;
    }

    .rolling-nav a,
    .rolling-nav a:before {
        display: block;
        margin: 0px 0px;
        padding: 0px 0px;
        line-height: 50px;
        color: white;
        text-decoration: none;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .rolling-nav a:before {
            content: attr(data-clone);
            position: absolute;
            top: 100%;
            right: 0px;
            left: 0px;
            margin-left: 3px;
            padding-left: 5px;
            display: block;
            background-color: white;
            background-image: -webkit-linear-gradient(top, #ddd, white);
            background-image: -moz-linear-gradient(top, #ddd, white);
            background-image: -ms-linear-gradient(top, #ddd, white);
            background-image: -o-linear-gradient(top, #ddd, white);
            background-image: linear-gradient(top, #ddd, white);
            color: #333;
        }

        .rolling-nav a:hover {
            color: darkblue;
        }



#navigationbar {
    background: white;
    border: thin;
    padding-left: 0px;
    margin-top: -20px;
    margin-bottom: -20px;
}

    #navigationbar ul li {
        border-style: solid;
        border-width: 1px;
        border-color: #cccccc;
    }

        #navigationbar ul li a {
            color: black;
        }

        #navigationbar ul li:hover {
            border-style: solid;
            border-width: 1px;
            background-color: #7ab800;
            border-color: #cccccc;
        }

            #navigationbar ul li:hover a {
                color: white;
            }

    #navigationbar ul .current {
        border-style: solid;
        border-width: 1px;
        background-color: #7ab800;
        border-color: #cccccc;
    }

        #navigationbar ul .current a {
            color: white;
        }

.bordershadow {
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 2px solid #dd;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 200ms ease-out;
}

    .bordershadow:hover {
        box-shadow: 0 0 6px rgba(35, 173, 78, 1);
    }

.sideNavigation {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    color: black;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

    .sideNavigation:hover {
        background-color: #7ab800;
        color: white;
        transition: all 400ms ease-out;
    }

.current {
    background-color: #7ab800;
    color: white;
}

.axis path {
    fill: none;
    stroke: #777;
    shape-rendering: auto;
}

.axis text {
    font-family: Lato;
    font-size: 13px;
}

.legend {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-color: rebeccapurple;
}

.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
    z-index: 5000;
}

.tick line {
    stroke: steelblue;
    opacity: 0.2;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
								  not supported by any browser */
}

.ui-autocomplete-loading {
    background: white url('ajaxLoader.gif') right center no-repeat;
    background-size: 25px 25px;
}

.icon {
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 10px;
}

.icon-active {
    background: #7ab800;
    cursor: default !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    padding: .4em 1em;
}
