.list-group-item:first-child{
    border-radius: inherit !important;
}
.list-group-item > a{
    color: #fff;
}
.list-group-item{
    padding: 3px 0!important;
    background-color: transparent;
    border: none;
    color: #fff !important;
}

.list-group-item.active >a, .list-group-item.active:focus, .list-group-item.active:hover{
    /*background: red;*/
}
.profile_title{
    text-align: center;
    padding: 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e0e0e0;
}
.box.box-info.bg {
    background: #f5f5f5;
}
.box.box-info {
    margin-top: 20px;
    /*border-top-color: #3c8dbc;*/
    border-top-color: #00c0ef ;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.profile-user-img {
    margin: 0 auto;
    width: 200px;
    padding: 3px;
    border: 3px solid #d2d6de;
}