/*
* Global vars app
**/
/**
* Forms vars
*/
/*
* Badge vars
*/
/*
* Tab line vars
*/
@media (min-width: 992px) {
.nav-users {
position: fixed; } }
.social-account-container {
display: inline-block;
position: relative; }
.btn-remove-account {
top: 10px;
right: 10px;
position: absolute; }
.btn-file {
position: relative;
overflow: hidden; }
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
background: white;
cursor: inherit;
display: block; }
.user-profile-picture {
min-height: 150px;
max-height: 150px; }
/* Profile container */
.profile {
margin: 20px 0; }
/* Profile sidebar */
.profile-sidebar {
padding: 20px 0 10px 0;
background: #F1F3FA; }
.profile-userpic img {
float: none;
margin: 0 auto;
width: 50%;
height: 50%;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important; }
.profile-usertitle {
text-align: center;
margin-top: 20px; }
.profile-usertitle-name {
color: #5a7391;
font-size: 16px;
font-weight: 600;
margin-bottom: 7px; }
.profile-usertitle-email {
color: #5b9bd1;
font-size: 12px;
font-weight: 600;
margin-bottom: 15px; }
.profile-userbuttons {
text-align: center;
margin-top: 10px; }
.profile-userbuttons .btn {
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
padding: 6px 15px;
margin-right: 5px; }
.profile-userbuttons .btn:last-child {
margin-right: 0px; }
.profile-usermenu {
margin-top: 30px; }
.profile-usermenu ul li {
border-bottom: 1px solid #f0f4f7; }
.profile-usermenu ul li:last-child {
border-bottom: none; }
.profile-usermenu ul li a {
color: #93a3b5;
font-size: 14px;
font-weight: 400; }
.profile-usermenu ul li a i {
margin-right: 8px;
font-size: 14px; }
.profile-usermenu ul li a:hover {
background-color: #fafcfd; }
.profile-usermenu ul li.active {
border-bottom: none; }
.profile-usermenu ul li.active a {
color: #72c02c;
background-color: #f6f9fb;
border-left: 2px solid #72c02c;
margin-left: -2px; }
/* Profile Content */
.profile-content {
padding: 20px;
background: #F1F3FA;
min-height: 460px; }
|