#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 */
#pub_table div {
box-sizing:content-box;
}
 
#pub_table td {
line-height:1.231pt;
}

td.navbar.dimension-item {
background:none;
}

/* Thumbnail preview */
#thumb-preview {
    min-height: 32px;
    min-width: 32px;
    position:absolute;
    background:#FFF;
    display:none;
    box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
    background-image: url("/resources/file-storage/fc-processing-loader.gif"); 
    background-repeat: no-repeat;
}

#thumb-preview img {
    max-width: 480px;
    max-height: 612px;
}

/* Fix so the redmond theme on the datepicker is not white on grey */
.ui-datepicker-year,.ui-datepicker-month {
color:#222222
}

