.quick-services.ibp {
  padding: 60px;
}

.ibp-page .ibp-header {
  color: #575656;
  font: 19px/25px "pf_beausans_prosemibold", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 40px 0 20px 0;
}

.ibp-page .ibp-header .table-toogler {
  font-size: 14px;
  letter-spacing: 1.4px;
}
.ibp-page .ibp-header .table-toogler:hover {
  cursor: pointer;
}

// .ibp-page h3:hover {
//     text-decoration: underline;
//     cursor: pointer;
// }

.ibp-table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.ibp-table .row:hover {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
}


.ibp-table .row:hover .cell {
    background: #f8f7f7;
}

.ibp-table .row:hover .table-button {
    background: #28a1d8;
    border-bottom: 2px solid #0884b0;
    text-decoration: none;
    color: #fff;
}

.ibp-table.hidden {display: none}

.ibp-table .cell-1 {
  width: 20%;
}
.ibp-table.apc .cell-1 {
  width: 10%;
}
.ibp-table .cell-2 {
  width: 20%;
}
.ibp-table .cell-3 {
  width: 20%;
}
.ibp-table .cell-4 {
  width: 20%;
}
.ibp-table.apc .cell-3 {
  width: 15%;
}
.ibp-table.apc .cell-4 {
  width: 15%;
}
.ibp-table .cell-5 {
  width: 10%;
}
.ibp-table .cell-6 {
  width: 10%;
}
.ibp-table .cell-7 {
  width: 10%;
}
.ibp-table .cell {
  box-sizing: border-box;
  border: 1px solid #ededed;
  padding: 19px 17px;
  font-size: 15px;
  line-height: 20px;
  color: #575656;
  letter-spacing: 1px;
  vertical-align: middle;
}
.ibp-table .row-head .cell {
  color: #fff;
  background: #28a1d8;
  font: 17px 'pf_beausans_prolight', Arial, Helvetica, sans-serif;
  text-align: left;
  letter-spacing: 1px;
}
.ibp-table .row.hover {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
}
.ibp-table .row.hover .cell {
  background: #f8f7f7;
}
.ibp-table .row.hover .table-button {
  background: #28a1d8;
  border-bottom: 2px solid #0884b0;
  text-decoration: none;
  color: #fff;
}
.ibp-table a {
  padding: 0 15px 0 0;
}
.ibp-table .expand-link:hover {
  text-decoration: none;
}
.ibp-table a em {
  /*display: inline-block;*/
  color: #575757;
  font-style: normal;
  border-bottom: 1px dashed #575757;
}
.ibp-table a span {
  color: #878787;
}
.ibp-table .row.hover .expand-link {
  background: url(../images/bg-blue-arrow-down.png) no-repeat 100% 8px;
}
.ibp-table a:hover em {
  text-decoration: none;
  border: 0;
  padding-bottom: 1px;
}
// .ibp-table .table-price {
//   float: left;
// }
.ibp-table .table-price .new-price,
.ibp-table .table-price .price {
  display: block;
  font-weight: bold;

}
.ibp-table .table-price .price {
  line-height: 40px;
}
.ibp-table .table-price .old-price {
  text-decoration: line-through;
  color: #878787;
  display: block;
}
.ibp-table .table-price .gratis {
  font-weight: bold;
  line-height: 40px;
}
.ibp-table .table-button {
  //float: right;
  background: #f4f4f4;
  border-bottom: 2px solid #e0e0e0;
  color: #a3a2a2;
  padding: 9px 15px;
}
.ibp-table .table-label {
  float: right;
  background: url(../images/bg-table-label.png) no-repeat;
  width: 107px;
  height: 31px;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  color: #fff;
  line-height: 31px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  margin: -2px 0 0;
}
.ibp-table .cell-expand {
  display: none;
  background: #fff;
  z-index: 3;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 24px;
  box-sizing: border-box;
}
.ibp-table .cell-expand .some-div {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.15);
  padding: 30px;
  display: block;
}
.ibp-table .cell-expand h4 {
  font-size: 25px;
  margin: 0 0 15px;
}
.ibp-table .cell-expand h4 span {
  color: #878787;
}
.ibp-table .cell-expand p {
  margin: 0 0 20px;
}
.ibp-table .cell-expand .form-row:first-child {
  margin: 0;
}
.ibp-table .cell-expand .form-row {
  width: 100%;
  margin: 20px 0 0;
}
.ibp-table .cell-expand .form-row:after {
  content: "";
  display: block;
  clear: both;
}
.ibp-table .expand-input {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 17px;
  float: left;
  color: #a2a1a1;
  margin: 0 25px 0 0;
  width: 260px;
  letter-spacing: 2px;
}
.ibp-table .cell-expand .button {
  font-size: 17px;
  letter-spacing: 2px;
}

.tables-holder {position: relative;}

.tables-holder .ibp-loader {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 49%;
  z-index: 2;
  background: url('../images/ibp-loading.gif') no-repeat;
}


.ibp-form select{
  width: 200px;
  height: 30px;
}

.ibp-form .ibp_model{
  width: 300px;
}

.ibp-form .ibp_series{
  width: 300px;
}

.ibp-form .ibp_rbc{
  width: 300px;
}