.admin_level {
  padding: 20px;
  text-align: center;
  background-color: #eeeeee;
  margin: 0 auto;
  font-family: Arial, "MS Trebuchet", sans-serif;
  color: #333333;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.admin-title {
  align-self: flex-start;
}
.admin-columns {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.admin-column {
  width: 33%;
  margin: 10px;
  text-align: left;
  border: 1px solid #cccccc;
  background-color: #e8e8e8;
  padding: 10px;
  color: #333333;
}
.admin-page {
  margin: 10px auto 5px auto;
  text-align: left;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 10px;
  color: #0A246A;
}
.quick_select_box {
  text-align: left;
  background-color: #EEEEEE;
  padding: 10px 5px 0px 5px;
  margin: 0 auto;
  font-family: Arial, "MS Trebuchet", sans-serif;
  color: #333333;
  border: 1px solid #cccccc;
  display: inline-block;
}
.listbox {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 14px;
  /* background-color: #F8F8F8; */
  color: #666666;
  left: 10px;
  padding: 5px;
  position: relative;
  width: 600px;
  display: none;
  text-align: left;
  margin: 10px auto;
}
.listbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listbox li {
  cursor: pointer;
  padding: 5px;
}
.listbox li:hover {
  color: #FB060A;
}
.nameslist {
  border: 1px solid #cccccc;
  margin: 0px;
  padding: 10px;
}
.listhover {
  background-color: #FFFFFF;
  color: #333333;
}
::placeholder {
    font-style: italic;
}
.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  margin-left: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.this-italic {
  font-style: italic !important;
}
.this-bold {
  font-weight: bold !important;
}
.this-center {
  text-align: center !important;
  margin: 0 auto !important;
}
.this-left {
  text-align: left;
}
.this-right {
  text-align: right;
}
.this-margin-no {
  margin: 0;
}
.this-margin-5 {
  margin: 5px;
}
.this-margin-left-20 {
  margin-left: 20px;
}
.this-margin-left-40 {
  margin-left: 40px;
}
.this-margin-bottom-10 {
  margin-bottom: 10px;
}
.this-margin-top-15 {
  margin-top: 15px !important;
}
.this-float-right {
  float: right !important;
}
.this-float-left {
  float: left !important;
}
.this-red {
  color: #CC0000 !important;
}
.this-dk-red {
  color: #990000 !important;
}
.this-blue {
  color: #00c;
}
.this-lt-gray {
  color: #999999 !important;
}
.this-gray {
  color: #666666 !important;
}
.this-yellow {
  color: #FFDD00 !important;
}
.this-white {
  color: #FFFFFF !important;
}
.this-black {
  color: #000000;
}
.this-small {
  font-size: 0.85em !important;
}
.this-bigger {
  font-size: 1.2em;
}
.this-valign-top {
  padding-top: 17px;
  vertical-align: top;
}
.this-valign-middle {
  vertical-align: middle !important;
}
.this-border-top-c {
  border-top: solid 1px #cccccc;
}
.clear-both {
  clear: both;
}
.letter-button-container {
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 20px 20px 0 20px;
}
.letter-variables-box {
  padding: 20px;
  text-align: left;
  background-color: #EEEEEE;
  margin: 0 auto;
  font-family: Arial, "MS Trebuchet", sans-serif;
  color: #333333;
  border: 1px solid #cccccc;
  display: inline-block;
  line-height: 2.0;
}
#sent-message-box {
  margin: 20px auto 0 auto;
  color: #CC0000;
  text-align: center;
}
.normal-table td {
  padding: 5px 10px;
  vertical-align: bottom;
}
.normal-table input[type="text"], .normal-table select {
  min-width: 200px;
}
td label {
  display: block;
  color: #666;
  font-weight: bold;
  font-size: 0.80em;
  padding: 2px;
  text-align: left;
}
#printButton {
    margin: 10px 0 15px 0;
    padding: 3px 6px;
    font-size: 12px;
    cursor: pointer;
}