@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html,
body {
  height: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
h3 {
  font-size: 125%;
}
a,
.popover-span {
  text-decoration: underline;
  color: #2689a8;
  cursor: pointer;
}
#abstract-content {
  margin-bottom: 40px;
}
.container {
  background-color: #fff;
}
.content-table {
  border-collapse: collapse;
}
.content-table td {
  padding: 5px;
}
.note {
  font-style: italic;
  color: #f00;
}
strong {
  font-weight: bold;
}
ul li {
  list-style: disc;
  margin-left: 15px;
  line-height: 1.5em;
}
.infoList li a {
  text-decoration: none;
}
#sort-auths li,
.infoList li,
#sort-abs li {
  list-style: none;
}
#sort-auths li,
#sort-abs li {
  background-color: rgba(220, 220, 220, 0.3);
  max-width: 450px;
  margin: 15px;
  padding: 10px;
  border-radius: 5px;
}
.ui-sortable-helper {
  background-color: red;
}
.highlight {
  background-color: rgba(223, 171, 38, 0.4) !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  background-color: #2689a8;
  border-color: #2689a8;
  text-decoration: none;
  color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #2689a8;
  border-color: #2689a8;
  opacity: 0.8;
}
.clear {
  cursor: pointer;
  text-decoration: underline;
}
.form-check {
  margin-left: 5%;
}
.abs-list li {
  list-style: none;
}
#absContent a,
.greenlink {
  color: #2689a8;
  transition: color 0.5s ease;
}
a:hover,
.greenlink:hover {
  color: #2689a8;
  text-decoration: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.mb-5 {
  margin-bottom: 5rem;
}

/* topics */
.topic-rows .row:nth-of-type(even) {
  background-color: #efefef;
}

.topic-rows strong {
  padding-top: 5px;
}

.individual-abstract-container {
  margin: 30px 15px;
  width: 40%;
  min-width: 350px;
  background: #f0f0f0;
  padding: 5px 10px;
}

.tox .tox-statusbar__path > * {
  display: none;
}

.delete-abstract .delete-main {
  padding: 3px 3px;
  background-color: #2689a8;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  margin-left: 12px;
  cursor: pointer;
}
