/*------------
    JE Input UI 
-----------------*/
/* Inputs */
input.je-ui,
textarea.je-ui,
select.je-ui {
  display: block;
  height: 1px !important;
  max-width: 1px !important;
  position: absolute;
  opacity: 0; }

/* Modals */
.je-ui-modal {
  width: 100%;/*480px;*/
  max-height: 100%;/*600px;*/
  height: 100%;
  /* color: rgba(0, 0, 0, 0.65); */
  /* Number */
  /* Text */
  /* Selects like Radio Box */
  /* Image */
  top: 100%;
  overflow: hidden;
  }
  .je-ui-modal.short {
    max-height: 3275px; }
  .je-ui-modal.tiny {
    max-height: 3520px; }
  .je-ui-modal .modal-content {
    padding-bottom: 0; }
    .je-ui-modal .modal-content input {
      height: 2rem;
      line-height: 2rem; }
      .je-ui-modal .modal-content input:focus {
        /* box-shadow: 0 3px 0 -1px #079B6E; */ }
    .je-ui-modal .modal-content header > .img-wrapper {
      padding-right: 12px;
      width: 72px; }
      .je-ui-modal .modal-content header > .img-wrapper img {
        width: 100%; }
    .je-ui-modal .modal-content header:after {
      content: '';
      display: table;
      clear: both; }
    .je-ui-modal header > .title {
      font-size: 1.15rem;
      font-weight: bold;
      line-height: 130%;
      padding-top: 5px;
      text-align: center;
      }
  .je-ui-modal .modal-content > .content {
    padding: 0 10px; }
  .je-ui-modal .number-input {
    display: flex;
    padding-top: 12px; }
    .je-ui-modal .number-input > * {
      height: 2rem;
      line-height: 2rem; }
    .je-ui-modal .number-input span {
      padding-left: 7px; }
  .je-ui-modal .textarea {
    margin: 0; }
    .je-ui-modal .textarea textarea {
      min-height: 5rem; }
  .je-ui-modal .select-list > .item {
    padding-bottom: .65rem; }
  .je-ui-modal .select-list label > span {
    width: 100%;
    height: auto; }
  .je-ui-modal .select-list .search {
    position: relative; }
    .je-ui-modal .select-list .search input {
      border-color: #e0e0e0;
      margin-bottom: .85rem;
      padding-left: 30px;
      box-sizing: border-box; }
    .je-ui-modal .select-list .search i {
      position: absolute;
      top: 4px; }
  .je-ui-modal .file-input.image {
    text-align: center;
    padding-top: 12px; }
    .je-ui-modal .file-input.image input {
      height: 1px;
      width: 1px;
      opacity: 0;
      position: absolute; }
    .je-ui-modal .file-input.image .image-preview {
      display: block;
      height: auto;
      margin: 0 auto; }
      .je-ui-modal .file-input.image .image-preview .default {
        border: 1px solid #efefef;
        line-height: 150px; }
      .je-ui-modal .file-input.image .image-preview img {
        max-width: 100%;
        display: none; }
      .je-ui-modal .file-input.image .image-preview.active .default {
        display: none; }
      .je-ui-modal .file-input.image .image-preview.active img {
        display: block;
        margin: auto; }

.je-ui-modal.modal-fixed-footer {
  height: 65%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  }
  .je-ui-modal.modal-fixed-footer .modal-footer {
    /* border: none; */
    }
    .je-ui-modal.modal-fixed-footer .modal-footer .btn-flat {
      padding: 0 10px;
      margin-right: 5px;
      }

/*# sourceMappingURL=jeinput-ui.css.map */
