.info-icon {
  background: #5959f3;
  height: 16px;
  width: 16px;
  border-radius:8px;
  text-align: center;
  cursor: pointer;
}
.info-icon:after {
  content: 'i';
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
  font-family: serif;
  color: #fff;
  top: -1px;
  position: relative;
  cursor: pointer;
}
.head {
  background-image: url("/assets/head_icon-4d38cbf3.png");
  width: 15px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 12px;
  position: relative;
}

.errors {
  background-image: url("/assets/error_m-efef38c1.gif");
  width: 15px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 12px;
  position: relative;
}

.warn_icon {
  background-image: url("/assets/warn_m-97013804.gif");
  width: 15px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 12px;
  position: relative;
}

.document_exists {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("/assets/document_icon-47d1a003.png")
}

.document_missing {
  display: none
}

.delete_document_exists {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("/assets/delete_document_icon-c994aad3.png")
}

.delete_document_missing {
  display: none
}
