@charset "utf-8";
#loading {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-size: 50px;
    background-repeat: no-repeat;
}
.field {
    width:380px;
}
input[type="text"], select, textarea {
    width:100%;
}
#cws_list_transShowEntries {
    width:140px;
}
/* ===== CARD DETAILS ==== */
#gcDetailsHold {
    display:none;
}
.balance {
    font-size:17px;
}
.balance .green {
    color: #14a218;
}

.sortBtns {
    display: block;
    float: right;
}

.showLocInfo {
    float: right;
    display: block;
    text-decoration: none;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url(/images/forms/plus.png);
    margin: 4px 0 0 0;
}
.showLocInfo.minus {
    background-image: url(/images/forms/minus.png);
}
.actionData {
    display: block;
    float: left;
}
.locationData {
    display: none;
    font-size: 11px;
    clear: both;
    font-style: italic;
}
#cws_hld_transactionHistory tr td:nth-child(3) {
    text-transform: capitalize;
}
#cws_hld_transactionHistory th:nth-child(4), #cws_hld_transactionHistory tr.odd td:nth-child(4), #cws_hld_transactionHistory tr.even td:nth-child(4) {
    display:none;
}
#cws_hld_transactionHistory th:nth-child(6) {
    display:none;
}
#cws_hld_transactionHistory th:nth-child(7), #cws_hld_transactionHistory tr.odd td:nth-child(7), #cws_hld_transactionHistory tr.even td:nth-child(7) {
    display:none;
}
#cws_hld_transactionHistory th:nth-child(8), #cws_hld_transactionHistory tr.odd td:nth-child(8), #cws_hld_transactionHistory tr.even td:nth-child(8) {
    display:none;
}
#cws_hld_transactionHistory tr.odd td:nth-child(9), #cws_hld_transactionHistory tr.even td:nth-child(9) {
    display:none;
}
#cws_hld_transactionHistory {
    margin: 0 0 40px 0;
    border: none;
}
#cws_hld_transactionHistory caption {
    position: absolute;
    left: -99999px;
}
#cws_hld_transactionHistorys_length {
    float: left;
}
#cws_hld_transactionHistorys_paginate {
    margin: 0;
}
#cws_hld_transactionHistory td:first-child {
    border-left: 1px solid #b4b4b4;
}
#cws_hld_transactionHistory th {
background-color: transparent;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #b4b4b4;
    padding: 7px 10px 40px 10px;
    background-position-y: 8px;
    position: relative;
}
html[lang='fr'] #cws_hld_transactionHistory th {
    font-size: 13px;
}
#transactionsHold {
    overflow: auto;
}
#cws_hld_transactionHistory th:after {
    content: "";
    display: block;
    border-top: 1px solid #2b2b2b;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
}

@media (max-width:1000px) {
    html[lang='fr'] #cws_hld_transactionHistory th:after {
        top: 55px;
    }
}

@media (max-width:768px) {
    .field {
        width: 100%;
    }
    .sortBtns, .showLocInfo {
        display:none;
    }
}

@media (max-width:600px) {
    #cws_hld_transactionHistory th:after {
        display: none;
    }
    #cws_hld_transactionHistory th {
        background-size: 10px;
        background-position-y: 10px;
        padding: 7px 2% 20px 2%;
    }
}

@media (max-width:450px) {
    #cws_hld_transactionHistorys_length, #cws_hld_transactionHistorys_paginate {
        float: none;
        text-align: center;
        width: 100%;
    }
}