.dataTable {
    min-width: 100%; /* min-width makes the table responsive to the horizontal size of the viewport */
}

.working-candidates.table-bordered {   /* this allows cell borders but eliminates the table border that shows in empty heading areas */
    border-color: transparent;
}
.working-candidates.table-bordered > thead > tr:first-child > th:first-child {border-left-color: transparent;}
.working-candidates.table-bordered > thead > tr:first-child > th:last-child {border-right-color: transparent;}

.working-candidates th {
    padding: 3px 2px;
    text-align:center;
    color: #ffffff;
    border:1px solid #ffffff;
}

.working-candidates th.em1 {
    background: #007dc3;
}

.working-candidates th.em2 {
    background:#353436;
}

.working-candidates th.Milestones {
text-transform:uppercase;
letter-spacing:3px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top:1px solid transparent;
}


.working-candidates > tbody > tr > td,
.working-candidates > thead > tr > th {
    font-size: 12px;
    line-height: 1.5;
   }

.working-candidates th.em1 {
    border-top: 1px solid #007dc3;
    border-right: 1px solid #ffffff;
    border-bottom-width: 2px; /* width aligns with Bootstrap default; inherit its color, much smoother */
    border-left: 1px solid #ffffff;
}
      

.working-candidates th.em1:first-child {border-left: 1px solid #007dc3;}

.working-candidates th.em1:last-child {border-right: 1px solid #007dc3;}

.working-candidates tbody > td > a {
    color: #004479;
}

.working-candidates > tbody > tr {
    background-color: #f7f7f7;
}
.working-candidates > tbody > tr:nth-of-type(2n+1) {
    background-color: #efefef;
}

.sendMailOptionsIcon::after {
    font-family:'FontAwesome';
    content:"\f0e0";    /* fa-envelope */
}
.editEmailIcon::after {
    font-family:'FontAwesome';
    content:"\f199";    /* fa-envelope-square */
}

.hl {
    background: #f9e18c!important; /* #cab469 // #ddcf9d // #f7df8a;*/
}

.popover-content {
    max-height: 200px;
    overflow-y: auto;
}

.working-candidates td.addMS {
    cursor: pointer;
}

.working-candidates td.editMS {
    cursor: pointer;
}
