span.edit:before {
    padding-right: 10px;
    color: #7F7F7F;
    font-size: 150%;
}

span.edit:hover:before,
span.edit:hover~span.edit:before {
    color: #BEC3C7;
}

span.info:before {
    padding-right: 10px;
    color: #7F7F7F;
    font-size: 150%;
}

span.info:hover:before,
span.info:hover~span.info:before {
    color: #BEC3C7;
}

.media-title {
    margin-left: 20px;
}

.link {
    color: #7F7F7F;
    text-decoration: underline;
}

.config-link {
    margin-left: 3px;
}

.email-link {
    float: right;
}

.pull-third {
    position: absolute;
    left: 33%;
}

.p-list {
    padding-bottom: 0px;
}

.team-m a .badge {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    left: auto;
    background: none;
    font-size: 200%;
    padding-right: 0px;
    padding-top: 0px;
}

.team-m a .nobadge {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: #000;
    border-radius: 50%;
    top: 0;
    right: 0;
    left: auto;
    opacity: 0.7;
}

.bronze {
    color: #B08961;
}

.silver {
    color: #C2BBB4;
}

.gold {
    color: #EADA52;
}

#left-select {
    border-left: 2px solid;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#right-select {
    border-right: 2px solid;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.avatar {
    display: inline-block;
    text-align: right;
    width: 80px;
    height: 80px;
}

.avatar img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.avatar label {
    display: block;
}

.avatar-initial {
    font-size: 50px;
    background-color: #fff;
    border-radius: 40px;
    color: #53d192;
    display: inline-block;
    text-align: center;
    line-height: 80px;
}

.edit-control-right {
    width: 130px;
    height: 45px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.edit-control-right i.pull-right {
    width: 45px;
    height: 45px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.edit-control-left {
    position: relative;
    width: 130px;
    height: 45px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.edit-control-left i {
    width: 45px;
    height: 45px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.left-cell {
    display: table-cell;
    vertical-align: middle;
}

.pad-cell {
    display: table-cell;
    width: auto;
}

.right-cell {
    display: table-cell;
    vertical-align: middle;
    width: 1px;
}

.cell-parent-table {
    display: table;
    width: 100%;
}

.profile-timeline ul li .avatar-desk span {
    margin-bottom: 0px;
}

.profile-timeline ul li .avatar-desk {
    width: 50%;
}

.dot {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-red {
    background-color: #D31;
}

.dot-yellow {
    background-color: #FC6;
}

.form-avatar {
    width: auto;
    height: auto;
    text-align: left;
}

.form-avatar label {
    margin-top: 10px;
}

.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #53d293;
    border-color: #53d293;
}

.localization-bar {
    height: 30px;
    float: right;
}

.localization-flag {
    margin-right: 10px
}

.localization-flag img {
    max-height: 100%
}

.localization-flag img {
    max-height: 100%
}

tr.table-green {
    background-color: #97d697;
}

.table-hover>tbody>tr.table-green:hover {
    background-color: #8ec18e;
}

.info-header{
    font-size: 20px;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.info-header .main{
    font-size: 20px;
}
.info-header .second{
    font-size: 15px;
}


/* BoxFlex */

.flex {
    display: flex;
}

.flex.align-center {
    align-items: center;
}

.flex.justify-right {
    justify-content: flex-end;
}

.flex.justify-center {
    justify-content: center;
}

.flex.justify-dispatch {
    justify-content: space-between;
}

.flex.justify-around {
    justify-content: space-around;
}