/**
 * Please do not edit or add any code in this file without the permission of Saravana Technology Solutions
 *
 * @author    Saravana Technology Solutions
 * @copyright Saravana Technology Solutions
 * @license   http://www.pibblu.in/terms-and-conditions
 * Prestashop version 1.6+
 * trackbluedart 1.0.2
 * June 2017
 */

#footer #trackbluedart_footer_left {
  border-left: 1px solid #515151;
  overflow: hidden;
  float: left;
  padding: 13px 15px 7px 15px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #footer #trackbluedart_footer_left {
      width: 100%; } }
  #footer #trackbluedart_footer_left h4 {
    background: none;
    float: left;
    padding: 7px 16px 5px 0;
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
    border: none; }
    #footer #trackbluedart_footer_left h4:after {
      display: none; }
  #footer #trackbluedart_footer_left .block_content {
    float: left;
    overflow: hidden; }
  #footer #trackbluedart_footer_left .form-group {
    margin-bottom: 0; }
    #footer #trackbluedart_footer_left .form-group .form-control {
      height: 45px;
      max-width: 267px;
      background: #3c3c3c;
      border: 1px solid #515151;
      color: #fff;
      padding: 10px 43px 10px 12px;
      display: inline-block;
      float: left; }
      #footer #trackbluedart_footer_left .form-group .form-control:focus {
        -moz-box-shadow: black 0px 0px 0px;
        -webkit-box-shadow: black 0px 0px 0px;
        box-shadow: black 0px 0px 0px; }
    #footer #trackbluedart_footer_left .form-group .button-small {
      margin-left: -43px;
      border: none;
      background: none;
      text-align: center;
      color: #908f8f;
      padding: 8px; }
      #footer #trackbluedart_footer_left .form-group .button-small:before {
        content: "\f138";
        font-family: "FontAwesome";
        font-size: 28px;
        line-height: 28px; }
      #footer #trackbluedart_footer_left .form-group .button-small:hover {
        color: #fff !important; }
      #footer #trackbluedart_footer_left .form-group .button-small span {
        display: none; }
  #footer #trackbluedart_footer_left .trackbluedart-input {
    max-width: 300px !important; }

#trackbluedart_details {
  overflow: hidden;
  float: left;
  padding: 13px 15px 7px 15px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #trackbluedart_details {
      width: 100%; } }
  #trackbluedart_details h4 {
    background: none;
    float: left;
    padding: 7px 16px 5px 0;
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
    border: none; }
    #trackbluedart_details h4:after {
      display: none; }
  #trackbluedart_details .block_content {
    float: left;
    overflow: hidden; }
  #trackbluedart_details .form-group {
    margin-bottom: 0; }
    #trackbluedart_details .form-group .form-control {
      height: 45px;
      max-width: 267px;
      background: #3c3c3c;
      border: 1px solid #515151;
      color: #fff;
      padding: 10px 43px 10px 12px;
      display: inline-block;
      float: left; }
      #trackbluedart_details .form-group .form-control:focus {
        -moz-box-shadow: black 0px 0px 0px;
        -webkit-box-shadow: black 0px 0px 0px;
        box-shadow: black 0px 0px 0px; }
    #trackbluedart_details .form-group .button-small {
      margin-left: -43px;
      border: none;
      background: none;
      text-align: center;
      color: #908f8f;
      padding: 8px; }
      #trackbluedart_details .form-group .button-small:before {
        content: "\f138";
        font-family: "FontAwesome";
        font-size: 28px;
        line-height: 28px; }
      #trackbluedart_details .form-group .button-small:hover {
        color: #fff !important; }
      #trackbluedart_details .form-group .button-small span {
        display: none; }
  #trackbluedart_details .trackbluedart-input {
    max-width: 300px !important; }

#blockTrackBlueDart .timeline {
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse;
}

#blockTrackBlueDart .timeline:before {
    content: "";
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 30px;
    background-color: #ddd;
    z-index: 0;
    margin-left: -4px;
    left: 50%;
}

#blockTrackBlueDart .timeline .timeline-item {
    display: table-row;
}

#blockTrackBlueDart .timeline .timeline-item:before, .bootstrap .timeline .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

#blockTrackBlueDart .timeline .timeline-item .timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}


#blockTrackBlueDart  .panel .panel,#blockTrackBlueDart  .timeline .timeline-item .timeline-caption .timeline-panel .panel, #blockTrackBlueDart .panel .timeline .timeline-item .timeline-caption .timeline-panel, #blockTrackBlueDart  .timeline .timeline-item .timeline-caption .panel .timeline-panel, #blockTrackBlueDart  .timeline .timeline-item .timeline-caption .timeline-panel .timeline-panel {
    border: solid 1px #ddd;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
    box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
}
#blockTrackBlueDart .panel, #blockTrackBlueDart .timeline .timeline-item .timeline-caption .timeline-panel {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
    box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
}


#blockTrackBlueDart .timeline .timeline-item .timeline-caption .timeline-panel {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: 42px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

#blockTrackBlueDart .timeline .timeline-item .timeline-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    top: -2px;
    text-align: center;
    border: 2px solid #fff;
    background-color: #666;
    left: -62px;
}

#blockTrackBlueDart .timeline .timeline-item .timeline-date {
    position: absolute;
    width: 150px;
    top: 10px;
    text-align: right;
    left: -220px;
}