.dataTableThumbImage {
  max-height: 150px;
  max-width: 100px;
}

.itemFieldTitle {
  font-size: 16px;
  font-weight: bold;
}

.itemFieldValue {}

.dataTables_processing.card {
  background: #ffffff00;
  border-style: none;
}
.active_menu {
  border-bottom: 3px solid;
  border-bottom-color: #00ff1c;
}

.margin-right-0-important {
  margin-right: 0px !important;
}

.margin-left-0-important {
  margin-left: 0px !important;
}

.nav-item {
  text-transform: uppercase;
}

#footer {
  bottom: 0px;
  position: inherit;
  width: 100%;
}

#mainContainer-div {
  min-height: 85vh;
  padding: 15px;
}
#mainSpinner-div {
  display: none;
  min-height: 85vh;
  background-image: url(images/Spinner-1s-200px.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}

.resultCardImage {
  max-height: 300px;
  max-width: 200px;
}

#spinner-div{
  position: absolute;
  top: 10%;
}
