﻿/* Styling for "Site Prioritization" mode */

label.dst-label {
    font-size: 1.0em;
}

p.dst-p {
    font-size: 0.8em;
}

.lab-range {
    font-size: 0.8em;
}

    .lab-range span {
        text-decoration: underline;
    }

input[type="button"] {
    font-size: 0.8em;
}

    input[type="button"]:disabled {
        color: #555555;
        background-color: transparent;
    }

    input[type="button"].video {
        margin-top: 12px;
        margin-right: 0px;
        width: 125px;
    }

    input[type="button"].block-style {
        margin-top: 12px;
        display: block;
        min-width: 175px;
    }

#delScen {
    /*color: red;*/
}


#chk-useFilter {
    padding-top: 5px;
}

#lab-useFilter {
    padding-left: 5px;
}

/* Dropdown Checklist CSS */
div.ui-dropdownchecklist-item label {
    padding-left: 5px;
    font-weight: normal;
    font-size: 0.9em;
}

div.ui-dropdownchecklist-item input[type="checkbox"] {
    margin-top: 0px;
}

.list-item {
    font-size: 0.9em;
    /*margin-left: 10px;*/
    list-style: disc inside none;
    margin-top: 10px;
}

span.ui-dropdownchecklist {
    width: 190px;
}

#select-filter-attrib, #select-rank-attrib {
    margin-bottom: 10px;
    margin-top: 8px;
    width: 250px;
}

.sel-offset {
    margin-left: 10px;
}

p#curr-rank-title, p#curr-filter-title {
    text-decoration: underline;
    color: royalblue;
    font-weight: bold;
    margin-top: 20px;
}

input[type="checkbox"].exc-null {
    margin: 0 3px 0 0;
    padding-left: 10px;
    height: 16px;
    font-size: 1.0em;
    /* border-color: darkgrey; */
    vertical-align: middle;
}

label.exc-null {
    margin-top: 10px;
    font-size: 0.7em;
    font-weight: normal;
    font-style: italic;
}


/*Popup Content*/

ul {
    list-style-type: none;
    padding-left: 0px;
}

li span.key {
    display: inline-block;
    width: 90px;
    text-align: right;
    vertical-align: top;
    font-size: 0.9em;
    font-weight: bold;
}

li span.value {
    display: inline-block;
    left: 90px;
    width: 160px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    font-size: 0.9em;
}

dlg-msg p.species {
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: underline;
}

dlg-msg li {
    font-size: 0.75em;
}

/* Color by Class for IBI Scores */
span.ibi-black {
    color: black
}

span.ibi-darkred {
    color: darkred;
    font-weight: bold;
}

span.ibi-red {
    color: red;
    font-weight: bold;
}

span.ibi-orange {
    color: orange;
    font-weight: bold;
}

span.ibi-gold {
    color: gold;
    font-weight: bold;
}

span.ibi-lightgreen {
    color: lightgreen;
    font-weight: bold;
}

span.ibi-darkgreen {
    color: darkgreen;
    font-weight: bold;
}

.ol-dragbox {
    border-width: 3px;
    border-color: rgba(100,150,0,1);
    background-color: rgba(255,255,255,0.4);
}

/* Export Form & Attribute Selection */

#export-options h4 {
    font-size: 1.0em;
}

#ms-export-attr {
    height: 220px;
    width: 425px;
    margin-bottom: 12px;
}

    #ms-export-attr input[type="checkbox"] {
        margin: 5px 5px 6px 0;
        padding: 5px;
    }

    #ms-export-attr label {
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: 100;
        font-size: 1.0em;
        vertical-align: central;
    }

#btnViewSiteTable, #btn-export-site-results {
    margin-bottom: 10px;
    width: 200px;
}

#btnExpSelAll, #btnExpClearAll {
    margin-bottom: 0px;
    margin-left: 10px;
}


/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #7f7f7f;
    background: url(images/fading_balls.gif) center no-repeat rgba(255,255,255,0.7);
}

/* DST demo skin */

#demo-skin {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: lightcyan;
    opacity: 0.25
}

/* Demo information pane */
#demo-info {
    display: none;
    position: absolute;
    background: white;
    border-radius: 3px;
    width: 325px;
    height: auto;
    max-height: 200px;
    top: 150px;
    left: 650px;
    z-index: 101;
    overflow-y: hidden;
}

#demo-info-head {
    display: block;
    height: 30px;
    background-color: dodgerblue;
    color: white;
    padding: 8px 2px 2px 10px;
    font-size: 16px;
}

#demo-info-container {
    height: auto;
    overflow-y: auto;
}

#demo-info-content {
    display: block;
    height: auto;
    overflow-y: auto;
    padding: 4px 4px 4px 4px;
}


/* End User Agreement / Disclaimer Dialog */

div#dlg-disclaimer {
    overflow: no-display;
}

    div#dlg-disclaimer p span {
        text-decoration: underline;
    }

div.dlg-left {
    width: 10%;
    height: 70%;
    float: left;
}

div.dlg-right {
    width: 100%;
    /*width: 90%;*/
    height: 54%; /*61%;*/
    float: left;
    overflow: auto;
}


/* Logos */
div#dst-logos {
    position: absolute;
    bottom: 0;
    height: 45%; /*39%;*/
    width: 95%;
    overflow: no-display;
    border-top: 1px solid lightgray;
}

div#dst-logos-left, div.dst-logos-right {
    display: block;
    height: 85%;
    width: 50%;
    float: left;
}

div#dst-logos-right {
    float: left;
}


div#dst-logos-left img {
    padding-left: 30px;
}

div#dst-logos img {
    margin-top: 20px;
    margin-left: 20px;
}

#dst-logos-left img {
    margin-top: 32px !important;
}

div #dst-logos div a {
    border: none !important;
    outline: none !important;
}

    div #dst-logos div a img {
        border: none !important;
        outline: none !important;
    }

#logo-USACE {
    margin-left: 75px;
}

.img-info {
    margin-bottom: 10px;
}

/* Tables for Displaying Results */
table.dst-table {
    border: solid;
    border-width: 1px;
    border-color: #a59f9f;
    border-spacing: 0px;
    /* padding: 0; */
    width: 100%;
}

#table-site-filt {
    width: 70%;
}

tr.header {
    font-weight: bold;
    background-color: lightgray;
}

table.dst-table td,
table.dst-table th {
    text-align: center;
    border: 1px solid #a59f9f;
    padding: 0px;
}

/* CSS form help dialogs */


ul.help-list {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 10px;
}


span.term {
    font-weight: bold;
    /*text-decoration: underline;*/
}

/* jQuery Dialog for Viewing Oblique Photos */
#dlg-photo {
    padding: 0;
    margin: 0;
}

.img-oblique {
    max-width: 100%;
    max-height: 100%;
}


/* DST Admin Page - Upload Buttons */
span.dst-upload-button {
    cursor: pointer;
    display: block;
    width: 190px;
    background-color: #a6a6a6;
    height: 45px;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.0em;
    line-height: 45px;
    text-align: center;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    transition: 500ms all;
    border-radius: 5px;
    margin-left: 20px;
}

    span.dst-upload-button:hover {
        color: dodgerblue;
    }


div#lcc-logo {
    position: absolute;
    z-index: 99999;
    bottom: 10px;
    right: 10px;
    width: 286px;
    height: 80px;
}

    div#lcc-logo img {
        padding: 0px;
        margin: 0px;
        border: 1px solid black;
    }


/* DST Documentation */

ul.doc-list {
    list-style-position: outside;
    list-style: disc;
    display: block;
    padding-left: 40px;
    /*line-height: 16px;*/
}

    ul.doc-list li {
        margin: 10px 0;
    }

a.doc {
    font-weight: normal;
    text-decoration: underline;
}

    a.doc:hover {
        font-weight: normal;
        text-decoration: underline;
    }

.doc-section {
    font-size: 1.3em;
}

.doc-subsection {
    padding-left: 14px;
}

#mouseCursor {
    position: absolute;
    top: 0;
    left: 0;
}

/*-----------------------------------------------------------*/
/* DST Walkthrough & Tutorial CSS */
/*-----------------------------------------------------------*/

#lab-save-walkthrough {
    font-size: 16px;
    font-weight: normal;
    margin-left: 24px;
}

#chk-save-walkthrough {
    margin-bottom: 6px;
}

#stepBack, #stepForward, #playTutorial, #pauseTutorial {
    margin-left: 12px;
    cursor: pointer;
    width: 28px;
    /*width: 42px;*/
}

.wlk-controls:disabled, img.disabled {
    opacity: 0.2;
}

.bold {
    font-weight: bold;
}

#lab-wlk-status {
    font-size: 12px;
    margin-left: 16px;
    color: darkred;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .highlight {
    border: 2px solid red;
}

.ms-options-wrap > div.ms-options {
    margin-left: 45px !important;
    font-size: 10px !important;
}

/* Styling for "multiselect" (source: http://www.1stwebdesigns.com/blog/development/multiple-select-with-checkboxes-and-jquery) */

div.multiselect2 {
    width: 300px;
    height: 225px; /*100px;*/
    font-size: 0.8em;
    border-style: none;
    border: solid 1px #c0c0c0;
    border-color: darkgrey;
    border-radius: 5px;
    overflow: auto;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
    /*background-color: ghostwhite;*/
}


    div.multiselect2 label {
        display: block;
    }

div.multiselect2-on {
    color: #ffffff;
    /*background-color:#000099;*/
    background-color: ghostwhite;
}

label.multiselect2 {
    height: 70px;
    display: inline-block;
    vertical-align: top;
}

