.no-padding {
    padding: 0 !important;
}

.image-bg::after{
    content: "";
    background: aliceblue;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 0;
    bottom: 0;
    width: 123px;
    transform-origin: top right;
    transform: skew(-14deg,0deg);
}
body {
    width: 100%;
    overflow: hidden;
}
p {
    margin-bottom: 10px;
}
.logo-image{
    z-index: 11;
    height: 62px;
    position: relative;
    width: 115px;
}
.navbar {
    background-color: #0b3641;
    border-bottom: 5px solid #009d56;
    padding-top: 2px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    top: 9px;
    z-index: 11;
    width: 689px;
}

.navbar .navbar-brand {
    float: none !important;
    font-size:25px;
    color: white !important;
    margin-left: 24px;
    cursor: default;
}

.navbar .navbar-nav>li>a {
    color: white;
}

.dropdown-menu {
    background: white;
    padding: 18px !important;
    left:1px !important;
    border-radius: 0px !important;
    min-width: 200px !important;
}

.dropdown-menu a {
    color: black !important;
    font-size: 14px !important;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-toggler-icon {
    margin-top: 10px;
    font-size: 22px;
    color: white;
}

.nav-link {
    padding: 1.2rem 1rem !important;
}

.app-store-link {
    display: none !important;
}
.btnroute-details{
	padding: 2px 10px;
}

.customBtn{
    padding: .375rem .60rem;
}

@media screen and (max-width: 481px){
    body {
        display: flex;
        flex-direction: column;
    }
    .navbar {
        display: flex;
        flex: 0;
        min-height: min-content;
        width: auto;
    }
    .main-content {
        overflow: scroll;
        display: flex;
        flex: 1;
    }
    .navbar-toggler{
        display: none;
    }
    #map {
        display: none;
    }
    #floating-panel-Header{
        display: none;
    }
    #floating-panel {
        top: 20px;
        width: 100%;
        text-align: center !important;
        position: relative;
        right: 0;
        box-shadow: none;
    }
    #btnTraffic {
        display: none;
    }
    .mobile-center{
        text-align: center;
        margin-left: -51px;
    }
    #btnReset {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .app-store-link {
        display: block !important;
        background: #008590 !important;
        color: white !important;
        padding: 15px 10px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 15px;
    
    }
	.image-bg::after {    
        width: 141px;
    }
    .navbar-brand {   
        margin-right: 3rem;
    }
}

/* lavanya dropdown style */
.s-hidden {
  visibility:hidden;
  padding-right:10px;
}

.select-dynamicdropdown {
  cursor:pointer;
  display:inline-block;
  position:relative;
  /* font:normal 11px/22px Arial,Sans-Serif; */
  /* color:black; */
  /* border:1px solid #ccc; */
}

.styledSelect-dropdown {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  box-shadow: 2px 2px 1px grey;
  /* background-color:white; */
  padding:0 4px; 
  /* font-weight:bold; */
      white-space: pre;
    min-height: 1.2em;
    /* padding: 0px 2px 1px; */
	
	     overflow-x: hidden;
    text-overflow: ellipsis;
    padding-right: 13px;
	text-align: left;
}

.styledSelect-dropdown:after {
  content:"";
  width:0;
  height:0;
  border:5px solid transparent;
  border-color:black transparent transparent transparent;
  position:absolute;
  top:9px;
  right:6px;
}

.styledSelect-dropdown:active,
.styledSelect-dropdown.active {
  background-color:#eee;
}

.options {
  display:none;
  position:absolute;
  top:100%;
  right:0;
  /* left:0; */
  z-index:999;
  margin:0 0;
  padding:0 0;
  list-style:none;
    max-height: 358px ;
    min-width: 270px !important;
  border:1px solid #ccc;
  background-color:white;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
    /* max-width: 300px; */
    overflow: scroll; 
   overflow-x: hidden;
}

.options li {
  /* padding:0 6px; */
  margin:0 0;
  white-space: nowrap; 
padding:0 10px;
text-align: left;
  /* color: green; */
}

.options li:hover {
  background-color:#39f;
  color:white;
}
