@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a,
.btn-link {
  color: #0366d6;
}

.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;
}

.search-bar {
  width: 100%;
  min-height: 40px;
}

.input-container {
  width: 100% !important;
  margin: 1.5rem auto;
}

.input-container>input {
  min-height: 30px;
  min-width: 370px;
}

.input-container>p {
  font-weight: bolder;
  font-size: 1.3rem;
}

.dialog-floating {
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  /* Black w/ opacity */
}

.dialog-floating>div {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 600px;
  width: 80%;
}

.row {
  width: 100%;
}

.row>a {
  margin: 0.5rem 1rem;
}

.border {
  border-bottom: 1px solid black;
  width: 100%;
  margin: 1rem auto;
}
.decoder-container {
  height: 100%;
  width: 100%;
}

.scroll-box {
  height: 90vh;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
}

.decoder-message {
  margin-top: 1.5rem;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  -o-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.decoder-message > h4 {
  background: #e4f5eb;
  padding: 1rem;
  color: black;
  font-weight: bolder;
}

.decoder-title {
  color: black;
  font-weight: bolder;
}

.decoder-data-container > h6 {
  padding: 0.1rem 1rem;
}

.vertical-ruler-left {
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.title-bar-live {
  width: 100%;
  min-width: 100%;
  background: #cbd9e0;
  border-radius: 10px 10px 0px 0px;
}

.event-warning {
  background-color: #e9e9b0;
  color: black;
}

.event-error {
  background-color: #efa1a1;
  color: black;
}

.event-information {
  background-color: #b4f3b4;
  color: black;
}

.event-container {
  margin: 0;
  padding: 1rem;
}

.valid-icon {
  color: #26b050;
}

.invalid-icon {
  color: red;
}

.button-cursor {
  cursor: pointer;
}

.status-card-title {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: .05rem;
  text-transform: uppercase;
  display: inline-block;
  margin: 0rem .5rem;
}

.enabled-circle {
  background: limegreen;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%);
}

.disabled-circle {
  background: #cd5353;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%);
}

.status-card-status {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 .5rem;
}

.status-card {
  width: auto;
  display: inline-block;
  padding: 1rem;
  margin: .5rem;
  border: 1px solid grey;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
}

.status-card-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .2rem;
}

.status-card-actions-button:nth-child(1) {
  border: none;
  color: darkorange;
  margin: 0 .2rem;
}

.status-card-actions-button:nth-child(2) {
  border: none;
  color: red;
  margin: 0 .2rem;
}

.status-card-actions-button:nth-child(3) {
  border: none;
  color: #66c066;
  margin: 0 .2rem;
}

