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

.sendowl-panel-body {
  background: #FFF; }
  .sendowl-panel-body input[type="text"], .sendowl-panel-body input[type="email"], .sendowl-panel-body textarea {
    border: 1px solid #CCC;
    border-radius: 3px; }
    .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 .submit-btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 0 7px 0;
    width: 100%;
    background-color: #216085;
    border: 1px solid #216085;
    border-radius: 7px;
    outline: none; }
    .sendowl-panel-body .submit-btn:hover {
      text-decoration: none; }
    .sendowl-panel-body .submit-btn.disabled {
      opacity: 0.5; }
  .sendowl-panel-body .alt-btn {
    display: block;
    color: #8D8D8D;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    padding: 7px 0 7px 0;
    width: 100%;
    background: transparent;
    border: 1px solid #8D8D8D;
    border-radius: 7px;
    outline: none; }
    .sendowl-panel-body .alt-btn:hover {
      text-decoration: none; }
    .sendowl-panel-body .alt-btn.disabled {
      opacity: 0.5; }
  .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: 1px solid #CCC; }

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

.order-page {
  max-width: 600px;
  margin: 0 auto; }
  .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; }
  .sendowl-panel-body .submit-btn {
    font-size: 20px;
    line-height: 26px;
    padding: 9px 0 9px 0; }
  .sendowl-panel-body .alt-btn {
    font-size: 18px;
    line-height: 26px;
    padding: 9px 0 9px 0; }

  .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; } }
