@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.login-container {
  display: grid;
  justify-items: center;
  align-items: center;
  height: 80%;
}

.inputs {
  width: max(300px, 15vw);
}

.btn-primary {
  width: fit-content;
}
thead {
  color: #7e7e7e;
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 10px 7px;
  border: 1px Solid #c6c6c6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background: #F7F7F7;
  overflow: hidden;
  font-weight: normal;
  font-size: 0.85em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap !important;
}

.table-wrapper > table > tr {
 cursor: pointer
}

  .table-wrapper > table > tr:hover {
    background-color: aliceblue;
  }

  .order-detail-container {
    position: absolute;
    z-index: 1;
    background-color: white;
    border: 1px solid #c6c6c6;
    width: 80%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    box-shadow: 0 0 30px #ccc;
  }

.details > .detail-title {
  grid-column-start: 1;
  grid-column-end: -1;
  margin-bottom: 1%;
  background-color: #F7F7F7;
}

.detail-title > h3 {
  margin: 1%;
}

.details > div:nth-child(1n+2) {
  margin-left: 4%;
}

.order-detail-container > button {
  position: absolute;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.details > .detail-title, .details > div > h6 {
  color: #7e7e7e;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  font-size: 0.85em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap !important;
}

.details {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: min-content;
}

.login-menu {
  font-size: 1.4em;
  display: flex;
  justify-content: center;
}

html, body {
  font: 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

table {
  width: 100%;
  border-bottom: 1px Solid #c6c6c6;
  border-left: 1px Solid #c6c6c6;
  margin-bottom: 7px;
}

td, th {
  border-right: 1px Solid #c6c6c6;
  border-right-color: rgb(198, 198, 198);
  padding: 8px 10px 9px;
}

.table-wrapper {
  display: grid;
  grid-auto-columns: 70%;
  justify-content: center;
}

.table-options {
  place-self: center right;
  margin-bottom: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
