@font-face {
  font-family: 'Neo Sans Arabic';
  src: url('../Font/NeoSansArabic-Light.eot');
  src: url('../Font/NeoSansArabic-Light.eot?#iefix') format('embedded-opentype'),
    url('../Font/NeoSansArabic-Light.woff') format('woff'),
    url('../Font/NeoSansArabic-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

body, html {
    height: 100%;
    width:100%;
    margin: 0;
    overflow:hidden;
  
}
body {
        /*font-family: "Calibri", Open Sans, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;*/
    height: 100%;
}

#map {
    background-color:rgb(242,243,244);
    margin:0px;
    top:0px;
    width:100%;   
    height: 100%;
    overflow:hidden;
}




a {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
}
#bgcolr {
	background-color: #655b5b !important;
    height: auto;
    margin: -13px;
    border: 1px solid #353435;
    box-shadow: 0px 0px 1px 0px #353435;
    border-radius: 12px;
}

ol ol, ol ul, ul ol, ul ul {
    
    padding: 10px;
}
.nav-pills .nav-link {
      border-radius: 0px !important;
    padding: 7px 10px !important;
}
ul li a{
    border-bottom:1px solid #7d7777 !important;
}


ul li{
	list-style: none;
	padding: 5px 0px;
}
/*===Start check box css  */
.form-check-inline .form-check-input {
    position: relative !important;
    top: 2.8px !important;
}
/*===end check box css  */

/*===Start accordion css  */
/*===Plan My Journey=========*/
.iconacco > a {
  display: block;
  position: relative;
 
}
.iconacco > a:after {
  content: "\f101   "; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
 }
.iconacco > a[aria-expanded="true"]:after {
  content: "\f103 "; /* fa-chevron-up */
  right: 10px;
    
}
/*===end Plan My Journey=========*/
/*===Start Layer=========*/
.layersacc > a {
  display: block;
  position: relative;
 
}
.layersacc > a:after {
  content: "\f105   "; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
 }
.layersacc > a[aria-expanded="true"]:after {
  content: "\f107 "; /* fa-chevron-up */
  right: 10px;
    
}
/*===end Layer=========*/



/*=== end accordion css */

/*buttons*/

.btn-primary {
  font-size: 1.15rem !important;
    height: 46px !important;
    margin-right: 15px !important;
    border-radius: 10px !important;
    color: #fff !important;
    border: 0px solid #0099D7!important;
    background-color: #353435 !important;
    box-shadow: 0px 0px 11px 0px #0099D7 !important;
    -webkit-box-shadow: 0px 0px 11px 0px #0099D7 !important;
    -moz-box-shadow: 0px 0px 11px 0px #0099D7 !important;
    text-align: left !important;
	    margin-top: 10px;
}

.btn-primary:hover {
 
  box-shadow: 0px 0px 11px 0px #0099D7 !important;
   -webkit-box-shadow: 0px 0px 11px 0px #0099D7 !important;
  -moz-box-shadow: 0px 0px 11px 0px #0099D7 !important;
  background-color: #0099D7 !important;
  border: 1px solid #0099D7 !important;
  outline-color:#0099D7 !important;
}
/* text go*/
.btn-go {
  padding-left: 13px !important;
}

/* end button css style*/



.form-control {
      color: #ffffff !important;
    padding: .75rem !important;
    min-height: 48px !important;
    border-radius: 10px !important;
    background-color: #3d4650 !important;
    border: 1px solid transparent !important;
	
}
.form-control:focus {

    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25) !important;
}


a:hover {
    color: #fff;
    text-decoration: none !important;
}

.nav-item{
    padding: 0px;
}
#Metro{
        padding: 0px 26px;
}
#tram1{
    padding-left: 26px;
}
 #metrolink1{
    padding-left: 26px;
}
/*range slider*/
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  
  border-radius: 5px;
   
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 19px;
  border: 0;
  background: url('../img/contrasticon.png');
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 18px;
  height: 19px;
  border: 0;
  background: url('../img/contrasticon.png');
  cursor: pointer;
}

.tab-content{
       background-color: #353435;
    padding: 10px;
    border-left: 1px solid #353435;
    border-right: 1px solid #353435;
    border-bottom: 1px solid #353435;
    border-radius: 0px 0px 8px 8px;
}
.nav-tabs .nav-link {
  border: 1px solid #353435;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #0099D7;
    font-size: 13px;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #353435 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    border: 1px solid #bab7b7  !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.navbar-nav .nav-link {
   
    font-size: 16px;
}
#paddb{
    padding-bottom: 9px;
}

.listspan{
       padding: 0px 7px;
	   font-size: 13px;
}
.form-check-label {
    margin-bottom: 0;
    font-size: 14px;
}
.card {
    border: 0px solid #fff !important;
    float: left;
    
}
p {
    margin-top: 0;
    margin-bottom: 4px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

	.listspan {
		padding: 0px 7px;
		font-size: 14px;
	}
}



#searchDiv {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    width:100%;
}

.esri-search--warning .esri-search__warning-menu {
    transition: opacity 125ms ease-in-out;
    visibility: visible;
    opacity: 1;
    max-height: inherit;
    display: none;
}

.localisehome {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    cursor: pointer;
    font-size: 0;
    -webkit-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
    background-image: url(../img/gps.png);
}

.esri-search__submit-button {
display:none !important;
}

.esri-search {
    width:210px !important;
}



i.icon.ico-MetroOrBus.Bus {
    background-image: url(/img/icon/bus.png);
    background-size: 18px;
}

i.icon.ico-MetroOrBus.Metro {
    background-image: url(/img/icon/Metro.png);
}

.trans-mode-details span {
  font-size: 12px;
    margin-top: 12px;
    font-weight: 600;
    display: inline-block;
}

.trans-mode-details {
        margin: 15px 0;
    padding: 10px;
    position: absolute;
    top: 45px; 
}

span.bus-buble {
     background-color: #000000;
    padding: 3px;
    color: #fff;
    display: inline-block;
}


.direction-detail-item {
    max-width: 80%;
    margin: auto;
    padding: 20px 0;
}

.direction-detail span.walking:after {
    font-size: 0;
    border: 0;
    background-image: url(../img/Walking.PNG);
    background-size: 25px;
    background-position: 1px 0px;
    background-repeat: no-repeat;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    /* border: 1px solid blue; */
    background-color: #655b5b !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 13px;
    color: white;
    overflow: hidden;
    opacity: 0.85;
}


.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: -4px;
    left: 5px;
    font-size: 30px;
    color: #fffefe !important;
    cursor: pointer !important;
    z-index: 101;
}

.waypoint-address-header {
text-align:center;
    font-size: 16px;
    font-weight: bold;

}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

img.travelImg {
   margin: 0 5px;
    color: #fff;
    width: 24px;
    height: 24px;
}
img.arrowImg {
  width: 8px;
    height: 8px;
    margin: 3px;
}

.resultHeader {
    color: rgb(90, 90, 90);
    text-align: center;
    height: auto;
    width: 85%;
    text-decoration: none;
    font-size: 10px;
    padding: 7px;
    margin: 8px;
    position: absolute;
    top: 5px;

}

.journeyOption {
    background-color: #353435;
    color: rgb(90, 90, 90);
    text-align: center;
    height: auto;
    width: 60%;
    text-decoration: none;
    font-size: 10px;
    padding: 7px;
    margin: 6px;
    left: 13%;
    right: 20%;
    position: absolute;
    margin-top: 25px;
    cursor: pointer;

}
.addressheader {
    color: white;
    font-size: 13px;
    /* font-weight: bold; */
    vertical-align: top;
    text-align: center;
}
.addressheader span {
    text-align:center;
}

.journeyLegs {
    margin-left: 6%;
    width: 90%;
    max-height: 65%;
    overflow-y: auto;
    scroll-behavior: smooth;
    color: white;
    position: absolute;
    top: 165px;
}

.journeyLegs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

    .journeyLegs table tr {
    cursor:pointer;
    }
.start_wayPoint {
    width:12px;height:12px;
}


.verticalLine {
    height:60px;
   background-image: url(../img/leg.png);
    background-repeat: repeat-y;
    background-size: 6px 12px;
    margin-top: 5px;
    margin-left: 3px;

}

.verticalBusLine {
    height:60px;
  border-left: thick solid #000000;
      margin-top: 5px;
    margin-left: 3px;

}

.verticalMetroRedLine {
    height:60px;
  border-left: thick solid #ce0c30;
      margin-top: 5px;
    margin-left: 3px;

}

.verticalMetroGoldLine {
    height:60px;
    border-left: thick solid #fcb73a;
    margin-top: 5px;
    margin-left: 3px;

}

.verticalMetroGreenLine {
    height:60px;
  border-left: thick solid #1bd43a;
      margin-top: 5px;
    margin-left: 3px;

}

.verticalMetroPinkLine {
    height:60px;
    border-left: thick solid #d72b87;
    margin-top: 5px;
    margin-left: 3px;
}

.verticalMetroOrangeLine {
    height:60px;
    border-left: thick solid #F3672F;
    margin-top: 5px;
    margin-left: 3px;
}

.verticalMetroTurquoiseLine {
    height:60px;
    border-left: thick solid #38aca8;
    margin-top: 5px;
    margin-left: 3px;
}


.journeyicon {

width: 22px;
    height: 22px;
    display: block;    
    margin-left: 10px;  
}
.journeyText {
margin-left: 8px;
display:block;
}

#fullScreen {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 40px;
  cursor:pointer;
  position:absolute; margin:auto; right:15px;bottom:15px; z-index:300;
}

.esri-menu esri-search__sources-menu {
display:none !important;
}

#destinationLocation {
width: 233px !important;
}

#sourceLocation {
    width: 200px !important;

}

.switchaddress {
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../img/updownarrow.png);
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) rotate(-360deg);
    -ms-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}
button#switchaddress:hover {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.esri-attribution__sources {
display:none !important;
}
.esri-attribution__powered-by {
    display:none !important;
}

span.stationInfo-buble {
     background-color: #353435!important;
       border: 1px solid white !important;
      -webkit-box-shadow: 0px 0px 11px 0px #0099D7 !important;
    -moz-box-shadow: 0px 0px 11px 0px #0099D7 !important;
    padding: 6px;
    color: white;
    display: inline-block;
    cursor:pointer;
    margin-left:3px;
}


span.stationInfoActive-buble {
      box-shadow: 0px 0px 11px 0px #0099D7 !important;
   -webkit-box-shadow: 0px 0px 11px 0px #0099D7 !important;
  -moz-box-shadow: 0px 0px 11px 0px #0099D7 !important;
  background-color: #0099D7 !important;
  border: 1px solid #0099D7 !important;
  outline-color:#0099D7 !important;
      padding: 6px;
          cursor:pointer;
     /*background-color: #0099D7!important;
    padding: 3px;
    color: #353435;
    display: inline-block;
    cursor:pointer;
      outline-color:#0099D7 !important;*/

}

span.stationInfo-buble:hover {
      box-shadow: 0px 0px 11px 0px #0099D7 !important;
   -webkit-box-shadow: 0px 0px 11px 0px #0099D7 !important;
  -moz-box-shadow: 0px 0px 11px 0px #0099D7 !important;
  background-color: #0099D7 !important;
  /*border: 1px solid #0099D7 !important;*/
  outline-color:#0099D7 !important;
      padding: 6px;
          cursor:pointer;
}

.esri-view-width-xlarge .esri-popup__main-container {
    width: unset !important;
}

/* .esri-popup__footer {
    justify-content: center !important;
} */

.esri-popup__inline-actions-container {
    width: 50% !important;
}
.esri-popup__main-container {
    /* min-height: 250px; */
    outline: none;
    pointer-events: auto;
    position: relative;
    z-index: 1;
    /* width: 350px !important; */
    max-width: 350px !important;
    min-width:200px !important;
    max-height: 300px;
    background-color: #655b5b !important;
    display: flex;
    flex-flow: column nowrap;
    opacity: 0.9 !important;
    color: white !important;
}

.esri-icon-close:before {
    content: "\e600";
    color: #b3b2b2 !important;
}

.esri-icon-dock-right:before {
    content: "\e686";
    color: white !important;
}

.esri-icon-zoom-in-magnifying-glass:before {
    content: "\e67a";
    color: white;
}

.esri-popup__action-text {
    overflow: hidden;
    text-overflow: ellipsis;
    color: white !important;
}

.tblStationInfo {
padding:8px;
  font-family: 'Neo Sans Arabic';

}

.tblStationInfo tr th {
width:20%;
}


span.stationInOP-buble {
    height: 8px;
    width: 8px;
    background-color: #2fd22b;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
     /*background-color: #2fd22b!important;
       border: 1px solid #white !important;
    padding: 6px;
    color: white;
    display: inline-block;
    cursor:pointer;*/
}

span.stationInactive-buble {

        height: 8px;
    width: 8px;
    background-color: #bab7b7;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;

}

#divStationInfo {
overflow-y:auto;
margin-top:5px;

}

#divmetroLinkInfo {
    overflow-y:auto;
    margin-top:5px;  
}

.tblBusStopInfo {
padding:8px;
  font-family: 'Neo Sans Arabic';
    background-color: #655b5b !important;
    color:white;
    width:100%;

}
.downloadMetrolink {
color:white;
text-decoration:underline;
}


.tblBusStopInfo.span {
    background-color: #655b5b !important;

}


.tblRetailInfo {
 padding:8px;
  font-family: 'Neo Sans Arabic';
  margin-top: 15px;

}

.tblRetailInfo tr th {
width:30%;
}

.esri-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background-color: #2d2727 !important;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 2px 0 0 0;
    font-size: 12px !important;
    line-height: 16px;
    background-clip: padding-box;
    overflow: hidden;
    width: 180% !important;
    visibility: hidden;
    max-height: 0;
      max-width: 240px;
    /* white-space: nowrap !important; */
}

.esri-menu ul li:hover {
   color:black;
    /* white-space: nowrap !important; */
}


.tblMetrolinkInfo  {
    margin-top:8px;
}

.tblMetrolinkInfo tr th {
text-align:center;
}
.tblMetrolinkInfo tr td {

    text-align:center;
    
}

#LeftSliderDiv {
    top: 4px;
    z-index: 100;
    position: absolute;
    right: 5px;
    cursor:pointer;
    
}

#RightSliderDiv {
    top: 4px;
    z-index: 100;
    position: absolute;
    left: 1%;
    cursor:pointer;
    
}
.esri-icon-zoom-in-magnifying-glass:before {
    content: "\e67a";
    color: white !important;
}
.esri-icon-dock-left:before {
    content: "\e685";
    color: white !important;
}
.esri-search__sources-button{
    box-shadow: none;
    display: none !important;
}
.esri-menu .esri-menu__header {  
    display: none !important;
}