/* Default css file for content edited with htmlArea RTE */
@import '../font-awesome.min.css';
.fontawesome {
  border-top: dotted 1px black;
  border-bottom: solid 2px black;
}
/* Table style only applied in the BE for identifying tables */
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  font-weight: bold;
}
.cke_editable table,
.cke_editable table > tr > td,
.cke_editable table > tr > th,
.cke_editable table > thead > tr > th,
.cke_editable table > tbody > tr > td,
.cke_editable table > tfoot > tr > th {
  border: #d3d3d3 1px dotted !important;
}
.cke_editable span.read-more {
  color: blue;
}
/* Headlines */
h1.header-1,
h2.header-1,
h3.header-1,
h4.header-1,
h5.header-1,
h6.header-1 {
  color: #008855;
}
/* Paragraph styles */
p sup,
p sub {
  font-size: 0.7em;
}
/* Align buttons */
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
/* Bullet styles */
ul.action-items {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
ul.action-items li {
  position: relative;
  padding: 0.2em 0.2em 0.2em 2em;
}
ul.action-items li:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #263369;
}
ul.action-items li a {
  text-decoration: none;
}
/* Anchor styles */
a {
  /* Base */
  /* GA Optout */
}
a.external-link,
a.internal-link,
a.internal-link-plus,
a.internal-link-circle,
a.download,
a.pdf,
a.word,
a.mail {
  position: relative;
  display: inline;
  padding: 0 0 0 0.3em;
  color: #263369;
  text-decoration: none;
  box-shadow: 0 0 0 transparent, -1em 0 0 transparent;
  margin: 0 0 0 1em;
}
a.external-link:before,
a.internal-link:before,
a.internal-link-plus:before,
a.internal-link-circle:before,
a.download:before,
a.pdf:before,
a.word:before,
a.mail:before {
  position: absolute;
  top: 0.15em;
  left: -0.8em;
  font: normal normal normal 1em/1 FontAwesome;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #263369;
}
a.external-link span,
a.internal-link span,
a.internal-link-plus span,
a.internal-link-circle span,
a.download span,
a.pdf span,
a.word span,
a.mail span {
  text-decoration: none;
}
a.download,
a.pdf,
a.word,
a.mail {
  padding-left: 0.5em;
}
a.external-link:before {
  content: "\f14c";
}
a.internal-link:before {
  padding-right: 0.1em;
  content: "\f054";
}
a.internal-link-plus:before {
  content: "\f067";
}
a.internal-link-circle:before {
  content: "\f138";
}
a.download:before {
  content: "\f019";
}
a.pdf:before {
  content: "\f1c1";
  color: #cc0c0c;
}
a.word:before {
  content: "\f1c2";
  color: #125b9a;
}
a.mail:before {
  content: "\f199";
}
/* Image styles */
img.image-left {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
img.image-right {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
/* Table styles */
table.table,
table.table-striped {
  width: 100%;
}
table.table-members > tbody > tr > td {
  min-height: 120px;
}
table.tables-lines {
  width: 100%;
  border-bottom: 1px solid #808080;
}
table.tables-lines thead th {
  text-align: left;
  background-color: #FFFFFF;
}
table.tables-lines th {
  border-top: 1px solid #808080;
  padding: 5px;
}
table.tables-lines th p {
  margin: 0px;
}
table.tables-lines td {
  border-top: 1px solid #808080;
  padding: 5px;
}
table.tables-lines td p {
  margin: 0px;
}
/* Image Floats */
img.text-float-left {
  float: right;
  margin: 20px 0 20px 20px;
}
img.text-float-right {
  float: left;
  margin: 20px 20px 20px 0;
}
