﻿
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-size: 1.5rem;
    color: #666;
}

/* Provide sufficient contrast against white background */
a {
    color: steelblue;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
}
.text-normal {
    font-size: 16px;
    font-weight: normal;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .text-normal {
        font-size: 16px;
    }

}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /* Padding at the top for fixed navbar */
    padding-top: 75px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.header-logo {
    padding-right: 10px;
    width: 75px;
}
.header-name {
    display: inline-block;
}

@media (max-width: 1275px) {
    .header-name {
        font-size: 1.25rem;
    }
}

.logo-icon {
    font-size: 40px;
    color: #8fbc8f;
    padding-right: .5em;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
}

#loginList, #logoutList {
    padding: .5rem 0 .5rem 4rem;
    font-size: 18px;
}

    #loginList a, #logoutList a {
        font-family: 'Open Sans', sans-serif !important;
        letter-spacing: .05em;
        font-size: 15px;
        line-height: 1.34em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }

#loginList, #logoutList {
    list-style: none;
}

    #loginList .fas, #logoutList .fas {
        padding-right: 10px;
        font-size: 16px;
        /*vertical-align: middle;*/
    }

.help-icon {
    color: #3b73af;
    margin-left: 10px;
    vertical-align: middle;
}

.page_width {
    width: 100%;
    /*max-width: 1170px;*/
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.data_form {
    min-height: 600px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.home-content {
    width: 75%;
    margin: 3% auto;
}

.home-banner {
    background-image: url('../images/upper-glade-fall.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 275px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .home-banner h1 {
        color: white;
        margin: 0;
        text-align: center;
    }

/*Bootstrap tabs*/
.tab-content > .tab-pane {
    border: 1px solid #666;
    border-top: none;
    padding: 10px;
    min-height: 600px;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.grid-list {
    list-style: none;
    padding-left: 5px;
    margin: 0;
}




.gridTable {
    border-collapse: collapse;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    color: #333;
    margin: 2px !important;
}

table.gridTable thead {
    border-bottom: 1px solid #A8A8A8;
}

table.gridTable th {
    font-size: 12px;
    text-align: center;
    border: 1px solid #A8A8A8;
    padding: 0;
    line-height: 14px;
}

table.gridTable td {
    text-align: center;
    border: 1px solid #A8A8A8 !important;
    padding: 1px;
}

table.gridTable tr.alt td {
    background-color: #EAF2D3;
    border: 1px solid #A8A8A8 !important;
}

.popupTable {
    border-collapse: collapse;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 2px !important;
}

table.popupTable thead {
    border-bottom: 1px solid #A8A8A8;
}

table.popupTable th {
    font-size: 14px;
    text-align: center;
    border: 1px solid #A8A8A8;
    padding: 3px;
    line-height: 18px;
}

table.popupTable td {
    text-align: left;
    border: 1px solid #A8A8A8 !important;
    padding: 3px;
}

table.popupTable tr.alt td {
    background-color: #EAF2D3;
    border: 1px solid #A8A8A8 !important;
}

.InnerDocPageContainer {
    margin: 0 25px;
}

.DocumentationContainer {
    margin-left: 10px;
}

    .DocumentationContainer img {
        padding: 10px 0;
    }

    .DocumentationContainer ul, .DocumentationContainer ol {
        padding-left: 65px;
        list-style-type: disc;
    }

    .DocumentationContainer li {
        margin-left: 10px;
    }

    .DocumentationContainer table {
        margin: 10px 0 10px 35px;
    }

.doc-question {
    padding: 10px 0 0 25px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.doc-answer {
    padding: 0 0 0 35px;
}


/*****  Form Layout  *****/

.form-container {
    margin: 0.25rem !important;
    padding: 15px 0 15px 15px;
    border-radius: 0.25rem !important;
    border: 1px solid #808080 !important;
    display: flex;
    flex-wrap: wrap;
}

.form-container-heading {
    margin: 0;
    padding-left: 4px;
    line-height: 1.25rem;
}

.form-control-width100 {
    width: 100%;
}

.phone-number-container {
    display: inline-block;
    width: 60%;
}
.phone-extension-container {
    display: inline-block;
    width: 38%;
    padding: 0;
}

input[readonly="readonly"], input[readonly] {
/*    background-color: #eeeeee !important;
*/}

.contact-ddl{
    color: #666666;
    font-size: 16px;
}
.contact-ddl h5{
    margin: 0;
}
.contact-ddl h6 {
    margin: 0;
    padding: 0;
}
.contact-ddl p{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.contact-popup {
}

.contact-popup h5 {
    margin-bottom: 5px;
}

.contact-popup h6 {
    margin: 0;
}

    .contact-popup p {
        margin: 0;
        padding: 5px 0 0 0;
        line-height: 1.25em;
    }

.textbox-tall {
    height: 40px !important;
    font-size: 16px;
}

.textarea-2-lines {
    height: 60px !important;
    line-height: 1.3em;
    padding: .3em;
    overflow: auto;
}

.textarea-tall {
    height: 100px !important;
    line-height: 1.3em;
    padding: .3em;
    overflow: auto;
}

.textbox-100 {
    width: 100%;
}

.textbox-75 {
    width: 75%;
}

.textbox-50 {
    width: 50%;
}

.textbox-noborder {
    border: none !important;
}
.document-dropzone {
    position: relative;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    width: 100%;
    min-height: 100px;
    text-align: center;
}
.money-textbox{
    text-align: right;
    padding-right: 5px !important;
}
.inspection-grid-answer-yes {
    background-color: #007bff;
    color: white;
}
.inspection-item-photo {
    width: 300px;
    padding: 5px;
}
.checkbox-form-group{
    margin-top: 27px;
    padding-left: 10px;
}
.checkbox-form-group-2line {
    margin-top: 5px;
    padding-left: 10px;
}
    .checkbox-form-group-2line input[type=checkbox] {
        margin-bottom: 25px;
    }
    .checkbox-form-group-2line input[type=radio] {
        vertical-align: top;
        margin-top: 18px;
        margin-right: 10px;
    }

.grid-icon-blue {
    color: steelblue;
}

.grid-icon {
    margin: 0 5px;
    color: steelblue !important;
}

.grid-icon .fa-trash-can {
    color: red;
}

.grid-icon .fa-print {
    color: green;
}

.grid-link {
    text-decoration: underline !important;
    color: steelblue !important;
}

.recentProjects {
    padding: 2px 10px;
    display: flex;
}
.recentProjects i{
    font-size: 12px;
    float: right;
    padding-top: 5px;
}

@media (max-width: 1181px) {
    .fa-lg {
        font-size: 1.5em;
        line-height: .8em;
        vertical-align: -0.0667em;
    }
}
    /*  Tab Styles  */
    .inspect-item-grid-tabstrip {
        border: none;
        background: none;
        padding: 15px 0;
    }

        .inspect-item-grid-tabstrip .k-content {
            background-color: #FAFCFE !important;
        }

        .inspect-item-grid-tabstrip .k-item.k-state-active {
            background-color: #FAFCFE;
            border-bottom-color: #FAFCFE;
        }

    .inspect-item-grid-tab-pane {
        min-height: 100px;
        display: flex;
    }

    .image-loading {
        background: transparent url('../images/loading_icon.gif') center no-repeat;
        background-size: 150px;
    }




    /*  List Items  */
    .inspect-item-grid-row-container {
        min-height: 100px;
        padding: 10px;
        margin: 10px;
        display: flex;
        background-color: #FAFCFE;
        border: 1px solid #999;
        border-radius: 5px;
    }

    .inspect-item-grid-item-section {
        width: 60%;
        margin-right: 20px;
    }

    .inspect-item-grid-photo-section {
        width: 40%;
        margin-right: 10px;
    }

    .inspect-item-grid-photo-container {
        width: 100%;
        min-height: 75%;
        display: flex;
        flex-wrap: wrap;
    }

    .inspect-item-grid-photo-div {
        width: 150px;
        margin: 10px;
    }

        .inspect-item-grid-photo-div img {
            width: 100%;
            padding: 5px 10px 5px 0;
            background: transparent url('../images/loading_icon.gif') center no-repeat;
            min-height: 113px;
            min-width: 150px;
        }


    .inspect-item-grid-row {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 10px;
    }

        .inspect-item-grid-row:last-child {
            margin-bottom: 0;
        }

        .inspect-item-grid-row label {
            color: #333333;
            font-weight: 500;
        }

    .inspect-item-grid-btns {
        display: flex;
        width: 75px;
        justify-content: space-between;
    }

    .inspect-item-grid-work-items {
        display: flex;
        float: right;
        width: 80%;
        justify-content: space-between;
        padding: 5px 10px;
    }

    .inspect-item-grid-category {
        /*    color: #666666;*/
        color: #333333;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .inspect-item-grid-answer {
        color: #666;
    }
.category-description-help {
    font-size: 1em;
    vertical-align: baseline;
}
.inspect-item-grid-notes {
}

    .inspect-item-grid-notes {
        width: 100%;
        min-height: 20px;
    }


    .inspection-photo-list {
        margin: 10px;
        padding: 0;
    }

        .inspection-photo-list li {
            list-style: none;
        }


    .report-viewer-container {
        position: absolute;
        left: 5px;
        right: 5px;
        top: 10px;
        bottom: 5px;
        overflow: hidden;
        font-family: Verdana, Arial;
        width: 98%;
        height: 950px;
    }

    .report-viewer-container-with-menu {
        position: absolute;
        left: 5px;
        right: 5px;
        top: 220px;
        bottom: 5px;
        overflow: hidden;
        font-family: Verdana, Arial;
        width: 98%;
        height: 950px;
    }

    /* Hide Html5 Report Viewer icons */

    .trv-menu-large [aria-label="Navigate backward"] {
        display: none;
    }

    .trv-menu-large [aria-label="Navigate forward"] {
        display: none;
    }

    .trv-menu-large [aria-label="Stop rendering"] {
        display: none;
    }

    .trv-menu-large [aria-label="Toggle document map"] {
        display: none;
    }

    .trv-menu-large [aria-label="Toggle parameters area"] {
        display: none;
    }


    ol li ol {
        list-style-type: lower-alpha;
    }

    .imageGrid {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: auto auto auto;
    }

        .imageGrid img {
            width: 150px;
            height: 100px;
        }


    /* Map styles
-------------------------------------------------- */

    .map-icon {
        vertical-align: middle;
        font-size: 1.25em;
    }

    .map-icon-project {
        color: #58bbd6;
    }

    .map-icon-bmp {
        color: #8fbc8f;
    }

    .map-icon-complaint {
        color: #D65766;
    }

    .map-icon-delete {
        color: red;
        font-size: 1em;
        padding-bottom: 2px;
    }

    .map-icon-label {
        width: 35%;
    }

    .map-marker {
        background-image: url('\images\project-point.png');
        width: 18px;
        height: 30px;
        cursor: pointer;
    }

    .mapboxgl-popup-content {
        border: goldenrod 2px solid;
        border-radius: 10px !important;
        background-color: aliceblue !important;
    }

    .mapboxgl-popup-close-button {
        font-size: 20px;
        border: none !important;
    }

    .map-popup {
    }

        .map-popup p {
            padding: 3px;
            margin-bottom: 2px;
            line-height: normal;
        }

        .map-popup h5 {
            margin: 5px 0 0 0;
            color: #333;
        }

        .map-popup h6 {
            margin: 5px 0 0 0;
            color: #333;
        }

        .map-popup hr {
            border-top: 1px solid #666666;
            margin: .5em .5em .5em 0;
        }

    .mapboxgl-popup-content {
        min-width: 300px;
        min-height: 150px;
    }

    .map-popup-content {
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

    .mapboxgl-ctrl-geocoder {
        min-width: 400px !important;
    }


    /*    link title style   */
    [data-title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
    }

    [data-title]:after {
        content: attr(data-title);
        background-color: aliceblue;
        font-size: 1em;
        position: absolute;
        padding: 1px 5px 2px 5px;
        bottom: -1.75em;
        right: -50px;
        white-space: nowrap;
        box-shadow: 1px 1px 3px #333;
        opacity: 0;
        border: 1px solid #666;
        border-radius: 5px;
        z-index: 99999;
        visibility: hidden;
    }

    [data-title] {
        position: relative;
    }

    /* ***** Grid Table ******* */
    .grid-table {
        width: 95% !important;
        border-collapse: collapse;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 14px;
        color: #333;
        margin: 5px !important;
    }

    table.grid-table thead {
        border-bottom: 1px solid #A8A8A8;
    }

    table.grid-table th {
        text-align: center;
        border: 1px solid #A8A8A8;
        padding: 0;
        line-height: 14px;
    }

    table.grid-table td:nth-child(1) {
        text-align: right;
    }

    table.grid-table td {
        text-align: center;
        border: 1px solid #A8A8A8 !important;
        padding: 3px;
    }

    table.grid-table tr.alt td {
        background-color: #EAF2D3;
        border: 1px solid #A8A8A8 !important;
    }

    .centered-content {
        width: 35%;
    }

    @media (max-width: 1200px) {
        .centered-content {
            width: 50%;
        }
    }

    @media (max-width: 768px) {
        .centered-content {
            width: 75%;
        }
    }

    @media (max-width: 420px) {
        .centered-content {
            width: 100%;
        }
    }

    .site-dropdown {
        border: 1px solid #d5d5d5;
        border-radius: 4px;
        line-height: 1.65em;
    }


.excel-report-container {
    width: 30%;
}

.grid-show-more-link {
    padding: 10px 0;
    color: steelblue;
    text-decoration: underline;
}
