﻿.secSPID {
    width: 100%;
    height: 40px;
    background-color: rgb(0, 100, 143);
    cursor: pointer;
    display: table;
    position: relative;
}

#lblLoginSPID {    
    color: white;
    font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 16px;
}

.SpidMenuTip {    
    margin-top: 8px;
    text-align: left;
}

    .SpidMenuTip:before {
        position: absolute;
        top: -6px;
        left: 9px;
        content: "";
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ddd;
        display: inline-block
    }

    .SpidMenuTip:after {
        position: absolute;
        top: 3px;
        left: 10px;
        content: "";
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        display: inline-block
    }

#SpidMenuList {
    list-style-type: none;
    border: 1px solid #ddd;
    margin-left: 5px;
    background-color: white;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    padding: 0px;
    margin: 0px;
    width: 228px;
    height: 552px;
}

.li_ImageMenu {
    width: 228px;
    height: 55px;
    border-bottom: 1px solid #ddd;
}

    .li_ImageMenu:hover {
        background-color: #F0F0F0
    }


.ImageMenu {
    margin-top: 15px;
    margin-left: 10px;
}

.li_LinkMenu {
    width: 228px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px 0px;
    display: block;
}

.LinkText, .LinkText:hover{
    font-size: 12px;
    color: #007db3;
}

.li_Image {
    margin-top: 10px;
    margin-left: 10px;
    height: 30px;
}
