.avatar {
	border-radius: 50%;
}

input.fancy[type="checkbox"] {
    display: none;
}
input.fancy[type="checkbox"] + .fancy-group .checked {
    display: none;
}
input.fancy[type="checkbox"] + .fancy-group .unchecked {
    display: inline-block;   
}
input.fancy[type="checkbox"]:checked + .fancy-group .checked {
    display: inline-block;
}
input.fancy[type="checkbox"]:checked + .fancy-group .unchecked {
    display: none;   
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}