/* Add here all your CSS customizations */

.operationbox {
    display: inline-block;
    margin: 3px 0px 0 0;
    position: relative;
    vertical-align: middle;
}

    .operationbox > a {
        display: inline-block;
        text-decoration: none;
    }

    .operationbox a:hover {
        text-decoration: none;
    }

    .operationbox .profile-info,
    .operationbox .profile-picture {
        display: inline-block;
        vertical-align: middle;
    }

        .operationbox .profile-picture img {
            width: 35px;
            color: transparent;
        }

    .operationbox .profile-info {
        margin: 0 26px 13px 11px;
    }

    .operationbox .name,
    .operationbox .role {
        display: block;
    }

    .operationbox .name {
        color: #000011;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.2em;
    }

    .operationbox .role {
        color: #ACACAC;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.2em;
    }

    .operationbox .custom-caret {
        color: #000011;
        font-size: 16px;
        font-weight: bold;
    }

        .operationbox .custom-caret:before {
            content: "\f107";
        }

    /* operationbox - Open */
    .operationbox.open > a {
        position: relative;
        z-index: 99993;
    }

        .operationbox.open > a .custom-caret:before {
            content: "\f106";
        }

    .operationbox.open .dropdown-menu {
        border: none;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        left: -11px;
        padding: 45px 10px 0;
        top: -10px;
        width: 100%;
        z-index: 99992;
    }

        .operationbox.open .dropdown-menu li {
            margin-bottom: 5px;
        }

        .operationbox.open .dropdown-menu a {
            border-radius: 2px;
            color: #7d7d7d;
            display: block;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 15px;
            line-height: 1.5rem;
            padding: 5px 10px;
        }

            .operationbox.open .dropdown-menu a:hover {
                background: #cccccc;
                color: white;
            }

        .operationbox.open .dropdown-menu i {
            font-size: 17px;
            font-size: 1.7rem;
            margin-right: 3px;
            vertical-align: middle;
        }

    .navBox
    {
        margin-bottom: 15px;
    }
    .navBoxDiv
    {
        text-align:center;
        margin-left: 3px;
        margin-right: 3px;
        border-radius:15px;
        padding-top: 25px;
        padding-bottom: 15px ;
        border:1px solid #e0e0e0;
        height : 170px !important;
        overflow: hidden;
    }
    .navBoxDiv:hover
    {
        background-color: #FFC891;
    }
    .navBoxDiv i
    {
        font-size: 64px;
        color: #FF8000;
        display: block;
        margin-bottom: 10px;
    }
    .navBoxDiv span
    {
        color: #585858;
        font-weight: bold;
        font-size: 14px;
    }
        