.header-bg-color th{
    color: #fff!important;
}


#hotdesk .header-bg-color{
    background-color: #dc6668;
}

#hotdesk .table thead th{
    border-color:#dc6668;
    color:#dc6668;
}

#hotdesk .table-bordered td, .table-bordered th{
    border-color:#dc6668;
}

#hotdesk .table-footer td{
    font-weight: 500;
    background-color: #dc6668;
    color:#fff;
}

/* //////////////////////////////////////  */
#personal-desk .header-bg-color{
    background-color: #f9b05f;
    color:#fff;
}

#personal-desk .table thead th{
    border-color:#f9b05f;
    color:#f9b05f;
}

#personal-desk .table-bordered td, .table-bordered th{
    border-color:#f9b05f;
}

#personal-desk .table-footer td{
    font-weight: 500;
    background-color: #f9b05f;
    color:#fff;
}
/****************************************************/

#private-office .header-bg-color{
    background-color: #62bde3;
    color:#fff;
}

#private-office .table thead th{
    border-color:#62bde3;
    color:#62bde3;
}

#private-office .table-bordered td, .table-bordered th{
    border-color:#62bde3;
}

#private-office .table-footer td{
    font-weight: 500;
    background-color: #62bde3;
    color:#fff;
}


/****************************************************/

#virtual-office .header-bg-color{
    background-color: #9b72a5;
    color:#fff;
}

#virtual-office .table thead th{
    border-color:#9b72a5;
    color:#9b72a5;
}

#virtual-office .table-bordered td, .table-bordered th{
    border-color:#9b72a5;
}

#virtual-office .table-footer td{
    font-weight: 500;
    background-color: #9b72a5;
    color:#fff;
}
/* ////////////////////////////// */

#other-members .header-bg-color{
    background-color: #AEC912;
    color:#fff;
}

#other-members .table thead th{
    border-color:#fff;
    color:#AEC912;
}

#other-members .table-bordered td, .table-bordered th{
    border-color:#fff;
}

#other-members .table-footer td{
    font-weight: 500;
    background-color: #AEC912;
    color:#fff;
}

/* /////////////////////////// */
 
#other-plans .header-bg-color{
    background-color: #666765;
    color:#fff;
}

#other-plans .table thead th{
    border-color:#ffff;
    color:#666765;
}

#other-plans .table-bordered td, .table-bordered th{
    border-color:#fff;
}

#other-plans .table-footer td{
    font-weight: 500;
    background-color: #666765;
    color:#fff;
}

 