/***********************************************************
					Stores Page Styles
************************************************************/
#stores .store_map {
  width: 100%;
  min-height: 545px!important;
  margin-bottom: 0; }
#stores input#addressInput {
  display: inline-block;
  width: 100%;
  /*width: 269px;*/ }
#stores .address-input {
  float: left;
  margin-right: 19px; }
  @media (max-width: 767px) {
    #stores .address-input {
      width: 100%;
      margin: 0 0 20px 0; } }
  #stores .address-input label {
    margin-right: 5px; }
#stores .radius-input {
  float: left;
  line-height: 23px;
  margin-right: 20px; }
  #stores .radius-input label,
  #stores .radius-input .selector {
    float: left; }
  #stores .radius-input label {
    margin-right: 10px; }
  #stores .radius-input #radiusSelect {
    width: 78px; }
#stores .store-content {
  padding-bottom: 30px; }
#stores .store-content-select .selector {
  visibility: hidden;
  display: none; }
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d6d4d4; }
  #stores .store-content-select.active .selector {
    visibility: visible;
    display: block; }
#stores .store-title {
  margin-bottom: 16px; }
#stores label {
  font-weight: normal;
  color: #777; }
#stores #stores_loader {
  display: none;
  margin-left: 5px; }
#stores #locationSelect {
  max-width: 356px;
  visibility: hidden; }
#stores #stores-table {
  display: none; }
  #stores #stores-table tbody td {
    padding: 20px; }
    #stores #stores-table tbody td.num {
      background: #fbfbfb;
      width: 46px; }
    #stores #stores-table tbody td.name span {
      padding-left: 15px; }
    @media (max-width: 767px) {
      #stores #stores-table tbody td.name img {
        display: none; } }

.store-image img {
  width: 100%;
  min-width: 100px; }

/*# sourceMappingURL=stores.css.map */
/*~~~~~~~~~ PS 1.7 Stylings ~~~~~~~~~*/
#fmeStorePage { width: 100%; padding-bottom: 10px}
#fmeStorePage p { display: inline-block;vertical-align: middle; margin-right: 3%}
#fmeStorePage p label,
#fmeStorePage p select {display: inline-block; vertical-align: middle; width: auto}
.clear_me { width: 100%; clear: both;}
#fmeStorePage p label { padding-right: 3px}

#fmeStorePage p.clearfix { margin-right: 0px; text-align: right; width: 100%}

#fmeStorePage p .form-control { display: inline-block; width:auto}

/*------- New Split Theme Styles --------*/
#fmmsl_split_list { width: 100%; max-height: 505px;}
#fmmsl_split_list ul { padding: 0; margin: 0;}
#fmmsl_split_list ul li { list-style: none; padding: 10px; margin: 0 0 10px 0; display: block; clear: both; color: #555555;
  border: 1px solid #dedede;
  cursor: pointer;
}

#fmmsl_split_list ul li:hover {
  box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
}
#fmmsl_split_list ul li a { display: block; clear: both; font-weight: bold; color: #0687ea;}
#fmmsl_split_list ul p { margin: 0; padding: 5px 0}
.fmmsl_storeview { display: inline-block !important; font-size: 12px;}

#map table td {
  border-color: #e0e0e0;
  padding: 3px 5px;
  font-size: 11px;
}

#map table tr td:nth-child(2) {
   text-align: center;
}

@media (min-width: 200px) and (max-width: 500px) {
#stores #stores-table tbody td { padding: 3px}
}
@media (min-width: 200px) and (max-width: 410px) {
#stores #stores-table { font-size: 11px}
#stores #stores-table tbody td { width: auto !important; vertical-align: middle}
#stores #stores-table tbody tr td:first-child, #stores #stores-table tbody tr td:last-child { text-align: center}
#stores #stores-table th { padding: 3px !important;}
}