/* ...


*/
/* colors */
/* border */
/* colors */
/* border */
/* line 3, app/assets/stylesheets/payments.scss */
.payments pre {
  overflow-y: auto;
  margin: 1% 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 11, app/assets/stylesheets/payments.scss */
.payments .unsubscribe {
  font-size: .6em;
}

/* line 13, app/assets/stylesheets/payments.scss */
.payments .unsubscribe a {
  color: #d00;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/payments.scss */
.payments .unsubscribe a:hover {
  color: #900;
}

/* colors */
/* border */
/* line 30, app/assets/stylesheets/payments.scss */
.payments pre {
  overflow-y: auto;
  margin: 1% 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 38, app/assets/stylesheets/payments.scss */
.payments .unsubscribe {
  font-size: .6em;
}

/* line 40, app/assets/stylesheets/payments.scss */
.payments .unsubscribe a {
  color: #d00;
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/payments.scss */
.payments .unsubscribe a:hover {
  color: #900;
}
/* colors */
/* border */
/* line 11, app/assets/stylesheets/paypal.css.scss */
.paypal section {
  margin: 20px 0;
}

/* line 14, app/assets/stylesheets/paypal.css.scss */
.paypal .boxes {
  display: -webkit-box;
}

/* line 16, app/assets/stylesheets/paypal.css.scss */
.paypal .boxes article {
  width: 45%;
  margin: 10px 0;
  padding: 10px 2%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* line 22, app/assets/stylesheets/paypal.css.scss */
.paypal .boxes article:not(:first-child) {
  margin-left: 2%;
}

/* line 25, app/assets/stylesheets/paypal.css.scss */
.paypal .boxes article form {
  text-align: right;
}

/* line 28, app/assets/stylesheets/paypal.css.scss */
.paypal .boxes article input[type=submit] {
  opacity: 0.6;
  text-indent: -9999px;
  width: 150px;
  height: 33px;
  border: none;
  background: url("https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif");
  background: url(https://www.paypal.com/en_US/i/btn/btn_dg_pay_w_paypal.gif);
}

/* line 36, app/assets/stylesheets/paypal.css.scss */
.paypal .boxes article input[type=submit]:hover {
  opacity: 1;
}

/* line 39, app/assets/stylesheets/paypal.css.scss */
.paypal .boxes article input[type=submit]:active {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  /* line 49, app/assets/stylesheets/paypal.css.scss */
  .paypal .boxes {
    display: block;
  }
  /* line 51, app/assets/stylesheets/paypal.css.scss */
  .paypal .boxes article {
    width: 95%;
    padding: 10px 4%;
  }
  /* line 54, app/assets/stylesheets/paypal.css.scss */
  .paypal .boxes article:not(:first-child) {
    margin-left: 0;
  }
  /* line 59, app/assets/stylesheets/paypal.css.scss */
  .paypal .popup {
    display: none;
  }
}
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/* line 3, app/assets/stylesheets/rooms.scss */
.avatar {
  max-height: 30px;
  border-radius: 15px;
  width: auto;
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/rooms.scss */
.room-nav-link {
  border: 1px solid #cce5ff;
  background: #e6f2ff;
}

/* line 14, app/assets/stylesheets/rooms.scss */
.room-nav-link + .room-nav-link {
  border-top: 0 none;
}

/* line 19, app/assets/stylesheets/rooms.scss */
.chat {
  border: 1px solid #000;
  /*background: lighten($secondary, 50%); */
  min-height: 80px;
  max-height: 30vh;
  /*height: 30vh;*/
  border-radius: 0px 0px 0 0;
  overflow-y: auto;
}

/* line 28, app/assets/stylesheets/rooms.scss */
.chat .chat-message-container {
  padding: 1px 5px 1px 5px;
}

/* line 31, app/assets/stylesheets/rooms.scss */
.chat .chat-message-container .avatar {
  margin: 5px;
}

/* line 35, app/assets/stylesheets/rooms.scss */
.chat .chat-message-container .message-content {
  padding: 1px;
  /* border: 1px solid; */
  border-radius: 5px;
  /*   background: lighten($primary, 10%); */
  color: #fff;
}

/* line 43, app/assets/stylesheets/rooms.scss */
.chat .chat-message-container + .chat-message-container {
  margin-top: 10px;
}

/* line 49, app/assets/stylesheets/rooms.scss */
.chat-input {
  border-top: 0 none;
  border-radius: 0 0 5px 5px;
}
