﻿.wfeSumMiniHome {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.wfeBtnSummary {
    padding: 6px 8px !important;
    width: 118px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1c7eaf;
    background-color: white !important;
    color: #1c7eaf !important;
}

.wfeBtnSummarySelected {
    padding: 6px 8px !important;
    width: 118px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1c7eaf;
    background-color: #1c7eaf !important;
    color: white !important;
}

.wfeBtnSummaryMiniHome {
    padding: 6px 8px !important;
    width: 88px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1c7eaf;
    background-color: white !important;
    color: #1c7eaf !important;
}

.wfeBtnSummaryMiniHomeSelected {
    padding: 6px 8px !important;
    width: 88px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1c7eaf;
    background-color: #1c7eaf !important;
    color: white !important;
}

.wfeCountSummary {
    position: absolute;
    margin-left: -15px;
    margin-top: -10px;
    background-color: white !important;
    border: 1px solid #1c7eaf;
    color: #1c7eaf !important;
}

.wfeCountSummaryMiniHome {
    position: absolute;
    margin-left: -20px;
    margin-top: -2px;
    background-color: white !important;
    border: 1px solid #1c7eaf;
    color: #1c7eaf !important;
}