﻿.input-name {
    font-weight: 700 !important;
}


.help-link {
    color: #0000FF !important;
}

.btn-primary {
    background-color: #0076d6 !important;
}

.esriMeasurement .esriMeasurementResultLabel {
    color: black !important;
}

#lbl1000Records {
    color: #333333 !important;
}

.btn {
    background: #0076d6 !important;
}

/* Consistent changes throughout all apps */
#navTools a {
    color: #0076d6;
}

    #navTools a:visited {
        color: #0076d6 !important;
        font-size: 16px !important;
    }

    #navTools a:hover {
        border-bottom: 4px solid #2491ff !important;
    }

#ZoomInToSeeMore {
    color: #686868 !important;
}

.back-link {
    color: #0000FF !important;
}

.searchButton {
    background-color: #0076d6 !important;
}




header {
    height: 50px;
    background: #333;
    position: relative;
}

    header .title {
        width: 30%;
        float: left;
    }

    /* Change here */
    header h1 {
        float: left;
        color: #f5f5f5;
        font-size: 1.5em;
        text-align: center;
        margin: 0 0 0 30px;
        /*rs*/
        line-height: 50px;
        /* 50px, changed for the new logo to line up with nav*/
        padding: 0;
    }

        header h1 .fa {
            margin-right: 10px;
            color: #E74C3C;
            font-size: 1.3em;
        }

        /* Change here */
        header h1 .logo {
            margin-right: 5px;
            margin-left: -5px;
            width: 80px;
            height: 33px;
        }


.form-control {
    color: #686868 !important;
}
