#active-alerts {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

#inactive-alerts {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}
/*
.btn.btn-default {
    color: #FFF;
}
*/

tr.unread {
    background-color: #A0BDEB!important;
}

/* Fix for wait_for_publish page Bootstrap adds a bottom margin to the .progress class, not exactly what we want*/
#pub_table .progress {
margin-bottom: 0px;

}
/* prevent the publish items table from spanning the full width of the page. Bootrap defaults to 100% */
#pub_table {
width: auto;
}
.well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
margin-top: 0px;
}

/* for the d3c-portlet we want the admin button on the right and no bold text on the buttons*/
span.admin {
float:right;
}

/* Make the datatable page control float left for file storage */
#contents-jdt-container .dataTables_paginate {
text-align: start;
text-align: left;
}

/* Make the datatable page length control float right for file storage */
#contents-jdt-container .dataTables_length {
display: inline-block;
}

#contents-jdt-container {
margin-top: 5px
}

.fs_goto_page_span {
padding-right:10px;
}

.fs_doc_thumb_icon {
  cursor: pointer;
}
/* The max width of the "Go to page" textbox */
.page_goto_input {
max-width:100px;
display:inline;
}

/*Custom jQuery DataTable Colours*/
/* for striped rows */
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #EDF5FF;
}
/* for rows that are being hovered over */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #B2D2FF;
}

/* Fix for folder chunk bulk checkbox header */
table.dataTable.table-condensed>thead>tr>th.jdt-fs-check-header {
padding-right:5px;
}
/* Fix for folder chunk name column */

.jdt-fs-name{
padding-right:5px;
vertical-align:bottom;
}

table.dataTable th.dt-body-center,
table.dataTable td.dt-body-center {
        text-align: center;
}

table.app-box.table td {
border: none;
}

/* change the default jQuqery datatable sort icons */
table.dataTable thead .sorting_asc:after {
    content: "\e253";
}

table.dataTable thead .sorting_desc:after {
    content: "\e252";
}
