
.ListControl {
    background: #fff none repeat scroll 0 0;
    /* border: 1px solid #e0e0e0; */
    padding: 0 10px;
}
.ListControl .Search .ExTitle {
    border-bottom: 3px solid #075ece;
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
}
.ListControl .Search .ExTitle > span {
    color: #b80002;
    display: inline-block;
    font: bold 11pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}
.ListControl .ExContent > div:last-child .col-md-3 {
    display: none;
}
.ListControl .ExContent .col-md-9 {
    width: 100%;
}
.ListControl .ExContent .col-md-9 input {
    padding: 5px 10px;
    border: 1px solid silver;
    border-radius: 0.25rem
}
.ListControl .ExContent .col-md-9 select {
    height: 32px !important;
    border: 1px solid silver;
    border-radius: 0.25rem
}
.ListControl .ExContent tr:nth-child(1) td:nth-child(2) {
    display: inline-flex;
    width: 368px !important;
}
.ListControl .List .Title > span {
    color: #444;
    display: inline-block;
    font-size: 13pt;
    margin: 10px 0;
}
.ListControl table {
  width:100%;
}
.ListControl .List table th {
    color: #444;
    height: 30px;
    text-align: center;
    border: 1px solid silver;
}
.ListControl .List table td {
    color: #000;
    padding: 5px;
    border: 1px solid silver;
}
.ListControl .List table .view-count {
    display: none;
}
.ListControl .List table td:nth-child(4) {
    text-align: center;
}
.ListControl .List table td:nth-child(4) div:last-child {
    display: none;
}
.ListControl .List table tr {
    color: #bbb;
}
.ListControl .Search {
    cursor: pointer;
}
.ListControl .List table .download {
    color: #ae0002 !important;
    font: bold 13px arial;
    text-decoration: underline;
    width: 50px;
    display: inline-block;
}
.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 input.Search, input.Cancel {
    background: #063c99 none repeat scroll 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px 0 #b3b3b3;
    color: #ffffff;
    cursor: pointer;
    height: auto !important;
    margin-right: 10px;
    margin-top: 8px;
    padding: 4px;
    width: auto;
}
.ListControl .List table tr:last-child table {
    text-align: right;
    width:0;
}
.ListControl .List table tr:last-child table td {
    border: none;
}
.ListControl .List table tr:last-child table span{
    color: white;
    background: #063c99;
    padding: 5px 10px;
    font-size: 13pt;
}
.ListControl .List table tr:last-child table a {
    color: black;
    background: #d8d8d8;
    padding: 5px 10px;
    font-size: 13pt;
}