﻿/* Custom CSS for Public Comment form 
    Trying to replace publc.css & thridlevelContractor with unnecessary css.
*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    list-style: none;
}

html {
    height: 100%;
}

.mobile-view, .mobile-view .form-control {
    font-size: 15px;
}

.fullwidth_logo {
    height: 80px;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}

.project-logo {
    height: 100px;
    max-width: 100%;
    margin-bottom: 10px;
}

.public-right {
    float: right;
}

.translator {
    width: 200px;
    display: block;
}

.contenttop {
    margin-top: -20px;
    width: 90%;
}

/* Replaced to be 8:1 contrast ratio for WCAG AAA compatibility */
.label-success {
    background-color: #295B29;
    color: #FFF;
}

/* Replaced to be 8:1 contrast ratio for WCAG AAA compatibility */
input[type="text"].ng-valid-required,
input[type="email"].ng-valid,
input[type="number"].ng-valid-required, textarea.ng-valid-required,
input[type="tel"].ng-valid-both {
    border: 1px solid#295B29;
}

.commentTitle {
    padding-top: 16px !important;
    font-size: 21px;
    line-height: 1.4;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.commentProject {
    margin-bottom: 0px !important;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    color: #1f6e70;
}

.commentList {
    margin-bottom: 6px !important;
    font-size: 14px;
    font-weight: bold;
    /*line-height: 1.4;*/
    color: #333333;
}

.commentRadio {
    margin-bottom: 10px !important;
    font-size: 16px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

.help-block {
    font-style: italic;
    font-size: small;
}

.slider-container {
    border: none;
}

/* Wrapper for no ui slider */
.no-ui-container {
    padding: 8px 12px 12px 18px;
    margin-bottom: 24px;
    height: 70px;
}

#publicFooter {
    padding: 10px;
    margin: 0;
    min-height: 0;
    text-align: center;
}

.public-container {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .public-container {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .entity-logo-wrapper {
        text-align: left !important;
    }

    .translator {
        float: left !important;
    }

    #google_translate_element {
        float: left !important;
    }
}

@media (min-width: 992px) {
    .public-container {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .public-container {
        margin-bottom: 20px;
    }
}

.mobile-view, .mobile-view .form-control {
    font-size: 15px;
}

.help-block {
    font-style: italic;
    font-size: small;
}

.checkbox {
    margin-bottom: 0;
}

.entity-logo-wrapper {
    text-align: left;
}

.logo-project {
    display: flex;
    justify-content: center;
}

.entity-logo {
    margin: 8px 0px;
}

.project-logo {
    margin: 8px 0px;
    height: 100px;
    max-width: 100%;
}

.public-right {
    float: right;
}

.translator {
    margin-top: 8px;
    width: 200px;
}

#google_translate_element {
    float: right;
}

.contenttop {
    /*margin-top: -20px;*/
    width: 90%;
}

img.homebg {
    object-fit: cover; /* Doesn't work in IE 11 */
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2
}

.panel {
    background: #fff;
    border: 5px solid #eee;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 1px;
    -webkit-box-shadow: 4px 4px 4px -3px #999;
    -moz-box-shadow: 4px 4px 4px -3px #999;
    box-shadow: 4px 4px 4px -3px #999;
}

.panel-body {
    padding: 15px;
}

.panel-footer {
    background: #eee;
}

.panel-success .panel-footer {
    background-color: #295B29;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

a.project-documents, a.project-documents:hover,
a.project-documents:focus, a.project-documents:active {
    cursor: pointer;
    color: #285686;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active, a:focus, button:hover, button:active, button:focus, select:focus, select:active {
    outline: 1px dotted #ff0000;
}

.footer {
    width: 100%;
    text-align: center;
    color: white;
    padding-bottom: 10px;
    background: #6E6E6E;
}

    .footer a {
        float: none;
        color: #DBF6FF;
    }

#txtMapSearch {
    position: absolute;
    top: 15px;
    left: 55px;
    width: 250px;
}

#btnMapSearch {
    position: absolute;
    top: 17px;
    left: 308px;
}

#errorMapSearch {
    position: absolute;
    top: 115px;
    left: 88px;
    font-weight: bold;
}

@media only screen and (max-width: 400px) {
    #txtMapSearch {
        position: absolute;
        top: 15px;
        left: 55px;
        width: 180px;
    }

    #btnMapSearch {
        position: absolute;
        top: 17px;
        left: 238px;
    }

    #errorMapSearch {
        position: absolute;
        top: 115px;
        left: 88px;
        font-weight: bold;
    }
}

input[type="text"].ng-invalid, input[type="email"].ng-invalid,
input[type="number"].ng-invalid, textarea.ng-invalid,
input[type="tel"].ng-invalid {
    border: 1px solid #A72925;
}

.commentRadio {
    margin-bottom: 10px !important;
    font-size: 16px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

/* noUiSlider */


.slider-container {
    border: none;
}

/* Wrapper for no ui slider */
.no-ui-container {
    padding: 8px 12px 12px 18px;
    margin-bottom: 24px;
    height: 70px;
}

/* noUiSlider overrides */
/* https://refreshless.com/nouislider/more/ */

.noUi-horizontal {
    height: 12px;
}

.noUi-value {
    color: #99a4ac;
    font-size: 9px;
    padding-top: 4px;
}

.noUi-value-large {
    font-size: 9px;
    font-weight: bold;
    padding-top: 8px;
}

.noUi-connects {
    background: -webkit-linear-gradient(left, red, yellow, green);
    background: -o-linear-gradient(right, red, yellow, green);
    background: -moz-linear-gradient(right, red, yellow, green);
    background: linear-gradient(to right, red, yellow, green);
}

.noUi-tooltip {
    color: white;
    font-size: 12px;
    font-family: Arial,sans-serif;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
}

.noUi-handle {
    border: 1px solid rgba(0,0,0,0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 0 0 3px 1px white;
}

    .noUi-handle:focus {
        border: 1px solid #66AFE9;
        box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 2px inset, rgba(102, 175, 233, 1) 0px 0px 14px;
    }

/* Ion.RangeSlider
    - now being imported via "~/Content/ion.rangeSlider.min.css"
    
    Ion.RangeSlider, 2.3.1
    © Denis Ineshin, 2010 - 2019, IonDen.com
    Build date: 2019-12-19 16:51:02
    http://ionden.com/a/plugins/ion.rangeSlider/index.html

 */

/* Ion.RangeSlider, 'Big' Skin Overrides
// css version 2.3.1
// http://ionden.com/a/plugins/ion.rangeSlider/skins.html
// 
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */


/* SKIN OVERRIDES */

.irs--big .irs-line {
    background: -webkit-linear-gradient(left, red, yellow, green);
    background: -o-linear-gradient(right, red, yellow, green);
    background: -moz-linear-gradient(right, red, yellow, green);
    background: linear-gradient(to right, red, yellow, green);
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background: none;
    border: none;
}

.irs--big .irs-grid-text {
    color: #99a4ac;
}

.irs--big .irs-grid-pol {
    background-color: #99a4ac;
}

.slider-container {
    border: none;
    padding: 8px 12px;
}

/* Used to 'apply' focus */
.irs--big .irs-line:focus {
    border: 2px solid #66AFE9;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 2px inset, rgba(102, 175, 233, 0.9) 0px 0px 14px;
}

img.homebg {
    object-fit: cover; /* Doesn't work in IE 11 */
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2
}

.suggestions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

    .suggestions-header span {
        font-weight: bold;
        font-size: 16px;
    }

    .suggestions-header button {
        background: none;
        border: none;
        font-size: 16px;
        cursor: pointer;
        color: #d9534f;
    }

        .suggestions-header button:hover {
            color: #c9302c;
        }


.suggestions {
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    background-color: white;
    width: 93%;
}

.suggestion {
    padding: 8px;
    cursor: pointer;
}

    .suggestion:hover {
        background-color: #f0f0f0;
}