.nsdl-logo {
  height: 25px;
  width: 80px;
}

input[readonly] {
  background-color: #fafafa !important;
  /* any other styles */
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 60px;
  min-height: 100%;
}

.footer {
  margin-bottom: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  height: 50px;
  padding: 1.5rem;
  position: absolute;
}

.btn-group-vertical > button {
  margin-bottom: 15px;
  border-radius: 7px !important;
}

.btn-group-vertical > a {
  margin-bottom: 15px;
  border-radius: 7px !important;
}

@media (max-width: 450px) {
  body {
    padding-bottom: 70px;
  }
  .footer {
    height: 60px;
  }
}

@media (max-width: 290px) {
  body {
    padding-bottom: 85px;
  }
  .footer {
    height: 75px;
  }
}

.modal-header {
  padding: 9px 15px;
  color: white;
  background-color: #0480be;
  border-bottom: 1px solid #eee;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header-primary {
  background-color: #0480be;
  color: white;
}

.modal-header-success {
  background-color: #3e8f3e;
  color: white;
}

.modal-header-warning {
  background-color: #e38d13;
  color: white;
}

.modal-header-danger {
  background-color: #b92c28;
  color: white;
}

@media (max-width: 767px) {
  .top-padded {
    padding: 0px;
  }
  .custom {
    width: 150px;
  }
  .custom-button {
    margin-left: 0px;
  }
}

.custom-button {
  margin-left: 150px;
}

#receipt-panel-heading {
  color: brown;
}

.form-group.required .control-label:after { 
   content:" *";
   color:red;
}

.refresh-logo {
  height: 40px;
  width: 45px;
}