
@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(/cws4.0/global-unix/images/forms/plus.png);
    margin:4px 0 0 0;
}
.showLocInfo.minus {
    background-image:url(/cws4.0/global-unix/images/forms/minus.png);
}
.actionData {
    display:block;
    float:left;
}
.locationData {
    display:none;
    font-size:11px;
    clear:both;
    font-style:italic;
}
.dataTable th:nth-child(1), .dataTable tr.odd td:nth-child(1), .dataTable tr.even td:nth-child(1) {
    display:none;
}
.dataTable tr td:nth-child(3) {
    text-transform: capitalize;
}
.dataTable th:nth-child(4), .dataTable tr.odd td:nth-child(4), .dataTable tr.even td:nth-child(4) {
    display:none;
}
.dataTable th:nth-child(6), .dataTable tr.odd td:nth-child(6), .dataTable tr.even td:nth-child(6) {
    display:none;
}
.dataTable th:nth-child(7), .dataTable tr.odd td:nth-child(7), .dataTable tr.even td:nth-child(7) {
    display:none;
}
.dataTable th:nth-child(8), .dataTable tr.odd td:nth-child(8), .dataTable tr.even td:nth-child(8) {
    display:none;
}
#cws_hld_transactionHistory caption {
    position: absolute;
    left: -99999px;
}
@media only screen and (min-width:100px) and (max-width:768px) {
    .field {
        width: 100%;
    }
    .sortBtns, .showLocInfo {
        display:none;
    }
}
