
.DocumentList th:nth-child(6), td:nth-child(6) {
    display: none;
}
.DocumentList {
    width:726px;
}
.DocumentList .tb-Search {
}
.DocumentList .tr-Search fieldset {
    border: 1px solid #bbb;
    border-radius: 10px 10px 0 0;
}
.DocumentList .tr-Search fieldset legend {
    color: #666;
    font: bold 10pt arial;
    text-transform: uppercase;
}
.DocumentList .docname {
    padding: 10px;
}
.DocumentList .td-SearchContent {
}
.DocumentList .tr-Search .cssSearch, .cssCancel {
    background: none repeat scroll 0 0 #0E61D6;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #ffffff;
    font: bold 9pt Arial;
    margin-right: 4px;
    margin-top: 10px;
    padding: 5px 6px;
    text-transform: uppercase;
}
.DocumentList .td-DocumentType, .DocumentType {
    width: 120px !important;
}
.DocumentList .tr-Search td:nth-child(3) {
    width: 82px !important;
}
.DocumentList .tr-Search td:nth-child(4) {
    width: 100px !important;
}
.DocumentList .tr-Search td:nth-child(5) {
    width: 98px !important;
}
.DocumentList .img-file {
    background: url("images/copy.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none !important;
    display: inline-block;
    height: 35px;
    width: 35px;
}
.DocumentList .tr-Content table td {
    border: 1px solid #bbb;
    padding: 5px 6px;
}
.DocumentList .tr-Content table th {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #bbb;
    padding: 5px 6px;
}
.DocumentList .tr-Content table .row-pager td {
    border: medium none;
}



@media only screen and (max-width: 768px) {
        .DocumentList .tb-Search{
        	max-width:400px;
        }
        .DocumentList .tr-Search .td-SearchContent select{
        	font-size:10px!important;
        }
  	
}
