.card-separator-relatives {
    text-indent: 10px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background-color: #efefef;
}

div.card-relatives {
    font-size: 16px;
}

div.relatives-item
{
    display: table;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
    min-height: 50px;
}

div.relatives-item > div {
    display: table-cell;
    vertical-align: middle;
}
div.relatives-item > div:nth-child(2) {
    width:100%;
}

div.relatives-action
{
    display: table;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
    min-height: 50px;
}

div.relatives-action > div {
    display: table-cell;
    vertical-align: middle;
}
div.relatives-action > div:nth-child(1) {
    width:100%;
    padding-left: 10px;
}

div.relatives-nurse-indicator > img {
    height:40px;
    margin-left: 10px;
    margin-right: 10px;
}

div.card-relatives.new-relative-container {
    padding: 10px 0px 10px 0px;
    text-align: center;
}

div.card-relatives i.fa-plus {
    margin-top: 2px;
    margin-right: 10px;
    color: rgb(0, 174, 239);
}

div.card-relatives i.fa-times {
    margin-top: 2px;
    margin-right: 10px;
    color: rgb(193, 38, 46);
}

div.relatives-cancel-new-nurse {
    margin-bottom: 20px;
}

div.relatives-new-nurse-form md-input-container {
    height: 30px;
    text-align: left;
}

div.card-relatives div.new-nurse-error {
    color: red;
    font-size: 15px;
}

div.card-relatives div.nurse-token-error {
    color: red;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}

div.card-relatives div.nurse-token-processing {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}

div.relatives-detail-button > img {
    width: 25px;
    height:25px;
    margin-left: 5px;
    margin-right: 5px;
}

div.relatives-nurse-code-text {
    text-align: center;
    padding: 20px 20px 0px 20px;
    line-height: 2;
}
