.m-list-timeline__row {
    display: table-row;
}

.m-list-timeline__cell {
    display: table-cell;
}

/* userchange */
.m-userchange {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 102;
    overflow: scroll;
}

img.m-userchange__logo {
    height: 50px;
}

img.m-userchange__photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.m-userchange__result{
    overflow: auto;
    max-height: 448px;
}

.m-userchange__result {
    width: 100%;
}

.m-userchange__resultWrapper {
    max-height: 325px;
}

/* identitychange */
.m-identitychange {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 102;
    overflow: scroll;
}

img.m-identitychange__logo {
    height: 50px;
}

img.m-identitychange__photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.m-identitychange__result{
    overflow: auto;
    max-height: 448px;
}

.m-identitychange__result {
    width: 100%;
}

.m-identitychange__resultWrapper {
    max-height: 500px;
}

/* lockscreen */
.m-lockscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    overflow: scroll;
}

img.m-lockscreen__logo {
    height: 50px;
}

img.m-lockscreen__photo {
    height: 100px;
    border-radius: 50%;
}

.m--cursor{
    cursor: pointer;
}

.m-changeuser___photo {
    width: 60px;
    height: 60px;
}

.identityChangeRow:hover
{
	background-color : #fafafa;
}

