.table-leads{
    width: 100%;
    font-size: .85rem;
    font-weight: 100;
}

a, a:hover {
    color: #406ba7;
}

.length-select{
    width: 600%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color:white !important;
    border:1px solid #2a8bcb;
    background-color:#6fb3e0!important;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fb3e0), color-stop(100%, #2a8bcb));
    background:-webkit-linear-gradient(top, #6fb3e0 0%, #2a8bcb 100%);
    background:-moz-linear-gradient(top, #6fb3e0 0%, #2a8bcb 100%);
    background:-ms-linear-gradient(top, #6fb3e0 0%, #2a8bcb 100%);
    background:-o-linear-gradient(top, #6fb3e0 0%, #2a8bcb 100%);
    background:linear-gradient(to bottom, #6fb3e0 0%, #2a8bcb 100%)
}

.vbottom{
    position: relative;
    top: 75%;
    transform: translateY(-100%);

}

/* Core UI */
.pagination {
    display: block!important;
}
table.dataTable{
    border-collapse: collapse!important;
}
.table-striped tbody tr:nth-of-type(odd) {
     background-color: #f2f2f2;
}

tbody > tr > td.datatable-id-column {
    background-color: #eefbdb!important;
}

.dataTable {
    width: 100% !important;
}
.badge-comment {
    border-style: solid;
    border-width: 1px;
}

.badge-secondary-no-background {
    background-color: white;
    border-color: #c8ced3;
    border-style: solid;
    border-width: 1px;
}

.hidden {
    display: none;
}

.blue {
    color: #478fca !important
}

a.blue:hover {
    text-decoration: underline;
}

.red {
    color: red !important;
}
a.red:hover {
    text-decoration: underline;
}

.bootstrap-tagsinput .tag {
    background-color: cornflowerblue;
    padding: 2px 4px 2px 4px;
    border-radius: 5px;
}
