select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-arrow.png) right center no-repeat #fff !important;
}

input.has-error,
select.has-error {
  border: 1px solid orange !important;
}

input.no-error,
select.no-error {
  background: url(../images/tick-input.png) 99.5% 50% no-repeat #fff !important;
  border: 1px solid green !important;
}

#app_common_modal,
#error_handler_overlay {
  overflow: hidden;
}

#app_common_modal .app_modal_body {
  margin: 30px auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #app_common_modal .app_modal_body {
    min-height: 180px;
    margin: 30px auto;
  }
  #app_common_modal .app_modal_body iframe,#app_common_modal .app_modal_body #myIframe {
    min-height: 180px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1200px) and (orientation: landscape) {
  #app_common_modal .app_modal_body {
    min-height: 180px;
    margin: 30px auto;
  }
  #app_common_modal .app_modal_body iframe,#app_common_modal .app_modal_body #myIframe {
    min-height: 180px;
    height: 180px;
    overflow-y: scroll;
  }
  #app_common_modal .app_modal_body,
  #error_handler_overlay .error_handler_body {
    height: auto;
  }
  .error_handler_body ul li {
    font-size: 12px;
  }
  #error_handler_overlay .error_handler_body ul {
    height: 180px;
    overflow: scroll;
  }
}

#app_common_modal_close,
#error_handler_overlay_close {
  line-height: 26px;
}
#error_handler_overlay .error_handler_body {
  margin: 30px auto;
}
html {
  -webkit-text-size-adjust: 100%;
}
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}
