/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body {
    font-family: 'Sen', serif;
    letter-spacing: -0.03rem;
}

main {
    height: calc(100% - 75px);
    overflow-y: scroll;
}

main>.jumbotron {
    margin-top: 55px;
    padding: 2rem 1rem;
}

main>.main-content {
    padding: 0 1rem;
}

.footer {
    background-color: #DDDDDD;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.img-back {
    background-color: #dddddd;
    padding: .8rem !important;
}

.card-deck h6.card-title,
.card-deck p.card-text {
    font-size: 80%;
}

.card-deck .card-body {
    padding: .5rem .8rem;
}

a.btn-sm {
    color: #ededed;
}

#input-tab-content {
    /* height: 175px; */
    overflow-y: auto;
}

.smaller-font {
    font-size: 83%;
}

.bg-summary {
    background-color: #EDEDED !important;
}

.padding-top-20 {
    padding-top: 20px;
}

.margin-left-15 {
    margin-left: -15px;
}

.fixed-width-card {
    height: 271px !important;
    padding: 1.25rem;
}

.fixed-width-card-body {
    padding: 0;
    overflow-y: auto;
}

.list-group-item {
    padding: .25rem .75rem;
    background-color: #fff0;
}

.badge {
    line-height: unset;
}

.btn-xs {
    font-size: .65rem;
    padding: .05rem .25rem;
}

.text-very-danger {
    color: #ff0000 !important;
}

.right-border {
    border-right: 1px solid #dee2e6;
}

.referral-alert-box {
    padding: 10px;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 1rem;
}

.referral-alert-box p {
    margin-bottom: 0px;
    margin-top: 5px;
}

td p:last-child {
    margin-bottom: 0;
}

/* custom styles added */
#contactSchedule>table tr td {
    text-align: center;
    color: #dddddd;
}

td.completed, span.completed {
    font-weight: bold;
    color: green !important;
}

td.due, span.due {
    font-weight: bold;
    color: red !important;
}

td.current, span.current {
    font-weight: bold;
    color: blue !important;
}

td.selected-column, th.selected-column {
    background-color: #bdbdbd;
}

.actor-role {
    margin-right: 10px;
}

.popover-button {
    padding: 0 0.2rem;
}

.profile-image {
    width: 38px;
}

a.profile-button {
    background-color: #eeeeee;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0 !important;
    border: 4px solid #cccccc;
}

a.profile-button.active {
    border: 4px solid #446cf1;
}

a.profile-button:hover {
    border: 4px solid #fcb851;
}

ul.profile-selector {
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}

ul.profile-selector > li {
    display: inline-block;
    margin: 5px;
    zoom:1;
}

.factor-card {
    margin-bottom: 20px;
}

.width-160 {
    width: 160px;
}

.width-170 {
    width: 170px;
}

.width-200 {
    width: 200px;
}

.big-text {
    font-size: 1.5rem;
}

.recom-image {
    max-width: 400px;
    max-height: 400px;
}
