.link{
  cursor: pointer;
}
.table .label, .modal-body .label, .box .label {
    font-size: 100%;
    font-weight: 400;
    line-height: 1;
}

.table img{
	width: 70px;
    height: auto;
}

.modal-body img{
    width: 100px;
    height: auto;
}

.table .fa-user{
	font-size: 70px;
}
.user-menu .fa-user, .user-panel .fa-user, .user-header .fa-user{
    text-align: center;
    color: #fff;
}
.user-menu .fa-user{
    font-size: 15px;
}
.user-panel .fa-user{
    font-size: 30px;
    line-height: 45px;
}
.user-header .fa-user{
    font-size: 70px;
 }

.modal-body .fa-user{
    font-size: 100px;
}

.table .dropdown-menu {
    left: -70px;
    /*width: 150px;*/
}

.table .caption a {
    color: #777;
}

.btn-default {
    background-color: #fff;
    color: #444;
    border-color: #ddd;
}
.fa-fw {

    text-align: left;

}
.box-title-block{
    font-size: 18px;
    margin: 0;
    line-height: 2;

}
.thumbnail {

    display: inline-block;
    padding: 10px;
    margin: 10px;

}

.thumbnail img{

    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
}

.widget-user-2 .widget-user-image {
    font-size: 65px;
    line-height: 65px;
    text-align: center;
    float: left;
    object-fit: cover;
}
.users-list img{

    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.widget-user-2 .widget-user-image img{

    width: 65px !important;
    height: 65px !important;
    object-fit: cover;
}

.users-list .fa-user {
    font-size: 70px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.thumbnail .caption a {

    color: #777;
}
.thumbnail .caption {

    padding: 0;
    margin: 7px 0 0 0;
    font-size: 18px; 
    text-align: right;
}

.users-list>li {
        width: 50%;
    }

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {

    border-left-color: #00a7d0;

}

.nav-stacked-green > li.active > a, .nav-stacked-green > li.active > a:hover {

    border-left-color: #00a65a;

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .users-list>li {
        width: 25%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .users-list>li {
        width: 50%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .users-list>li {
        width: 25%;
    }
}