﻿.wholesaler-locator-header-text {
    font-size: 18px;
    font-weight: bold;
}

.wholesaler-locator-gray-label {
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #A5A5A5;
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
}

.geolocation-icon {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 20px;
}

.find-form {
    margin: 0;
}

.find-form .fa-search {
    color: #A5A5A5;
    font-size: 1.5em;
    position: absolute;
    right: -10px;
    top: 12px;
}

.find-form input[type=number] {
    margin-top: 7px;
}

input[type=number] {
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.results-map-row {
    background-color: #EAE8E9;
    margin: 0;
}

.results-container {
    border: 1px solid #D5D3D4;
    height: 300px;
    margin: 10px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.results-map-container {
    background-color: white;
    box-shadow: #D5D3D4 1px 1px;
    margin: 20px auto;
    width: 90%;
}

.map-container {
    height: 300px;
    margin: 10px 0;
}

#map {
    height: 300px;
    width: 100%;
}



.state-header {
    height: 50px;
    background-color: #EAE8E9;
    margin: 0;
}

.state-footer {
    height: 30px;
    background-color: #EAE8E9;
    margin: 0;
}

.state-list {
    background-color: #EAE8E9;
    margin: 0;
}

.state-tile {
    background-color: #A5A5A5;
    color: white;
    font-weight: bold;
    font-size: 1em;
    height: 30px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
}

.state-tile.active, .state-tile:hover {
    background-color: #740202;
    color: white;
}

.state-tile .state-tile-inner {
    height: 30px;
    margin: auto;
    text-align: center;
    padding-top: 5px;
}

.wholesaler-tile div {
    cursor: pointer;
    padding-bottom: 10px;
    border: 1px solid transparent;
}

.wholesaler-tile.active div,
.wholesaler-tile:hover div {
    background-color: lightgray;
}

.wholesaler-tile:hover div {
    border: 1px solid #74B6E6;
}

.wholesaler-tile .pin {
    height: 16px;
    width: 16px;
    margin-top: 10px;
}

.wholesaler-tile-link {
    color: #BC1115;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.wholesaler-tile-link:hover, .wholesaler-tile-link:active {
    text-decoration: underline;
}

.wholesaler-phone-link {
    color: #337ab7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.wholesaler-phone-link:hover, .wholesaler-phone-link:active {
    text-decoration: underline;
    color: #23527c;
}

    
.wholesaler-tile-name {
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
    
.wholesaler-tile-address {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
    padding: 0;
}

.full-width  {
    width: 100%;
}


@media screen and (max-width:970px) {
    .state-wide {
        display:none;
    }

    .state-narrow {
        display:block;
    }
}

@media screen and (min-width:970px) {
    .state-wide {
        display:block;
    }

    .state-narrow {
        display:none;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important;
    }  
    .geolocation-icon {
        top: 6px;
    }
}
