﻿/* Sticky footer styles
-------------------------------------------------- */

/*:root {
    --calcite-color-text-link: #FF00FF;
    --calcite-color-status-info: #FF00FF;*/
    /*--calcite-color-brand-hover: #FF00FF;*/
/*}

.calcite-mode-light {
    --calcite-color-text-link: #FF00FF;
    --calcite-color-status-info: #FF00FF;
    --calcite-color-brand-hover: #FF00FF;
}

.calcite-mode-dark {
    --calcite-color-brand-press: #FF00FF;
}*/

/*.calcite-mode-auto {
    --calcite-color-brand-press: #FF00FF;
    --calcite-color-text-link: #FF00FF;
}

.container:focus {*/
    /*outline: 2px solid var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)));*/
    /*outline: 2px solid #000000 !important;
    outline-offset: calc(-2px*(1 - (2*clamp(0,var(--calcite-offset-invert-focus),1))))
}*/

/*.noborder {
    outline-style: double !important;
    outline-color: red !important;
    outline-width: 5px !important;
    border: 8px solid black !important;
}
    .noborder:focus {
        outline-style: double !important;
        outline-color: red !important;
        outline-width: 5px !important;
        border: 8px solid black !important;
    }
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    height: 100%;
    margin: 0;
    padding: 0;
    /*overflow-y: auto;*/
    overflow: hidden;
    /*-webkit-tap-highlight-color: fuchsia !important;
    --calcite-ui-focus-color: fuchsia !important;
    --calcite-ui-focus-visible-color: fuchsia !important;*/
    /*--calcite-color-text-link: red !important;*/
    /*--calcite-color-brand-hover: red !important;*/ /*button hover*/
    /*--calcite-color-status-info: purple !important;*/
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 20px;
    line-height: 20px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

header {
    display: block;
    /*height:10%;*/
    height: 90px;
    margin: 0 0 5px;
    /*padding: 5px 5px 5px 5px;*/
    position: relative;
    /*border: solid 1px red;*/
}


main {
    position: absolute;
    top: 100px; /* make this equal to the height of your header tag */
    bottom: 20px; /* make this equal to the height of your footer tag */
    left: 0;
    right: 0;
    overflow-y:auto;
    /*background-color:orange;*/
    overflow-x:hidden;
}

.main-content {
    height: calc(100vh - 127px);
    width: 100%;
}

.logoff-form {
    display:inline;
}

.sidebar {
    /*background-color:green;*/
    height: 100%;
    overflow-y: auto;
}

.no-bullet {
    list-style-type: none;
}

.measure-btn {
    float: left;
    margin: 5px;
    border: solid 1px;
}
.esri-measurement-widget-content {
    clear: both;
}

.active-measure {
    background-color: #dce2e6 !important;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
/*body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}*/
code {
    font-size: 80%;
}

/*.fixed-top {
    height: 100px !important;
}*/

/* SCAC */
#logo {
    display: inline-block;
    float: left;
    padding: 5px;
}

.bg-light {
    background-color: white !important;
}
.site-title {
    font-size: 1.7em;
    margin: auto;
    text-align: left;
    float: left;
    display: inline-block;
    position: absolute;
    padding: 0 0 0 100px;
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height: 1.3em;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    outline: none;
    text-decoration: none;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
    cursor: pointer;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
    background-color: #c7d1d6;
    text-decoration: underline;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    /*margin: 5px 100px 0px;*/
    text-align: right;
    color: Black;
    float: right;
    position: absolute;
    top: 0px;
    right: 10px;
}

#login a {
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

/* login page */
#loginForm {
    border-right: solid 2px #767676;
    float: left;
    width: 55%;
    /*padding: 10px;*/
}


#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
    color:red;
    font-weight:bold;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 250px;
}

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
    width: auto;
}

/* Manage page */
.manageDiv {
    border: 1px solid #efefef;
    padding: 5px;
    margin: 20px;
}


.cueButton, .cueButton:hover {
    display: inline-block;
    padding: 5px 20px;
    background-color: #2f78c1;
    color: white !important;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    height: 32px;
    cursor: pointer;
    font-weight: bold;
}

.cueButton2, .cueButton2:hover {
    display: inline-block;
    padding: 5px 20px;
    background-color: #235586;
    color: white !important;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    height: 32px;
    cursor: pointer;
    font-weight: bold;
}

#logoutForm {
    display: inline;
}

#updateUserForm {
    float: left;
    width: 55%;
}

#updateUserForm input {
    width: 250px;
    height:30px;
}

    #updateUserForm input[type="checkbox"],
    #updateUserForm input[type="submit"],
    #updateUserForm input[type="button"],
    #updateUserForm button {
        width: auto;
    }

#resources {
    display: block;
    font-size: .85em;
    text-align: right;
    color: Black;
    float: right;
    position: absolute;
    top: 20px;
    right: 10px;
    height: 30px;
    font-weight: bold;
}


#resources a {
    font-weight: bold;
}

.casesNav {
    position: absolute;
    right: 10px;
    top: 70px;
    display: block;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #c4e4f5;
    padding: 3px 10px;
    font-family: sans-serif, Arial;
    font-size: 12px;
    border: 1px solid #4987a3;
    border-radius: 4px;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #0b78e6;
    border-color: #4987a3;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px dashed #4987a3;
}

.radio-toolbar label:hover {
    background-color: #0b78e6;
    color: #fff;
}


/* CSS */
.case-action-button {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    /*line-height: 1.15385;*/
    margin: 0;
    outline: none;
    /*padding: 8px .8em;*/
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

    .case-action-button:hover,
    .case-action-button:focus {
        background-color: #b3d3ea;
        color: #2c5777;
    }

    .case-action-button:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .case-action-button:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

@media print {
    .DisplayContent {
        height: 100%;
        overflow: visible !important;
        /*overflow-x: auto !important;*/
        padding-left: 20px;
        display: block !important;
    }

    .DisplayContentScroll {
        height: 100%;
        overflow: visible !important;
        /*overflow-x: auto !important;*/
        padding-left: 20px;
        display: block !important;
    }

    body {
        overflow: visible;
    }

    #menu {
        display: none;
    }

    #printButton {
        display: none !important;
    }

    #downloadKMLButton {
        display: none !important;
    }

    #login {
        display: none !important;
    }

    .disclaimer {
        display: none !important;
    }

    .no-print {
        display: none !important;
    }

    .dijitIconPrint {
        display: none !important;
    }

    .dijitIcon {
        display: none !important;
    }

    .dijitReset {
        display: none !important;
    }

    .dijitInline {
        display: none !important;
    }

    .kmlDownload {
        display: none !important;
    }

    #resources {
        display: none !important;
    }
}

.DisplayContent {
    /*height: 87%;*/
    /*overflow-x: hidden;*/
    overflow: hidden;
    padding-left: 20px;
}

.CueFormContent {
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
    width: 100%;
    height: 100%;
}
.CueFormView {
    padding-left: 20%;
    padding-right: 20%;
    clear: both;
    overflow: hidden;
    height: 87%;
}
.CueFormEdit {
    padding-left: 20%;
    padding-right: 20%;
    clear: both;
    overflow: auto;
    /*height: 87%;*/
}

.DisplayContentScroll {
    height: 87%;
    /*overflow-x: hidden;*/
    overflow: auto;
    padding-left: 20px;
}

/*:focus {
    outline: none !important;
}*/

/* Calcite */

/*:root {
    --calcite-scrim-background: rgba(255, 255, 255, .8) !important;
}*/

.CommMessage {
    background-color: white;
    /*    width: 80%;
*/ margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    width: 500px;
    height: 80px;
    text-wrap: wrap;
}


/* CSS */
.buttonCommunications {
    display: inline-block;
    padding: 6px 12px;
    background-color: #0b78e6;
    color: white !important;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.buttonCommunications:hover {
    color: black !important;
}

.buttonCommunicationsContainer {
    padding: 5px;
    width: auto;
    float: left;
    margin-bottom: 15px;
}

.clue-content {
    max-height: 87%;
    overflow: auto
}
.clue-content-padding {
    padding:20px;
}

.caseOverviewTable {
    border-collapse: collapse;
}

/* CALCITE */
.clue-accordion {
    --calcite-accordion-item-header-background-color: #dae4ee !important; /*#d7e8f5;*/
}

.clue-card {
    --calcite-card-border-color:darkgray;
}
.clue-secondary-button {
    --calcite-button-background-color-primary: #eee;
    --calcite-button-text-color-primary: #333;
}

.height-analysis-header{
    font-weight: 600;
    text-decoration: underline;
    padding: 10px 0px;
}
.height-analysis-data {
    padding: 0px 25px;
}
.height-analysis-data p {
    margin: 5px 0px;
}

.zoneoptions {
    display:table;
    padding:5px;
}

/* OLD Styles */
h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

label{
    display: block;
    font-size: 1em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 20px;
}

fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

fieldset ol li {
    padding-bottom: 5px;
}

.CueItem {
    display: inline-block;
    width: 100%;
}

.CueLabel {
    width: 30%;
    float: left;
}

.CueField {
    width: 70%;
    float: right;
}

.CueFormContent {
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
    width: 100%;
    height: 100%;
}

.CueInput {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.CueForm {
    padding-left: 20%;
    padding-right: 20%;
    clear: both;
    overflow-x: hidden;
    height: 85%;
}

.CueButtonLabel {
    display: inline-block;
    font-size: .85em;
    font-weight: 400;
}

.CueQuestion {
    display: inline-block;
    padding-top: 25px;
    font-size: 1em;
    font-weight: 600;
    width: 100%;
    padding-bottom: 10px;
}

.CueButton {
    width: 20px;
    display: inline-block;
}

.scoreCardTH {
    padding: 0.5em 2em;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.scoreCardLabelTD {
    padding: 5px;
}

.centeredTD {
    text-align: center;
    vertical-align: middle;
    color: red;
    font-weight: 600;
    font-size: 18px;
    padding: 5px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
th {
    font-size: 1em;
    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: '▼';
}
tr:nth-child(odd) {
    background-color: #eee;
}

tr.dijitReset:nth-child(odd) {
    background-color: #fff;
}

tr:nth-child(even) {
    background-color: #fff;
}

/* 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;
}

.QuestionnaireForm {
    margin: auto;
    width: 50%;
    text-align: center;
    border: 2px solid grey;
    border-radius: 10px;
    padding: 20px;
    background-color: ghostwhite;
}

.QuestionnaireContent {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}

    .QuestionnaireContent:last-child {
        margin: 0;
    }

hgroup.title {
    margin-bottom: 10px;
    margin-left: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

header, footer, hgroup,
nav, section {
    display: block;
}
.navbar {
    position: fixed; /* Positions the element relative to the viewport */
    top: 0; /* Aligns the element to the top edge of the viewport */
    left: 0; /* Aligns the element to the left edge of the viewport */
    width: 100%; /* Makes the element span the entire width of the viewport */
    /* Add other desired styles for the navbar, like background-color, height, etc. */
}