.account-wrapper {
    max-width: 600px;
    position: relative;
    margin: 0 auto;
    padding: 60px 0;
}

.account-body {
    position: relative;
    padding: 35px 30px 10px;
    margin-bottom: 1em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.createAnAccountBox .well { min-height: 271px; position: relative; }
.createAnAccountBox .btn { position: absolute; bottom: 24px; }

.passwordstrength { padding: 3px; font-weight: bold }

.avatar-upload {
    width: 200px;
    height: 200px;
}

.avatar-upload img {
    max-width: 200px;
    max-height: 200px;
}

.avatar-wrapper {
    position: relative;
    height: auto;
    border: 0px dashed #aaaaaa;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.avatar-wrapper .avatar-image {
    padding: 2px;
    border: 1px solid #D7D7D7;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    margin: 4px 8px 4px 1px;
}

.dashboard-col {
    margin-top: 10px;
}

.dashboard-button {
    display: block;
    background-color: #eee;
    border: 1px solid #e1e1e1;
    text-align: center;
    font-weight: bold;
    padding: 15px;
}

.dashboard-button:hover {
    text-decoration: none;
}

.dashboard-button i.fa {
    font-size: 72px;
}


/** ******************************
 * Profile navigation
 ** ******************************/
.profile-sidebar .profile-nav ul {
    padding: 0;
}

.profile-sidebar .profile-nav ul li {
    display: block;
    padding: 0;
    margin: 0;
}

.profile-sidebar .profile-nav > ul li a {
    background: #f1f1f1;
}

.profile-sidebar .profile-nav ul li a {
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
    line-height: 38px;
    padding: 0 0 0 15px;
    display: block;
}

.profile-sidebar .profile-nav ul li a.active-parent-link {
    background: #d8d8d8;
    font-weight: bold;
}

.profile-sidebar .profile-nav ul li a.active {
    background: #e1e1e1;
}

.profile-sidebar .profile-nav ul li a i {
    margin-right: 10px;
}

.profile-sidebar .profile-nav ul.sub-nav {
    background: #f1f1f1;
    border-left: 6px solid #e1e1e1;
}

.profile-sidebar .profile-nav ul.sub-nav a {
    padding-left: 25px;
    border: none;
}

/** ******************************
 * Profile components
 ** ******************************/
.list-view {
    margin: 10px 0;
}

.list-view .list-view-item {
    padding: 15px 10px;
    border-bottom: 2px solid #e1e1e1;
    margin: 15px;
}

.list-view .list-view-item p {
    margin: 0 0 3px 0;
    padding: 0;
}

/** ******************************
 * Image Uploader
 ** ******************************/
.image-uploader {
    position: relative;
}

.image-uploader .image-preview-container {
    width: 100%;
    height: 300px;
    display: table;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px dashed #e1e1e1;
    cursor: pointer;
}

.image-uploader .image-preview-container .image-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.image-uploader .image-preview-container .image-wrapper img {
    max-width: 100%;
    max-height: 250px;
    margin: auto;
}

.image-uploader .image-preview-container .loading-icon {
    font-size: 30px;
    display: none;
}

.image-uploader .image-preview-container .file-name {
    font-size: 75px;
}

.image-uploader .action-buttons {
    text-align: center;
}

.image-uploader .warning {
    line-height: 1.5em;
    margin-bottom: 25px;
    font-weight: bold;
}