@CHARSET "UTF-8";

#result table {
    border-collapse: collapse;
    border: 1px solid #999;
    width: 100%;
}

#result table th, #result table td {
    border: 1px solid #999;
    padding: 2px 4px;
}

#toggle-product-view {
    cursor: pointer;
}

.toggle-current-product-view {
    cursor: pointer;
}

.toggle-current-product-view:hover {
    text-decoration: none;
}

.fat {
    color: #157ABA;
    font-size: 30px;
}

.with-margin {
    margin-left: 30px;
    position: relative;
    bottom: 8px;
}

.gm-style-mtc {
    display: none;
}

.cities-regions {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: grey;
}

#top_searched_cities_regions {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Roboto', Sans-Serif;
}

.roboto_font {
    font-family: 'Roboto', sans-serif;
    line-height: inherit;
}

.lower_title {
    color: #0e90d2;
}

#zoom_on_location {
    position: absolute;
    z-index: 100;
    right: 3.5%;
    height: 20px;
    top: 15%;
}

.single-result {
    color: #1578b7;
    font-weight: 600;
}

.width-100-pct {
    width: 100%;
}

.width-90-pct {
    width: 90%;
}

.no-padding {
    padding: 0 !important;
}

.no-maring {
    margin: 0 !important;
}

.height-30px {
    height: 30px !important;
}

.margin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.left-40-pct {
    left: 40%;
}

.no-margin {
    margin: 0;
}
.max-height-20vh {
    max-height: 20vh;
}
.min-height-20vh {
    min-height: 20vh !important;
}

.height-5vh {
    height: 5vh !important;
}

.height-15vh {
    height: 15vh !important;
}

.height-18vh {
    height: 18vh !important;
}

.height-20vh {
    height: 20vh !important;
}

.height-25vh {
    height: 25vh !important;
}

.height-30vh {
    height: 30vh !important;
}

.vertical-align {
    display: table-cell;
    vertical-align: middle;
}

.vertical-align-picture {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

#distributor_info {
    white-space: nowrap;
    padding-right: 2.5em;
}

#top_icons {
    margin-right: 3em;
}

.cursor-pointer {
    cursor: POINTER;
}

#invoice_settings_text{
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.subtitle{
    margin-bottom: 2vh;
}

#current_invoice_mode_banner{
    margin-top: 4vh;
    padding: 2vh 1vh;
    border-radius: 0;
    background-color: rgb(228, 228, 228);
    display:flex;
}

#current_mode_invoice{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#button_container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#invoice_sent_by{
    display: flex;
    align-items: center;
}

#white_text
{
    color: white !important;
}

#contact_us{
    width: 100%;
}

#edit-modify-link,#edit-modify-recipient{
    background:none!important;
    color:#157ABA;
    border:none;
    padding:0!important;
    font: inherit;
    /*border is optional*/
    border-bottom:1px solid #444;
    cursor: pointer;
}

#changing_invoice_preferences{
    margin-bottom: 2vh;
}

.display_link{
    float: none !important;
}

.flex-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .responsive-align {
        position: relative !important;
    }

    #contact_us{
        max-width: 100%;
        width: 90%;
    }
}

.align-loader {
    width: 10vh !important;
    height: 10vh !important;
    position: absolute !important;
    left: 85% !important;
    bottom: 20%;
}

.inner-vertical-align{
    display: inline-block;
}


.page-distributors > .ui-autocomplete {
    max-height: 30vh !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.block-distributors-info {
    display: table-cell;
    vertical-align: middle;
}

.centered {
    display: inline-block;
    vertical-align: middle;
}

.al-distributor-title {
    color: #1578b7 !important;
    font-weight: bold !important;
}

.align-left {
    text-align: left !important;
}

.distrib-result-divider {
    width: 30vw;
}

.color-grey {
    color: grey;
}

.float-right {
    float: right;
}

.align-caret-right{
    position: absolute;
    left: 90%;
    top: 45%;
}

.color-black {
    color: black;
}


@media screen and (max-width: 1000px) {
    #button_distributor_by_region, #button_distributor_by_product{
        width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {
    #browse-city-region{
        margin-top: 8%;
    }
}

.margin-bottom-25px {
    margin-bottom: 25px;
}

.pac-item-distributor {
   text-transform: uppercase;
}

.mobile-banner {
    width: 100%;
    height: 72px;
    left: 0;
    background-color: #f3f3f3 !important;
    overflow: hidden;
    visibility: visible;
    display: block;
    z-index: 500 !important;
    position: relative;
}

.mobile-app-image {
    width: 55px;
    padding-top: 9px;
}

.mobile-descripton {
    color: #9f9f9f;
}

.app-text {
    padding-top: 14px;
    padding-left: 15px;
}

.close-popup-button {
    padding-top: 25px;
    text-align: center;
}
.close-popup-button .close{
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #7a7a7a;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    float: none;
}

.download-btn {
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 17px;
    margin-left: -8px;
    border-radius: 6px !important;
    background-color: #375F9B !important;
    font-weight: bold !important;
}

#top_icons{
    margin-right : 0;
    padding: 10px 0;
}
#top_icons h3{padding: 0px 15px;}
#top_icons ul{
    padding-left: 0;
    list-style-type: none;
    line-height: 22px;
    margin-bottom: 0;
}
#top_icons ul li .glyphicon {padding-right: 5px;top: 5px;    float: left;}
#top_icons ul li ,#top_icons ul ,#top_icons ul li a{     white-space: normal;}
#op_hours{
    line-height: 21px;
    padding-right: 10px !important;
}

.favorite-disabled {
    box-shadow: none;
    opacity: .65;
}