﻿body {
    padding-bottom: 20px;
    margin-bottom: 60px;
}


html, body {
    margin: 0;
    padding: 0;
    font: normal 13px/1.5 Arial, Helvetica, Tahoma, Sans-Serif;
    color: #000;
}

    Body #Form {
        height: 100%;
    }

* {
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a img {
    border: 0;
}

img, object, embed {
    max-width: 100%;
}

[class*="map"] img, [id*="map"] img, [class*="Map"] img, [id*="Map"] img, table img {
    max-width: none !important;
}

img {
    border: 0;
    height: auto !important;
}

p {
    margin: 0 0 8px 0;
}

A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

A:active {
    text-decoration: none;
}

h1 {
    font-size: 28px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h2 {
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h3 {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h6 {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        font-family: 'Open Sans',Arial, Tahoma, sans-serif;
    }

h1, h2, h3, h4, h5, h6 {
    color: #337ab7;
}

/*Bootstrap Reset*/
ul.list-unstyled, ol.list-unstyled, ul.list-unstyled > li, ol.list-unstyled > li {
    list-style: none;
    margin: 0;
}

ul.row {
    margin-left: -15px;
    margin-right: -15px;
}

ol, ul {
    list-style: none;
}
    /*ul li { list-style-type:disc; }*/
    ul li li {
        list-style-type: circle;
    }

    ol li {
        list-style-type: decimal;
    }

.nav li {
    list-style: none !important;
}

a {
    outline: none !important;
    border: 0;
}

.btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info {
    color: #ffffff !important;
}

ul#myTab {
    padding: 0;
    margin: 0;
}

.panel-primary > .panel-heading h3 {
    color: #ffffff;
}

.panel-success > .panel-heading h3 {
    color: #468847;
}

.panel-warning > .panel-heading h3 {
    color: #c09853;
}

.panel-danger > .panel-heading h3 {
    color: #b94a48;
}

.panel-info > .panel-heading h3 {
    color: #3a87ad;
}

.popover {
    z-index: 999;
}

/*spacer styles*/
.pe-spacer {
    clear: both;
    display: block;
    margin: 0;
    min-height: 0 !important;
    padding: 0;
    width: 100%;
}

    .pe-spacer.size10 {
        height: 10px;
    }

    .pe-spacer.size20 {
        height: 20px;
    }

    .pe-spacer.size30 {
        height: 30px;
    }

    .pe-spacer.size40 {
        height: 40px;
    }

    .pe-spacer.size50 {
        height: 50px;
    }

    .pe-spacer.size60 {
        height: 60px;
    }

    .pe-spacer.size70 {
        height: 70px;
    }

    .pe-spacer.size80 {
        height: 80px;
    }

    .pe-spacer.size90 {
        height: 90px;
    }

    .pe-spacer.size100 {
        height: 100px;
    }

/*border styles*/
.left_border {
    border-left: 1px solid #e9e9e9;
}

.right_border {
    border-right: 1px solid #e9e9e9;
}

.top_border {
    border-top: 1px solid #e9e9e9;
}

.bottom_border {
    border-bottom: 1px solid #e9e9e9;
}

.Head {
    font-weight: bold;
    font-size: 16px;
}

.SubHead {
    font-weight: bold;
    font-size: 15px;
}

.SubSubHead {
    font-size: 14px;
}

.Normal {
    font-size: 13px;
    line-height: 1.5em;
}

.clearafter:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.clearafter {
    display: inline-block;
}

.clearafter {
    display: block;
}

.clear {
    clear: both;
}

.clear_float {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.pc_display {
    display: block;
}

.mobile_display {
    display: none;
}

/* Set margin to keep content from hitting the edges */
.body-content {
    margin: 0 15px 51px 15px;
    min-height: 756px;
}



/*--------------------------------------------
               All Design Style                
---------------------------------------------*/
#skin_wrapper {
    width: 100%;
    position: inherit !important;
    z-index: 1;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 2px #000;
    -moz-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 20px #a3a3a3;
}

    #skin_wrapper.boxed {
        max-width: 1200px;
    }

.page_width {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
    position: relative;
}

.page_width_wide {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
    position: relative;
}

.body-content .page_width_wide {
    width: 90%;
}

    .body-content .page_width_wide.max {
        width: 98%;
    }

.body-content .page_width {
    width: 90%;
}

    .body-content .page_width.max {
        width: 98%;
    }

.mobile_nav {
    display: none;
}

.skin_main {
    min-height: 550px;
}

.content_whitebg {
    background: #fff;
}

.content_graybg {
    background: #f6f6f6;
}

    .content_graybg .page_width {
        position: relative;
    }

        .content_graybg .page_width:before {
            content: ' ';
            /*background: url(images/content_top_shadow.png) no-repeat;*/
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 10%;
            max-height: 8px;
            z-index: 0;
        }

.content_gray2bg {
    background: #f5f5f5;
    position: relative;
}

    .content_gray2bg:before {
        content: ' ';
        background: -webkit-linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        background: -moz-linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        background: -o-linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        background: -ms-linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        background: linear-gradient(top, #e5e5e5,#f5f5f5 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10%;
        max-height: 10px;
        z-index: 0;
    }

    .content_gray2bg:after {
        content: ' ';
        background: -webkit-linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        background: -moz-linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        background: -o-linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        background: -ms-linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        background: linear-gradient(bottom, #e5e5e5,#f5f5f5 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10%;
        max-height: 10px;
        z-index: 0;
    }



.content_colorbg {
    position: relative;
}

.page_content {
    padding: 20px 20px;
}

.skin_main_padding {
    padding: 0 20px;
}

.admin_content {
    padding: 5px 20px;
}

.footer_top {
    background: #f6f6f6;
}

.footerpane_style {
    position: relative;
}

    .footerpane_style:before {
        content: ' ';
        /*background: url(../Images/content_top_shadow.png) no-repeat;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10%;
        max-height: 8px;
        z-index: 0;
    }

.footer_bg {
    background: #f6f6f6;
}

    .footer_bg .copyright_bar {
        color: #444;
        text-align: center;
        line-height: 25px;
        border-top: 1px solid #ddd;
    }

.bottomlink_style {
    line-height: 55px;
    text-align: center;
    width: auto;
    border-top: 1px solid #ddd;
}

    .bottomlink_style span a {
        padding: 0 20px;
        color: #565656;
    }

        .bottomlink_style span a:hover {
            text-decoration: none;
        }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Sticky footer styles
        -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .k-primary.btn-toggle:hover,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .k-primary.btn-toggle:hover .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }


/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.disabled-icon {
    color: gray;
    opacity: 0.2;
}

.cast-table a:link {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.cast-table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.cast-table a:active,
.cast-table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.cast-table {
    color: #000;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

    .cast-table th {
        padding: 5px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

        .cast-table th:first-child {
            text-align: left;
            padding-left: 20px;
        }

    .cast-table tr {
        text-align: left;
        padding-left: 20px;
    }

    .cast-table td:first-child {
        text-align: left;
        padding-left: 20px;
        border-left: 0;
    }

    .cast-table td {
        padding: 5px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
    }

    .cast-table tr:nth-child(odd) {
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

    .cast-table tr:nth-child(even) {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

    .cast-table tr:last-child td {
        border-bottom: 0;
    }

    .cast-table tr:hover td {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }

    .cast-table p {
        text-align: center;
    }

.k-multicheck-wrap {
    max-height: 200px;
}

@media screen and (min-width: 768px) {
    .custom-modal-width {
        width: 625px;
    }
}

td.details-control {
    background: url('Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('Images/details_close.png') no-repeat center center;
}

.nohover > tbody > tr {
    cursor: default !important;
}

    .nohover > tbody > tr:hover {
        background: #fff !important;
    }

.geoSelectorLeft {
    width: 46%;
    display: inline-block;
    vertical-align: top;
}

.geoSelectorCenter {
    width: 5%;
    display: inline-block;
    margin: 0 1%;
    vertical-align: top;
}

.geoSelectorRight {
    width: 45.8%;
    display: inline-block;
}

.sourceDataNextBackground {
    background: aliceblue !important;
}

.sourceDataCurrentBackground {
    background: transparent;
}

.streamCalculatorContainer {
}

    .streamCalculatorContainer h3, h5 {
        padding: 0;
    }

.streamCalculatorIndent {
    margin-left: 20px;
    padding-left: 15px;
}

.streamCalculatorSpacer {
    margin-top: 20px;
}

/* Override kendo calendar view*/
.k-calendar .k-calendar-view {
    width: 400px;
}

div.icon-test i {
    position: absolute;
    margin-left: 60%;
    margin-top: 9px;
    background-color: white;
}


.searchBar {
    height: 80%;
    margin-top: 3px;
    padding-right: 22px;
}

.searchResult {
    background:#ffa50085
}


/*Eco Health styles*/

.eco-container {
    width: 100%;
    min-width: 1065px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.eco-body-panel {
    width:80%;
}
    .eco-body-panel ul {
        list-style: disc;
        list-style-position: outside;
        margin: 0px;
        padding-left: 15px;
    }

        .eco-body-panel ul li {
            padding-left: 0;
        }


.eco-selection-panel{
    width:20%;
    margin-top: 60px;
}

.eco-selector-row {
    display: flex;
    flex-direction: column;
}

.eco-selector {
    width: 100%;
}

@media screen and (max-width: 1360px) {
    .eco-body-panel {
        width: 100%;
    }

    .eco-selection-panel {
        width: 100%;
        margin-top: 10px;
    }

    .eco-selector-row {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .eco-selector {
        width: 30%;
    }
}
.EcoSystem-sub-heading {
    font-family: Times;
    font-style: italic;
}


.ecoSystem-title {
    font-family: 'Roboto Condensed';
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    width: 500px;
}

/*end of ecohealth styles*/
label {
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
    font-weight: 700;
}

#DocumentationSibeBarDiv A:hover {
    text-decoration: underline !important;
}
/*compare sceanario styles end*/



/*contact us styles start*/
.contactUs-message {
    height: 200px;
    width: 100%;
}
/*contact us styles end*/


.text-align-left {
    text-align: left !important;
}
.text-align-right {
    text-align: right !important;
}
.text-align-center {
    text-align: center !important;
}
.col-align-center {
    padding: 0 1% !important;
    width: max-content !important;
}
/*Stream Restoration Protocol Calculator Start*/
.strean-calculator-title {
    display: inline;
    margin-top: 8px;
}
.padding-left33 {
    padding-left: 33px;
}
/*Stream Restoration Protocol Calculator End*/


.btn-block{
    display:block !important;
    width:75%;
}

button.close{
    padding:0;
    cursor:pointer;
    background: 0 0;
    border:0;
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
}

.k-animation-container {
    z-index: 55000 !important; /* Set a higher z-index than your modal */
}

#addEditGroupDiv div.k-edit-field {
    float: right;
    clear: right;
    width: 79%;
    margin-right: 2%;
    padding: 0 0 .6em;
}

#addEditGroupDiv div.k-edit-label {
    float: left;
    clear: both;
    width: 16%;
    padding: .4em 0 1em;
    margin-left: 2%;
    text-align: right;
}


.font-weight-600 {
    font-weight: 600;
}
.alert-popup-icon {
    color: #3b73af;
}
.grid_icon {
    font-size: 19px;
    font-weight: 600;
    color: #3b73af;
}
.grid_icon.fa-play {
    color: green;
}
.grid_icon.fa-eye-slash, .grid_icon.fa-eye {
    color: #337ab7;
}
.grid_icon.fa-ban {
    color: red;
}
.displayfor-text.multi {
    overflow-y: auto;
    border: 1px solid lightgrey;
    padding: 2px;
    margin-bottom: 10px;
}
.grid-action-help_icon {
    padding-top: 9px;
    position: absolute;
    padding-left: 5px;
}



