﻿
html {
    font-size: 13px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    min-height: 100vh;
}

body,
html {
    font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
    color: #393939;
}


.main_container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.container {
    width: 100%;
    background-image: linear-gradient(86deg, rgb(26, 129, 140), rgb(30, 164, 179));
    padding: 0px;
    margin: 0px;
    border-bottom:1px solid #ccc;
}

.logo {
    padding:0;
    margin:0;
    width:313px;
    height:66px;
    float:left;
}

.BKlogo {
    padding: 0;
    margin: 0;
    width: 197px;
    height: 66px;
    float: right;
}

.PILogo {
    margin-top: 5px;
    margin-left: -5px;
}

.Titlelogo h2 {
    font-size: 2.0em;
    line-height: 0;
    color: #fff;
    font-family: 'Segoe UI Light','Segoe WP Light','wf_segoe-ui_light','wf_segoe-ui_normal','Segoe UI','Segoe WP',Helvetica,Tahoma,Arial,sans-serif;
    font-weight: 300;
    margin-top:44px;
    padding:0;
    float:left;
}

h2 {
    padding: 2%;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

h1 {
    color: #393939;
    font-family: "Proxima Nova", "Open Sans", Helvetica, Arial, san-serif;
    font-size: 34px;
    font-weight: 100;
    line-height: 1.25;
    margin: 0 0 20px;
}

p {
    font: 1em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
    margin: 1em 0;
    padding: 0;
    color: #393939;
}

.body_container {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    position: relative;
    min-height: 730px;
}

.left_container {
    width: 25%;
    float: left;
    height: 730px;
    overflow-y:auto;
    /*   flex: 1;*/
    padding: 0px;
    margin: 0px;
    position: sticky;
    top: 0;
    margin-left: 2px;
}

.rightDisplay_container {
    width: 75%;
    float: right;
    border-left: 1px solid #ccc;
    height: auto;
    padding: 10px;
    margin: 0px;
    line-height: 160%;
}

.clearDivs {
    clear: both;
}

img {
    width:100%;
    height:auto;
}

.treeviewscroll {
    height: 100%;
    width: 100%;
    display: block;
    position:relative;
}

.innerul {
    list-style-type: disc;
}

    .innerul li a {
        color: #059;
    }

        .innerul li a:hover {
            color: #333;
            text-decoration: underline;
        }

.subtitle {
    font-size: 28px;
    font-style: italic;
}

.textalign {
    text-align: justify;
}

/*......treeview.........................*/
li a.active {
    text-decoration: none;
    font-family: Segoe UI, SegoeUI, Segoe WP, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
    color: #333;
    cursor: pointer;
    border-radius: 10px;
    padding: 3px;
    font-weight: 600;
}

li a {
    text-decoration: none;
    font-family: Segoe UI, SegoeUI, Segoe WP, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
    color: #333;
    cursor: pointer;
    border-radius: 10px;
    padding: 3px;
    font-weight: normal;
}

    li a.active {
        background-color: #f2f2f2;
        display: block;
    }


ul,
#myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 10px;
    font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
    color: #333;
}

.dropdown {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

    .dropdown::before {
        content: "\203A";
        color: #333;
        display: inline-block;
        margin-right: 6px;
        font-size: 14px;
    }

.dropdown-down::before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
}

.nested {
    display: none;
    padding-left:20px;

}



.active {
    display: block;
}



table, td, th {
    border-bottom: 1px solid hsla(0, 0%,89%, 1);

    padding: 8px;
    margin: 0;
    font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
    font-size: 13px;
    vertical-align: top;
}

    table, td:last-child, th:last-child {
        border-right: none!important;
    }
        table th {
            color:hsla(0, 0%, 37%, 1) !important;
            text-align:left;
            vertical-align:super;

        }

        table td b {
            font-weight:600;
        }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom:10px;
}

    table td:first-child { width:20%;}

    table td:last-child {
        border-right:none;
    }

.eigentable td:nth-child(1) {
    width: 15% !important;
}
.eigentable td:nth-child(2) {
    width: 45% !important;
}
.strip {
    margin:0;
    padding:0;
}
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    margin:0;
}

    ul.breadcrumb li {
        display: inline;   

    }

        ul.breadcrumb li + li:before {
            padding: 2px;
            color: black;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: #393939;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #EE9B23;
                text-decoration: underline;
            }

.rightarticle {
    width: 10%;
}

.rightarticleul {
    position: sticky;
    top: 30px;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

.rightarticleheading {
    position: sticky;
    top: 0px
}
/* Footer -----

-----*/

footer {
    background: #393939 top center repeat-x;
    color: #989898;
    font-family: 'Open Sans', Helvetica, Arial, san-serif;
    font-size: 9px;
    height: 120px;
    line-height: 13px;
    overflow: hidden;
    position: relative;
    bottom:0;
    text-align: right;
    width: 100%;
}

    footer a {
        color: #989898;
    }

#KnightLogo {
    display: block;
    float: left;
    left: 40px;
    position: relative;
    top: 20px;
}

#footerLinks {
    margin-bottom: 30px;
    display: block;
    font-size: 12px;
    float: left;
    left: 85px;
    line-height: 1.4;
    position: relative;
    text-align: left;
    top: 25px;
}

    #footerLinks span {
        font-size: 19px;
    }

    #footerLinks a:link, #footerLinks a:visited, #footerLinks a:active, {
        text-decoration: none;
    }

    #footerLinks a:hover {
        text-decoration: underline;
    }

#footerPhone {
    float: right;
    font-size: 16px;
    line-height: 1.25;
    margin-right: 40px;
    position: relative;
    top: 25px;
}

.legalText {
    background: #1b1b1b;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* Image Service Page */

.theme-light, :root {
    --text: #171717;
    --text-subtle: #5e5e5e;
    --text-invert: white;
    --text-glow-high-contrast: #171717;
    --box-shadow-light: rgba(0,0,0,0.108);
    --box-shadow-medium: rgba(0,0,0,0.132);
    --box-shadow-heavy: rgba(0,0,0,0.18);
    --box-shadow-extra-heavy: rgba(0,0,0,0.22);
    --body-background: white;
    --body-background-medium: #fafafa;
    --body-background-dark: #f2f2f2;
    --border: #e3e3e3;
    --hover-base: #2e2e2e;
    --hover-invert: #fafafa;
    --border-white-high-contrast: rgba(255,255,255,0);
    --border-yellow-high-contrast: rgba(0,0,0,0);
    --code-highlight-background: #fff1cc;
    --visited: #660099;
    --score-low-off: rgba(218,59,1,0.3);
    --score-low: #da3b01;
    --score-medium-off: rgba(255,187,0,0.3);
    --score-medium: #ffbb00;
    --score-high-off: rgba(18,135,18,0.3);
    --score-high: #128712;
}

.allAppendix-ATbl {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    text-indent: 0.5em;
    text-align: left;
}

    .allAppendix-ATbl td:first-child {
        width: 20%;
    }

    .allAppendix-ATbl td:last-child {
        border-right: none;
    }

.allAppendix-ATbl, td, th {
    padding: 2px;
    margin: 0px;
    font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
    font-size: 13px;
}

.codeHeader {
    box-sizing: content-box;
    background-color: hsla(0,0%,95%,1);
    background-color: var(--body-background-dark);
    color: hsla(0,0%,9%,1);
    color: var(--text);
    display: flex;
    flex-direction: row;
    font-size: .8rem;
    border: 1px solid hsla(0,0%,89%,1);
    border: 1px solid var(--border);
    border-bottom: 0;
    margin-top: 16px;
    min-height: 30px;
}

    .codeHeader > .language {
        padding: 4px 16px;
        flex-grow: 1;
        font-size: 12px;
        justify-content: center;
    }

    .codeHeader > .action {
        padding: 2px 10px;
        background-color: transparent;
        border: 0 solid hsla(0,0%,89%,1);
        border: 0 solid var(--border);
        border-left-width: 1px;
        color: hsla(0,0%,9%,1);
        color: var(--text);
        cursor: pointer;
        display: flex;
        align-items: center;
        line-height: normal;
    }

.is-relative {
    position: relative !important;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input, select, textarea {
    margin: 0;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    font: 400 13.3333px Arial;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    color: hsla(0,0%,9%,1);
    color: var(--text);
    background-color: hsla(0,0%,100%,.998);
    background-color: var(--body-background);
    cursor: pointer;
    outline: none;
}

/* Green */
.success {
    color: green;
}

    .success:hover {
        background-color: #4CAF50;
        color: white;
    }

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.00rem;
    width: 1.00rem;
}

.docon-edit-copy {
    content: "\FF1D";
}

.codeHeader + pre {
    margin-top: 0;
}

pre {
    font-size: .875rem;
    overflow: auto;
    border: 1px solid var(--border);
    background-color: var(--body-background-medium);
    padding: 1rem;
    margin: 1rem 0 0;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    tab-size: 4;
    -webkit-hyphens: none;
    hyphens: none;
    display: block;
}

pre, samp {
    -webkit-font-smoothing: auto;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace !important;
    line-height: 19px;
}

.hljs-attribute {
    color: #007d9a;
}
/* End Image Service Page */

/*Footer resolution fix*/
@media screen and (max-width: 1920px) {
    .left_container {
        width: 25%;
        float: left;
        height: 730px;
        overflow-y: auto;
        /*flex: 1;*/
        padding: 0px;
        margin: 0px;
        position: sticky;
        top: 0;
        margin-left: 2px;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575.98px) {
    .left_container {
        height: 400px;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .left_container {
        height: 500px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .left_container {
        height: 520px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .left_container {
        height: 550px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/

@media screen and (min-width: 1200px) and (max-width: 1919.98px) {
    .left_container {
        height: 580px;
    }
}
/* End Image Service Page */
.bggray {
    background-color: #cccccc;
}

.bgyellow {
    background-color: #ffcc00;
}
.treeview {
    line-height: 28px;
}
/* horizontal panel*/
/*.panel-container {
            display: flex;
            flex-direction: row;
            border: 1px solid silver;
            overflow: hidden;
        }*/

/*.panel-left, .panel2-left {
           flex: 0 0 auto;*/ /* only manually resize */
/*padding: 10px;
           width: 300px;
           min-height: 200px;
           min-width: 150px;
           white-space: nowrap;
           background: #838383;
           color: white;
       }*/

.splitter, .splitter2, .splitter3 {
    flex: 0 0 auto;
    width: 3px;
    /* background: url(../Images/vsizegrip.png) center center no-repeat #535353;*/
    min-height: 200px;
    cursor: col-resize;
}

/*.panel-right, .panel2-right {
           flex: 1 1 auto;*/ /* resizable */
/*padding: 10px;
           width: 100%;
           min-height: 200px;
           min-width: 200px !important;*/ /* NOTE: This won't be respected! Explicit size of left forces the size to be fixed */
/*background: #eee;
       }*/



.heading1 {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 26px;
    font-weight: normal;
    background-color: #003366;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 12px;
    /* width: 50%;*/
}
.intro {
    /*padding-left: 5px;*/
}

.tpsiamgepargarph {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Verdana;
}



.frmHeader {
    color: #000000;
    background: #dcdcdc;
    font-family: Verdana;
    font-size: .9em;
    font-weight: normal;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 2px;
    padding-bottom: 2px;
}
.frmText {
    font-family: Verdana;
    font-size: .9em;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 32px;
}
.frmInput {
    font-family: Verdana;
    font-size: 1em;
}
.button {
    background-color: #dcdcdc;
    font-family: Verdana;
    font-size: 1em;
    border-top: #cccccc 1px solid;
    border-bottom: #666666 1px solid;
    border-left: #cccccc 1px solid;
    border-right: #666666 1px solid;
}
table.tpsiamge td {
    border-bottom: none;
}
table.titleplanttable {
    width: 50em;
}

.tabletdstate {
    width: 12em;
}
.tablecounty {
    width: 24em;
}
.tablefips {
    width: 8em;
}
a.tplinkclick {
    color: #551A8B;
    text-decoration: underline;
    font-family: Verdana;
    font-size: 1em;
}
    /* visited link */
    /*a.tplinkclick:visited {
    color: #551A8B;
    font-family: Verdana;
    font-size: 1em;
}*/
    /* mouse over link */
    a.tplinkclick:hover {
        color: #0000EE;
        font-family: Verdana;
        font-size: 1em;
    }
/* selected link */
/*a.tplinkclick:active {
    color: #0000EE;
    font-family: Verdana;
    font-size: 1em;
}*/
.servicetypesheading {
    color: #393939;
    font-family: "Proxima Nova", "Open Sans", Helvetica, Arial, san-serif;
    font-size: 34px;
    font-weight: 100;
    line-height: 1.25;
    margin: 0 0 20px;
}

.servicetypessubtitle {
    font-size: 28px;
    font-style: italic;
}
a.rightpanellink {
    color: #551A8B;
    text-decoration: underline;
    font-family: Verdana;
    font-size: 1em;
}   
    /* mouse over link */
    a.rightpanellink:hover {
        color: #0000EE;
        font-family: Verdana;
        font-size: 1em;
    }
