/* Import variables from Orion */
@import 'https://fonts.googleapis.com/css?family=Gothic+A1:400,700|Karma:400,700';
:root {
  --main-bg-color: #eee; }

.loading {
  margin: 5em 0; }

.search-info * {
  display: inline-block; }

.light-border-notop-right-6 {
  border-right: 3px solid #F3F3F3; }

.even {
  background-color: #ddd; }

.odd {
  background-color: #fff; }

.published {
  color: green; }

.draft {
  color: red; }

.titles {
  margin-left: 10px;
  font-size: 14pt;
  font-weight: bold; }

.listInfo {
  text-align: center; }

.Header {
  color: #007577;
  font-size: 24pt;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 32px;
  width: 95%; }

.heading td {
  background-color: #007577;
  color: #fff; }

.fidelisListTable tr.heading {
  background-color: #007577;
  color: #fff; }

.heroEditButton {
  margin-top: 5px;
  margin-left: 25px;
  margin-right: 0px;
  display: inline-block;
  height: auto;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
  width: auto;
  text-align: center;
  background-color: #007577;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0098a5), to(#007577));
  background-image: -webkit-linear-gradient(top, #0098a5, #007577);
  background-image: -moz-linear-gradient(top, #0098a5, #007577);
  background-image: -ms-linear-gradient(top, #0098a5, #007577);
  background-image: -o-linear-gradient(top, #0098a5, #007577);
  color: #fff;
  padding: 10px; }

.heroEditButton:hover {
  background-color: #0098a5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#007577), to(#0098a5));
  background-image: -webkit-linear-gradient(top, #007577, #0098a5);
  background-image: -moz-linear-gradient(top, #007577, #0098a5);
  background-image: -ms-linear-gradient(top, #007577, #0098a5);
  background-image: -o-linear-gradient(top, #007577, #0098a5);
  cursor: pointer; }
