.attachment {
    border-color: #efefef;
}
.attachment:hover {
    background-color: rgb(235,235,235);
}
.add-attachment-item {
    border-color: #efefef;
}
.add-attachment-item:hover {
    background-color: rgb(235,235,235);
}
.alert-priority-1 
{
    background-image: url('images/alert1.png');
}
.alert-priority-2 
{
    background-image: url('images/alert2.png');
}
.alert-priority-3 
{
    background-image: url('images/alert3.png');
}
.alert-priority-4 
{
    background-image: url('images/alert4.png');
}
.alert-priority-5 
{
    background-image: url('images/alert5.png');
}
.alert-header,
.alert-header a
{
    color: #ffffff;
    background-color: #189bb7;
}
/*
.alert-send-document-popup-container {
    background-color: #FFFFFF;
    border: 1px solid #e1e3e5;
}
.alert-send-document-popup-close {
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
}
*/
.filter-item:hover, 
.filter-item.active:hover 
{
    /*
    background-color: #7fb6c1;
    color: #ffffff;
    */
}
.filter-item.active {
    /*
    background-color: #7fb6c1;
    color: #ffffff;
    */
    font-weight: bold;
}
.centrum-zadan-grid-nieprzeczytane
{
    font-weight: bold;
}
.centrum-zadan-details-header 
{
    background-color: #D1D1D1;
}
.centrum-zadan-details-body 
{
    border-color: #efefef;
}
.centrum-zadan-details-footer 
{
    background-color: #D1D1D1;
}
.centrum-zadan-tag {
    border-color:  #d2d2d2;
}
table.themed > tbody > tr.centrum-zadan-active-record 
{
    background-color: #7fb6c1;
    color: #ffffff;
}
table.themed > tbody > tr.centrum-zadan-active-record > td 
{
    color: #ffffff;
}
#centrum_zadan_show_left_panel {
    border-radius: 0 5px 5px 0;
    left: 2px;
    padding: 15px 5px;
    position: fixed;
    top: 165px;
    z-index: 5;
    background-color: #189bb7;
    color: #ffffff;    
    cursor: pointer;
}
#centrum_zadan_show_right_panel {
    border-radius: 5px 0 0 5px;
    right: 2px;
    padding: 15px 5px;
    position: fixed;
    top: 165px;
    z-index: 5;
    background-color: #189bb7;
    color: #ffffff;    
    cursor: pointer;
}
table.themed > * > tr.zadanie-wykonane > td {
    color: #C0C0C0;
}
