.template-warning-letter {
  margin-bottom: 15px !important;
}
.template-publish-dialog {
  margin-top: 25px;
  background: #f5f6f7;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.template-publish-dialog .confused {
  display: inline-block;
  float: left;
  width: 20px;
}
.template-publish-dialog-text {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  float: left;
  width: calc(100% - 20px);
}
.documentPublishedPopup p {
  margin: 10px 0 10px 0;
  color: #000;
  font-weight: 500;
}
.documentPublishedPopup .user-detail-documnet {
  border: 1px solid #dfdfdf;
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.documentPublishedPopup .user-detail-documnet img {
  width: 50px;
  border-radius: 50px;
  float: left;
  padding: 8px;
}
.documentPublishedPopup .user-detail-documnet .name {
  float: left;
  width: calc(100% - 230px);
  padding-left: 15px;
}
.documentPublishedPopup .user-detail-documnet .download {
  width: 180px;
  margin-top: 8px;
  float: left;
}
.documentPublishedPopup .user-detail-documnet .download a {
  color: #37b6cd;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
}
.documentPublishedPopup .user-detail-documnet .download a:first-child {
  border-right: 1px solid;
  padding-right: 10px;
  padding-left: 0px;
}
img.document-published-cancelpopup {
  width: 15px;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}
.letter-table {
  width: 100%;
}
.letter-table,
.letter-table tr,
.letter-table td {
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
}
.letter-table tr {
  border-bottom: 1px solid #e7eff3;
}
.letter-table thead tr th {
  padding: 20px 0px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #3e4651;
}
.letter-table tbody tr {
  height: 65px;
}
.letter-table tbody td {
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #3e4651;
  padding: 20px 0px 23px !important;
}
.letter-table tbody td.imag-td {
  width: 25px;
}
.letter-table tbody td.imag-td img {
  width: 16px;
}
.letter-table tbody td.date-td {
  width: 120px;
}
.letter-table tbody td.view-td a {
  width: 100px;
  color: #1bacc7;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
}
.letter-table tbody td.delete-td {
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
.letter_tab {
  padding-left: 15px;
}
.letter_tab h3 {
  margin-bottom: 8px;
}
.letter_tab p {
  font-size: 13px;
  line-height: 18px;
}
.generate-template-letter {
  color: #000;
  background: #fff;
  padding: 7px;
  font-weight: 600;
  border: 1px solid;
}
.appraisal-issued-letter {
  margin-top: 10px;
  background: #f4f8fc;
  padding: 10px;
  border-radius: 5px;
}
.appraisal-issued-letter .letter-list {
  padding: 7px 0;
}
.appraisal-issued-letter .letter-list span {
  color: #000;
  font-weight: 500;
  padding-left: 8px;
}
.appraisal-issued-letter .letter-list a {
  width: 100px;
  color: #1bacc7;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  float: right;
  padding-left: 50px;
}
.delete-td-dot {
  position: relative;
  text-align: right;
}
.delete-td-dot .delete-published-letter {
  border: 1px solid #d2cccc;
  padding: 10px;
  border-radius: 5px;
  width: 100px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  z-index: 1000;
  background: #fff;
  top: 0px;
  text-align: left;
}
.delete-td-dot .delete-published-letter span {
  padding-left: 5px;
}
.delete-td-dot .delete-published-letter img {
  width: 17px;
}
.delete-td-dot svg {
  width: 25px;
}
.delete-td-dot:hover .delete-published-letter {
  display: block !important;
}
