/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
#clickandcollect_carrierlist {
  float: left;
  width: 100%; }

.cac-title {
  padding: 0; }

.cac-title-left {
  float: left;
  padding: 0; }
  .cac-title-left span:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #ed7200;
    margin-right: 10px; }
  .cac-title-left span + span {
    font-weight: bold;
    font-size: 12px; }
    .cac-title-left span + span + span {
      color: #007ab8;
      font-size: 14px; }

.cac-title-right {
  float: right;
  padding: 0; }
  .cac-title-right span {
    font-size: 18px;
    font-weight: bold;
    color: #ed7200; }

.cac-line {
  padding: 20px 0 20px 0; }

.cac-photo-store {
  float: left;
  width: 208px;
  margin-right: 30px; }

.cac-desc-store {
  float: left;
  width: 376px;
  margin-top: 10px; }
  .cac-desc-store span {
    display: block;
    font-size: 14px;
    margin-bottom: 20px; }
    .cac-desc-store span:first-child {
      color: #007ab8;
      font-weight: bold; }

.cac-btn {
  float: right;
  margin-top: 40px; }

.cac-content-popup {
  padding: 30px 40px 20px 40px;
  overflow-y: scroll; }

.cac-store-head {
  background: #eee;
  height: 23px;
  line-height: 23px; }
  .cac-store-head p {
    float: left;
    padding: 0 5px;
    color: #343434;
    font-size: 11px;
    font-weight: bold; }
    .cac-store-head p + p {
      float: right; }

.cac-stores-list {
  max-height: 250px;
  overflow: auto; }
  .cac-stores-list .radio {
    margin-right: 7px; }
    .cac-stores-list .radio span {
      top: 1px; }

.cac-stores table {
  width: 100%; }
  .cac-stores table tbody tr td {
    height: 30px;
    border-top: 1px solid #cdcdcd;
    padding-left: 0;
    padding-right: 5px;
    color: #232323;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px; }
    .cac-stores table tbody tr td + td {
      text-align: right; }
    .cac-stores table tbody tr td input[type="radio"] {
      float: left;
      margin: 0 5px; }
    .cac-stores table tbody tr td:first-child {
      text-align: left; }
  .cac-stores table tbody tr:first-child td {
    border: 0; }

.cac-detail-store {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0; }

.cac-left {
  float: left;
  width: 570px;
  border-right: 1px solid #dcd9d9; }

.cac-photo-mag {
  float: left;
  width: 208px;
  margin-right: 27px; }

.cac-infos-mag {
  float: left;
  width: 187px;
  font-size: 12px;
  font-weight: bold; }

.cac-coordonnees-mag {
  color: #007ab8; }

.cac-numeros-mag {
  padding-top: 20px; }
  .cac-numeros-mag p {
    padding-bottom: 5px; }

.cac-horaires-mag {
  float: left;
  width: 135px;
  font-size: 11px;
  color: #3a3a3a; }
  .cac-horaires-mag p {
    font-style: italic;
    padding-bottom: 10px; }
  .cac-horaires-mag ul {
    list-style-type: none; }
    .cac-horaires-mag ul span {
      margin-right: 4px;
      font-weight: bold; }

.cac-note-mag {
  clear: both;
  font-weight: bold;
  color: #ed3f35;
  font-size: 12px;
  margin: 0 20px 0 235px; }

.cac-right {
  float: right;
  width: 290px; }
  .cac-right table {
    width: 100%; }
    .cac-right table thead td {
      background: #dcd9d9;
      height: 30px;
      padding: 0 10px 0 10px;
      font-size: 11px;
      color: #343434;
      font-weight: bold; }
      .cac-right table thead td + td {
        text-align: right; }
    .cac-right table tbody td {
      height: 28px;
      border-bottom: 1px solid #ddd;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase; }
      .cac-right table tbody td + td {
        text-align: right; }
      .cac-right table tbody td input[type="radio"] {
        float: left;
        margin-right: 5px;
        margin-top: 0; }

.cac-all-stores {
  padding-top: 20px;
  text-align: center; }

.dispo-red {
  color: #d81313; }

.dispo-blue {
  color: #007ab8; }

.dispo-green {
  color: #009368; }

.dispo-orange {
  color: #FF8C00; }

#carrier_area .box {
  border: none; }
