﻿/* Classes for each EventType */
.stateReports {
    background-color: #E8DAEF !important;
    color: black !important;
}

    .stateReports:hover {
        box-shadow: 3px 3px 3px #828282 !important;
        background-color: #E8DAEF !important;
        cursor: pointer;
    }

li.stateReports a {
    background-color: #E8DAEF !important;
    box-shadow: none !important;
    cursor: pointer;
}

    li.stateReports a:hover {
        cursor: pointer !important;
        box-shadow: none !important;
    }

li.stateReports:hover {
    box-shadow: none !important;
}

.dueDiligence {
    background-color: #D6EAF8 !important;
    color: black !important;
}

    .dueDiligence:hover {
        box-shadow: 3px 3px 3px #828282 !important;
        background-color: #D6EAF8 !important;
        cursor: pointer;
    }

li.dueDiligence a {
    background-color: #D6EAF8 !important;
    color: #3e5564 !important;
    box-shadow: none !important;
    cursor: pointer;
}

    li.dueDiligence a:hover {
        cursor: pointer !important;
        box-shadow: none !important;
        color: #fff !important;
    }

li.dueDiligence:hover {
    box-shadow: none !important;
}

.eventReminder {
    background-color: #E1EFDA !important;
    color:  black !important;
}

    .eventReminder:hover {
        box-shadow: 3px 3px 3px #828282 !important;
        background-color: #E1EFDA !important;
        color: #000 !important;
        cursor: pointer;
    }

li.eventReminder a {
    background-color: #74a4c3 !important;
    color: #3e5564 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
}

    li.eventReminder a:hover {
        background-color: #74a4c3 !important;
        color: #3e5564 !important;
    }

.eagleTM {
    background-color: #fef696 !important;
    color: #84849c !important;
    /*color: #3e5564 !important;*/
}

    .eagleTM:hover {
        box-shadow: 3px 3px 3px #828282 !important;
        background-color: #fef696 !important;
        color: #000 !important;
        cursor: pointer;
    }

li.eagleTM a {
    background-color: #fef696 !important;
    color: #84849c !important;
    box-shadow: none !important;
    cursor: pointer;
}

    li.eagleTM a:hover {
        background-color: #fef696 !important;
        color: #3e5564 !important;
    }
