#usersMainTable {}
#usersMainTable > tbody > tr:nth-child(2n) {background-color: #F8F8F8;}
#usersMainTable > tbody > tr:hover .action-btn {opacity: 1; margin-right: 15px;}
#usersMainTable > tbody > tr > td {vertical-align: middle;}
#usersMainTable > tbody > tr > td:nth-child(2) {width: 96px;}
#usersMainTable > tbody > tr > td:nth-child(3) {color: #28C; font-weight: bold;}
#usersMainTable > tbody > tr > td:nth-child(6) {min-width: 140px;}
#usersMainTable > tbody > tr > td:last-child {width: 150px; padding: 25px 0;}
#usersMainTable > tbody > tr > td .action-btn {opacity: 0; margin-right: 0;}
#usersMainTable > tbody > tr > td .action-btn > a {width: 64px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);}
#usersMainTable > tbody > tr > td img {width: 80px;}
/* text-align: right; */
.user-full > form > h1 {margin-bottom: 15px;}
.user-full table > tbody > tr > td:first-child {width: 200px; font-weight: bold; }
.user-full img {width: 100%;}

.user-frame {}

.contact-main-frame {width: 16.666666%; padding: 0 15px; margin-bottom: 30px; border-radius: 4px; font-size: 0.75em; overflow: hidden; position: relative;}
    .contact-main-frame img {width: 100%; border-radius: 4px 4px 0 0;}
    .contact-main-frame ul {width: 100%; padding: 0; margin: 0; background-color: #EEE;}
    .contact-main-frame ul li {line-height: 28px; border-bottom: 1px solid #CCC; list-style-type: none;}
    .contact-main-frame ul li:first-child {text-align: center;}
    .contact-main-frame ul li i {width: 28px; text-align: center; font-size: 16px; color: #BAC;}

    .contact-main-frame .user-0 {border-bottom: 3px solid #BAC;}
    .contact-main-frame .user-1 {border-bottom: 3px solid #7E4752;}
    .contact-main-frame .user-2 {border-bottom: 3px solid #CCC;}
    .contact-main-frame .user-3 {border-bottom: 3px solid #CCC;}
    .contact-main-frame .user-4 {border-bottom: 3px solid #CCC;}

    .contact-main-frame .action-btn {position: absolute; top: -45px; left: 0px; opacity: 0; background-color: rgba(255, 255, 255, 0.55);}
    .contact-main-frame .action-btn > button {width: 33.33333333%; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);}
    .contact-main-frame:hover > .action-btn {top: 0; opacity: 1;}

    .banned {opacity: 0.25;}
    .banned:hover {opacity: 1;}


.modal-users {height: 368px; overflow-y: auto;}
.modal-users .contact-main-frame {cursor: pointer;}
.modal-users .contact-main-frame:hover {opacity: 0.5;}

.range-input {width: 73%}
.range-val {width: 17%;}

.link-group-wrapper {height: 70%; overflow-y: scroll;}
.link-group {width: 100%; margin-top: 8px;}
.link-group span {width: 50px;}

@media screen and (max-width: 991px) {
    .contact-main-frame {width: 33.333333% !important; float: left;}
}
