.hiddenElement {  
  display: none !important;
}

html,body {
  scroll-behavior: auto !important;
}

.mainWrapper {
  scroll-behavior: auto !important;
}

.weak {
  opacity: 0.1;
}

.repTags {
  font-weight: bold; 
  color: #019927;
}

.fillHoriz {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 1px;
  opacity: 0.0;
  visibility: hidden;
  color: transparent;
  background-color: transparent;
}

body {
  min-height: 1024px;
  background-color: #d29c340d;  
}

.searchFlt {
  box-sizing: border-box;
  display: inline-block;    
  margin-top: 3px;
  margin-bottom: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  
  min-width: 220px;
  max-width: 280px;
  
  transition: min-width 0.33s ease-out;
  height: 45px;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #1d7ed261;
}

.searchFlt:focus {
  min-width: 95%;
}

.mainWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.menu-left-wrapper {
  display: block;
  flex-shrink: 0;
  height: 100%;
  flex-basis: 310px;  
  min-height: 400px;
  font-family: mono;
  padding-top: 8px;
  padding-left: 8px;
  background-color: #e29c340d;
}

.menu-left {
  border-right: 1px solid #2274bb3b;
  overflow-y: scroll;
  margin-bottom: 7px;
}

.main-content {
  display: block;
  flex-shrink: 0;
  flex-grow: 1;
}

#idMenuLeft ul {
  margin-top: 8px;
  margin-bottom: 30px;  
  list-style-type: none;
}

#idMenuLeft h3 {  
  font-size: 16px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.autodoxnomodes {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ce4e10 !important;
}

.menuItemIsSelected {
  font-weight: bold;
  color: #004cae !important;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #accce82b;
  border-radius: 6px;
  text-shadow: 2px 2px 5px rgba(9, 9, 9, 0.24);
}

.menuItemIsSelected::before {
  content: "\260E";
  margin-right: 12px;
  font-size: 20px;
  line-height: 10px;
  display: inline-block;
}


.catWrapperClosed {
  color: rgb(3, 3, 3);
}

.catWrapperExpanded {
  color: rgb(106, 2, 2);
}

.catWrapperClosed::before {
  content     : "\203A";
  margin-right: 12px;
  font-size   : 24px;
  line-height : 10px;
}

.catWrapperClosed:hover {
  cursor: pointer;
}

.catWrapperExpanded:hover {
  cursor: pointer;
}

.catWrapperExpanded::before {
  content: "\203A";
  margin-right: 12px;
  font-size: 24px;
  line-height: 10px;
  display: inline-block;
  transform: rotate(90deg);
}

li {
  font-size: 14px;
  color: rgb(80,80,80,0.95);
}

li:hover {
  cursor: pointer;
  color: rgb(0,0,0,1.0);
}



.startPageContent {
  display: block;
  padding: 8px;
  padding-left: 14px;
  max-width: 1024px;
  
}