tr.highlight {
    background-color: #669BBC !important;
    cursor:pointer;
}
.pagination > li > a
{
    background-color: white;
    color: #336699;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #336699;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #336699 !important;
    border: solid 1px #336699;
    border-color: #22AB82 !important;;
}

.pagination > .active > a:hover
{
    background-color: #336699;
    border: solid 1px #336699;
}

.sticky-footer {
    position: relative !important;
    width: 100% !important;
    bottom: auto !important;
}

.pipelineTab{
    font-size: 14px;
}

/* PK difference */
.select2-search--dropdown {
    display:none
}

.scrollXEnabled .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    overflow-x: scroll !important;
}