section.sidebar {
    display: none;
}

body .wrapper >.content-wrapper{
	background-color: #383838 !important;
}

body .wrapper >.content-wrapper .content{
	padding-left: 60px;
}

.logo-profile {
	margin-bottom: 40px;
}

.profile .list-group{
    border-right: 1px solid #777;
    padding: 0 30px 0 0;
}

.profile .list-group-item {
    border-top: 1px solid #777;
}

.profile .btn-change-password{
    position: absolute;
    right: 0px !important;
    bottom: 10px;
    color: #000;
    padding: 2px 10px;
    font-weight: 700;
}

.training .box-footer{
	padding: 10px;
}

.progress {
    background-color: #383838;
    border: 1px solid #777;
}

hr {
    margin: 10px;
    border-top: 1px solid #727272;
}