@import url(//fonts.googleapis.com/css?family=Open+Sans);
body {
  font-family: "Open Sans", sans-serif;
}

.bnp-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin:0;
  padding:0;
  width: 100%;
}
.bnp-table tr {
  border: 1px solid #ddd;
  padding: 5px;
}
.bnp-table th, .bnp-table td {
  padding: 10px;
  text-align: center;
}
.bnp-table th {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .bnp-table {
    border: 0;
  }
  .bnp-table thead {
    display: none;
  }
  .bnp-table tr {
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: 10px;
  }
  .bnp-table td {
    border-bottom: 1px dotted #ccc;
    display: block;
    font-size: 13px;
    text-align: right;
  }
  .bnp-table td:last-child {
    border-bottom: 0;
  }
  .bnp-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}



/* Center the loader */
#bnpLoader, #bnpLoader2 {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  /*border-top: 16px solid #3498db;*/
  border-top: 16px solid #008854; 
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  /*z-index: 9999;*/
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#bnp-calc-checkout {
  padding-top: 15px;
  padding-bottom: 15px;
}

input#button_bnp_direct_purchase {
    padding-left: 47px;
    padding-right: 11px;
    background: #008854 url(../../assets/pbpf_credit_logo_icon.png) no-repeat 10px center;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    color: white;
    border: none;
}
