.ListControl {
        background: #fff none repeat scroll 0 0;
        /* border: 2px solid #e0e0e0; */
        padding: 0;
        padding-bottom: 10px;
}
.ListControl table {
        border: none;
        margin-top: 10px;
}
.ListControl .List table th {
        color: #fff;
        text-align: center;
        background: #00397c;
        padding: 10px;
        white-space: nowrap;
        height: 50px;
}
.ListControl .List table td {
        color: #000;
        padding: 10px;
        vertical-align: top;
        text-align: left;
        border-top: 1px solid #e4e4e4;
}
.ListControl .List table td span{
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
}
.ListControl .List table td>a>span{
        color: #0d6efd;
}
.ListControl .List table td:nth-child(4),
.ListControl .List table td:nth-child(2) {
        text-align: center;
}
.ListControl .List table td a {
        text-decoration: none;
}
.ListControl .List table tr {
        color: #bbb;
}
.ListControl .List table tr:nth-child(even) {
        background-color: #f8f9fa;
}
.ListControl  .info-row .value {
        padding-right: 25px;
}
.ListControl .info-row .value input, .ListControl .info-row .value select{
        padding: 5px;
        border: 1px solid #ccc;
        height: auto !important;
}
.ListControl .List tr:last-child > td[colspan="7"] > table > tbody > tr > td {
        border: none;
        padding: 3px;
        text-align: left;
}
.ListControl .List tr:last-child > td[colspan="7"] > table {
        width: auto;
}
.ListControl .List table td[colspan="7"] > table {
        margin: auto;
}
.ListControl .List table td[colspan="7"] > table td span,
.ListControl .List table td[colspan="7"] > table td a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f0f0;
        border-radius: 3px;
}
.ListControl .List table td[colspan="7"] > table td span {
        background: #0d6efd;
        color: #fff;
}
div.ListControl input.Search, div .ListControl input.Cancel {
        background: #1076d5 none repeat scroll 0 0;
        color: #ffffff;
        cursor: pointer;
        height: auto !important;
        margin-right: 5px;
        padding: 8px 15px !important;
        width: auto;
        border-radius: 3px;
        font-weight: 600;
        border: none;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
        border: none;
}
.ListControl .Search {
        --cursor: pointer;
        box-shadow: 0 2px 7px 0 rgb(74 97 123 / 40%);
        margin-bottom: 30px;
        padding: 30px;
        background: #fff !important;
}
.ListControl input.Search, input.Cancel {
        background: #1076d5 none repeat scroll 0 0 !important;
        border: 1px solid #ccc;
        border-radius: 2px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px 0 #b3b3b3;
        color: #ffffff;
        cursor: pointer;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
        height: auto !important;
        margin-right: 10px;
        margin-top: 8px;
        padding: 4px;
        width: auto;
}
.ListControl .List .view-count {
        display: none;
}
.ListControl .info-row {
        display: table;
        width: 100%;
}
.ListControl  .info-row .key {
        padding-top: 7px;
        color: #424242;
        font-weight: 500;
        width: 200px;
        padding-right: 10px;
        padding-left: 20px;
        font-size: 15px;
}
.ListControl  .info-row .key, .info-row .value {
        display: table-cell;
        vertical-align: top;
        padding-left: 30px;
        padding-left: 30px;
        padding-top: 10px;
        font-size: 15px;
}
.ListControl  .info-row .value {
        padding-right: 25px;
}
.ListControl .info-row .value input, .ListControl .info-row .value select{
        padding: 5px;
        border: 1px solid #ccc;
        height: auto !important;
        border-radius: 3px;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
}
@media only screen and (max-width: 1023px){
        div.ListControl .ExContent .info-row .key {
                width: 100%;
        }
        div.ListControl .ExContent .info-row .value {
                width: 100%;
        }
        div.ListControl .ExContent .info-row {
                display: inline-grid;
                width: 100%;
        }
        div.ListControl {
                padding: 0 10px;
                width: 100%;
                margin: auto;
                margin-bottom: 10px;
        }
        div.ListControl .List tr:last-child {
                display: table-row;
        }
        div.ListControl span.summary {
                font-family: "NotoSans", sans-serif !important;
                font-size: 13px;
                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-family: "NotoSans", sans-serif !important;
                font-size: 13px;
                font-weight: 600;
        }
        .ListControl .List table td[colspan="7"] > 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;
        }
        .RadPicker {
                overflow: hidden;
                position: relative;
        }
}
@media (min-width: 769px) and (max-width: 1023px){
        div.ListControl .ExContent .info-row:nth-child(4), div.ListControl .ExContent .info-row:nth-child(5) {
                display: flex;
        }
        div.ListControl .ExContent .info-row:nth-child(4) .key, div.ListControl .ExContent .info-row:nth-child(5) .key {
                white-space: nowrap;
                min-width: 150px;
        }
}
