/*
user :: /site/ || /content/;
*/
/*.user_block_info .glyphicon {
        font-size: 64px;
}*/

.btn-margin {
    margin-bottom: 8px !important;;
    margin-right: 4px;
}

/* art_admin_list */
.material-icons-sub {
	vertical-align: sub;
} 
span.art_created {
    font-weight: bold;
    font-size: 75%;
}
.art_admin_list_item {
    border-bottom: 1px solid #ccc;
}
.art_admin_list_item:hover {
    background: #f9f9ff;
    /* display: block; */
}
.user_profile .moduletable h3 {
	    font-size: 1.5rem;
}
.text-red-s6 {
	color: #E53935;
}
.more {
	text-align: right;
}
.user_profile {
    padding: 10px;
    background: #f0f6fb;
}
.user-border-circle {
    padding: 30px 10px;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 15px;
}
.user-border-circle-2 {
    padding: 5px;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .user-border-circle-2 {
        padding: 15px 15px;
    }
}

.user_profile .col-md-4 > .glyphicon-user {
    font-size: 64px;
    color: #F7941E;
}
.user_profile .col-md-4 > .glyphicon-question-sign {
    font-size: 64px;
    color: #55007f;
}.user_profile .col-md-4 > .glyphicon-screenshot {
    font-size: 64px;
    color: #4080ff;
}
ul.no-point-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
h2.profile_h2 {
    margin: 0 0 10px;
    font-weight: 600;
    color: #000;
}

.user-profile-table-list {
    border-top: 2px solid #ff5722;
    margin-top: 35px;
}
.user-profile-table-list h2 {
    padding-left: 20px;
}

/**/
.bg-blue {
    background: #2196F3;
    color: #FFF;
}
.card-userprofile-top {
    text-align: center;
}
.card-userprofile-top:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.card-userprofile-top h5 {
    font-size: 20px;
}
.card-userprofile-top h4 {
    font-size: 50px;
}
.card-userprofile-top i {
    padding: 15px;
    border: 1px solid #ffffff73;
    border-radius: 50%;
}
.user_profile_info {
    margin-bottom: 15px;
}