@media (max-width: 767px) {
  .boxicon {
    width: 25%;
  }

  /*.boxicon:nth-of-type(4) {
      margin-left:16%;
  }*/
  .boxicon:nth-of-type(-n+3) {
    margin-bottom: 0;
  }

  #tab_spec {
    margin: -20px -25px;
  }

  .table > tbody > tr > td, .table > tbody > tr > th {
    padding-left: 5px;
    padding-right: 5px;
  }

  .post-ad-form {
    padding-left: 10px;
    padding-right: 5px;
  }

  .panel-body {
    margin-top: 0;
  }
}
.divCarHistoryReport {
  border-radius: 10px;
  padding: 10px;
  border: none;
  background: #afaaaa;
  margin: 20px 0px 10px;
  /* display: none; */
}

.divCarHistoryReport .divFindVIN {
  text-align: left;
  padding-left: 0;
}

.divCarHistoryReport .divViewSample {
  text-align: right;
  padding-right: 1px;
}

.divCarHistoryReport label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
  max-width: 100%;
  font-size: 16px;
  color: #18293b;
}

.divCarHistoryReport .form-control {
  text-transform: uppercase;
  background-image: none;
  border: 1px solid #eceff2;
  border-radius: 0;
  color: #656565;
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  font-size: 16px;
}

@media (max-width: 725px) {
  .divCarHistoryReport .divFindVIN {
    text-align: left;
    padding-left: 0;
  }

  .divCarHistoryReport .divViewSample {
    text-align: left;
    padding-left: 0;
  }
}
.cb {
  font-family: sans-serif;
  padding: 10px 10px 10px 20px;
  color: #555;
  transition: height 4s;
}

.cb > li {
  position: relative;
  padding-top: 20px;
}

.cb > li:first-child {
  padding-top: 0;
}

.cb > li .cb-remove {
  display: none;
  text-align: right;
  position: absolute;
  right: -10px;
  top: 15px;
}

.cb > li:first-child .cb-remove {
  top: 0;
}

.cb > li:hover .cb-remove {
  display: block;
}

.cb > li .cb-remove:hover {
  display: block;
  color: red;
}

.cb > li .cb-edit {
  display: none;
  text-align: right;
  position: absolute;
  right: -10px;
  top: 15px;
}

.cb > li:first-child .cb-edit {
  top: 0;
}

.cb > li:hover .cb-edit {
  display: block;
}

.cb > li .cb-edit:hover {
  display: block;
  color: #1a79ea;
}

.cb > li.cb-total {
  font-weight: 600;
}

.cb .cb-name {
  position: absolute;
  left: 0;
}

.cb .cb-amount {
  text-align: right;
  margin-right: 80px;
  position: relative;
  right: 0;
  border-bottom: 1px solid #ccc;
}

.cb > li.cb-total .cb-amount {
  border-bottom: double;
  color: #E39802;
  font-weight: 600;
  font-size: larger;
}

#btn-paypal {
  max-width: 200px;
  float: right;
  margin: 10px 20px 0;
}

@media (max-width: 992px) {
  .cb {
    padding: 20px 10px 40px 10px;
  }
  .cb .cb-amount {
    margin-right: 0;
  }
  .cb > li:hover .cb-edit {
    display: none;
  }
  .cb > li:hover .cb-remove {
    display: none;
  }

  #btn-paypal.pull-right {
    float: none !important;
  }

  .btn-back.pull-left {
    float: none !important;
    margin: 0 auto;
    display: table;
  }
}
