﻿.bootstrap-dialog {
  /* dialog types */
  /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
  /** End of icon animation **/
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #ffffff;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #337ab7;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.master-head {
  background-color: #ffffff;
  /*height: @header-height;*/
  border: none;
  width: 768px;
  margin: 10px auto;
}
.master-head [class^="col-"] {
  height: 90px;
  line-height: 90px;
}
@media (max-width: 767px) {
  .master-head [class^="col-"] > .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.master-head [class^="col-"] > .exit-button {
  vertical-align: middle;
}
.master-head [class^="col-"] > .exit-button.fixed-size {
  width: 120px;
}
.master-head [class^="col-"].header-left {
  text-align: left;
}
@media (max-width: 767px) {
  .master-head [class^="col-"].header-left {
    text-align: center;
    margin-bottom: 15px;
  }
}
.master-head [class^="col-"].header-right {
  text-align: right;
}
@media (max-width: 767px) {
  .master-head [class^="col-"].header-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .master-head {
    width: 85%;
  }
  .master-head [class^="col-"] {
    height: auto;
    line-height: 0;
  }
  .master-head [class^="col-"]:last-child {
    height: inherit;
    line-height: inherit;
  }
}
.sub-bar {
  background-color: #337ab7;
  height: 20px;
  border: #1d4568;
}
.master-body {
  width: 768px;
  margin: 0 auto;
}
.master-body .exit-button {
  vertical-align: middle;
}
.master-body .exit-button.fixed-size {
  width: 100px;
}
@media (max-width: 767px) {
  .master-body {
    width: 85%;
  }
}
.primary-header {
  background-color: #5bc0de;
  color: #fff;
  padding: 5px 10px;
  width: 100%;
  min-height: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}
.primary-header > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
}
.primary-header > .row .text-padding {
  padding: 0 15px;
}
.enter-amount-top-panel {
  text-align: center;
}
.enter-amount-top-panel .header-text {
  font-weight: 600;
  color: #337ab7;
}
.enter-amount-top-panel .gift-event-text {
  color: #337ab7;
  font-weight: 400;
  font-size: 24px;
}
.enter-amount-top-panel .from-owner-text {
  color: #337ab7;
  font-weight: 400;
  font-size: 18px;
}
.total-amount {
  text-align: right;
}
@media (max-width: 767px) {
  .total-amount {
    text-align: left;
  }
}
.bg-gray {
  background-color: #eeeeee;
  border: 1px solid #c8c8c8;
  padding: 5px;
}
.bg-gray.disclaimer {
  font-size: 12px;
}
.div-table > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 8px;
}
.div-table > .row .text-padding {
  padding: 5px 15px;
}
.div-table > .row:first-child {
  border: 1px solid #c8c8c8;
}
.div-table > .row:nth-child(odd) {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background: #eeeeee;
}
.div-table > .row:nth-child(even) {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background: #fff;
}
.bold {
  font-weight: 600;
}
.italics {
  font-style: italic;
}
.field-validation-error {
  color: #a94442;
}
.review-text {
  color: #5bc0de;
}
.submit-button {
  width: 80%;
}
/*# sourceMappingURL=custom-noclient.css.map */