﻿

.card-title .news-title {
    border-bottom: 3px solid #000000
}

.card-shadow {
    overflow: hidden;
    position: relative;
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
    box-shadow: 0 2px 5px #e8e8e8;
    margin-bottom: 10px;
}

.mru-list-header.mru-list-border-left {
    border-left: 80px solid #f4f4f4;
}

.border-left-red {
    border-left-color: red !important;
}

.border-left-green {
    border-left-color: green !important;
}

.border-left-blue {
    border-left-color: rgb(0, 93, 161) !important;
}

.border-left-orange {
    border-left-color: orange !important;
}

.card-shadow.border-green {
    border: 2px solid green;
}

.card-shadow.border-red {
    border: 2px solid red;
}

.card-shadow.border-orange {
    border: 2px solid orange;
}

.card-shadow.border-blue {
    border: 2px solid blue;
}

.card-shadow.card-border-left {
    border-left: 10px solid white;
}

.card-shadow .card-body {
    padding: 0px !important;
}

.card-shadow .media-body {
    padding-top: 15px
}


.profile-activity {
    padding: 10px 4px;
    border-bottom: 1px dotted #D0D8E0;
    position: relative;
    border-left: 1px dotted #FFF;
    border-right: 1px dotted #FFF;
}
    .profile-activity .thumbicon {
        background-color: #74ABD7;
        display: inline-block;
        border-radius: 100%;
        width: 38px;
        height: 38px;
        color: #FFF;
        font-size: 18px;
        text-align: center;
        line-height: 38px;
        margin-right: 10px;
        margin-left: 0;
        text-shadow: none !important;

    }

    .profile-activity .tools {
        position: absolute;
        right: 12px;
        bottom: 8px;
        display: none;
    }