﻿ul.dt-button-collection {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: 15px;
}

li.dt-button a:hover {
    background-color: transparent;
    color: #115094;
    font-weight: bold;
}

li.dt-button.active a,
li.dt-button.active a:hover,
li.dt-button.active a:focus {
    color: #337ab6;
    background-color: transparent;
    font-weight: bold;
}

    li.dt-button.active a::before {
        content: '✔ ';
    }

.dataTables_info {
    font-size: 0.8em;
    margin-top: 0px;
    text-align: right;
}

.previous a,
.next a {
    font-weight: bold;
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .btn-group > .btn:first-child {
        margin-left: 0;
    }
    .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -5px;
    }
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}