@font-face {
  font-family: 'UniProt';
  src: url("../fonts/uniprot.eot");
  src: url("../fonts/uniprot.eot") format("embedded-opentype"), url("../fonts/uniprot.woff") format("woff"), url("../fonts/uniprot.ttf") format("truetype"), url("../fonts/uniprot.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.uniprot-icon {
  font-family: 'uniprot';
}
.uniprot-icon.entry-reviewed:before {
  content: "s";
  color: #c39b00;
  font-weight: normal;
  font-style: normal;
}
.uniprot-icon.entry-unreviewed:before {
  content: "t";
  color: #93cffa;
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

/*
 * Bootstrap settings to override everywhere (more important than the ones in bootstrap-override.css).
 */
label {
  font-weight: normal;
}

h1 {
  color: #E36D56;
}

h2 {
  color: #0E51A7;
}

h3 {
  color: #E36D56;
}

.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row-eq-height {
  display: flex;
}

/*
 * Rule status icon (the green circle that shows applied rules)
 */
.rule-status-icon {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.rule-status-icon.active-rule {
  background-image: url(../images/icon_ruleactive.png);
}

.xref-type {
  font-weight: bold;
  float: right;
}
.xref-type.domain:after {
  content: 'D';
  color: #46B717;
}
.xref-type.family:after {
  content: 'F';
  color: #CF1B0A;
}
.xref-type.site:after {
  content: 'S';
  color: #892CB9;
}
.xref-type.repeat:after {
  content: 'R';
  color: #E17E10;
}
.xref-type.homologous_superfamily:after {
  content: 'H';
  color: #000000;
}

.header {
  background-color: #0E51A7;
  background: #0E51A7 url("../images/UniRule_logo.png") right no-repeat;
  height: 50px;
  padding: 8px 0;
}
.header .title {
  color: white;
  margin: 0;
}

footer {
  text-align: center;
  font-size: 0.8em;
  color: #999999;
}
footer hr {
  color: #CCC;
  width: 60%;
  margin-left: 20%;
  margin-bottom: 5px;
}

li.csv {
  display: inline;
}

li.csv:after {
  content: ', ';
}

li.csv:last-child:after {
  content: '';
}

.space-before {
  margin-left: 8px;
}

.space-before-sm {
  margin-left: 4px;
}

.space-after {
  margin-right: 8px;
}

.space-after-sm {
  margin-right: 4px;
}

.has-error .form-control {
  background-color: #fff;
}

/*
 * Auto-completion.
 */
div.wicket-aa-container {
  max-height: 200px;
  border: 1px solid #cccccc;
  background-color: white;
  cursor: default;
}

div.wicket-aa ul {
  list-style: none;
  margin: 0;
}

div.wicket-aa ul li {
  padding: 4px 4px;
}

div.wicket-aa ul li.selected {
  color: white;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
}

/*
 * backdrop
 * Copied from bootstrap's modal-backdrop
 */
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.required:after {
  content: " *";
  font-size: 16px;
  color: #b94a48;
  font-weight: bold;
  position: relative;
}

.required-group {
  position: relative;
}

.required-input {
  color: #b94a48;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 4px;
  left: -12px;
}

.role-user {
  color: blue;
  width: 1em;
}

.role-curator {
  color: green;
  width: 1em;
}

.role-admin {
  color: #FFD76E;
  width: 1em;
}

/*# sourceMappingURL=style3.css.map */
