.mailer_job_menu {
    height: 20px;    
}

.mailer_job_menu > a {
    display: inline-block;
    line-height: 20px;
    padding-left: 20px;
    height: 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: left center;    
    cursor: pointer;
}

a.mailer_publish { background-image: url(../img/icon-publish.png); }
a.mailer_continue { background-image: url(../img/icon-play.png); }
a.mailer_stop { background-image: url(../img/icon-stop.png); }
a.mailer_preview { background-image: url(../img/icon-preview.png); }
a.mailer_review { background-image: url(../img/icon-review.png); }
a.mailer_contacts { background-image: url(../img/icon-contacts.png); }
a.mailer_edit { background-image: url(../img/icon-edit.png); }
a.mailer_delete { background-image: url(../img/icon-delete.png); }
a.mailer_copy { background-image: url(../img/icon-copy.png); }
a.mailer_transfer { background-image: url(../img/icon-transfer.png); }

.mailer_progress {
    height: 14px;
    border: 1px solid silver;
    padding: 1px;
    width: 90%;
    position: relative;
    background-color: white;
    border-radius: 2px;
}

.mailer_progress > div {
    height: 14px;
    background-color: lightgreen;        
    position: absolute;
    z-index: 1;
}

.mailer_progress.stopped > div {
    background-color: orange;    
}

.mailer_progress.dead > div {
    background-color: darkred;    
}

.mailer_progress > span {
    display: block;
    position: absolute;
    z-index: 2;
    color: black;
    text-align: center;
    width: 100%;
    line-height: 14px;
    font-size: 10px;
}

.mailer_log {
    width: 100%;        
}

.mailer_log td {
    padding: 5px;    
}

.mailer_log_opened {
    color: darkgreen;    
    font-weight: bold;
}   
.mailer_log_clicked {
    color: darkgreen;    
    font-weight: bold;
}   
.mailer_log_soft_bounce, .mailer_log_hard_bounce {
    color: #FF9900;    
}
.mailer_log_invalid, .mailer_log_soft_bounce_invalidate, .mailer_log_hard_bounce_invalidate {
    color: darkred;        
}
.mailer_log_deleted {
    color: darkred;        
}

.mailer_contact_valid {
    color: darkgreen;    
}
.mailer_contact_invalid, .mailer_contact_deleted {
    color: darkred;
}
.mailer_contact_suspect {
    color: #FF9900;      
}

.mailer_job_active {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}
.legendLabel {
    padding: 2px;    
}

.mailer_groups_tree .advtree_folder > a:before {
    content: " ";
    width: 16px;
    height: 16px;
    margin-top: -2px;
    background-image: url(../img/icon-dir-yellow.png);
    background-repeat: no-repeat;
    display: inline-block; 
    vertical-align: middle;       
}

.mailer_groups_tree.advselecttree li:not(.advtree_folder) > a:before {
    content: " ";
    width: 16px;
    height: 16px;
    margin-top: -2px;
    background-image: url(../img/icon-doc-white.png);
    background-repeat: no-repeat;
    display: inline-block; 
    vertical-align: middle;       
}

.mailer_group_check {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/d.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    
    cursor: pointer;
    height: 16px;
    width: 16px;
    background-position: -2px -19px;
}

.mailer_group_check.checked {
    background-position: -38px -19px;    
}

.mailer_contacts .dg_cell_data {
    border: 1px solid transparent;
}   

.mailer_contacts .dg_body .editable {
    cursor: pointer;    
}
