#RealtorContacts tr:not(.child) {
    cursor: pointer;
}
.align-left:after {
    content: '';
    flex-basis: calc(25% - 7.5px);
}

.row label input {
    position: relative;
    top: 2px;
    margin-right: 3px;
}
a.link {
    cursor: pointer;
}

#RealtorContacts .dataTables_filter {
    display: none;
}
.dataTable > tbody > tr > td {
    transition: color ease-in-out 300ms, background ease-in-out 300ms;
}
.dataTable > tbody > tr.shown > td {
    background: #1b5278;
    color: #ffffff;
}
.dataTable > tbody > tr.child > td {
    background: #d9edf7;
    padding: 1.5em 2em;
}

.dataTable.table-hover > tbody > tr:hover {
    background-color: #d0e9c6;
}

.contact-details {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}
.contact-assign-row {
    margin: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 0;
}
.contact-assign-row > * {
    margin-right: 0.5em;
}
.contact-assign-row .contact-data span {
    margin-right: 1em;
}
.hspacer {
    height: 6px;
}
.demand-person label span,
.demand-outdoor label span {
    display: inline-block;
    min-width: 130px;
}
.demand-accessible label {
    display: inline-block;
    margin-bottom: 5px;
    width: 45%;
}
div[id^=demand-list-contact] h3 {
    border-bottom: 1px solid #666;
    padding-bottom: 4px;
    font-size: 22px;
}

.contact-needs input[type=text] {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    color: #333;
    margin: 0 5px;
}

fieldset address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    line-height: 1.8em;
}
address .contact {
    margin-top: 1.8em;
}

address .contact i {
    min-width: 20px;
    text-align: center;
}