.pure-g > div {
  box-sizing: border-box;
}
.l-box {
  padding-left: 1em;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.green {
  color: #1cb841;
}
.red {
  color: #ca3c3c;
}
.center {
  text-align: center;
}
.header {
  background: #b7b7b7;
  text-align: center;
}
.header nav {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}
.header nav .pure-menu.pure-menu-open {
  background: inherit;
}
#container {
  padding: 25px;
  margin: 0 auto;
  width: 1080px;
}
.button-success {
  color: #fff;
  background: #1cb841;
}
.button-error {
  color: #fff;
  background: #ca3c3c;
}
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 80%;
  height: 300px;
}
tr.clickable {
  cursor: pointer;
}
ul.pagination {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
ul.pagination li {
  float: left;
  margin-left: 5px;
}
.loading {
  opacity: 0.5;
  cursor: wait;
}
.disable-mouse {
  pointer-events: none;
}
.passwords a.next {
  display: block;
}
.regitration-form {
  max-width: 700px;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
.company h1.premium {
  padding: 10px;
  background: #ffeb3b;
  border-radius: 5px;
  box-shadow: 5px 5px #ccc;
}
.persona-details table {
  min-width: 100%;
}
.registration h1.premium {
  padding: 10px;
  background: #ffeb3b;
  border-radius: 5px;
  box-shadow: 5px 5px #ccc;
}
.registration h2.invalid {
  color: #ca3c3c;
}
.registration .invalid {
  background: #eee;
  opacity: 0.75;
}
.registration-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.email {
  text-align: center;
}
.email img {
  margin: 0 auto;
  border: 1px solid #ccc;
}
.status {
  text-align: center;
  position: fixed;
  top: 25px;
  left: 0;
}
.pure-table {
  display: table;
  width: 100%;
}
.right {
  text-align: right;
}
.event-row {
  font-size: 12px;
  padding: 1px 5px;
  margin: 5px 0;
  border-radius: 3px;
  background: #ff823b;
  color: #fff;
}
.event-row.private {
  background: #ccc;
  color: #000;
}
.email-row {
  margin: 10px 0;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 3px;
}
.email-row img {
  border-radius: 3px;
  border: 1px solid #ccc;
}
.email-row .email-links {
  font-size: 0.5em;
  text-align: center;
}
.email-row .entity-state {
  font-size: 0.5em;
  margin: 0;
  padding: 0;
  color: #ccc;
  text-align: center;
  text-transform: uppercase;
}
ul.classifications {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
ul.classifications li.classification {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 0.75em;
}
ul.classifications li.classification a {
  text-decoration: none;
  color: #000;
}
ul.classifications li.classification.scored {
  background: #eaf6e5;
}
ul.classifications li.classification.rejected {
  background: #fee4eb;
}
ul.classifications li.classification .destroy {
  color: #ca3c3c;
  margin-left: 5px;
  padding: 2px;
}
p.updating-classification {
  display: inline-block;
  padding: 5px;
  margin: 0;
  border-radius: 2px;
  font-style: italic;
  background: #fff;
  font-size: 0.75em;
}
.list .list-name {
  font-size: 1.5em;
  font-weight: bold;
}
.group .group-name {
  font-size: 1.5em;
  font-weight: bold;
}
button.add-to-list-open-select {
  margin-bottom: 10px;
}
ul.add-to-list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
ul.add-to-list li.add-to-list {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 0.75em;
  background: #add8e6;
  color: #fff;
}
ul.add-to-list li.add-to-list a {
  color: #fff;
}
ul.add-to-list li.add-to-list .destroy {
  color: #ca3c3c;
  text-decoration: none;
  margin-left: 5px;
  padding: 2px;
}
p.updating-lists {
  display: inline-block;
  padding: 5px;
  margin: 0;
  border-radius: 2px;
  font-style: italic;
  background: #fff;
  font-size: 0.75em;
}
.italic {
  font-style: italic;
}
select.green {
  color: #7eca5b;
  border: none;
}
select.red {
  color: #dd2325;
  border: none;
}
th.create-journey,
td.create-journey {
  background-color: rgba(81,184,28,0.549) !important;
  color: #fff;
}
tr.current {
  font-weight: bold;
  border: 1px solid #999;
}
tr.current td {
  background: #fffdcf !important;
}
tr.user.archived td {
  background: #fafafa;
  font-style: italic;
}
.team-members .members.archived {
  font-style: italic;
}
.comment {
  margin: 10px 0;
}
.comment p {
  margin: 0;
  font-size: 0.8em;
}
.comment .text {
  background: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 5px;
}
.comment .remove {
  font-size: 0.6em;
  text-align: right;
}
td.expired {
  color: #ca3c3c;
}
table.companies {
  font-size: 14px;
}
table.companies .state {
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
}
table.companies .small {
  font-size: 10px;
}
table.companies a.group {
  margin-right: 5px;
}
table.companies a.group:last-child {
  maring-right: none;
}
