
/*!
 * Style for browsing response : in Cgrid
 */
 .grid-view .table .filters > td .filter-container
 {
     padding: 0;
 }

#responses-grid table tbody tr td  {
    text-align: center;
}

#responses-grid table tbody tr td.response-buttons {
    text-align: left;
}

#responses-grid table thead tr th.checkbox-column {
    min-width: 40px;
}

#responses-grid table tbody tr td.checkbox-column {
    text-align: left;
}

#responses-grid #responses-column-filter-select {
    height: 200px;
}

#responses-grid #responses-column-filter-button {
    margin-left: 3px;
}

#responses-grid table.upload-question > tbody > tr:first-child > td {
    border: none;
}

/*!
 * Style for browsing response : in jqgrid
 * TODO: Is not in use anymore
 */

#gview_displayresponses th .qcode {
    display: block;
    height: auto;
    padding-right: 16px;/* Place for icon : but ui-icon is not here*/
}

#gview_displayresponses th .questiontext {
    display: block;
    height: 2.5em;
    overflow: hidden;
    font-weight:400;
}
#gview_displayresponses th .s-ico {
    position: absolute;
    right: 18px;
    top: 0;
}
#gview_displayresponses tr.ui-search-toolbar th {
    border-top-width: 0 !important; /* Default css from jquery-ui add a top !important width */
    border-bottom:1px
}
