.body {
    background-color: black !important;
    color: white !important;
}

.card-body {
    padding: 10px !important;
    background-color:black;
    color:white !important;
} 

.card-header{
    background-color: #f5bc18 !important;
}

.lightBorder .card-body {
    border: 1px #f5bc18 solid;
}

table.dataTable, div.dataTables_wrapper, div.dataTables_info, div.dataTables_filter label {
    color: white !important;
}

table.dataTable a{
    text-decoration: underline !important;
}

.login-card-body{
    border:1px solid white;
}

.redBigNos{
    font-size: 60px;
    color: red;
}

.white{
    color: white !important;
}

.redSmall
{
    font-size: 20px;
    color: red;
}

.lineHeight20{
    line-height: 20px;
}

.lineHeight30 {
    line-height: 30px;
}


table.dataTable td,
table.dataTable th{
    padding: .5rem !important;
}

.content-wrapper>.content {
    padding: 0; 
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    margin-top: 0px !important;
    position: static !important;
}

.loginBackground{
    background: url("../img/CCC_Gym_InsideView.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.whatsappLogo
{
    background: url("../img/whatsapp_logo_50X50.png");
    width: 50px;
    height: 50px;
}

.text-center{
    background-color: black !important;
}

.textAreaWorkOuts {
    background-color: black;
    color: white;
    width: 100%;
    border: 1px white #ccc !important;
}

.divWorkOuts{
    height: 150px;
    overflow-y: scroll;
    border: 1px solid dimgray;
    padding: 5px;
    color: #f5bc18;
}

.btnCopyWorkOut {
    border-radius: 10px;
}

.btnCopyWorkOut:hover {
    background-color: #f5bc18;
}

.divProfileImage{
    width: 50px;
    float: left;
    margin-right: 10px;
}

.aProfileImage {
    width: 75px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.imgProfileImage {
    width: 75px;
}

.club-member{
    border:1px solid #f5bc18;
    //overflow: hidden;
    //text-overflow: ellipsis;
    text-align: center;
    padding-top:10px;
    padding-bottom: 10px;
    color: white !important;
}

.WhiteText{
    color:White !important;
}

.ulCopyWorkouts{
    list-style-type: none;
    margin-left: -35px;
}

.liWorkoutHead  {
    font-size:20px;
    margin-left:-10px;
    color: #f5bc18 !important;
    font-weight: bold;
}

.liWorkout {
    margin: 10px 0px 0px 0px;
    color:white !important;
}

.liWorkout a {
    color: white;
}

.liWorkoutSelected {
    color: #f5bc18 !important;
    font-weight: bold;
}

input.chkWorkout {
    margin-right: 10px;
}

.UncheckAllWorkouts {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 10px;
    color: white !important;
}

.UncheckWorkoutPart{
    margin-right:10px;
}

.openWorkoutPart{
    float:left;
    width:25px !important;
    height: 25px;
    margin-right:5px;
}

.closeWorkoutPart {
    float: left;
    width: 25px !important;
    height: 25px;
    margin-right: 5px;
}

.displayNone{
    display: none;
}

.divWorkoutPart{
    float: left;
    margin-top: -2px;
    height: 35px;
    padding-left: 5px;
}