﻿.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;
}

#wfeSumReceivedOpen, #wfeSumReceivedRejected, #wfeSumReceivedClosed, #wfeSumReceivedAll {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#wfeSumSentOpen, #wfeSumSentRejected, #wfeSumSentClosed, #wfeSumSentAll {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#wfeSumAdminOpen, #wfeSumAdminInError, #wfeSumAdminClosed, #wfeSumAdminAll {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}


#wfeWfTasks {
    width: 100%;
    border: 1px solid #1c7eaf;
    border-radius: 8px;
}

    #wfeWfTasks hr {
        margin-top: 0rem;
    }

    #wfeWfTasks input, .wfe-div-icon-select-user, .wfe-div-icon-email {
        margin-top: 2px;
    }

.WFETaskHeader {
    background-color: #1c7eaf;
    color: white;
}

    .WFETaskHeader th {
        height: 61px;
        text-align: center;
        font-weight: 400;
    }

#wfeBtnAddTask {
    margin-top: 5px;
}

#wfeDivButton {
    padding-left: 40px;
}

.wfe-table-task-title {
    color: #1c7eaf;
}


/*Reminder Button*/
#wfeBtnSendReminder {
    width: 40%;
    height: 2.5em;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}


    #wfeBtnSendReminder:hover {
    }
