﻿body {
    background-color: #DCE0DF;
    overflow-x: hidden;
}

.header-border1 {
    background: #DCE0DF; /* Old browsers */
    background: -moz-linear-gradient(top, #DCE0DF 0%, #596a72 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #DCE0DF 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #DCE0DF 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DCE0DF', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}

.btn-custom {
    color: #000000 !important;
    background: #f8f9fa;
}

.card {
    background-color: #DCE0DF;
    color: #000;
}

.card-title {
    color: #000;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.error-label {
    color: #f00 !important;
}

#lblDarkMode {
    color: #007bff;
}

.esri-input.esri-search__input::-webkit-input-placeholder { /* Edge */
    color: #B1BAB8;
}

.esri-input.esri-search__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B1BAB8;
}

.esri-input.esri-search__input::placeholder {
    color: #B1BAB8;
}

#map-tab:focus, #street-tab:focus, #highway-tab:focus {
    background: rgba(00, 123, 255, .5);
    color: white;
}
