legend {
	color: #FFFFFF;
	background-color: #426784;
	border: 2px solid #426784;
}

.mainnavi_activ:link {
	color: #333333;
}

.mainnavi_activ:visited {
	color: #333333;
}

.subnavi_activ:link {
	color: #333333;
}
.subnavi_activ:visited {
	color: #333333;
}
a {
	color: #000000;
}

a:visited {
	color: #000000;
}

.message_window {
	background-color: #c6c6c6;
}
.title {
	color: #666666;
}
.inputBoxed:focus {
	border: 1px solid #333333;
}
.submit_button {
	background-color: #C4D6A3;
}

.submit_button_back {
	background-color: #C4D6A3;
}
.activeTblHead {
	background-color: #426784;
}
.activeTblHeadMessage,
.activeTblHeadMessage a {
	color: #FFFFFF;
}
.activeTblBody {
	background-color: #FFFFFF;
}
.activeTblBodyDarkReview {
	background-color:#FFFFFF;
}
.dataTblBodyMessageReview {
	color: #000000;
}
.dataTblBodyMessageReviewO {
	color: #000000;
}

.activeTblBodyMessage,
.activeTblBodyMessage a {
	color: #000000;
}
.dataTblHead {
	background-color: #426784;
}
.dataTblHeadMessage,
.dataTblHeadMessage a {
	color: #FFFFFF;
}
.dataTblBody {
	background-color: #FFFFFF;
}
.dataTblBodyMessage,
.dataTblBodyMessage a,
.amsysIconButton {
	color: #000000;
}
H2#submit {
	color: #426784;
}
DIV.titleText {
	color: #333333;
}
.authorInfoText h2 {
	color: #333333;
	border-bottom: 1px solid #333333;
}

.authorInfoText h3 {
	color: #333333;
}

#abstractTable tr.rowFound {
	background-color: #426784;
}

#abstractTable tr.rowFound td {
	color: #FFFFFF;
	background-color: #426784;
}

#abstractTable tr.rowFound td div {
	color: #000000;
}

.input-group-addon,
.input-group-prepend .input-group-text {
	background-color: #426784;
	color: #FFFFFF;
}

.has-success .input-group-addon,
.has-success .input-group-prepend .input-group-text {
	background-color: #426784;
	color: #FFFFFF;
}

.has-success .input-group-addon i,
.has-success .input-group-prepend .input-group-text i {
	color: #FFFFFF;
}

#agreeDecline {
  display: none;
}

.abstract-header-head span span,
.abstract-text-head span span {
  color: #ff3300;
}

.lightboxContent {
  width: auto;
  height: auto;
  max-width: 96vw;
  max-height: 89vh;
  overflow: scroll;
}

.closeButton {
  top: 10px;
  right: 10px;
  position: fixed;
}

.questionContainer[rel="2062"] .QuestionBody {
  position: relative;
}

.questionContainer[rel="2062"] .QuestionBody table {
  display: flex;
  width: 100%;
  position: relative;
height: 222px;
  overflow: scroll;
  cursor: row-resize;
}

.questionContainer[rel="2062"] .QuestionBody table tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.questionContainer[rel="2062"] .QuestionBody table tbody tr {
  display: flex;
  flex-direction: row;
  width: 20%;
  align-items: center;
}

.questionContainer[rel="2062"] .QuestionBody table tbody tr td:first-child {
  width: 50px;
}

.questionContainer[rel="2062"] .QuestionBody table tbody tr td label {
  margin: 0;
}

.reviewOverview .activeTblBody .labelStructure:nth-child(2) {
  display: none;
}

.reviewOverview .activeTblBody .labelStructure:nth-child(4) {
  display: none;
}

.reviewOverview .activeTblBody .labelStructure {
  margin: 0;
}

.reviewOverview .activeTblBody .labelStructure label {
  padding: 0;
}

.reviewOverview .activeTblHead + .activeTblBody .activeTblBodyMessage {
  padding-bottom: 0;
}

.reviewOverview .activeTblBody + .activeTblBody .activeTblBodyMessage {
  padding-top: 0;
}

.reviewOverview .activeTblHead .activeTblHeadMessage {
  padding-bottom: 2px;
}

.reviewOverview .activeTblHead + .activeTblHead .activeTblHeadMessage {
  padding-top: 2px;
  padding-bottom: 10px;
}

.reviewOverview .activeTblHead .activeTblHeadMessage .labelStructure {
  margin: 0;
}

.reviewOverview .activeTblHead .activeTblHeadMessage .labelStructure label {
  padding: 0;
}

.review-abstracts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.reviewOverview .activeTblBody .labelStructure.reviewAbsPresentationForm {
    display: none;
}

#choicereport [type="submit"] {
    background-color: #ff3300;
}