﻿@font-face {
  font-family: 'dinotmedium';
  src: url('fonts/dinot-medium-webfont.eot');
  src: url('fonts/dinot-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinot-medium-webfont.woff') format('woff'), url('fonts/dinot-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_condensedregular';
    src: url('fonts/proxima_nova_condensed_regular-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_condensed_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novathin';
    src: url('fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
#map-canvas {
  font-family: 'proxima_novasemibold';
  height: 100%;
  margin: 0px;
  /*min-width: 610px;*/
  padding: 0px;
}
#map-canvas {
  height: 700px;
  width: 100%;
}
.container {
  /*min-width: 610px;*/
  width: 100%;
}
.navbar-form {
  padding: 0;
  width: 35%;
}
.navbar-form .form-group {
  display: block;
  padding-left: 8px;
}
#mainSearchInput {
  background: #006C32 url('../../../Images/zoom_tool.png') no-repeat 96% 8px;
  border: 2px solid white;
  border-radius: 10px;
  color: #fff;
  width: /*360px*/ 100%;
  padding: 0 40px 0 12px;
}
.form-control::-moz-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.searchBar {
  width: 420px;
  padding-left: 36px;
  padding-top: 10px;
  height: 52px;
  float: left;
}
.searchBar input {
  height: 32px;
  width: 360px;
  border: 0;
  background: #00a549 url('../../../Images/zoom_tool.png') no-repeat 330px 6px;
  color: #fff;
  padding-left: 15px;
  padding-right: 40px;
  font-weight: bold;
}
.searchBar ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eae2e2;
}
.searchBar :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eae2e2;
}
.searchBar ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eae2e2;
}
.searchBar :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eae2e2;
}
.directionsControl {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0);
  left: 80px;
  max-width: 400px;
  padding: 5px;
  position: fixed;
  top: 150px;
  width: 100%;
  z-index: 10001;
}
.mainMenu,
.mainMenu .menuItem {
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
}
.mainMenu,
.stationTypeMenu {
  float: right;
  height: 100%;
}
.mainMenu .menuItem {
  color: white;
  font-weight: bold;
  font-size: 17px;
  /*padding-left : 5px;*/
  cursor: pointer;
  background-color: #006C32;
  border-right: solid 1px #0a652e;
}
.mainMenu .menuItem:hover {
  /*opacity : 0.7;*/
  background-color: #0a652e;
}
.mainMenu .menuItem * {
  display: inline-block;
  vertical-align: middle;
}
.stationTypeMenu .menuItem > a {
  display: block;
  height: 100%;
}
.dots {
  background: #258C44;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 32px 3px 0;
  width: 15px;
}
.menuItem {
  position: relative;
}
/*.menuItem:hover > .subMenu{
    display: block;
}*/
.mainMenu .subMenu {
  /*display: none;*/
  position: absolute;
  height: 0;
  top: 52px;
  left: 0;
  overflow: hidden;
  width: 435px;
  margin: 0 -145px;
  z-index: 1;
}
.mainMenu .menuItem:hover > .subMenu {
  /*display: block;*/
  height: 52px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.mainMenu .subMenu .menuItem {
  background: #00a549;
  border-right: solid 1px #009743;
}
.mainMenu .subMenu .menuItem:hover {
  background: #009743;
}
.mainMenu .menuItem,
.stationTypeMenu .menuItem {
  width: 146px;
  height: 100%;
  vertical-align: middle;
  float: left;
  text-align: center;
}
.stationTypeMenu .menuItem {
  border-right: solid 1px #e4f2e7;
  position: relative;
}
.stationTypeMenu .menuItem:first-child {
  border-left: solid 1px #e4f2e7;
}
.stationTypeMenu .menuItem:hover,
.stationTypeMenu .menuItem.current {
  background: #e4f2e7;
}
.stationTypeMenu .menuItem.current:before {
  border-top: 15px solid #e4f2e7;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  bottom: -15px;
  content: "";
  display: none;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 11;
}
.menuItem:before {
  /*content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;*/
}
.stationTypeMenu .icon {
  width: 100%;
  height: 75px;
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.icon.icon-locate-me {
  background-image: url('../../../Images/locate_tool.png');
}
.icon.icon-view {
  background-image: url('../../../Images/view_tool.png');
}
.icon.icon-tp {
  background-image: url('../../../Images/trip_tool.png');
}
.icon.icon-share {
  background-image: url('../../../Images/share_tool.png');
}
.icon-cng {
  background-image: url('../../../Images/rect_c.png');
}
.icon-lng {
  background-image: url('../../../Images/rect_l.png');
}
.icon-cnglng {
  background-image: url('../../../Images/rect_r.png');
}
.icon-rng {
  background-image: url('../../../Images/rect_r.png');
}
.closeSteetViewButton {
  font-size: 20px;
  background-color: white;
  padding: .2em .4em;
  border: 0;
  margin-right: 15px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background-image: url('../../../Images/close_street.png');
}
.closeSteetViewButton:hover {
  opacity: 1;
}
#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*width: 60%;*/
}
#sortable li {
  background: none;
  border: none;
  margin: 0 3px 3px 3px;
  padding: 0.3em 0.2em 0.3em 1.5em;
  font-size: 1.4em;
  position: relative;
  /*height: 18px;
        width: 305px;*/
}
#sortable li span {
  position: absolute;
  margin-left: -1em;
}
#sortable li input {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  width: 300px;
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 280px;
  /*font-family: Roboto;*/
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  outline: none;
}
#pac-input {
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 300px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}
#pac-input:focus {
  border-color: #4d90fe;
  margin-left: -1px;
  padding-left: 14px;
  /* Regular padding-left + 1. */
  width: 300px;
}
.pac-container {
  /*font-family: Roboto;*/
  z-index: 10002;
}
.widget-clearRoute-icon {
  /*background: url('../../../Images/omnibox-sprite-1x-20130906.png');
    background-position: 0 18px;
    height: 18px;
    width: 18px;
    border: 0;*/
}
.widget-clearRoute:hover .widget-clearRoute-icon {
  opacity: 0.7;
}
.widget-clearRoute {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  outline: medium none;
  padding: 4px;
  position: absolute;
  right: 7px;
}
.widget-directions-icon {
  background: url('../../../Images/omnibox-sprite-1x-20130906.png');
  background-position: -1px -63px;
  height: 18px;
  width: 18px;
  border: 0;
  opacity: .4;
}
.widget-directions-reverse:hover .widget-directions-icon {
  opacity: .7;
}
.widget-directions-reverse {
  background: none;
  border: none;
  cursor: pointer;
  height: 22px;
  margin-top: 16px;
  outline: none;
  padding: 4px;
  width: 22px;
}
.widget-addDirections-icon {
  background: url('../../../Images/omnibox-sprite-1x-20130906.png') no-repeat;
  background-position: 0 -46px;
  height: 18px;
  width: 105px;
  border: 0;
  padding-left: 12px;
  margin-top: 10px;
}
.widget-addDirections-reverse:hover .widget-addDirections-icon {
  opacity: 0.7;
}
.widget-addDirections-reverse {
  cursor: pointer;
  margin-top: 0px;
  outline: medium none;
  /*padding: 4px;*/
  border: 0;
  background: none;
}
.dectination-icon {
  background: url('../../../Images/omnibox-sprite-1x-20130906.png') no-repeat;
  background-position: 0 -47px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  /*overflow: hidden;*/
  position: relative;
  text-indent: -99999px;
}
.dectination-icon-start,
.dectination-icon-end,
.icon-start {
  cursor: url(https://maps.gstatic.com/intl/en_us/mapfiles/openhand_8_8.cur), default;
  cursor: grab;
}
.icon-start:before,
.dectination-icon-start:before,
.dectination-icon-end:before {
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 1px 3px -2px;
  color: #555;
  content: "Drag to reorder";
  display: block;
  font-size: 12px;
  left: -99999px;
  opacity: 0;
  padding: 2px 5px;
  position: absolute;
  text-indent: 0;
  top: 20px;
  white-space: nowrap;
  z-index: 1;
}
.icon-start:hover:before,
.dectination-icon-start:hover:before,
.dectination-icon-end:hover:before {
  left: 15px;
  opacity: 1;
  transition: opacity 0.1s ease-in 0.3s;
}
.icon-start:hover:after,
.dectination-icon-start:hover:after,
.dectination-icon-end:hover:after {
  background: url('../../../Images/omnibox-sprite-1x-20130906.png') 0 -33px no-repeat;
  content: "";
  display: block;
  height: 15px;
  left: -12px;
  position: absolute;
  top: -1px;
  width: 10px;
}
.dectination-icon-start {
  background-position: 0 5px;
}
.dectination-icon-start:hover:after {
  top: 3px;
}
.dectination-icon-end:hover:after {
  top: 0;
}
.dectination-icon-end {
  background-position: 0 -12px;
  margin-top: 2px;
}
.dectination-icon-middle {
  /*background-position: 0 -30px;*/
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAGCAYAAAAG5SQMAAAAG0lEQVQIW2OYOXPmeSD+D6IZoAwwBnEQMsQBAIzpGFsqjadSAAAAAElFTkSuQmCC') 4px 0 repeat-y;
  height: 50px;
  margin-top: -17px;
}
.icon-start {
  background: url(../../../Images/omnibox-sprite-1x-20130906.png) no-repeat #ffffff;
  height: 12px;
  top: 11px;
  width: 11px;
  z-index: 1;
}
.dectination-icon-end + .icon-start {
  display: none;
}
.widget-buildRout-reverse {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 36px;
  outline: none;
  padding: 4px;
}
.widget-buildRout-icon {
  /*background: url('../../../Images/omnibox-sprite-1x-20130906.png') no-repeat;
    background-position: 0 -47px;*/
  height: 18px;
  width: 100px;
  border: 0;
}
.widget-buildRout-reverse:hover .widget-buildRout-icon {
  opacity: 0.7;
}
.mainHeader {
  /*height: 80px;*/
}
.mainHeader .topMenu {
  height: 52px;
  background: #006C32;
}
.mainHeader .bottomMenu {
  height: 80px;
  background: #fff;
}
.bottomMenu {
  border-bottom: solid 5px #e4f2e7;
}
.bottomMenu .logo {
  width: 420px;
  height: 70px;
  margin-top: 3px;
  float: left;
}
.widget-cng {
  cursor: pointer;
  margin-top: 0px;
  outline: medium none;
  padding: 4px;
  border: 0;
  background: none;
  /*float : right;*/
}
.share_panel,
.btm-share_panel {
  background: #006C32;
  border: 1px solid #CCC;
  display: none;
  /*height: 143px;*/
  padding: 5px 5px 5px 25px;
  position: absolute;
  width: 100%;
  z-index: 400;
}
.bottom_share {
  height: 173px;
}
.btm-share_panel {
  border: none;
  height: auto;
  left: 150px;
  top: 0;
  width: 360px;
}
.share_panel a,
.btm-share_panel a {
  background: url('../../../Images/soc_icons.png') 3px 2px no-repeat #f2f2f2;
  border: 1px solid #EAEAEA;
  color: #4D4D4D;
  cursor: pointer;
  display: block;
  font-family: sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 12px;
  margin: 8px auto;
  max-width: 85px;
  padding: 5px 5px 5px 25px;
  text-decoration: none;
  width: 100%;
}
.btm-share_panel a {
  display: inline-block;
}
.share_panel a:hover,
.btm-share_panel a:hover {
  background-color: #E1E1E1;
}
a.tw {
  background-position: 3px -19px;
}
a.gp {
  background-position: 3px -40px;
}
a.email {
  background-position: 3px -63px;
}
a.print {
  background: url('../../../Images/print.png') 5px 5px no-repeat #f2f2f2;
}
.emailSend {
  display: none;
  position: absolute;
  width: 100%;
}
.backgroundCover {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.emailFormWrap {
  background: #FFF;
  border: 3px solid #0C55A2;
  border-radius: 5px;
  box-sizing: content-box;
  left: 0;
  margin: auto;
  max-width: 600px;
  min-width: 250px;
  padding: 10px 15px 15px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 1000;
}
.emailFormWrap > p {
  font-size: 20px;
}
.emailFormWrap .close {
  background: url("../../../Images/omnibox-sprite-1x-20130906.png") no-repeat -2px -84px;
  display: block;
  height: 15px;
  opacity: .4;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 15px;
}
.emailFormWrap .close:hover {
  opacity: 1;
}
.emailFormWrap label {
  font-weight: normal;
  margin-bottom: 10px;
  width: 100%;
}
.emailFormWrap input {
  text-indent: 5px;
  width: 100%;
}
.emailFormWrap textarea {
  height: 170px;
  margin-bottom: 10px;
  text-indent: 5px;
  width: 100%;
}
.btn_send {
  background: #006C32;
  border-radius: 5px;
  color: #FFF !important;
  display: block;
  float: right;
  font-size: 16px;
  margin: 20px 0 0 10px;
  padding: 5px 30px;
  text-decoration: none !important;
}
.btn_send:hover {
  background: #00A549;
}
.btn_cancel {
  background: #0C55A2;
  border-radius: 5px;
  color: #FFF !important;
  display: block;
  float: right;
  font-size: 16px;
  margin-left: 10px;
  padding: 5px 30px;
  text-decoration: none !important;
}
.btn_cancel:hover {
  background: #0A4788;
}
.emailStatus {
  color: #006C32;
}
.filter {
  background: #fff;
  border-bottom: 5px solid #006C32;
  box-shadow: 0 5px 10px -5px #000000;
  display: none;
  left: 0;
  margin: auto;
  padding: 20px 0 15px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10;
}
.filter .filterItem {
  border-left: solid 1px #f2f2f2;
  padding: 0 10px;
  height: 95px;
}
.filter :first-child {
  border-left: none;
}
.filter :last-child {
  padding-right: 0;
  border-right: none;
}
.filter h5 {
  font-size: 16px;
  margin: 0 0 20px;
  position: relative;
}
/*.filter.activeFilter {
        display: block;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
    }*/
.clear {
  clear: both;
}
.filterItem.fuel {
  width: /*22%*/ 17%;
}
.filterItem.fuel label {
  display: inline-block;
  vertical-align: top;
}
.filterItem.fuel label:hover span {
  color: #fff;
}
.fuel span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 60px;
}
.fuel .diesel {
  background: url('../../../Images/diesel_ico.png') no-repeat;
  height: 33px;
  opacity: .6;
  width: 56px;
}
.fuel .diesel:before,
.fuel .diesel:after {
  display: none;
}
.fuel .diesel.active {
  background-position: 0 -34px;
}
.fuel .diesel:hover {
  opacity: 1;
}
.fuel .cng {
  background: url('../../../Images/choice_fuel_type_cng.png') no-repeat;
  height: 47px;
  opacity: .6;
  width: 56px;
}
.fuel .lng {
  background: url('../../../Images/choice_fuel_type_lng.png') no-repeat;
  height: 47px;
  opacity: .6;
  width: 56px;
}
.fuel .rdm {
  background: url('../../../Images/choice_fuel_type_rng.png') no-repeat;
  height: 47px;
  opacity: .6;
  width: 56px;
}
.fuel .cng:before, .fuel .lng:before, .fuel .rdm:before,
.fuel .cng:after, .fuel .lng:after, .fuel .rdm:after {
  display: none;
}
.fuel .cng.active, .fuel .lng.active, .fuel .rdm.active {
  background-position: 0 -47px;
}
.fuel .cng:hover, .fuel .lng:hover, .fuel .rdm:hover {
  opacity: 1;
}
.fuel .active {
  color: #fff;
  opacity: 1;
}
.fuel span:before {
  border-bottom: 19px solid transparent;
  border-right: 30px solid #d2d3d4;
  border-top: 19px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 0;
  z-index: -2;
}
.fuel span:hover:before {
  border-right-color: #B0B0B0;
}
.fuel span:after {
  border-bottom: 19px solid transparent;
  border-left: 30px solid #d2d3d4;
  border-top: 19px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -4px;
  width: 0;
  z-index: -2;
}
.fuel span:hover:after {
  border-left-color: #B0B0B0;
}
.fuel .cngLng {
  /*background: url('../../../Images/redeem.png') no-repeat;
    height: 33px;
    margin-top: -2px;
    opacity: .6;
    width: 56px;*/
}
.fuel .cngLng:hover {
  opacity: 1;
}
.fuel .cngLng.active {
  background-position: 0 -34px;
  opacity: 1;
}
.fuel .cngLng:before {
  /*display: none;*/
  border-right-color: #a8aaad;
}
.fuel .cngLng:after {
  /*display: none;*/
  border-left-color: #a8aaad;
}
.fuel .cngLng.active:before {
  border-right-color: #0C55A2;
}
.fuel .cngLng.active:after {
  border-left-color: #0C55A2;
}
.fuel b:before {
  border-bottom: 14px solid transparent;
  border-right: 22px solid #d2d3d4;
  border-top: 14px solid transparent;
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 1px;
  width: 0;
  z-index: -1;
}
.fuel .cngLng:hover b:before {
  border-right-color: #B0B0B0;
}
.fuel .cngLng:hover b:after {
  border-left-color: #B0B0B0;
}
.fuel b:after {
  border-bottom: 14px solid transparent;
  border-left: 22px solid #d2d3d4;
  border-top: 14px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 1px;
  width: 0;
  z-index: -1;
}
.fuel .cng.active:before {
  border-right-color: #0C55A2;
}
.fuel .cng.active:after {
  border-left-color: #0C55A2;
}
/*
.fuel .lng.active:before {
  border-right-color: #006C32;
}
.fuel .lng.active:after {
  border-left-color: #006C32;
}
.fuel .cngLng.active b:before {
  border-right-color: #32b558;
}
.fuel .cngLng.active b:after {
  border-left-color: #32b558;
}
*/
.filterItem.vehicle {
  padding: 0 10px;
  width: /*28.7%*/ 40%;
}
.vehicle > h5 {
  margin-bottom: 14px;
}
.filterItem.vehicle > label {
  background: url('../../../Images/vehicle_icons1.png') no-repeat;
  background-position: -14px 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  opacity: .6;
  padding-top: 37px;
  width: 120px;
}
.filterItem.vehicle span {
  color: #939598;
  font-size: 12px;
}
.filterItem.vehicle .checked span {
  color: #006C32;
}
.filterItem.vehicle .trucks {
  background-position: -88px 0;
  margin-right: 7px;
}
.filterItem.vehicle > label.tractors {
  background-position: -152px 0;
  margin-right: 7px;
  width: 140px;
}
.filterItem.vehicle .s-trucks {
  background-position: -352px 0;
  margin: 0;
  width: 140px;
}
.vehicle label:hover {
  opacity: 1;
}
.vehicle label.checked {
  background-position: -14px -54px;
  opacity: 1;
}
.vehicle label.trucks.checked {
  background-position: -88px -55px;
  color: #006C32;
}
.vehicle label.tractors.checked {
  background-position: -152px -54px;
  color: #006C32;
}
.vehicle label.s-trucks.checked {
  background-position: -352px -54px;
  color: #006C32;
}
.filterItem.stationStatus {
  width: 12.5%;
}
.filterItem.stationStatus h5 {
  margin-bottom: 10px;
}
.filterItem.time {
  width: 8%;
}
.filterItem.time h5 {
  margin-bottom: 12px;
}
.filterItem.flowRate h5 {
  margin-bottom: 8px;
}
.filterItem label {
  color: #939598;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 9px;
  position: relative;
  z-index: 1;
}
.filterItem label input {
  left: 0;
  margin: 1px 0 0;
  position: absolute;
  visibility: hidden;
}
.filterItem label span {
  /*display: inline-block;
    vertical-align: middle;*/
}
.newRadioOn,
.newRadioOff {
  background: #006C32;
  border-radius: 50%;
  float: left;
  height: 15px;
  margin: 1px 5px 0 0;
  text-align: center;
  width: 15px;
}
.navbar-form {
  margin: 8px -15px 0;
}
.newRadioOff {
  background: #d1d3d4;
}
.filterItem label:hover .newRadioOff {
  background: #b0b0b0;
}
.filterItem label:hover span {
  color: #7c7c7c;
}
.newRadioOn + span {
  color: #006C32;
}
.filterItem label:hover .newRadioOn + span {
  color: #006C32;
}
.filterItem.flowRate {
  width: /*13%*/ 11%;
}
.filterItem.flowRate label {
  background: url('../../../Images/bg_flow_rate.png') 80px 0 no-repeat;
}
.filterItem.flowRate .fr-medium {
  background-position: 80px -25px;
}
.filterItem.flowRate .fr-high {
  background-position: 80px -50px;
}
.filterItem.payment {
  padding: 0 10px;
  width: /*15%*/ 11%;
}
.filterItem.payment > h5 {
  margin-bottom: 9px;
}
.filterItem.payment p {
  color: #939598;
  font-size: 10.6px;
}
.typesWrap {
  position: relative;
  text-align: left;
  width: 105px;
}
.payment .typesWrap > p {
  background: none repeat scroll 0 0 #e4f2e7;
  color: #939598;
  cursor: pointer;
  font-size: 13px;
  line-height: 21px;
  position: relative;
  text-indent: 7px;
}
.payment .typesWrap > p:before {
  border-top: 8px solid #d1d3d4;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 0;
}
.typesWrap .types {
  background: #FFF;
  border: 4px solid #e4f2e7;
  display: none;
  padding: 15px 5px 5px 20px;
  position: absolute;
  right: 0;
  top: 21px;
  width: 385px;
  z-index: 1;
}
.payment .typesWrap p.open:before {
  border-bottom: 8px solid #d1d3d4;
  border-top: none;
}
.payment .typesWrap:hover .types {
  /*display: block;*/
}
.filterItem .types > label {
  display: inline-block;
  vertical-align: top;
  width: 85px;
}
.filterItem .types > label.long {
  width: 173px;
}
.reset {
  background: #006C32;
  border: none;
  bottom: -33px;
  color: #FFF;
  height: 28px;
  left: 20px;
  line-height: 27px;
  padding: 0 10px 0 7px;
  position: absolute;
}
.reset:hover {
  opacity: .7;
}
.reset span {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAApVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9b9jwKAAAANnRSTlMABsJ55zALoMsYnjLz6v1je1lVZcBeA+udCQQvx7BfqbX+6WAzHN3DCBdhevQapzTEAcGmoWI6Z0RSAAAAuklEQVR4XmXP1YoFMQAE0Z5kXK67u6xr/f+nLYSQWbjnsR4aWs68u447xLthqmA8xWuefFqUgOn1B3YEZBMVkmaQJ3KWK8hsLW1gG8mL3gCUHshDU2JcPMIptPMFFytzVev2/AJIuuu/12yPHr1/yFQP9VPsy0KBXwNqe1PraioBcDmHdoKji19JaFHOIXXxu725hY1U2x9YLf3LHGaSCk0yYGQH/Z4ByoUc/TZ407GCdLiL6cTr7tyFP8xJGrzHjJWJAAAAAElFTkSuQmCC') no-repeat;
  display: inline-block;
  height: 20px;
  margin: 2px 6px 0 0;
  width: 20px;
}
.reset sup {
  font-size: 100%;
  top: -0.4em;
}
.reset:hover span {
  transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  -ms-transition: all ease-in 0.4s;
  -webkit-transition: all ease-in 0.4s;
  transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
}
.filter .apply {
  background: #006C32;
  bottom: -32px;
  color: #FFF;
  display: block;
  height: 27px;
  padding: 0 20px;
  position: absolute;
  right: 65px;
}
.filter .close {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAKCAMAAABovDXXAAAAaVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9tAe1xAAAAInRSTlMA8w8VA3TmCJ1J9xK+IV6FAmfTH9dA/d4BBtW3L9mCLoDaQVsA3gAAAGpJREFUeF5lyEUOAzEAQ1EHhpmp6PsfsvIiVdS+jeWPL5+YxOPPLSWZPn9qllPIPEOkKBmUBYKqpjzsi1JXkH6gjBOAaaQMPeDuqmu7Q/Z21X07nNrLIrCXwomZNAtiiyFnNFt36EWObms+8uELhfKhNjkAAAAASUVORK5CYII=') center 6px no-repeat #006C32;
  bottom: -32px;
  display: block;
  height: 27px;
  opacity: 1;
  /*position: absolute;*/
  float: right;
  right: 18px;
  width: 38px;
}
.filter .close:hover,
.filter .apply:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}
#lngBtn:hover ~ div {
  background: red;
}
.widget-icon {
  background: url('../../../Images/C.png') no-repeat;
  height: 56px;
  width: 88px;
  border: 0;
  padding-left: 12px;
  margin-top: 10px;
}
.widget-cng:hover .widget-icon {
  opacity: 0.7;
}
.mainMap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.container {
  /*width: 100%;*/
  position: relative;
}
#mainContent {
  /*width: 100%;*/
  padding: 0;
  margin: 0;
}
.bottomPopup {
  background: #006C32;
  border-top: 0px solid #005221;
  position: absolute;
  bottom: 0;
  height: 0;
  transition: height ease-in 0.4s;
  -o-transition: height ease-in 0.4s;
  -ms-transition: height ease-in 0.4s;
  -webkit-transition: height ease-in 0.4s;
  width: 100%;
}
.bottomPopup .container {
  width: 99%;
}
.bottomPopup.open {
  height: 250px;
}
.bottomPopup .pushUp,
.bottomPopup .pushDown {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAKCAMAAABovDXXAAAAaVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9tAe1xAAAAInRSTlMA8w8VA3TmCJ1J9xK+IV6FAmfTH9dA/d4BBtW3L9mCLoDaQVsA3gAAAGpJREFUeF5lyEUOAzEAQ1EHhpmp6PsfsvIiVdS+jeWPL5+YxOPPLSWZPn9qllPIPEOkKBmUBYKqpjzsi1JXkH6gjBOAaaQMPeDuqmu7Q/Z21X07nNrLIrCXwomZNAtiiyFnNFt36EWObms+8uELhfKhNjkAAAAASUVORK5CYII=") no-repeat scroll center 8px #006C32;
  display: block;
  height: 30px;
  opacity: 1;
  position: absolute;
  right: 18px;
  top: -30px;
  width: 38px;
}
.bottomPopup .pushUp {
  /*opacity: 0;*/
}
.bottomPopup .pushDown {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAKCAMAAABovDXXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABpUExURf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////20B7XEAAAAidFJOUwDzDxUDdOYInUn3Er4hXoUCZ9Mf10D93gEG1bcv2YIugNpBWwDeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAdElEQVQYV1XKWRKDQAhF0dftPM+zicr+F5mGYJXeH+AUKKZqwbulmgr0RGZQ+DcYoh4ruTarBtiNYYV38RzLWXQuRz4/HlA3vFHbOe5a2ZtanrJcrtN+ZeaZKJekIlyaqElRrBxHKndH6DTc9XrkBybwdQd+20YLhVWpjQ0AAAAASUVORK5CYII=');
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAgMAAACdGdVrAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMA22eSxmQAAABRSURBVHheXY6xDcAwCATPRTwE03iEzME0HoIGT5kvvnGQEIjjH/jFCw+MgljMhtzMs8bZKNVBVjQQnQWCQggKAdm4eOgVC7DcZrb2IZ/1E3d8KdUfD2rqOnEAAAAASUVORK5CYII=');*/
}
.info {
  padding: 12px 0;
}
.nav-tabs {
  border-bottom: 1px solid #e4f2e7;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs > li > .action {
  display: inline-block;
  background: #006C32;
  border: none;
  color: #FFF;
  font-size: 16px;
  line-height: 38px;
  padding: 2px 0;
  margin-right: 1px;
  text-align: center;
  width: 145px;
  cursor: pointer;
}
.nav-tabs > li .nav > li > a:focus {
  background-color: #00a549;
}
.nav-tabs > li .nav-tabs > li.active > a,
.nav-tabs > li .nav-tabs > li.active > a:hover,
.nav-tabs > li .nav-tabs > li.active > a:focus,
.nav-tabs > li .nav-tabs > li > a:hover {
  background: #00a549;
}
.operational {
  background: url('../../../Images/bg_operational.png') 85% 6px no-repeat #ffffff;
  color: #006C32;
  float: right;
  font-size: 19px;
  font-style: italic;
  height: 39px;
  line-height: 39px;
  margin-top: -40px;
  padding: 0 80px 0 15px;
  position: relative;
}
.operational.FRLow {
  background-position: 85% 6px;
}
.operational.FRMedium {
  background-position: 85% -105px;
}
.operational.FRHigh {
  background-position: 85% -50px;
}
.operational > p {
  border-right: 5px solid;
  padding-right: 20px;
}
.operational .help,
.flowRate h5 .help {
  background: #18a147;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  right: 5px;
  text-align: center;
  top: -15px;
  width: 18px;
}
.flowRate h5 .help {
  left: 85px;
  right: auto;
  top: 0;
}
.operational .hint:before,
.flowRate h5 .hint:before,
.flowRate h5 .hint:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
  bottom: -10px;
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  width: 0;
}
.flowRate h5 .hint:after {
  border-top-color: #ccc;
  bottom: -11px;
  z-index: -1;
}
.operational .hint,
.flowRate h5 .hint {
  background: #fff;
  bottom: 33px;
  box-shadow: 0 0 7px -3px #000000;
  color: #006C32;
  cursor: default;
  display: none;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 15px;
  position: absolute;
  right: -5px;
  text-align: left;
  width: 185px;
}
.flowRate h5 .hint {
  width: 135px;
}
.flowRate h5 .hint p {
  margin: 0;
}
.operational .help:hover .hint,
.flowRate h5 .help:hover .hint {
  display: block;
}
.sl-icon.directions {
  background: url('../../../Images/icon_direction.png') center 5px no-repeat;
}
.tab-content h2 {
  color: #fff;
  margin: 5px 0 15px;
}
.tab-content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 7px;
}
.tab-content .address {
  border-right: 1px solid #e4f2e7;
  float: left;
  margin-top: /*12px*/ 0;
  min-height: 165px;
  padding: 5px 10px;
  width: 37.5%;
}
.rightBlock {
  color: #FFF;
  float: right;
  font-size: 16px;
  margin-top: 8px;
  width: 62%;
}
.rightBlock > div {
  height: 85px;
  line-height: 85px;
  text-align: right;
}
.rightBlock .fuelTypes {
  border-bottom: 1px solid #e4f2e7;
}
.rightBlock ul {
  display: inline-block;
  list-style: none;
  min-width: 226px;
  padding: 0;
  text-align: justify;
}
.rightBlock li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.rightBlock .fuelTypes li {
  background: url("../../../Images/icons_fueltype.png") 0 center no-repeat;
  height: 54px;
  width: 73px;
}
.rightBlock .fuelTypes .redeem {
  background-position: 2px 0;
  margin-right: 15px;
}
.rightBlock .fuelTypes .lng {
  background-position: -95px 0;
}
.rightBlock .fuelTypes .cng {
  background-position: -192px 0;
}
.rightBlock .fuelTypes .diesel {
  background-position: -285px 1px;
}
.rightBlock .fuelTypes .redeem.available {
  background-position: 2px -55px;
}
.rightBlock .fuelTypes .lng.available {
  background-position: -95px -55px;
}
.rightBlock .fuelTypes .cng.available {
  background-position: -192px -55px;
}
.rightBlock .fuelTypes .diesel.available {
  background-position: -285px -55px;
}
.rightBlock .vehicleTypes li {
  background: url('../../../Images/vehicle_icons2.png') 0 -3px no-repeat;
  background-position: -15px 0;
  height: 35px;
  margin-left: 10px;
  width: 110px;
}
.rightBlock .vehicleTypes .truck {
  background-position: -100px 0;
  width: 86px;
}
.rightBlock .vehicleTypes .tractor {
  background-position: -152px 0;
  width: 90px;
}
.rightBlock .vehicleTypes .s-truck {
  background-position: -352px 0;
  width: 100px;
}
.rightBlock .vehicleTypes .cars.available {
  background-position: -14px -35px;
}
.rightBlock .vehicleTypes .truck.available {
  background-position: -152px -35px;
}
.rightBlock .vehicleTypes .tractor.available {
  background-position: -152px -35px;
}
.rightBlock .vehicleTypes .s-truck.available {
  background-position: -352px -35px;
}
.vehicleTypes .help,
.fuelTypes .help {
  border-radius: 50%;
  cursor: pointer;
  display: none;
  float: right;
  height: 20px;
  margin: 8px 2px 0;
  position: relative;
  width: 20px;
}
.fuelTypes .help {
  background: url("../../../Images/vehicle_icons2.png") no-repeat -95px -42px;
  display: block;
  margin: -3px -15px 0 0;
}
.vehicleTypes .available .help,
.fuelTypes .available .help {
  display: block;
}
.fuelTypes .available .help {
  background-position: -96px -41px;
}
.vehicleTypes .hint,
.fuelTypes .hint {
  background: #fff;
  bottom: 40px;
  box-shadow: 0 0 7px -3px #000000;
  color: #006C32;
  cursor: default;
  display: none;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 15px;
  position: absolute;
  right: -30px;
  text-align: left;
  width: 230px;
}
.fuelTypes .redeem .hint {
  right: 0;
}
.fuelTypes .redeem .hint:before {
  right: 0;
}
.psiSupported {float: right;
    position: absolute;
    right: -70px;
    top: 96px;
    width: 400px;}
.psiSupported .inscription{float : left;}
.psiSupported .psiValue{ float: left;
    padding-left: 22px;
    text-align: left;width: 300px;}

.vehicleTypes .hint:before,
.fuelTypes .hint:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #FFF;
  bottom: -15px;
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  width: 0;
}
.vehicleTypes .help:hover .hint,
.fuelTypes .help:hover .hint {
  display: block;
}
.footer {
  background: #005221;
  position: relative;
  z-index: 1;
  /*bottom: 0;
    position: absolute;
    width: 100%;*/
}
.footer p {
  color: #FFF;
  font-size: 17px;
  line-height: 52px;
  margin: 0;
}
.trademark {
  font-size: 13px;
}
.footerLogo {
  background: url('../../../Images/logo_blackandwhite.png') left 12px no-repeat;
  float: right;
  padding-left: 135px;
}
/*	start styles for the ContextMenu	*/
.context_menu {
  background-color: white;
  border: 1px solid gray;
}
.context_menu_item {
  padding: 3px 6px;
}
.context_menu_item:hover {
  background-color: #CCCCCC;
}
.context_menu_separator {
  background-color: gray;
  height: 1px;
  margin: 0;
  padding: 0;
}
#clearDirectionsItem,
#getDirectionsItem {
  display: none;
}
/*	end styles for the ContextMenu	*/
.widget-removeDirection {
  /*cursor: pointer;
    margin-top: 0px;
    outline: medium none;
    padding: 2px;
    border: 0;
    float: right;
    /*background: none;*/
  /*position: absolute;
	left: 335px;
	top: 12px;*/
  /*position: relative;
    top: -20px;*/
  background: #FFF;
  border: 0 none;
  cursor: pointer;
  display: none;
  height: 22px;
  margin-top: 0;
  opacity: .4;
  outline: medium none;
  padding: 4px;
  position: absolute;
  right: -25px;
  top: 4px;
  width: 22px;
}
.widget-removeDirection span {
  background: url(../../../Images/omnibox-sprite-1x-20130906.png) no-repeat 0 -84px;
  border: 0 none;
  display: block;
  height: 18px;
  margin: 0 !important;
  position: static !important;
  width: 18px;
}
.widget-removeDirection:hover {
  opacity: .7;
}
.directions-underline {
  border: 1px solid #CCC;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  bottom: 0;
  display: block;
  height: 5px;
  left: 25px;
  margin: auto !important;
  right: 0;
  width: 270px;
  z-index: 0;
}
.searchInput:focus + button + .directions-underline {
  border-bottom-color: #4D90FE !important;
  border-left-color: #4D90FE;
  border-right-color: #4D90FE;
  border-top-color: #4D90FE;
}
.closeDirections {
  background: #fff;
  border: none;
  border-left: 1px solid #CCC;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 3px;
  top: 8px;
}
.closeDirections span {
  background: url(../../../Images/omnibox-sprite-1x-20130906.png) repeat 0 18px;
  border: 0 none;
  display: block;
  height: 18px;
  opacity: .4;
  width: 18px;
}
.closeDirections:hover span {
  opacity: .7;
}
.backsheet {
  margin: 20px auto;
}
.backsheet:before {
  background: url(../../../Images/paperclip.png) no-repeat;
  content: "";
  display: block;
  height: 79px;
  left: 20px;
  position: absolute;
  top: -13px;
  width: 71px;
  z-index: 9;
}
.frontsheet,
.backsheet {
  background: #FFF;
  border-color: #AFB1B6;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0), 0 0 50px rgba(0, 0, 0, 0.05) inset;
  box-sizing: border-box;
  color: #313740;
  min-height: 800px;
  position: relative;
  width: 1060px;
}
.frontsheet {
  margin: -7px -7px 5px;
}
.directions-container {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
.directions-container .logo {
  margin: 5px 0 0;
}
.logo .date {
  float: right;
  margin-top: 7px;
}
#map-route-summary {
  color: #2C2C2C;
  font-size: 24px;
}
.legContainer {
  margin-right: 7px;
  position: relative;
}
.listLegStartText,
.listLegEndText {
  clear: both;
  color: #2C2C2C;
  font-size: 24px;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.listImg,
.endListImg {
  height: 16px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 16px;
}
.legText {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.listStep {
  cursor: pointer;
  margin: 0;
  padding: 15px 0 23px;
  position: relative;
}
.listStep:hover {
  background: #fcfcfc;
}
.listStepManuver {
  color: transparent;
  display: block;
  height: 16px;
  left: 10px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  width: 19px;
}
.directionSteps .listStepManuver {
  /*color: #333;*/
  font-size: 12px;
  top: 17px;
}
.directionsImg {
  left: 0;
  /*position: absolute;*/
  top: 20px;
  width: 19px;
}
.listStep span[class$=" "] .directionsImg {
  display: none;
}
.turn-right {
  height: 14px;
}
.turn-right .directionsImg {
  margin-top: -485px;
}
.turn-slight-right .directionsImg {
  margin-top: -52px;
}
.roundabout-right .directionsImg {
  margin-top: -231px;
}
.fork-right .directionsImg {
  margin-top: -499px;
}
.fork-left .directionsImg {
  margin-top: -549px;
}
.merge .directionsImg {
  margin-top: -142px;
}
.ramp-right .directionsImg {
  margin-top: -430px;
}
.ramp-left .directionsImg {
  margin-top: -598px;
}
.keep-left .directionsImg {
  margin-top: -549px;
}
.turn-left .directionsImg {
  margin-top: -416px;
}
.listStepInstructrion {
  display: block;
  padding-left: 10%;
}
.direction-separator {
  bottom: -4px;
  display: block;
  height: 21px;
  position: absolute;
  width: 100%;
}
.directions-distance-time {
  color: #777;
  font-size: 11px;
  font-weight: 300;
  position: absolute;
  right: 0;
  text-align: right;
  top: 8px;
  z-index: 1;
}
.directions-line {
  border-bottom: 1px solid #E6E6E6;
  display: block;
  padding-top: 16px;
}
.directions-distance-time > span {
  background: #FFF;
  padding-left: 5px;
}
.legImages {
  display: table-cell;
  padding-bottom: 297px;
  vertical-align: top;
  width: 30%;
}
.divLeg {
  border: 1px solid #CCC;
  clear: both;
  float: right;
  height: 285px;
  margin: 0 0 1%;
  max-width: 285px;
  width: 76%;
}
.divLeg.LegEnd {
  bottom: 0;
  position: absolute !important;
  right: 0;
}
.directionSteps {
  border-top: 1px solid #CCC;
  margin: 10px 0 2px;
  padding-top: 4px;
}
.directionSteps .header {
  margin-top: 10px;
}
.directionStepsImg,
.printBtn {
  background: url(../../../Images/sprite-vehicle.png) center -40px no-repeat;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 3px;
  vertical-align: bottom;
  width: 20px;
}
.printBtn {
  background: url(../../../Images/print.png) center center no-repeat;
  cursor: pointer;
}
.directionStepsInfo .printBtn {
  background-position: 0 center;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  margin-right: 0;
  padding-left: 20px;
  width: auto;
}
.directionStepsInfoDuration {
  color: #6EA81F;
  padding: 0 5px;
}
.directionStepsInfoDistrance {
  color: #666;
  font-size: 12px;
}
.directionlistWrapper {
  float: right;
  font-size: 12px;
  margin: 0 5px 0 0;
}
.icon-bar-group {
  display: inline-block;
  position: relative;
  top: 2px;
}
.icon-bar-group .icon-bar {
  background: #428BCA;
  display: block;
  height: 2px;
  margin-top: 3px;
  width: 18px;
}
.directionSteps .listLegStartText,
.directionSteps .listLegEndText {
  font-size: 17px;
  margin: 0;
  padding-left: 35px;
}
.directionSteps .directionStepsList > .listLegStartText {
  font-size: 12px;
  margin: 15px 0;
  padding: 0;
}
.directionSteps .listStep {
  padding: 10px 0;
}
.directionSteps .listImg,
.directionSteps .endListImg {
  left: 4px;
  top: 4px;
}
.directionSteps .listStepInstructrion {
  font-size: 13px;
}
.directionSteps .listStepInstructrion > b {
  font-size: 12px;
}
.stepAttention {
  color: #A0A0A0;
  display: block;
  padding-left: 20px;
  position: relative;
}
.stepAttention:before {
  background: url(../../../Images/alert-4-1x.png) 0 -15px no-repeat;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 17px;
}
/* RESPONSIVE PART
********************************************************
********************************************************/
@media only screen and (max-width: 1200px) {
  /*Filters
***********************/
  .filter .filterItem {
    border: none;
    padding: 5px 0 0 10px;
  }
  .filterItem.fuel,
  .filterItem.time,
  .filterItem.payment {
    background: #FCFCFC;
  }
  .filterItem:hover {
    /*background: #fafafa;*/
  }
  .filterItem.fuel,
  .filterItem.payment {
    height: 85px;
  }
  .filterItem.fuel,
  .filterItem.vehicle,
  .filterItem.stationStatus,
  .filterItem.time,
  .filterItem.flowRate,
  .filterItem.payment {
    width: 100%;
  }
  .filter h5 {
    margin: 0 0 15px;
  }
  .filter .vehicle > h5,
  .filter .time > h5 {
    margin-bottom: 10px;
  }
  .filterItem.flowRate,
  .filterItem.stationStatus {
    margin-bottom: 17px;
  }
  .typesWrap .types {
    left: 0;
  }
  /*Filters end
***********************/
}
@media only screen and (min-width: 990px) {
  #bottomStSemiTrack .hint {
    right: -3px;
  }
  #bottomStSemiTrack .hint:before {
    right: 0;
  }
}
@media only screen and (max-width: 990px) {
  /*Filters
***********************/
  .mainMenu .menuItem,
  .stationTypeMenu .menuItem {
    width: 135px;
  }
  .filterItem.time,
  .filterItem.flowRate,
  .filterItem.stationStatus {
    height: 60px;
    margin: 0;
  }
  .filterItem label {
    display: inline-block;
  }
  .filterItem.time label {
    margin-right: 7px;
  }
  .filterItem.flowRate label {
    margin-right: 7px;
    padding-right: 35px;
  }
  .filterItem.flowRate .fr-low {
    background-position: 48px 0;
  }
  .filterItem.flowRate .fr-medium {
    background-position: 68px -25px;
  }
  .filterItem.flowRate .fr-high {
    background-position: 50px -50px;
  }
  .vehicleTypes > span {
    display: block;
    margin: 10px 0;
  }
  /*Filters end
***********************/
  /*Bottom tabs
***********************/
  .rightBlock > div {
    line-height: 20px;
    text-align: center;
  }
  /*Bottom tabs end
***********************/
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
  .navbar-form {
    float: left;
    width: 75%;
  }
  .navbar-collapse .share_panel {
    border: none;
    height: auto;
    left: 102px;
    top: 4px;
    max-width: 440px;
    width: 100%;
  }
  .navbar-collapse .share_panel a {
    display: inline-block;
  }
  .mainMenu .menuItem,
  .stationTypeMenu .menuItem {
    width: 90px;
  }
  .rightBlock span {
    display: block;
  }
  .rightBlock li {
    margin-left: 10px;
  }
  .tab-content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 628px) {
  .directionsControl {
    left: 0;
    right: 0;
    margin: auto;
  }
  .mainHeader .bottomMenu {
    /*height: 112px;*/
  }
  .mainMenu,
  .stationTypeMenu {
    /*float: none;
        height: auto;
        margin: auto;
        width: 270px;*/
  }
  .mainMenu .menuItem,
  .stationTypeMenu .menuItem {
    height: 80px;
  }
  .bottomMenu .logo {
    /*float: none;
        margin: 5px auto;*/
  }
  .filter .filterItem {
    padding-left: 0;
    text-align: center;
  }
  .typesWrap {
    margin: auto;
  }
  .typesWrap .types {
    left: -135%;
  }
  .bottomPopup.open {
    height: 280px;
  }
  .info {
    padding: 5px 0;
  }
  .operational {
    /*font-size: 12px;
        padding: 0 60px 0 10px;*/
    background-position: 65% center;
    float: none;
    margin: 0;
    text-align: center;
  }
  .rightBlock li {
    margin-left: 0;
  }
  .footer p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 532px) {
  /*Bottom tabs
***********************/
  /*fuel types small icons*/
  .rightBlock span {
    margin-bottom: 10px;
  }
  .rightBlock .fuelTypes li {
    background: url("../../../Images/icons_fueltype_small.png") 0 center no-repeat;
    height: 37px;
    width: 52px;
  }
  .rightBlock .fuelTypes .redeem {
    background-position: 2px 0;
  }
  .rightBlock .fuelTypes .lng {
    background-position: -68px 0;
  }
  .rightBlock .fuelTypes .cng {
    background-position: -137px 0;
  }
  .rightBlock .fuelTypes .diesel {
    background-position: -205px 1px;
  }
  .rightBlock .fuelTypes .redeem.available {
    background-position: 2px -40px;
  }
  .rightBlock .fuelTypes .lng.available {
    background-position: -68px -40px;
  }
  .rightBlock .fuelTypes .cng.available {
    background-position: -137px -40px;
  }
  .rightBlock .fuelTypes .diesel.available {
    background-position: -205px -40px;
  }
  /*vehicle types small icons*/
  .vehicleTypes > span {
    margin-bottom: 15px;
  }
  .rightBlock .vehicleTypes li {
    background: url('../../../Images/vehicle_icons.png') -2px -3px no-repeat;
    height: 21px;
    width: 56px;
  }
  .rightBlock .vehicleTypes .truck {
    background-position: -70px -2px;
    width: 62px;
  }
  .rightBlock .vehicleTypes .s-truck {
    background-position: -145px 0;
    width: 100px;
  }
  .rightBlock .vehicleTypes .cars.available {
    background-position: -2px -26px;
  }
  .rightBlock .vehicleTypes .truck.available {
    background-position: -70px -26px;
  }
  .rightBlock .vehicleTypes .s-truck.available {
    background-position: -145px -26px;
  }
  /*popup hint*/
  .vehicleTypes .help {
    margin: 0;
  }
  .vehicleTypes .hint {
    bottom: 25px;
  }
  /*Bottom tabs end
***********************/
}
@media only screen and (max-width: 515px) {
  /*popup hint*/
  .vehicleTypes .s-truck .hint {
    right: -10px;
  }
  .vehicleTypes .s-truck .hint:before {
    right: 7px;
  }
  /*Footer
***********************/
  .trademark {
    display: none;
  }
  .footerLogo {
    display: block;
    float: none;
    margin: auto;
    width: 350px;
  }
  /*Footer end
***********************/
}
@media only screen and (max-width: 457px) {
  /*Bottom tabs
***********************/
  .operational {
    /*display: none;*/
  }
  .nav.nav-tabs {
    text-align: center;
  }
  .nav-tabs > li {
    display: inline-block;
    float: none;
  }
  .nav-tabs > li > .action {
    font-size: 12px;
    width: 115px;
  }
  .tab-content h2 {
    margin: 0 0 10px;
  }
  .tab-content p {
    margin-bottom: 5px;
  }
  /*Bottom tabs end
***********************/
}
#map-canvas.printMap {
  background-color: #ede9dd;
  border: 2px solid #ccc;
  box-shadow: 0 0 10px -5px #000000;
  margin: 10px auto;
  padding: 10px;
}
.btnWrap {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 7px -4px #000000;
  display: none;
  right: 0;
  margin: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 320px;
}
.printMap + .btnWrap {
  display: block;
}
.btnWrap > a {
  display: inline-block;
  float: none;
  margin: 0 0 10px;
}
.icon-dollar-deal {
    background-image: url('../../../Images/rect-dd.png');
}
#popModal {
	overflow: hidden;
}
.modal-dialog {
	position: relative;
	/* width: 640px;
	height: 90%; */
	margin: 0 auto;
}
.modal-body {
	/*width: 640px;
	height: 570px;*/
	padding: 0;
}
.modal-body img {
	max-width: 100%;
	height: auto;
}
.modal-content {
    background-color: rgba(0, 0, 0, 0.01);
    border: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.01);
	position: absolute;
	/* top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 640px;
	max-width: 100%;
	height: 570px; */
}
.close {
	position: relative;
    top: 15px;
    left: -30px;
	font-size: 42px;
}
/*# sourceMappingURL=station-locator.css.map */