@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
* {
  margin: 0;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.terms-link a,
.terms-link a:hover,
.terms-link a:active,
.terms-link a:visited {
  color: #ffffff;
  text-decoration: none;
}
.margin_footer {
  margin-right: 20px;
}
.margin-report {
  margin-bottom: 20px;
}
.margin-report a {
  word-break: break-all;
}
.orange_submit {
  background-color: #f58634;
  font-size: 16px;
  border-radius: 5px;
  color: white;
  font-weight: 900;
  height: 40px;
  width: 100%;
}
.pay-online {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.payment-method {
  font-weight: bold;
  padding-bottom: 10px;
}
.top-padded {
  padding-bottom: 10px;
}
.orange_submit:hover {
  color: white;
}
.msg-success {
  color: green;
  font-size: 20px;
  font-weight: bold;
  padding-top: 50px;
}

.msg-loading {
  color: green;
  font-size: 20px;
  font-weight: bold;
  padding-top: 100px;
}
html,
body {
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 100%;
  color: #636363;
  width: 100%;
  font-size: 15px;
  line-height: 1.42857143;
}
@media (min-width: 991px) {
  .page-content {
    background-color: #fff;
    border: 1px solid #e2d5c2;
    padding: 0px 0;
    margin: 0;
  }
  #pay-header {
    padding-top: 15px;
    padding-left: 15px;
  }
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.center-item {
  display: block;
  /*for the img inside your div */
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-size: 21px;
  margin: 0 0 15px 0;
  color: #be1e2d;
  font-weight: 600;
}
.description {
  border: 1px solid #e2d5c2;
  margin-left: -15px;
  padding: 5px 15px;
  height: 250px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}
.description p {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 0 10px;
}
@media (min-width: 991px) {
  .description {
    border: 1px solid #e2d5c2;
    margin-left: -15px;
    padding: 15px;
    height: 250px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
  }
  .page-content {
    font-size: 14px;
  }
}
.payment-form-title {
  float: none !important;
  border-bottom: 1px solid #9b8579;
  font-size: 18px;
  font-weight: 300;
}

.links {
  font-size: 18px;
  font-weight: 500;
  color: black;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .description {
    overflow: scroll;
  }
  .site-img {
    width: 30%;
  }
  .payment-form {
    overflow: scroll;
  }
  .page-content {
    overflow: scroll;
  }
}
@media (max-width: 420px) {
  .payment-form {
    margin-top: 30% !important;
  }
  .desc {
    margin-left: 3%;
  }
}
@media (min-width: 1025px) {
  body {
    max-height: 1250px!important;
  }
}
@media (max-width: 1024px) and (min-width: 420px) {
  body {
    max-height: 1450px!important;
  }
}
.sidebar {
  background-color: #fff6e8;
  border-left: 1px solid #e2d5c2;
  padding-top: 10px;
  padding-left: 10px;
  height: 100%;
}
.sidebar-hr {
  margin: 0;
}
.sidebar > div > .content {
  margin: 10px 0;
}
.payment-form {
  margin: 10% 0;
  padding-left: 15px;
}
#paydonation-verify_code {
  display: inline-block;
}
#paydonation-verify_code-image {
  display: inline-block;
}
.pay-header {
  text-align: center;
  padding: 100px 0px;
}
.site-img,
.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-img {
  margin: 0 auto;
}
#warningmodal > .modal-dialog > .modal-content > .modal-header {
  background-color: #f58634;
  color: white;
}
.modal-content {
  border-radius: 7px;
}
.modal-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
