body, a, input, select {
  font-family: sans-serif;
  font-style: normal;
  color: black;
}

body {
  font-size: 14px;
  color: #000000;
  background-color: transparent;
}

body.signed_in {
  background-image: url("/assets/signed_in-9f776d08.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
}

a:link {
  color: #3300FF;
}

a:visited {
  color: #3300FF;
}

a:hover {
  color: #FF0099;
  background-color: #c3ccff;
}

label {
  padding: 2px 10px 2px 10px;
  color: #17377c;
  background-color: #ffd28b;
}

input {
  font-size: 14px;
  color: #000000;
}

textarea {
  font-family: courier, monospace;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #808387;
  color: #221b51;
}

.months {
  margin: 0px 10px 10px 10px;
  color: #221b51;
}

.months td {
  margin: 0;
  padding: 0;
}

.box {
  font-family: courier, monospace;
  font-size: 14px;
  border: 1px solid #808387;
  padding: 5px 10px 5px 10px;
  margin: 2px 2px 2px 2px;
  color: #221b51;
}

.box a {
  background-color: #c0bbff;
}

.vat {
  vertical-align: top;
}

.ar {
  text-align: right;
}

.h_red {
  color: red !important;
  background-color: #ffcccc !important;
}

#nav {
  overflow: hidden;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {
  float: left;
  list-style: none;
  margin: 0 2px 0 0;
  padding: 0;
}

#nav a {
  padding: 2px 10px 2px 10px;
  line-height: 28px;
  white-space: nowrap;
  color: #0000ff;
  background-color: #b3ff3b;
  border-right: 1px #888 solid;
  border-bottom: 1px #888 solid;
  text-decoration: none;
  /* round buttons */
  /*-moz-border-radius:    10px;*/
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#nav a:hover {
  background-color: #fffc7e;
}

#search_indicator {
  display: none;
}

#search_result ul {
  list-style-type: none;
  padding: 0;
}

#search_result li {
  color: #222222;
  margin-bottom: 6px;
}

#search_result .hl {
  color: #ff0632;
  border: 1px solid #ff4900;
  background-color: #f7fb7e;
}

#cover {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: black;
  filter: opacity(0.8);
  opacity: 0.8;
  /*-moz-opacity: 0.8;*/
  -khtml-opacity: 0.8;
}

#modal {
  position: fixed;
  top: 20px;
  background-color: #ced0d4;
  padding: 8px 14px 8px 14px;
  margin: 0;
  border: 1px solid silver;
}

#modal a {
  margin: 0;
  padding: 2px 6px 2px 6px;
  font-size: 14px;
  white-space: nowrap;
  color: white;
  background-color: black;
  border-right: 1px #888 solid;
  border-bottom: 1px #888 solid;
  text-decoration: none;
  /* round buttons */
  /*-moz-border-radius:    12px;*/
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

#modal a:hover {
  color: black;
  background-color: white;
}

.x_button a {
  margin: 0 !important;
  padding: 0 4px 0 4px !important;
  font-size: 12px;
  white-space: nowrap;
  color: white !important;
  background-color: black !important;
  border-right: 1px #888 solid !important;
  border-bottom: 1px #888 solid !important;
  text-decoration: none;
  /* round buttons */
  /*-moz-border-radius:    6px;*/
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.x_button a:hover {
  color: black !important;
  background-color: #dadada !important;
  border: 1px black solid !important;
}

/* error msg */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

#error_explanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

#login_notice {
  position: fixed;
  width: 100%;
  top: 20%;
}

#login_notice div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border: 4px solid #ff8e8a;
  text-align: center;
  font-size: 32px;
  color: #ffd1d3;
  background-color: #db0500;
  /* round buttons */
  /*-moz-border-radius:    30px;*/
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

#notice {
  position: fixed;
  width: 100%;
  top: 20px;
}

#notice div {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border: 4px solid #96ea6e;
  text-align: center;
  font-size: 16px;
  color: #dffee1;
  background-color: #2a5511;
  /* round buttons */
  /*-moz-border-radius:    30px;*/
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

#alert {
  position: fixed;
  width: 100%;
  top: 20px;
}

#alert div {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border: 4px solid #ec787a;
  text-align: center;
  font-size: 16px;
  color: #ffd7de;
  background-color: #990400;
  /* round buttons */
  /*-moz-border-radius:    30px;*/
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

#login_invalid {
  color: green;
  margin-top: 10px;
}

/* separator div, ex: <div class='S08'></div> */
.S08 {
  display: inline-block;
  height: 8px;
}

.S10 {
  display: inline-block;
  height: 10px;
}

.S12 {
  display: inline-block;
  height: 12px;
}

.S14 {
  display: inline-block;
  height: 14px;
}

.S16 {
  display: inline-block;
  height: 16px;
}
