.checkbox-list-vertical label {
    display: block;
}


.leftpanel .profile-left .media-body {
    padding-left: 10px;
}

.leftpanel .profile-left .profile-thumb {
    margin-top: 15px;
}

.leftpanel .profile-left {
    padding: 15px 15px 10px 15px
}

body .headerwrapper {
    background: none;
}

body .headerwrapper .header-left {
    background: white;
    border-right: 1px solid #eee;
}

body .pageheader {
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 480px) {
    .pageheader {
        height: auto;
    }

    .leftpanel .profile-left .media-heading {
        margin-top: 12px;
    }
}

.nav.nav-pills.nav-stacked li a i {
    margin-right: 5px;
}