.overview-datavalue {
    display: inline-block;
}

.overview-nodata {
    font-style: italic;
    opacity: 0.5;
}

.overview-data {
    font-weight: bold;
}

.overview-title {
    font-weight: bold;
    color: #0a58ca !important;
}

.totalDashboardCard {
    border-left: 1rem solid #4A5568;
    color: #4A5568;
    border-radius:10px;
}

.backlogDashboardCard {
    border-left: 1rem solid #AFDA95;
    color: #057A55;
    border-radius: 10px;
}

.pipelineDashboardCard {
    border-left: 1rem solid #7995E0;
    color: #1E429F;
    border-radius: 10px;
}

/*Contact Card Styles*/

.contactcard {
    min-height: 150px;
}

.contactheader {
    color: #bdbdbd;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
}


.contactnames {
    margin: 0.5rem 0 0 0;
    font-size: 1.125rem;
    font-weight: bold;
}

.expandbuttonwrapper:hover {
    background-color: #f2f7fa;
}

.expandbuttonwrapper {
    color: #bdbdbd;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #F7FAFC;
    cursor: pointer;
}

.contactcardexpand:hover {
    text-decoration: none;
}

.contactcardexpand {
    display: table-cell;
    vertical-align: middle;
    height: 2.5em;
    color: #757575;
    flex-grow: 1;
    font-size: 0.875rem;
    font-weight: bold;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
}

.contactcardmoreinfo {
    padding-bottom: 2.5rem;
}

.cardaction {
    border-bottom: 2px solid;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
}

.actionedit {
    color: rgb(30, 136, 221);
}


.actionremove {
    color: #FC0000;
}
