.zoom:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.zoom2:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.zoom1:hover {
  -ms-transform: scale(1.015);
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}

.zoom {
  transition: transform .2s;
}

.zoom2 {
  transition: transform .2s;
}

.zoom1 {
  transition: transform .2s;
}

@media (min-width: 768px) {
  #image_retrieve2 {
    max-width: 50%!important;
    width: 50%!important;
  }
}

@media (max-width: 768px) {
  #image_retrieve2 {
    max-width: 100%!important;
  }
}

@media (min-width: 768px) {
  #image_retrieve {
    max-width: 100%!important;
    width:100%!important
  }
}

@media (min-width: 768px) {
  #search_input {
    max-width: 30%;
  }
}

.borderRadius7px {
  border-radius: 7px;
}

@media (max-width: 768px) {
  #container_data_entry {
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  #image_retrieve {
    max-width: 100%!important;
  }
}

@media (max-width: 768px) {
  .displayNoneMobile768px {
    display: none;
  }
}

@media (max-width: 768px) {
  #retrieve_logo {
    max-width: 90%!important;
  }
}

@media (min-width: 768px) {
  #retrieve_logo {
    max-width: 40%!important;
  }
}

@media (max-width: 768px) {
  #container_all_doc {
    min-width: 100%;
  }
}

@media (min-width: 768px) {
  #form_search {
    width: 40%;
  }
}

#container_bottom {
  max-width: 40%;
}
