.document_list a {
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
  background: url(images/pdf.png) left center no-repeat;
  padding-left: 70px;
  display: block;
  min-height: 75px;
  margin-bottom: 10px;
  padding-top: 15px;
}

.document_list a:hover {
  background: url(images/dov_h.png) left center no-repeat;
}

.mb-sm-1{
  margin-bottom: 0.5rem !important;  
}

.item-pagination-disabled{
  z-index: 2 !important;
  color: #004a43 !important;
  text-decoration: none !important;
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
}

/*Custom Menu Item*/
.app-menu__item.active.cst-menu-item{
  background: #0d1214 !important;
}

.cst-menu-item:hover{
  background: #86a8d8 !important;
}
/*Custom Menu Item*/

.widget-small.info a{
  color: #FFF;
}

.is-link{
  cursor: pointer;
}

.full-size{
  font-size: 100% !important;
}

.copy-icon{
  color: #dee2e6;
}

.is-success-icon{
  color: #009688;
}