﻿.input-name {
    font-weight: 700 !important;
}


.help-link {
    color: #0000FF;
}

.btn-primary {
    background-color: #0076d6 !important;
}

.esriMeasurement .esriMeasurementResultLabel {
    color: black !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;
}

header h1 {
    float: left;
    color: #f5f5f5;
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 0 15px;
    /*rs*/
    line-height: 48px;
    /* 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;
}

header h1 .logo {
    /*rs*/
    margin-right: 10px;
    width: 110px;
    height: 48px;
    /*  width: 130px;
            height: 46px; */
    vertical-align: top;
    /*  width: 269px;
            height: 43px; */
}


.form-control {
    color: #686868 !important;
}