#leader-form{
    
}
#leader-form .avatar-image{
    position: relative;
}
#leader-form .avatar-image .btn-remove-image{
    position: absolute;
    top: 0px;
    right: 0px;
}

/****************************************/

#community-form{
    
}
#community-form .sort-leaders{
    
}
#community-form .sort-leaders .sort-leader-item{
    cursor: move;
    margin-bottom: 10px;
}
#community-form .sort-leaders .sort-leader-item .media-avatar{
    width: 60px;
}
#community-form .sort-leaders .ui-state-highlight { 
    height: 60px; 
    background: yellow;
    margin-bottom: 10px;
}

#community-form .point,  #community-form .reference-point{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F38647;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);
    border: solid 2px #fff;
    cursor: pointer;
}

#community-form .reference-point {
    opacity: .5;
}

#community-form .reference-point.inactive {
    background-color: #f72f2f;
}

/****************************************/

#course-modules{
    
}
#course-modules .module-item{
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#course-modules .module-item:last-child{
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/****************************************/

#course-videos{
    
}
#course-videos .video-item{
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#course-videos .video-item:last-child{
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}