html {
  box-sizing: border-box;
}

body {
  background: #fcfcfc !important;
  position: relative;
  margin: 0;
  min-height: 100%;
}

/* .ui.grid {
     margin-right: 20px;
}
*/
.ui.small.vertical.steps {
  margin-left: 10%;
  margin-top: 9%;
}

.form-field {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#container {
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 40px 60px;
  background: white;
  border: 1px solid #ccc;
  margin-left: 0 !important;
}

#court {
  text-align: right;
  font-size: 11px;
  font-family: Times New Roman;
  font-weight: bold;
  padding-top: 2%;
}

#court-not-listed {
  display: none;
}

#results {
  display: none;
}

#request, #re-register {
  display: none;
  margin-top: 50px;
}

#search-section label {
  text-align: left;
}

#search-section .ui.vertical.divider {
  margin-left: 50px;
}

#faqs {
  font-size: 1.1em;
}

#faqs .content,
#faqs .content {
  padding: 0.5em 1em 1.5em;
}

.ui.segment.payment-details {
  border: none;
  box-shadow: none;
  padding-top: 0;
  margin: 0;
}

.table.transaction-data {
  padding-left: 0;
  padding-right: 0;
}

.transaction-data>tbody>tr>td:first-child {
  background: #eeeeee;
}

.site-accordion-heading .usa-accordion__button {
  background-image: url(../img/remove-white.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #0050d8;
  color: #fff;
}

.site-accordion-heading .usa-accordion__button:hover {
  background-color: #162e51;
}

.usa-accordion__button:hover {
  text-decoration: none;
}

.site-accordion-heading .usa-accordion__button[aria-expanded=false] {
  background-image: url(../img/add-white.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  #search-section .ui.vertical.divider {
    height: 2px;
    width: 100%;
    margin-left: 0;
  }

  /* #search-section .column {
         text-align: left;
    }
     */
}

.ui.modal.first {
  z-index: 1100;
}

.ui.modal.second {
  z-index: 1101;
}

.ui.modal.third {
  z-index: 1102;
}

.ui.styled.accordion .accordion>.title,
.ui.styled.accordion>.title {
  color: black;
}

.no-results td {
  text-align: center !important;
}

.required-fields {
  color: #db2828;
}

.ui.icon.message .icon {
  font-size: 2em;
}

.underline {
  text-decoration: underline;
}

.ui.clearing.segment {
  border: none;
  box-shadow: none;
  padding: 0;
}

.signature {
  height: 0;
  opacity: 0;
}

.captcha {
  height: 0;
  opacity: 0;
}

.centered-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.centered-list ul {
  margin-top: 0;
}

.centered-list li {
  padding: 5px;
  text-align: left;
}

#error-icon {
  color: #db2828;
  font-size: 4em;
  margin-top: 50px;
}

#complete {
  color: #54c16e;
  font-size: 5em;
  margin-top: 50px;
}

#invalid-icon {
  color: #db2828;
  font-size: 4em;
  margin-top: 50px;
}

#expired-icon {
  color: #2185d0;
  font-size: 4em;
  margin-top: 50px;
}

#unavailable-icon {
  color: #db2828;
  font-size: 4em;
  margin-top: 50px;
}

#exceeded-icon {
  color: #777;
  font-size: 4em;
  margin-top: 50px;
}

.ui.vertical.footer.segment {
  background: white;
  border-top: 1px solid #ccc;
}

.ui.vertical.footer.segment .container {
  padding: 0 5%;
}

#remove-attachment {
  float: right;
  display: none;
  color: #db2828;
}

#bottom {
  background: white;
  margin-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
}

.step:not(.disabled) {
  cursor: pointer !important;
}

.tab {
  display: none;
  margin-top: 15px;
}

.active.tab {
  display: block !important;
}

.heading-title {
  text-align: center;
  text-transform: uppercase;
}

#heading {
  border-bottom: 1px solid #ccc;
  /* margin-bottom: 15px;
     */
  margin: 0;
}

.tab.review label {
  font-weight: bold;
}

#content {
  min-height: calc(100% - 136px);
  position: relative;
}

footer {
  margin-top: 15px !important;
}

#footer {
  height: 30px;
  background: #ffffff;
  border-top: 1px solid #ccc;
  text-align: center;
  position: relative;
  right: 0;
  bottom: -14px;
  left: 0;
  width: 100%;
  padding: 5px;
}

#seal {
  height: 100px;
}

#seal-container {
  text-align: center;
}

.main {
  scroll-snap-type: y mandatory;
}

.section {
  scroll-snap-align: center;
}

.main .ui.form .field label,
.main .ui.form .fields label {
  font-size: 1em;
}

.add,
.remove {
  cursor: pointer;
}

.add:hover {
  color: #1e70bf;
  text-decoration: underline;
}

.remove:hover {
  color: #af3a3a;
  text-decoration: underline;
}

#signature {
  border: 1px solid #ccc;
  box-shadow: 0px 0 8px 1px #ccc;
}

input[type="date"] {
  padding: .55em 1em !important;
}

.error-text {
  display: none;
}

.error .error-text {
  display: block;
  color: #9f3a38;
  font-weight: bold;
  background: #ffe5e5;
  padding: 1px 5px;
}

.non-placeholder-section {
  display: none;
}

#submission-tab,
#status-tab {
  text-align: center;
}

#container,
#error-container {
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 40px 60px;
  background: white;
  border: 1px solid #ccc;
  margin-left: auto !important;
}

#error-container {
  min-height: 100%;
}

#status-tab #status-section {
  padding: 50px 0;
}

.dimmed.dimmable>.ui.animating.dimmer,
.dimmed.dimmable>.ui.visible.dimmer,
.ui.active.dimmer {
  display: flex !important;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

input.reviewing,
.selection.dropdown.reviewing {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0 !important;
  cursor: default !important;
}

select.reviewing {
  opacity: 1 !important;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0 !important;
  cursor: default !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  height: 37px !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.ui-widget-overlay {
  opacity: .3;
}

.ui-dialog {
  background: #f3f3f3;
}

.ui-dialog-titlebar {
  background: #545454;
  color: white;
}

.seal {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

#position-label,
#redirect {
  display: none;
}

#queue-loader.ui.slow.loader::after {
  animation-duration: 1.2s;
}

.usa-header {
  background-color: var(--head-color);
}

.usa-logo a:focus {
  outline: 0;
}

.usa-logo__text {
  color: var(--head-text-color);
}

#main-content {
  background: #fcfcfc;
}

#search {
  max-width: 100%;
}

.loading {
  display: none;
}

.lds-ellipsis {
  height: auto;
}

.lds-ellipsis div {
  top: 0;
}

#no-results {
  display: none;
}

.usa-footer {
  background: #fcfcfc
}

.usa-form {
  max-width: 100%;
}

.usa-legend {
  max-width: 100%;
}

.usa-file-input {
  max-width: 100%;
}

.usa-file-input__preview .usa-file-input__preview-image {
  display: none;
}

.usa-label {
  max-width: 100%;
}

.usa-form-group {
  margin-top: 1rem;
}

.attachment .usa-form-group {
  margin-top: 2rem;
}

.usa-modal--lg .usa-modal__main {
  max-width: 50rem;
}

.usa-step-indicator__segment--visited:not(.usa-step-indicator__segment--complete):not(.usa-step-indicator__segment--current)::after {
  background-color: #6782aa;
}

table {
  width: 100%;
}

.form-page {
  display: none;
}

.form-page.active {
  display: block;
}

.component-settings-button {
  padding: 2px 2px;
  font-size: 10px;
  line-height: 1.2em;
  width: 18px;
  height: 18px;
  margin: 3px;
  margin-top: 0 !important;
}

.usa-step-indicator__segments:focus {
  outline: 0;
}

#steps .usa-step-indicator__segment.usa-step-indicator__segment--complete,
#steps .usa-step-indicator__segment.usa-step-indicator__segment--visited {
  cursor: pointer;
}

.usa-accordion__content p,
.usa-list li,
.usa-prose>ol li,
.usa-prose>ul li {
  max-width: 100%;
}

.signature {
  height: 0;
  opacity: 0;
}

.captcha {
  height: 0;
  opacity: 0;
}

.usa-form-group--error .error-text {
  display: block;
  color: #9f3a38;
  font-weight: bold;
  background: #ffe5e5;
  padding: 1px 5px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #005ea2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* Mobile */
@media only screen and (max-width: 767.98px) {
  .ui.grid {
    margin-right: 0;
  }

  #right-column {
    padding-left: 2rem;
  }

  #container {
    margin: 2% 0;
    padding: 15px 25px 40px 25px;
  }

  footer {
    text-align: center;
  }

  footer img {
    margin: 0 auto;
  }

  #bottom {
    display: grid;
  }
}

/* Printing */
@media print {

  /* @page {
         size: landscape 
    }
     */
  .no-print,
  .no-print * {
    display: none !important;
  }

  body {
    background: #fff !important;
  }

  #container {
    border: none !important;
  }

  #seal {
    height: 75px;
  }

  .heading-title h2 {
    font-size: 20px;
  }

  .payment-details {
    font-size: 13px !important;
  }

  #content .thirteen.wide.column,
  #container {
    width: 100% !important;
    margin: 0;
    padding-top: 10px;
  }

  #content .segment {
    border: none;
    box-shadow: none;
  }

  #content .ui.grid {
    margin-right: 0 !important;
  }
}

@media (max-width: 1024px) {

  .usa-banner {
    display: none;
  }
}

@media (min-width: 64em) {
  .usa-header--extended .usa-logo {
    font-size: 2.13rem;
    margin: 2rem 0 1.5rem;
    max-width: 100%;
  }
}