html {
  scroll-behavior: smooth;
}
.legend-header {
	font-size: 14px;
	font-weight: 600;
	padding: 0 .5rem 0 .5rem;
}
.bg-grey {
	background-color: #95a5a6;
}
.modal-header {
  padding: .5rem 1rem !important;
  background-color: #E9ECEF !important;
}
.modal-title {
  margin: 0;
  color: #575962;
  font-size: 1.1625rem;
  font-weight: 600;
  line-height: 1.6;
}
.modal-content {
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}


.ui-autocomplete { 
    z-index: 100;
    min-height: 15px;
    max-height: 200px;
    min-width: 150px;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100% !important;
    width: 16rem;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu .dropdown-menu .dropdown-item {
    white-space: normal !important;
}

/* .dropdown-submenu:hover>.dropdown-menu {
    display: block;
} */

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*.dropdown-menu li a:hover {
    background-color: #C64333;
    color: white;
}*/
.bg-light-green{
background-color: #1A7243;
color: white;
font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.bg-light-green:hover{
color: white;
}
.bg-light-green:focus{
color: white;
}
.bg-wet-asphalt{
background-color: #34495e;
color: white;
font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.bg-wet-asphalt:hover{
color: white;
}
.bg-wet-asphalt:focus{
color: white;
}
.btn {
border-radius: 0;
}
.form-control {
border-bottom: 1px solid #ced4da;
border-top: 0px solid #ced4da;
border-left: 0px solid #ced4da;
border-right: 0px solid #ced4da;
border-radius: 0 !important;
}
.navbar {
padding: .2rem 1rem;
}
.navbar .navbar-nav .nav-item .nav-link {
padding: .5rem .3rem;
border-radius: 0;
}
.text-bold {
font-weight: 600;
}
.card-header {
padding: .5rem 1rem !important;
background-color: #E9ECEF !important;
}
.card-title {
margin: 0;
color: #575962;
font-size: 1.1625rem;
font-weight: 600;
line-height: 1.6;
}
.py-custom {
padding-top: .65rem !important;
padding-bottom: .65rem !important;
}
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background-color: #fff;
}
.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font: 14px arial;
}
.bg-wet-asphalt {
font-family: 'Century Gothic' !important;
}
.dropdown-custom .dropdown-toggle::after {
display: none;
}
.dropdown-custom .dropdown-item:hover {
cursor: pointer;
}


.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}


.form-control {
	/* text-transform: uppercase; */
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

.date2 {
    background-color: transparent !important;
    opacity: 1 !important;
}

.col-lg-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 12.333333%;
        max-width: 12.333333%;
    }
}

.dropdown-menu li a {
    margin-right: 6px;
}