﻿input[type='checkbox'] {
    /*-webkit-appearance:none;*/
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
}
/*input[type='checkbox']:checked {
    background: #abd;
}*/

.transactioncounts td, .transactioncounts th {
    text-align: center;
    padding: 1px;
    border: 1px solid lightgray;
    width: 40px;
}

.v-pointer {
    cursor: pointer;
}

.v-input-list input[type="checkbox"] {
    margin-bottom: 0;
    vertical-align: baseline;
    width: 13px;
    height: 13px;
}

.v-input-list label {
    width: auto;
    padding: 0;
    line-height: 18px;
    height: 25px;
    text-align: left;
    white-space: normal;
    font-size: 13px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    padding: 0;
}

#detailActions {
    border-top: 1px dotted #bfbfc0;
    padding: 24px 0 0 0;
}

#txtSearchShowPastEvents {
    width: 20px;
    height: 20px;
}

tr.is-redirected td {
    background-color: #e6b3b3 !important;
}