﻿/*TableList.Mvc 2.0.5*/
.table.table-list-mvc > tbody > tr > td,
.table-list-mvc td {
    vertical-align: middle;
    position: relative;
}

    .table-list-mvc th:nth-last-child(2),
    .table-list-mvc td:nth-last-child(2) {
        border-right: none;
    }

    .table-list-mvc th:last-child,
    .table-list-mvc td:last-child {
        border-left: none;
        width: 1px;
        padding-right: 12px;
    }

    .table-list-mvc td > input {
        width: 100%;
        max-width: 100%;
    }

        .table-list-mvc td > input[readonly="readonly"] {
            border-color: transparent;
            background-color: transparent;
            box-shadow: none;
        }

.table-list-mvc-item-view input {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}

    .table-list-mvc-item-view input::-ms-clear {
        display: none;
    }

    .table-list-mvc-item-view input::-webkit-input-placeholder {
        color: transparent;
    }

    .table-list-mvc-item-view input:-moz-placeholder {
        color: transparent;
    }

    .table-list-mvc-item-view input::-moz-placeholder {
        color: transparent;
    }

    .table-list-mvc-item-view input:-ms-input-placeholder {
        color: transparent;
    }

.table-list-mvc-item-delete {
    display: block;
    margin: 0 auto;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3e%3cpath fill='%23B4B4B4' d='M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.table-list-mvc-item-new .table-list-mvc-item-delete {
    display: none;
}