.nav-list > li:first-child > a, .nav-list > li:first-child > div {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.nav-list > li:last-child > a, .nav-list > li:last-child > div {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.nav-list > li > div {
    padding-left: 5px;
    padding-right: 5px;
}

.membership.alert-warning, .membership.alert-warning:hover{
      background-color: #fcf8e3 !important;
}

.basket {
    padding-bottom: 10px;
}

.basket .item_title {
    font-size: 1.4em;
    font-weight: bold;
}

.basket-pricing {
    padding-top: 8px;
    text-align: right;
}

.basket-totals {
    font-size: 1.5em;
    text-align: right;
}

.button-icon {
    max-width: 100%;
}

.menu-btn {
    white-space: inherit;
}

.row-btn-tiles {
    padding-bottom: 10px;
}


/* Ticket editor */
.panel-body .row.vertical-separated {
    border-top: 2px solid black;
    padding-top: 10px;
}

.panel-body .row.vertical-separated:first-child {
    border-top: 0px solid black;
    padding-top: 0px;
}

.vertical-separated > div {
    border-right: 2px solid #333;
}

.vertical-separated > div:last-child {
    border-right: 0px solid #000;
}

.tab-pane {
    padding-top: 10px;
}

.menu-button {
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 33px;
    max-width: 100%;
}

.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

ul.shop-images {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul.shop-images > li {
  padding-right: 10px;
}

.accounting-table {
    text-align: right;
}

.filter-editor {
  min-width: 400px;
}

.filter-editor .col-md-3, .filter-editor .col-md-6 {
  padding-left: 2px;
  padding-right: 2px;
}

span.twitter-typeahead {
      width: 100%;
}
.input-group span.twitter-typeahead {
      display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
      top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
      top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
      top: 28px !important;
}

.tt-input, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.tt-input { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.tt-selectable:hover {
    background-color: #337ab7;
    color: #fff;
}

iframe.sent_email {
    background-color: white;
    color: black;
    width: 100%;
    min-height: 500px;
}

.cron-task-running {
    background-color: #dff0d8;
    color: #333333;
}

.thumbnail {
    max-width: 100%;
}

.shop-thumb {
    max-width: 150px;
    margin: auto;
    max-height: 150px;
}

.align-right {
    text-align: right;
}

.price {
    font-size: 1.5em;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

.admin-button {
    width: 100%;
    margin-bottom: 16px;
}

.country-select-wrapper{
    min-height: 200px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 32px;
    padding-right: 32px;
}

.country-select-wrapper-row {
    height: 75px;
}

.country-select-wrapper-row > .media-body {
    height: 100%;
}

.country-select-wrapper-row img {
    max-height: 32px;
    max-width: 32px;
    margin-top: auto;
    margin-bottom: auto;
}

.country-select-wrapper-row .media-title-wrapper{
    margin-top: auto;
    margin-bottom: auto;
}