﻿body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    color: #333;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none !important;
        opacity: .80;
        cursor: pointer;
    }

label {
    margin-bottom: 4px;
}

form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.answer_html {
    padding-left: 30px;
}

.display-after-load {
    display: none;
}

.announcement {
    text-align: center;
    font-size: 1.3em;
    color: white;
    margin-left: -20px;
    margin-right: -15px;
}

.red-announcement {
    background: #ba3d3d;
}

.blue-announcement {
    background: #3172a4;
}

#mainNav {
    background: #6f7785;
    text-align: left;
    z-index: 2000;
}

#navTop {
    background: #092940;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 2000;
}

#navLogo {
    display: inline-block;
}

#navTopLinks {
    margin: 0;
    text-align: right;
}

    #navTopLinks a {
        margin-right: 10px;
    }

    #navTopLinks ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #navTopLinks li {
        color: #f1f1f1;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        padding: 0 14px;
        font-size: 14px;
    }

        #navTopLinks li a {
            color: #092940;
        }

#navSecond {
    background-image: url('../../images/navSecondBG.jpg');
    padding: 0;
}

    #navSecond ul {
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #navSecond li {
        display: inline-block;
        font-size: 14px;
        padding: 0;
        /*border-right:solid 1px #bbb;*/
        line-height: 40px;
        margin: 0;
    }

        #navSecond li:hover {
            background-color: rgba(0,0,0,0.3);
        }

        #navSecond li a {
            text-decoration: none;
            color: #fff;
            letter-spacing: .25px;
            padding: 10px 8px;
        }

#industriesDropdown {
    list-style-type: none;
    padding: 0;
}

    #industriesDropdown li {
        text-align: left;
        width: 100%;
        border: none;
    }

        #industriesDropdown li a {
            color: #000;
            white-space: normal;
        }

            #industriesDropdown li a:hover {
                text-decoration: none;
            }

#mobBtn {
    margin: 0 0 0 10px;
    display: inline-block;
}

#mobNav {
    padding: 0 4px 16px 4px;
    background: #ccc;
    z-index: 2000;
}

.mobNav1, .mobNav2, .mobNav3 {
    vertical-align: top;
    list-style-type: none;
    margin: 7px 14px;
    padding: 0 7px;
}

#mobNav h5 {
    background: #3172a4;
    padding: 5px 0 6px 12px;
    color: #f1f1f1;
    margin-bottom: 10px;
    width: 93%;
    border-radius: 4px;
}

#mobNav h2 {
    background: #3172a4;
    padding: 5px 0 6px 12px;
    color: #f1f1f1;
    margin-bottom: 10px;
    width: 93%;
    border-radius: 4px;
}

.mobNav1 li a, .mobNav2 li a, .mobNav3 li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.75;
}

#mobNav li a:hover {
    color: #333;
}

#mobNav li {
    margin-left: 12px;
}

    #mobNav li.current {
        background-color: rgba(255,255,255,0.5);
        border-radius: 6px;
        font-weight: 800;
        margin-left: 7px;
        padding-left: 5px;
    }

/* modal styles */

.modal-dialog {
    padding: 0;
}

    .modal-dialog h5 {
        color: #6f7785;
    }

    .modal-dialog h3 {
        color: #3172a4;
    }

.modal-content {
    border-radius: 8px;
    padding: 0;
    /*border: 2px solid #092940;*/
}

.modal-header {
    background-color: #092940;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}

.modal-title {
    color: #fff;
}

.resultsCell {
    border: 2px solid #092940;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    background-color: #fff;
    /*height: 130px;*/
    height: 100%;
    line-height: 1;
    margin-bottom: 10px;
}

    .resultsCell img {
        max-width: 100%;
    }

    .resultsCell .form-group {
        text-align: left;
    }





/*ESRI Styles*/

/*.esri-attribution {
    display:none;
}*/

.esri-popup__content {
    width: auto;
}

.esri-popup__main-container {
    max-height: 400px !important;
    width: auto !important;
    /*border-radius: 8px !important;*/
}

.esri-popup__button,
.esri-popup__header-title {
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
}

.esri-popup__header-title {
    margin-left: 70px !important;
    display: none !important;
}

.esri-popup__header {
    background-color: #092940;
    color: #fff;
    /*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
}

.esri-popup__header-buttons .esri-popup__icon:hover {
    color: #fff;
}

.esri-popup__content {
    overflow-y: hidden !important;
    margin-top: 10px !important;
}

    .esri-popup__content b {
        margin-bottom: 5px;
        margin-top: 0;
    }

/*#esri_widgets_Home_0 {
    background-image:url('../../images/arrow_dark.png');
    background-size:auto;
    color: transparent;
}*/


/*Icon Corner Buttons*/
.closeBtn,
/*.collapseBtn,*/
.calcBtn {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
    position: absolute;
}

.closeBtn {
    top: 10px;
    right: 10px;
}

.collapseBtn {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
    vertical-align: middle;
}

.calcBtn {
    top: 7px;
    right: 22px;
}

    .closeBtn:hover,
    .collapseBtn:hover,
    .calcBtn:hover {
        opacity: 1.0;
    }

.activeLink {
    background-color: rgb(0,0,0,0.25);
}


/*Quick Info Modal*/

.clickTip {
    background-color: rgba(255,0,0,0.8);
    color: #fff !important;
    margin: 0 70px;
    width: calc(100% - 140px);
    padding: 3px 0 5px;
    border-radius: 10px;
    position: absolute;
    z-index: 50;
    top: 15px;
    text-align: center;
}

    .clickTip i {
        margin-right: 5px;
    }

#riskTip {
    margin: 0;
    top: 65px;
    left: 270px;
    width: auto;
    padding: 3px 10px 5px;
    display: none;
}

#buildingTip {
    display: none;
    margin-left: -175px;
    top: 65px;
    left: 50%;
    width: 350px;
    padding: 3px 10px 5px;
}


/*Dashboard*/

#panelHolder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 500;
    display: none;
    pointer-events: none;
}

#riskPanel {
    background-color: rgba(9,41,64,0.5);
    padding: 7px 15px 0 15px;
    border-radius: 10px;
    border: 3px solid #092940;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    pointer-events: all;
}

#riskPanelHeading h4 {
    font-size: 16px;
    font-weight: 800;
}

#riskPanelAddress {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
}

#riskPanelBody {
    margin-top: 10px;
    text-align: center;
}

.riskItem {
    cursor: pointer;
    margin-bottom: 10px;
}

    .riskItem:hover .calcBtn {
        opacity: 1.0;
    }

/*.riskItem.col-sm-2 {
    width: 20%;
}*/

.riskItemBody {
    padding: 10px;
    color: #fff;
    border: 2px solid #3172a4;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: calc(100% - 25px);
    background-color: #092940;
}

.riskItemLabel {
    line-height: 20px;
    padding: 3px 0 1px 0;
    border: 2px solid #3172a4;
    background-color: #3172a4;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}

.riskDataNote {
    /*font-style:italic;*/
    line-height: 1.1;
    margin-bottom: 10px;
}

.riskDataNote10 {
    font-size: 10px;
}

.riskDataTable {
    text-align: left;
    line-height: 1;
    width: 100%;
}

.riskDataLabel {
    vertical-align: top;
    padding-bottom: 5px;
    /*width:50%;*/
}

.riskDataItem {
    font-weight: 800;
    vertical-align: top;
    padding-bottom: 5px;
    /*width:50%;*/
}

.riskTotal {
    padding-top: 5px;
    border-top: 1px solid #ffffff;
}

.riskCount {
    font-weight: 800;
    font-size: 30px;
}

output {
    margin: 0;
    padding: 0;
}

.statusCircle {
    height: 20px;
    width: 21px;
    position: absolute;
    top: 5px;
    left: 20px;
    border-radius: 15px;
    background-color: #FFCC00;
}

.legend {
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #3172a4;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    text-align: center;
    font-size: 12px;
}


.legendStatusCircle {
    height: 12px;
    width: 13px;
    border-radius: 7px;
    background-color: #FFCC00;
    margin: 0 auto;
}

.legend label {
    margin: 0;
}

.riskTotalRow {
    padding-top: 20px;
    border-top: 2px solid #000;
}



.riskConditionCell {
    background-color: rgb(255, 0, 0);
    border-radius: 6px;
    border: 2px solid #000;
    color: #fff;
    font-size: 20px;
    padding: 2px 5px;
    text-align: center;
    font-weight: 800;
}

.riskConditionCellSmall {
    font-size: 14px;
}


.selectize-input .item {
    height: 15.6px;
}

.selectize-control {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
}

.esri-popup__actions {
    display: none;
}

.actionTip {
    width: 100%;
    background-color: rgba(224, 243, 255, 1);
    color: #3172a4;
    font-size: 18px;
    font-weight: 800;
    border-radius: 6px;
    padding: 5px 0;
    text-align: center;
    margin: 20px 0;
}

.required {
    color: red;
    font-style: italic;
    font-variant-position: super;
    text-transform: none;
    font-weight: 400;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(57,122,172, 0.2);
    border-right: 1.1em solid rgba(57,122,172, 0.2);
    border-bottom: 1.1em solid rgba(57,122,172, 0.2);
    border-left: 1.1em solid #3172a4;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}


@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
