td.subgridRecordLink{
    cursor: pointer;
    text-decoration: underline;
    color:#0C2C52;
}
button.form-close {
    font-size: 2em;
}
.modal-form .modal-body iframe {
    height: 57em;
}
tr.subgridError{
  background-color:rgba(235, 204, 209)!important;
}
tr.subgridError:hover{
  background-color:rgba(0, 0, 0, 0.1)!important;
}
#subgrid_otherownersandcontacts tbody tr:hover,#BuildingRegistrationSubGrid tbody tr:hover,#subgrid_UnitRegistrations tbody tr:hover {
        background-color:rgba(0, 0, 0, 0.15);
}
.table tbody a {
    text-decoration: inherit;
}
a[title='Create']::before{
  position: relative;
  top: 1px;
  right: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  /*line-height: 1;*/
  content:"\e081";
}
a[class='workflow-link']::before{
    position: relative;
  top: 1px;
  right: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content:"\e019";
}

a[class='edit-link launch-modal']::before{
  position: relative;
  top: 1px;
  right: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content:"\e065";
}
a[class='delete-link']::before {  
  position: relative;
  top: 1px;
  right: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content:"\e020";
}
a[class='deactivate-link']::before {  
  position: relative;
  top: 1px;
  right: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content:"\e083";
}
/*
#saveBtn::before{
  position: relative;
  top: 1px;
  right: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content:"\e172";
}
#submitBtn:before{
  position: relative;
  top: 1px;
  right: 4px;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content:"\e067";
}
*/
/*table th[aria-label='Actions'] span{  
  position: relative !important;
}
*/