/* The Modal (background) */
.mpesa-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 20%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.mpesa-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
}

/* End */
.return-message-paybill
{
    font-size:16px;
    font-weight:bold;
}

.pay_false{
    color:#E82A30 !important;
}

.pay_true{
    color:#67AD46 !important;
}

.lipanampesa-logo
{
    background-image: url("../images/lipa_na_mpesa_logo_small.png");
    float:right;
    width:145px !important;
    height:37px;
    border:0px;
    background-repeat: no-repeat;
}

.paybill-accept{
    background-color:#ccc;
    width:100%;
}
.paybill-accept h4{
    font-size:18px;
    color:#fff;
    margin:2px;
    padding:4px;
    text-align:center;

}

