body {
  background-color: #181818;
  font-family: Helvetica, sans-serif;
  font-weight: lighter;
}

xmp {
  margin: 0px;
  font-family: Helvetica, sans-serif;
  font-weight: lighter;
}

::placeholder {
  color: #323232;
}

.login-container {
  position: absolute;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
  border: 1px solid lightsalmon;
  border-radius: 5px;
  width: 400px;
  height: 400px;
  display: none;
}

.login-title,
.login-username-title,
.login-password-title {
  color: lightsalmon;
  font-size: 26px; 
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-title {
  padding-bottom: 38px;
}

.login-username-input,
.login-password-input,
.table-input,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: lightsalmon !important;
  font-size: 26px !important;
  background: #181818 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid lightsalmon !important;
  position: relative !important;
  left: 15px !important;
  width: 368px !important;
  outline: none !important;
  -webkit-box-shadow: 0 0 0 1000px #181818 inset !important;
  -webkit-text-fill-color: lightsalmon !important;
  font-weight: lighter;
}

.table-input {
  position: absolute !important;
  left: 2px !important;
}

.login-submit-button-box,
.block-submit-button-box {
  position: relative;
  width: 150px;
  height: 58px;
  border: 1px solid lightsalmon;
  border-radius: 5px;
  margin: 0px auto;
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
}

.block-submit-button-box {
  top: -26px;
  left: 235px;
}

.login-submit-button-box:hover,
.block-submit-button-box:hover {
  border: 1px solid #73ECFA;
}

.login-submit-button-box:hover .login-submit-button-text,
.block-submit-button-box:hover .block-submit-button-text {
  color: #73ECFA;
}

.login-submit-button-text,
.block-submit-button-text {
  position: relative;
  color: lightsalmon;
  font-size: 26px;
  padding-top: 12px;
  cursor: pointer;
}

.block-submit-button-text {
  top: 2px;
}

.header-container {
  top: 10px;
  width: 100%;
  min-height: 30px;
}

.header-inner-container-align-right {
  text-align: right;
  margin-right: 6px;
  float: right;
}

.header-inner-container-align-left {
  text-align: left;
  margin-left: 6px;
}

.header-titles {
  color: lightsalmon;
  font-size: 26px;
  cursor: pointer;
}

.header-titles.active {
  text-decoration: underline;
}

.header-titles.active:hover {
  color: lightsalmon;
  cursor: default;
}

.header-titles:hover {
  color: #73ECFA;
  text-decoration: underline;
}

.header-current-detections-title,
.header-tosviolators-report-title {
  float: left;
  margin-right: 20px;
}

.data-container {
  position: relative;
  top: 28px;
  width: 100%;
  min-height: 200px;
  padding-left: 5px;
}

.data-column {
  color: lightsalmon;
  font-size: 26px;
  float: left;
  margin-right: 15px;
}

tr.tr-data,
.footer .actions span,
.data-column.data.unblock {
  cursor: pointer !important;
}

tr.tr-data.detections:hover .data-column.data,
.data-column.data.emailfile:hover,
.data-column.data.compute:hover,
.footer .actions span:hover,
.data-column.data.unblock:hover {
  color: #73ECFA;
  text-decoration: underline;
}

span#back {
  cursor: pointer;
}

span#back:hover {
  color: #73ECFA;
}

.detections-details-table,
.detections-email-source-table,
.tosviolators-report-table,
.block-tosviolator-table {
  display: none;
}

.tr-data.violators .data-column.data {
  cursor: text;
}

tr#violatorinput {
  position: relative;
  top: -30px;
}
