#list_length, #list_info {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
}

#list_length {
    margin-bottom: 20px;
}

    #list_length select, #list_filter input {
        width: 180px;
        height: 36px;
        border-radius: 7px;
        padding-left: 10px;
    }

#list_filter input {
    background-image: url('../images/search_grey.gif');
    background-position: top right;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}

#list_filter2 input {
    background-image: url("https://dnntest.iowadot.gov/Portals/_default/Skins/IowaDOT2014/css/../images/search_grey.gif");
    background-position: top right;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}

#list_length2 select, #list_filter2 input {
    width: 180px;
    height: 36px;
    border-radius: 7px;
    padding-left: 10px;
}

.tablesorter thead {
    cursor: pointer;
    font-size: 16px;
    text-align: left;
	background: #226077;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
}

    .tablesorter thead tr th {
        background: url('../images/sort_asc_disabled.png') center right no-repeat, url('../images/sort_desc_disabled.png') center right no-repeat !important;
    }

        .tablesorter thead tr th.sorting_asc {
            background-image: url('../images/sort_asc_disabled.png') !important;
        }

        .tablesorter thead tr th.sorting_desc {
            background-image: url('../images/sort_desc_disabled.png') !important;
        }




table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}

.tablesorter tbody tr:nth-last-child(2n) {
    background-color: #fff;
}

.tablesorter tbody tr:nth-last-child(2n+ 1) {
    background-color: #E5E4E3;
}

.tablesorter tbody tr td {
    text-align: center;
    color: #666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    padding: 8px 0px 8px 10px;
    text-align: left;
}

span.completed {
    color: #C00;
    font-weight: bold;
}

span.notCompleted {
    color: #7FA453;
    font-weight: bold;
}

#list_previous, #list_next {
    border: none;
    height: 45px;
   
    margin-top: 0px;
    display: inline-block !important;
}
#list_previous {margin-right:5px;}
    #list_previous:hover, #list_next:hover {
        border: none;
    }

/*#list_previous {
    background: transparent url('../images/prev.jpg') top center no-repeat;
}

    #list_previous.disabled {
        background: transparent url('../images/prev_disabled.jpg') top center no-repeat;
    }

#list_next {
    background: transparent url('../images/next.jpg') top center no-repeat;
}

    #list_next.disabled {
        background: transparent url('../images/next_disabled.jpg') top center no-repeat;
    }*/

#list img {
    max-width: 130px;
    height: auto;
}
ul.dropdownvisible  {list-style:none;} 
ul.dropdownvisible  li {margin: 0 0 5px 0px;
list-style:none;}

/*Applies only to the datatables used on Level 3 skins*/
.contentSection .ModDNNHTMLC div #list_length.dataTables_length > label,
.contentSection .ModDNNHTMLC div #list_length,
.contentSection .ModDNNHTMLC div #list_info {
    color: #000;
	font-weight:normal;
}
/*Applies only to the datatables used on Level 3 skins*/


@media only screen and (min-width: 180px) and (max-width: 767px) {
    #list_wrapper {
        width: 95%;
        margin: 0 auto;
    }

    #list_length {
        float: left;
        width: 31%;
    }

    #list_filter {
        float: right;
        width: 31%;
    }

        #list_length select, #list_filter input {
            width: 100%;
            padding-left: 0px;
            margin-left: 0px;
        }

    #list_info {
        float: left;
    }

    #list_paginate {
        float: right;
    }
}