
.text-light-custom {
    font-weight: 300;
    color: #000000;
}

.text-sm-custom {
    font-size: 0.9em;
}

.photo-round {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    z-index: 5;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.photo-round img {
    width: 100%;
}

table.table-tasks tr td {
    font-size: 0.95em;
}

.card-profile {

}

.card-profile p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4em;
}

.card-profile p .title {

}



/*****/
.full-page > .content:first-of-type {
    padding-top: 5vh !important;
}


.footer .copyright-custom {
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 15px;
    margin: 10px 3px;
    line-height: 20px;
    font-size: 0.875rem; }
