
.ListControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.ListControl .Search .ExTitle {
    /* border-bottom: 2px solid #eabc00; */
    /* height: 32px; */
    margin: 0 0 10px;
    padding: 0 10px;
}
.ListControl .Search .ExTitle > span {
    color: #be1d2c;
    display: inline-block;
    font: bold 11pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}
.ListControl .ExContent tr>td:nth-child(2) {
    width: 100% !important;
    display: inline-flex;
}

.ListControl .ExContent tr>td:nth-child(2)>input, .ListControl .ExContent tr>td:nth-child(2)>select{
    flex: 1;
    padding: 5px;
    height: auto !important;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 2px 0;
}

.ListControl .List .Title > span {
    color: #444;
    display: inline-block;
    font: bold 13px arial;
    margin: 10px 0;
}
.ListControl table {
  width:100%;
}
.ListControl .List table th {
    color: #444;
    height: 30px;
    text-align: center;
}
.ListControl .List table td {
    color: #212121;
    padding: 10px;
    border: 1px solid #cccc;
}
.ListControl .List table tr {
    color: #bbb;
}
.ListControl .Search {
    cursor: pointer;
    font: 13px arial;
}
.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 input.Search, input.Cancel {
    background: #eecd16 none repeat scroll 0 0;
    border: 1px solid #be1d2c;
    border-radius: 3px;
    /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px 0 #b3b3b3; */
    color: #be1d2c;
    cursor: pointer;
    font: 13px arial;
    height: auto !important;
    margin-right: 5px;
    margin-top: 8px;
    padding: 5px 15px;
    width: auto;
}
