img {
  max-width: 100%; }

[readonly] {
  cursor: not-allowed !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  [readonly]:focus {
    outline: none !important;
    border-color: #d2d6de !important; }

.cursor-wait, html.cursor-wait {
  cursor: wait !important; }

select[required][style*="display: none"] {
  display: block !important;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 34px; }

.sonata-ba-field.sonata-ba-field-standard-natural > .checkbox {
  height: 39px;
  line-height: 49px; }
