﻿#transactions {
    min-height: 639px;
}

.tableGreyText {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 1.2px;
}

    .tableGreyText.margin-bottom-10 {
        margin-bottom: 10px;
    }

th {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    background-color: #4190ed !important;
    padding: 25px 20px !important;
    text-transform: uppercase;
}

tr {
    font-size: 15px;
    color: #4A4A4A;
    border-bottom: none;
}

td {
    font-size: 13px;
    color: #4A4A4A;
}

.table-bordered {
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(185,185,185,0.52);
    -moz-box-shadow: 2px 2px 20px 1px rgba(140,140,140,0.5);
    box-shadow: 0 5px 20px 0 rgba(185,185,185,0.52);
}

    .table-bordered > tbody > tr > td {
        border: none;
        border-bottom: 20px solid white;
        padding-bottom: 10px;
        padding-top: 12px;
    }

.status {
    color: #22C064;
    text-transform: uppercase;
    font-weight: 600;
}

.transDate {
    text-align: center;
    width: 15%;
}

.transAccount {
    text-align: center;
    width: 15%;
}

.transDesc {
    text-align: left;
    width: 35%;
}

.transStatus {
    text-align: center;
    width: 15%;
}

.transValue {
    text-align: center;
    width: 15%;
}

.transPoints {
    text-align: center;
    width: 15%;
}

.transactionThumb {
    background-color: #FFF;
    height: 400px;
}

.walletLink {
    text-align: center;
    width: 15%;
}
/*.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th {
   background-color: #FFF;
 }*/
.rewardThumb.voucherThumb {
    background-color: #FFF;
    height: 600px;
}
