/* Override the boostrap standard width as we're inside an iframe */
.container {
  width: inherit; }

.sendowl-panel-body input[type="text"]::-webkit-input-placeholder,
.sendowl-panel-body input[type="email"]::-webkit-input-placeholder,
.sendowl-panel-body textarea::-webkit-input-placeholder {
  color: #aaa; }
.sendowl-panel-body input[type="text"]:-moz-placeholder,
.sendowl-panel-body input[type="email"]:-moz-placeholder,
.sendowl-panel-body textarea:-moz-placeholder {
  color: #aaa; }
.sendowl-panel-body input[type="text"]::-moz-placeholder,
.sendowl-panel-body input[type="email"]::-moz-placeholder,
.sendowl-panel-body textarea::-moz-placeholder {
  color: #aaa; }
.sendowl-panel-body input[type="text"]:-ms-input-placeholder,
.sendowl-panel-body input[type="email"]:-ms-input-placeholder,
.sendowl-panel-body textarea:-ms-input-placeholder {
  color: #aaa; }
.sendowl-panel-body input[type="text"].ie-placeholder,
.sendowl-panel-body input[type="email"].ie-placeholder,
.sendowl-panel-body textarea.ie-placeholder {
  color: #aaa; }
.sendowl-panel-body .select2-container--disabled .select2-selection__arrow {
  background: #f3f3f3; }
.sendowl-panel-body .select2-container .select2-selection {
  border-color: #ccc; }
  .sendowl-panel-body .select2-container .select2-selection .select2-selection__arrow {
    width: 30px;
    border-left: none;
    line-height: 28px;
    right: 18px; }
    .sendowl-panel-body .select2-container .select2-selection .select2-selection__arrow b {
      background: none;
      height: 12px;
      width: 12px;
      border: 1px solid #999;
      border-width: 0 2px 2px 0;
      margin-left: 10px;
      display: inline-block;
      position: relative;
      top: -3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg); }
.sendowl-panel-body .select2-container--open .select2-selection .select2-selection__arrow b {
  display: none; }
.sendowl-panel-body .alert {
  margin: 15px 0 0 0;
  position: relative;
  top: 5px; }
.sendowl-panel-body .select2-dropdown {
  border-color: #ccc; }

.select2-container--open .select2-dropdown {
  border: 2px solid rgba(0, 117, 190, 0.5); }

.select2-dropdown .select2-search .select2-search__field {
  margin: 4px 0 0 0; }

.order-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-width: 512px;
  margin: auto auto;
  padding-top: 0px;
  padding-bottom: 15vh; }
  @media (max-width: 768px) {
    .order-page {
      padding-left: 10px;
      padding-right: 10px; } }
  .order-page .header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    padding: 30px 0;
    width: 100%;
    background-color: #216085; }
    .order-page .header img {
      max-width: 250px; }
  .order-page .content {
    background-color: #fff;
    padding: 10px 20px; }
    .order-page .content input::-webkit-input-placeholder {
      color: #aaa; }
    .order-page .content input:-moz-placeholder {
      color: #aaa; }
    .order-page .content input::-moz-placeholder {
      color: #aaa; }
    .order-page .content input:-ms-input-placeholder {
      color: #aaa; }
    .order-page .content input.ie-placeholder {
      color: #aaa; }
    .order-page .content .submit-btn {
      display: block;
      color: #8d8d8d;
      text-align: center;
      font-size: 17px;
      line-height: 24px;
      padding: 7px 15px 7px 15px;
      background: transparent;
      border: 1px solid #8d8d8d;
      border-radius: 7px;
      outline: none; }
      .order-page .content .submit-btn:hover {
        text-decoration: none; }
      .order-page .content .submit-btn.disabled {
        opacity: 0.5; }

.alert ul {
  padding-left: 0;
  list-style: none; }

@media (max-width: 479px) {
  .sendowl-panel-body input[type="text"],
  .sendowl-panel-body input[type="email"],
  .sendowl-panel-body textarea {
    padding: 0 10px;
    height: 38px;
    line-height: 26px;
    font-size: 16px; }
  .sendowl-panel-body .select2-container .select2-selection {
    line-height: 38px;
    height: 38px;
    font-size: 16px; }

  .select2-dropdown {
    font-size: 16px; }

  .order-page .content {
    padding: 10px 15px 15px 15px; }
    .order-page .content .submit-btn {
      font-size: 18px;
      line-height: 26px;
      padding: 9px 15px 9px 15px; } }
