.custom-popup-wrapper > ul.open {
	@extend .dropdown-menu;
	display:block;
	position: relative;
	width:100%;
}

.ng-dropdown {
    padding: 5px 5px !important;
	> a {
		padding:5px; 
		> img {
		    background-color: #c0c0c0;
		    display: inline-block;
		    word-wrap: break-word;
		    width: 30px;
		    height: 30px;
		    -webkit-border-radius: 50%;
		    -moz-border-radius: 50%;
		    -ms-border-radius: 50%;
		    -o-border-radius: 50%;
		    border-radius: 50%;
		    text-align: center;
		}
	}
}

span.profile-nophoto {
    background-color: #2c3e52;
    display: inline-block;
    word-wrap: break-word;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    float:left;
}

span.short-profile-name {
    color: #fff;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    line-height: 32px;
}

img.profile-photo-people {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

ul.ul-resourceSelection {
    list-style-type: none;
    margin: 0 0 10px 0;
}
li.li-resourceSelection {
    background: #fff;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    height:50px;
}
li.li-resourceSelection:hover {
    background: white;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transition: .2s ease-out;
}

button.btn-op7 {
    text-decoration: none;
    background-color: white;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    float: right;
    margin-top: -4px;
}

button.btn-op7:hover {
    background-color: white;
}

.delete {
	color:#ddd;
}

.delete:hover {
	color:#7B7B7B;
}

.dropdown-menu.open span.resourceAvatarWidget > span > span > img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-bottom: 2px;
}

.ul-resourceSelection span.resourceAvatarWidget > span > span > img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
}

ul.ul-resourceSelection li.li-resourceSelection a.resource-link:hover {
	font-weight:bold;
}

ul.ul-resourceSelection li.li-resourceSelection a.resource-link {
	text-decoration: none;
}

li.li-resourceSelection .btn-group {
	font-size: 12px;
    font-weight: normal;
    text-rendering: auto;
    box-shadow: none !Important;
    opacity: 1;
    white-space: inherit;
    float: right;
    margin-top: 10px;
}

.resource-title-notify {
    float: left;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 5px; */
    padding: 5px;
}