﻿



    .notificationbell {
        position: absolute;
        top: 7px;
        right: 13%;
    }

    .fa-bell {
        font-size: 36px;
    }

    .notificationbell label {
        position: relative;
        cursor: pointer;
        transform: scale(0.6);
        transition: all 0.5s ease 0s;
        animation: bell-bounce-down 0.5s ease-in-out 0s;
        animation-fill-mode: forwards;
        filter: drop-shadow(2vmin 2vmin 1vmin #0008);
        margin-bottom: 0;
    }

    #btnbell:checked + label {
        animation: bell-bounce-up 0.5s ease-in-out 0s;
        animation-fill-mode: forwards;
    }

    .notificationbell label:before {
        content: "";
        position: absolute;
        width: 10vmin;
        height: 10vmin;
        left: 0;
        animation: bell-move 1s ease-out 1s steps(1, start),bell-color 1s linear 1s steps(1, start);
        animation-fill-mode: forwards;
        transform-origin: 50% 1vmin;
    }

    .notificationbell label:after {
        content: "";
        position: absolute;
        width: 2vmin;
        height: 12.85vmin;
        left: 0;
        z-index: -1;
        animation: bell-move 1s ease-out 1.2s steps(1, start) reverse,bell-color 1s linear 1s steps(1, start);
        animation-fill-mode: forwards;
        transform-origin: 50% 1vmin;
    }

    #btnbell:checked + label:before, #btnbell:checked + label:after {
        animation: none;
    }

    .counterbell {
        background: #ff2323;
        color: #fff;
        width: 5vmin;
        height: 5vmin;
        position: absolute;
        border-radius: 100%;
        font-size: 3.75vmin;
        display: flex;
        align-items: center;
        justify-content: center;
        right: -5vmin;
        top: -16px;
        border: 2px solid #10131c;
        box-sizing: border-box;
        animation: counter-ball 1s ease-out 1s 1;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    #btnbell:checked + label .counterbell {
        animation: hide-counter-ball 0.25s ease 0s;
        animation-fill-mode: forwards;
    }

    .panelbell {
        position: absolute;
        right: -122px;
        border-radius: 0.5vmin;
        width: 35vmin;
        height: 19vmin;
        padding-top: 2vmin;
        max-height: 0;
        max-width: 0;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        filter: drop-shadow(2vmin 2vmin 1vmin #0008 );
    }

    input#btnbell {
        position: absolute;
        z-index: -3;
        opacity: 0;
    }

    .panelbell ul:before {
        content: "";
        position: absolute;
        border: 2vmin solid #fff0;
        border-bottom-color: #444;
        left: calc(50% - 2vmin);
        top: calc(0vmin + 2px);
        transition: all 0.5s ease 0s;
    }

    #btnbell:checked + label + .panelbell {
        max-height: 32.5vmin;
        max-width: 35vmin;
    }

        #btnbell:checked + label + .panelbell ul:before {
            top: calc(-2vmin + 2px);
        }

    .panelbell ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        background: #444;
        border-radius: 0.5vmin;
    }

        .panelbell ul li {
            width: 100%;
            height: 8vmin;
            border-bottom: 1px solid #444;
        }

            .panelbell ul li:last-child {
                border-bottom: 0;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .panelbell ul li:before {
                content: ".";
                height: 100%;
                float: left;
                content: '\2022';
                font-size: 10vmin;
                line-height: 8vmin;
                text-align: center;
                color: #444;
            }

            .panelbell ul li:nth-child(1):before {
                color: #444;
            }

    #btnbell:checked + label + .panelbell ul li:before {
        color: #fff;
    }

    .panelbell ul li:nth-child(3):after {
        width: 45%;
    }

    .panelbell ul li:nth-child(4):after {
        width: 60%;
    }



    @@keyframes bell-bounce-down {
        0% {
            margin-top: 0;
        }

        25% {
            margin-top: -33vmin;
        }

        50% {
            margin-top: -31vmin;
        }

        100% {
            margin-top: -35vmin;
        }
    }

    @@keyframes bell-bounce-up {
        0% {
            margin-top: 0;
        }

        25% {
            margin-top: -33vmin;
        }

        50% {
            margin-top: -31vmin;
        }

        100% {
            margin-top: -35vmin;
        }
    }

    @@keyframes bell-move {
        0%, 100% {
            transform: rotate(0deg);
        }

        20%, 60% {
            transform: rotate(10deg);
        }

        40%, 80% {
            transform: rotate(-10deg);
        }
    }

    @@keyframes bell-color {
        0%, 100% {
            background: #444;
        }
    }

    @@keyframes counter-ball {
        0% {
            transform: scale(0);
        }

        40%, 80%, 100% {
            transform: scale(1);
        }

        20%, 60% {
            transform: scale(1.25);
        }

        0%, 11% {
            opacity: 0;
        }

        12%, 100% {
            opacity: 1;
        }
    }

    @@keyframes hide-counter-ball {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(0);
            opacity: 0;
        }
    }

    .emailstyle {
        text-transform: none;
    }

    .pro-head {
        background-color: #7d868f !important;
    }

    a.dropdown-item:hover {
        background: #525d67ba;
        !important;
    }

    .nav-link:hover {
        background: #525d67ba;
        !important;
    }

    a.nav-link:hover {
        color: white !important;
    }


.Modal-row {
    margin-top: 10px;
}

    .emailstyle {
        text-transform: none;
    }

    .pro-head {
        background-color: #213655 !important;
    }

    a.dropdown-item:hover {
        background: #525d67ba;
        !important;
    }

    .nav-link:hover {
        background: #525d67ba;
        !important;
    }

    a.nav-link:hover {
        color: white !important;
    }

    .fa-stack[data-count]:after {
        position: absolute;
        right: 4%;
        top: 6%;
        content: attr(data-count);
        font-size: 45%;
        padding: .5em;
        border-radius: 999px;
        line-height: .75em;
        color: white;
        background: rgba(255,0,0,.85);
        text-align: center;
        min-width: 2em;
        font-weight: bold;
    }

    span[title]:hover::after {
        content: attr(title);
        font-size: 16px;
        color: #525d67;
        background-color: #ffffff;
        padding: 15px;
        border-radius: 5px;
        width: 400px;
        height: 50px;
        font-weight: bold;
        margin-top: 50px;
    }



            .backdropCode {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            opacity: 0.5;
            background: #000;
            width: 100%;
            height: 100%;
        }

            .backdropCode > div {
                font-size: xx-large;
                font-family: cursive;
                color: #fff;
                opacity: 6;
                z-index: 11530000;
                position: absolute;
                top: 32%;
                left: 45%;
            }


    .glyphicon-download {
            float: right;
        }

        .ui-datepicker-calendar {
            background-color: yellow;
        }