ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.avatar-ul li img, .avatar-res-ul li img {
    width: 80px;
    border-radius: 2px;
    display: block;
}

.avatar-ul li, .avatar-res-ul li {
    float: left;
    margin: 2px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    border: 2px solid #ffffff;
}

.avatar-res-ul li {
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, .1);
}

.avatar-ul li {
    cursor: pointer;
}

.avatar-ul li span, .avatar-res-ul li span {
    text-align: center;
    max-width: 80px;
    /*margin: 2px auto;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 25px;
}

.role_box:before {
    /*content: "\2714";*/
    content: url("../check.png");
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    /*line-height: 30px;*/
    /*background: #00c09e;*/
    /*border-radius: 25px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*font-size: 10px;*/
    z-index: -1;
    opacity: 0;
}

.avatar-ul li .selected:before {
    opacity: 1;
    z-index: 10;
}


.selected_li {
    border: 2px solid #00c09e!important;
    box-shadow: 0 0 10px #00c09e inset,0 0 30px #00c09e!important;
}

.avatar-ul li .v
{
    max-width: 80px;
    text-align: center;
    height: 25px;
}

form button {
    margin-top: 20px;
}

.back-to-ceiling {
    position: fixed;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.back-to-ceiling:hover {
    background: #d5dbe7;
}

.back-to-ceiling {
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 45px;
    background: #e7eaf1;
}

.back-to-ceiling .Icon {
    fill: #9aaabf;
    background: none;
}
.jumbotron{
    padding: 1rem;
}