a.custom-btn{
    text-decoration: none;
}

.rolelist span:not(:last-child):after
{
    content: ',';
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: small;
    font-weight: 200;
    line-height: 1.42857143;
    color: black;
    white-space: nowrap;
}

.urineblocks_rb {
    width: 70px;
    height: 70px;
    align-content: center;
    padding-left: 2px;
}

.urineblocks_width {
    width:14.2%;
}

.validation-summary-valid {
    display: none !important;
}

.simpledashboardcard {
    display: flex;
    flex-direction: column;
}

.simpledashboardcard.medical-indications-card.with-arrow:after{
    top: 1rem;
}

.pills-horizontal {
    flex-basis: fit-content;
}

.dynamicforms-listitem {
    align-items: center;
    background: transparent;
    border: none;
    display: flex;
    transition: color .35s cubic-bezier(.3,.86,.36,.95); 
    padding-bottom:0.5rem;
}

.icon-small {
    width: 2rem !important;
    height: 2rem !important;
}

/* Risk Rating */
.green{
    background-color: green;
}

.lightgreen{
     background-color: lightgreen;
 }

.yellow{
     background-color:yellow;
 }

.orange{
    background-color:orange;
}

.red{
    background-color: red;
}

.btn-print, .btn-printjs {
    float:right;
    margin-bottom:10px;
}