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

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

.ListControl {
    /* padding: 10px  0px; */
    margin: 0 0 20px;
}
.ListControl .ExContent {
	padding: 0px 10px;
        font-size: 14px;
}
.ListControl .List table td:nth-child(4)>span {
    display: none;
}

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

.ListControl .Search .ExTitle {
	    padding: 12px 0px !important;
	    border-top: 2px solid #DA251C;
	    line-height: unset;
	    margin-top: unset !important;
	    !i;
	    !;
}
.ListControl .Search .ExTitle h1 {
	 text-transform: uppercase;
   white-space: nowrap;
   font-size: 17px;
   font-family: 'Merriweather';
   color: #031739;
   font-weight: 700;
   text-decoration: none;
   display: inline-block;
   line-height: unset;
   background: url(images/dangicon.png) no-repeat top 1px left;
   padding: 0 0 0 48px !important;
}

.ListControl .Search .ExTitle > span {
    color: #b80002;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
}
.ListControl .ExContent tr:nth-child(1) td:nth-child(2) {
    display: inline-flex;
    width: 368px !important;
}
.ListControl .List .Title > span {
	color: #757575;
	display: inline-block;
	margin: 10px 10px 0px;
}
.ListControl table {
	width: 98% !important;
	margin: 15px 10px 0px;
}
.ListControl .List table th {
    color: #444;
    text-align: center;
    padding: 5px;
    border: 1px solid silver;
}
.ListControl .List table td {
    color: #444444;
    padding: 10px;
    border: 1px solid #8c8c8c;
}
.ListControl .List table .summary {
	font-weight: 500;
    font-size: 15px;
}
.ListControl .List table .summary:hover {
	color: #ae0002;
}
.ListControl .List table tr {
    color: #bbb;
}
.ListControl .List table .download {
    color: #ae0002 !important;
    text-decoration: underline;
}
.ListControl .List table td:nth-child(1) a span {
    color: #333 !important;
    text-decoration: none;
}
.ListControl .List table td:nth-child(2) {
    text-align: center;
}
.ListControl input.Search, input.Cancel {
	background: #b80002 none repeat scroll 0 0;
	color: #ffffff;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 5px !important;
	border: none;
	width: 100px;
}

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

.ListControl .col-md-9 {
    max-width: 100%;
    padding: 5px;
    margin: 0;
        
}
.ListControl .col-md-9  div {
	text-align: center !important;
}
.ListControl .mb-2 {
    margin: 0 !important;
}
.ListControl input, .ListControl select {
    padding: 5px 10px;
    border: 1px solid silver;
    box-sizing: border-box;
    border-radius: 3px;
    height: auto !important;
}
.ListControl tr:last-child td table{
    border: none !important;
    padding: 0 !important;
    margin: 0;
    width: 0 !important;
}
.ListControl tr:last-child td table span{
    color: white;
    background: red;
    padding: 5px 10px;
}
.ListControl tr:last-child td table a{
    color: black;
    background: #d8d8d8;
    padding: 5px 10px;
}
.ListControl .right table tr td {
    border: none !important;
    padding: 5px 0 5px 5px !important;
}

.ListControl span.modal-link {
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.ListControl .w-1\/3 {
    margin-bottom: 10px;
    width: 100%;
}
  .ListControl {
    padding-top: 10px;
    width: 100vw;
  }
	.ListControl table {
	width: 95vw !important;
	margin: 15px 10px 0px;
	display: block;
	}
  .ListControl .List table td {
    /* width: 92vw !important; */
  }
	.ListControl .List table td {
    border: none;
}
	.ListControl tr:last-child td {padding: 10px 2px !important;}
	.ListControl .List tr:last-child>td[colspan="4"] {}

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

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

.ListControl .List tr:last-child>td[colspan="4"]>table>tbody>tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}


.ListControl .List tr:last-child>td[colspan="4"]>table>tbody>tr>td {
    display: inline-flex;
    width: unset !important;
    border-radius: 4px;
    overflow: hidden;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    padding: unset !important;
    gap: unset !important;
    align-items: center;
    justify-content: center;
}

.ListControl .List tr:last-child>td[colspan="4"]>table>tbody>tr>td span, .ListControl .List tr:last-child>td[colspan="4"]>table>tbody>tr>td a {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
        	.ListControl .col-md-3 {
    max-width: 100%;
}
}
/****************************/
.ListControl .List tr:last-child>td[colspan="4"] {
  border: none;
}
/****************************/
.ListControl .List tr:last-child>td[colspan="4"] {
  border: none;
}
/*****************************/
.ListControl .label.md-2 {
    margin-bottom: 5px;
}
.ListControl .w-1\/3 {
    margin-bottom: 10px;
}
.ListControl .search-by input {
    margin: 0 5px;
}