/* CSS Document */

.mainDiv {
  min-width: 1000px;  
}

.contentDiv {
  margin: 15px 5px;
  
}

.infoVersionBanner { 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  
}

#cookieBanner { 
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  display: none;
  
}

.logoText {
  font-size: 20px;
  font-weight: 700;
  font-variant: small-caps;
  color: #6a6a6a;
  
  display: inline-block;
  margin-top: 5px;
  
}

.logoSeparator {
  border-left: 1px solid #bcbcbc;
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
  
}

.navbar {
  border-bottom: 1px solid #bcbcbc;
   
}

.overviewTblShortTitle {
  max-width: 100px;
  font-size: 10px;
  max-height: 50px;
  
  overflow: hidden;
  text-overflow: ellipsis;
  
  display: inline-block;
  cursor: pointer;
  
}

.msgSuccess {
  font-weight: 700;
  font-size: 16px;
  color: #079e07;
  
}

.msgError {
  font-weight: 700;
  font-size: 16px;
  color: #c80808;
  
}

.noLinkStyle {
  text-decoration: none;
  color: black;
  
}

.tableDefBorder {
  border-width: var(--bs-border-width) !important;
  
}
