a:active {
  text-decoration: none;
}
a:link {
  color: #0d7deb;/*#0080FF;*/
  text-decoration: none;
  font-weight: bold;
  border: 1px none #FF9900;
}
a:visited {
  color: #0d7deb;/*#0080FF;*/
  text-decoration: none;
  /*font-weight: bold;*/
}
a:hover {
  text-decoration: underline;
}
.doc ol ul, .doc ol {
  font-size: 1.7rem;
  color: #37474f;
}
.highlight, .hl {
  font-weight: bold;
}
.hli {
  font-weight: bold;
  font-style: italic;
}
.caption {
  color: #2db0db;
  font-weight: bold;
}
.warn {
  color: #ff6f00;
}
.btn {
  color: #fff;
  background-color: #c0ca33;
  border-radius: 5px;
  padding: 2px 8px;
  margin: 2px 3px;
  display: inline-block;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.2);
}
.round {
  padding: 2px 2px;
  border-radius: 50%;
  border: none;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
.square {
  padding: 2px 2px;
  border-radius: 5px;
  border: none;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
.win {
  color: #2db0db;
  border: solid 2px #2db0db;
  border-top: solid 6px #2db0db;
  border-radius: 5px;
  padding: 2px 8px;
  margin: 2px 3px;
  display: inline-block;
}
.menu {
  color: #666;
  border: solid 2px #aaa;
  border-radius: 5px;
  padding: 2px 8px;
  margin: 2px 3px;
  display: inline-block;  
  font-weight: normal;
}
.menu::before {
  content: "≡";
  padding-right: 10px;
  vertical-align: middle;
}
.tab {
  color: green;
  border: solid 2px green;
  border-bottom: solid 6px green;
  border-radius: 5px;
  padding: 2px 8px;
  margin: 2px 3px;
  display: inline-block;
  text-transform: uppercase;
}
.mod {
  /*module*/
  font-weight: bold;
}
.info, .alert {
  padding: 2px 18px;
  margin: 2px 3px;
  display: block;  
}
.info::before {
  content: "💡";
  font-size: 1.2rem;
  padding-right: 10px;
  vertical-align: middle;
}
.alert {
  color: #c10015;
}
.alert::before {
  content: "⚠";
  font-size: 2rem;
  padding-right: 10px;
  vertical-align: middle;
  color: #c10015;
}
.bg-amber {
  background-color: #ffc107 !important;
}
.bg-green {
  background-color: #4caf50 !important
}
.bg-blue {
  background-color: #2196f3 !important;
}
.bg-deep-orange {
  background-color: #ff5722 !important;
}
.bg-indigo {
  background-color: #3f51b5 !important;
}
.bg-negative {
  background-color: #c10015 !important;
}
.bg-lime-7 {
  background-color: #c0ca33 !important;
}
.bg-blue-grey-1 {
  background-color: #eceff1 !important;
}
.text-green {
  color: #4caf50 !important
}
.text-blue {
  color: #2196f3 !important
}
.text-red {
  color: red !important;
}
.text-negative {
  color: #c10015 !important;
}
.text-white {
  color:  #fff !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.rounded-box {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
}
.field {
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 2px solid #2196f3;
}
.field::before {
  content: "✎";
  font-size: 2rem;
  padding-right: 10px;
  color: #2196f3;
}
.action {
  font-weight: bold;
}
.edit-action {
  font-weight: bold;
  color: #ff5722 !important;
}
.actor {
  padding-bottom: 2px;
  border-bottom: 3px dashed #ff6f00;
  color: #ff6f00;
}
.required-import-field {
  font-weight: bold;
  color: red;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.unique-import-field {
  font-weight: bold;
  color: red;
  background-color: yellow;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.lookup-import-field {
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-decoration: underline;
}
.placeholder-import-field {
  font-weight: bold;
  color: #2db0db;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}