﻿
/* Temporary css overides for semi responsive lists */

.ListHandler_divActions_Search .form-control,
.ListHandler_divActions_GroupBy .form-control {
    display: inline-block;
    width:190px;
}

.ListHandler_divActions_Search img,
.ListHandler_divActions_GroupBy img{
    margin-left:0.5em;
    cursor: pointer;
}

table.ListHandler tr.ListHandler_HeaderRow th.lhrOrderable {
    cursor: pointer;
    color: #337ab7;
    text-decoration: none;
}

    table.ListHandler tr.ListHandler_HeaderRow th.lhrOrderable:hover {
        text-decoration: underline;
    }


/*
.ListHandler thead {
    background-color: #337ab7;
}

    .ListHandler thead tr th {
        color: #fff !important;
    }

    */
