














   @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i') .fade {
        -webkit-animation: fadein 1s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1s;
        /* Firefox < 16 */
        -ms-animation: fadein 1s;
        /* Internet Explorer */
        -o-animation: fadein 1s;
        /* Opera < 12.1 */
        animation: fadein 1s;
    }
    
    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Firefox < 16 */
    
    @-moz-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Safari, Chrome and Opera > 12.1 */
    
    @-webkit-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Internet Explorer */
    
    @-ms-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Opera < 12.1 */
    
    @-o-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    body {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-stroke: 0px !important;
        background: #fff;
        color: #212529;
    }
    
    #map {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 300px;
    }
    
    .esriLegendServiceLabel{
    display:none;
    }
    
    input {
        height: 38px;
        line-height: 38px;
        text-indent: 10px;
    }
    
    .row {
        margin-bottom: 30px;
    }
    
    #searchBtn {
        text-decoration: none;
        border: 2px solid #E56C34;
        border-radius: 12px;
        padding: 5px 7px;
        margin: 5px;
        transition: all 0.1s linear;
    }
    
    #searchBtn:hover,
    #searchBtn:focus {
        background: #E56C34;
    }
    
    #clearBtn {
        text-decoration: none;
        border: 2px solid #E1D2C0;
        border-radius: 12px;
        padding: 5px 7px;
        margin: 5px;
        transition: all 0.1s linear;
    }
    
    #clearBtn:hover,
    #clearBtn:focus {
        background: #E1D2C0;
    }
    
    #resultTable tr:hover td,
    #resultTable tr:hover td.highlight {
        background-color: rgba(225, 210, 192, .2);
        cursor: pointer;
    }
    
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 300;
        text-transform: uppercase;
        color: rgba(0, 0, 0, .8);
    }
    
    h2 {
        font-size: 2em;
        padding: 10px;
    }
    
    h3 {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 20px;
    }
    
    .headerz span {
        font-size: 1.1em;
    }
    
    dt {
        font-weight: 500;
        color: rgba(0, 0, 0, .8);
        font-size: 15px;
        padding-bottom: 1px;
    }
    
    dd {
        margin-bottom: 13px;
        margin-left: 0;
    }
    
    .no-display {
        display: none;
    }
    
    #resultContainer {
        overflow-y: auto;
        height: 200px;
        display: none;
        padding: 10px;
    }
    
    .fa {
        font-size: 15px;
        margin-right: 1px;
    }
  
  .fa2 {
        font-size: 27px;
        margin-right: 1px;
    }
    
    .fa-external-link-alt {
        font-size: 11px;
        margin-left: 2px;
        vertical-align: 2px;
    }
    
    .card-deck {
        margin-bottom: 20px;
    }
    
    .card {
        background-color: rgba(0, 0, 0, .03);
        border: 1px solid rgba(0, 0, 0, .08);
    }
    
    .card-title {
        margin-bottom: 11px;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        padding-bottom: 10px;
    }
    
    .card-footer {
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.08)!important;
        font-size: .9em;
    }
    
    .card-body {
        padding: 20px;
    }
    
    .btns {
        display: inline-block;
    }
    
    #city {
        margin-right: -5px;
    }
    
    .nihilo .dijitButtonNode {
        border: 0;
        border-bottom: 0;
        padding: 0;
        background: none;
    }
    
    .dijitPlaceHolder {
        top: 4px;
        left: 10px;
    }
    
    .dijitReset {
        line-height: 30px;
    }
    
    .nihilo .dijitSelect,
    .nihilo .dijitTextBox,
    .nihilo .dijitTextArea {
        border: 1px solid rgba(0, 0, 0, .08)!important;
    }
    
    .dijitTextBox {
        vertical-align: middle;
    }
    
    .nihilo .dijitButtonHover .dijitButtonNode,
    .nihilo .dijitButtonNodeHover,
    .nihilo .dijitToggleButtonHover .dijitButtonNode,
    .nihilo .dijitDropDownButtonHover .dijitButtonNode,
    .nihilo .dijitButtonContentsHover,
    .nihilo .dijitDownArrowButtonHover,
    .nihilo .dijitUpArrowButtonHover {
        background: none!important;
    }
    
    .dijitButtonActive {
        background: none!important;
    }

    #bfe, #bfe2018 {
    text-transform: uppercase!important;
}

#legend_layer0 {
    display: none!important;
}

#legend_layer1 {
  display: none!important;
}     
.fa {
    margin-right: 7px;
}
.map-container {
padding: 30px;
}
