@charset "UTF-8";
body,
html {
  font-family: "Open Sans", sans-serif;
}

body {
  background-color: #edf0f2;
}

h1 {
  margin-bottom: 1rem;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

small {
  line-height: 13px;
}

._hidden,
.hidden {
  display: none !important;
}

.panel-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

.panel-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  margin-bottom: 5px;
}

.panel-field {
  font-size: 12px;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  border: 1px solid gray;
  background-color: #dae1e6;
  position: relative;
}
.panel-field .uid {
  position: absolute;
  min-width: 12px;
  height: 12px;
  right: 2px;
  top: 2px;
  font-size: 8px;
  padding: 0 2px;
  border-radius: 6px;
  background-color: #c2c1d6;
  color: black;
}
.panel-field .uid.assigned {
  color: white;
  background-color: green;
}
.panel-field .uid.reserved {
  color: white;
  background-color: rgb(255, 253, 146);
}
.panel-field .uid.reserved.assigned {
  border: 1px solid black;
}
.panel-field .uid.reserved.assigned::after {
  font-size: 8px;
  line-height: 8px;
  content: "✓";
  color: black;
}
.panel-field .uid.sold {
  color: white;
  background-color: rgb(154, 68, 68);
}
.panel-field .uid.sold.assigned {
  border: 1px solid black;
}
.panel-field .uid.sold.assigned::after {
  font-size: 8px;
  line-height: 8px;
  content: "✓";
  color: white;
}
.panel-field .uid.unsold.assigned {
  border: none;
  background-color: #c2c1d6;
}
.panel-field .uid.unsold.assigned::after {
  font-size: 8px;
  line-height: 8px;
  content: "✓";
  color: green;
}

.panel-field-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  word-spacing: 999px;
}

.disabled,
.panel-field[data-status=disabled] {
  background-color: #f2bfbf;
  display: block !important;
}

.panel-field[data-status=disabled] {
  opacity: 0;
}

.data-grid {
  border-spacing: 0 1rem;
  border-collapse: separate;
}
.data-grid tr {
  min-width: 1330px;
}
.data-grid th {
  padding: 0 10px;
}
.data-grid th:first-child {
  padding: 10px 10px 10px 25px;
}
.data-grid td {
  height: 100px;
  padding: 15px 10px;
  text-align: left;
  background-color: white;
  vertical-align: top;
}
.data-grid td:first-child {
  min-width: 100px;
  padding: 15px 15px 15px 25px;
}
.data-grid td:nth-child(2) {
  width: 225px;
}
.data-grid td:last-child {
  padding: 15px 25px 15px 15px;
}

.scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-x: auto;
  padding-right: 15px;
}

.l-buttons {
  padding: 0;
  text-decoration: underline;
  border: none;
  background: none;
}

.ex-buttons {
  padding: 10px 20px;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
  color: white;
  border: none;
  border-radius: 3px;
  background-color: #243557;
}
.ex-buttons:hover {
  text-decoration: none;
  color: #c2c1d6;
}

.alt-ex-buttons {
  height: 100%;
  padding: 9px 19px;
  -webkit-transition: background 250ms linear, color 250ms linear;
  transition: background 250ms linear, color 250ms linear;
  color: #243557;
  border: 1px solid #243557;
  border-radius: 3px;
  background-color: white;
}
.alt-ex-buttons:hover {
  text-decoration: none;
  color: white;
  background-color: #243557;
}

.in-buttons {
  font-family: "Open Sans", sans-serif;
  padding: 8px 20px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
  border: none;
  border-radius: 3px;
  background-color: #faab19;
}
.in-buttons:hover {
  background-color: #fa9600;
}

.icon-buttons {
  padding: 8px 10px;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
  border: none;
  background: none;
}
.icon-buttons:hover {
  color: #c2c1d6;
}
.icon-buttons > img {
  height: 14px;
}

.delete-buttons {
  width: 75px;
}

.logout-button {
  margin-top: 1em;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 160px;
}

table {
  margin-bottom: 1.25em;
}

.form-inputs {
  width: 100%;
  margin-bottom: 0.5em;
}

input[type=checkbox] {
  width: auto;
}

.side-nav {
  width: 100%;
  height: 100%;
  padding: 185px 2rem;
  color: white;
  background-color: #243557;
}
.side-nav a,
.side-nav button,
.side-nav input[type=submit] {
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
  color: white;
  border: none;
  background: none;
}
.side-nav a:hover,
.side-nav button:hover,
.side-nav input[type=submit]:hover {
  text-decoration: none;
  color: #c2c1d6;
}

.site-wrapper {
  height: 100vh;
}

.content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 165px 0 50px 3rem;
}

.evu-item._typeanteile td {
  background-color: #e9fffa;
}
.evu-item._typepanel td {
  background-color: #e9f6ff;
}
.evu-item._typem2 td {
  background-color: #c6c6c6;
}

.evu-link {
  width: 250px;
  cursor: pointer;
  margin-bottom: 0;
}

.button-field {
  height: 110px;
  margin-top: -165px;
  margin-bottom: 1rem;
  margin-left: -3rem;
  padding: 2rem 3rem;
  background-color: white;
}

.sp-container {
  margin-bottom: 1rem;
  border: 1px solid #ced4da !important;
}

.active {
  -webkit-box-shadow: 2px 2px 14px -5px black;
          box-shadow: 2px 2px 14px -5px black;
}

.owner {
  display: none;
}

[data-current-order=false] {
  opacity: 0.2;
}

[data-current-order=true] {
  cursor: pointer;
}

.translator input.form-control {
  color: red;
  font-size: 11px;
}

.checkbox-labeled {
  -webkit-transform: scale(0);
          transform: scale(0);
  display: none;
}

.checkbox-labeled-label {
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
  border: 1px solid grey;
}

.checkbox-labeled:checked + .checkbox-labeled-label {
  background-color: green;
  color: white;
}

.umodal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.umodal.hidden {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.umodal .umodal-inner {
  background-color: white;
  padding: 25px;
  width: 50%;
  min-width: 550px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1649px) {
  .side-nav {
    padding: 4.25rem 1rem 1rem;
  }
  .content-wrapper {
    padding: 1rem 1rem 1rem 2rem;
  }
  .evu-link {
    width: 200px;
  }
  .button-field {
    height: 76px;
    margin: -1rem -1rem 1rem -2rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 1450px) {
  .evu-link {
    width: 200px;
  }
  .data-grid td {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-wrapper {
    height: auto;
  }
  .side-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0.5rem 1.25rem;
  }
  .content-wrapper {
    padding: 1rem;
  }
  .evu-link {
    width: 150px;
  }
  .data-grid td {
    padding: 15px 5px;
  }
  .data-grid td:last-child {
    padding: 15px 25px 15px 10px;
  }
  .logout-button {
    margin-top: 0;
  }
}
@-moz-document url-prefix() {
  .panel-wrapper {
    height: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .panel-wrapper {
    height: auto;
  }
}
.title-m {
  display: none;
}

@media screen and (max-width: 991px) {
  .title-b {
    display: none;
  }
  .title-m {
    display: block;
  }
}
.login .info {
  background-color: #ccdbe5;
  padding: 15px;
  margin-top: 24px;
}
.login .info a {
  text-decoration: underline;
  color: #000;
}

.trblock {
  display: none;
}

.trblock:target {
  display: block;
  /* rules go here */
}