﻿/* GLOBALS
----------------------------------------------------------*/

.marker-positionRelative {
    position: relative;
}

.marker-label-singleDigits {
    position: absolute;
    top: 8px;
    left: 14px;
    font-weight: bold;
}

.marker-label-DoubleDigits {
    position: absolute;
    top: 8px;
    left: 11px;
    font-weight: bold;
}

.marker-labelAndImage {
    position: relative;
    top: 48px;
    left: 20px;
}

body {
    background-color: white;
    font-size: .85em;
    font-family: "Arial","sans-serif";
    margin: 0;
    padding: 0;
    color: #000000;
    min-width:800px;
}

a:link {
    color: #3b5998;
}

a:visited {
    color: #3b5998;
}

a:hover {
    color: #3b5998;
    text-decoration: underline;
}

a:active {
    color: #3b5998;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* Transitions
----------------------------------------------------------*/

#searchForm *, #search-details-wrapper, #search-details-wrapper *, .filters-content  {
  -webkit-transition: all 0.5s ease;
  -moz-transition:    all 0.5s ease;
  -ms-transition:     all 0.5s ease;
  -o-transition:      all 0.5s ease;
}
.search-filters-list #filter-toggle, .search-filters-list .filter-toggle, 
.search-filters-list *,  .primary-filter, .search-filters-list, #leftFields select, #rightFields select {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}





/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width:800px;
}

header, #header {
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#header ul.menu {
    background: white;
    border-radius: 0 0 5px 5px;
    height: 50px;
    margin: 0 10px;
    padding: 0;
}

#header #logo {
    height: 39px;
    margin-top: 4px;
    position: absolute;
    right: 19px;
    z-index: 2;
}

#header #menubutton {
    display: none;
    left: 20px;
    margin-top: 10px;
    position: absolute;
    width: 34px;
    z-index: 1;
}

#header ul.menu li {
    border-right: 1px dashed #EEEEEE;
    display: inline-block;
    line-height: 30px;
    list-style: none outside none;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #009A3D;
}

#header ul.menu li:hover {
    background: #EEEEEE;
    cursor: pointer;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

/* Initial Load
--------------------------------------------------*/

#initial-load {
    display: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    z-index: 1001 !important;
}

#initial-load #load-title {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
}

#initial-load #load-attribution {
    bottom: 10px;
    font-size: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#initial-load #load-attribution a {
    text-decoration: none;
    color: #666666;
}

#initial-load #load-attribution a img {
    border: medium none;
    margin-left: 6px;
    position: relative;
    top: 3px;
}

#initial-load #initial-load-wrapper .button {
    background: none repeat scroll 0 0 #F7D118;
    border: 1px solid #F7D118;
    border-radius: 0;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
    width: 90%;
}

#initial-load #initial-load-wrapper div:hover {
    cursor: pointer;
}

#initial-load-wrapper {
    padding-top: 10%;
}

/*Menu Tabs */

#menuBar
{
    height: 45px;
    background-color:#0c4da1;
    border-bottom: solid 10px #eeeeee;
}
#menuBar img
{
    margin-top:15px;
    margin-left:20px;
}
    #menuBar H2
    {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    text-transform: uppercase;
    width: 225px;
    }

#refresh
{
    display:inline-block;
    margin-top:0px;

}

    #menuBar span
    {

  color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
    padding: 10px;
    }

        #menuBar span.selected
        {
       background-color: #eeeeee;
    color: #000000;

        }
/*Login Form*/

#loginForm
{
    margin-left:auto;
    margin-right:auto;
    width:400px;
    margin-top:20px;
}

/* Search Form
--------------------------------------------------*/

    #searchBtn2
    {
   background-color: #0c4da1;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    position: relative;
    top: 8px;
    }

#main #searchForm {
    top: 15px;
    z-index: 1;  
    height:120px;
    background-color:#eeeeee;
    margin-bottom: 10px;
}

#main #searchForm label
{
    display:block;
        margin-top:10px;

}

    #main #searchForm #searchFilters
    {
        clear:left;
    }

        #main #searchForm #searchFilters label
    {
        display:inline-block;
    }

    #main #searchForm #leftFields label
    {
        margin-left:20px;
    }

#main #searchForm #menu .tab-btn {
    background: white;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    width: 70px;
}

#main #searchForm #search, #main #searchForm #search2, #select1, #select2, #regionSelect {
    border-right: solid 1px #DDDDDD;
    border-left: none;
    float: left;
    height: 25px;
    font-size: 13px;
    padding-left: 5px;
    color: #666;
    width:200px;
    border-radius: 0 !important;
}

#main #searchForm #regionSelect {
    height: 31px;
    padding-top: 7px;
    width:300px;
}

.state, .national
{
    font-weight:bold;
}

#main #searchForm #search, #main #searchForm #search2{
    width: 300px;
}


    #main #searchForm #leftFields
    {

        width:260px;
        height:120px;
        float:left;
    }

    #main #searchForm #leftFields .error, #main #searchForm #rightFields .error
    {
        clear: left;
    display: block;
    font-size: 12px;
    height: 14px;
    margin-left: 20px;
    }

    #main #searchForm #rightFields
    {

display: inline-block;
    height: 120px;
    position: relative;
    width: 540px;
    }


 #main #searchForm #leftFields select
{
      height: 31px;
    margin-left: 20px;
    padding-top: 7px;
}
input {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

#main #searchForm #search.blur,  #main #searchForm .blur{
    color: #CCCCCC;
}

#main #searchForm #clearBtn {
    background: url("images/close.png") no-repeat scroll 5.9pt 6.9pt #FFFFFF;
 height: 17px;
    left: 313px;
    margin-left: -10px;
    margin-top: -7px;
    padding: 10px 0 0 10px;
    position: absolute;
    top: 33px;
    width: 20px;
    z-index: 9999;
}


#main #searchForm #clearBtn:hover {
    background: url("images/close-dark.png") no-repeat scroll 5.9pt 6.9pt #FFFFFF;
}

#main #searchForm .listBtn {
    background: white;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #FFFFFF;
    float: left;
    line-height: 29px;
    padding: 0 9px;
    display: none;
}

#main #searchForm .listBtn:hover {
    cursor: pointer;
}

#main #searchForm .listBtn img {
    left: 1px;
    position: relative;
    top: 3px;
    opacity: 0.9;
}

#main #searchForm .listBtn:hover img {
    opacity: 1;
}

#main #searchForm .searchBtn {
    background: white;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #FFFFFF;
    float: left;
    line-height: 29px;
    padding: 0 3px 0 8px;
}

#main #searchForm .directionsBtn {
    background: white;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #FFFFFF;
    float: left;
    line-height: 29px;
    padding: 0 9px;
}

#main #searchForm .directionsBtn img {
    opacity: 0.80;
}

#main #searchForm .directionsBtn:hover img {
    opacity: 1;
}

#main #searchForm .directionsBtn:hover, #main #searchForm .searchBtn:hover, #main #searchForm #clearBtn:hover {
    cursor: pointer;
}

#main #searchForm .directionsBtn img {
    left: 1px;
    position: relative;
    top: 2px;
}

#main #searchForm .searchBtn img {
    position: relative;
    top: 3px;
}

#main #searchForm #search-form {
    height: 120px;
}

.no-results {
    font-size: 12px;
}

#main #searchForm #search-results {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 178px;
    width: 265px;
    overflow: auto;
    margin-top: 39px;
    z-index:99;
    right:0px;

}

    #main #searchForm #search-results .close
    {
        background-color:#eeeeee;

    }

#main #searchForm #search-results.no-results { }

#main #searchForm #search-results.filter-showing {
    margin-top: 244px;
}

#main #searchForm #search-results .search-filters-list, .search-filters-list {
    background: white;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px #777777;
    left: 10px;
    position: fixed;
    top: 49px;
    width: 265px;
    z-index: 999;
}

#filter-toggle:hover, .filter-item:hover {
    cursor: pointer;
}

#main #searchForm #search-results .search-filters-list #filter-toggle, 
#filter-toggle, .filter-toggle {    

    color: #828282;
    font-size: 26px;
    left: 0;
    padding-right: 9px;
    position: absolute;
    text-align: right;
    width: 257px;
    z-index: 999;

}

#main #searchForm #search-results .search-filters-list #filter-toggle:hover, #filter-toggle:hover, .filter-toggle:hover {
}

#main #searchForm #search-results .search-filters-list .filter-item, .filter-item, .filter-item2 {
    padding: 5px 10px 9px;
}

#main #searchForm #search-results .search-filters-list #primary-filter.selected, #primary-filter.selected {
}

.primary-filter img {
    position: relative;
    left: 0;
    top: 2px;
}

.primary-filter span {
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

#primary-filter, .primary-filter {
    padding: 6px 10px !important;
}
.filter-search-btn {
    border-top: 1px solid #CCCCCC !important;
    background: none repeat scroll 0 0 #eee;    
    bottom: 0;
    font-size: 12px;    
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
}
.filter-search-btn span {
    position: relative;
    top: -2px;
}
.filter-search-btn img {
    margin-right: 8px;
}
.filter-type { }
.filter-type ul { 
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 10px 5px;
    padding: 0;
}
.filter-type ul li { 
    display: inline-block;
    list-style: none outside none;
    text-align: center;
    width: 49%;
    font-size: 12px;
}
.filter-type ul li:hover {
    cursor: pointer;
}
.filter-type ul li:first-child {
    border-radius: 2px 0 0 2px;
    border-right: 1px solid #ccc;
}

.filter-type ul li:last-child {
    margin-left: -4px;
    padding-right: 4px;
    border-radius: 0 2px 2px 0;
}

.filter-type ul #fuel-filter-btn { }
.filter-type ul #lube-filter-btn { }
.filter-type ul li.active { 
    background: #eeeeee;
}

.filters-content {
    display: none;
}

.filter-list-content {

    overflow: auto;

}
.filter-list-content .continer {
    display: none;
}
.filter-list-content .active {
    display: block;
}

#main #searchForm #search-results .search-filters-list .secondary:last-child, .search-filters-list .secondary:last-child {
    padding-bottom: 15px;
}

#main #searchForm #search-results .search-filters-list .secondary, 
.search-filters-list .secondary {
    /*display: none;*/
}

#main #searchForm #search-results .search-filters-list .filter-item img, .search-filters-list .filter-item img, .search-filters-list .filter-item2 img {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

#main #searchForm #search-results .search-filters-list .secondary img, .search-filters-list .secondary img {
    margin-left: 22px;
}

#main #searchForm #search-results .search-filters-list .filter-item span, .search-filters-list .filter-item span, .search-filters-list .filter-item2 span {
    font-size: 12px;
}

.filter-item-divider {
    background: none repeat scroll 0 0 #eee;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}

#main #searchForm #search-results #search-results-list ul {
    margin: 0;
    padding: 0;
}

#main #searchForm #search-results #search-results-list ul li {
    list-style: none outside none;
    border-bottom: 1px solid #DDDDDD;
}

#main #searchForm #search-results #search-results-list ul li.closed {
    list-style: none outside none;
    border-bottom: 1px solid #DDDDDD;
    background-color:#DDDDDD;
}

#main #searchForm #search-results #search-results-list ul li:hover {
    cursor: pointer;
}

#main #searchForm #search-results #search-results-list ul li:last-child {
    border-bottom: none;
}

#main #searchForm #search-results #search-results-list ul li .marker img {
    width: 36px;
}

#main #searchForm #search-results #search-results-list ul li .content {
    font-size: 12px;
}

#main #searchForm #search-results #search-results-list ul li .content .displayname {
    font-weight: bold;
    text-transform: uppercase;
    color: #0C4DA1;
}

#main #searchForm #search-results #search-results-list ul li .content .address{
    font-size: 11px;
    width:180px;
}
#main #searchForm #search-results #search-results-list ul li .content .typeStatus .name{
    font-size: 11px;
    color: #0C4DA1;

}

#main #searchForm #search-results #search-results-list ul li .content .typeStatus .INACTIVE{
    font-size: 11px;
    color: #ff0000;

}


    #main #searchForm #search-results #search-results-list ul li .content .typeStatus
    {

    font-size: 11px;

    }
#main #searchForm #search-results #search-results-list ul li .content .address .distance {
    color: #AAAAAA;
    float: right;
    font-size: 11px;
    margin-right: -5px;
}

#main #searchForm #search-results #list1 .divider
{
    background-color: #edd954;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

#main #searchForm #search-results #list2 .divider
{
    background-color: #0C4DA1;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}


#main #searchForm #search-results .search-details,#main #searchForm #search-results .sms-details,#main #searchForm #search-results .email-details,#main #searchForm #search-results .errorDiv{
    display: none;
    font-size: 11px;
    padding: 5px;
    padding-bottom: 25px;
}

.errorDiv p
{
  display: inline-block;
    height: 100px;
    line-height: 1;
    margin: 0;
    position: absolute;
    width: 300px;
       color: #000000;
    font-size: 12px;
}

.sms-details form, .email-details form
{
    text-transform:uppercase;
}

.sms-details form label, .email-details form label, .error form label
{
   display: block;
}

.sms-details form input, .email-details form input, .error form input
{
    font-size: 11px;
    width: 300px;
}

.sms-details form label, .email-details form label, .error form label
{
    color: #3b5998;
    text-transform:uppercase;
    font-weight:bold;
    margin-top:5px;
    font-size:12px;

}

.sms-details form .populated, .email-details form .populated
{
    border:0px;
}


.section .sb
{
    margin-left:60px;
    width: 100px;
}

#show-details, #show-error {
    display: none;
}

#cboxLoadedContent {
    font-size: 11px;
}

#cboxMiddleRight:hover, #cboxMiddleLeft:hover {
    cursor: pointer;
}

#cboxMiddleRight.active, #cboxMiddleLeft.active {
    background-color: #D1D1D1;
}

#cboxMiddleRight.no-arrow, #cboxMiddleLeft.no-arrow {
    background: #FFFFFF !important;
}

#main #searchForm #search-results .search-details .top .left, #cboxLoadedContent .search-details .top .left {
    float: left;
    width: 39px;
    margin-left: 1px;
    margin-right: 3px;
}

#main #searchForm #search-results .search-details .top .left img, #cboxLoadedContent .search-details .top .left img {
    float: left;
    position: relative;
    top: 5px;
    width: 36px;
}

#main #searchForm #search-results .search-details .top .right{
    float: left;
    width: 170px;
}

#cboxLoadedContent .search-details .top .right {
    float: left;
    width: 250px;
}

#main #searchForm #search-results .search-details .section, #cboxLoadedContent .search-details .section {
    clear: both;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}

#main #searchForm #search-results .search-details .section .title, #cboxLoadedContent .search-details .section .title {
    border-bottom: 3px solid #F58F23;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px 0;
}

#main #searchForm #search-results .search-details .section #title, #cboxLoadedContent .search-details .section #title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    max-width: 195px;
}

#main #searchForm #search-results .search-details #address, #cboxLoadedContent .search-details #address {
    padding-bottom: 0;
}

#main #searchForm #search-results .search-details .section div .name, #cboxLoadedContent .search-details .section div .name, #main #searchForm #search-results .search-details .section div .name, #cboxLoadedContent .search-details #address .name {
    float: left;
    font-weight: bold;
    width: 60px;
}

#cboxLoadedContent .search-details .section #comments .name
{
    width:70px;
}


#main #searchForm #search-results .search-details .section #website .name, #cboxLoadedContent .search-details .section #website .name {
    width: 42px;
}

#main #searchForm #search-results .search-details .section #website, 
#cboxLoadedContent .search-details .section #website {

}
#main #searchForm #search-results .search-details .section #website a, 
#cboxLoadedContent .search-details .section #website a {
    color: #666;
    text-transform: lowercase;
}

#main #searchForm #search-results .search-details .section #details-directionsbtn, 
#cboxLoadedContent .search-details .section #details-directionsbtn,
.showon-map, .send-sms, .send-email {
    background: none repeat scroll 0 0 #3b5998;
    border: 1px solid #3b5998;
    color: #FFFFFF;
    font-weight: bold;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
    cursor:pointer;
}

#cboxBottomCenter
{
    height:150px;
    display:block;
}

#cboxBottomCenter .showon-map, #cboxBottomCenter .send-sms, #cboxBottomCenter .send-email
{
    margin:5px;
}

#cboxWrapper
{
    background-color:#fff;
}

#main #searchForm #search-results .search-details .section #details-directionsbtn:hover, 
#cboxLoadedContent .search-details .section #details-directionsbtn:hover,
.showon-map:hover {
    cursor: pointer;
    background: none repeat scroll 0 0 #3b5998;
}

#main #searchForm #search-results .search-details .section #closeBtn {
    background: url("images/close-small.png") no-repeat scroll 1.6pt 1.1pt #868686;
    border: 1px solid #868686;
    border-radius: 11px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    height: 10px;
    margin-top: -2px;
    padding: 2px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-decoration: none;
    width: 10px;
}

#cboxLoadedContent .search-details .section #closeBtn {
    display: none;
}

#cboxContent
{
    overflow-y:auto;
    overflow-x:hidden;
}
#productList
{
    width: 200px;
}


#main #searchForm #search-results .search-details .section #closeBtn:hover {
    cursor: pointer;
}

    #resultsBtn
    {
        display:inline-block;
        background-color:#0C4DA1;
        float:right;
        padding:7px;
        display:none;
        color:#fff;
        cursor:pointer;
    }

#resultsBtn img
{
    margin-right:7px;
}



#sendSupportEmailBtn{

    width: 200px;
    z-index: 999;
}


    #error-wrapper div#noLocations
    {
        width: 300px;
        padding-bottom:5px;
        overflow:hidden;
    }

        #error-wrapper div #noLocations div.supportSent
        {
            color: #000;
        }

/* Trip Form
--------------------------------------------------*/

#main #searchForm #trip-tab {
    width: 268px;
}

#main #searchForm #trip-tab #trip-options {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 19px;
    line-height: 19px;
    padding: 5px 10px;
    width: 246px;
}

#main #searchForm #trip-tab #trip-options #trip-icon {
    float: left;
    padding-right: 10px;
    position: relative;
    top: 1px;
}

#main #searchForm #trip-tab #trip-options #trip-title {
    color: #666666;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    top: -1px;
}

#main #searchForm #trip-tab #trip-options #trip-close {
    background: url("images/close.png") no-repeat scroll 6.9pt 5.9pt #FFFFFF;
    border-left: 1px solid #CCCCCC;
    height: 29px;
    left: 234px;
    position: absolute;
    top: 1px;
    width: 32px;
}

#main #searchForm #trip-tab #trip-options #trip-list {
    display: none;
    background: url("images/list.png") no-repeat scroll 6.9pt 5.9pt #FFFFFF;
    border-left: 1px solid #CCCCCC;
    height: 29px;
    left: 234px;
    position: absolute;
    top: 1px;
    width: 32px;
}

#main #searchForm #trip-tab #trip-options #trip-list:hover {
    cursor: pointer;
}

#main #searchForm #trip-tab #trip-options #trip-close:hover {
    background: url("images/close-dark.png") no-repeat scroll 6.9pt 5.9pt #FFFFFF;
    cursor: pointer;
}

#main #searchForm #trip-tab #trip-item-list .trip-item .trip-letter {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: -moz-use-text-color -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-left: 1px solid #CCCCCC;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    color: #999999;
    float: left;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 31px;
}

#main #searchForm #trip-tab #trip-item-list .trip-item .trip-waypoint {
    border-top: 1px solid #FFFFFF;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    width: 222px;
    color: #666;
    font-size: 13px;
}

#main #searchForm #trip-tab #trip-item-list .trip-item .blur {
    color: #CCCCCC;
}

#main #searchForm #trip-tab #trip-item-list .trip-item .error {
    background: #FFEDED;
    color: #666666;
}

#main #searchForm #trip-tab #trip-item-list .trip-item .trip-item-remove {
    background: url("images/trash.png") no-repeat scroll 4.9pt 4.9pt #FFFFFF;
    height: 30px;
    margin-top: -31px;
    position: absolute;
    right: 1px;
    width: 30px;
    display: none;
}

#main #searchForm #trip-tab #trip-item-list .trip-item .trip-item-remove:hover {
    background: url("images/trash-dark.png") no-repeat scroll 4.9pt 4.9pt #FFFFFF;
    cursor: pointer;
}

#main #searchForm #trip-tab #add-trip-item {
    background: white;
    border-color: #CCCCCC;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #757575;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 31px;
}

#main #searchForm #trip-tab #add-trip-item:hover {
    color: #7A7A7A;
    cursor: pointer;
}

#main #searchForm #trip-tab #start-trip-button {
    background: none repeat scroll 0 0 #ECEDEE;
    border-color: #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 234px;
}

#main #searchForm #trip-tab #start-trip-button.expanded {
    border-left: 1px solid #CCCCCC;
    width: 266px;
}

#main #searchForm #trip-tab #start-trip-button:hover {
    cursor: pointer;
    background: #E8E8E8;
}

#main #searchForm #trip-tab #start-trip-button img {
    position: relative;
    top: 3px;
}

#main #searchForm #trip-tab #trip-results-list {
    display: none;
    margin-top: 35px;
    width: 267px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}

#main #searchForm #trip-tab #trip-results-list.loading {
    background: url("/content/images/loading.gif") no-repeat scroll center center #FFFFFF;
    display: block;
    height: 533px;
}

#main #searchForm #trip-tab #trip-results-list div {
    background: white;
    border: 1px solid #FFFFFF;
    border-top: none;
    padding: 5px 10px;
}

#main #searchForm #trip-tab #trip-results-list div .routeLegTitle {
    background: white;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
}

#rlt-0 {
    border-top: none !important;
}

#main #searchForm #trip-tab #trip-results-list div .routeLegTitle table tr td {
    padding: 2px;
}

#main #searchForm #trip-tab #trip-results-list div .routeLegTitle .leg-letter div {
    background: none repeat scroll 0 0 #3b5998;
    border: 1px solid #3b5998;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 6px;
    text-align: center;
    margin-right: 5px;
}

#main #searchForm #trip-tab #trip-results-list div .routeLegTitle .leg-content {
}

#main #searchForm #trip-tab #trip-results-list div ul {
    margin: 0;
    padding: 0;
}

#main #searchForm #trip-tab #trip-results-list div ul li {
    border-bottom: 1px solid #DDDDDD;
    list-style: none outside none;
    padding: 5px 10px;
    min-height: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

#main #searchForm #trip-tab #trip-results-list div ul li:last-child {
    border-bottom: none;
}

#main #searchForm #trip-tab #trip-results-list div ul li .route-step-summary {
    font-size: 12px;
}

#main #searchForm #trip-tab #trip-results-list div ul li .route-step-distance {
    clear: both;
    float: right;
    font-size: 11px;
    color: #AAAAAA;
}

/* General Styles
--------------------------------------------------*/


/*Chrome fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}

#main #map {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
}

#main #mapBar {
    display: block;
    width: 100%;
    height:30px;
    background-color:#eeeeee;

}

#main #mapBar #refresh{
 background-color: #0c4da1;
    color: #fff;
    cursor: pointer;
    float: left;
    padding: 7px;
    margin-left:2px;
}

    #main #mapBar p:hover
    {
        text-decoration:underline;
    }
#map-logo {
    bottom: 25px;
    position: absolute;
    right: 55px;
}

#map-logo a {
    border: none;
}

#map-logo img {
    z-index: 9999;
    border: none;
}

footer,
#footer {
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-color:#eeeeee;
    height:20px;
}

    #footer a
    {
        font-size:12px;
        font-weight:bold;
        float:right;
        color:#000;
    }

#footer ul.menu {
    background: white;
    border-radius: 5px 5px 0 0;
    height: 50px;
    margin: 0 10px;
    padding: 0;
}

#footer ul.menu li {
    border-right: 1px dashed #EEEEEE;
    display: inline-block;
    line-height: 30px;
    list-style: none outside none;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #009A3D;
}

#footer ul.menu li:hover {
    background: #EEEEEE;
    cursor: pointer;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: white;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: white;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 13px;
    color: #444;
}

#select4
{
    height:50px;
    margin-top:-10px;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

table td {
    padding: 5px;
}

table th {
    padding: 6px 5px;
    text-align: left;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

div#uuid {
    display: block;
    font-size:12px;
     clear: left;
     width:180px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.hide {
    display: none;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


/* Autocomplete
----------------------------------------------------------*/
ul.ui-autocomplete {
    background: white;
    border-color: #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-top: 3px;
}

ul.ui-autocomplete li {
    font-size: 11px;
    color: #000000;
    font-family:Arial,sans-serif !important;
}

.ui-widget-content a {
    color: #000000;
    padding: 4px 0.4em !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-bottom {
    border-radius: 0 0 0 0 !important;
}

.ui-widget-content .ui-state-focus {
    background: none repeat scroll 0 0 #EEEEEE;
    border: none;
}

.ui-menu .ui-menu-item a.ui-state-focus {
    margin: 0;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-menu .ui-menu-item {
    border-bottom: solid 1px #EEEEEE;
}

#searchMultipleResults
{
    font-size: 11px;
    margin-top:35px;
    padding:0px;
}

#searchMultipleResults ul
{
    padding:0px;
    margin:0px;
}

    #searchMultipleResults ul li
    {
         width:300px;
    }

      #searchMultipleResults ul li:hover
    {
         background-color:#eeeeee;
    }


/* Leaflet ovverides
----------------------------------------------------------*/
.leaflet-bar a {
    border: 1px solid #cccccc;
}

.leaflet-bar a, .leaflet-bar a:first-child {
    border-radius: 0 !important;
}

.leaflet-top .leaflet-control {
    opacity: 0.9 !important;
}

.leaflet-bar a, .leaflet-bar a:hover {
    color: #757575 !important;
    border-bottom: 1px solid #EEEEEE !important;
    border-bottom: 1px solid #CCCCCC !important;
    box-shadow: 0 1px 2px #777777;
}

.leaflet-bar a:last-child {
    border-top: none;
}

.leaflet-bar {
    box-shadow: none !important;
}

/* Cluster Marker Styles
----------------------------------------------------------*/
.marker-cluster {
    background: none;
    margin-left: -20px !important;
    margin-top: -20px !important;
}

.marker-cluster div {
    padding: 5px;
    margin: 0;
}

.marker-cluster div {
    background: url("images/markers/results/cluster.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.marker-cluster span {
    color: #FFFFFF;
    font-size: 11px;
    text-shadow: 1px 1px #0A6635;
}

.marker-cluster span {
    line-height: 30px;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-in;
    transition: transform 0.2s ease-out, opacity 0.2s ease-in;
}

/* Popup Styles
----------------------------------------------------------*/
.leaflet-popup-content-wrapper {
    border-radius: 0;
}

.leaflet-popup-content {
    cursor: pointer;
    margin: 10px;
    max-width: 200px;
}

.popup {
    background: url("images/arrow-right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 10px;
}

.popup .name {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.popup .address {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
    margin-top: 2px;
}

.popup {
    cursor: pointer;
    margin: 10px;
   /* max-width: 200px;*/
    padding-right: 20px;
    font-size: 12px;
    max-height: 195px;
    overflow: auto;
    color: #000;
    background-color:#fff;
}


.H_ib_close
{
    display: none;
}

.H_ib_body 
{
    padding: 0px;
    background-color:#fff;

}

.H_ib_tail svg path{
    fill:#fff;
    stroke:#fff;

}

.H_ib
{
    margin-top: -50px;
    background-color:#fff;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

#colorbox {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

#pagination {
    text-align: center;
    font-size: 12px;
}

.current-page {
    color: #000000;
    font-weight: bold;
}
.total-pages {
    font-weight: bold;
    color: #000000;
}

#detail-distance {
    font-size: 11px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
}
#detail-distance span {
    font-weight: normal;
    color: #666;
}

/* Responsive Styles
----------------------------------------------------------*/

/* Large desktop x2 */
@media (min-width: 1400px) {
}

/* Large desktop */
@media (min-width: 1200px) and (max-width: 1399px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Landscape phones and down 
@media (max-width: 480px), (max-width: 767px) {
    #initial-load {
        display: block;
    }

    #main #searchForm {
        top: 5px;
        margin-left: 5px;
    }

    #main #searchForm #search-results .search-filters-list {
        left: 5px;
        padding: 5px;
        top: 52px;
        width: 277px;
    }

    #main #searchForm #search {
        padding: 8px 25px 8px 5px;
    }

    #main #searchForm .searchBtn {
        padding: 6px 12px 6px 12px;
    }

    #main #searchForm #clearBtn {
        height: 25px;
        margin-left: 26px;
        top: 12px;
        width: 25px;
    }

    #main #searchForm #clearBtn.withlistbutton {
        margin-left: -11px;
    }

    #main #searchForm .listBtn {
        line-height: 41px;
    }

    #main #searchForm .directionsBtn {
        line-height: 41px;
    }

    #main #searchForm #search-results {
        margin-top: 64px;
    }

    #main #searchForm #search-results {
        width: 287px;
    }

    #main #searchForm #search-results #search-results-list ul li {
        padding: 5px;
    }

    #main #searchForm .directionsBtn {
        padding: 0 12px;
    }

    #main #searchForm .listBtn {
        padding: 0 12px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    #main #searchForm {
        width: 100%;
        margin-left: 0;
    }

    #main #searchForm #search-form {
        box-shadow: none;
    }

    .mobile table {
        width: 100%;
    }

    .mobile table tr {
    }

    .mobile table tr td {
        padding: 0;
        width: 25%;
    }

    .mobile table tr.top td div {
        width: 25%;
    }

    .mobile table tr.top td div, .mobile table tr.top td input {
        border: none !important;
    }

    #main #searchForm .directionsBtn, #main #searchForm .listBtn {
        float: right;
    }

    #main #searchForm {
        top: 0;
    }

    ul.ui-autocomplete {
        left: 0 !important;
        border-top: 1px solid #CCC;
    }

    ul.ui-autocomplete li {
        padding: 5px 10px !important;
    }

    .search-filters-list {
        border-top: 1px solid #CCCCCC !important;
        left: 0;
        position: relative;
    }

    .search-filters-list, .search-filters-list div {
        border: medium none;
    }

    .search-filters-list {
        box-shadow: none;
        width: auto !important;
        left: 0;
        top: auto;
        width: 100% !important;
    }

    .search-filters-list #filter-toggle, .filter-toggle {
        left: 0;
        margin-top: 3px;
        right: 15px;
        text-align: right;
        width: auto !important;
        z-index: 999;
    }

    .primary-filter img {
        left: 5px;
        position: relative;
        top: 2px;
    }

    .primary-filter span {
        margin-left: 23px;
    }

  
    .leaflet-control-zoom {
        display: none;
    }

    #map-logo {
        right: 5px;
    }

    #map-logo img {
        height: 35px;
    }

    #main #searchForm .directionsBtn img {
        left: -3px;
    }

    .mobile table tr.top {
    }

    .mobile table tr.bottom {
        border-bottom: 1px solid #CCC;
    }

    #primary-filter, .primary-filter {
        padding: 10px !important;
        background: #EEEEEE;
    }



    #search-results {
        display: none;
    }

    #main #searchForm #search-results {
        margin-top: 49px;
        width: 100%;
        border: none;
    }

    #main #searchForm #search-results.filter-showing {
        margin-top: 253px;
    }

    #main #searchForm #search-results {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    }

    #main #searchForm #trip-tab #trip-results-list {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    }

    #main #searchForm .searchBtn,
    #main #searchForm .listBtn,
    #main #searchForm .directionsBtn {
        background: none;
    }

    #left {
        width: 10%;
        background: none repeat scroll 0 0 #f7d118;
        border-right: 1px solid #d8b115;
    }

    #left2 {
        width: 60%;
    }

    #right {
        width: 10%;
    }

    #right.showing, #right2.showing {
        background: none repeat scroll 0 0 #eeeeee;
        border-left: 1px solid #ccc;
    }

    #right2 {
        width: 10%;
    }

    #closeBtn {
        right: 13px !important;
    }

    #main #searchForm #search-results #search-results-list ul li .content .address .distance {
        right: 10px !important;
    }

    .mobile table tr.top {
        background: #FFFFFF;
    }

    .search-filters-list {
        background: none !important;
    }

    .mobile table tr.bottom {
        background: #FFFFFF;
    }

    #main #searchForm #search-results, #main #searchForm #trip-tab #trip-results-list {
        overflow: auto !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

    #main #searchForm #trip-tab #trip-options {
        padding: 10px !important;
    }

    #main #searchForm #trip-tab #trip-options #trip-close {
        height: 39px;
        width: 38px;
        background: url("images/close.png") no-repeat scroll 10.9pt 9.9pt #ffffff;
    }

    #main #searchForm #trip-tab #trip-options #trip-close:hover {
        background: url("images/close-dark.png") no-repeat scroll 10.9pt 9.9pt #ffffff;
    }

    #main #searchForm #trip-tab #trip-item-list .trip-item .trip-waypoint {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #main #searchForm #trip-tab #trip-item-list .trip-item .trip-letter,
    #main #searchForm #trip-tab #add-trip-item,
    #main #searchForm #trip-tab #start-trip-button {
        height: 36px;
        line-height: 36px;
    }

    #main #searchForm .listBtn img {
        left: -4px;
    }

    #main #searchForm #trip-tab #trip-options #trip-list {
        background: url("images/map.png") no-repeat scroll 8.9pt 8.9pt #ffffff;
        display: block;
        height: 39px;
        width: 41px;
    }

    #main #searchForm #trip-tab #trip-options {
        background: none repeat scroll 0 0 #e1e1e1;
    }

    #main #searchForm #trip-tab #trip-options #trip-list {
        background: url("images/map.png") no-repeat scroll 9.9pt 9.0pt #eeeeee;
    }

    #main #searchForm #trip-tab #trip-options #trip-close {
        background: url("images/close.png") no-repeat scroll 10.9pt 9.9pt #eeeeee !important;
    }

    #main #searchForm #trip-tab #trip-options #trip-close:hover {
        background: url("images/close-dark.png") no-repeat scroll 10.9pt 9.9pt #eeeeee !important;
    }

    .filter-list-content {
        padding: 5px 10px;
        overflow: auto !important;  
        overflow-y: scroll !important;  
        -webkit-overflow-scrolling: touch !important;
        background: #ffffff;
    }

    .filter-item2-divider {
        background: none repeat scroll 0 0 #eee;
        margin-left: -10px;
        margin-right: -10px;
        padding: 7px 10px;
        font-size: 12px;
        font-weight: bold;
    }

    #main #searchForm #search-results .search-filters-list .secondary img,
    .search-filters-list .secondary img {
        margin-left: 12px;
    }

    .filter-type ul li {
        padding: 5px 0;
    }

    #main #searchForm #search-results .search-filters-list .filter-item, 
    .filter-item, .filter-item2 {
        padding: 10px 0;
    }

    .filter-type ul li:last-child {
        padding-right: 5px;
    }

    .filter-type ul {
        margin: 10px 5px 5px;
    }
    */

}
