/** *****************************************************************************
 Copyright 2015-2018 Ellucian Company L.P. and its affiliates.
 ****************************************************************************** */
#header-main-section #userCanvas {
    position: absolute;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    right: 0;
    left: auto;
    height: auto;
    width: auto;
    overflow-y: auto;
    white-space: nowrap;
    margin-top: 4px;
}

#header-main-section #userCanvas div{
    height : auto;
}

#header-main-section #userCanvas div span{
    padding-left: 0.5em;
    letter-spacing: 2px;
    font-family: "Open Sans";
    font-size: 1em;
    display: block;
    padding-bottom: 0.5em;
}

#userCanvas {
    display: none;
    border: 1px solid #81C8FF; /*EDS*/
    border-top: none;
    outline: none;
}

#userCanvas .canvas-section{
    padding-bottom: .5em;
}

#userCanvas .canvas-item {
    border-top: 1px solid #EEEEEF; /*EDS*/
    padding-right: 5em;
    padding-top: .5em;
    padding-bottom: .5em;

}

#userCanvas.user-active {
    display:block;
}

#userList .canvas-section {
    font-weight: bold;
    font: 1em Open sans;
    color: #151618;/*EDS*/
    background-color: #F7F7F7;/*EDS*/
    border-bottom: 1px solid #EEEEEF;/*EDS*/
    padding: 0;
    margin: 0;
    width: inherit;
    padding-top: .5em;

}

#userList .canvas-item {
    font: .875em Open sans;
    color: #151618;/*EDS*/
    background-color: #ffffff; /*EDS*/
    border-bottom: 1px solid #EEEEEF; /*EDS*/
    padding-left: 2em;
    border-top: none;

}
#userList .canvas-item:hover {
    background-color: #F7F7F7; /*EDS*/
}

#userList .canvas-item:focus {
    background-color: #026BC8; /*EDS*/
    color:#FFFFFF;/*EDS*/
    outline: none;
    border: none;

}
#userList >.canvas-item:focus {
    background-color: #026BC8; /*EDS*/
    color:#FFFFFF;/*EDS*/
    outline: none;
    border-top: none;
}

#userList .canvas-item:active {
    background-color: #026BC8;/*EDS*/
    outline: none;
    color: #FFFFFF; /*EDS*/
    border-top: none; /*EDS*/
}

#userList .canvas-item[readonly] {
    color: #151618; /*EDS*/
    background-color: #EEEEEF;
    cursor: auto;
}

#userList #usernameForMobile {
    display: none;
    background-color: #CCCCCC;
}

@media (min-width:0px) and (max-width:767px) {
    #userList #usernameForMobile {
        display: inline-block;
    }
}

@media (min-width:0px) and (max-width:767px) and (orientation : portrait)	{
    #header-main-section #userCanvas{
        width : 100%;
        position: fixed;
    }
    #header-main-section #userCanvas div{
        width : 100%;
    }
}

@media (min-width:768px) and (max-width:1023px)	{ }