﻿#header {
    background-color: #00455c;
    background: #00455c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3e5677, #1e3a62); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3e5677, #1e3a62); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3e5677, #1e3a62); /* For Firefox 3.6 to 15 */
    background: #00455c; /*linear-gradient(#3e5677, #1e3a62);*/ /* Standard syntax */
    min-height: 100px;
}

#header_logo_container {
    margin-top: 15px;
    margin-bottom: 10px;
}

#log_in {
    margin-top: 15px;
}

#log_in {
    color: white;
}

    #log_in a {
        color: white;
        text-decoration: none;
    }

#nav_menu {
    height: 25px;
    background-color: #69b0d8; /*#5F9BBC;*/
    border: 1px solid #1d81aa;
}

.tabs div {
    margin-top: 10px;
    min-height: 40px;
    color: black;
    text-align: center;
    vertical-align: central;
    font-size: 1em;
    padding-top: 10px;
}

.tabs-inactive {
    border: 1px solid #EFF3F6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #69b0d8; /*#5F9BBC;*/
    width: 95%;
}

.tabs-active {
    box-sizing: border-box;
    border: 1px solid #EFF3F6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #00455c; /*#3E5677;*/
    width: 95%;
}

    .tabs-active a, .tabs-inactive > a {
        color: white;
    }

    .tabs-active:hover a {
        font-weight: bold;
    }

.tabs-inactive:hover a {
    font-weight: bold;
}

.tabs a:hover {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.tabs div:hover {
    background-color: #00455c; /*#1E3A62;*/
    cursor: pointer;
}

#site_path {
    /*background-color: #f3ad33; /*orange;*/
    background-color: #fdaf19; /*orange;* 508 compliance change*/
    min-height: 35px;
    padding-top: 7px;
    color: #00455C;
}

    #site_path a {
        /*color: white;*/
        color: #00455C;
    }

.action-buttons {
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn {
    min-width: 150px;
}

.aligh-right {
    text-align: right;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.offset {
    margin-left: 10px;
}

.validation_summary {
    color: red;
    text-align: center;
    font-size: 2.0em;
    margin-top: 10px;
}

#y_axis1, #y_axis2 {
    background-image: url(../img/y_axis.png);
    background-repeat: no-repeat;
}

ul.ui-autocomplete.ui-menu {
    width: 400px;
    background-color: white;
    border: 1px solid silver;
    overflow-y: auto;
    overflow-x: no-display;
    max-height: 300px;
    background-color: lightyellow;
}

    ul.ui-autocomplete.ui-menu a {
        cursor: default;
        text-decoration: none;
    }

        ul.ui-autocomplete.ui-menu a:hover {
            cursor: default;
            text-decoration: none;
            background-color: #DAE1E6;
            width: 100%;
        }

    ul.ui-autocomplete.ui-menu li:first-child a {
        color: blue;
    }

.left {
    float: left;
}

.right {
    float: right;
}





.toggle-main:hover {
    cursor: pointer;
}

.hr-sc {
    border: 1px solid silver;
}

.r1 {
    text-align: right;
}

.seperator-1 {
    margin-bottom: 3px;
}

.seperator-2 {
    margin-bottom: 5px;
}

.seperator-3 {
    margin-bottom: 7px;
}

.seperator-4 {
    margin-bottom: 10px;
}

.scrollable {
    overflow-x: scroll;
    overflow: auto;
}

.sc-dll-narrow {
    border-radius: 3px;
    -webkit-align-items: center;
    -webkit-appearance: menulist-button;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb;
    background-color:rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-sizing: border-box;
    border-color: silver;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    word-spacing: 0px;
}


.info-icon {
    color: #003F5F;
    cursor: pointer;
}

.popover-content {
    background-color: lightgrey;
}
#back_search {
    text-align:right;
    margin-right:10px;
    font-size:1.25em;
    
}

.divLoading
{
    position: fixed;
    z-index: 9998;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.8;
}
.divLoading .center
{
    z-index: 9999;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

hr {
    margin: 0;
}

.btn-primary {
    color: white;
    background: #219bcd;
}

.pg td {
    background: #69b0d8;
}

.emptyView {
    text-align: center;
    font-weight: bold;
}