﻿.store .photo {
    height: 70px;
}
.smith-map {
  margin-top: 1em;
}
.smith-map img {
    max-width: none;
}
.smith-map > div {
    height: 450px;
}
.smith-map .storelocator-panel {
    float: left;
    width: 300px;
    margin-right: 1em;
}
@media only screen and (max-width: 600px) {
    /* rules that only apply for canvases narrower than 600px */
    div.scux-map:last-child {
        clear: both;
    }
}
/* Manage Retailers */
.scMarginLeft {
    width: 300px;
    margin-left: 150px;
}
.SmithTitle {
    font-weight: 700;
    text-decoration: underline;
}
.GridHeader {
    background-color: #ddd;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
}
.GridCells {
    padding: 5px 10px;
    text-align: left;
}
.GridCellsCenter {
    padding: 5px 5px;
    text-align: center;
}
.GridCellsRight {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #000000;
    text-align: right;
}
/* Admin Grid 2 - Add Left Margin */
.scAdminGrid2 {
    width: 100%;
    background-color: #fff;
    margin: 0px 0 10px 0;
    border: solid 1px #c1c1c1;
    border-collapse: collapse;
}
.scAdminGrid2 td {
    padding: 5px;
    padding-left: 10px;
}
.scAdminGrid2 th {
    padding: 5px;
    color: #000000;
    padding-left: 10px;
    background: #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
}
.scAdminGrid2 .alt {
    background: #fcfcfc;
}
.scAdminGrid2 tr:hover {
    background-color: #FFFFCC;
    color: #000;
}
.scAdminGrid2 tr {
    border-bottom: solid 1px #c1c1c1;
    color: #000;
}
.scRadioButtons label {
    margin-right: 20px;
}
/* Mobile Responsive - Panels */
#control {
    display: inline-block;
    width: 100%;
}
.control-tab-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.control-tab {
    display: table-cell;
    float: none;
    height: 36px;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #383838;
}
.control-tab:hover {
    color: #ffffff;
    background-color: #292929;
    text-decoration: none;
}
.control-tab:visited, .control-tab:focus {
    color: #ffffff;
}
#panel, #map-canvas {
    height: 500px;
}
#panel {
    display: block;
    width: 100%;
}
#map-canvas {
    display: block;
}
@media (min-width: 768px) {
    #control {
        display: none;
    }
    #panel {
        width: 30%;
        float: left;
        margin: 0px 5px 0px 5px;
    }
    #map-canvas {
        max-width: 70%;
        margin: 0px 5px 0px 5px;
    }
}
/* Mobile Responsive - Tabs */
.control-tab.active {
    cursor: default !important;
    pointer-events: none !important;
    background-color: #292929 !important;
}
.storelocator-tab {
    display: none !important;
}
.storelocator-tab.active {
    display: block !important;
}
@media (min-width: 768px) {
    .storelocator-tab {
        display: block !important;
    }
}
/* Mobile Responsive - Other */
#panel .feature-filter label {
    /*width: 130px;*/
}
p.attribution, p.attribution a {
    color: #666;
}
.store .hours {
    color: grey;
}