
/*********************************************************************************************************
    StyleSheet Name : notification.css
    Description: This style sheet is use display the notification sub option.
    Created Date: 
    Developer Name: Vijay salvi

* Style sheet for devices with screen width largar than 769px
   
*********************************************************************************************************/
.stSideNav {
    list-style: none;
    width: auto;
    float: right;
    margin: 0;
    margin-top: 2%;
}

    .stSideNav li {
        float: left;
        margin-right: 25px;
        font-size: 14px;
        font-weight: bold;
        position: relative;
    }

        .stSideNav li img {
            width: 30px;
            height: 30px;
        }

    .stSideNav :hover {
        cursor: pointer;
    }

    .stSideNav li a {
        color: #2F4F4F;
        text-decoration: none;
    }

        .stSideNav li a:hover {
            color: #006699;
            text-decoration: none;
        }

.stNotificationContainer {
    background-color: #ffffff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 40px;
    margin-left: -250px;
    width: 400px;
    z-index: 1;
    display: none;
}

    .stNotificationContainer:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 257px;
        height: 15px;
        width: 15px;
        border-radius: 6px 0px 0px 0px;
        transform: rotate(226deg);
        background: #ffffff;
        z-index: -1;
    }

.stNotificationsBody {
    padding: 0px 0px 0px 0px !important;
    max-height: 300px;
    white-space: normal;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

.stNotifications {
    border-top: 1px solid #dddddd;
    padding: 10px 5px 10px 5px;
    background-color: #e9eaed;
    font-size: 11px;
}

.stNotificationsRead {
    border-top: 1px solid #dddddd;
    padding: 10px 5px 10px 5px;
    background-color: #F7F7F7;
    font-size: 11px;
}



.stNotificationReadBackGround {
    border-top: 1px solid #dddddd;
    background-color: #F7F7F7;
    font-size: 11px;
}

.stNotificationUnReadBackGround {
    border-top: 1px solid #dddddd;
    background-color: #e9eaed;
    font-size: 11px;
}

    .stNotifications:hover, .stNotificationsRead:hover, .stNotificationReadBackGround:hover, .stNotificationUnReadBackGround:hover {
        background-color: #DADADA;
    }

.stNotificationTabalRow {
    border-width: 2px;
    border-color: #808080;
    vertical-align: top;
    border-right-style: solid;
    padding: 10px 5px 10px 5px;
    text-decoration: underline;
}

.stNotificationCount {
    padding: 2px;
    background: #cc0000;
    /* width: 24px; */
    color: #ffffff;
    font-weight: bold;
    margin-left: 20px;
    border-radius: 42px;
    position: absolute;
    border: 2px solid #D2E9FF;
    margin-top: -8px;
    text-align: center;
    font-size: 9px;
}

.stNotificationDate {
    margin-bottom: 5px;
    color: #808080;
    font-size: 8px;
}


.stSideNav li .stNotificationsBody .stNotifications a {
    font-size: 11px;
    color: #8B008B;
    text-align: justify;
    max-width: 100%;
    text-decoration: none;
    margin: 5px;
}

.stNotificationFooter {
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}


/* user option*/

.stUserContainer {
    background-color: #ffffff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 40px;
    margin-left: -122px;
    /*z-index: 1;*/
    display: none;
}

    .stUserContainer ul ul li a {
        text-align: justify;
        text-decoration: none;
    }

    .stUserContainer:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 128px;
        height: 15px;
        width: 15px;
        border-radius: 6px 0px 0px 0px;
        transform: rotate(226deg);
        background: #ffffff;
        z-index: -1;
    }

.stUserOptionBody {
    padding: 0px 0px 0px 0px !important;
    white-space: normal;
}

.stUserOption {
    background-color: #e9eaed;
    padding: 12px 20px 9px;
    border-top: 1px solid #dddddd;
    text-decoration: none;
}

    .stUserOption:hover {
        background-color: #DADADA;
    }

.stSideNav li .stUserOptionBody a {
    font-size: 11px;
    text-align: justify;
    text-decoration: none;
}

.stFinancialYearContainer {
    background-color: #ffffff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    text-align:center;
    top: 40px;
    margin-left: -90px;
    width: 200px;
    z-index: 1;
    display: none;
}

    .stFinancialYearContainer:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 97px;
        height: 15px;
        width: 15px;
        border-radius: 6px 0px 0px 0px;
        transform: rotate(226deg);
        background: #ffffff;
        z-index: -1;
    }

.stFinancialYearsBody {
    padding: 0px 0px 0px 0px !important;
    max-height: 300px;
    white-space: normal;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

.stFinancialYears {
    border-top: 1px solid #dddddd;
    padding: 2px;
    background-color: #e9eaed;
    font-size: 11px;
}

    .stFinancialYears:hover {
        background-color: #DADADA;
    }

.stFinancialYearTabalRow {
    border-width: 2px;
    border-color: #808080;
    vertical-align: top;
    border-right-style: solid;
    padding: 10px 5px 10px 5px;
    text-decoration: underline;
}

.stFinancialYearCount {
    padding: 2px;
    background: #cc0000;
    width: 62px;
    color: #ffffff;
    font-weight: bold;
    margin-left: -63px;
    border-radius: 42px;
    position: absolute;
    border: 2px solid #D2E9FF;
    margin-top: -8px;
    text-align: center;
    font-size: 9px;
}

.stFinancialYearDate {
    margin-bottom: 5px;
    color: #808080;
    font-size: 8px;
}


.stSideNav li .stFinancialYearsBody .stFinancialYears a {
    font-size: 11px;
    color: #8B008B;
    text-align: justify;
    max-width: 100%;
    text-decoration: none;
    margin: 5px;
}

.stFinancialYearFooter {
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}



/*********************************************************************************************************

* Style sheet for devices with screen width largar than 769px
   
*********************************************************************************************************/

@media only screen and (max-device-width : 768px) {
    .stNotificationContainer {
        background-color: #ffffff;
        border: 1px solid rgba(100, 100, 100, .4);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
        overflow: visible;
        position: absolute;
        text-align: left;
        top: 32px;
        margin-left: -553%;
        width: 200px;
        z-index: 1;
        display: none;
    }

        .stNotificationContainer:before {
            content: '';
            position: absolute;
            top: -4px;
            left: 118px;
            height: 15px;
            width: 15px;
            border-radius: 0px 0px 0px 0px;
            transform: rotate(226deg);
            background: #ffffff;
            z-index: -1;
        }

    .stNotificationCount {
        padding: 1px;
        background: #cc0000;
        color: #ffffff;
        font-weight: unset;
        margin-left: 12px;
        border-radius: 10px;
        position: absolute;
        margin-top: -7px;
        text-align: center;
        font-size: 7px;
    }

    .stFinancialYearContainer {
        background-color: #ffffff;
        border: 1px solid rgba(100, 100, 100, .4);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
        overflow: visible;
        position: absolute;
        text-align: center;
        top: 32px;
        margin-left: -553%;
        width: 200px;
        z-index: 1;
        display: none;
    }

        .stFinancialYearContainer:before {
            content: '';
            position: absolute;
            top: -4px;
            left: 118px;
            height: 15px;
            width: 15px;
            border-radius: 0px 0px 0px 0px;
            transform: rotate(226deg);
            background: #ffffff;
            z-index: -1;
        }

    .stFinancialYearCount {
        padding: 1px;
        background: #cc0000;
        color: #ffffff;
        width:50px;
        font-weight: unset;
        margin-left: -50px;
        border-radius: 10px;
        position: absolute;
        margin-top: -7px;
        text-align: center;
        font-size: 7px;
    }

    .stUserContainer {
        background-color: #ffffff;
        border: 1px solid rgba(100, 100, 100, .4);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
        overflow: visible;
        position: absolute;
        top: 32px;
        margin-left: -131px;
        z-index: 1;
        display: none;
    }

        .stUserContainer:before {
            content: '';
            position: absolute;
            top: -4px;
            left: 132px;
            height: 15px;
            width: 15px;
            /* border-radius: 0px 0px 0px 0px; */
            transform: rotate(226deg);
            background: #ffffff;
            z-index: -1;
        }

    .stSideNav {
        list-style: none;
        float: right;
        margin-top: 2px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .stSideNav li {
            float: left;
            margin-left: 0%;
            font-size: 10px;
            font-weight: bold;
            position: relative;
            padding-top: 5px;
            margin-right: 10px;
            padding-left: 0px;
            text-align: end;
        }

            .stSideNav li img {
                width: 21px;
                height: 21px;
            }
}

/*30-09-2015 - Vijay salvi - Create Responsive design */
