.language-button {
  border-width: 0;
  background-color: inherit; }

.language-menu {
  min-width: 0; }

.language-dropdown {
  margin-top: 3px; }

.language-dropdown .flag-icon-jp {
  border: #aab7c4 solid thin;
  border-radius: 2px; }

#header .language-button {
  padding-left: 0; }

body {
  overflow-y: scroll; }

.fs-modal-availability iframe {
  width: 100%;
  border: 0; }

.fs-modal-ios .modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 300px; }

@media (min-height: 500px) {
  .fs-modal-ios .modal-body {
    height: 500px; } }

@media (min-height: 550px) {
  .fs-modal-ios .modal-body {
    height: 550px; } }

@media (min-height: 600px) {
  .fs-modal-ios .modal-body {
    height: 600px; } }

.navbar-light {
  background-color: white !important;
  padding-bottom: 0; }

.navbar-brand > img {
  display: inline-block;
  max-width: 180px;
  max-height: 80px; }

@media (max-width: 534px) {
  .navbar-brand > img {
    max-width: 140px;
    max-height: 100px; } }

.container-login {
  width: 410px;
  margin: 0 auto;
  text-align: center; }

@media (max-width: 567px) {
  .container-login {
    width: auto !important; } }

#header {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

.validation-errors {
  list-style: none;
  padding: 0;
  color: #af0b0b; }

/** Override this alertifyjs class, in order to prevent jumpiness when modals are displayed **/
body.ajs-no-overflow {
  overflow: scroll !important; }

.btn-outline-warning {
  color: #e3850c;
  border-color: #e3850c; }

/*# sourceMappingURL=app.css.map */