body {
  display: inline-flex;
  flex-direction: row;
}

#form {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
}

#page-title {
  text-transform: uppercase;
  margin: 0;
}

a {
  text-decoration: 0;
}

a[disabled] {
  pointer-events: none ; 
  cursor: none;
}

/* h2,
h3 {
  text-transform: uppercase;
} */
h3 {
  border-bottom: 1px solid gainsboro;
}

input {
  margin: 0.25em 0;
}

input[type="file"] {
  width: 25%;
}

#nav {
  display: inline-flex;
  flex-direction: column;
}
.nav-bar-link {
  text-decoration: none;
  font-size: medium;
  color: rgb(78, 78, 78);
  cursor: pointer;
  margin-left: 5%;
  margin-top: 4%;
  width: fit-content;
  display: inline-flex;
  flex-direction: row;
}
.nav-bar-link-selected {
  font-weight: bold;
}
.nav-bar-header {
  font-size: large;
  font-weight: bold;
  margin-top: 12%;
  display: inline-flex;
  flex-direction: row;
}

.status {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

#nav-bar-panel,
#form-panel {
  display: inline-flex;
  flex-direction: column;
  background-color: white;
  border-top: 2px solid #dbdbdb;
  margin: 1.5%;
}
#nav-bar-panel {
  width: 20%;
  margin-right: 0;
  overflow-y: auto;
  padding: 3%;
}

#form-panel {
  width: 80%;
  padding: 2%;
}

#form,
#disable-form {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  padding: 0.5%;
}

fieldset {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

#case-select {
  text-align-last: left;
  font-weight: bold;
  font-size: 20px;
  width: fit-content;
  border: none;
  cursor: pointer;
}
#case {
  margin-top: 0 !important;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.btn-close {
  float: right;
}

.form-check-label {
  padding: 0;
  padding-left: 10px;
}

#form-message {
  margin-top: 1%;
}

a.disabled {
  pointer-events: none;
}
