.content-wrapper, .right-side {
    background-color: #f5f0ec;
}

.skin-blue .main-header .logo,
.skin-blue .main-header .navbar {
    background-color: #e12967;
}

.skin-blue .main-header .logo:hover,
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #C30545;
}

.skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #f7af89;
}

.skin-blue .sidebar-menu>li.header {
    color: #fff;
    background: #1a2226;
}

.skin-blue .sidebar a {
    color: #fff;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #e12967;
    background: #fff;
    border-left-color: #e12967;
}

.skin-blue .sidebar-menu>li.header {
    color: #fff;
    background: #e12967;
    
}

.mt10 {
    margin-top: 1em;
}

.user-panel>.info {
    position: relative;
    left:0;
}

.sidebar-menu>li.header {
    text-transform: uppercase;
}

.content-header>.breadcrumb li:before {
    content: '>\00a0';
}

.content-header>.breadcrumb li:first-child:before {
    content: '';
}

.content-header>.breadcrumb>li .fa, .content-header>.breadcrumb>li .glyphicon, .content-header>.breadcrumb>li .ion {
    margin-right: 5px;
}

.breadcrumb li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.products-list .product-info {
    margin-left: 0;
    padding: 0 1em;
}

.content-header{
    margin-bottom: 0.75em
}

.info-box-number{
    display: inline-block;
}

table#datatable td{
    vertical-align: middle;
}

#users .box{
    padding: 1em;
    margin-top: 1em;
}

#selecteur{
    margin-bottom: 20px;
}

.table-hover>tbody>tr{
    background-color: transparent;
    transition: background .2s ease-in;
}

.table-hover>tbody>tr:hover{
    background-color: rgba(243, 156, 18, .3);
}

#profil .mainInfo{
    padding: 2em;
}

#profil img {
    width: 250px;
    height: 250px;
}

#profil .name .btn-group{
    margin: 20px;
}

#info-profil{
    margin-top: 1.5em; 
}
#info-profil #bio .box-header{
    display: flex;
    padding: 15px;
} 
#info-profil #bio button{
    position: absolute;
    left: 85%;
    top: 6px;
}

#services .coach h4,
#services .statut h4{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#info-profil #status-map h4 i,
#services .coach h4 i,
#services .statut span{
    margin:  0 .5em;
}

#info-profil #setFlash #preview{
    display: flex;
    align-items: center;
}
#info-profil #setFlash #preview i{
    margin:  0 .2em;
}

#services table{
    margin-bottom: 0px;
}

#services .coach > *{
vertical-align: middle;
    display: inline-block;
    padding: 0 20px;
}

.table>thead>tr>td,
.table>tbody>tr>td
{
    vertical-align: middle;
}

.btn-inline{
    display: inline-block;
}

#date i {
    right: 35px;
}

#float {
    position:absolute;
    top: 0;
    right:0;
    z-index:150000;
    background: #fff;
    margin: 2em;
    padding: 0 1em;
}