[lt-setting-content] coral-panel {
  min-height: 300px;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeout {
  animation: fadeout 2s;
}

.fadein {
  animation: fadein 1s;
}

.hide-lilt-button {
  display: none;
}

button:disabled {
  cursor: not-allowed !important;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-left--5 {
  margin-left: -5%;
}

.content-row {
  counter-increment: rowNumber;
}

.number-row::before {
  content: counter(rowNumber);
  display: inline-block;
  margin-right: 8px;
}

.lilt-create-sourcepages {
  counter-reset: rowNumber;
}

.lilt-create-submission-wizard .globalnav-toggle,
#repository-listing-page .globalnav-toggle,
#submissions-listing-page .globalnav-toggle,
#configuration-landing-page .globalnav-toggle,
#lilt-wizard .foundation-layout-wizard2-title span {
  cursor: pointer;
}

.lilt-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.lilt-loading-content {
  background-color: white;
  padding: 24px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lilt-loading-text {
  margin-top: 12px;
  font-size: 16px;
}

@font-face {
    font-family: 'lilt font';
    src: url('coral/resources/fonts/lilt-font.eot');
    src: url('coral/resources/fonts/lilt-font.eot?#iefix') format('embedded-opentype'),
         url('coral/resources/fonts/lilt-font.woff') format('woff'),
         url('coral/resources/fonts/lilt-font.ttf') format('truetype'),
         url('coral/resources/fonts/lilt-font.svg#lilt-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

._coral-Icon--sizeXL[icon*=lilt-]:before {
    font-size: 2.8em;
}

[icon*=lilt-] svg {
    display: none;
}

coral-icon[icon=lilt-logo]:before {
    content: '\0041';
    font-family: 'lilt font';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

