.my-table-spacing {
    overflow-x: auto;
    background-color: #F5F5F5;
}

.my-table-none-spacing {
    overflow-x: auto;
}

.my-table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

.my-table th {
    color: black;
    font-weight: normal;
    border-bottom: 4px solid #960014;
}

div.my-table-spacing .my-table tbody:before {
    line-height: 15px;
    content: "-";
    color: transparent;
}

.my-table tbody tr:hover {
    background-color: #FBEFCC;
}

.my-table td, .table-row-line {
    border-bottom: 2px solid #AAA;
}

.my-table tr:nth-last-child(1) td {
    border-bottom: none;
}

/**
 * ICON DIVIDER
 */
.my-table td img {
    padding: 2px 0 2px 0;
}

.my-table th.count,
.my-table th.edit,
.my-table th.del {
    width: 40px!important;
}

.my-table td.view, .my-table td.edit, .my-table td.del, .my-table td.reset {
    cursor: pointer;
}


.my-table td div.v-divider,
.my-table td div.v-divider-success,
.my-table td div.v-divider-failure,
.my-table td div.v-divider-pending,
.my-table td img.v-divider,
.my-table td img ~ div.v-divider-edit,
.my-table td img ~ div.v-divider-del,
.my-table td img ~ div.v-divider-view,
.my-table td img ~ div.v-divider-green,
.my-table td i ~ div.v-divider-view,
.my-table td img ~ div.v-divider-reset,
.my-table td i ~ div.v-divider-reset,
.my-table td img ~ div.v-divider-pdf,
.my-table td img ~ div.v-divider-xlsx,
.my-table td img ~ div.v-divider-refund,
.my-table td div.v-divider-status div {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 24px;
}

.my-table td div.v-divider {
    margin: auto 0
    line-height: 24px;
    text-align: center;
    padding-top: 3px;
}

.my-table td div.v-divider-success {
    display: inline;
    float: right;
    border-right: 5px solid #0dff00;
}

.my-table td div.v-divider-failure {
    display: inline;
    float: right;
    border-right: 5px solid #960014;
}

.my-table td div.v-divider-pending {
    display: inline;
    float: right;
    border-right: 5px solid #ffc412;
}

.my-table td img ~ div.v-divider-edit {
    display: inline;
    float: right;
    border-right: 5px solid transparent;
}

.my-table td img ~ div.v-divider-view,
.my-table td img ~ div.v-divider-green,
.my-table td i ~ div.v-divider-view {
    display: inline;
    float: right;
    border-right: 5px solid transparent;
}

.my-table td img ~ div.v-divider-del {
    display: inline;
    float: right;
    border-right: 5px solid transparent;
}

.my-table td img ~ div.v-divider-pdf {
    display: inline;
    float: right;
    border-right: 5px solid transparent;
}

.my-table td img ~ div.v-divider-xlsx,
.my-table td img ~ div.v-divider-reset,
.my-table td i ~ div.v-divider-reset {
    display: inline;
    float: right;
    border-right: 5px solid transparent;
}

.my-table td img ~ div.v-divider-refund {
    display: inline;
    float: right;
    border-right: 5px solid transparent;
}

.my-table td div.v-divider-status div {
    display: inline;
    float: right;
    border-right: 5px solid #0dff00;
}

.my-table td.edit:hover div.v-divider-edit {
    border-right: 5px solid #0F73EE;
}

.my-table td.del:hover div.v-divider-del {
    border-right: 5px solid #960014;
}

.my-table td.view:hover div.v-divider-view {
    border-right: 5px solid #0F73EE;
}

.my-table td.pdf:hover div.v-divider-pdf {
    border-right: 5px solid #960014;
}

.my-table td.xlsx:hover div.v-divider-xlsx,
.my-table td.reset:hover div.v-divider-reset,
.my-table td.view:hover div.v-divider-green {
     border-right: 5px solid #0dff00;
 }

.my-table td.refund:hover div.v-divider-refund {
    border-right: 5px solid #f2ff00;
}


/**
 * FOOTER
 */
.my-table tfoot tr {
    left: 50%;
    border: 0px solid black;
}

.my-table tfoot td {
    border: 0px solid black;
}

.my-table tfoot td ul {
    list-style: none;
    margin-top: 20px;
}

.my-table tfoot td ul li {
    display: inline;
    padding: 5px 10px 5px 10px;
}

.my-table tfoot td ul li.active {
}

.my-table tfoot td ul li a {
    color: #7C7C7C;
}

.my-table tfoot td ul li.active a {
    color: red;
}

.my-table th.count,
.my-table th.edit,
.my-table th.del{
    min-width: 30px;
    width: 50px;
}

/**
*search list view record screen
**/
.table-search-view,
.table-search-view-c-1,
.table-search-view-c-2 {
    table-layout: fixed;
    width: 100%;
}

.table-search-view tr td,
.table-search-view-c-1 tr td,
.table-search-view-c-2 tr td {
    border: 1px solid #bbb;
    padding-left:20px;
    word-wrap: break-word;
}

.table-row-odd,
.tr-header {
    background-color:white;
}

.tr-header {
    border: 1px solid #bbb;
    padding-left:10px;
}

.plusminus {
    cursor: pointer;
}

.plusminus input[type=checkbox] { visibility: hidden; }

tbody.hide,
tr.hide {
    display: none;
    border-bottom: 3px double black;
}

.hide tr.hide-tr {
    border-bottom: 3px double black;
}

tr.hide table, .hide tr table {
    margin: 20px 20px 30px 20px;
    width: 100%;
}

.tr-toggle {
    border-bottom: 2px solid #AAA;
    cursor: pointer;
}

.td-c-left td {
    text-align: left;
}

.td-c-3 td {
    width: 16.6%;
}

.highlight {
  background-color: #FBEFCC;
  border-left: 1px double black;
  border-right: 1px double black;
}




