/* src/styles-lead.css */
body {
  font-family: Arial;
  font-size: 12px;
  color: #315e8b;
  line-height: 18px;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}
td,
th {
  font-family: Arial;
  font-size: 12px;
  color: #315e8b;
  line-height: 18px;
  word-wrap: break-word;
  max-width: 100%;
}
.errmsg {
  color: red;
}
.memotext {
  color: #315e8b;
}
a:link,
a:active,
a:visited {
  font-family: Arial;
  font-size: 12px;
  color: #7A0032;
  text-decoration: underline;
  font-weight: bold;
}
table#create-attendee {
  width: 99%;
}
table#create-attendee th {
  text-align: right;
}
table#create-attendee th.normal {
  color: black;
}
table#create-attendee th.errmsg {
  color: red;
}
.btn {
  padding: 8px 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.btn-primary {
  background-color: #7A0032;
  color: white;
}
.btn-primary:hover {
  background-color: #5a0024;
}
.text-center {
  text-align: center;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-40 {
  margin-left: 40px;
}
#errors ul {
  list-style-type: none;
  color: red;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
#top-paragraph {
  font-weight: bold;
}
table {
  max-width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
#autohandler-container2 {
  max-width: 750px;
  width: 100%;
  box-sizing: border-box;
}
#divISI,
#divISIContainer {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#divISI p,
#divISI ul,
#divISI li {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
p {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
