﻿body {
}

/*notifications */
.notification-title {
    font-size: 11px;
    font-weight: 550;
    color: gray;
}

.notification-description {
    font-size: 11px;
    color: gray;
}

.notification-icon {
    position: absolute;
    left: 2px;
    transform: translateY(25%);
}
    

    .notification-info {
        margin-left: 1em;
    }

.notification-item {
    border-bottom: 1px solid lightgray;
    padding-bottom: 3px;
    margin-top: 0.5em;
}

    .notification-item.selected {
        border-bottom: 1px solid black;
        font-weight: bold;        
    }

    .notification-item:hover {
        cursor: pointer;
        font-weight: 600;
        border-bottom: 1px solid gray;
    }

    /* mentions */
.mention-title {
    font-size: 11px;
    font-weight: 550;
    color: gray;
}

.mention-description {
    font-size: 11px;
    color: gray;
}

.mention-icon {
    position: absolute;
    left: 2px;
    transform: translateY(25%);
}


.mention-info {
    margin-left: 1em;
}

.mention-item {
    border-bottom: 1px solid lightgray;
    padding-bottom: 3px;
    margin-top: 0.5em;
}

    .mention-item:hover {
        cursor: pointer;
        font-weight: 600;
        border-bottom: 1px solid gray;
    }

    /**/

.stat-counter-container {
    border: 1px solid salmon;
    border-radius: 50%;
    font-size: 10px;
    background-color:salmon;
    height:15px;
    width:15px;
    position: absolute;
}

.stat-counter-number {
    color:white;
    font-weight: bold;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-55%,-40%);
}

.vehicle-transactions-drilldown-grouped {
    height: 250px;
    position: relative;
    margin-bottom: 3em;
}