.ListControl .List tr:last-child>td[colspan="4"]>table {
    width: auto;
}

.ListControl {
    background: #fff none repeat scroll 0 0;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.ListControl .List table td:nth-child(4)>span {
    display: none;
}

.ListControl .List table td:nth-child(4) {
    text-align: center;
}

.ListControl .Search .ExTitle {
    /* border-bottom: 2px solid #eabc00; */
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
}

div.ListControl .Search .ExTitle h1 {
    font-size: 26px !important;
    font-weight: 600;
    color: #e79a10;
    margin-bottom: 20px;
    padding: 0;
}

.ListControl .Search .ExTitle>span {
    color: #b80002;
    display: inline-block;
    font: bold 11pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}

.ListControl .List {
    margin-bottom: 30px;
}

.ListControl .List .Title>span {
    color: #495057;
    display: inline-block;
    margin: 10px 0;
    font-size: 12px;
}

.ListControl table {
    width: 100%;
}

.ListControl .List table th {
    color: #212529;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ddd;
    font-weight: 600;
}

.ListControl .List table td {
    color: #1d2129;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    vertical-align: middle;
}

.ListControl .List table tr {
    color: #bbb;
}

/* .ListControl .Search {
    cursor: pointer;
} */

.ListControl .List table .download {
    color: #ae0002 !important;
    font: bold 11px arial;
    text-decoration: underline;
}

.ListControl .List table td:nth-child(1) a span {
    color: #333 !important;
    font: 11px arial;
    text-decoration: none;
}

.ListControl .List table td:nth-child(2) {
    text-align: center;
}

.ListControl .view-count>span {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}

.ListControl .col-md-3 {
    max-width: 30%;
    padding: 5px 0;
    font-size: 14px;
}

.ListControl .col-md-9 {
    max-width: 100%;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    min-width: 100%;
}

.ListControl .col-md-9>div {
    text-align: center !important;
}

.ListControl .mb-2 {
    margin: 0 !important;
}

.ListControl .col-md-9 input,
.ListControl .col-md-9 select {
    height: auto !important;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px !important;
    padding: 5px !important;
}

.ListControl .List tr:last-child>td[colspan="4"]>table>tbody>tr>td {
    border: none;
    padding: 3px;
    text-align: left;
}

.ListControl .List tr:last-child>td[colspan="4"]>table {
    width: auto;
}

.ListControl .List table td a {
    font-weight: 600;
    color: #005e9d;
    text-decoration: none;
    display: inline-block;
}

.ListControl .List table td a[cssclas="download"],
.download {
    font-size: 12px;
    font-weight: normal;
    background: #00b3f7;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

.ListControl .List table td[colspan="4"]>table {
    margin: auto;
}

.ListControl .List table td[colspan="4"]>table td span,
.ListControl .List table td[colspan="4"]>table td a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dddfe2;
    border-radius: 5px;
}

.ListControl .List table td[colspan="4"]>table td span {
    background: #005e9d;
    color: #fff;
}

.RadCalendarPopup caption {
    display: none;
}

.RadCalendarPopup .rcShadBR {
    display: none;
}

.RadCalendarPopup .rcShadTR {
    display: none;
}

@media only screen and (max-width: 768px) {
    div.ListControl {
        padding: 0 10px;
    }

    div.ListControl .List tr:last-child {
        display: table-row;
    }

    div.ListControl span.summary {
        font-size: 14px;
        font-weight: 600;
        color: #005e9d;
        margin-bottom: 5px;
    }

    .ListControl .List table td {
        display: inline-block;
    }

    div.ListControl .List tr {
        border-bottom: 1px dashed #ddd;
    }

    .ListControl .col-md-3 {
        max-width: 100%;
    }

    .ListControl .List table td:nth-child(1),
    .ListControl .List table td:nth-child(2) {
        display: inline-block;
        width: auto !important;
        margin-right: 10px;
        color: #495057;
    }

    .ListControl .List table td:nth-child(1) span,
    .ListControl .List table td:nth-child(2) span {
        font-size: 13px;
        font-weight: 600;
    }

    .ListControl .List table td[colspan="4"]>table tr {
        border: none;
    }

    .ListControl .row {
        flex-direction: column;
        gap: 0 !important;
    }

    .ListControl .RadPicker table.rcTable>tbody>tr {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .ListControl .RadPicker table.rcTable>tbody>tr>td:nth-child(1) {
        flex-grow: 1;
    }

    .ListControl .RadPicker table.rcTable td {
        width: unset !important;
    }
}

.ListControl input.Search,
.ListControl input.Cancel {
    background: #e79a10;
    color: #fff;
    cursor: pointer;
    height: auto !important;
    margin-right: 5px;
    padding: 5px 15px !important;
    width: auto;
    border-radius: 3px;
    font-size: 14px !important;
    border: none;
}

.ListControl input.Search:hover,
.ListControl input.Cancel:hover {
    filter: brightness(90%);
}