:root {
  --link-color: #fff;
  --link-color-hover: #a7a7a7;
  --body-background-color: #232323;
  --body-text-color: #fff;
  --element-background-color: #2a2a2a;
  --primary-color: #6EB43F;
}

body, table, td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background: var(--body-background-color);
  color: var(--body-text-color);
}

td.smalltextnolink, a.smalltextnolink, span.smalltextnolink {
  font-size: 1rem;
  color: var(--body-text-color);
}

#file_fs .smalltextnolink {
  font-size: .8rem;
  font-weight: normal;
}

table tr td {
  padding: .5rem;
}

.labelSpanEdit {
  font-weight: bold;
}

.effectStatic input[type="text"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--link-color-hover);
  color: var(--body-text-color);
  padding: .5rem;
  font-size: .9rem;
  width: 20rem;
  background-color: var(--element-background-color);
}

#file_fs input[type="file"] {
  color: var(--body-text-color);
  font-size: .9rem;
}

.effectStatic textarea.textarea {
  background-color: var(--element-background-color);
  border: 1px solid var(--link-color-hover);
  color: var(--body-text-color);
  width: 100%;
  max-width: 40rem;
  height: 8rem;
  font-size: .9rem;
}
.vspacer td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.required {
  color: #ff0000;
  font-weight: bold;
  font-size: .8rem;
  margin-top: -.75rem;
  margin-left: .5rem;
}
#case_form {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #case_form {
    width: 44rem;
    margin: auto;
  }
  textarea {
    width: 80%;
  }
}

#loadingImage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff url(/assets/images/loading.gif) 50% 50% no-repeat;
  opacity: .9;
  display: none;
}

table {
  margin: 0;
  color: var(--body-text-color)
}
.form_actions {
  padding: 1rem;
  text-align: center;
}
.form_actions input {
  cursor: pointer;
  color: var(--body-text-color);
  background-color: var(--primary-color);
  font-weight: bold;
  padding: .5rem 4rem;
  font-size: 1rem;
  border-radius: .5rem;
  border: none;
}
#attachment {
  text-align: left;
  width: 100%;
}
#submitter {
  border: 2px solid #aaa;
  padding: .5rem 1rem;
  background: #ccc;
  border-radius: .25rem;
  width: 10rem;
  font-size: 1rem;
  cursor: pointer;
  color: #000;
}
#submitter:active {
  background: #bbb;
  box-shadow: none;
}
#file_upload {
  display: none;
}
#attachfile {
  cursor: pointer;
  text-decoration: underline;
}
#INCOMINGMESSAGEhelp_fs_lbl {
  font-size: .9em;
}
.smalltextnolink {
  font-size: 1rem;
}
