﻿.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: -6px;
    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;
}

.wfsTdDWFSummary {
    font-size: 16px;
    font-weight: 100;
    padding: 10px;
}

#wfsDivDWFSummaryWF {
    background-color: #d4edda;
    border-radius: 4px;
}

.wfsDivDWFSummaryWFHeader {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 5px;
    font-weight: bold;
    padding: 5px 10px 0px 10px;
}

.wfsDivDWFSummaryWFHeader .zoom {
    display: flex;
}

.wfsDivDWFSummaryWFHeader .zoom .buttonzoom {
    border: none;
    background: #d4edda;
    cursor: pointer;
}

.wfsDivDWFSummaryWFStato {
    align-items: center;
    padding: 5px;
    display: flex;
    font-weight: bolder;
    padding: 5px 10px 0px 10px;
    column-gap: 5px;
}

.wfsDivDWFSummaryWFButton {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
}

.wfsDivDWFSummaryWFButton .WFSummaryButton {
    height: 40px;
    width: 100%;
    border: none;
}

#wfsDivDWFSummaryNode {
    margin-top: 10px;
    background-color: #d4edda;
    border-radius: 4px;
}